/*
CSS Structure
CSS Grid by cssgrid.co
-------------------------------------------------------------
01. Normalise
02. Fonts
03. Header + Menu + Footer
04. Website Styles
05. Mobile, below 767 width
-------------------------------------------------------------
*/

.hideall {
	display:none!important;
}
#bitnami-banner {
	display:none!important;
}

/* 01. Normalise */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	width:100%;
	margin:0 auto;
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	/* background-color:#000; */
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
    max-width: 100vw;
}
html {
	margin:0 auto;
	overflow-x:hidden;
	overflow-y:scroll;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 02. CSS Animation */
a, a img, .nav-off, .line-nav-1, .line-nav-2, .line-nav-3, .line-nav-4, ul.nav-buttons li, ul.nav-buttons li a span.logo-header, ul.nav-buttons li, ul.nav-buttons li a span, .submit, .insta, .product-over-content {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.header {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.animated {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.delay-third-sec {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay-half-sec {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay-1-sec {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-1-half-sec {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.delayed {
	opacity:0;
}
.delayed-secs {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}
/* fadeIn Animation */
@-webkit-keyframes fadeIn {
0% {
	opacity:0;
}
100% {
	opacity:1;
}
}
@keyframes fadeIn {
0% {
	opacity:0;
}
100% {
	opacity:1;
}

}
.fadeIn {
	-webkit-animation-name:fadeIn;
			animation-name:fadeIn;
}

@-webkit-keyframes fadeInPopup {
0% {
	opacity:0;
	z-index:-1;
}
100% {
	opacity:1;
	z-index:3;
}
}
@keyframes fadeInPopup {
0% {
	opacity:0;
	z-index:-1;
}
100% {
	opacity:1;
	z-index:3;
}

}
.fadeInPopup {
	-webkit-animation-name:fadeInPopup;
			animation-name:fadeInPopup;
}


/* slideUp Animation */
@-webkit-keyframes slideUp {
0% {
	opacity:0;
	padding-top:100px;
}
100% {
	opacity:1;
	padding-top:1px;
}
}
@keyframes slideUp {
0% {
	opacity:0;
	padding-top:100px;
}
100% {
	opacity:1;
	padding-top:1px;
}

}
.slideUp {
	-webkit-animation-name:slideUp;
			animation-name:slideUp;
}

/* 02. Fonts */
@font-face {
  font-family: 'Druk Text Web';
  src: url('../fonts/DrukText-Medium-Web.woff2') format('woff2'),
       url('../fonts/DrukText-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

/*.DrukText-Medium-Web {
  font-family: 'Druk Text Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}*/

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 03. Header + Menu + Footer */
.header-holding {
	position:fixed;
	width:auto;
	height:100px;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	margin:0 auto;
	z-index:2;
}
.frame-footer {
	width:80%;
	margin:0 auto;
}
.social-right {
	padding-top:34px;
	float:right;
	padding-right:5%;
}
.email-this {
	float:left;
	padding-top:24px;
	padding-left:4%;
}
.email-this a {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	letter-spacing:-0.5px;
	font-size:25px;
	line-height:50px;
	display:inline-block;
}
.email-this a:hover {
	color:#000;
}

.header {
	position:fixed;
	width:auto;
	height:130px;
	left:0;
	right:0;
	top:0px;
	margin:0 auto;
	z-index:999;
	opacity:1;
}
.header.switch-nav {
	/*background-color:#000;*/
	background-color:transparent;
	opacity:1;
	height:130px;
	-webkit-box-shadow: 0 6px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 6px 6px 0px rgba(0,0,0,0);
	box-shadow: 0 6px 6px 0px rgba(0,0,0,0);
}
.header.switch-nav-light {
	background-color:#fff;
	height:130px;
	-webkit-box-shadow: 0 6px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 6px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0 6px 6px 0px rgba(0,0,0,0.2);
	opacity:1;
}
.header.trans-off {
	opacity:1;
}
.header.trans-on {
	opacity:0;
}

.navclosed {
	display:none;
}
.nav {
	position:relative;
	text-align:center;
	/*padding-top:25px;*/
}
.header.switch-nav .nav {
	padding-top:26px;
}
.header.switch-nav-light .nav {
	padding-top:26px;
	max-width: 1420px;
	margin: 0 auto;
}

ul.nav-buttons {
	overflow-x:hidden;
	overflow-y:auto;
}
ul.nav-buttons li {
	text-align:center;
	display:inline-block;
	
	padding-right:60px;
}
@media only screen and (max-width: 1520px) {
	ul.nav-buttons li {
		padding-right: 30px !important;
	}
}
@media only screen and (max-width: 1130px) {
	ul.nav-buttons li {
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 650px) and (max-width: 800px) {
	ul.nav-buttons li a {
		font-size: 80%;
	}
}
ul.nav-buttons li a {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	line-height:35px;
	text-align:center;
	letter-spacing:-0.5px;
	color:#fff;
	display:block;
	text-decoration:none;
}
ul.nav-buttons li a span {
	display:block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
ul.nav-buttons li.current-menu-item a span,
ul.nav-buttons li.current-page-ancestor a span,
ul.nav-buttons li a:hover span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.header.switch-nav ul.nav-buttons li a span.logo-header {
	color:transparent;
	width:120px;
	display:block;
	padding-top:25px;
	padding-bottom:44px;
	background-image: url(../images/logo-top-head.png);
	/*background-image:none;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size:110px;
	-moz-background-size:110px;
	opacity:0;
	border-bottom-width:0;
}
.header.switch-nav-light ul.nav-buttons li a span.logo-header {
	color:transparent;
	width:120px;
	display:block;
	padding-top:25px;
	padding-bottom:44px;
	background-image: url(../images/logo-top-head.png);
	/*background-image:none;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size:110px;
	-moz-background-size:110px;
	opacity:1;
	border-bottom-width:0;
}
.header.switch-nav-light ul.nav-buttons li a {
	color:#000;
}
.header.switch-nav ul.nav-buttons li a span,
.header.switch-nav-light ul.nav-buttons li a span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
/* .header.switch-nav-light ul.nav-buttons li.current-menu-item a span,
.header.switch-nav-light ul.nav-buttons li.current-page-ancestor a span,
.sub-menu li a:hover span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
} */
.single-productseat .header.switch-nav-light ul.nav-buttons li.menu-item-17 a span,
.single-productseat .header.switch-nav-light ul.nav-buttons li.menu-item-197 a span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul li#menu-item-191 a span,
ul li#menu-item-355 a span,
ul li#menu-item-191 a:hover span,
ul li#menu-item-355 a:hover span {
	border-bottom-color:transparent;
}
.header.switch-nav ul.nav-buttons li.menu-item-home a span,
.header.switch-nav ul.nav-buttons li.menu-item-home a:hover span,
.header.switch-nav-light ul.nav-buttons li.menu-item-home a span,
.header.switch-nav-light ul.nav-buttons li.menu-item-home a:hover span {
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color:transparent;
}


a {
	text-decoration:none;
	outline:0;
	color:#74797e;
}
img,
img a {
	font-size:14px;
	color:#999;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
img {
	margin-bottom:-5px;
	overflow:hidden;
}

/* 04. Website Styles */

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:84px;
	line-height:86px;
	letter-spacing:-1px;
	color:#000;
	text-align:left;
	padding-right:30px;
	padding-bottom:30px;
}
h2 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:80px;
	line-height:80px;
	letter-spacing:-1px;
	color:#fff;
	text-align:left;
	padding-bottom:34px;
}
h3 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:40px;
	line-height:45px;
	letter-spacing:-0.3px;
	color:#000;
	text-align:left;
	padding-bottom:30px;
}
.products-h3 h3 {
	padding-bottom:15px;
}
h4 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:40px;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#000;
	text-align:center;
	padding-bottom:50px;
}
h4 a {
	color:#000;
}
h5 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:80px;
	line-height:90px;
	letter-spacing:-1px;
	color:#fff;
	padding-bottom:30px;
}
h6 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	line-height:32px;
	letter-spacing:-0.5px;
	color:#000;
	padding-bottom:15px;
	width:65%;
}
h6.no-max-width {
	width:100%;
}
.max-width p {
	max-width:850px;
}
.manifesto .accordeon {
    background: #000;
    padding: 25px 45px;
    color: #fff;
}
.manifesto .accordeon dd {
    padding-bottom: 0;
}
.manifesto p,
.manifesto li,
.manifesto .dt-text {
    color: #fff;
}
.manifesto .max-width p {
    max-width: 100%;
}
.max-width.p-full p {
	max-width:1500px;
}
strong {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
p strong {
    font-family:'roboto_condensedbold',Arial, Helvetica, sans-serif;
}
p {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	line-height:33px;
	letter-spacing:-0.3px;
	color:#000;
	text-align:left;
	padding-right:20px;
	padding-bottom:24px;
}
p a {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
p a:hover {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.max-para {
	max-width:300px;
}

.p-terms p {
	font-size:16px;
	line-height:26px;
	max-width:1300px;
}
.bullet-points ul {
	margin:0;
	padding:0;
	color:#fff;
	padding-left:26px;
}
.bullet-points ul li {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:35px;
	line-height:45px;
	margin:0;
	padding:0;
	padding-right:35px;
	padding-bottom:14px;
}
.has-bullets ul {
	padding-left:26px;
}
.has-bullets ul li {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	line-height:33px;
	letter-spacing:-0.3px;
	color:#000;
	text-align:left;
	padding-right:40px;
	padding-bottom:24px;
}

.wrapper {
	width:100%;
	height:auto;
	position:relative;
	background: #fff;
}
.hero {
	width:100%;
	margin-top:130px;
	min-height:100vh;
	position:relative;
	z-index:1;
	background-color:#000;
	/*height: calc(100vh - 198px);*/
}
.hero.special {
	margin-top:0;
	min-height:600px;
	padding-top:5%;
	max-width:800px;
	margin:0 auto;
}
.hero .hero-inner img {
	margin-bottom:-40px;
	overflow:hidden;
	position:relative;
}
.hero-holding {
}
.max-holding {
	max-width:1000px;
}
.frame-wrapper {
	top:0;
	bottom:0;
	width:100%;
	z-index:1;
}
.frame {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	z-index:1;
	opacity:1;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center bottom;
	background-repeat: no-repeat;
}
.frame2 {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	z-index:1;
	opacity:1;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center bottom;
	background-repeat: no-repeat;
}
.table {
	display:table;
	width:100%;
	height:100%;
}
.table-cell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.table-cell img {
	position:relative;
	width:50%;
	max-height:100%;
}

img.object-fit_contain {
	text-align:center;
	object-fit: contain;
	object-position: 50% 0;
	width:100%;
	height:100%;
	position:absolute;
}
.skewered {
	animation-name: slideUp;
	animation-duration: 3s;
}
.img-second {
}
.img-centered {
}
.img-centered span {
}
.hero span {
}
.align-bot {
	position:absolute;
	left:5%;
	right:5%;
	bottom:0;
}
.align-bot img {
	position:relative;
	bottom:0;
}
.align-bot .img2 {
	position:absolute;
}
.align-bot .part1 {
	position:absolute;
}



/*.frame img {
	height:100%!important;
}*/
.arrow-down {
	color:#fff;
	position:absolute;
	bottom:64px;
	left:0;
	right:0;
	text-align:center;
	z-index:2;
}
.arrow-down a {
	width:80px;
	height:45px;
	display:block;
	text-align:center;
	margin:0 auto;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80px;
	-moz-background-size:80px;
}
.img2 {
}
.cover {
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center;
}
.content {
	position:relative;
	width:100%;
	height:auto;
	background-color:#fff;
	display: inline-block;
}
.padding {
	/* padding-top:50px;
	padding-bottom:50px; */
	/* padding-left:7%;
	padding-right:7%; */
	padding: 60px 100px;
}
.padding.packshot {
	padding-top:0;
	padding-bottom:0;
}
.padding-stockists {
	padding-bottom:50px;
}
.video {
	padding-bottom:50px;
}
.padding.mybanner {
	padding-top:80px;
	padding-bottom:20px;
}
.padding.less-pad-top {
	padding-top:30px;
}
.padding.less-pad-bottom {
	padding-bottom:30px;
}
.padding.no-pad-top {
	padding-top:0;
}
.padding.less-pad-bot {
	padding-bottom:60px;
}
.padding.less-pad-bot-and-top {
	padding-top:80px;
	padding-bottom:20px;
}
.padding.no-padd-bot {
	padding-bottom:0;
}
.footer {
	background-color:#fff;
}
.padding-footer {
	padding-top:50px;
	padding-bottom:40px;
	padding-left:8%;
	padding-right:8%;
}
.padding-footer.little-more {
	padding-top:80px;
}

.padding-footer.no-padd-top {
	padding-top:0;
}
.max-width {
	max-width:1220px;
	margin:0 auto;
}
.start {
	padding-top:130px;
}
.smallprint,
.smallprint a {
	color:#000;
	font-size:12px;
}
.smallprint a {
	color:#000;
	font-size:12px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.smallprint a:hover {
	border-bottom-color: #000;
}
.terms {
	float:left;
}
.copy {
	float:right;
}

/* Grid */
/* 2 Columns - without margins */
.p2 {
	padding-bottom:20px;
}
.p2.no-padd-bot {
	padding-bottom:0;
}
.f2 .one,
.p2 .one {
	width:48%;
	float:left;
}
.f2 .two,
.p2 .two {
	width:48%;
	margin-left:52%;
}

/* 3 Columns - without margins */
.p3.padd-bot {
	padding-bottom:60px;
}
.p3 .one {
	width:33.3333%;
	float:left;
}
.p3 .one-two {
	width:66.6666%;
	margin-left:0;
	float:left;
}
.p3 .two {
	width:33.3333%;
	margin-left:0;
	float:left;
}
.p3 .two-three {
	width:66.6666%;
	margin-left:33.3333%;
}
.p3 .three {
	width:33.3333%;
	margin-left:66.6666%;
}
.p4 .column {
    width: 25%;
    float: left;
}
@media only screen and (max-width: 1023px) {
    .p4 .column {
        width: 50%;
    }
    .p4 .column:nth-child(2n+1) {
        clear:both;
    }
}
@media only screen and (max-width: 639px) {
    .p4 .column {
        width: 100%;
        clear: both;
    }
}
.social-nav {
	display:none;
}
.social-right-foot {
	margin-top:-10px;
	margin-left:-8px;
}
.facebook,
.instagram {
	display:inline-block;
}
.facebook a,
.instagram a {
	color:#000;
}
.facebook a:hover,
.instagram a:hover {
	color:#000;
}
.facebook a span:before {
	content: "\f39e";
	font-size:26px;
	line-height:50px;
	padding-left:12px;
	padding-right:14px;
	display:inline-block;
}
.instagram a span:before {
	content: "\f16d";
	font-size:26px;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	display:inline-block;
}
.logo-mob {
	display:none;
}
.logo-mobile {
	display:none;
}

.logo-footer {
	float:left;
	width:32%;
}
.logo-footer img {
	width:80%;
	max-width:170px;
}
.cols-footer {
	width:68%;
	margin-left:32%;
}
.cols-footer-left {
	width:39%;
	float:left;
}
.cols-footer-mid {
	width:39%;
	float:left;
}
.cols-footer-right {
	width:22%;
	float:left;
}

ul.nav-footer {
	margin:0;
	padding:0;
	list-style:none;
}
ul.nav-footer li {
	margin:0;
	padding:0;
	padding-bottom:20px;
}
ul.nav-footer li a {
	color:#000;
	font-size:24px;
	line-height:17px;
	/* border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff; */
}
/* ul.nav-footer li.current-menu-item a, */
ul.nav-footer li a:hover {
	border-bottom: 2px solid #000;
}
.footer p {
	color:#000;
	font-size:24px;
}
.footer p a {
	color:#000;
	font-size:24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.footer p a:hover {
	border-bottom-color: #000;
}
.bg-signup {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000;
}
.bg-grey {
	background-color:#1a1a1a;
}
.bg-product {
	background-color:#fff;
}
.bg-signup p {
	color:#fff;
	font-size:26px;
	line-height:36px;
	padding-right:30px;
}
.bg-instagram {
	background-color:#fff;
}
.padding-instagram {
	padding-top:80px;
	padding-bottom:80px;
	padding-left:8%;
	padding-right:8%;
}
.insta {
	float:left;
	width:24%;
	margin-left:0.5%;
	margin-right:0.5%;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center;
}
.insta:hover {
	opacity:0.8;
}
.max-width-instagram {
	max-width:1350px;
	margin:0 auto;
}

.this-news {
	padding-top:10px;
}
input,
select,
.jstyling-select {
	font-weight:normal;
}
input,
textarea {
	-webkit-appearance:none;
	border-radius:0;
	border:0;
	margin:0;
	padding:0;
}
input {
	font-family:'roboto_condensedbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color:#000;
	border: 1px solid #fff;
	text-align:left;
	float:left;
	width:65%;
	outline:none;
}

/* Store locator CSS Override */

#wpsl-search-wrap {
}
.wpsl-input {
	width:auto;
	clear:none;
}
.wpsl-select-wrap {
	width:auto;
	clear:none;
}
#wpsl-category {
	width:auto;
	clear:none;
}
.wpsl-search-btn-wrap {
	width:auto;
	clear:none;
}

input#wpsl-search-input {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color:#ccc;
	padding-top:8px;
	padding-bottom:8px;
}
select#wpsl-radius-dropdown {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	border-color:#000000!important;
}
#wpsl-search-wrap label {
	color:#000;
	line-height:42px!important;
	height:42px;
	width:auto!important;
	padding-left:5px;
}
input#wpsl-search-btn {
	border:0;
	line-height:41px!important;
	height:41px;
	background-color:#000;
	background-image:none;
	margin:0;
	padding:0;
	width:90px;
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	text-transform:uppercase!important;
	text-align:center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#wpsl-gmap,
.wpsl-gmap-canvas,
.wpsl-direction-details,
#wpsl-result-list,
#wpsl-stores {
	height:550px!important;
	min-height:550px!important;
}
#wpsl-stores ul {
	font-size:18px;
	color:#000!important;
}
#wpsl-stores ul li {
	font-size:18px;
	color:#000!important;
}
#wpsl-stores, 
#wpsl-direction-details {
	height:550px!important;
	min-height:550px!important;
}
#wpsl-result-list p {
	font-size:18px;
	line-height:26px;
	padding-bottom:0;
}
#wpsl-stores, 
#wpsl-direction-details {
	font-size:14px;
}
#wpsl-gmap .wpsl-info-window,
.wpsl-gmap-canvas .wpsl-info-window {
    max-width:340px;
	font-size:18px;
	line-height:26px;
}
#wpsl-wrap .wpsl-info-window {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
#wpsl-wrap .wpsl-info-window p,
#wpsl-wrap .wpsl-info-window p a,
#wpsl-wrap .wpsl-info-window a {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
#wpsl-wrap .wpsl-info-window p {
}
#wpsl-wrap .wpsl-info-window a {
}
#wpsl-wrap .wpsl-info-window span {
}
#wpsl-wrap #wpsl-result-list {
}
#wpsl-wrap #wpsl-result-list li {
	color:#000;
}
#wpsl-wrap #wpsl-result-list ol li strong {
	color:#c00;
}
.wpsl-direction {
	font-size:14px;
}
#wpsl-direction-details p {
	font-size:12px;
	color:#999;
	padding-top:10px;
	padding-bottom:10px;
}
#wpsl-direction-details li strong {
}

