/** Shopify CDN: Minification failed

Line 128:64 Unexpected "{"

**/
.title-marker {
  position: relative;
  padding-top: 30px;
  display: table;
}

.title-marker:before {
  content: '';
  height: 5px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #de1400;
}

.hash {
  position: relative;
  height: 20px;
  display: inline-block;
}

.hash:before {
  content: '#';
  color: #de1400;
  font-family: 'neue-cb';
  font-size: 20px;
  line-height: 1;
}

.hero-wrapper .hero {
  height: calc(100vh - 0px);
  margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
  .hero-wrapper .hero {
    height: calc(100vh - 25vh);
  }

}

@media only screen and (max-width:736px) {
  .hero-wrapper .hero {
    height: calc(100vh - 0vh);
  }

}

@media only screen and (max-width:767px) {
  .hero-wrapper .hero {
    height: calc(100vh - 0vh);
  }

}

.hero-wrapper .hero .mega-subtitle {
  background-color: transparent;
  font-family: 'neue-cb';
  font-weight: 700;
  display: table;
  position: relative;
  line-height: 1;
}

.hero-wrapper .hero .mega-subtitle:first-letter {
  color: red;
  margin-right: 2px;
}

.hero-wrapper .hero .hero__title {
  background-color: transparent;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  display: block;
  max-width: 500px;
  font-family: 'neue-cb';
}

@media only screen and (max-width:768px) {
  .hero-wrapper .hero .hero__title {
    font-size: 28px;
  }

}

.hero-wrapper .hero .hero__slide .hero__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0);
}

.container__hero-text {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0%;
  top: auto;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media only screen and (max-width:1023px) {
  .template-activity .container__hero-text {
    bottom: 25%;
    top: auto;
  }
}
@media only screen and (min-width:1024px) {
  .container__hero-text {
    bottom: 25%;
    top: auto;
  }
}

.hero-wrapper .hero-nav, .hero-wrapper .hero__subtitle-wrapper, {
  z-index: 10;
  width: 450px;
  max-width: 100vw;
  padding: 0 10px;
}

.hero-nav .hero__slide-nav, .hero__subtitle-wrapper .hero__slide-nav {
  width: auto !important;
}
.hero-nav .hero__slide-nav, .hero__subtitle-wrapper .hero__slide-nav {
  margin-right: 1rem;
}
.template-activity .slick-list, .template-404 .slick-list {
  height: 100% !important;
}


@media only screen and (max-width: 768px) {
  .hero-wrapper .hero-nav .hero__subtitle-nav, .hero-wrapper .hero__subtitle-wrapper .hero__subtitle {
    font-size: 18px;
  }
  .hero-wrapper .hero-nav p, .hero-wrapper .hero__subtitle-wrapper p {
    font-size: 11px;
  }
  .hero-nav, .hero__subtitle-wrapper {
    justify-content: left !important;
  }
}

.hero-wrapper .hero-nav .hero__slide-nav {
  color: #fff;
  border: 0;
  margin-top: 1rem;
/*   cursor: pointer; */
}

.hero-wrapper .hero-nav .hero__slide-nav .hero__subtitle-nav {
  font-family: 'neue-cb';
  font-size: 21px;
  line-height: 1;
  margin-bottom: 10px;
}

.hero-wrapper .hero-nav .hero__slide-nav .btn-transparent-white {
  color: #fff;
  padding: 10px 0;
}
/* 06/09 banner subtitle FR */
.hero__subtitle-wrapper .hero__link {
  display: block;
}
.hero__subtitle-wrapper .hero__subtitle {
  background: none !important;
}
.hero__subtitle-wrapper .nav-link {
  color: #fff;
  padding-left: 10px;
}

/* ABOUT SECTION NEEDS REFACTORING */
.about-section {
  background-color: #030303;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.about-section .page-width {
  max-width: 100%;
  padding: 0;
}

.about-section .section-block {
  padding: 0;
}

.about-section .section-block .block__item {
  float: left;
}

.about-section .section-block .block__item-inner {
  width: 100%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  color: #fff;
}

.about-section .section-block .block__item-inner a:first-of-type {
  margin-top: 20px;
}
.about-section .section-block .block__item-inner a.btn:first-of-type {
  margin-top: 20px;
}

.about-section .section-block .block__item-left {
  width: 50%;
  max-width: 50%;
  float: left;
  position: relative;
  height: 33vh;
}

 @media all and (max-width: 767px) and (orientation: landscape) {
  .about-section .section-block .block__item-left {
    height:65vh;
  }
}

@media only screen and (min-width: 769px) {
  .about-section .section-block .block__item-left, .about-section .section-block .block__item-right {
    height: 65vh;
  }
  .about-section .section-block .block__item-right{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .template-index .about-section .section-block .block__item-left, 
  .template-index .about-section .section-block .block__item-right {
    height: 60vh;
    min-height: auto;
  }
  .template-activity .about-section .section-block .block__item-left, 
  .template-activity .about-section .section-block .block__item-right {
    height: 60vh;
    min-height: auto;
  }
  shopify-section-about-ourstory
  .template-index .about-section .section-block .block__item-right.image-content__text .block__item-inner {
    padding:0 30px;
  }

}
/* desktop */
@media only screen and (min-width: 769px) {
  #shopify-section-about-ourstory.about-section .section-block .block__item-left, #shopify-section-about-ourstory.about-section .section-block .block__item-right {
    height: 100vh;
    min-height: 900px;
  }
}

.about-section .section-block .block__item-left img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
/* Desktop and ipad landscape */
.about-section .section-block .block__item-right {
  width: 50%;
  max-width: 50%;
}
/* Ipad/tablet */
@media all and (min-width:768px)and (max-width: 1023px) and (orientation: portrait) {
  .about-section .section-block .block__item-right,.about-section .section-block .block__item-left {
    width: 100%;
    max-width: 100%;
  }
}

/* mobile */
@media only screen and (max-width:767px) {
  .about-section .section-block .block__item-left, .about-section .section-block .block__item-right {
    width: 100%;
    max-width: 100%;
  }
}

.about-section .section-block .block__item-right .h5 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.about-section .section-block .block__item-right .btn-transparent-white {
  color: #fff;
  padding-left: 0;
}
.about-section .section-block .block__item-right .btn-transparent-red {
  color: #de1400;
  padding-left: 0;
}


@media only screen and (max-width: 520px) {
  	.about-section .section-block .block__item-inner{
	  padding: 0px;
      max-width: 320px;
  	}
  	.org-section .org-section-inner .org__slider .org__item-content{
    	max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
  .about-section .section-block .block__item-inner {
    max-width: 280px;
    margin: 0 auto 50px;
  }
}

@media all and (min-width: 768px)and (max-width: 1023px) and (orientation: portrait) {
  .about-section .section-block .block__item-inner {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}


@media only screen and (max-width: 767px)
.about-section .section-block .block__item-inner {
    max-width: 280px;
    margin: 50px auto;
}


.btn.btn-transparent-red {
 background:transparent;
}
.btn.btn-transparent-red span {
  background: url(//cdn.shopify.com/s/files/1/0398/0253/t/81/assets/white-arrow-right.png?v=1089808…) no-repeat right 1px transparent;
  padding-right:20px;
  float:left;
}

.instagram-section {
  width: 100%;
  background-color: #030303;
  padding: 0;
  margin: 0;
}

.instagram-section #instafeed {
  display: block;
  width: 100%;
  white-space: nowrap;
  clear: both;
}

.instagram-section #instafeed .grid__item {
  position: relative;
  margin-right: 0;
  overflow: hidden;
  width: 25%;
  float: none;
  height: 0;
  padding-top: 25%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:600px) {
  .instagram-section #instafeed .grid__item {
    width: 33.333%;
    padding-top: 33%;
  }

}

.instagram-section #instafeed .grid__item a {
  float: left;
  height: 0;
  background-size: cover;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.instagram-section #instafeed .grid__item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030303;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.instagram-section #instafeed .grid__item a img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.instagram-section #instafeed .grid__item a .likes-count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.instagram-section #instafeed .grid__item a .likes-count .likes {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

@media only screen and (max-width:768px) {
  .instagram-section #instafeed .grid__item a .likes-count .likes {
    margin-left: 10px;
  }

}

.instagram-section #instafeed .grid__item a .likes-count .likes .heart {
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .instagram-section #instafeed .grid__item a .likes-count .likes .heart {
    margin-bottom: -3px;
  }

}

@media only screen and (max-width:600px) {
  .instagram-section #instafeed .grid__item a .likes-count .likes .heart {
    margin-right: 5px;
  }

}

.instagram-section #instafeed .grid__item a .likes-count .likes .count {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width:768px) {
  .instagram-section #instafeed .grid__item a .likes-count .likes .count {
    font-size: 12px;
  }

}

@media only screen and (max-width:600px) {
  .instagram-section #instafeed .grid__item a .likes-count .likes .count {
    font-size: 11px;
  }

}

.instagram-section #instafeed .grid__item a .likes-count .insta-comments {
  display: inline-block;
  position: relative;
}

.instagram-section #instafeed .grid__item a .likes-count .insta-comments .comment-icon {
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .instagram-section #instafeed .grid__item a .likes-count .insta-comments .comment-icon {
    margin-bottom: -3px;
  }

}

@media only screen and (max-width:600px) {
  .instagram-section #instafeed .grid__item a .likes-count .insta-comments .comment-icon {
    margin-right: 5px;
  }

}

.instagram-section #instafeed .grid__item a .likes-count .insta-comments .count {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width:768px) {
  .instagram-section #instafeed .grid__item a .likes-count .insta-comments .count {
    font-size: 12px;
  }

}

