body {
  background: #E5E5E5;
  font-family: "minion-pro",serif;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}
a:hover, a:focus{
	color:#e30b15 !important;
	opacity:0.8;
}


@media screen and (max-width:1025px) {
  body {
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width:720px) {
  body {
    padding: 44px 0 0 0;
  }
}

.loader {
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.loader-text {
  -webkit-animation: fade-in 1s .25s forwards;
  animation: fade-in 1s .25s forwards;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.loader-text h1 {
  font-family: "minion-pro",serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.loader-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-block {
  -webkit-animation: loading-blocks 1.1s infinite;
  animation: loading-blocks 1.1s infinite;
  background: #76ca8c;
  height: 24px;
  will-change: transform;
  opacity: 1;
  margin: 0 1px;
  width: 8px;
}

.loader-block-1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.loader-block-2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.loader-block-3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.loaded .loader-text {
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loading-blocks {
  0% {
    background: #76ca8c;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  25% {
    background: #389d5d;
    -webkit-transform: scale3d(1.1,1.3,1);
    transform: scale3d(1.1,1.3,1);
  }

  35% {
    background: #389d5d;
    -webkit-transform: scale3d(1.1,1.3,1);
    transform: scale3d(1.1,1.3,1);
  }

  55% {
    background: #76ca8c;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}

@keyframes loading-blocks {
  0% {
    background: #76ca8c;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  25% {
    background: #389d5d;
    -webkit-transform: scale3d(1.1,1.3,1);
    transform: scale3d(1.1,1.3,1);
  }

  35% {
    background: #389d5d;
    -webkit-transform: scale3d(1.1,1.3,1);
    transform: scale3d(1.1,1.3,1);
  }

  55% {
    background: #76ca8c;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}

.prop-full-width {
  display: block;
  height: auto;
  width: 100%;
}

a,
a:hover {
  transition: color .4s,background .4s,border-color .4s;
}

em {
  font-style: italic;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

.container-large {
  max-width: 2100px;
}

.col-1 {
  float: left;
  width: 70%;
}

.col-2 {
  float: left;
  width: 30%;
}


.news .column-1 {
  float: left;
  width: 30%;
}


.news .column-2 {
  float: left;
  width: 70%;
}




.column_2_1{
  float: left;
  width: 45%;
}

.column_2_2 {
  float: left;
  width: 55%;
}



@media screen and (max-width:720px) {
  .col-1,
  .col-2 {
    float: none;
    width: 100%;
  }
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more a .fa {
  font-weight: 600;
}

.button {
  display: inline-block;
  border: none;
  font-family: "p22-underground",sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 1.3em 3.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  cursor: pointer;
}

.button-black {
  background: #1a1a1a;
  color: #fff;
}

.button-green {
  background: #e30b15;
  color: #fff;
}
a.button-green:hover, a.button-green:focus {
  color: #fff !important;
  opacity:0.85 !important;
}
.button-outline-white {
  border: 2px solid #fff;
  color: #fff;
  padding: .8em 3.5em;
}

.button-outline-green {
  border: 2px solid #e30b15;
  color: #e30b15;
}

.filter-list-container {
  display: block;
  float: left;
  margin: 0 0 0 -10px;
  padding: 5px 10px;
  position: relative;
  min-width: 230px;
  vertical-align: middle;
  z-index: 500;
}

.filter-list-container:hover {
  background: #fff;
  outline: 1px solid #b2b2b2;
}

.filter-list {
  border-bottom: 1px solid #1a1a1a;
  display: block;
 /* font-family: "p22-underground",sans-serif;*/
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
  z-index: 1;
}

.filter-list .action {
  color: #1a1a1a;
  text-decoration: none;
}

.filter-list .action span {
  float: right;
  font-size: 20px;
  font-weight: 400;
  margin: -3px 0 0 0;
}

.filter-list .list {
  background: #fff;
  left: 0;
  padding: 5px 20px 10px 20px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.filter-list .collapseable {
  display: none;
  outline: 1px solid #b2b2b2;
}

.filter-list .collapseable-lined {
  background: #fff;
  display: none;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 41px;
  width: 100%;
  z-index: 5;
}

.filter-list-container:hover .collapseable-lined,
.filter-list-container:hover .collapseable,
.filter-list:hover .collapseable {
  display: block;
}

.filter-list .list .scroller {
  overflow-y: scroll;
  max-height: 250px;
}

.filter-list .list .scroller::-webkit-scrollbar {
  width: 4px;
}

.filter-list .list .scroller::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

.filter-list .list .link {
  margin: 8px 0;
}

.filter-list .list .link a {
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width:720px) {
  .filter-list-container {
    float: none;
    width: 108%;
  }

  .filter-list {
    border-color: #c8c8c8;
  }
}

.template-article-excerpt .cover {
  /*display: inline-block;
  height: 100%;
  width: auto;
  */
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
display: inline-block;
}

.template-article-excerpt .content {
  background: #fafafa;
  /*padding: 20px 20px 34px 20px;
  padding-bottom:0;*/
  position: relative;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
display: inline-block;
overflow:hidden;
  
}
.sales-tools .template-article-excerpt .content {
  background:#edecec;

}

.template-article-excerpt .content .content-pad:after{
    content: "";
    display: inline-block;
    clear: both;
}
.template-article-excerpt .content .content-pad:before{
    content: "";
    display: inline-block;
    clear: both;
	
}
.template-article-excerpt .content .content-pad{
	margin: 20px 20px 34px 20px;
	
}

.template-article-excerpt .content:before {
  content: " ";
  left: 20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
}

.template-article-excerpt:hover .content {
  background: #f8e6e6;
  
}

/*.sales-tools*/
.sales-tools .template-article-excerpt:hover .content {
	border-bottom:1px solid red;
	border-left:1px solid red;
	border-right:1px solid red;
}
.sales-tools figure{
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	
}
.sales-tools .template-article-excerpt:hover figure {
	border-top:1px solid red;
	border-left:1px solid red;
	border-right:1px solid red;
	
}
/*	*/

.template-article-excerpt:hover .content:before {
  border-bottom: 7px solid #D9EDE0;
}

.template-article-excerpt .print-link {
  background: #3a9d5d;
  color: #fff;
  font-family: "p22-underground",sans-serif;
  font-size: 11px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all .4s;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 90px;
}

.template-article-excerpt .print-link span {
  left: 0;
  position: absolute;
  margin: -5px 0 0 0;
  top: 50%;
  transition: left .25s, opacity .35s;
  width: 100%;
}

.template-article-excerpt .print-link .text-2 {
  opacity: 0;
  left: -100%;
}

/*.template-article-excerpt .print-link:hover                     {background:#547B4F}*/

.template-article-excerpt .print-link:hover .text-1 {
  opacity: 0;
  left: 100%;
}

.template-article-excerpt .print-link:hover .text-2 {
  opacity: 1;
  left: 0%;
}

.template-article-excerpt .meta {
  margin: 0 0 14px 0;
}

.template-article-excerpt .meta p {
  font-size: 11px;
  font-family: "p22-underground",sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.template-article-excerpt .meta p a {
  text-decoration: none;
}

.template-article-excerpt .meta p .author {
  color: #999;
}

.template-article-excerpt .meta p .category a {
  color: #1a1a1a;
}

.template-article-excerpt .time {
  float: right;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 3px 0 0 0;
}

.template-article-excerpt .title {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 0 0 !important;
  font-size:22px;
  margin-bottom:0.3em !important;
}


.l-realname em{
	line-height:1.8em;
    text-transform:capitalize;
	opacity:0.6;
	font-size:90%;
}
.l-realname em:first-letter{
    text-transform:uppercase !important;
}

.template-article-excerpt .title a {
  color: #e30b15;
  text-decoration: none;
}

.template-article-excerpt .meta .time {
  margin: -1px 0 0 0;
}

.template-article-excerpt p {
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  line-height: 1.4;
}

.template-article-excerpt figure {
  display: block;
  position: relative;
}

.template-article-excerpt:hover .overlay {
  display: block;
}

.template-article-excerpt .overlay {
  background: #fff;
  background: rgba(255,255,255,.88);
  color: #e30b15;
  display: none;
  left: 0;
  height: 100%;
  position: absolute;
  z-index:10000;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100%;
}

.template-article-excerpt .overlay p {
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  padding:12px !important;
  
}

.template-article-excerpt .overlay .center {
  position: relative;
  top: 45%;
  -webkit-transform: translateY('-50%');
  transform: translateY('-50%');
}

.template-article-excerpt:hover .print-overlay {
  display: none;
}

.template-article-excerpt .print-overlay {
  display: block;
}

.template-article-excerpt .print-overlay p {
  color: #1a1a1a;
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.template-article-excerpt .print-overlay p span {
  color: #0FA575;
}

@media screen and (max-width: 320px) {
  .template-article-excerpt .content {
    padding-top: 30px;
  }
}

.navigation {
  margin: 0 0 30px 0;
}

.navigation .actions {
  font-family: "p22-underground",sans-serif;
  float: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 14px 0 0 0;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
}

.navigation .actions a {
  color: #1a1a1a;
  text-decoration: none;
  margin: 0 0 0 5%;
}

.navigation .actions .fa-angle-right {
  font-size: 16px;
  font-weight: 600;
  vertical-align: -1px;
}

@media screen and (max-width:720px) {
  .navigation .actions {
    float: none;
    text-align: left;
    width: 100%;
  }

  .navigation .actions a {
    border-bottom: 1px solid #c8c8c8;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
  }

  .navigation .actions .fa {
    float: right;
    position: relative;
    top: -1px;
  }
}

.section-header {
  margin: 0 0 50px 0;
  text-align: center;
}

.section-header .mark {
  margin: 0 0 15px 0;
}

.section-header h1 {
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form {
  background: #fff;
  padding: 35px 25px;
}

.form h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.form .text {
  background: none;
  border: none;
  border-bottom: 2px solid #ee9196;
  display: block;
  margin: 0 0 22px 0;
  padding: 5px 5px 7px 0;
  width: 100%;
}

.form .textarea {
  background: #F5F5F5;
  border: none;
  display: block;
  margin: 0 0 13px 0;
  padding: 10px 5px;
  width: 100%;
}

.form .text,
.form .textarea {
  -webkit-appearance: none;
  border-radius: 0px;
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.form .text:focus,
.form .textarea:focus {
  outline: none;
}

.form .filter-list {
  border-bottom: 2px solid #ee9196;
  display: block;
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 0;
  position: relative;
}

.form .filter-list .action {
  color: #A9A9A9;
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: 600;
}

.form .filter-list .action.active {
  color: #1a1a1a;
}

.form .filter-list .action span {
  font-size: 20px;
  font-weight: 400;
  margin: -2px 0 0 0;
}

.form .submit {
  -webkit-appearance: none;
  border-radius: 0px;
  float: right;
}

@media screen and (max-width:720px) {
  .form .submit {
    display: block;
    margin: 0 auto;
  }
}

.masonry {
  overflow: hidden;
  position: relative;
}

.masonry .grid-sizer {
  width: 23.5%;
}

.masonry .gutter-sizer {
  width: 2%;
}

.masonry article.article {
  margin: 0 0 2% 0;
  width: 23%;
}

.masonry.films article.article {
  margin: 0 0 2% 0;
  width: 48%;
}

/*
@media screen and (min-width:1900px) {
  .masonry article.article,
  .masonry .grid-sizer {
    width: 10.75%;
  }
  }*/

@media screen and (max-width:1025px) {
  .masonry .grid-sizer {
    width: 32%;
  }

  .masonry .gutter-sizer {
    width: 2%;
  }

  .masonry article.article {
    margin: 0 0 2.5% 0;
    width: 32%;
  }
  .masonry.films .grid-sizer,
  .masonry.films article.article
   {
    width: 49%;
  }
   .masonry.films .gutter-sizer{
       width: 2%;
   	
   }
  
}

@media screen and (max-width:720px) {
  .masonry article.article {
    margin: 0 0 7% 0;
  }

  .masonry article.article,
  .masonry .grid-sizer,
  .masonry.films article.article {
    width: 100%;
  }
  .masonry .gutter-sizer {
    width: 100%;
  }
}

.primary-navigation {
  padding: 8% 0;
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
  z-index: 550;
  visibility: hidden;
  transition: all .5s;
}

.primary-navigation.active {
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.primary-navigation.fixed {
  position: fixed;
  width: 100%;
}

.primary-navigation .site {
  margin: 0 0 25px 0;
}

.primary-navigation .site li {
  display: block;
  margin: 23px 0;
}
.primary-navigation .site li ul li{
  display: block;
  margin: 9px 0;
}

.primary-navigation .site li a {
  color: #c5c5c5;
  display: block;
  font-family: "p22-underground",sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.primary-navigation .site li ul li a {
    font-size: 19px;
}

.primary-navigation .site li a:hover {
  color: #1a1a1a;
}

.primary-navigation .site li mark {
  color: #e30b15;
  background: none;
  font-style: italic;
  font-weight: 600;
}

.primary-navigation .interview {
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 1.3em 2em;
}

.primary-navigation .social {
  margin: 1% 0 0 0;
}

.primary-navigation .social li {
  display: inline-block;
  font-style: italic;
  margin: 0 25px;
}

.primary-navigation .social li a {
  color: #1a1a1a;
  text-decoration: none;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .primary-navigation {
    padding: 1% 0;
  }

  .primary-navigation .site {
    margin: 0 auto;
    width: 80%;
  }

  .primary-navigation .site li {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width:720px) {
  .primary-navigation {
    padding-top: 10%;
  }

  .primary-navigation .site li mark {
    display: none;
  }

  .primary-navigation .site li a {
    font-size: 25px;
  }
}

.primary-search {
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  opacity: 0;
  transition: all .5s;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 600;
}

.primary-search.active {
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.primary-search form {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-search form .text {
  background: none;
  border: none;
  font-family: "minion-pro",serif;
  font-size: 50px;
  min-width: 550px;
}

.primary-search form .text:focus {
  outline: none;
}

.primary-search form .submit {
  background: none;
  border: 2px solid #e30b15;
  color: #e30b15;
  font-size: 25px;
  padding: 4px 15px 6px 15px;
  vertical-align: 7px;
}

.primary-search form .submit:hover {
  cursor: pointer;
}

.primary-search form p {
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  left: -187px;
  margin: 15px 0 0 0;
  position: relative;
  text-transform: uppercase;
}

.primary-search form p em {
  color: #e30b15;
  font-style: normal;
}

@media screen and (max-width:720px) {
  .primary-search form .text {
    font-size: 25px;
    min-width: 0;
    vertical-align: 8px;
    width: 80%;
  }

  .primary-search form .submit {
    padding: 0 10px 2px 10px;
  }

  .primary-search form p {
    display: none;
    left: 0;
  }
}

.intro {
  background: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
  transition: background 1.5s .25s;
}

.intro .slick-track,
.intro .slick-list {
  height: 100%;
  z-index: 0;
}

.intro .slides {
  height: 100%;
  padding: 50px 26px 26px;
  transition: opacity 1.5s .25s, -webkit-transform 1.5s .25s;
  transition: opacity 1.5s .25s, transform 1.5s .25s;
}

.intro .slide {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 177px 0;
  text-align: center;
}

.intro .slide header {
  margin: 0 auto;
  max-width: 500px;
}

.intro .slide h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin: 0 0 25px 0;
  transition: -webkit-transform 1s .2s ease, opacity 1s .2s ease;
  transition: transform 1s .2s ease, opacity 1s .2s ease;
}

.intro .slide h1 a {
  color: #fff;
  text-decoration: none;
}

.intro .slide .button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 13px 18px 10px 18px;
  transition: opacity 1s 1.5s ease, background .7s, color .7s;
}

.intro .slide .button:hover {
  background: #fff;
  color: #222;
}

.intro .down-arrow {
  bottom: 55px;
  position: absolute;
  right: 5vw;
  z-index: 5;
  transition: all 1s 1.5s ease;
}

.intro .down-arrow svg {
  width: 20px;
}

.intro .slick-slide.slick-active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 1s 1s ease, opacity 1s 1s ease;
  transition: transform 1s 1s ease, opacity 1s 1s ease;
}

.loading .intro .slick-slide.slick-active h1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.loading .intro {
  background: transparent;
}

.loading .slides {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.loading .slide .button {
  opacity: 0;
}

.loading .intro .down-arrow {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.intro .slide-navigation a {
  display: block;
  padding: 0 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  z-index: 30;
}

.intro .slide-navigation a:after,
.intro .slide-navigation a:before {
  background: #fff;
  content: " ";
  position: absolute;
  width: 2px;
  transition: height .2s;
}

.intro .slide-navigation svg line {
  display: none;
}

.intro .slide-navigation .next {
  right: 5vw;
}

.intro .slide-navigation .previous {
  left: 5vw;
}

.intro .slide-navigation .next svg {
  height: 32px;
  width: 15px;
}

.intro .slide-navigation .previous svg {
  height: 32px;
  width: 15px;
}

.intro .slide-navigation .next:after {
  height: 0%;
  top: 0;
  transition-delay: 0s;
}

.intro .slide-navigation .next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  height: 100%;
  top: 100%;
  transition-delay: .15s;
}

.intro .slide-navigation .next:hover:after {
  height: 100%;
  transition-delay: .2s;
}

.intro .slide-navigation .next:hover:before {
  height: 0%;
  transition-delay: 0s;
}

.intro .slide-navigation .previous:after {
  left: 20px;
  height: 0%;
  top: 0;
  transition-delay: 0s;
}

.intro .slide-navigation .previous:before {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  height: 100%;
  top: 100%;
  transition-delay: .15s;
}

.intro .slide-navigation .previous:hover:after {
  height: 100%;
  transition-delay: .2s;
}

.intro .slide-navigation .previous:hover:before {
  height: 0%;
  transition-delay: 0s;
}

.spacer {
  height: 100vh;
  position: relative;
  z-index: -1;
}

@media screen and (max-width:1025px) {

}

@media screen and (max-width:720px) {
  .spacer {
    display: none;
  }

  .intro {
    height: 95vh;
    position: static;
  }

  .spacer,
  .intro .slides {
    height: 100%;
  }

  .intro .slides {
    padding: 0;
  }

  .intro .slide {
    padding-bottom: 100px;
  }

  .intro .slide h1 {
    font-size: 30px;
    padding: 0 25px;
  }

  .intro .down-arrow,
  .intro .slide-navigation {
    display: none;
  }
}

.secondary-navigation {
  background: #d7d7d7;
  bottom: 0;
  font-family: "p22-underground",sans-serif;
  font-size: 11px;
  font-weight: 600;
  left: 0;
  letter-spacing: 1px;
  padding: 13px 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.secondary-navigation ul {
  margin: 2px 0 0 0;
}

.secondary-navigation li {
  display: inline-block;
  margin: 0 5% 0 0;
}

.secondary-navigation li a {
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width:1025px) {
  .secondary-navigation {
    position: static;
  }

  .secondary-navigation .container {
    width: 90%;
  }
}

@media screen and (max-width:720px) {
  .secondary-navigation {
    display: none;
  }
}

.main-header {
  transition: all 1s .25s;
}

.main-header .bar {
  background: #fff;
  position: relative;
  z-index: 5;
}

.main-header.fixed {
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}

.main-header.fixed .logo {
  opacity: 1;
  transition: opacity .4s;
}

.main-header .logo {
  display: block;
  height: auto;
  margin: 14px auto 0 auto;
  opacity: 0;
  position: relative;
  transition: opacity .5s;
  z-index: 1;
}

.main-header .page-title {
  color: #e30b15;
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 100%;
  z-index: 0;
}

.main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1120px;
}

.main-header .container > .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-header .container > .box:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.loading .main-header {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media screen and (max-width:1025px) {
  .main-header .logo {
    opacity: 1;
  }
}

@media screen and (max-width:720px) {
  .main-header .page-title {
    display: none;
  }

  .main-header .logo {
    max-width: 150px;
  }

  .main-header.fixed .logo {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.main-header .social {
  float: left;
  font-family: "minion-pro",serif;
  font-style: italic;
  font-size: 14px;
  margin: 17px 0 0 0;
}

.main-header .social li {
  display: inline-block;
  margin: 0 36px 0 0;
}

.main-header .social li a {
  color: #999;
  text-decoration: none;
}

.main-header .social li a:hover {
  color: #1a1a1a;
}

@media screen and (max-width:720px) {
  .main-header .social {
    display: none;
  }
}

.main-header .actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 80px;
  z-index: 1;
}

.main-header .actions .link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "p22-underground",sans-serif;
  font-size: 16px;
  height: 100%;
  margin-left: 20px;
  padding: 0 20px;
  position: relative;
  top: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-header .actions .link i {
  display: block;
  font-weight: 600;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.main-header .actions .link.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -1px;
}

@media screen and (max-width:720px) {
  .main-header .actions .link {
    display: none;
  }
}

.main-header .actions .search {
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.main-header .actions .search .x-group {
  opacity: 0;
  position: absolute;
  top: -3px;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.main-header .actions .search.x .line {
  background: #ccc;
}

.main-header .actions .search.active .x-group {
  visibility: visible;
  opacity: 1;
}

.main-header .actions .search.active .icon {
  visibility: hidden;
}

@media screen and (min-width:720px) {
  .main-header .actions .search {
    margin: 0 22px 0 0;
  }
}

.main-header .mobile-cart {
  margin-right: 20px;
}

@media screen and (min-width: 720px) {
  .main-header .mobile-cart {
    display: none;
  }
}

.main-header .actions .menu {
  text-align: center;
  width: 24px;
  vertical-align: 0;
}

.main-header .actions .x .line {
  background: #1a1a1a;
  display: block;
  height: 3px;
  margin: 4px 0;
  position: relative;
  transition: all .5s;
  width: 100%;
}

.main-header .actions .x.active .top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.main-header .actions .x.active .middle {
  opacity: 0;
}

.main-header .actions .x.active .bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

.main-header .actions .cart {
  font-family: "p22-underground",sans-serif;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  top: 1px;
  text-transform: uppercase;
}

.main-header .actions .cart > a {
  color: #1a1a1a;
  text-decoration: none;
}

.main-header .actions .cart > a.no-clicky,
.main-header .actions .cart > a.no-clicky mark {
  color: #999;
}

.main-header .actions .cart mark {
  color: #b3b3b3;
  font-family: 'futura-pt',sans-serif;
  font-weight: 500;
  margin-right: 5px;
}

@media screen and (max-width:1025px) {
  .main-header {
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
  }
}

@media screen and (max-width:720px) {
  .main-header .actions {
    height: 74px;
  }

  .main-header .actions .cart > a {
    display: none;
  }
}

.information-bar {
  background: #56B68B;
  color: #fff;
  display: none;
  font-family: "p22-underground",sans-serif;
  padding: 12px 0 10px 0;
  text-align: center;
}

.information-bar p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.information-bar p a {
  color: #fff;
  text-decoration: none;
}

.mima-tagline {
  background: #fff;
  padding: 75px 0;
  position: relative;
  z-index: 5;
}

.mima-tagline .container {
  position: relative;
}

.mima-tagline .col-1 {
  bottom: 0;
  left: 0;
  position: absolute;
}

.mima-tagline .col-2 {
  float: left;
  width: 30%;
}




.mima-tagline h1 {
  font-size: 36px;
  font-weight: 800;
}

.mima-tagline h1 em {
  font-weight: 400;
}

.mima-tagline h2 {
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.mima-tagline p {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width:1025px) {
  .mima-tagline {
    padding-top: 75px;
  }
}

@media screen and (max-width:720px) {
  .mima-tagline {
    padding-top: 50px;
  }

  .mima-tagline blockquote {
    max-width: 100%;
    width: 100%;
  }

  .mima-tagline h1 {
    font-size: 30px;
  }

  .mima-tagline .col-1 {
    margin: 0 0 25px 0;
    position: static;
  }

  .mima-tagline .col-2 {
    width: 100%;
  }
}

.view-front-page {
  background: #f1f1f1;
  position: relative;
  z-index: 5;
}

.view-front-page .stories {
  background: #edecec;
  padding: 50px 0;
}

.view-front-page .partners {
    background: #fff;
/*	padding-left:2%;
*/}

.view-front-page .partners article {
  margin: 0% 0% 4% 0;
  position: relative;
  width: 33.3%;
}


.view-front-page .stories article {
  margin: 0 0 4% 0;
  position: relative;
  width: 48%;
}

.view-front-page .stories article:nth-last-child(2),
.view-front-page .stories article:last-child {
  margin: 0;
}

.view-front-page .stories article:nth-child(odd) {
  clear: both;
}

.view-front-page .stories.length-2 article:nth-child(odd) {
}


.view-front-page .stories.length-3 article:nth-child(odd) {
}

.view-front-page .stories article:nth-child(even) {
  /*float: right;*/
}

.view-front-page .stories article.hide {
  display: none;
}

.view-front-page .stories .more ,aside.more.news{
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 45px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.view-front-page .stories .more a,aside.more.news a {
  color: #999;
  text-decoration: none;
}
@media screen and (min-width:720px) {
	.view-front-page .stories.length-2 article:nth-child(odd) {

	clear: none !important;
}
.view-front-page .stories article:nth-child(even) {
 float: right;
}

.view-front-page .partners article {
  margin: 0 0% 4% 0;
  width: 33.3%;
}


}
@media screen and (max-width: 720px) {
	.view-front-page .partners article {
	  margin: 0 0% 4% 0;
	  width: 50%;
	}	
	
}
@media screen and (min-width:1850px) {
  .view-front-page .stories .container {
    max-width: 2100px;
  }

  .view-front-page .partners article {
    margin: 0 0% 4% 0;
    width: 33.3%;
  }
  

  .view-front-page .stories article {
    margin: 0 2% 4% 0;
    width: 23%;
  }


  .view-front-page .partners article:nth-last-child(3) {
/*    margin: 0 0% 2% 0;
*/  }
  
  .view-front-page .stories article:nth-last-child(2) {
    margin: 0 2% 4% 0;
  }

  .view-front-page .stories article:nth-child(odd),
  .view-front-page .stories article:nth-child(even) {
    clear: none;
    float: left;
  }

  .view-front-page .stories article:nth-of-type(4n+1) {
    clear: both;
  }
}

@media screen and (max-width:720px) {
  .view-front-page .stories article:nth-last-child(2) {
    margin-bottom: 4%;
  }

  .view-front-page .stories .col-1,
  .view-front-page .stories .col-2 {
    float: none;
    width: 100%;
  }
}

.view-front-page .features {
  background: #e5e5e5;
  padding: 50px 0;
}

.view-front-page .features section {
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  padding: 20px 0;
}

.view-front-page .features .col-1 {
  width: 48%;
}

.view-front-page .features .col-2 {
  float: right;
  width: 48%;
}

.view-front-page .features .section-header {
  margin: 0 0 20px 0;
  text-align: left;
}

.view-front-page .features .section-header h1 {
  font-size: 34px;
  font-family: "minion-pro",serif;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

.view-front-page .features .section-header p {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.view-front-page .features .article footer {
  margin: 15px 0 0 0;
}

.view-front-page .features .article footer .time {
  float: none;
}

.view-front-page .features .article .title {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
}

.view-front-page .features .more {
  clear: both;
  font-family: "p22-underground",sans-serif;
  padding: 15px 0 0 0;
  text-align: right;
}

.view-front-page .features .more a {
  color: #e30b15;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width:1025px) {
  .view-front-page .features .container {
    max-width: 600px;
  }

  .view-front-page .features section.col-1,
  .view-front-page .features section.col-2 {
    float: none;
    width: 100%;
  }

  .view-front-page .features .col-1 {
    border-bottom: none;
  }
}

@media screen and (max-width:720px) {
  .view-front-page .features article .content {
    display: none;
  }

  .view-front-page .features article.col-1 {
    float: left;
  }
}

.view-front-page .films {
  background: #e5e5e5;
}

.view-front-page .films header {
  padding: 20px 0 18px 0;
  text-align: center;
}

.view-front-page .films header h1 {
  font-family: "p22-underground",sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.view-front-page .films .slider-container {
  position: relative;
}

.view-front-page .films .slider-arrows a {
  color: #1a1a1a;
  display: block;
  font-weight: 600;
  margin: -15px 0 0 0;
  position: absolute;
  text-decoration: none;
  top: 50%;
  z-index: 5000;
}

.view-front-page .films .slider-arrows a span {
  position: relative;
  z-index: 10;
}

.view-front-page .films .slider-arrows a.left {
  left: 0;
}

.view-front-page .films .slider-arrows a.left span {
  font-size: 25px;
  left: 5px;
  top: 10px;
}

.view-front-page .films .slider-arrows a.left:after {
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 25px solid #fff;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.view-front-page .films .slider-arrows a.right {
  right: 0;
}

.view-front-page .films .slider-arrows a.right span {
  font-size: 22px;
  right: 2px;
  top: 12px;
}

.view-front-page .films .slider-arrows a.right:after {
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  content: " ";
  height: 0;
  right: 0;
  position: absolute;
  width: 0;
}

.view-front-page .blogs {
  background: #F5F5F5;
  text-align: center;
  padding: 50px 0;
}

.view-front-page .blogs .line {
  border: none;
  border-top: 1px solid #D9D9D9;
  margin: 0 auto;
  width: 50%;
}

.view-front-page .blogs header {
  margin: 25px 0 35px 0;
}

.view-front-page .blogs header h1 {
  font-family: "p22-underground",sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.view-front-page .blogs .blog {
  display: inline-block;
  text-align: left;
  padding: 0 1%;
  vertical-align: top;
  width: 18%;
}

.view-front-page .blogs .blog .cover {
  display: block;
  height: auto;
  margin: 0 0 10px 0;
  width: 100%;
}

.view-front-page .blogs .blog .title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.view-front-page .blogs .blog .title a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
}

.view-front-page .blogs .blog p {
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.view-front-page .blogs .more {
  font-family: "p22-underground",sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 35px 0 25px 0;
  text-transform: uppercase;
}

.view-front-page .blogs .more a {
  color: #ee9196;
  text-decoration: none;
}

@media screen and (max-width:1025px) {
  .view-front-page .blogs .blog {
    width: 20%;
  }

  /*.view-front-page .blogs .blog:last-child                    {display:none;}*/
}

@media screen and (max-width:720px) {
  .view-front-page .blogs .blog .content {
    display: none;
  }

  .view-front-page .blogs .blog {
    float: left;
    display: block;
    width: 50%;
  }
}

.view-page {
  background: #F5F5F5;
  padding: 50px 0 0 0;
}

.view-page .col {
  margin: 0 auto;
  width: 47%;
}

.view-page .col-1,
.view-page .col-2 {
  width: 70%;
}

.view-page .col-2 {
  float: right;
}

.view-page .page-header {
  padding: 60px 0 42px 0;
  text-align: center;
}

.view-page .page-header h1 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.2;
  max-width: 400px;
  text-transform: uppercase;
  text-decoration: underline;
}

.view-page .page-wrapper {
  background: #fff;
  padding: 50px 0;
}

.view-page.is-centered .page-wrapper {
  background: none;
  padding-top: 0;
}

.view-page .page-wrapper-alt {
  padding: 25px 0 100px 0;
}

.view-page .main-content h1 {
  font-family: "tablet-gothic-condensed";
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}

.view-page .main-content h2 {
  font-family: "p22-underground",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 .02em 0;
  text-transform: uppercase;
  line-height:1.53em;
}

.view-page .main-content h2 + p {
  font-size: 12px;
}

.view-page .main-content h5 {
  font-family: "p22-underground",sans-serif;
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.view-page .main-content address {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.view-page .main-content p {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1.7142;
  margin: 0 0 1.5em 0;
}

.view-page .main-content p a {
  color: #e30b15;
  font-family: "p22-underground",sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.view-page .main-content hr {
  border: none;
  border-top: 1px solid #d0d0d0;
  margin: 25px 0;
}

@media screen and (max-width:1025px) {
  .view-page {
    padding: 0;
  }

  .view-page .col,
  .view-page .col-1,
  .view-page .col-2 {
    float: none;
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
 }

  .view-page .partners .col,
  .view-page .partners .col-1,
  .view-page .partners .col-2 {
    float: left;
    margin: 0 0 5% 0;
    max-width: 580px;
    width: 50%;
  }



  .view-page .page-wrapper-alt {
    padding-bottom: 50px;
  }
}

.view-page .content-about > h1:first-child + p:first-letter {
  float: left;
  font-size: 45px;
  line-height: 1;
  margin: 0 5px 0 0;
}

.founders .col1 {
  float: left;
  width: 49%;
}

.founders .col2 {
  float: right;
  width: 49%;
}

.founders .profile {
  display: block;
  height: auto;
  margin: 0 0 15px 0;
  width: 100%;
}

.founders .founder .name {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 1px 0;
  text-align: center;
}

.founders .founder .title {
  color: #808080;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  text-align: center;
}

.sidebar {
  float: right;
  width: 25%;
}

.sidebar .box {
  margin: 0 0 35px 0;
}

.sidebar h2 {
  border-bottom: 1px solid #D0D0D0;
  font-family: "tablet-gothic-condensed";
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}

.sidebar p {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.sidebar p a {
  color: #e30b15;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar .button {
  font-size: 11px;
  padding: 1.6em 0 1.4em 0;
  text-align: center;
  width: 200px;
}

@media screen and (max-width:1025px) {
  .sidebar {
    float: none;
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
  }

  .sidebar h2 {
    font-size: 20px;
  }

  .sidebar p {
    float: left;
    width: 60%;
  }

  .sidebar .button {
    float: right;
    width: 35%;
  }

  /*.sidebar .box:last-child p                                  {float:none;width:100%;}*/
}

@media screen and (max-width:720px) {
  .sidebar {
    display: none;
  }
}

.view-archive-blog {
  background: #F5F5F5;
  padding: 100px 0 25px 0;
}

.view-archive-blog .col-1 {
  float: left;
  width: 70%;
}

.view-archive-blog .divider {
  margin: 25px 0;
  position: relative;
}

.view-archive-blog .divider span {
  background: #F5F5F5;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.view-archive-blog .divider .left {
  float: left;
  padding-right: 10px;
}

.view-archive-blog .divider .right {
  float: right;
  padding-left: 10px;
}

.view-archive-blog .divider .line {
  border: none;
  border-top: 1px solid #111;
  border-top: 1px solid rgba(0,0,0,.2);
  left: 0;
  position: absolute;
  top: -0px;
  width: 100%;
}

@media screen and (max-width:1025px) {
  .view-archive-blog {
    padding-top: 50px;
  }

  .view-archive-blog .col-1 {
    float: none;
    width: 100%;
  }

  .view-archive-blog .sidebar {
    display: none;
  }
}

.view-single-blog {
  background: #F5F5F5;
  padding: 100px 0 25px 0;
}

.view-single-blog .container {
  max-width: 700px;
}

@media screen and (max-width:720px) {
  .view-single-blog .container {
    max-width: auto;
    width: 100%;
  }
}

.blog-article {
  background: #fff;
}

.blog-article p {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

.blog-article .time {
  display: block;
  font-family: "minion-pro",serif;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 80px 0;
  text-align: right;
}

.blog-article .time .line {
  border-bottom: 2px solid #000;
  display: inline-block;
  margin: 0 2px 0 0;
  position: relative;
  top: -4px;
  width: 15px;
}

.blog-article .time .month {
  display: block;
  letter-spacing: 1px;
}

.blog-article .time .day {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.blog-article .title {
  font-family: "minion-pro",serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.blog-article .title a {
  border-bottom: 2px solid #ee9196;
  text-decoration: none;
}

.blog-article .image {
  display: block;
  height: auto;
  width: 100%;
}

.blog-article.excerpt .subcol-1 {
  float: left;
  padding: 25px;
  width: 60%;
}

.blog-article.excerpt .subcol-2 {
  float: right;
  width: 40%;
}

.blog-article.excerpt .title a {
  color: #1a1a1a;
}

.blog-article.excerpt .read-more {
  color: #e30b15;
  display: inline-block;
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-article.excerpt .read-more .fa {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 3px;
  vertical-align: -2px;
}

.blog-article.excerpt .comments {
  display: block;
  margin: 105px 0 0 0;
}

.blog-article.excerpt .comments a {
  color: #B2B2B2;
  display: inline-block;
  font-family: "tablet-gothic-condensed";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width:720px) {
  .blog-article .time {
    margin-bottom: 20px;
  }

  .blog-article.excerpt .read-more {
    float: right;
  }

  .blog-article.excerpt .comments {
    margin-top: 20px;
  }

  .blog-article.excerpt .subcol-1,
  .blog-article.excerpt .subcol-2 {
    float: none;
    width: 100%;
  }

  .blog-article.excerpt .subcol-1 {
    position: relative;
  }

  .blog-article.excerpt .subcol-1:before {
    content: " ";
    left: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
  }

  .blog-article.excerpt .subcol-2 {
    max-height: 400px;
    overflow: hidden;
  }
}

.blog-article.full {
  padding: 25px 0;
  position: relative;
}

.blog-article.full .image {
  margin: 15px 0;
}

.blog-article.full .time {
  position: absolute;
  right: 25px;
}

.blog-article.full .header {
  margin: 0 auto 15px auto;
  max-width: 345px;
  text-align: center;
}

.blog-article.full .title {
  font-style: normal;
  margin: 0 auto 15px auto;
  max-width: 270px;
}

.blog-article.full .title .line {
  border-bottom: 2px solid #ee9196;
}

.blog-article.full .zigzag {
  display: block;
  margin: 0 0 10px 0;
}

.blog-article.full .content {
  margin: 35px auto 0 auto;
  max-width: 425px;
}

.blog-article.full .content p {
  font-family: Georgia,serif;
}

@media screen and (max-width:720px) {
  .blog-article.full .time {
    padding: 0 25px 0 0;
    position: static;
  }

  .blog-article.full .content {
    max-width: 300px;
  }
}

.view-archive-stories {
  background: #edecec;
  padding: 130px 0 25px 0;
}

.view-archive-stories .article {
  margin: 0 0 2% 0;
  width: 23%;
}

.view-archive-stories .article.hide {
  display: none;
}

.view-archive-stories .article .title {
  font-size: 19px;
  padding-bottom: 3px;
}

.view-archive-stories .article footer {
  margin: 10px 0 0 0;
}

.view-archive-stories .article .time {
  float: none;
}

.view-archive-stories .more {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.view-archive-stories .more a {
  color: #999;
  text-decoration: none;
}

@media screen and (min-width:1900px) {
  .view-archive-stories .container {
    max-width: 2100px;
  }

  .view-archive-stories .article {
    width: 12.5%;
  }
}

@media screen and (max-width:1025px) {
  .view-archive-stories .article {
    width: 32%;
  }
}

@media screen and (max-width:720px) {
  .view-archive-stories .article {
    margin: 0 0 5% 0;
    width: 100%;
  }

  .view-archive-stories .article footer {
    text-align: right;
  }
}

.view-archive-films {
  background: #F5F5F5;
  padding: 140px 0 50px 0;
}

.view-archive-films .featured-film {
  margin: 0 0 0px 0;
}

.view-archive-films .article {
  margin: 0 0 4% 0;
  width: 48%;
}

.view-archive-films .more {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.view-archive-films .more a {
  color: #999;
  text-decoration: none;
}

.view-archive-films .films article:nth-child(even) {
  float: right;
}

.intro-page {
  background: #F7F7F7;
}

.intro-page-one {
  background: #F7F7F7;
  height: 100vh;
}

.intro-page-two {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  padding: 1px 0 12px 0;
}

.introed {
  text-align: center;
}

.introed .city {
  background: url(../images/icon-cha.png) center center no-repeat;
  background-size: 38px 37px;
  display: block;
  font-family: "p22-underground",sans-serif;
  font-size: 10px;
  font-weight: 800;
  margin: 0 auto 25px auto;
  padding: 23px 20px 20px 20px;
  text-transform: uppercase;
}

.introed img {
  display: block;
  height: auto;
}

.introed .divider {
  margin: 30px auto 10px auto !important;
}

.introed .divider-alt {
  margin: 0 auto;
}

.introed .title {
  font-family: "tablet-gothic-condensed";
  font-size: 48px;
  letter-spacing: 2px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.introed .subtitle {
  color: #e30b15;
  font-family: "minion-pro",serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.introed .time {
  display: block;
  font-family: "minion-pro",serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 90px 0;
}

.introed .scroll-to-begin {
  color: #222;
  display: inline-block;
  font-family: "minion-pro",serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2px;
  margin: 20px 0 10px 0;
  text-decoration: none;
}

.introed .scroll-down {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:1025px) {
  .introed .title {
    font-size: 32px;
  }

  .introed .subtitle {
    font-size: 15px;
  }

  .introed .time {
    font-size: 15px;
  }

  .introed .scroll-to-begin {
    font-size: 14px;
  }
}

@media screen and (max-width:720px) {
  .intro-page-one .v-center {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .intro-page-one {
    height: auto;
    padding: 50px 40px;
  }

  .intro-page-two {
    border: none;
  }

  .introed .time {
    margin-bottom: 35px;
  }
}

.view-single-article {
  background: #F7F7F7;
  position: relative;
}

.view-single-article .container {
  max-width: 990px;
}

.view-single-article .col-1 {
  float: left;
  width: 47%;
}

.view-single-article .col-2 {
  float: right;
  width: 47%;
}

.view-single-article .col-2 figure:first-child {
  margin: 0 0 12px 0;
}

.view-single-article .share {
  position: fixed;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.view-single-article .share a {
  color: #1a1a1a;
  display: block;
  font-size: 20px;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
}

.view-single-article .share:after {
  content: "share";
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  left: -12px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  bottom: -25px;
}

@media screen and (max-width:1025px) {
  .view-single-article .container {
    max-width: 580px;
  }

  .view-single-article .col-1,
  .view-single-article .col-2 {
    float: none;
    width: 100%;
  }

  .view-single-article .col-1 {
    margin: 0 0 1.6em 0;
  }
}

@media screen and (max-width:720px) {
  .view-single-article .share {
    display: none;
  }
}

.view-single-article p {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 1.6em 0;
}

.view-single-article p:last-child {
  margin-bottom: 0;
}

.view-single-article p a {
  color: #25A071;
  text-decoration: none;
}

.view-single-article img {
  display: block;
  height: auto;
  max-width: 100%;
}

.view-single-article .pull-quote {
  margin: 0 0 50px 0;
}

.view-single-article .pull-quote .text {
  font-family: "minion-pro",serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px 0;
  text-decoration: underline;
}

.view-single-article .pull-quote .author {
  font-family: "minion-pro",serif;
  font-size: 24px;
}

.view-single-article .content-short {
  position: relative;
}

.view-single-article .content-short:after {
  background-image: linear-gradient(0deg, #fff, rgba(255,255,255,.1));
  bottom: 0;
  content: ' ';
  height: 110px;
  left: 0;
  position: absolute;
  width: 100%;
}

.view-single-article .content-short p:not(:first-child) {
  display: none;
}

.view-single-article .purchase p {
  font-size: 13px;
  font-style: italic;
  font-family: "minion-pro",serif;
  margin: 0 0 7px 0;
}

.view-single-article .purchase p strong {
  font-family: "p22-underground",sans-serif;
  font-style: normal;
  font-weight: 600;
}

.view-single-article .purchase .button {
  font-size: 11px;
  padding: 1.6em 0 1.4em 0;
  text-align: center;
  width: 200px;
}

@media screen and (max-width:1025px) {
  .view-single-article p {
    font-size: 15px;
  }

  .view-single-article img.alignnone {
    margin: 0 auto;
  }
}

@media screen and (max-width:720px) {
  /*.view-single-article p                                      {font-size:14px;}*/

  .view-single-article .pull-quote .text {
    font-size: 30px;
  }

  .view-single-article .pull-quote .author {
    font-size: 20px;
  }
}

.view-single-article .credits {
  margin: 0 0 25px 0;
}

.view-single-article .credits p {
  font-size: 11px;
  font-style: italic;
  margin: 0;
}

.view-single-article .credits p strong {
  font-family: "p22-underground",sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.view-single-article section {
  padding: 50px 0;
}

.view-single-article .divider {
  margin: 10px 0;
}

.view-single-article .introduction {
  background: #fff;
  margin: 0 0 60px 0;
  padding-top: 80px;
}

.view-single-article .introduction .col-1 {
  border-right: 1px solid #ccc;
  padding: 75px 25px 15px 0;
  width: 50%;
}

.view-single-article .introduction .col-1 img {
  margin: 0 0 25px 0;
}

.view-single-article .intro-page-two .content p:first-child:first-letter,
.view-single-article .introduction .content p:first-child:first-letter {
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 4px 0 4px;
}

.view-single-article .introduction .divider {
  margin: 2em 0 1em 0;
}

.view-single-article .introduction .divider img {
  margin: 0;
}

.view-single-article .introduction .divider-alt {
  text-align: right;
}

.view-single-article .introduction .divider-alt img {
  display: inline-block;
}

@media screen and (max-width:1025px) {
  .view-single-article section {
    padding: 30px 0;
  }

  .view-single-article .introduction .col-1 {
    border: none;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.view-single-article .quote {
  font-family: "tablet-gothic-condensed";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 15px auto;
  max-width: 400px;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
}

.view-single-article .quote h3 {
  letter-spacing: 1px;
  margin: 20px 0;
}

.view-single-article .quote img {
  margin: 0 auto;
}

@media screen and (max-width:720px) {
  .view-single-article .quote {
    font-size: 18px;
  }
}

.view-single-article .photos-medium,
.view-single-article .photos-wide {
  padding: 0;
  margin: 0 0 60px 0;
}

.view-single-article .photos-medium img,
.view-single-article .photos-medium img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.view-single-article .divider {
  margin: 1.4em 0;
}

.view-single-article .divider img {
  margin: 0 auto;
}

.view-single-article .section-one-col .container {
  max-width: 580px;
}

.view-single-article .section-one-col img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.view-single-article .photos-small {
  background: #fff;
  margin: 0 0 60px 0;
}

.view-single-article .photos-small .container {
  max-width: 760px;
}

.view-single-article .photos-small img {
  display: block;
  height: auto;
  margin: 10px 0;
  max-width: 100%;
}

.view-single-article .blurb {
  margin: 40px 0 0 0;
  width: 80%;
}

.view-single-article .blurb h4 {
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}

.view-single-article .blurb p {
  font-style: italic;
  font-family: "minion-pro",serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.view-single-article .blurb p a {
  color: #29b676;
  text-decoration: none;
}

.view-single-article .end {
  margin: 0;
  float: right;
}

@media screen and (max-width:1025px) {
  .view-single-article .blurb {
    width: 100%;
  }

  .view-single-article .blurb .col-1 {
    float: left;
    width: 50%;
  }

  .view-single-article .blurb .col-2 {
    float: right;
    text-align: right;
    width: 30%;
  }

  .view-single-article .blurb .col-2 img {
    display: block;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width:720px) {
  .view-single-article .blurb .col-1,
  .view-single-article .blurb .col-2 {
    float: none;
    width: 100%;
  }
}

.view-single-article .intro-page-two .container {
  max-width: 1900px;
  width: 100%;
}

.view-single-article .intro-page-two .introed {
  margin-bottom: 80px;
}

.view-single-article .intro-page-two .divider-alt {
  text-align: right;
}

.view-single-article .intro-page-two .divider-alt img {
  display: inline-block;
}

.view-single-article .intro-page-two .credits {
  margin: 130px 0 0 0;
}

.intro-page-two .introed {
  margin: 125px 0 0 0;
}

.view-single-article .intro-page-two .col-1 {
  padding: 126px 0 0 0;
  margin: 0 0 0 7%;
  max-width: 624px;
  width: 40%;
}

.intro-page-two .col-2  img {
  width: 100%;
}

.view-single-article section:last-child {
  margin-bottom: 0;
}

.view-single-article section:last-child .end {
  display: none;
}

@media screen and (max-width:1025px) {
  .view-single-article .intro-page-two .col-1 {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 70%;
  }

  .view-single-article .intro-page-two .container {
    width: 100%;
  }

  .view-single-article .intro-page-two .credits {
    margin: 50px 0 0 0;
  }
}

@media screen and (max-width:720px) {
  .intro-page-two .introed {
    margin: 75px 0 0 0;
  }

  .view-single-article .intro-page-two .col-1 {
    max-width: 580px;
    width: 90%;
  }
}

.pagers {
  background: #fff;
  overflow: hidden;
}

.pagers .link {
  color: #222;
  display: block;
  font-family: "minion-pro",serif;
  text-decoration: none;
}

.pagers p {
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 20px 0;
  width: 100px;
}

.pagers .previous {
  float: left;
  margin: 0 0 0 -300px;
  text-align: right;
  transition: margin .5s;
}

.pagers .previous img {
  float: left;
}

.pagers .previous p {
  float: right;
  margin: 55px 0 0 30px;
}

.pagers .next {
  float: right;
  margin: 0 -300px 0 0;
  transition: margin .5s;
}

.pagers .next img {
  float: right;
}

.pagers .next p {
  float: left;
  margin: 55px 30px 0 0;
}

.pagers .previous p {
  background: url(../images/icon-arrow-prev.png) no-repeat top left;
  background-size: 101px 20px;
}

.pagers .previous:hover p {
  background-image: url(../images/icon-arrow-prev-rollover.png);
}

.pagers .next p {
  background: url(../images/icon-arrow-next.png) no-repeat top right;
  background-size: 101px 20px;
}

.pagers .next:hover p {
  background-image: url(../images/icon-arrow-next-rollover.png);
}

.pagers .next:hover,
.pagers .previous:hover {
  margin: 0;
  transition: margin .5s;
}

@media screen and (max-width:1025px) {
  .pagers .previous,
  .pagers .next {
    margin: 0;
  }

  .pagers .previous img,
  .pagers .next img {
    display: none;
  }

  .pagers .next p,
  .pagers .previous p {
    margin-top: 40px;
  }
}

.pagination {
  background: #fff;
  color: #B2B2B2;
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0 0;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.pagination .indicator {
  border: 1px solid #B2B2B2;
  display: inline-block;
  padding: 11px 15px 9px 15px;
  vertical-align: middle;
}

.pagination .numbers {
  display: inline-block;
  vertical-align: middle;
}

.pagination .numbers span,
.pagination .numbers a {
  border: 1px solid #B2B2B2;
  color: #B2B2B2;
  display: inline-block;
  padding: 11px 0 9px 0;
  text-decoration: none;
  vertical-align: middle;
  width: 35px;
}

.pagination .numbers .arrow {
  font-size: 18px;
  padding: 7px 0 5px 0;
  vertical-align: middle;
  width: 35px;
}

.pagination .next,
.pagination .prev {
  color: #B2B2B2;
  display: inline-block;
  padding: 11px 15px 9px 15px;
  position: absolute;
  text-decoration: none;
  top: 7px;
  vertical-align: middle;
}

.pagination .next .arrow,
.pagination .prev .arrow {
  font-size: 20px;
  vertical-align: -3px;
}

.pagination .next .arrow {
  margin: 0 0 0 6px;
}

.pagination .prev .arrow {
  margin: 0 6px 0 0;
}

.pagination .prev {
  left: 10px;
}

.pagination .next {
  right: 10px;
}

.pagination .back-to-blog {
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
  display: inline-block;
  padding: 11px 15px 9px 15px;
  text-decoration: none;
  vertical-align: middle;
}

.comments-area {
  background: #E5E5E5;
  padding: 50px 0;
}

.comments-area .container {
  max-width: 600px;
}

.comments-area form {
  border-top: 1px solid #ccc;
  padding: 25px 0 0 0;
}

.comments-area form header {
  padding: 0 0 25px 0;
}

.comments-area h1 {
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.comments-area h1 a {
  color: #1a1a1a;
}

.comments-area p {
  color: #666666;
  font-family: Georgia,serif;
  font-size: 11px;
  font-style: italic;
  text-align: center;
}

.comment-list {
  margin: 15px 0 0 0;
}

.comment-list .avatar {
  display: none;
}

.comment-list li {
  border-top: 1px solid #ccc;
  padding: 25px 0;
}

.comment-list .comment-author {
  font-family: "p22-underground",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}

.comment-list .comment-author .says {
  display: none;
}

.comment-list .comment-metadata {
  color: #1a1a1a;
  font-family: Georgia,serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px 0;
}

.comment-list .comment-metadata a {
  color: #1a1a1a;
  text-decoration: none;
}

.comment-list .comment-content p {
  color: #1a1a1a;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.comment-list .reply {
  display: none;
}

.form-comment .col {
  width: 49%;
}

.form-comment .col-2 {
  float: right;
}

.form-comment .element {
  margin: 0 0 2% 0;
}

.form-comment .text {
  -webkit-appearance: none;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 9px 7px 9px;
  width: 100%;
}

.form-comment .text:focus {
  outline: none;
}

.form-comment .text::-webkit-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}

.form-comment .text::-moz-placeholder {
  color: #808080;
  text-transform: uppercase;
}

.form-comment .text:-ms-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}

.form-comment .text::placeholder {
  color: #808080;
  text-transform: uppercase;
}

.form-comment .button {
  -webkit-appearance: none;
  border-radius: 0px;
  display: block;
  width: 100%;
}

@media screen and (max-width:720px) {
  .form-comment .col-1,
  .form-comment .col-2 {
    float: none;
    width: 100%;
  }

  .form-comment .col-1 {
    margin: 0 0 2% 0;
  }
}

.main-footer {
  background: #E5E5E5;
  padding: 50px 0 125px 0;
  position: relative;
  z-index: 10;
}

.main-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.main-footer .col p {
  font-family: "p22-underground",sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 8px 0;
}

.main-footer .col p a {
  color: #1a1a1a;
  text-decoration: none;
}

.main-footer .col p.copyright {
  font-family: "minion-pro",serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-footer .form-newsletter .text {
  background: none;
  border: 1px solid #666;
  font-family: "minion-pro",serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 4px;
  width: 70%;
}

.main-footer .form-newsletter .text:focus {
  outline: none;
}

.main-footer .form-newsletter .text::-webkit-input-placeholder {
  color: #1a1a1a;
}

.main-footer .form-newsletter .text::-moz-placeholder {
  color: #1a1a1a;
}

.main-footer .form-newsletter .text:-ms-input-placeholder {
  color: #1a1a1a;
}

.main-footer .form-newsletter .text::placeholder {
  color: #1a1a1a;
}

.main-footer .form-newsletter .submit {
  background: #666;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  width: 14%;
  vertical-align: -2px;
}

.main-footer .form-newsletter .submit:hover {
  cursor: pointer;
}

@media screen and (max-width:1025px) {
  .main-footer {
    text-align: center;
  }

  .main-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer .col {
    margin: 0 4%;
    width: auto;
  }

  .main-footer .col p {
    font-size: 14px;
  }

  .main-footer .col:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width:720px) {
  .main-footer {
    padding-bottom: 50px;
    text-align: left;
  }

  .main-footer .col {
    border-bottom: 1px solid #c8c8c8;
    display: block;
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .main-footer .col p a {
    display: block;
  }

  .main-footer .col:last-child {
    border: none;
    margin: 45px 0 0 0;
  }
}

.site-overlay {
  background: #fff;
  background: rgba(255,255,255,.95);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 500;
  transition: all .5s;
}

.site-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: .5s all;
}

.newsletter-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .4s;
  width: 100vw;
  visibility: hidden;
  z-index: 600;
}

.newsletter-popup.open {
  opacity: 1;
  transition: all .4s;
  visibility: visible;
}

.newsletter-popup .close svg {
  height: 25px;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 25px;
}

.newsletter-popup .box {
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  padding: 15px;
  position: relative;
  /*min-width:800px;*/
  max-width: 650px;
}

.newsletter-popup .header {
  position: relative;
}

.newsletter-popup .header h1 {
  color: #fff;
  font-family: "p22-underground",sans-serif;
  font-size: 19px;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.newsletter-popup .header h1:after,
.newsletter-popup .header h1:before {
  content: " ";
  border-top: 2px solid #fff;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
}

.newsletter-popup .header h1:after {
  top: -14px;
}

.newsletter-popup .header h1:before {
  bottom: -9px;
}

.newsletter-popup .header img {
  display: block;
  height: auto;
  width: 100%;
}

.newsletter-popup .content {
  margin: 15px auto 0 auto;
  max-width: 400px;
  text-align: center;
}

.newsletter-popup .content p {
  font-family: "minion-pro",serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.newsletter-popup .form-newsletter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
}

.newsletter-popup .form-newsletter .text {
  border: 1px solid #999;
  color: #999;
  font-family: "minion-pro",serif;
  font-size: 14px;
  margin: 0 5px 0 0;
  max-width: 220px;
  padding: 8px 15px 7px 15px;
  width: 70%;
}

.newsletter-popup .form-newsletter .text.error {
  border-color: red;
}

.newsletter-popup .form-newsletter .submit {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  padding: 12px 0 10px 0;
  width: 220px;
}

.newsletter-popup .success {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.newsletter-popup .success .content {
  margin: 30px 0 15px 0;
}

.newsletter-popup .success .header h1 {
  color: #222;
  position: relative;
}

.newsletter-popup .success .header h1:after,
.newsletter-popup .success .header h1:before {
  border-color: #222;
}

.newsletter-popup .success .button {
  padding: 14px 85px 12px 85px;
}

.newsletter-popup.confirmed .signup {
  opacity: 0;
}

.newsletter-popup.confirmed .success {
  opacity: 1;
  visibility: visible;
}

.newsletter-popup .actions .button {
  font-size: 12px;
  padding: 12px 0 10px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width:720px) {
  .newsletter-popup .close svg {
    right: 15px;
    top: -45px;
  }
}

.slick-slider {
  margin: 0;
}

/* iPad & iPhone only */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro article:hover .bg-image:before,
  .template-article-excerpt:hover .overlay {
    display: none !important;
  }
}

@media only screen and (max-device-width: 480px) {
  .intro article:hover .bg-image:before,
  .template-article-excerpt:hover .overlay {
    display: none !important;
  }
}

mark {
  background: none;
}

.component-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-add-to-cart button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: none;
  border: 2px solid #e30b15;
  color: #e30b15;
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  padding: 12px 21px 7px 21px;
  text-transform: uppercase;
  transition: all .4s;
}

.component-add-to-cart button:hover {
  background: #e30b15;
  color: #fff;
  cursor: pointer;
}

.component-add-to-cart select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../svg/select-arrow-green.svg) no-repeat;
  background-position: 80% 50%;
  background-size: 14px auto;
  border-radius: 0px;
  border: 2px solid #e30b15;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #e30b15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'futura-pt',sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 0px 30px 1px 15px;
}

.component-add-to-cart.is-alt button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  border-color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.component-add-to-cart.is-alt .plus {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #1a1a1a;
  display: block;
  padding: 12px 6px 7px 6px;
}

.component-add-to-cart.is-alt .text {
  padding: 0 12px;
  padding-top: 4px;
}

.component-add-to-cart.is-alt mark {
  color: #1a1a1a;
}

.quantity_select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../svg/select-arrow-grey.svg) no-repeat;
  background-position: 80% 50%;
  background-size: 14px auto;
  border-radius: 0px;
  border: 1px solid #cccccc;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'futura-pt',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 30px 8px 15px;
}

.component-back-to-top {
  text-align: center;
}

.component-back-to-top .button {
  font-size: 14px;
  padding: 13px 18px 9px 18px;
  text-align: center;
  width: 162px;
}

.component-back-to-top .button:hover {
  background: #e30b15;
  color: #fff;
}

.component-promotional {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50vh;
  position: relative;
}

.component-promotional .boxed {
  max-width: 450px;
  text-align: center;
}

.component-promotional h1 {
 /* font-family: 'Dala Floda Web';
   text-transform: lowercase;*/
  font-size: 68px;
  margin: 0 0 20px 0;
 
}

.component-promotional p {
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 30px 0;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .component-promotional {
    height: calc(100vh - 50px);
  }
}

@media screen and (max-width: 720px) {
  .component-promotional {
    height: calc(100vh - 44px);
  }

  .component-promotional h1 {
    font-size: 44px;
  }

  .component-promotional p {
    font-size: 20px;
  }
}

.component-promotional .button {
  font-size: 14px;
  padding: 12px 0 10px 0;
  width: 180px;
}

.component-promotional .button:hover {
  background: #fff;
  color: #1a1a1a;
}

.component-promotional__info {
  bottom: 40px;
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 800;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.component-promotional__info a {
  color: inherit;
  text-decoration: none;
}

.component-promotional__info svg {
  display: block;
  fill: #fff;
  height: 38px;
  margin: 15px auto 0 auto;
  width: 16px;
}

.component-promotional__info .container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 720px) {
  .component-promotional__info .box-2 {
    text-align: center;
  }

  .component-promotional__info .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .component-promotional__info .box-3 {
    text-align: right;
  }
}

@media screen and (max-width: 720px) {
  .component-promotional__info .box-2 {
    text-align: center;
    width: 100%;
  }

  .component-promotional__info .box-1,
  .component-promotional__info .box-3 {
    display: none;
  }
}

.component-promotional__info .container {
  max-width: 1120px;
}

.block-products-filters {
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  text-transform: uppercase;
}

.block-products-filters a {
  color: inherit;
  text-decoration: none;
}

.block-products-filters span {
  display: inline-block;
  margin: 0 10px;
}

.card-product {
  text-align: center;
}

.card-product figure {
  margin-bottom: 10px;
  position: relative;
}

.card-product figure a {
  display: block;
  position: relative;
}

.card-product figure a:after {
  background: #fff;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .5s ease-out;
  top: 0;
  width: 100%;
}

.card-product__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.card-product figure a:hover:after {
  opacity: .5;
}

.card-product__info span {
  color: #e30b15;
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.card-product__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.card-product__form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.card-product mark {
  color: #b3b3b3;
  font-family: 'futura-pt',sans-serif;
  font-weight: 500;
}

.card-product mark ins {
  color: #e30b15;
  text-decoration: none;
}

.card-product a {
  color: inherit;
  text-decoration: none;
}

.view-single-product {
  background: #fff;
  padding: 60px 0 80px 0;
}

@media screen and (min-width: 1025px) {
  .view-single-product.is-short {
    margin-top: 50px;
  }
}

@media screen and (max-width: 720px) {
  .view-single-product {
    padding: 40px 0;
  }
}

.view-single-product.is-short .container {
  max-width: 1400px;
}

.view-single-product.is-normal .container {
  max-width: 1120px;
}

.view-single-product.is-short .block-enjoy {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 40px;
  margin-top: 80px;
  width: 90%;
}

.view-single-product.is-short .block-enjoy .container {
  max-width: 1120px;
}

@media screen and (min-width: 1200px) {
  .view-single-product.is-short .block-product__content > .box:first-child {
    padding-right: 40px;
    width: 58%;
  }

  .view-single-product.is-short .block-product__content > .box:last-child {
    padding-left: 20px;
    width: 42%;
  }
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .block-product__content > .box:first-child {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .block-enjoy .container {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 770px) {
  .view-single-product.is-short .block-enjoy .container {
    width: 100%;
  }

  .view-single-product .block-enjoy {
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 720px) {
  .view-single-product.is-short .block-enjoy {
    margin-top: 0;
  }

  .view-single-product:not(.is-short) .block-enjoy {
    margin-bottom: 40px;
  }
}

.view-single-product.is-not-available .component-add-to-cart button {
  border-color: #ccc;
  color: #ccc;
}

.view-single-product.is-not-available .component-add-to-cart button:hover {
  background: #fff;
  cursor: auto;
}

.view-single-product.is-not-available .component-add-to-cart select {
  display: none;
}

.block-product {
  margin-bottom: 60px;
}

@media screen and (max-width:720px) {
  .block-product {
    margin-bottom: 40px;
  }
}

.block-product__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.block-product__content > .box:first-child {
  width: 50%;
}

.block-product__content > .box:last-child {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .view-single-product .block-product__content > .box:first-child {
    padding-right: 30px;
  }

  .view-single-product .block-product__content > .box:last-child {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .block-product__content > .box:first-child,
  .block-product__content > .box:last-child {
    width: 100%;
  }

  .block-product__content > .box:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 70px 0;
  }
}

@media screen and (max-width:720px) {
  .block-product__content {
    margin-bottom: 0;
    overflow-x: hidden;
  }

  .is-short .block-product__content > .box:last-child {
    margin-bottom: 70px;
  }

  .block-product__content > .box:last-child {
    margin-bottom: 40px;
  }
}

.block-product__header {
  margin-bottom: 20px;
}

.block-product__header h1,
.block-product__header h2 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.block-product__header mark {
  font-family: "p22-underground",sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.block-product__header mark span {
  font-weight: 400;
}

.block-product__header mark ins {
  color: #e30b15;
  text-decoration: none;
}

.block-product__info {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}

.block-product__info p {
  font-size: 17px;
  line-height: 1.65;
}

.block-product__info p a {
  color: #e30b15;
}

.block-product__info p:not(:last-child) {
  margin: 0 0 20px 0;
}

.block-product__text {
  margin: 0 0 40px 0;
}

.block-product__specs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
  .block-product__header {
    margin-bottom: 36px;
  }

  .block-product__specs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-product__specs > .box {
  width: 45%;
}

@media screen and (max-width: 720px) {
  .block-product__specs > .box {
    width: 100%;
  }

  .block-product__specs > .box:not(:last-child) {
    margin-bottom: 25px;
  }
}

.block-product__specs h3,h3 {
  font-family: "p22-underground",sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 13px;
  /*text-transform: uppercase;*/
}

.block-product__specs p {
  font-size: 14px;
  line-height: 1.5;
}

.block-product__specs p:not(:last-child) {
  margin-bottom: 7px;
}

.block-product__specs p a {
  color: #e30b15;
}

.block-product__cta a {
  color: #e30b15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: uppercase;
}

.block-product__cta svg {
  display: block;
  fill: #e30b15;
  height: 13px;
  margin: -2px 0 0 10px;
  width: 22px;
}

.block-product__images-primary-alt,
.block-product__images-primary {
  position: relative;
}

@media screen and (min-width: 1023px) {
  .block-product__images-primary:not(.is-slideshow) > .box:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .block-product__images-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
  }

  .block-product__images-primary > .box {
    margin: 0;
    width: 50%;
  }

  .block-product__images-primary > .box:first-child {
    padding-right: 10px;
  }

  .block-product__images-primary > .box:last-child {
    padding-left: 10px;
  }

  .block-product__images-primary .slick-prev,
  .block-product__images-primary .slick-next {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .block-product__images-primary {
    margin: 0;
  }

  .block-product__images-primary-alt .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 720px) {
  .block-product__images-primary:not(.is-slideshow) {
    display: none;
  }

  .block-product__images-primary-alt {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 720px) {
  .block-product__images-primary-alt {
    display: none;
  }
}

button:focus {
  outline: none;
}

.block-product__images-primary > button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  height: 100%;
  text-indent: -99999px;
  top: 0;
  width: 50%;
  z-index: 20;
}

.block-product__images-primary button.slick-prev {
  cursor: url('../images/arrow-left.png'), e-resize;
  left: 0;
}

.block-product__images-primary button.slick-next {
  cursor: url('../images/arrow-right.png'), e-resize;
  right: 0;
}

.block-advertisement__images .slick-dots,
.block-product__images-primary-alt .slick-dots,
.block-product__images-primary .slick-dots {
  position: absolute;
  width: 100%;
}

.block-advertisement__images .slick-dots {
  left: 0;
  bottom: -25px;
  text-align: center;
}

.block-product__images-primary-alt .slick-dots,
.block-product__images-primary .slick-dots {
  left: 0;
  bottom: -35px;
  text-align: center;
}

.block-advertisement__images .slick-dots li,
.block-product__images-primary-alt .slick-dots li,
.block-product__images-primary .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.block-advertisement__images .slick-dots li button,
.block-product__images-primary-alt .slick-dots li button,
.block-product__images-primary .slick-dots li button {
  background: #cccccc;
  border-radius: 100%;
  border: none;
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -99999px;
}

.block-advertisement__images .slick-dots li button:hover,
.block-product__images-primary-alt .slick-dots li button:hover,
.block-product__images-primary .slick-dots li button:hover {
  cursor: pointer;
  background: #4d4d4d;
}

.block-advertisement__images .slick-dots li.slick-active button,
.block-product__images-primary-alt .slick-dots li.slick-active button,
.block-product__images-primary .slick-dots li.slick-active button {
  background: #4d4d4d;
}

.block-product__images-secondary > div {
  margin-bottom: 20px;
}

.block-product__image-two {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.block-product__image-two > .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

@media screen and (max-width: 720px) {
  .block-product__images-secondary {
    display: none;
  }
}

.block-enjoy {
  margin-bottom: 75px;
}

.block-enjoy__title {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.block-enjoy .boxes,.block-enjoy .boxes_4 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 720px) {
  .block-enjoy__title {
    font-size: 30px;
  }

  .block-enjoy .boxes,  .block-enjoy .boxes_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.block-enjoy .boxes > .box,.block-enjoy .boxes_4 > .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 720px) {
  .block-enjoy .boxes > .box:nth-child(odd) {
    margin-right: 10px;
  }

  .block-enjoy .boxes > .box:nth-child(even) {
    margin-left: 10px;
  }
  
  .block-enjoy .boxes_4 > .box:nth-child(odd) {
    margin-right: 10px;
  }

  .block-enjoy .boxes_4 > .box:nth-child(even) {
      margin-right: 10px;
  }
  
}

@media screen and (max-width: 720px) {
  .block-enjoy .boxes > .box:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .block-enjoy .boxes_4 > .box:not(:last-child) {
    margin: 0 0 40px 0;
  }
}

.block-products-filters {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
}

.block-products-filters a:hover,
.block-products-filters a.is-active {
  color: #e30b15;
}

@media screen and (max-width: 720px) {
  .block-products-filters .box:first-child {
    display: none;
  }
}

.view-archive-product {
  background: #fff;
  padding: 50px 0;
}
.view-archive-product > .container {

}
.view-archive-product > .container {
  max-width: 1120px;
}

.view-archive-product .boxes {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 720px) {
  .view-archive-product .boxes {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.view-archive-product .boxes > .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

@media screen and (min-width: 720px) {
  .view-archive-product .boxes > .box:not(:nth-last-child(-n+2)) {
    margin-bottom: 60px;
  }

  .view-archive-product .boxes > .box:nth-child(odd) {
    padding-right: 10px;
  }

  .view-archive-product .boxes > .box:nth-child(even) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 720px) {
  .view-archive-product .boxes > .box:not(:last-child) {
    margin: 0 0 40px 0;
  }
}

.component-mini-cart {
  display: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  position: absolute;
  right: 0;
  top: 31px;
  width: 400px;
  z-index: 10;
}

@media screen and (max-width: 720px) {
  .component-mini-cart {
    position: fixed;
    top: 44px;
    width: 100%;
  }
}

.component-mini-cart .boxed {
  padding: 20px 20px 40px 20px;
}

.component-mini-cart h2 {
  font-size: 32px;
  font-family: "minion-pro",serif;
  text-transform: none;
}

.component-mini-cart h2 mark {
  color: #b3b3b3;
  font-size: 16px;
  font-family: 'futura-pt',sans-serif;
  margin-left: 7px;
}

.component-mini-cart .header {
  margin: 0 0 30px 0;
  position: relative;
}

.component-mini-cart ul {
  border-top: 1px solid #e6e6e6;
}

.component-mini-cart .row {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}

.component-mini-cart .action a {
  background: #e30b15;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  padding: 23px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.component-mini-cart .action svg {
  display: block;
  fill: #fff;
  height: 10px;
  margin-left: 10px;
  width: 18px;
}

.component-mini-cart__close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

.component-mini-cart__close svg {
  fill: #b3b3b3;
  display: block;
  height: 12px;
  width: 12px;
}

.component-mini-cart__closer {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 0;
}

.component-plus-qty {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-plus-qty a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 30px;
}

.component-plus-qty a:first-child {
  border-right: 2px solid #b3b3b3;
}

.component-plus-qty a:last-child {
  border-left: 2px solid #b3b3b3;
}

.component-plus-qty input {
  border: none;
  height: 30px;
  font-family: 'futura-pt',sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 30px;
}

.component-plus-qty input:focus {
  outline: none;
}

.component-plus-qty--increase span {
  position: relative;
  top: 2px;
}

.woocommerce-Price-amount {
  font-family: 'futura-pt',sans-serif;
  font-weight: 500;
}

.card-min-product {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-min-product h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
}

.card-min-product img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 80px;
}

.card-min-product mark {
  color: #b3b3b3;
  font-size: 16px;
}

.card-min-product .box-1 {
  margin: 0 10px 0 0;
}

.card-min-product .box-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-min-product .subboxes {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.state-show-mini-cart .component-mini-cart {
  display: block;
}

.state-show-mini-cart .component-mini-cart__closer {
  opacity: 1;
  visibility: visible;
}

.view-woocommerce {
  background: #fff;
  padding: 50px 0 50px 0;
}

.view-woocommerce .container {
  max-width: 1120px;
}

@media screen and (max-width:1024px) {
  .view-woocommerce {
    padding-top: 0;
  }
}

.mima-full-cart {
  margin: 0 0 25px 0;
  padding-top: 50px;
}

.mima-full-cart .back {
  color: #e30b15;
  display: inline-block;
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.mima-full-cart .back svg {
  fill: #e30b15;
  height: 12px;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
  width: 6px;
}

.mima-full-cart h3 {
  font-size: 34px;
}

.woocommerce table.shop_table th {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 10px 0;
}

.woocommerce table.shop_table td.product-thumbnail {
  width: 90px;
}

.woocommerce table.shop_table td.product-thumbnail img {
  display: block;
  height: auto;
  width: 80px;
}

.woocommerce table.shop_table td.product-name {
  font-size: 17px;
}

.woocommerce table.shop_table td.product-name a {
  color: inherit;
  text-decoration: none;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
  font-size: 16px;
}

.woocommerce table.shop_table td.product-remove {
  width: 12%;
}

.woocommerce table.shop_table td.product-remove svg {
  display: block;
  height: 16px;
  fill: #1a1a1a;
  margin: 0 auto;
  width: 16px;
}

.woocommerce table.shop_table td.product-remove a:hover svg {
  fill: #e30b15;
}

@media screen and (min-width:770px) {
  .woocommerce table.shop_table .mobile-image {
    display: none;
  }
}

@media screen and (max-width:770px) {
  .woocommerce table.shop_table {
    margin: 0 0 40px 0;
    max-width: 100%;
  }

  .woocommerce table.shop_table .cart_item {
    position: relative;
  }

  .woocommerce table.shop_table .product-name {
    padding-right: 40px;
  }

  .woocommerce table.shop_table .product-name:before {
    display: none;
  }

  .woocommerce table.shop_table td.product-remove {
    position: absolute;
    top: 2px;
    border-top: none;
    right: -30px;
  }

  .woocommerce table.shop_table td.product-remove svg {
    fill: #e30b15;
  }

  .woocommerce table.shop_table .mobile-image img {
    width: 80px;
  }

  .woocommerce table.woocommerce-checkout-review-order-table td.product-total {
    color: #1a1a1a;
  }

  .product-info table td {
    vertical-align: middle;
  }

  .woocommerce table.shop_table_responsive.cart tr td.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce table.shop_table_responsive.cart tr td.product-name img {
    margin-right: 15px;
  }
}

@media screen and (max-width:720px) {
  .woocommerce table.shop_table td.product-remove {
    top: 35px;
    right: -10px;
  }
}

.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals th {
  padding-left: 0;
}

.woocommerce .cart-collaterals .cart_totals td {
  font-size: 16px;
  padding-right: 0;
  text-align: right;
}

.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: none;
  border: 2px solid #e30b15;
  color: #e30b15;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 18px 10px 18px;
}

.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e30b15;
  color: #fff;
}

.wc-proceed-to-checkout a.button {
  text-align: center;
  width: 100%;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 12px 18px 10px 18px;
}

.woocommerce table.cart td.actions {
  padding-top: 35px;
}

.woocommerce table.cart td.actions .coupon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.woocommerce table.cart td.actions .coupon input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid #cccccc;
  font-family: "p22-underground",sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 8px 5px 5px;
  width: 200px;
}

.woocommerce table.cart td.actions .coupon input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}

@media screen and (min-width:720px) and (max-width: 770px) {
  .woocommerce table.cart td.actions .coupon:before,
  .woocommerce table.cart td.actions .coupon:after {
    display: none;
  }

  .woocommerce table.cart td.actions .coupon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .woocommerce table.cart td.actions .coupon input[type="submit"],
  .woocommerce table.cart td.actions .coupon input[type="text"] {
    margin: 0;
    width: 49%;
  }
}

@media screen and (max-width:720px) {
  .woocommerce table.cart td.actions .coupon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .woocommerce table.cart td.actions .coupon input[type="submit"],
  .woocommerce table.cart td.actions .coupon input[type="text"] {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.woocommerce form .form-row {
  margin-bottom: 20px;
}

.woocommerce form .form-row label {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
}

.select2-container .select2-choice,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: "p22-underground",sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 11px 8px 9px 8px;
}

.select2-container .select2-choice {
  padding: 4px 8px 2px 8px;
}

.select2-results {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table td.product-total {
  color: #b3b3b3;
  font-family: "p22-underground",sans-serif;
  padding-right: 14px !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout-review-order-table .order-total td {
  font-size: 16px;
  padding-right: 14px !important;
  text-align: right;
}

.woocommerce-checkout h3 {
  font-size: 34px;
  margin: 0 0 25px 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

@media screen and (max-width:720px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}

.woocommerce-info {
  border: none;
}

.woocommerce-info:before {
  display: none;
}

.woocommerce-info,
.woocommerce-message {
  background: #e6e6e6;
  color: #000000;
  font-size: 17px;
  margin: 0 !important;
  padding: 20px 0 !important;
  text-align: center;
}

.woocommerce-message {
  display: none !important;
}

.woocommerce-info a,
.woocommerce-message a {
  color: #e30b15;
  text-decoration: none;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 50%;
}

@media screen and (min-width:770px) {
  .woocommerce .col2-set .col-1 {
    padding-right: 30px;
  }

  .woocommerce .col2-set .col-2 {
    padding-left: 30px;
  }
}

@media screen and (max-width:770px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}

form.checkout.woocommerce-checkout {
  margin: 50px 0 0 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

.woocommerce #payment #place_order {
  display: block;
  font-size: 14px;
  float: none;
  width: 100%;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.shop_table.woocommerce-checkout-review-order-table thead {
  color: #b3b3b3;
  font-size: 14px;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table th {
  padding-top: 13px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  border: none;
  padding: 15px 0;
}

.woocommerce form.checkout_coupon {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #e6e6e6;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

.woocommerce form.checkout_coupon .form-row-first {
  float: none;
  width: 20%;
}

.woocommerce form.checkout_coupon .form-row-last {
  float: none;
  width: auto;
}

.woocommerce form.checkout_coupon input.input-text {
  height: 100%;
}

@media screen and (max-width: 720px) {
  .woocommerce form.checkout_coupon .form-row-first,
  .woocommerce form.checkout_coupon .form-row-last {
    width: 100%;
  }

  .woocommerce form.checkout_coupon .form-row-last {
    text-align: center;
  }
}

.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 25px 0;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  position: relative;
  top: -1px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  position: relative;
  top: 2px;
  z-index: 500;
}

.wc_payment_method.payment_method_paypal img {
  display: none;
}

.woocommerce-checkout #payment div.payment_box {
  background: none;
  color: #1a1a1a;
  font-size: 17px;
  margin: 10px 0 0 0;
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method {
  padding: 0 0 10px 0;
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
}

.wc_payment_method label {
  font-family: "p22-underground",sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wc_payment_method label a {
  color: #e30b15;
  font-family: "minion-pro",serif;
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-shipping-fields {
  margin: 25px 0 0 0;
}

.woocommerce-shipping-fields > h3 {
  font-family: "p22-underground",sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 340px) {
  .woocommerce-shipping-fields > h3 {
    font-size: 14px;
  }
}

.checkout-back-to-cart {
  color: #e30b15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.checkout-back-to-cart svg {
  fill: #e30b15;
  height: 12px;
  margin: 0 10px 0 0;
  width: 6px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 14px;
}

.animation-type-image {
  background: #e6e6e6;
}

.animation-type-image img {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.slick-cloned .animation-type-image img,
.animation-type-image.is-animated img {
  opacity: 1;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.cart-empty {
  padding: 120px 0 80px 0;
  text-align: center;
}

.cart-empty h2 {
  font-size: 34px;
  margin: 0 0 15px 0;
}

.cart-empty p {
  font-style: italic;
  margin: 0 0 40px 0;
}

.woocommerce table.shop_table_responsive div.quantity_select {
  float: none !important;
  margin: 0 !important;
  display: inline-block;
}

.woocommerce table.shop_table_responsive tr td:before {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.woocommerce-thankyou {
  padding-top: 50px;
}

.woocommerce-thankyou h3 {
  font-size: 34px;
  margin: 0 0 38px 0;
}

.woocommerce-thankyou p {
  margin: 0 0 12px 0;
}

.woocommerce-thankyou .cols {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-thankyou .cols .col {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .woocommerce-thankyou .cols .col {
    width: 100%;
  }

  .woocommerce-thankyou .cols .col-1 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 720px) {
  .woocommerce-thankyou .cols .col-1 {
    padding-right: 30px;
  }

  .woocommerce-thankyou .cols .col-2 {
    padding-left: 30px;
  }
}

.woocommerce-thankyou .back {
  color: #e30b15;
  display: inline-block;
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce-thankyou .back svg {
  fill: #e30b15;
  height: 12px;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
  width: 6px;
}

.woocommerce .woocommerce-thankyou table.shop_table thead th {
  padding-top: 0;
}

.woocommerce .woocommerce-thankyou table.shop_table thead th:last-child {
  text-align: right;
}

.woocommerce .woocommerce-thankyou table.shop_table tfoot th {
  padding-top: 12px;
}

.woocommerce .woocommerce-thankyou table.shop_table tfoot td {
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  text-align: right;
}

.woocommerce .woocommerce-thankyou table.shop_table.thanks {
  border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce .woocommerce-thankyou table.shop_table.thanks td {
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  text-align: right;
}

.woocommerce .woocommerce-thankyou table.shop_table.thanks th {
  padding-top: 12px;
}

.woocommerce .woocommerce-thankyou table.shop_table td.product-total {
  text-align: right;
}

.block-quick-shop {
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all .4s ease-out;
  width: 100%;
}

.block-quick-shop .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-quick-shop .boxes .box {
  width: 25%;
}

.block-quick-shop .block-quick-shop__all {
  background: #f5f5f5;
  color: inherit;
  display: block;
  font-family: "p22-underground",sans-serif;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.block-quick-shop .block-quick-shop__all svg {
  fill: #000;
  height: auto;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
  width: 21px;
  transition: fill .4s;
}

.block-quick-shop .block-quick-shop__all:hover {
  background: #e30b15;
  color: #fff;
}

.block-quick-shop .block-quick-shop__all:hover svg {
  fill: #fff;
}

@media screen and (max-width:720px) {
  .block-quick-shop {
    display: none;
  }
}

.state-quick-shop-open .block-quick-shop {
  -webkit-transform: none;
  transform: none;
}

.card-product-alt {
  position: relative;
}

.card-product-alt a {
  display: block;
}

.card-product-alt a:hover .prop-overlay {
  opacity: 1;
}

.card-product-alt .prop-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s;
  width: 100%;
}

.card-product-alt__title {
  color: #000;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.card-product-alt mark {
  color: #e30b15;
}

.card-product-alt ins {
  text-decoration: none;
}

.view-single-article-alt {
  background: #fff;
  padding: 120px 0 80px 0;
}

.view-single-article-alt__header {
  margin-bottom: 71px;
}

.view-single-article-alt__title {
  font-size: 38px;
  margin-bottom: 25px;
}

.view-single-article-alt__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.view-single-article-alt__subheading {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  margin-right: 20px;
  text-transform: uppercase;
}

.view-single-article-alt__category {
  color: #e30b15;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.view-single-article-alt__category a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt {
    padding-top: 75px;
  }
}

@media screen and (max-width: 720px) {
  .view-single-article-alt {
    padding-top: 45px;
  }

  .view-single-article-alt__header {
    margin-bottom: 45px;
  }

  .view-single-article-alt__title {
    font-size: 26px;
  }
}

.view-single-article-alt__container {
  border-bottom: 1px solid #D9D9D9;
  display: grid;
  grid-template-columns: repeat(6, 1fr) 60px repeat(3, 1fr);
  grid-template-rows: minmax(30, auto);
  grid-template-areas: "gr1 gr1 gr1 gr1 gr1 gr1 space gr2 gr2 gr2" "gr3 gr3 gr3 gr3 gr3 gr3 space gr2 gr2 gr2" "gr4 gr4 gr4 gr4 gr4 gr4 space gr2 gr2 gr2";
  max-width: 1120px;
  margin-bottom: 45px;
  padding-bottom: 75px;
  position: relative;
}

.view-single-article-alt__story-container {
  max-width: 1120px;
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt__container {
    grid-template-areas: "gr1 gr1 gr1 gr1 gr1 gr1 gr1 gr1 gr1 gr1" "gr2 gr2 gr2 gr2 gr2 gr2 gr2 gr2 gr2 gr2" "gr3 gr3 gr3 gr3 gr3 gr3 gr3 gr3 gr3 gr3" "gr4 gr4 gr4 gr4 gr4 gr4 gr4 gr4 gr4 gr4";
  }
}

.view-single-article-alt__header {
  grid-area: gr1;
}

.view-single-article-alt__content {
  grid-area: gr2;
}

@media screen and (min-width: 1080px) {
  .view-single-article-alt__header {
    margin-top: -7px;
  }

  .view-single-article-alt__content {
    grid-row-start: 1;
    grid-row-end: end;
  }
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt__header {
    margin-bottom: 75px;
  }

  .view-single-article-alt__header {
    margin-bottom: 45px;
  }

  .view-single-article-alt__content {
    grid-area: gr3;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1080px) {
  .view-single-article-alt__content {
    display: grid;
    grid-template-columns: repeat(6, 1fr) 60px repeat(3, 1fr);
    grid-template-rows: minmax(30, auto);
   	/* grid-template-areas: 	"gr2 gr2 gr2 gr2 gr2 gr2 space gr1 gr1 gr1";

	
mimawp before:*/
	 grid-template-areas: 	"gr1 gr1 gr1 gr1 gr1 gr1 space gr2 gr2 gr2";
	
  }
}

.view-single-article-alt__intro {
  font-size: 17px;
  font-style: italic;
  letter-spacing: .02;
  line-height: 1.52;
  margin-bottom: 32px;
}

.view-single-article-alt__spacer {
  background: #1a1a1a;
  height: 2px;
  margin-bottom: 35px;
  width: 20px;
}

.view-single-article-alt__text {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.view-single-article-alt__text h2 {
  font-family: "p22-underground",sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
}

.view-single-article-alt__text p {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 1.6;
}

.view-single-article-alt__text p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
  .view-single-article-alt__intro {
    margin-top: -7px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1080px) {
  .view-single-article-alt__intro {
    /*mimawp grid-area: gr2; before gr1*/
    grid-area: gr2; /*mimawp before gr1*/
	
	
  }

  .view-single-article-alt__box {
    grid-area: gr1;
  }

  .view-single-article-alt__spacer {
    grid-area: space;
    background: #D9D9D9;
    height: 100%;
    width: 2px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 720px) {
  .view-single-article-alt__intro {
    margin-bottom: 20px;
  }

  .view-single-article-alt__spacer {
    margin-bottom: 30px;
  }

  .view-single-article-alt__text h2,
  .view-single-article-alt__text p {
    font-size: 15px;
  }
}

.view-single-article-alt__featured-image {
  grid-area: gr3;  /* grid-area: gr3;mima wp before */
  

 margin-top:10px; /* before nothing */
  margin-bottom: 30px;
  position: relative;
}

.view-single-article-alt__featured-image img {
  display: block;
  height: auto;
  width: 100%;
}

.view-single-article-alt__gallery-link svg {
  display: block;
  height: auto;
  fill: #D9D9D9;
  transition: fill .4s;
  width: 15px;
}

.view-single-article-alt__gallery-link-alt {
  display: block;
  position: relative;
  z-index: 1;
}

.view-single-article-alt__gallery-link-alt img {
  transition: all .5s ease-out;
}

.view-single-article-alt__gallery-link-alt span {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: all .5s ease-out;
  z-index: 1;
}

.view-single-article-alt__gallery-link-alt span svg {
  display: block;
  height: auto;
  fill: #1a1a1a;
  width: 20px;
}

.no-touch .view-single-article-alt__gallery-link:hover svg {
  fill: #1a1a1a;
}

.no-touch .view-single-article-alt__gallery-link-alt:hover span {
  opacity: 1;
}

.no-touch .view-single-article-alt__gallery-link-alt:hover img {
  opacity: .2;
}

@media screen and (min-width: 1080px) {
  .view-single-article-alt__gallery-link {
    left: -20px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt__featured-image {
    grid-area: gr2; /*mimawp before gr1*/
    margin-bottom: 45px;
  }

  .view-single-article-alt__gallery-link {
    display: inline-block;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 720px) {

}

@media screen and (max-width: 720px) {
  .view-single-article-alt__gallery-link {
    display: none;
  }
}

.view-single-article-alt__gallery {
  grid-area: gr4; /*mimawp after gr4*/
}

.view-single-article-alt__gallery > *:not(:last-child) {
  margin-bottom: 30px;
}

.view-single-article-alt__two-up {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-template-areas: "gr1 space gr2";
}

.view-single-article-alt__two-up .box:first-child {
  grid-area: gr1;
}

.view-single-article-alt__two-up .box:last-child {
  grid-area: gr2;
}

@media screen and (max-width: 720px) {
  .view-single-article-alt__gallery > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .view-single-article-alt__two-up {
    display: block;
  }

  .view-single-article-alt__two-up .box:first-child {
    margin-bottom: 15px;
  }
}

.view-single-article-alt__colophon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.view-single-article-alt__colophon p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: .02em;
}

.view-single-article-alt__colophon p span {
  font-family: "p22-underground",sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}

.view-single-article-alt__colophon p:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 720px) {
  .view-single-article-alt__colophon p span {
    display: block;
    margin-top: 10px;
  }
}

.view-single-article-alt__share > * {
  margin-right: 10px;
}

.view-single-article-alt__share span {
  font-size: 13px;
  font-family: "p22-underground",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.view-single-article-alt__share a {
  border-bottom: 1px solid #D9D9D9;
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
}

.view-single-article-alt__divider {
  grid-row-start: 1;
  grid-row-end: end;
  /*grid-area: space;*/
  height: 100%;
  width: 1px;
  background: #D9D9D9;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt__divider {
    display: none;
  }
}

.card-story__title {
  font-size: 20px;
  line-height: 1.4;
  margin: 15px 0;
  text-align: center;
}

.card-story__title a {
  color: inherit;
  text-decoration: none;
}

.card-story__meta {
  font-family: "p22-underground",sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.card-story__meta span {
  color: #808080;
}

.card-story__meta a {
  color: inherit;
  text-decoration: none;
}

.card-story figure a {
  display: block;
  position: relative;
}

.card-story figure a:after {
  background: #fff;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .5s ease-out;
  top: 0;
  width: 100%;
}

.card-story figure a:hover:after {
  opacity: .5;
}

.block-see-all-articles {
  text-align: center;
}
.block-see-all-articles a.button-outline-green:hover{
	color:white !important;
}

.block-see-all-articles .button {
  font-size: 14px;
  padding: 13px 18px 10px 18px;
  transition: all .4s;
}

.block-see-all-articles .button:hover {
  background: #e30b15;
  color: #fff;
}

.component-alternative-slideshow {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .6s ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.component-alternative-slideshow__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.component-alternative-slideshow__close svg {
  display: block;
  height: auto;
  width: 20px;
}

.component-alternative-slideshow__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.component-alternative-slideshow__arrow:first-child {
  left: 0;
}

.component-alternative-slideshow__arrow:last-child {
  right: 0;
}

.component-alternative-slideshow__arrow svg {
  display: block;
  height: auto;
  width: 10px;
}

.component-alternative-slideshow__container {
  height: 100%;
  max-width: 1120px;
  padding: 130px 0 80px 0;
}

.component-alternative-slideshow__boxed {
  height: 100%;
  position: relative;
}

.component-alternative-slideshow__numbers {
  font-family: "p22-underground",sans-serif;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-transform: uppercase;
  top: 0;
}

.component-alternative-slideshow__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .component-alternative-slideshow__arrow:first-child {
    left: 10px;
  }

  .component-alternative-slideshow__arrow:last-child {
    right: 10px;
  }

  .component-alternative-slideshow__numbers {
    font-size: 14px;
    left: 10px;
  }
}

@media screen and (max-width: 720px) {
  .component-alternative-slideshow {
    display: none;
  }
}

.component-alternative-slideshow .slick-list,
.component-alternative-slideshow .slick-track,
.component-alternative-slideshow .slick-slider {
  height: 100%;
}

.state-alt-popup-open .component-alternative-slideshow {
  opacity: 1;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1080px) {
  .view-single-article-alt__featured-image,
  .view-single-article-alt__gallery,
  .view-single-article-alt__header,
  .view-single-article-alt__content {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.block-advertisement {
  padding: 80px 0 100px 0;
}

.block-advertisement__box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
}

.block-advertisement__col-1 {
  width: 35%;
}

.block-advertisement__col-2 {
  width: 60%;
}

.block-advertisement__header {
  margin-bottom: 25px;
}

.block-advertisement__heading {
  font-family: "minion-pro",serif;
  font-size: 34px;
  margin-bottom: 30px;
}

.block-advertisement__subheading {
  font-size: 14px;
  font-family: "p22-underground",sans-serif;
}

.block-advertisement__divider {
  background: #1a1a1a;
  height: 1px;
  width: 25px;
  margin-bottom: 25px;
}

.block-advertisement__content {
  font-size: 17px;
  line-height: 1.529;
  margin-bottom: 25px;
}

.block-advertisement__images {
  position: relative;
}

.block-advertisement__action .button {
  font-size: 14px;
  padding-bottom: 8px;
  padding-top: 12px;
}

.block-advertisement__images .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  padding: 0;
  width: 8px;
  text-indent: -9999999px;
}

.block-advertisement__images button.slick-prev {
  background-image: url('../images/arrow-left.png');
  left: -25px;
}

.block-advertisement__images button.slick-next {
  background-image: url('../images/arrow-right.png');
  right: -25px;
}

@media screen and (max-width: 1080px) {
  .block-advertisement {
    padding-bottom: 80px;
  }

  .block-advertisement__col-1,
  .block-advertisement__col-2 {
    width: 100%;
  }

  .block-advertisement__heading {
    margin-bottom: 30px;
  }

  .block-advertisement__header,
  .block-advertisement__divider,
  .block-advertisement__content {
    margin-bottom: 20px;
  }

  .block-advertisement__col-2 {
    margin-bottom: 75px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .block-advertisement__images .slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 720px) and (max-width: 1080px) {
  .block-advertisement__col-1 {
    padding: 0 60px;
  }
}

.will-transform-group-1 {
  position: relative;
  will-change: transform;
  z-index: 0;
}

.will-transform-group-1 img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* hello */


/**/
table.analytical-data td,table.classification-data td,table.analytical-data-main td{
	vertical-align:baseline;
}
table.analytical-data-main td{
	padding-right:8px;
}
table.analytical-data td{
	/*border-bottom:1px solid #ccc;*/
}
table.classification-data td span,table.analytical-data td span{
	color:#838383;
	white-space:nowrap;
	padding-right:6px;
}

/**/
h3.section{
	margin-top:25px;
}
/**/


/**/
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }
.top35 { margin-top:35px; }
.top40 { margin-top:40px; }
  
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom20 { margin-bottom:20px; }
.bottom25 { margin-bottom:25px; }
.bottom30 { margin-bottom:30px; }
.bottom35 { margin-bottom:35px; }
.bottom40 { margin-bottom:40px; }  

.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }
.left17 { margin-left:17px; }
.left20 { margin-left:20px; }
.left25 { margin-left:25px; }
.left30 { margin-left:30px; }
.left35 { margin-left:35px; }
.left40 { margin-left:40px; }     


.right5 { margin-right:5px; }
.right7 { margin-right:7px; }
.right10 { margin-right:10px; }
.right15 { margin-right:15px; }
.right17 { margin-right:17px; }
.right20 { margin-right:20px; }
.right25 { margin-right:25px; }
.right30 { margin-right:30px; }
.right35 { margin-right:35px; }
.right40 { margin-right:40px; }

/**/


/**/
.scroller a.btn-default.btn{
	border:0 !important;
	background:#fff !important;
	box-shadow: none;
	font-size:11px;
	color:#1a1a1a !important;
	box-shadow: inherit;
	box-shadow: initial;
}


/**/
div.adjusted-columns {
				display:inline-block;
			    overflow: hidden;
			        width: 100%;
}
div.adjusted-columns:after{
    content: "";
    display: table;
    clear: both;
}
div.adjusted-columns div{
	border:0px solid green;
	display:inline-block;
	 float: left;
	 position:relative !important;
}
@media screen and (max-width:720px) {
	.no-padding-mobile{
		padding:0 !important;
	}
	.no-padding-top-mobile{
		padding-top:0 !important;
	}
	
	.mima-tagline .col-2{
		padding:35px !important;
		padding-top:25px !important;
	}
}


article.download-file .title{
	line-height:0.7em !important;
	padding-top:10px !important;
	padding-bottom:0px !important;
	color: #e30b15;
	
}


aside.news,aside.news .container{
	background:#fbfbfb;
}


body.tmpl-storie .view-single-article-alt__text a{
	color:#e30b15 !important;
	
}
body.tmpl-storie .view-single-article-alt__text a:hover{
	color:#e30b15 !important;
	opacity:0.8;
}