/* / Store locator CSS Override */


/* Make placeholder text 100% visible instead of opacity */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#fff;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#fff;
	opacity:1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color:#fff;
}
.submit, #searchsubmit {
	color:#000;
	background-color:#fff;
	cursor:pointer;
	width:140px;
	padding-left:0;
	text-align:center;
	margin-left:10px;
	outline:none;
}
.submit:hover {
	background-color:#ccc;
}
.closeme {
	padding-top:10px;
	padding-right:20px;
}
.closeme a {
	float:right;
	font-family:'roboto_condensedbold', Arial, Helvetica, sans-serif;
	font-size:20px;
	width:30px;
	height:30px;
	display:block;
	background-image: url(../images/closeme.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px;
    -moz-background-size:30px;
    padding: 20px;
}
.closeme a:hover {
}
input:required {
	border: 1px solid #999;
	box-shadow:none !important;
}
input:required {
	border: 1px solid #999;
	box-shadow:none !important;
}
input:focus:valid {
	border: 1px solid #ccff99;
	box-shadow:none !important;
}
input:focus:invalid {
	border: 1px solid #ff9933;
	box-shadow:none !important;
}
/*.error-msg {
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#ff6600;
	padding-top:10px;
	padding-bottom:0;
	float:left;
	display:none;
	width:100%;
}*/
.bg-black {
	background-color:#000;
}
.bg-black h1 {
	color:#fff;
}
.products-styles h2 {
	color:#000;
	padding-top:40px;
	padding-bottom:44px;
}
.products-styles h3 {
	padding-top:40px;
	padding-bottom:30px;
}
.products {
	margin-left:-0.5%;
	margin-right:-0.5%;
}
.product {
	float:left;
	width:32.333%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:1%;
}
.product-over {
	display:block;
	position:relative;
	overflow:hidden;
}
.product-over-content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
}
.product-over-content:hover {
	opacity:1;
}
.product-title {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	display:block;
	padding-bottom:4px;
}
.product-subtitle {
	color:#fff;
	font-size:28px;
	line-height:38px;
	width:80%;
	max-width:280px;
	display:inline-block;
}
.breadcrumbs {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height:37px;
	color:#999;
}
.breadcrumbs a {
	color:#000;
}
.breadcrumbs span {
	color:#000;
	padding-left:6px;
	padding-right:6px;
}
.shadow {
	/*box-shadow: 10px 20px 10px rgba(0, 0, 0, .3);*/
}
.table-info {
	width:90%;
	color:#000;
	font-size:22px;
	line-height:42px;
}
.products-h3 .table-info{
	font-size:20px;
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	
}