@media only screen and (max-width:600px) {
  .instagram-section #instafeed .grid__item a .likes-count .insta-comments .count {
    font-size: 11px;
  }

}

.instagram-section #instafeed .grid__item:hover a:before {
  visibility: visible;
  opacity: 0.4;
}

.instagram-section #instafeed .grid__item:hover a .likes-count {
  opacity: 1;
  visibility: visible;
}

/*
.instagram-section .section-heading {
width: 100%;
padding-left: 20%;
padding-right: 20%;
margin: 50px 0;
clear: both;
float: left;
}

@media only screen and (max-width:768px) {
.instagram-section .section-heading {
margin: 10px 0;
padding: 0 10px;
}
}
*/

.instagram-section .section-heading {
  width: 100%;
  padding-left: 20%;
  margin-bottom: 1rem;
}

.instagram-section .section-heading .h5 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  /*display: block;
  float: left;*/
}

.instagram-section .section-heading .icon {
  color: #fff;
  /*float: right;
  display: block;*/
  fill: #fff;
  margin-left: 1rem;
}

.instagram-section .instagram-meta {
  position: relative;
  display: block;
  margin-top: 50px;
}

.instagram-section .instagram-meta .section-title {
  display: table;
  position: relative;
  margin-bottom: 30px;
}

.instagram-section .instagram-meta .section-title .h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.instagram-section .instagram-meta .description {
  font-size: 13px;
  color: #414141;
  line-height: 26px;
}

.featured-collection {
  display: table;
  width: 100%;
  position: relative;
  margin: 0;  /*  box-shadow: inset 0px 0px 29px -5px rgba(0, 0, 0, 0.72);
  padding: 10px 0;*/
  background-color: #fff;
}

.featured-collection:before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  height: 96%;
  width: 20%;
  background-color: #eee;
  z-index: 0;
  display: none;
}

@media only screen and (max-width:768px) {
  .featured-collection:before {
    display: none;
  }

}

@media all and (min-width:768px) {
  .featured-collection .section-block {
    max-width: 80%;
    margin: 0 auto;
  }
}

.featured-collection .section-block .collection-card-header {
  padding: 20px 20px 15px 20px;
  display: none;
}

/* N&O 05/03/19 fix related products section */
#shopify-section-related-products .section-block .collection-card-header {
  display: block;
  position: static;
  float: none;
  width: 100%;
}
#shopify-section-related-products .section-block .collection-card-header .collection-card__meta {
  margin-top: 0px !important;
  position: static;
}
#shopify-section-related-products .section-block .collection-card-header .collection-card__meta .h2.border__bottom {
  padding-bottom: 1rem;
}
/* END */

@media only screen and (max-width:768px) {
  .featured-collection .section-block .collection-card-header {
    width: 100% !important;
    background-color: #eee;
  }

}

.featured-collection .section-block .collection-card-header, .featured-collection .section-block .product-card-grid {
  position: relative;
  width: 25%;
  float: left;
  border: 0;
}

@media only screen and (max-width:768px) {
  .featured-collection .section-block .collection-card-header, .featured-collection .section-block .product-card-grid {
    width: 50%;
  }

}

.featured-collection .section-block .collection-card-header .collection-card__meta, .featured-collection .section-block .product-card-grid .collection-card__meta {
  position: relative;
  bottom: 0;
  margin-top: 270px;
}

@media only screen and (max-width:768px) {
  .featured-collection .section-block .collection-card-header .collection-card__meta, .featured-collection .section-block .product-card-grid .collection-card__meta {
    margin-top: auto;
  }

}

.featured-collection .section-block .collection-card-header .collection-card__meta .h2, .featured-collection .section-block .product-card-grid .collection-card__meta .h2 {
  font-size: 21px;
  font-family: 'neue-cb';
  text-transform: capitalize;
  color: #000;
  margin-bottom: 50px;
  position: relative;
}

.featured-collection .section-block .collection-card-header .collection-card__meta .h2.border__bottom, .featured-collection .section-block .product-card-grid .collection-card__meta .h2.border__bottom {
  margin-bottom: 0;
  padding-bottom: 62px;
}

.featured-collection .section-block .collection-card-header .collection-card__meta .h2.border__bottom:after, .featured-collection .section-block .product-card-grid .collection-card__meta .h2.border__bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #030303;
}

.featured-collection .section-block .collection-card-header .collection-card__meta .btn-light-grey, .featured-collection .section-block .product-card-grid .collection-card__meta .btn-light-grey {
  color: #000;
  margin: 0;
  padding: 12px 0;
}

.featured-collection .section-block .collection-card-header a, .featured-collection .section-block .product-card-grid a {
  position: relative;
  display: table;
  width: 100%;
}

.featured-collection .section-block .collection-card-header a .product-card__image-wrapper, .featured-collection .section-block .product-card-grid a .product-card__image-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.featured-collection .section-block .collection-card-header a .product-card__info, .featured-collection .section-block .product-card-grid a .product-card__info {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  min-height: 100px;
}

.product-card-grid .product-card__info {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  min-height: 100px;
}
.product-card-grid .product-card__info .product-card {
  text-align: left !important;
}

.featured-collection .section-block .collection-card-header a .btn, .featured-collection .section-block .product-card-grid a .btn {
  padding: 12px;
  float: left;
}

.org-section {
  background-color: #030303;
  padding: 100px 0;
  width: 100%;
  margin: 0;
  display: block;
}

.org-section .org-section-inner {
  width: 100%;
  /*max-width: 92%;*/
  display: block;
  margin: 0 auto;
}

.org-section .org-section-inner .org-title {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 5%;
  line-height: 1;
  font-size: 22px;
}

.org-section .org-section-inner .org__slider {
  /*padding: 0 20px;*/
}

.org-section .org-section-inner .org__slider .org__item {
  padding: 0px;
  float: left;
  text-align: center;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.org-section .org-section-inner .org__slider .org__item-image {
  margin: 0 auto;
  display: table;
  max-width: 100px;
}

.org-section .org-section-inner .org__slider .org__item-content {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding-top: 35px;
  text-align: center;
  width: 350px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.org-section .org-section-inner .org__slider .org__item-content a {
  margin-top: 30px;
  outline: none;
}

.org-section .org-section-inner .org__slider .org__item.slick-center {
  opacity: 1;
}

.org-section .org-section-inner .org__slider .org__item.slick-center .org__item-content {
  opacity: 1;
  visibility: visible;
}

.org-section .pull-left, .org-section .pull-right {
  top: 15%;
  padding: 16px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.newsletter-section {
  width: 100%;
  display: table;
  position: relative;
  background-color: #030303;
  padding: 5% 0;
  margin-bottom: 0;
}

.newsletter-section .section-inner {
  width: 100%;
  display: table;
  padding-left: 20%;
  padding-right: 20%;
  vertical-align: middle;
}

@media only screen and (max-width:768px) {
  .newsletter-section .section-inner {
    padding-right: 4%;
    padding-left: 4%;
  }

}

.newsletter-section .section-inner .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #fff;
  padding-top: 0;
}

@media only screen and (max-width:768px) {
  .newsletter-section .section-inner .grid__item {
    display: block;
    padding-left: 0;
  }

}

.newsletter-section .section-inner .grid__item:nth-child(1) {
  width: 30%;
}

@media only screen and (max-width:768px) {
  .newsletter-section .section-inner .grid__item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }

}

.newsletter-section .section-inner .grid__item:nth-child(2) {
  width: 70%;
}

@media only screen and (max-width:768px) {
  .newsletter-section .section-inner .grid__item:nth-child(2) {
    width: 100%;
  }

}

.newsletter-section .section-inner .grid__item .h5 {
  color: #fff;
  font-size: 17px;
}

.newsletter-section .section-inner .grid__item .input-group__field {
  background-color: transparent;
  border: 1px solid #666;
}

.newsletter-section .section-inner .grid__item .input-group {
  margin-bottom: 0;
}

.testimonials-section {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  background-color: #030303;
  margin-bottom: 0;
}

.testimonials-section .section-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  min-height: 60vh;
}

.testimonials-section .section-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#00ffffff', GradientType=0);
  display: none;
}

@media only screen and (max-width:768px) {
  .testimonials-section .section-inner:before {
    display: none;
  }

}