.table-info .row .col1 {
	width:50%;
	display:inline-block;
}
.table-info .row .col2 {
	width:30%;
	display:inline-block;
}
.table-info .row .col3 {
	width:20%;
	display:inline-block;
}
.team {
	padding-top:30px;
	margin-left:-3%;
	margin-right:-3%;
}
.member {
	width:44%;
	float:left;
	margin-left:3%;
	margin-right:3%;
	color:#000;
}
.member-title {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-top:25px;
	padding-bottom:10px;
	display:block;
}
.member-info {
	font-size:24px;
	padding-right:10px;
}
.timeline {
	background-image: url(../images/timeline.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:4px;
	-moz-background-size:4px;
	padding-bottom:240px;
}
.time-year {
	text-align:center;
	display:block;
	text-align:center;
	margin-top:240px;
	margin-bottom:40px;
}
.time-year span {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	width:130px;
	line-height:130px;
	display:inline-block;
	background-color:#000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.time-month-left,
.time-month-right {
	margin-bottom:-200px;
}
.time-month-left span {
	margin-top:11px;
	text-align:center;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	width:64px;
	line-height:64px;
	display:block;
	background-color:#000;
	position:absolute;
	left:50%;
	margin-left:-32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.time-month-left .block {
	float:left;
	width:44%;
}
.time-month-left .block .block-title {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	background-color:#000;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	background-image: url(../images/time-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
}
.time-month-left .block .block-img {
	padding-right:20px;
}
.time-month-left .block .block-text {
	color:#000;
	font-size:18px;
	padding:15px;
	margin-right:20px;
	background-color:#ededed;
}
.time-month-right span {
	margin-top:11px;
	text-align:center;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	width:64px;
	line-height:64px;
	display:block;
	background-color:#000;
	position:absolute;
	left:50%;
	margin-left:-32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.time-month-right .block {
	float:right;
	width:44%;
}
.time-month-right .block .block-title {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	background-color:#000;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:40px;
	padding-right:15px;
	background-image: url(../images/time-arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	-moz-background-size:20px;
}
.time-month-right .block .block-img {
	padding-left:20px;
}
.time-month-right .block .block-text {
	color:#000;
	font-size:18px;
	padding:15px;
	margin-left:20px;
	background-color:#ededed;
}

.why-products {
	margin-left:-0.5%;
	margin-right:-0.5%;
}
.why-product {
	float:left;
	width:32.3333%;
	margin-left:0.5%;
	margin-right:0.5%;
	background-color:#e5e5e5;
	min-height:410px;
	margin-bottom:1%;
}
.why-product-inner {
	padding:25px;
}
.why-product h3 {
	padding-top:0;
	padding-bottom:10px;
}
.why-product p {
	font-size:25px;
	line-height:34px;
	padding-right:0;
}

.tab-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top:15px;
	padding-bottom:5px;
}
.tab-item p {
	max-width:1500px;
}
.tab a,
.tab-open a {
	text-transform:uppercase;
}
.tab,
.tab-ticket {
}
.tab a,
.tab-ticket,
.tab-open a {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	display:block;
	width:100%;
	font-size:34px;
	line-height:36px;
}
.tab-open a {
}
.tab a span,
.tab-open a span {
	width:90%;
	display:block;
}
.tab a {
	background-image: url(../images/faq-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:30px;
	-moz-background-size:30px;
}
.tab-open a {
	background-image: url(../images/faq-up.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:30px;
	-moz-background-size:30px;
}
.tab-content {
    overflow: hidden;
    height:0;
    transition: all 200ms ease;
	padding-top:10px;
	font-size:14px;
	text-align:left;
	color:#fff;
}
.tab-content.on {
	height:auto;
	padding-top:20px;
}
.price {
	float:right;
	color:#404042;
}
.tab-content-open {
	padding-top:30px;
	font-size:18px;
	line-height:32px;
	text-align:left;
	color:#404042;
	padding-bottom:40px;
}
.tab-content-open span {
	color:#ef4123;
}
.popup {
	position:absolute;
	display:block;
	width:100%;
	left:0;
	right:0;
}
.popup-off {
	display:none;
}
.popup-inner {
	max-width:1000px;
	margin:0 auto;
}
.pops-left {
	float:left;
	width:60%;
}
.pops-right {
	margin-left:60%;
	width:29%;
}
.popup-outer {
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
	text-align:left;
}
.table {
	display:table;
	width:100%;
	height:100%;
}
.table-cell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:left;
}
.product .table-cell {
	text-align:center;
}
.map-google,
.map {
	width:100%;
	height:600px;
	background-color:#f0f0f0;
	position:relative;
}
.videoWrapper {
	margin-top:6%;
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.weusecookie {
	position:fixed;
	background-color:rgba(150,150,150,0.8);
	bottom:0;
	left:0;
	right:0;
	padding:12px;
	z-index:3;
	margin:0 auto;
}
.weusecookie-off {
	display:none;
	z-index:0;
}
.weusecookie-inner {
	margin:0 auto;
	max-width:1190px;
	line-height:26px;
}
.weusecookie-inner span,
.weusecookie-inner span p {
	color:#000;
	font-size:17px;
	line-height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
.weusecookie-inner span a,
.weusecookie-inner span p a {
	color:#000;
	text-decoration:none;
}
.weusecookie-close {
	float:right;
}
.weusecookie-close a {
	width:26px;
	height:26px;
	display:block;
	background-image: url(../images/icon-cookie-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:20px;
	-moz-background-size:20px;
}
.hero-inner {
	max-width:1444px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
    padding-top: 130px;
}
.slide1 {
	position:absolute;
	left:auto;
	right:auto;
	width:100%;
	max-width:1444px;
	overflow:hidden;
	margin:0 auto;
}
.slide1 img {
	margin-bottom:-2px;
	overflow:hidden;
}
.slide2 {
	max-width:1444px;
	overflow:hidden;
	margin:0 auto;
}
.white-overlay {
	position:absolute;
	width:100%;
	height:60px;
	background-color:#fff;
	z-index:1;
}
.thanks {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	padding-bottom:26px;
	font-size:30px;
	line-height:40px;
}
.thanks + h1 {
	display:none;
}

ul.buttons-right {
	float:right;
	margin-top:9px;
	list-style:none;
}
ul.buttons-right li {
	display:inline-block;
	margin-left:5px;
}
ul.buttons-right li a {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:20px;
	text-transform:uppercase;
	display:block;
	line-height:34px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #000;
}
ul.buttons-right li.current-menu-item a,
ul.buttons-right li a:hover {
	color:#fff;
	background-color:#000;
	border: 1px solid #000;
}
.stockists-img {
	padding-top:20px;
}


.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}

@media screen and (min-width: 1921px) {
	/*.img1 {
		position:absolute;
		width:60%;
		max-width:1100px;
		display:block;
	}*/
}

@media screen and (min-width: 960px) and (max-width: 1550px) {
	ul.nav-buttons li {
		padding-left:5px;
		padding-right:35px;
	} 
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.why-product-inner {
		padding:20px;
	}
	.why-product h3 {
		font-size:30px;
		line-height:40px;
		padding-bottom:10px;
	}
	.why-product p {
		font-size:20px;
		line-height:30px;
		padding-right:0;
	}
}

@media screen and (min-width: 1024px) {
	.pops input {
		width:79%;
	}
	.pops input {
		width:79%;
	}
	.pops input.submit {
		width:120px;
	}
	.p2.special .one {
		width:65%;
	}
	.p2.special .two {
		width:35%;
		margin-left:65%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.header.switch-nav {
		height:110px;
	}
	.header.switch-nav-light {
		height:110px;
	}
	.start {
		padding-top:110px;
	}
	.hero {
		margin-top:100px;
		/*height: calc(100vh - 155px);*/
	}
	.header.switch-nav .nav {
		padding-top:20px;
	}
	.header.switch-nav-light .nav {
		padding-top:20px;
	}
	ul.nav-buttons li a {
		font-size:21px;
		line-height:28px;
		letter-spacing:-0.4px;
	}
	.header.switch-nav-light ul.nav-buttons li {
		/*padding-left:40px;
		padding-right:40px;*/
	}
	.header.switch-nav ul.nav-buttons li a span.logo-header {
		width:90px;
		display:block;
		padding-top:25px;
		padding-bottom:37px;
		padding-left:10px;
		padding-right:10px;
		background-size:90px;
		-moz-background-size:90px;
	}
	.header.switch-nav-light ul.nav-buttons li a span.logo-header {
		width:90px;
		display:block;
		padding-top:25px;
		padding-bottom:37px;
		padding-left:10px;
		padding-right:10px;
		background-size:90px;
		-moz-background-size:90px;
	}
	h1 {
		font-size:65px;
		line-height:65px;
		padding-right:30px;
		padding-bottom:20px;
	}
	h2 {
		font-size:65px;
		line-height:65px;
		padding-bottom:24px;
	}
	h3 {
		font-size:35px;
		line-height:40px;
	}
	h4 {
		font-size:35px;
		line-height:45px;
		letter-spacing:-1px;
		padding-bottom:40px;
	}
	h5 {
		font-size:60px;
		line-height:70px;
		letter-spacing:-0.5px;
		padding-bottom:30px;
	}
	h6 {
		font-size:21px;
		line-height:27px;
		letter-spacing:-0.5px;
	}
	p {
		font-size:20px;
		line-height:28px;
		letter-spacing:-0.3px;
		padding-right:20px;
	}
	.has-bullets ul {
		padding-left:24px;
	}
	.has-bullets ul li {
		font-size:20px;
		line-height:28px;
		letter-spacing:-0.2px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.table-info {
		font-size:20px;
		line-height:40px;
	}
	.bg-signup p {
		font-size:22px;
		line-height:32px;
	}
	ul.nav-footer li a {
		font-size:22px;
		line-height:16px;
		border-bottom-width:2px;
	}
	.footer p,
	.footer p a {
		font-size:22px;
	}
	input {
		font-size:18px;
		width:58%;
	}
	/*
	.closeme a {
		font-size:18px;
		width:120px;
		padding-top:11px;
		padding-bottom:11px;
		padding-left:0;
		margin-left:10px;
	}*/
	.bullet-points ul li {
		font-size:28px;
		line-height:38px;
		padding-right:30px;
		padding-bottom:14px;
	}
	.padding {
		padding-top:70px;
		padding-bottom:70px;
	}
	.padding.mybanner {
		padding-top:60px;
		padding-bottom:20px;
	}
	.padding-instagram {
		padding-top:60px;
		padding-bottom:60px;
		padding-left:8%;
		padding-right:8%;
	}
	.product-title {
		font-size:35px;
	}
	.product-subtitle {
		font-size:30px;
	}
	.padding.less-pad-bot-and-top {
		padding-top:70px;
		padding-bottom:20px;
	}
	.breadcrumbs {
		font-size:24px;
	}
	.member-title {
		font-size:26px;
		padding-top:23px;
		padding-bottom:10px;
	}
	.member-info {
		font-size:20px;
		padding-right:10px;
	}
	.time-month-left .block .block-title,
	.time-month-right .block .block-title {
		font-size:30px;
		background-size:20px;
		-moz-background-size:20px;
	}
	.time-month-left span,
	.time-month-right span {
		margin-top:2px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.header.switch-nav {
		height:100px;
	}
	.header.switch-nav-light {
		height:100px;
	}
	.start {
		padding-top:120px;
	}
	.hero {
		margin-top:110px;
		min-height:auto;
		/*height: calc(100vh - 135px);*/
	}
	.header.switch-nav .nav {
		padding-top:10px;
	}
	.header.switch-nav-light .nav {
		padding-top:10px;
	}
	ul.nav-buttons li {
		padding-left:20px;
		padding-right:20px;
	}
	ul.nav-buttons li a {
		font-size:21px;
		line-height:27px;
		letter-spacing:-0.4px;
	}
	.header.switch-nav-light ul.nav-buttons li {
		padding-left:17px;
		padding-right:17px;
	}
	.header.switch-nav ul.nav-buttons li a span.logo-header {
		width:90px;
		display:block;
		padding-top:25px;
		padding-bottom:38px;
		padding-left:10px;
		padding-right:10px;
		background-size:90px;
		-moz-background-size:90px;
	}
	.header.switch-nav-light ul.nav-buttons li a span.logo-header {
		width:90px;
		display:block;
		padding-top:25px;
		padding-bottom:38px;
		padding-left:10px;
		padding-right:10px;
		background-size:90px;
		-moz-background-size:90px;
	}

	h1 {
		font-size:50px;
		line-height:50px;
		letter-spacing:-2px;
		padding-right:30px;
		padding-bottom:20px;
	}
	h2 {
		font-size:50px;
		line-height:50px;
		padding-bottom:20px;
	}
	h3 {
		font-size:35px;
		line-height:40px;
	}
	h4 {
		font-size:35px;
		line-height:45px;
		letter-spacing:-1px;
		padding-bottom:40px;
	}
	h5 {
		font-size:50px;
		line-height:60px;
		letter-spacing:-0.5px;
		padding-bottom:30px;
	}
	h6 {
		font-size:20px;
		line-height:26px;
		letter-spacing:-0.5px;
	}
	p {
		font-size:18px;
		line-height:26px;
		letter-spacing:-0.3px;
		padding-right:30px;
	}
	.has-bullets ul {
		padding-left:24px;
	}
	.has-bullets ul li {
		font-size:18px;
		line-height:26px;
		letter-spacing:-0.2px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.table-info {
		font-size:18px;
		line-height:38px;
	}
	.bg-signup p {
		font-size:20px;
		line-height:30px;
	}
	ul.nav-footer li a {
		font-size:20px;
		line-height:17px;
		border-bottom-width: 2px;
	}
	.footer p,
	.footer p a {
		font-size:20px;
	}
	input {
		font-size:18px;
		width:58%;
	}
	/*
	.closeme {
		float:none;
		margin-left:0;
		padding-top:80px;
	}
	.closeme a {
		font-size:18px;
		width:120px;
		padding-top:11px;
		padding-bottom:11px;
		padding-left:0;
		margin-left:0;
	}*/
	.padding {
		padding-top:50px;
		padding-bottom:50px;
	}
	.padding-footer {
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-left:8%;
		padding-right:8%;
	}
	.banner-top {
		/* padding-top:70px; */
	}
	.padding.mybanner {
		padding-top:70px;
		padding-bottom:20px;
	}
	.p2 .one {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	.p2 .two {
		float:none;
		width:100%;
		margin-left:0;
	}
	.logo-footer {
		float:none;
		width:100%;
		padding-bottom:30px;
	}
	.logo-footer img {
		width:80%;
		max-width:130px;
	}
	.cols-footer {
		width:100%;
		margin-left:0;
	}
	.bullet-points ul li {
		font-size:22px;
		line-height:32px;
		padding-right:30px;
		padding-bottom:14px;
	}
	.padding-instagram {
		padding-top:50px;
		padding-bottom:50px;
		padding-left:8%;
		padding-right:8%;
	}
	.product-title {
		font-size:30px;
	}
	.product-subtitle {
		font-size:26px;
	}
	.padding.less-pad-bot-and-top {
		padding-top:70px;
		padding-bottom:30px;
	}
	.breadcrumbs {
		font-size:20px;
	}
	.member-title {
		font-size:25px;
		padding-top:20px;
		padding-bottom:10px;
	}
	.member-info {
		font-size:18px;
		padding-right:10px;
	}


	.time-year {
		margin-top:200px;
		margin-bottom:40px;
	}
	.time-year span {
		font-size:35px;
		width:120px;
		line-height:120px;
	}
	.time-month-left,
	.time-month-right {
		margin-bottom:-150px;
	}
	.time-month-left span {
		margin-top:2px;
		font-size:20px;
		width:60px;
		line-height:60px;
		margin-left:-30px;
	}
	.time-month-left .block {
		width:44%;
	}
	.time-month-left .block .block-title {
		font-size:30px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		background-size:20px;
		-moz-background-size:20px;
	}
	.time-month-left .block .block-img {
		padding-right:20px;
	}
	.time-month-left .block .block-text {
		font-size:16px;
		padding:15px;
		margin-right:20px;
	}
	.time-month-right span {
		margin-top:2px;
		font-size:20px;
		width:60px;
		line-height:60px;
		margin-left:-30px;
	}
	.time-month-right .block {
		width:44%;
	}
	.time-month-right .block .block-title {
		font-size:30px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:40px;
		padding-right:15px;
		background-size:20px;
		-moz-background-size:20px;
	}
	.time-month-right .block .block-img {
		padding-left:20px;
	}
	.time-month-right .block .block-text {
		font-size:16px;
		padding:15px;
		margin-left:20px;
	}
	.why-products {
		margin-left:-0.5%;
		margin-right:-0.5%;
	}
	.why-product {
		float:left;
		width:49%;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:1%;
		min-height:330px;
	}
	.why-product h3 {
		font-size:30px;
		line-height:40px;
		padding-bottom:10px;
	}
	.why-product p {
		font-size:20px;
		line-height:30px;
		padding-right:0;
	}
}

@media screen and (min-width: 0px) and (max-width: 960px) {
	.navclosed {
		width:60px;
		height:60px;
		position:absolute;
		top:9px;
		right:12px;
		cursor:pointer;
		z-index:5;
		display:block;
	}
}

@media screen and (min-width: 767px) and (max-width: 960px) {
	.menu-item:first-child,
	.menu-item:nth-child(2),
	.menu-item:nth-child(8),
	.menu-item:nth-child(9){
		display: none;
	}
}

/* 05. Mobile, below 767 width */
@media screen and (min-width: 0px) and (max-width: 767px) {
	.desktop {
		display:none!important;
	}
	.mobile {
		display:block!important;
	}
	.header {
		height:80px;
	}
	.header,
	.header.trans-off,
	.header.trans-on {
		-o-transition:0s;
		-ms-transition:0s;
		-moz-transition:0s;
		-webkit-transition:0s;
		transition:0s;
	}
	.start {
		padding-top:80px;
	}
	.header.switch-nav,
	.header.switch-nav-light {
		height:80px;
	}
	.logo-mobile {
		display:block;
		width:100px;
		height:80px;
		position:absolute;
		left:50%;
		margin-left:-50px;
		text-align:center;
		background-image: url(../images/logo-top.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size:70px;
		-moz-background-size:70px;
		opacity:0;
	}
	.header.switch-nav-light .logo-mobile {
		background-image: url(../images/logo-top-head.png);
		opacity:1;
	}
	.logo-mobile a {
		width:100%;
		height:80px;
		display:block;
	}
	.hero {
		margin-top: 140px;
		min-height:250px;
		/*height: calc(100vh - 80px);*/
	}
	.nav {
		padding-top:0;
	}
	.header.switch-nav-light .nav {
		padding-top:0;
	}
	.line-nav-1,
	.line-nav-2,
	.line-nav-3,
	.line-nav-4 {
		width:28px;
		height:3px;
		position:absolute;
		background-color:#fff;
	}

	.header.switch-nav-light .line-nav-1,
	.header.switch-nav-light .line-nav-2,
	.header.switch-nav-light .line-nav-3,
	.header.switch-nav-light .line-nav-4 {
		background-color:#000;
	}
	.line-nav-1-open,
	.line-nav-2-open,
	.line-nav-3-open,
	.line-nav-4-open {
		background-color:#000;
	}
	.line-nav-1 {
		top:20px;
		left:14px;
	}
	.line-nav-4 {
		top:38px;
		left:14px;
	}
	.line-nav-2,
	.line-nav-3 {
		top:29px;
		left:14px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.line-nav-2-open,
	.line-nav-5 {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.line-nav-3-open,
	.line-nav-6 {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.line-nav-1-open,
	.line-nav-4-open {
		opacity:0;
	}
	.nav-off {
		top:0;
		bottom:0;
		right:-370px;
		position:fixed;
		opacity:0;
		width:270px;
		background-color:#fff;
		z-index:4;
	}
	.nav-on {
		top:0;
		bottom:0;
		right:0;
		width:270px;
		position:fixed;
		opacity:1;
		background-color:#fff;
		z-index:4;
	}
	ul.nav-buttons {
		padding-top:140px;
		padding-left:30px;
		overflow-x:hidden;
		overflow-y:auto;
	}
	ul.nav-buttons li {
		text-align:left;
		display:block;
		padding-left:0;
		padding-right:0;
		margin-bottom:20px;
	}
	.header.switch-nav-light ul.nav-buttons li {
		padding-left:0;
		padding-right:0;
	}
	ul.nav-buttons li a {
		font-weight:normal;
		font-size:27px;
		text-align:left;
		color:#000;
		display:block;
		text-decoration:none;
		line-height:30px;
	}
	ul.nav-buttons li a span {
		display:inline-block;
	}
	ul.nav-buttons li a span,
	.header.switch-nav-light ul.nav-buttons li a span {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #fff;
	}
	ul.nav-buttons li a:hover span,
	.header.switch-nav-light ul.nav-buttons li a:hover span {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #000;
	}
	.header.switch-nav ul.nav-buttons li a span.logo-header,
	.header.switch-nav-light ul.nav-buttons li a span.logo-header,
	ul.nav-buttons li a span.logo-header {
		display:none;
	}
	.logo-mob {
		display:block;
		position:absolute;
		width:100%;
		height:80px;
		text-align:left;
		padding-top:30px;
		padding-left:30px;
	}
	.logo-mob img {
		width:80px;
	}
	.frame-wrapper {
		/*position:fixed;
		bottom:55px;*/
	}
	/*.frame {
		width:90%;
		margin:0 auto;
	}
	.img1 {
		position:absolute;
		width:90%;
		display:block;
	}*/
	.social-nav {
		display:block;
		text-align:left;
		padding-left:20px;
	}

	.social-right {
		padding-top:5px;
		padding-right:20px;
	}
	.email-this {
		padding-top:5px;
		padding-left:25px;
	}
	.email-this a {
		letter-spacing:-0.5px;
		font-size:22px;
		line-height:50px;
	}
	.facebook a span:before {
		content: "\f39e";
		font-size:22px;
		line-height:50px;
		padding-left:12px;
		padding-right:12px;
		display:inline-block;
	}
	.instagram a span:before {
		content: "\f16d";
		font-size:22px;
		line-height:50px;
		padding-left:10px;
		padding-right:10px;
		display:inline-block;
		display:inline-block;
	}
	.padding {
		padding:30px;
	}
	.padding.less-pad-bot {
		padding-bottom:15px;
	}
	.padding.mybanner {
		padding-top:30px;
		padding-bottom:20px;
	}
	h1 {
		font-size:43px;
		line-height:43px;
		letter-spacing:-1px;
		padding-right:20px;
		padding-bottom:20px;
	}
	h2 {
		font-size:40px;
		line-height:40px;
		padding-bottom:20px;
	}
	h3 {
		font-size:30px;
		line-height:35px;
	}
	h4 {
		font-size:35px;
		line-height:45px;
		letter-spacing:-1px;
		padding-bottom:40px;
	}
	h5 {
		font-size:35px;
		line-height:45px;
		letter-spacing:-0.5px;
		padding-bottom:10px;
	}
	h6 {
		font-size:20px;
		line-height:26px;
		letter-spacing:-0.3px;
		width:74%;
	}
	p {
		font-size:18px;
		line-height:26px;
		letter-spacing:-0.3px;
		padding-right:30px;
	}
	.has-bullets ul {
		padding-left:24px;
	}
	.has-bullets ul li {
		font-size:18px;
		line-height:26px;
		letter-spacing:-0.2px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.table-info {
		font-size:18px;
		line-height:38px;
	}
	.bg-signup p {
		font-size:20px;
		line-height:30px;
	}
	ul.nav-footer li {
		margin-bottom:1px;
	}
	ul.nav-footer li a {
		font-size:20px;
		line-height:17px;
		border-bottom-width: 2px;
	}
	.footer p,
	.footer p a {
		font-size:20px;
	}
	input {
		font-size:18px;
		width:58%;
	}
	/*
	.closeme {
		float:none;
		margin-left:0;
		padding-top:80px;
	}
	.closeme a {
		font-size:18px;
		width:120px;
		padding-top:11px;
		padding-bottom:11px;
		padding-left:0;
		margin-left:0;
	}*/
	.padding-footer {
		padding-top: 0px !important;
		padding-bottom: 1rem !important;
		padding-left:30px;
		padding-right:30px;
	}
	.padding-footer.little-more {
		padding-top: 1rem !important;
		padding-bottom: 0px !important;
	}
	.p2 .one {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	.p2 .two {
		float:none;
		width:100%;
		margin-left:0;
	}
	.p3 .one {
		width:100%;
		float:none;
		padding-bottom:20px;
	}
	.p3 .one-two {
		width:100%;
		margin-left:0;
		float:none;
	}
	.p3 .two {
		width:100%;
		margin-left:0;
		float:none;
		padding-bottom:20px;
	}
	.p3 .two-three {
		width:100%;
		margin-left:0;
	}
	.p3 .three {
		width:100%;
		margin-left:0;
	}
	.p3.padding-less .one,
	.p3.padding-less .two,
	.p3.padding-less .three {
		padding-bottom:0;
	}
	.p3.padding-less .two h3,
	.p3.padding-less .three h3 {
		padding-top:10px;
	}
	.p3.padding-less .one h3,
	.p3.padding-less .two h3,
	.p3.padding-less .three h3 {
		padding-bottom:10px;
	}
	.p3.padding-less .two h3,
	.p3.padding-less .three h3 {
		padding-top:5px;
	}
	.logo-footer {
		float:none;
		width:100%;
		padding-bottom:30px;
		display:none;
	}
	.logo-footer img {
		width:80%;
		max-width:100px;
	}
	.cols-footer {
		width:100%;
		margin-left:0;
	}
	.cols-footer-left {
		width:100%;
		float:none;
		padding-bottom:14px;
	}
	.cols-footer-mid {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	.cols-footer-mid h6 {
		width:100%;
	}
	.cols-footer-right {
		width:100%;
		float:none;
	}
	input {
		padding-top:8px;
		padding-bottom:8px;
		font-size:16px;
		width:60%;
	}
	/*
	.closeme a {
		font-size:16px;
		width:120px;
		padding-top:9px;
		padding-bottom:9px;
		padding-left:0;
		margin-left:0;
	}*/
	.submit {
		width:110px;
	}
	.bullet-points ul li {
		font-size:20px;
		line-height:30px;
		padding-right:0;
		padding-bottom:10px;
	}
	.padding-instagram {
		padding:30px;
	}

	.products {
		margin-left:0;
		margin-right:0;
	}
	.product {
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}
	.product-title {
		font-size:28px;
	}
	.product-subtitle {
		font-size:24px;
	}
	.padding.less-pad-bot-and-top {
		padding-top:30px;
		padding-bottom:20px;
	}
	.breadcrumbs {
		font-size:18px;
	}
	.table-info {
		font-size:16px;
		width:100%;
		line-height:32px;
	}
	.team {
		padding-top:10px;
		margin-left:0;
		margin-right:0;
	}
	.member {
		width:100%;
		float:none;
		margin-left:0;
		margin-right:0;
		padding-bottom:30px;
	}
	.member-title {
		font-size:24px;
		padding-top:20px;
		padding-bottom:10px;
	}
	.member-info {
		font-size:18px;
		padding-right:4px;
	}


	.time-year {
		margin-top:140px;
		margin-bottom:40px;
	}
	.time-year span {
		font-size:24px;
		width:60px;
		line-height:60px;
	}
	.time-month-left,
	.time-month-right {
		margin-bottom:-100px;
	}
	.time-month-left span {
		margin-top:1px;
		font-size:13px;
		width:40px;
		line-height:40px;
		margin-left:-20px;
	}
	.time-month-left .block {
		width:46%;
	}
	.time-month-left .block .block-title {
		font-size:17px;
		padding-top:12px;
		padding-bottom:12px;
		padding-left:10px;
		background-size:20px;
		-moz-background-size:20px;
	}
	.time-month-left .block .block-img {
		padding-right:20px;
	}
	.time-month-left .block .block-text {
		font-size:12px;
		padding:8px;
		margin-right:20px;
	}
	.time-month-right span {
		margin-top:1px;
		font-size:13px;
		width:40px;
		line-height:40px;
		margin-left:-20px;
	}
	.time-month-right .block {
		width:46%;
	}
	.time-month-right .block .block-title {
		font-size:17px;
		padding-top:12px;
		padding-bottom:12px;
		padding-left:30px;
		padding-right:15px;
		background-size:20px;
		-moz-background-size:20px;
	}
	.time-month-right .block .block-img {
		padding-left:20px;
	}
	.time-month-right .block .block-text {
		font-size:12px;
		padding:8px;
		margin-left:20px;
	}
	.max-para {
		max-width:800px;
	}
	.why-product {
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:10px;
		min-height:30px;
	}
	.why-product h3 {
		font-size:25px;
		line-height:35px;
		padding-bottom:10px;
	}
	.why-product p {
		font-size:18px;
		line-height:28px;
		padding-right:0;
		padding-bottom:5px;
	}
	.tab a,
	.tab-ticket,
	.tab-open a {
		font-size:25px;
		line-height:30px;
	}
	.tab a span,
	.tab-open a span {
		width:85%;
		display:block;
	}
	.arrow-down {
		color:#fff;
		position:absolute;
		bottom:auto;
		left:0;
		right:0;
		margin-top:-70px;
		text-align:center;
		z-index:2;
	}
	.arrow-down a {
		background-size:60px;
		-moz-background-size:60px;
	}
	.video {
		padding-bottom:40px;
	}
	.padding-stockists {
		padding-bottom:30px;
	}

	.header-holding {
		height:60px;
		left:0;
		right:0;
		bottom:0;
	}
	.social-right {
		padding-top:13px;
		padding-right:20px;
	}
	.email-this {
		float:left;
		padding-top:5px;
		padding-left:25px;
	}
	.email-this a {
		letter-spacing:-0.5px;
		font-size:22px;
		line-height:50px;
	}
	.hero.special {
		padding-top:0;
		min-height:100px;
		position:absolute;
		bottom:55px;
	}

	.frame-footer {
		width:100%;
		margin:0 auto;
	}

	ul.buttons-right {
		float:none;
		margin-top:0;
		padding-bottom:40px;
	}
	ul.buttons-right li {
		margin-left:0;
		margin-right:5px;
	}
	ul.buttons-right li a {
		font-size:16px;
		line-height:34px;
	}
	.stockists-img {
		padding-top:20px;
	}
	input#wpsl-search-input {
		width:90%!important;
	}
}

@media screen and (min-width: 0px) and (max-width: 479px) {
	input {
		padding-top:8px;
		padding-bottom:8px;
		font-size:16px;
		padding-left:10px;
		width:90%;
	}
	.submit {
		width:100px;
		margin-left:0;
		margin-top:10px;
	}
	.terms {
		float:none;
		padding-bottom:8px;
	}
	.copy {
		float:none;
	}
	.map-google,
	.map {
		width:100%;
		height:500px;
		background-color:#f0f0f0;
		position:relative;
	}
	.padding-stockists {
		padding-bottom:20px;
	}
	.product-over-content {
		opacity: 1;
		background: black;
	}

	.page-product-grid .table-cell{
		background: black;
	}
}

@media screen and (min-width: 0px) and (max-width: 570px) {
	.wpsl-search-btn-wrap {
		padding-top:22px;
	}
}

.col-md-3 ul {list-style: none;}
article.post.type-post {margin-bottom: 25px;}
h2.entry-title {margin: 0;padding-bottom: 10px;}
span.span6_left{border-right: 1px solid;}
span.span6_right{padding-left: 5px;}
input#searchsubmit {margin-left:0px; border: 1px solid;background: #000;color: #fff;border: none;padding: 5px 10px;}
.news_right_box_in {border-bottom: 1px solid #ddd;padding: 20px 0;}
h4.widgettitle{font-weight: 500;color: #000;padding-bottom:0px;text-align:unset;}
#search-3 form div{display:inline-block}
#search-3 form div input#s{width: 100%;font-size: 14px;padding: 6px 10px;border: 1px solid #ccc;margin-bottom: 8px; background-color:inherit;}
.clients_logos .logo_section .logo_images img{width: 200px;height: auto;vertical-align: middle;margin: 15px;}
.clients_logos .logo_section .logo_images{margin-bottom:25px;}
.blog_post_banner {margin-top: 26px;margin-bottom: 21px}
.blog_posts_wrapper.banners_blog_style .blog_post_banner {margin-top: 0}
.blog_post_banner.blog_post_image {overflow: hidden}
.blog_post_banner img {width: 100%;height: auto}
/*.blog_post_title .title {font-size: 30px;margin-top: 0;margin-bottom: 2px;letter-spacing: .8px;line-height: 32px}*/
.blog_post_title .title a {font-family: 'Druk Text Web', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 40px;line-height: 45px;letter-spacing: -0.3px;color: #000;text-align: left;}
@media screen and (max-width: 650px) {
	.blog_post_meta .blog_meta_item {float: none;margin-right: 8px;display: inline-block;margin-top: 5px;color: #999}
    .blog_post_meta .blog_meta_item a {color: #666;border-bottom: 1px dotted #ccc;padding-bottom: 1px}
    .blog_post_control {margin-top: 10px}
    .blog_post_control_item {float: none;margin-right: 0;margin-top: 5px}
    .blog_post_readmore.blog_post_control_item a {border: none;border-radius: 0;padding: 0;height: auto;line-height: inherit;font-style: italic;font-weight: 700;font-size: 15px;letter-spacing: .3px;border-bottom: 1px dotted transparent}
    .blog_post_readmore.blog_post_control_item {margin-top: 0;margin-bottom: 24px}
    .blog_meta_item.blog_meta_format a {color: #999;border-bottom: none;font-size: 20px}
    .blog_post_title .title,.main_content.col-md-12 .blog_post_title .title {font-size: 25px;line-height: 29px}
}
.title{color: #000}
/*.blog_post_meta .blog_meta_item {float: left;margin-right: 18px}
.blog_post_meta .blog_meta_item {color: #666;font-size: 12px}
.blog_post_meta .blog_meta_item a {color: #222;border-bottom: 1px dotted #ccc;padding-bottom: 1px}
.blog_post_meta .blog_meta_item a.meta_author_avatar_url {border-bottom: none}
.blog_meta_item.blog_meta_format a {color: #d2d2d2;border-bottom: none;font-size: 17px}
.blog_meta_author img {width: 25px;margin-right: 3px;border-radius: 50%}*/

.more_link.more_link_dots {color: inherit; border-bottom:none;}
.blog_post_description p{max-width: 100%; margin-right: 0px}
body.blog .post_info_wrapper{max-width: 900px;margin-left: auto;margin-right: auto;}
.nav-links .page-numbers {border: 1px solid black;padding: 0 5px;}
.nav-links a.page-numbers:hover, a.more_link.more_link_dots:hover{text-decoration:none}
.blog_post_control_item a{height: 38px; padding: 0 22px; line-height: 38px; display: inline-block; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border: 1px solid #000; color: #fff; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; transition: all 0.1s ease-in; background: #000; font-family: 'Druk Text Web', Arial, Helvetica, sans-serif;}
.blog_post_control_item a:hover{background-color: #fff; color:#000; text-decoration:none}
body.blog .page-title.screen-reader-text{color:#000; font-family: 'Druk Text Web', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 84px;line-height: 86px;letter-spacing: -1px;padding-right: 30px; padding-bottom: 30px;}
time.entry-date.published.updated{font-family: 'Druk Text Web', Arial, Helvetica, sans-serif;color: #000;}
/*body.blog h4 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	font-size:40px !important;
	line-height:50px !important;
	text-transform:uppercase !important;
	letter-spacing:-1px !important;
	color:#000 !important;
	text-align:center !important;
	padding-bottom:50px !important;
}
body.blog h4 a {
	color:#000 !important;
}
body.blog h5 {
	font-family:'Druk Text Web', Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	font-size:80px !important;
	line-height:90px !important;
	letter-spacing:-1px !important;
	color:#fff !important;
	padding-bottom:30px !important;
}*/
.blog_post_description h2{color: #000; }
.blog_post_description {font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 25px;line-height: 33px;letter-spacing: -0.3px;color: #000; text-align: left;padding-right: 20px;padding-bottom: 24px;}
.logobtn {
    text-align: center;
    display: block;
    margin: 10px 0 0;
}
.logo_imgbtn > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 25px;
}
.logoimg {
    height: 228px;
    display: table-cell;
    vertical-align: middle;
}
.logobtn button{
    background-color: black;
    border: none;
    color: white;
    text-align: center;
    padding: 13px 15px;
    font-size: 12px;
    cursor:pointer;
}
.home #as_seen_in{
    background: #fff;
}
#as_seen_in div.as_seen_heading{
}
#as_seen_in div.as_seen_heading h3{
    padding: 20px;
}
#as_seen_in .height_data{
    height:50px;
}
#as_seen_in .logo_images img {
    width: 200px;
    height: auto;
    vertical-align: middle;
    margin: 15px;
}
#as_seen_in h5{
    color: #000 !important;
}
/*#as_seen_in responsive*/
@media screen and (max-width:1199px) {
	#as_seen_in div.as_seen_heading {padding: 0 15px;}
	#as_seen_in .logo_images{display: flex; align-items: center; justify-content: center;}
	#as_seen_in .logo_images .logoimg{height: auto;padding: 0 15px;box-sizing: border-box;}
	#as_seen_in .logo_images img{width: auto; margin: 0; max-width: 100%;}
}
@media screen and (max-width:667px){
	.logo_images.logo_imgbtn{flex-wrap: wrap;}
	#as_seen_in .logo_images .logoimg{width: 33.33%;}
}

#as_seen_in div.as_seen_heading {padding: 0 15px; }
#as_seen_in .logo_images{display: flex; align-items: center; justify-content: center;}
#as_seen_in .logo_images .logoimg{height: auto;padding: 0 15px;box-sizing: border-box;}
#as_seen_in .logo_images img{width: auto; margin: 0; max-width: 100%;}
/*#as_seen_in responsive-end*/





/* updates 26.08.2020*/
.bg-instagram h4 {padding-bottom:0;}
.max-width770 {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 30px;
}
.works {
  padding: 60px 0 110px;
  background-color: #fff;
  margin: auto;
}
.works__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.works__top-left,
.works__top-right {
  width: calc(50% - 30px);
}
.works__top-h1 {
  font-family: 'Druk Text Web', sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 100px;
  color: #000;
}
.works__top-h2 {
  font-size: 25px;
  line-height: 33px;
  color: #000;
}
.works__black {
  background-color: #000;
  margin-bottom: 25px;
  padding: 0;
}
.works__black-wrap {
  padding: 50px;
  color: #fff;
}
.works__black p {
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  padding: 0;
}
.works__black-email {
  font-family: 'Druk Text Web', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
}
.works__black-email:hover {
  opacity: 0.7;
}
.works__black-email-wrap {
  text-align: right;
}
.works__resume {
  padding: 35px 0 40px;
  border-bottom: 2px solid #000;
}
.works__resume:last-child {
  border-bottom: none;
}
.works__resume-ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  font-family: 'Druk Text Web', sans-serif;
}
.works__resume-ttl:hover {
  opacity: 0.7;
}
.works__resume-descr {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 33px;
  color: #000;
}
.works__resume-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works__resume-apply {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-right: 20px;
}
.works__resume-apply:hover {
  opacity: 0.7;
}
.works__resume-salary {
  font-size: 25px;
  line-height: 33px;
  color: #000;
}
.faqs {
  background-color: #fff;
  padding: 60px 0 80px;
}
.faqs__accordeon dl {
  border-bottom: 2px solid #000;
}
.faqs__accordeon dl:last-child {
  border-bottom: none;
}
.faqs__accordeon dt {
  padding: 25px 70px 35px 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Druk Text Web', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
}
.faqs__accordeon dt.active .dt-plus:after {
  display: none;
}
.faqs__accordeon dt .dt-plus {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  right: 0;
  top: 34px;
}
.faqs__accordeon dt .dt-plus:before,
.faqs__accordeon dt .dt-plus:after {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faqs__accordeon dt .dt-plus:before {
  width: 12px;
  height: 2px;
}
.faqs__accordeon dt .dt-plus:after {
  width: 2px;
  height: 12px;
}
.faqs__accordeon dd {
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 33px;
  color: #000;
}
.supply {
  padding: 60px 0;
  background-color: #fff;
}
.supply .max-width770 {
  position: relative;
}
.supply__back {
  display: block;
  cursor: pointer;
  position: absolute;
  left: -210px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.supply__back:hover {
  opacity: 0.8;
}
.supply__back-icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  background-image: url("../images/icons/back-arr.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.supply__back span {
  font-size: 15px;
	color: #000;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
}
.supply__apply {
  width: 150px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
	display: block;
	font-family: 'Druk Text Web', sans-serif;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 60px;
}
.supply__apply:hover {
  opacity: 0.8;
}
.supply p {
  font-size: 25px;
  line-height: 33px;
  padding: 0;
  margin-bottom: 30px;
}
.supply h2 {
  padding: 30px 0;
  font-family: 'Druk Text Web', sans-serif;
  font-size: 34px;
  line-height: 45px;
  color: #000;
}
.supply ul {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 80px;
  list-style-type: none;
}
.supply li {
  position: relative;
  padding-left: 40px;
  color: #000;
}
.supply li:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
  left: 0;
  top: 14px;
}
.apply .checkbox-input {
  position: absolute;
  z-index: -99;
  left: 0;
  top: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.apply .checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0,0.5);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}
.apply .checkbox-input:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #000;
}
.apply .checkbox-custom-label {
  color: #000;
  font-size: 15px;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
}
.apply .checkbox-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.apply h2 {
  padding-top: 0;
  display: block;
  width: 100%;
}
.apply__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.apply__inp {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.apply__inp.w100 {
  width: 100%;
}
.apply__inp label:not(.checkbox-label):not(.file-label) {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
	line-height: 20px;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
}
.apply__block2-col input[type=text],
.apply__inp input[type=text],
.apply__inp input[type=tel],
.apply__inp input[type=date],
.apply__inp input[type=email],
.apply__inp select {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  color: #000;
  font-size: 18px;
  height: 50px;
	padding: 0 20px;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.apply__inp input[type=text]:focus,
.apply__inp input[type=tel]:focus,
.apply__inp input[type=date]:focus,
.apply__inp input[type=email]:focus,
.apply__inp select:focus {
  outline: none;
}
.apply__inp select {
  background-image: url("../images/icons/select-arr.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}
.apply__inp input[type=date]:-webkit-inner-spin-button,
.apply__inp input[type=date]:-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.apply__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.apply__block2-col {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.apply__block2-col.w100 {
  width: 100%;
}
.apply .file-label {
  width: 100%;
  height: 130px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px dashed rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
  line-height: 1.3;
  color: rgba(0,0,0,0.5);
}
.apply .file-label input {
  position: absolute;
  opacity: 0;
  z-index: -999;
}
.apply__form-submit {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border: none;
  font-family: 'Druk Text Web', sans-serif;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.apply__form-submit:hover {
  opacity: 0.8;
}
.wpcf7 form .wpcf7-response-output {
	color: #000;
	font-size: 18px;
	padding: 0.5em 1em;
    text-align:center;
}
.apply__inp br,
.checkbox-label br,
.applyform {display:none;}
.wpcf7-not-valid-tip {display:inline-block;}


/* MEDIA START */
@media (max-width: 1300px) {
  .supply__back {
    position: static;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .works__top-h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .apply h2 {
    font-size: 34px;
  }
}
@media (max-width: 700px) {
  .works__top-h1 {
    font-size: 52px;
    line-height: 1.2;
  }
  .works__top-left,
  .works__top-right {
    width: calc(50% - 10px);
  }
  .works__top-h2 {
    font-size: 20px;
  }
  .works__black p {
    margin-bottom: 10px;
  }
  .works__black-wrap {
    padding: 50px 30px;
  }
  .faqs__accordeon dt {
    font-size: 28px;
  }
  .faqs__accordeon dd {
    font-size: 20px;
  }
  .supply__cont p,
  .supply__cont ul {
    font-size: 22px;
  }
  .apply h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .apply .file-label {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .works__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works__top-left,
  .works__top-right {
    width: 100%;
  }
  .works__top-left {
    margin-bottom: 30px;
  }
  .works {
    padding: 40px 0;
  }
  .apply__block2-col {
    width: 100%;
  }
  .apply__inp input[type=text],
  .apply__inp input[type=tel],
  .apply__inp input[type=date],
  .apply__inp input[type=email],
  .apply__inp select {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .works__top-h1 {
    font-size: 46px;
  }
  .works__top-h2 {
    font-size: 18px;
  }
  .works__black p {
    font-size: 21px;
  }
  .works__black-email {
    font-size: 32px;
  }
  .works__resume-descr {
    font-size: 20px;
    line-height: 1.5;
  }
  .works__resume-ttl {
    font-size: 30px;
  }
  .works__resume-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .works__resume-apply {
    margin-right: 0;
  }
  .works__resume-salary {
    margin-bottom: 15px;
  }
  .max-width770 {
    padding: 0 15px;
  }
  .faqs__accordeon dt {
    padding: 25px 50px 25px 0;
  }
  .faqs__accordeon dt {
    font-size: 25px;
  }
  .faqs {
    padding: 30px 0;
  }
  .supply__cont p,
  .supply__cont ul {
    font-size: 20px;
    line-height: 1.5;
  }
  .supply__cont h2 {
    font-size: 34px;
  }
  .supply__cont ul {
    margin-bottom: 50px;
  }
  .supply__cont li {
    padding-left: 20px;
  }
  .apply__inp {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .works__top-h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .works__black-wrap {
    padding: 30px 10px;
  }
  .works__resume-salary {
    font-size: 22px;
  }
  .faqs__accordeon dt {
    font-size: 22px;
    line-height: 30px;
  }
  .faqs__accordeon dt .dt-plus {
    top: 26px;
  }
}
ul.nav-buttons {
    overflow: inherit;
}
ul.nav-buttons li {
	position: relative;
}
ul.nav-buttons .sub-menu {
	opacity: 0.0;
    /* -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; */
	background: #fff;
	padding: 10px 0;
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	border: 2px solid #000;
	margin: 0 !important;
    height: 0;
    visibility: hidden;
}
ul.nav-buttons li:hover .sub-menu {
    opacity: 1.0;
    height: auto;
    visibility: visible;
    position: relative;
}
@media screen and (min-width: 768px) {
    ul.nav-buttons li:hover .sub-menu {
        position: absolute;
    }
}
.ul.nav-buttons .sub-menu {
	width: 115%;
	transform: translateX(15%);
}
ul.nav-buttons .sub-menu li {
	margin: 0;
	display: block;
	padding: 0;
}
ul.nav-buttons .sub-menu li a {
	color: #000;
	line-height: 1;
	padding: 7px 10px 3px;
	display: block;
	background: #fff;
	font-size: 22px !important;
    text-decoration: none;
}
ul.nav-buttons .sub-menu li:hover a {
	/* background: #000 !important;
	color: #fff !important; */
    text-decoration: underline;
}