.testimonials-section .section-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.90) 99%, rgba(0, 0, 0, 0.90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.testimonials-section .section-inner .section__header {
  float: left;
  width: 20%;
  margin-top: 46vh;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  display: none;
}

@media only screen and (max-width:768px) {
  .testimonials-section .section-inner .section__header {
    margin-top: 10%;
    width: 100%;
    position: absolute;
    text-align: center;
  }

}

.testimonials-section .section-inner .section__header h4 {
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
}

.testimonials-section .section-inner .quotes-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

@media only screen and (max-width:768px) {
  .testimonials-section .section-inner .quotes-wrapper {
    width: 100%;
  }

}

.testimonials-section .section-inner .quotes-wrapper .quotes-slider {
  padding-top: 45vh;
  margin-bottom: 0;
  z-index: 9;
}

.testimonials-section .section-inner .quotes-wrapper .quotes-slider blockquote .rte-setting {
  color: #fff;
  font-family: 'neue-cb';
  font-size: 17px;
  line-height: 1.3;
}

.testimonials-section .section-inner .quotes-wrapper .quotes-slider blockquote cite {
  color: #fff;
  font-size: 13px;
}

.testimonials-section .section-inner .pull-right, .testimonials-section .section-inner .pull-left {
  left: 5%;
  padding: 16px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.testimonials-section .section-inner .pull-right {
  left: auto;
  right: 5%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.journal-section {
  width: 100%;
  display: table;
  background-color: #030303;
  padding: 0;
  margin-bottom: 0;
}

.journal-section .section-block {
  background-color: transparent;
}

.journal-section .section-block .section-block__header {
  float: left;
  width: 20%;
  display: block;
  margin-bottom: 0;
  position: relative;
  height: 0;
  padding-top: 28%;
  display: none;
}

@media only screen and (max-width:768px) {
  .journal-section .section-block .section-block__header {
    width: 100%;
  }

}

.journal-section .section-block .section-block__header:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(72, 72, 72, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.journal-section .section-block .section-block__header .section-header-inner {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

@media only screen and (max-width:768px) {
  .journal-section .section-block .section-block__header .section-header-inner {
    bottom: 20%;
  }

}

.journal-section .section-block .section-block__header .section-header-inner .h2 {
  font-size: 21px;
  font-family: 'neue-cb';
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15%;
}

.journal-section .section-block .grid {
  float: left;
  width: 100%;
  display: block;
  margin-left: 0;
}

@media only screen and (max-width:768px) {
  .journal-section .section-block .grid {
    width: 100%;
  }

}

.journal-section .section-block .grid .grid__item {
  position: relative;
  display: block;
  padding-left: 0;
  position: relative;
}

.journal-section .section-block .grid .grid__item .article-block__info {
  position: absolute;
  left: 10px;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

.journal-section .section-block .grid .grid__item .article-block__info .article-block__date, .journal-section .section-block .grid .grid__item .article-block__info h6, .journal-section .section-block .grid .grid__item .article-block__info p {
  color: #fff;
}

.collection__cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
  background-color: #030303;
  padding-bottom: 0;
  /*margin-top: 76px; */
}

.collection__cover-text {
  position: relative;
  float: left;
  width: 20%;
  display: block;
  height: 0;
  padding-top: 29%;
}

@media only screen and (max-width:768px) {
  .collection__cover {
    /*padding-top:45px;*/
  }
  .collection__cover-text {
    width: 100%;
  }

}

.collection__cover-text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6282828', endColorstr='#00000000', GradientType=0);
}

@media only screen and (max-width:768px) {
  .collection__cover-text:after {
    width: 100%;
  }

}

.collection__cover-text-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10%;
  z-index: 1;
}

.collection__cover-text-title {
  color: #fff;
  font-family: 'neue-cb';
  font-size: 21px;
  margin-bottom: 15px;
}

.collection__cover-text-desc {
  color: #fff;
}

.collection__cover-image {
  width: 100%;
  position: relative;
  float: left;
  display: block;
  padding-top: 34%;
  background-color: #030303;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.collection__cover .mobile-filter {
  position: absolute;
  bottom: 10px;  /*display: block;*/
  left: 20px;
  width: auto;
  padding: 0;
  display: none;
}

@media only screen and (min-width:770px) {
  .collection__cover .mobile-filter {
    display: none;
  }

}

.collection__cover .mobile-filter a {
  padding: 4px 10px;
  background-color: #333;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.collection__content {
  width: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}

.collection__content-sorting {
  float: left;
  width: 20%;
  transition: all 0.3s ease-in;
  display: block;
  background: #fafafa;
}

@media only screen and (max-width:768px) {
  .collection__content-sorting {
    position: absolute;
    width: 280px;
    background: #fff;
    z-index: 99;
    border-right: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    left: -280px;
  }

  .collection__content-sorting.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

}

.collection__content-sorting-inner {
  padding: 20px 30px 100px;
}

.collection__content-sorting-inner .filter-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  min-height: 70px;
}

.collection__content-sorting-inner .filter-title h3 {
  line-height: 1;
  font-size: 15px;
}

.collection__content-sorting-inner h5 {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}

.collection__content-sorting-inner .shop-by {
  width: 100%;
  display: table;
  position: relative;
}

.collection__content-sorting-inner .shop-by ul {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}

.collection__content-sorting-inner .shop-by ul li {
  list-style: none;
}

.collection__content-sorting-inner .shop-by ul li a {
  color: #666;
  font-size: 13px;
}

.collection__content-sorting-inner .shop-by ul li a:hover {
  color: #000;
}

.collection__content-sorting-inner .filter-tag-group {
  width: 100%;
  position: relative;
  display: block;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes {
  padding: 10px 0 22px 0;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  display: table;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul li {
  display: block;
  list-style: none;
  margin: 2px;
  float: left;
  position: relative;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul li a {
  color: #444;
  font-size: 14px;
  padding: 5px 10px 4px 10px;
  border: 1px solid #ddd;
  display: block;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul li a.active, .collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul li a:hover {
  border: 1px solid #444;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.sizes ul li.active a {
  border: 1px solid #444;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours {
  display: table;
  width: 100%;
  position: relative;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours ul {
  padding: 10px 0 22px 0;
  width: 100%;
  display: table;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours ul li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours ul li.active {
  opacity: 0.7;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours ul li span {
  display: block;
  background-size: 150%;
  background-position: center;
}

.collection__content-sorting-inner .filter-tag-group .tag-group.colours ul li span a {
  display: block;
  height: 30px;
  width: 35px;
}

.collection__content-products {
  width: 80%;
  margin: 0 auto;
  display: table;
  position: relative;
  float: left;
}

.collection__content-products.without-sidebar {
  margin: 0 auto;
  float: none;
}

.collection__content-products-inner {
  padding: 30px;
}

@media only screen and (max-width:767px) {
  .collection__content-products-inner {
     padding:0!important;
  }
} 

.collection__content-products-inner h1 {
  font-size: 16px;
  letter-spacing: 0;
}

.collection__content-products-inner .section-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  min-height: 70px;
}

@media only screen and (max-width:768px) {
  .collection__content-products-inner .medium--one-half {
    width: 50% !important;
    flex-basis: 50% !important;
  }

}

@media only screen and (max-width:320px) {
  .collection__content-products-inner .medium--one-half {
    width: 100% !important;
    flex-basis: 100% !important;
  }

}

.product-card-grid {
  position: relative;
  float: left;
  border: 0;
  width: 100%;
}

.product-card-grid a {
  position: relative;
  display: table;
  width: 100%;
}

.product-card-grid a .product-card__image-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product-card-grid a .product-card__info {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  min-height: 100px;
}

.product-card-grid a .btn {
  padding: 12px;
  float: left;
}

.section-header__sorting {
  text-align: right;
}

@media only screen and (max-width:768px) {
  .section-header__sorting {
    display: none !important;
  }

}

.section-header__sorting .filter-tag-group .sb-wrapper {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
}

.section-header__sorting .filter-tag-group .sb-wrapper h5 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Helvetica Neue LT';
  cursor: pointer;
}

.section-header__sorting .filter-tag-group .sb-wrapper h5:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #030303;
}

.section-header__sorting .filter-tag-group .sb-wrapper ul {
  position: absolute;
  top: 100%;
  width: 250px;
  right: 0;
  background: #fff;
  display: none;
}

.section-header__sorting .filter-tag-group .sb-wrapper:hover ul {
  display: block;
}

.collection-page {
  width: 100%;
  display: table;
  position: relative;
}

.collection-page .block {
  width: 100%;
  display: table;
  position: relative;
  clear: both;
  background-color: #030303;
}

.collection-page .block-image {
  float: left;
  width: 50%;
  height: 0;
  position: relative;
  padding-top: 50%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width:600px) {
  .collection-page .block-image {
    padding-top: 100%;
    width: 100%;
  }

}

.collection-page .block-image a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}

.collection-page .block-content {
  width: 50%;
  height: 0;
  position: relative;
  padding-top: 50%;
  float: left;
}

@media only screen and (max-width:600px) {
  .collection-page .block-content {
    padding-top: 100%;
    width: 100%;
  }

}

.collection-page .block-content-inner {
  position: absolute;
  width: 100%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #030303;
}

.collection-page .block-content-inner h2 {
  color: #fff;
}

.collection-page .block-content-inner p {
  color: #fff;
}

.collection-page .block-content-inner .block-button {
  margin-top: 20px;
  display: inline-block;
}

.collection-page .block:nth-child(even) .block-image {
  float: right;
}

.collection-page .block:nth-child(even) .block-content .block-content-inner h2, .collection-page .block:nth-child(even) .block-content .block-content-inner p, .collection-page .block:nth-child(even) .block-content .block-content-inner .block-button {
  text-align: right;
}

@media only screen and (max-width:600px) {
  .collection-page .block:nth-child(even) .block-content .block-content-inner h2, .collection-page .block:nth-child(even) .block-content .block-content-inner p, .collection-page .block:nth-child(even) .block-content .block-content-inner .block-button {
    text-align: left;
  }

}

.collection-page .block:nth-child(even) .block-content .block-content-inner .block-button {
  float: right;
  margin-top: 20px;
}

@media only screen and (max-width:600px) {
  .collection-page .block:nth-child(even) .block-content .block-content-inner .block-button {
    float: left;
  }

}

.cover-custom .collection__cover-text-title {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  left: 10%;
  bottom: 15%;
}

@media only screen and (max-width:550px) {
  .cover-custom .collection__cover-text-title {
    bottom: 30%;
    font-size:1.6rem;
    text-align:center;
  }
  .collection__cover-image {
    padding-top: 70% !important;
  }
}

@media only screen and (min-width:551px) and (max-width:768px) {
  .cover-custom .collection__cover-text-title {
    bottom: 30%;
    font-size:1.6rem;
    text-align:center;
  }
  .collection__cover-image {
    padding-top: 50% !important;
  }
}

.cover-custom .collection__cover-text-desc {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  right: 10%;
  bottom: 15%;
}

.blog__header {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width:768px) {
  .blog__header {
    padding-top: 45px;
    background-color: #030303;
  }

}

.blog__header-inner {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 46%;
  height: 0;
  background-color: #030303;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .blog__header-inner {
    padding-top: 65%;
  }
  .blog__header-inner-photo img {
    max-width: 150% !important;
    width: 150% !important;
  }
}

.blog__header-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 0;
}

.blog__header-inner-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog__header-inner-photo img {
  width: 100%;
  height: auto;
}

.blog__header-inner-meta {
  position: absolute;
  width: 96%;
  max-width: 350px;
  min-width: 300px;
  bottom: 5%;
  left: 5%;
  z-index: 1;
}

.blog__header-inner-meta-page_title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10%;
}

@media only screen and (max-width:768px) {
  .blog__header-inner-meta-page_title {
    margin-bottom: 5%;
  }

}

.blog__header-inner-meta-article_desc {
  margin-bottom: 0.5rem;
}

.blog__header-inner-meta-article_desc .date {
  font-size: 11px;
  color: #fff;
}

.blog__header-inner-meta-article_desc h2 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5%;
  line-height: 1;
}

.blog__header-inner-meta-article_desc h2 a:hover {
  color: #fff;
}

.blog__header-inner-meta-article_desc p {
  color: #fff;
  font-size: 12px;
}

.blog__wrap {
  background-color: #030303;
  position: relative;
  display: table;
  width: 100%;
}

.blog__wrap:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 18.3%;
  height: 100%;
  background: linear-gradient(to bottom, #333 0%, #252525 28%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#00000000', GradientType=0);
  display: none;
}

@media only screen and (max-width:768px) {
  .blog__wrap:before {
    display: none;
  }

}

.blog__wrap-sorting {
  float: left;
  width: 20%;
  display: block;
  position: relative;
  transition: all 0.3s ease-in;
  display: none;
}

@media only screen and (max-width:768px) {
  .blog__wrap-sorting {
    display: block;
    position: absolute;
    width: 280px;
    background: #030303;
    z-index: 99;
    border-right: 1px solid #030303;
    visibility: hidden;
    opacity: 0;
    left: -280px;
    height: 100%;
  }

  .blog__wrap-sorting.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

}

.blog__wrap-sorting-inner {
  padding: 20px 50px 30px 30px;
  display: table;
  position: relative;
  width: 100%;
}

.blog__wrap-sorting-inner-menu {
  border-top: 1px solid #030303;
  margin-top: 20px;
}

.blog__wrap-sorting-inner-menu h3 {
  font-size: 13px;
  color: #fff;
  padding: 15px 0;
  line-height: 1;
  letter-spacing: 1px;
}

.blog__wrap-sorting-inner-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog__wrap-sorting-inner-menu ul li {
  display: block;
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.blog__wrap-sorting-inner-menu ul li a {
  color: #fff;
  font-size: 13px;
  padding-left: 26px;
}

.blog__wrap-sorting-inner-menu ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.blog__wrap-sorting-inner-menu ul li a:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}

.blog__wrap-sorting-inner-menu ul li.active a:after {
  display: block;
}

.blog__wrap-listing {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}

@media only screen and (max-width:768px) {
  .blog__wrap-listing {
    width: 100%;
  }

}

.blog__wrap-listing-inner {
  padding-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}

.blog__wrap .mobile-filter {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #030303;
}

@media only screen and (min-width:770px) {
  .blog__wrap .mobile-filter {
    display: none;
  }

}

.blog__wrap .mobile-filter a {
  padding: 4px 10px;
  background-color: #333;
  display: table;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 auto;
}

.blog__wrap-listing-inner .content-block, .section-block .content-block {
  width: 50%;
  margin: 0;
  float: left;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 35%;
  background-color: #030303;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width:768px) {
  .blog__wrap-listing-inner .content-block, .section-block .content-block {
    margin: 0;
  }

}

@media only screen and (max-width:600px) {
  .blog__wrap-listing-inner .content-block, .section-block .content-block {
    width: 100%;
    margin: 0%;
    padding-top: 60%;
  }

}

.blog__wrap-listing-inner .content-block:after, .section-block .content-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 0;
}

.blog__wrap-listing-inner .content-block .blog-link, .section-block .content-block .blog-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.blog__wrap-listing-inner .content-block-image, .section-block .content-block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog__wrap-listing-inner .content-block-image img, .section-block .content-block-image img {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.blog__wrap-listing-inner .content-block-meta, .section-block .content-block-meta {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: 2;
  width: 100%;
  max-width: 300px;
}

.blog__wrap-listing-inner .content-block-meta .date, .section-block .content-block-meta .date {
  font-size: 11px;
  color: #fff;
  transition: all 0.1s ease-in;
}

.blog__wrap-listing-inner .content-block-meta h2, .section-block .content-block-meta h2 {
  font-size: 15px;
  color: #fff;
  transition: all 0.1s ease-in;
}

.blog__wrap-listing-inner .content-block-meta h2 a:hover, .section-block .content-block-meta h2 a:hover {
  color: #fff;
}

.blog__wrap-listing-inner .content-block-meta .rte, .section-block .content-block-meta .rte {
  margin-bottom: 0.5rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
}

.blog__wrap-listing-inner .content-block-meta p, .section-block .content-block-meta p {
  color: #fff;
  font-size: 12px;
}

.blog__wrap-listing-inner .content-block .social-sharing, .section-block .content-block .social-sharing {
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  width: 60%;
  text-align: right !important;
}

.blog__wrap-listing-inner .content-block .social-sharing .grid__item, .section-block .content-block .social-sharing .grid__item {
  float: right;
}

.blog__wrap-listing-inner .content-block .social-sharing .grid__item .medium-up--text-left, .section-block .content-block .social-sharing .grid__item .medium-up--text-left {
  text-align: right !important;
}

.blog__wrap-listing-inner .content-block .social-sharing .social-sharing__title, .section-block .content-block .social-sharing .social-sharing__title {
  margin-bottom: 0;
}

.blog__wrap-listing-inner .content-block:hover .rte, .section-block .content-block:hover .rte {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.blog__wrap-listing-inner .content-block:hover .social-sharing, .section-block .content-block:hover .social-sharing {
  opacity: 1;
  visibility: visible;
}

.article-container .article__header-image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.article-container .article__header-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0);
  z-index: 0;
}

.article-container .article__header-image .article__title {
  position: absolute;
  bottom: 15%;
  left: 20%;
  width: 70%;
  max-width: 280px;
  z-index: 1;
}

.article-container .article__header-image .article__title h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 30px;
}

@media only screen and (max-width:768px) {
  .article-container .article__header-image .article__title h1 {
    font-size: 25px;
  }

}

@media only screen and (max-width:600px) {
  .article-container .article__header-image .article__title h1 {
    font-size: 18px;
  }

}

.article-container .content-block {
  width: 100%;
  max-width: 700px;
  margin: 0px auto 0 auto;
}

.article-container .content-block img {
  width: 116%;
  max-width: 116%;
  height: auto;
  margin: 25px 0 25px -8%;
}

@media only screen and (max-width:768px) {
  .article-container .content-block img {
    margin: 20px 0;
    max-width: 100%;
  }

}

.fixed-header {
  position: fixed;
  z-index: 1002;
  max-height: 72px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: top 0.2s ease-in-out;
}

@media only screen and (max-width:768px) {
  .fixed-header {
    max-height:45px;
  }
}

.fixed-header.nav-up {
  top: -72px;
}

@media only screen and (max-width:768px) {
  .fixed-header.nav-up {
    top: 0;
  }

}

.fixed-header .site-header {
  width: 100%;
  display: block;
  height: 76px;
}

@media only screen and (max-width:768px) {
  .fixed-header .site-header {
    height: 45px!important;
  }

}

@media only screen and (max-width:768px) {
  .fixed-header .site-header nav {
    display: none;
  }

}

.fixed-header .site-header .site-header__upper {
  padding: 15px 25px;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

@media only screen and (max-width:769px) {
  .fixed-header .site-header .site-header__upper {
    padding: 2px 8px;
  }

}

.fixed-header .site-header .site-header__upper .navigation-bar {
  float: left;
  width: 80%;
  position: relative;
}

.fixed-header .site-header .site-header__upper .navigation-bar .header__logo {
  float: left;
  margin-right: 50px;
  position: relative;
  display: block;
  line-height: 1;
  padding: 8px;
  z-index: 1000;
}

.fixed-header .site-header .site-header__upper .navigation-bar .header__logo img {
  min-height: 23px;
}

@media only screen and (max-width:1024px) {
  .fixed-header .site-header .site-header__upper .navigation-bar .header__logo img {
    min-width: 80px;
    height: auto;
  }

}

@media only screen and (max-width:768px) {
  .fixed-header .site-header .site-header__upper .navigation-bar .header__logo img {
    min-width: 76px;
    height: auto;
  }

}

.fixed-header .site-header .site-header__upper .navigation-bar ul {
  float: left;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li {
  z-index: 1000;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li a {
  text-transform: capitalize;
  padding: 12px 10px 10px 10px;
  color: #fff;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 13px;
  font-family: 'neue-cb';
  z-index: 1000;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li ul li a {
  text-transform: none;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li a.site-nav--active:after {
  display: none;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li.dropdown-active {
  position: relative;
  margin-right: 12px;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li.dropdown-active:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li.dropdown-active ul {
  display: block;
  background: #030303;
  width: 200px;
  top: 100%;
  position: absolute;
  left: 0;
  padding: 20px 0 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li.dropdown-active ul li {
  width: 100%;
  padding: 5px;
  clear: both;
  float: left;
}

.fixed-header .site-header .site-header__upper .navigation-bar ul li.dropdown-active:hover ul {
  opacity: 1;
  visibility: visible;
}

.fixed-header .site-header .site-header__upper .right-menu {
  float: left;
  width: 20%;
  text-align: right;
  position: relative;
  display: block;
  z-index: 1000;
}

@media only screen and (max-width:768px) {
  .fixed-header .site-header .site-header__upper .right-menu {
    width: 50%;
  }

}

.fixed-header .site-header .site-header__upper .right-menu .right-header__link {
  display: inline-block;
  margin-left: 25px;
  line-height: 41px;
  position: relative;
}

@media only screen and (max-width:768px) {
  .fixed-header .site-header .site-header__upper .right-menu .right-header__link {
    margin-left: 15px;
  }

}

.fixed-header .site-header .site-header__upper .right-menu .right-header__link svg {
  width: 12px;
  height: 12px;
}

.mega__menu {
  display: table;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  width: 100%;
  position: fixed;
  padding: 72px 0 20px;
  left: 0;
  top: 0;
  background-color: #222;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 10px #000;
}

.mega__menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.nav-up .mega__menu.active {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: -70px;
}

.mega__menu-link {
  float: left;
  width: 32%;
  display: block;
  position: relative;
  overflow: hidden;
}

.mega__menu-link:nth-child(2) {
  margin: 0 2%;
}

.mega__menu-link a {
  height: 0;
  padding-top: 80% !important;
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.mega__menu-link a:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mega__menu-link a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #030303;
  opacity: 0.4;
}

.mega__menu-title {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 140px;
  width: 100%;
  z-index: 1;
}

.mega__menu-title h5 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}


.footer-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.footer-container .grid-item {
  padding:0;

}

.footer-container .grid-item:nth-child(1) {
    order: 2;
    display: grid!important;
    justify-items: end;
}

@media only screen and (max-width:768px) {
  .footer-container {
    grid-template-columns: 100%;
  }
  .footer-container .grid-item:nth-child(1) {
    order: 1;
  }
  .footer-container .grid-item:nth-child(2) {
    order: 2;
    padding-top:30px;
  }
}

.site-footer .footer-width {
  width: 100%;
  max-width: 84%;
  margin: 0 auto;
  padding: 0 2%;
  font-size: 13px;
  display: table;
  position: relative;
}

@media only screen and (max-width:1024px) {
  .site-footer .footer-width {
    max-width: 86%;
  }

}

@media only screen and (max-width:768px) {
  .site-footer .footer-width {
    padding: 10px;
    max-width: 96%;
  }

}

.site-footer .footer-width ul li a {
  font-size: 13px;
  opacity: 1;
  color: #999;
}

.site-footer .footer-width ul li a:hover {
  color: #fff;
}

.site-footer .footer-width .input-group .input-group__field {
  background-color: transparent;
  border: 1px solid #333;
}

.site-footer .footer-width .input-group button {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  margin: 0
}

.site-footer .footer-width .icon {
  width: 22px;
  height: 22px;
}

@media only screen and (max-width:1024px) and (min-width:768px) {
  .site-footer .footer-width .icon {
    width: 16px;
  	height: 16px;
  }

}

.site-footer .site-footer__copyright {
  padding: 0;
}

.site-footer .site-footer__copyright .footer-width {
  padding: 30px 0;
  max-width: 80%;
}

@media only screen and (max-width:1024px) {
  .site-footer .site-footer__copyright .footer-width {
    max-width: 82%;
  }

}

@media only screen and (max-width:768px) {
  .site-footer .site-footer__copyright .footer-width {
    max-width: 84%;
    padding: 0 0 30px 0;
  }

  .site-footer .site-footer__copyright .footer-width ul li a {
    font-size: 11px;
  }

}

.site-footer .site-footer__copyright .medium-up--text-left {
  padding-left: 0;
}

.site-footer .site-footer__copyright .medium-up--text-right {
  line-height: 22px;
  text-align:right;
}

@media only screen and (max-width:768px) {
  .site-footer .site-footer__copyright .medium-up--text-right {
    padding: 10px 0;
  }

}

.site-footer .site-footer__copyright ul.payment-icons {
  float: left;
  margin: 0;
  padding: 0;
}

.site-footer .site-footer__copyright ul.payment-icons li {
  margin-right: 5px;
  margin-left: 0;
  padding: 0;
}


@media only screen and (max-width:768px) {
  .site-footer .site-footer__copyright ul.payment-icons li {
    margin-right:0;
  }
}


.site-footer .site-footer__copyright ul.menu__copywrite {
  float: left;
  margin-left: 10px;
  line-height: 25px;
}

@media only screen and (max-width:320px) {
  .site-footer .site-footer__copyright ul.menu__copywrite {
    margin-left: -5px;
    margin-top: 15px;
  }

}

.site-footer .site-footer__copyright ul.menu__copywrite li {
  padding: 0 5px;
}

.site-footer .site-footer__copyright ul.menu__copywrite li a {
  line-height: 22px;
  color: 999;
}

.site-footer .site-footer__copyright .icon {
  width: 42px;
  fill: #030303;
  /*background: #666;
  padding: 0px 5px;*/
  line-height: 22px;
  height: 22px;
  border-radius: 3px;
}

@media only screen and (max-width:768px) {
  .site-footer .site-footer__copyright .icon {
    width: 30px;
    height: 18px;
    margin-top: 2px;
  }

  .site-footer .site-footer__copyright ul.menu__copywrite {
    margin-left: 0;
  }

}

.breadcrumbs {
  max-width: 80%;
  margin: 0 auto;
  padding: 0px 0 20px;
  font-size: 13px;
  margin-bottom: 40px;
}

@media only screen and (max-width:1024px) {
  .breadcrumbs {
    max-width: 82%;
  }

}

@media only screen and (max-width:768px) {
  .breadcrumbs {
    max-width: 92%;
  }

}

#shopify-section-product-template .page-width {
  max-width: 100%;
  padding: 0;
}

#shopify-section-product-template .page-width .product-single {
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
  margin-top: 25px;
}

#shopify-section-product-template .page-width .product-single .product-left {
  width: 65%;
  position: relative;
  float: left;
  padding-left: 0;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-left {
    width: 100%;
  }

}

#shopify-section-product-template .page-width .product-single .product-left .photos__item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-left .photos__item {
    padding: 0 20px;
  }

}

#shopify-section-product-template .page-width .product-single .product-left .photos__item .pull-right {
  background: none;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
  z-index: 2;
}

#shopify-section-product-template .page-width .product-single .product-left .photos__item .pull-left {
  background: none;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 20px;
  z-index: 2;
}

#shopify-section-product-template .page-width .product-single .product-left .photos__item .slick-dots {
  bottom: -20px;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-left .photos__item .slick-dots {
    bottom: -20px;
  }

}

#shopify-section-product-template .page-width .product-single .product-left .photos__item .slick-dots li {
  border-color: #bbb;
}

#shopify-section-product-template .page-width .product-single .product-left .photos__item .slick-dots li.slick-active:before {
  background-color: #bbb;
}

#shopify-section-product-template .page-width .product-single .product-left .product-form-mobile {
  display: none;
  padding: 20px;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-left .product-form-mobile {
    display: block;
  }

}

#shopify-section-product-template .page-width .product-single .product-right, #shopify-section-product-template .page-width .product-single .product-form-mobile {
  float: left;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 35%;
  top: 80px;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-right, #shopify-section-product-template .page-width .product-single .product-form-mobile {
    width: 100%;
    position: relative;
    padding: 0 20px;
    top: 0;
  }

}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper {
  padding: 5% 0 5%;
  width: 100%;
  max-width: 410px;
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper form, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper form {
  position: relative;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper form .size-guide, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper form .size-guide {
  position: absolute;
  top: 3px;
  font-size: 11px;
  color: #000;
  left: 33%;
  line-height: 1;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .product-single__meta, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .product-single__meta {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .product-single__description, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .product-single__description {
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  float: left;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .product-single__description, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .product-single__description {
    margin: 5% 0;
  }

}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .product-form__item label, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .product-form__item label {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: none;
  color: #333;
  font-family: 'neue-cb';
  font-weight: 400;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .product-form__input, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .product-form__input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #030303;
  font-size: 12px;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .quantity-selector, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .quantity-selector {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .quantity-selector .js-qty, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .quantity-selector .js-qty {
  display: table;
  width: 120px;
  margin: 10px auto 5px auto;
  border: 1px solid #eee;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .quantity-selector .js-qty input, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .quantity-selector .js-qty input {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 37px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .social-sharing, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .social-sharing {
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .social-sharing .social-sharing__title, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .social-sharing .social-sharing__title {
  font-size: 11px;
  color: #000;
  line-height: 1;
}

#shopify-section-product-template .page-width .product-single .product-right .product-single__info-wrapper .social-sharing .icon, #shopify-section-product-template .page-width .product-single .product-form-mobile .product-single__info-wrapper .social-sharing .icon {
  width: 16px;
  height: 16px;
  color: #999;
}

#shopify-section-product-slideshow {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;  /************* TABS ***************/
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide {
  height: 650px;
  float: left;
  display: block;
}

@media only screen and (max-width:768px) {
  #shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide {
    height: 320px;
  }

}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-video {
  width: 100%;
  height: 100%;
  position: relative;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-play {
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-play:before {
  content: '';
  top: 28%;
  left: 40%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide-video-wrap.hidden {
  visibility: hidden;
  opacity: 0;
}

#shopify-section-product-slideshow .product-slideshow-wrapper .product-slideshow .product__slide .product__slide-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #555;
}

/*   #shopify-section-product-slideshow .product-slideshow-wrapper .slick-dots {
text-align: right;
width: 40%;
right: 3%;
bottom: 5%; }
#shopify-section-product-slideshow .product-slideshow-wrapper .pull-right, #shopify-section-product-slideshow .product-slideshow-wrapper .pull-left {
left: 3%;
top: auto;
bottom: 5%; }
#shopify-section-product-slideshow .product-slideshow-wrapper .pull-right {
left: 6%; }
@media only screen and (max-width: 768px) {
#shopify-section-product-slideshow .product-slideshow-wrapper .pull-right {
left: 12%; } } */

/* TABS */


.tabs {
  width: 100%;
  display: inline-block;
  border-top: 2px solid #f6f6f6;
  margin-top: 20px;  /*************   MODAL BOX   *************/
}

@media only screen and (max-width:768px) {
  .tabs {
    margin-top: 40px;
  }

}

.tabs .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tabs .tab-links {
  text-align: center;
}

.tabs .tab-links li {
  margin: 0px;
  list-style: none;
  display: inline-block;
}

.tabs .tab-links li a {
  padding: 15px 20px;
  display: inline-block;
  background: #fff;
  font-size: 15px;
  color: #000;
  transition: all linear 0.15s;
  text-transform: capitalize;
}

@media only screen and (max-width:1024px) {
  .tabs .tab-links li a {
    padding: 8px;
    font-size: 12px;
  }

}

.tabs .tab-links li a:hover {
  background: #f6f6f6;
  text-decoration: none;
}

.tabs .tab-links li.active a, .tabs .tab-links li.active a:hover {
  background: #f6f6f6;
  color: #000;
}

.tabs .tab-content {
  padding: 6%;
  background: #f6f6f6;
}

.tabs .tab-content-area {
  margin: 50px auto;
  max-width: 615px;
  display: table;
  width: 100%;
}

.tabs .tab-content-image {
  display: table;
  width: 100%;
  text-align: center;
  max-width: 615px;
  margin: 10px auto;
}

.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

/*   .tabs .pull-right, .tabs .pull-left {
background-image: none;
height: 22px;
width: 22px; }
.tabs .pull-right:before, .tabs .pull-left:before, .tabs .pull-right:after, .tabs .pull-left:after {
content: '';
position: absolute;
width: 22px;
height: 22px;
background-color: transparent;
border: 1px solid #eee;
border-left: 0;
border-bottom: 0; }
*/

.size-container {
  margin:0 auto;
}

.size-guide-btn {
  position: relative;
  width: 125px;
  clear: both;
  display: table;
  margin: 0 auto;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.size-guide-btn a {
  color: #777;
  padding: 12px 10px;
  font-size: 11px;
  display: table;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  width:100%;
  height:100%;
}

.popup {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  position: fixed;
  top: 0px !important;
  left: 0px;
  background: rgba(0, 0, 0, 0.50);
  overflow-y: scroll;
  transition: all 0.4s;  /* Close Button */
}

.popup.popup-active {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  max-width: 800px;
  width: 80%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow-y: auto;
  height:75vh;
}
.sizing-chart .popup-inner {
  max-width: 80%;
}

.popup.popup-2 .popup-inner {
  background-color: #222;
  max-width: 600px;
}

.popup-close {
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  border: 0;
  position: fixed;
  display: block;
}

.popup-close:before, .popup-close:after {
  content: '';
  height: 1px;
  width: 92%;
  background-color: #030303;
  display: block;
  position: absolute;
  top: 18px;
  left: 0%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.popup-close:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


@media only screen and (max-width:500px) {
  .popup-close {
    top: 12px;
  }
  .sizing-chart .popup-inner {
    max-width: 100%;
    width: 100%;
  }

}

.popup-close.ups-close {
  width: 150px;
  font-size: 16px;
  text-align: right;
  height: 44px;
  padding: 11px;
}

.popup-close.ups-close span {
  width: 45px;
  height: 30px;
  float: right;
  display: block;
  background-size: contain;
}

.popup-grey-close {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.embroideryName {
  width: 100%;
  text-align: center;
  outline: none;
}

.embroideryName.active {
  display: block;
}

.template-cart {
  padding-top: 20px;
}

.template-cart .page-container form {
  width: 100%;
  position: relative;
}

.template-cart form .cart-left {
  width: 72%;
  float: left;
}

.template-cart form .cart-left .responsive-table__row {
  border: 1px solid #eee;
}

@media only screen and (max-width:768px) {
  .template-cart form .cart-left {
    width: 100%;
  }

}

.template-cart form .cart-right {
  width: 25%;
  float: left;
  margin-left: 2%;
  border: 1px solid #030303;
}

.template-cart form .cart-right-inner {
  padding: 15px;
}

@media only screen and (max-width:768px) {
  .template-cart form .cart-right {
    width: 100%;
    margin: 0;
  }

}

.template-search {
  padding-top: 20px;
}

.customize__wrap .customise__section {
  width: 100%;
  display: block;
  /*float: left;*/
}

.customize__wrap .customise__section-inner {
  width: 100%;
  max-width: 62%;
  padding: 50px 1%;
  margin: 0 auto;
  position: relative;
  display: table;
}

@media only screen and (max-width:768px) {
  .customize__wrap .customise__section-inner {
    max-width: 90%;
  }

}

.customize__wrap .customise__section-inner.brand .heading {
  width: 50%;
  float: left;
}

@media only screen and (max-width:600px) {
  .customize__wrap .customise__section-inner.brand .heading {
    width: 100%;
  }

}

.customize__wrap .customise__section-inner.brand .heading h3 {
  color: #fff;
  font-size: 21px;
}

.customize__wrap .customise__section-inner.brand .content {
  float: left;
  width: 50%;
  padding-left: 25%;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .customize__wrap .customise__section-inner.brand .content {
    padding-left: 0;
  }

}

@media only screen and (max-width:600px) {
  .customize__wrap .customise__section-inner.brand .content {
    width: 100%;
    padding-left: 0;
  }

}

.customize__wrap .customise__section-inner.steps {
  max-width: 100%;
  padding: 0;
}

.customize__wrap .customise__section-inner.steps .step {
  width: 32%;
  display: block;
  float: left;
  position: relative;
}

@media only screen and (max-width:600px) {
  .customize__wrap .customise__section-inner.steps .step {
    width: 100%;
  }

}

.customize__wrap .customise__section-inner.steps .step:nth-child(2) {
  margin: 0 2%;
}

@media only screen and (max-width:600px) {
  .customize__wrap .customise__section-inner.steps .step:nth-child(2) {
    margin: 0;
  }

}

.customize__wrap .customise__section-inner.steps .step-image-block {
  display: block;
  height: 0;
  padding-top: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.customize__wrap .customise__section-inner.steps .step-image-block:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030303;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.customize__wrap .customise__section-inner.steps .step-image-block-inner {
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.customize__wrap .customise__section-inner.steps .step-image-block-inner .h1 {
  font-size: 57px;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .customize__wrap .customise__section-inner.steps .step-image-block-inner .h1 {
    font-size: 32px;
  }

}

.customize__wrap .customise__section-inner.steps .step-image-block-inner .h1, .customize__wrap .customise__section-inner.steps .step-image-block-inner h5 {
  color: #fff;
}

.customize__wrap .customise__section-inner.steps .step-meta {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  max-width: 380px;
  width: 100%;
  margin: 40px auto 30px auto;
}

@media only screen and (max-width:768px) {
  .customize__wrap .customise__section-inner.steps .step-meta {
    padding: 0 30px;
  }
  .customize__wrap .customise__section-inner.steps .step-image-block-inner{
    width: 85% !important;
    left: 30px !important;
  }

}

.customise-form {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.customise-form .section-form {
  width: 100%;
  max-width: 60%;
  margin: 20px auto;
  padding: 5% 0;
  border-top: 1px solid #777;
  display: table;
}

@media only screen and (max-width:768px) {
  .customise-form .section-form {
    max-width: 95%;
  }

}

@media only screen and (max-width:600px) {
  .customise-form .section-form {
    max-width: 90%;
  }

}

.customise-form .section-form .form-heading {
  width: 33%;
  float: left;
  position: relative;
  display: block;
  padding-right: 5%;
}

@media only screen and (max-width:600px) {
  .customise-form .section-form .form-heading {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

}

.customise-form .section-form .form-heading h2 {
  font-size: 21px;
  color: #fff;
}

@media only screen and (max-width:600px) {
  .customise-form .section-form .form-heading h2 {
    text-align: center;
  }

}

.customise-form .section-form form {
  float: left;
  width: 67%;
  position: relative;
  display: block;
}

@media only screen and (max-width:600px) {
  .customise-form .section-form form {
    width: 100%;
  }

}

.customise-form .section-form form input {
  border: 1px solid #313131;
  color: #fff;
}

.customise-form .section-form form input, .customise-form .section-form form select, .customise-form .section-form form button {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
}

.customise-form .section-form form .btn {
  color: #000;
}

.customise-form .section-form form input[type="file"] {
  width: 48%;
  margin-left: 2%;
  border: 0;
  float: left;
  display: block;
  padding: 9px 0 7px 34px;
  cursor: pointer;
  color: #999;
  line-height: 20px;
  font-size: 12px;
  outline: none
}

.customise-form .section-form form .custom-file-upload {
  width: 111px;
  margin-left: 2%;
  border: 0;
  float: left;
  display: block;
  padding: 7px 0;
  cursor: pointer;
  color: #999;
  line-height: 20px;
  position: absolute;
  top: 63px;
  background: #0f0d0d;
  font-size: 11px;
}

.customise-form .section-form form .custom-file-upload i {
  float: left;
  margin-right: 10px;
}

.logo__placement {
  position: relative;
  width: 100%;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 20px 0;
}

.logo__placement-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width:768px) {
  .logo__placement-inner {
    padding: 35px;
  }

}

.logo__placement-inner h5 {
  text-align: center;
}

.logo__placement-inner-image {
  text-align: center;
  margin-right: -20px;
}

.customise-block-section {
  width: 100%;
  position: relative;
  display: block;
}

.customise-block-section .customise__block {
  width: 100%;
  display: block;
  position: relative;
}

.customise-block-section .customise__block-1 {
  height: 0;
  padding-top: 33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customise-block-section .customise__block-2 {
  display: flex;
}

@media only screen and (max-width:600px) {
  .customise-block-section .customise__block-1 {
    padding-top: 80%;
  }

}

@media only screen and (max-width:320px) {
  .customise-block-section .customise__block-1 {
    padding-top: 150%;
  }
}
@media only screen and (max-width:767px) and (orientation: portrait) {
  .customise-block-section .customise__block-1 {
    padding-top: 150%;
  }
}
@media only screen and (max-width:767px) and (orientation: landscape) {
  .customise-block-section .customise__block-1 {
    padding-top: 50%;
  }
}

.customise-block-section .customise__block-1:before {
  position: absolute;
  content: '';
  background-color: #030303;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.customise-block-section .customise__block-1 .customise__block-content {
  position: absolute;
  width: 100%;
  max-width: 440px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

@media only screen and (max-width:768px) {
  .customise-block-section .customise__block-1 .customise__block-content {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 450px;
  }

}

@media only screen and (max-width:600px) {
  .customise-block-section .customise__block-1 .customise__block-content {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 280px;
  }

}

.customise-block-section .customise__block-2 .customise__block-wrap {
  width: 80%;
  display: inline-block;
  position: relative;
  height: 0;
  padding-top: 57%;
}

@media only screen and (max-width:600px) {
  .customise-block-section .customise__block-2 .customise__block-wrap {
    padding-top: 150%;
    width: 100%;
  }

}

@media only screen and (max-width:320px) {
  .customise-block-section .customise__block-2 .customise__block-wrap {
    padding-top: 180%;
  }

}

.customise-block-section .customise__block-2 .customise__block-wrap .customise__block-content {
  position: absolute;
  width: 100%;
  max-width: 440px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

@media only screen and (max-width:600px) {
  .customise-block-section .customise__block-2 .customise__block-wrap .customise__block-content {
    max-width: 300px;
  }

}

.customise-block-section .customise__block-2 .customise__block-image {
  width: 20%;
  display: inline-block;
}

@media only screen and (max-width:600px) {
  .customise-block-section .customise__block-2 .customise__block-image {
    display: none;
  }

}

.customise-block-section .customise__block-2 .customise__block-image img {
  width: 100%;
  height: auto;
}

.customise-block-section .customise__block h5 {
  color: #fff;
}

.customise-block-section .customise__block p {
  color: #fff;
}

.activities-section {
  padding-top: 80px;
}

.activities-section .activity__header {
  width: 100%;
  padding: 50px 0;
  position: relative;
  display: table;
}

.activities-section .activity__header-inner {
  width: 100%;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width: 768px) {
	.activities-section .activity__header-inner {
	    text-align:left;
	}
}

.activities-section .activity__header-inner h3 {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.activities-section .activity__header-inner p {
  color: #fff;
}

@media only screen and (max-width: 520px) {
	.activities-section .activity__header-inner {
	    max-width: 280px;
	}
}

.activities-section .activity__wrapper {
  width: 100%;
  position: relative;
  display: table;
}

.activities-section .activity__wrapper-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #777;
  width: 50%;
  display: block;
  height: 0;
  padding-top: 27%;
  float: left;
  margin: 0%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width:520px) {
  .activities-section .activity__wrapper-block {
    width: 100%;
    margin: 0;
    padding-top: 60%;
  }

}

.activities-section .activity__wrapper-block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 0.4;
  transition: all 0.3s ease-in;
}

.activities-section .activity__wrapper-block-inner {
  position: absolute;
  width: 55%;
  left: 5%;
  bottom: 8%;
  z-index: 1;
  overflow: hidden;
}

.activities-section .activity__wrapper-block-inner h4, .activities-section .activity__wrapper-block-inner p {
  color: #fff;
}

.activities-section .activity__wrapper-block-inner h4 {
  margin: 0;
  line-height: 1;
  transition: all 0.3s ease-in;
  padding-top: 2px;
}

.activities-section .activity__wrapper-block-inner-desc {
  padding-top: 0;
  height: 0;
  clear: both;
  transition: all 0.3s ease-in;
  position: relative;
  display: block;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.activities-section .activity__wrapper-block .link-btn {
  position: absolute;
  right: 5%;
  bottom: 8%;
  display: block;
  z-index: 1;
}

.activities-section .activity__wrapper-block:hover:before {
  visibility: visible;
  opacity: 1;
}

.activities-section .activity__wrapper-block:hover .activity__wrapper-block-inner-desc {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 15px;
}

.location__page {
  display: table;
  position: relative;
  width: 100%;
  padding: 70px 0;
  margin-bottom: 200px;
}

.location__page-header {
  width: 20%;
  float: left;
  position: relative;
  display: block;
  height: 0;
  padding-top: 27%;
}

@media only screen and (max-width:600px) {
  .location__page-header {
    width: 100%;
  }

}

.location__page-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  bottom: 0;  /* FF3.6-15 */  /* Chrome10-25,Safari5.1-6 */  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(44, 44, 44, 0.91) 26%, rgba(0, 0, 0, 0) 100%);  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e86b6b6b', endColorstr='#00000000', GradientType=0);
  z-index: 0;
}

.location__page-header h1 {
  position: absolute;
  color: #fff;
  font-size: 21px;
  padding-bottom: 50px;
  bottom: 0;
  left: 15%;
}

@media only screen and (max-width:600px) {
  .location__page-header h1 {
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
  }

}

.location__page-header h1:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #fff;
  width: 40%;
}

.location__page-wrap {
  width: 100%;
  float: left;
  display: block;
  position: relative;
}

@media only screen and (max-width:600px) {
  .location__page-wrap {
    width: 100%;
  }

}

.location__page-wrap .location__block {
  float: left;
  width: 50%;
  margin: 0%;
  position: relative;
}

.location__page-wrap .location__block-image img {
  width: 100%;
}

.location__page-wrap .location__block-content {
  padding: 20px;
}

.location__page-wrap .location__block-content h2, .location__page-wrap .location__block-content h5, .location__page-wrap .location__block-content p {
  color: #fff;
}

.location__page-wrap .location__block-content .location-address {
  float: left;
  color: #fff;
  width: 50%;
}

@media only screen and (max-width:600px) {
  .location__page-wrap .location__block-content .location-address {
    width: 100%;
    padding: 20px 0;
  }

}

.location__page-wrap .location__block-content .contact {
  float: left;
  width: 50%;
  padding-top: 50px;
}

@media only screen and (max-width:768px) {
  .location__page-wrap .location__block-content .contact {
    width: 100%;
    padding: 20px;
  }

}

/* HOW TO CHOOSE */


.sizes-info-block ol li {
  font-size:13px;
  color:#ddd;
  margin-left:15px;
  line-height:1.4;
    margin-bottom:10px;
}

.howtochoose-questions-section .howtochoose-image.choose-style {
    height: auto;
}

.howtochoose-questions-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content:center;
  padding:70px 0 34px;
}

@media only screen and (max-width:767px) {
  .howtochoose-questions-section {
      padding: 0;
  }
}

/* QUESTIONS IMAGE */
.howtochoose-questions-section .howtochoose-image {
  float: left;
  width: 20%;
  position: relative;
}

/* DO NOT SHOW IMAGE ON QUESTIONS SECTION ON MOBILE AND TABLET */
@media only screen and (max-width:1024px) {
  .howtochoose-questions-section .howtochoose-image {
    display: none;
  }
}
.howtochoose-questions-section .howtochoose-image {
  height: 100vh;
}
.howtochoose-questions-section .howtochoose-image img {
  width: 100%;
}


/* QUESTIONS CONTENT */
.howtochoose-questions-section .howtochoose-content {
  width: 80%;
  float: left;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}

.howtochoose-questions-section .howtochoose-content-inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1024px) {
  .howtochoose-questions-section .howtochoose-content {
    width: 100%;
    height:auto;
  }
  .howtochoose-questions-section .howtochoose-content-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding:30px 0;
  }
  .howtochoose-sizechart-content-inner .sizes-info-block.video {
  	height:50vh;
  }
}

.howtochoose-questions-section .howtochoose-content-inner .accordion ul li h3 .accordion-arrow {
  border-top-color: #fff;
}

.howtochoose-questions-section .howtochoose-content-inner h2, 
.howtochoose-questions-section .howtochoose-content-inner p, 
.howtochoose-questions-section .howtochoose-content-inner h3 {
  color: #fff;
}

.howtochoose-questions-section .howtochoose-content-inner ul li {
  border-color: #333;
}

.howtochoose-questions-section .howtochoose-content-inner ul li:last-child {
  border-color: #333;
}

.howtochoose-questions-section .howtochoose-content-inner ul li a {
  color: #fff;
}

.howtochoose-sizechart-section {
  position: relative;
  width: 100%;
  display: table;
}

.howtochoose-sizechart-section .howtochoose-sizechart-image {
  width: 100%;
  position: relative;
  display: table;
  background-color: #fff;
  padding: 50px 0;
  box-shadow: inset 0px 0px 29px -5px rgba(0, 0, 0, 0.72);
}

@media only screen and (max-width:767px) {
  .howtochoose-sizechart-section .howtochoose-sizechart-image {
    padding:0 0 20px;
    
  }
  .howtochoose-questions-section .howtochoose-content-inner h2 {
  font-size:1.8em;
  margin-top:16px;
  }

}

.howtochoose-sizechart-section .howtochoose-sizechart-image .img {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .howtochoose-sizechart-section .howtochoose-sizechart-image .img {
    width: 100%;
    padding: 30px 20px 0;
  }

}

.howtochoose-sizechart-content {
  width: 100%;
  position: relative;
  padding: 30px 0;
}

.howtochoose-sizechart-content-inner {
  position: relative;
  width: 100%;
  display: block;
}

.howtochoose-sizechart-content-inner .sizes-info {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media only screen and (max-width:1024px) {
  .howtochoose-sizechart-content-inner .sizes-info {
    width: 100%;
    max-width:100%;
  }
}

.howtochoose-sizechart-content-inner .sizes-info-block {
  width: 50%;
  float: left;
  display: block;
  padding: 40px;
}

@media only screen and (max-width:767px) {
  .howtochoose-sizechart-content-inner .sizes-info-block {
    width: 100%!important;
    margin:0!important;
  }
}

@media only screen and (max-width:1024px) {
  .howtochoose-sizechart-content-inner .sizes-info-block {
    width: 80%;
    padding: 20px;
    height:auto;
    margin:0 auto;
  }
  .howtochoose-sizechart-content {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .sizes-info:nth-of-type(2) {
   flex-direction:column-reverse;
  }
}

.howtochoose-sizechart-content-inner .sizes-info-block p {
  color: #ddd;
}

.howtochoose-sizechart-content table {
  max-width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width:600px) {
  .howtochoose-sizechart-content table {
    max-width: 80%;
  }

}

.howtochoose-sizechart-content table tr {
  background-color: #333;
}

.howtochoose-sizechart-content table tr td {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.howtochoose-sizechart-content table tr:first-child {
  background-color: #030303;
}

.howtochoose-sizechart-content table tr:nth-child(even) {
  background-color: #222;
}

.howtochoose-blocks {
  width: 100%;
  display: table;
  position: relative;
}

.howtochoose-blocks-item {
  float: left;
  width: 50%;
  height: 0;
  padding-top: 56%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.howtochoose-blocks-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.75) 99%, rgba(0, 0, 0, 0.90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 0;
  opacity: 0.5;
}

.howtochoose-blocks-item .h1 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #fff;
  font-size: 57px;
  z-index: 1;
}

@media only screen and (max-width:600px) {
  .howtochoose-blocks-item .h1 {
    font-size: 24px;
  }

}

.page__cover {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 26%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #030303;
}

@media only screen and (max-width:600px) {
  .page__cover {
    padding-top: 80%;
  }

}

.page__cover.about {
  padding-top: 50%;
}

@media only screen and (max-width:600px) {
  .page__cover.about {
    padding-top: 80%;
  }

}

@media only screen and (max-width:320px) {
  .page__cover.about {
    padding-top: 125%;
  }

}

.page__cover-inner {
  margin: 0 auto;
  position: absolute;
/*   max-width: 500px; */
  bottom: 10%;
  left: 10%;
/*   -webkit-transform: translateX(-30%);
  transform: translateX(-30%); */
}
@media all and (max-width: 1025px) {
  .page__cover-inner {
/*     max-width: 300px; */
  }
  .page__cover-inner h1 {
    font-size: 28px !important;
  }
}

@media all and (min-width: 1025px) {
  .page__cover-inner {
/*     max-width: 300px; */
/*     left:40%; */
  }
  .page__cover-inner h1 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width:600px) {
  .page__cover-inner {
/*     left: 38%; */
  }

}

@media only screen and (max-width:320px) {
  .page__cover-inner {
    max-width: 276px;
  }

}

.page__cover-inner .hash {
  background-color: transparent;
  font-family: 'neue-cb';
  font-weight: 700;
  display: table;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}

.page__cover-inner h1 {
  background-color: transparent;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  display: block;
/*   max-width: 500px; */
  font-family: 'neue-cb';
  color: #fff;
}

.faqs-menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.faqs-menu ul li {
  float: none;
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  line-height: 1;
}

.faqs-menu ul li a {
  font-size: 13px;
  color: #777;
}

.page__content {
  position: relative;
  width: 100%;
  display: table;
}

.page__content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.contact--bulk.page__content:before {
  content: none;
}
.contact--bulk .page__content-body {
  width: 100%;
}
.contact--bulk .page__content-body-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

@media only screen and (max-width:768px) {
  .page__content:before {
    display: none;
  }

}

.page__content.about:before {
  display: none;
}

.page__content-linklist {
  width: 20%;
  z-index: 1;
  transition: all 0.3s ease-in;
  display: block;
  position: relative;
  float: left;
}

@media only screen and (max-width:768px) {
  .page__content-linklist {
    position: absolute;
    width: 280px;
    background: #fff;
    z-index: 99;
    border-right: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    left: -280px;
    height: 100%;
  }

  .page__content-linklist.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

}

.page__content-linklist-inner {
  padding: 10%;
}

.page__content-linklist-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page__content-linklist-inner ul li {
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}

.page__content-linklist-inner ul li a {
  font-size: 12px;
  color: #444;
}

.page__content-body {
  width: 80%;
  position: relative;
  display: block;
  float: left;
}

@media only screen and (max-width:768px) {
  .page__content-body {
    width: 100%;
  }

}

.page__content-body.about {
  width: 100%;
}

.page__content-body.about .content-block {
  padding: 0;
}

@media only screen and (max-width:600px) {
  .page__content-body.about .content-block {
    max-width: 300px;
    margin: 0 auto;
  }

}

.page__content-body-inner {
  padding: 5%;
  width: 100%;
  max-width: 900px;
}

@media only screen and (max-width:768px) {
  .page__content-body-inner {
    padding: 0;
  }

}

.page__content-body-inner.about {
  margin: 0 auto;
  padding: 5% 0;
  max-width: 600px;
}

.page__content-body-inner h1 {
  font-size: 21px;
  text-align: center;
  margin-top: 15px;
}

.faqs-section-main h4 {
  text-transform: none;
}

.accordion {
  width: 100%;
  position: relative;
  margin: 2% 0 10%;
}

.accordion.faqs {
  margin-bottom: 0;
}

.accordion.contact-faq {
  margin-bottom: 2%;
}

.accordion.contact-faq h4 {
  margin-bottom: 2%;
  text-transform: none;
}

.accordion ul {
  padding: 0;
  margin: 0;
}

.accordion ul li {
  border-top: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  list-style: none;
}

.accordion ul li:last-child {
  border-bottom: 1px solid #eee;
}

.accordion ul li h3 {
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}

.accordion ul li h3 .accordion-arrow {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #030303;
}

.accordion ul li .accordion-content {
  display: none;
  padding: 15px 0;
}

.about__section {
  width: 100%;
  position: relative;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  padding: 5% 0;
  margin-bottom: -2px;
}
@media all and (max-width: 736px) and (orientation: landscape) {
  .about__section {
    min-height: initial;
  }
}

.about__section-inner {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  position: relative;
  display: block;
}

@media only screen and (max-width:600px) {
  .about__section-inner {
    max-width: 300px;
    margin: 0 auto;
  }

}

.about__section-inner.with-image {
  color: #fff;
}

.about__section-inner.with-image p {
  color: #fff;
}

.contact-boxes ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.contact-boxes ul li {
  float: left;
  width: 33.333%;
  height: 0;
  padding-top: 28%;
  background-color: #fafafa;
  border: 1px solid #fff;
  position: relative;
  display: block;
  list-style: none;
}

@media only screen and (max-width:600px) {
  .contact-boxes ul li {
    width: 50%;
    padding-top: 50%;
  }

}

.contact-boxes ul li .tab-item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  text-align: center;
  padding: 0 10px;
}

.contact-boxes ul li .tab-item-inner .tab-icon {
  text-align: center;
  margin-bottom: 10px;
}

.contact-boxes ul li .tab-item-inner h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.contact-boxes ul li .tab-item-inner .tab-content {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.template-page .contact-form.form-vertical .contact-form input, .template-page .contact-form.form-vertical .contact-form textarea {
  border: 1px solid #eee;
  margin-right: 1px;
}

.template-page .contact-form.form-vertical .contact-form .btn {
  max-width: 150px;
  background-color: #fff;
  margin: 15px auto 0 auto;
  display: table !important;
  font-family: 'neue-cb';
}

.contact-social-icons {
  width: 100%;
  display: table;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.contact-social-icons li {
  margin: 0 5px;
}

.contact-social-icons .social-icons .icon {
  width: 16px;
  height: 16px;
}