@media (prefers-color-scheme: dark) {
	html, body, img, picture, video, canvas, svg {
		filter: none !important;
		-webkit-filter: none !important;
	}

	img {
		mix-blend-mode: normal !important;
		isolation: isolate !important;
	}
}

.u-mobshow{
	display:none;
}

.clearfix{
	clear:both;
}

.anchor-offset{
    position: absolute;
    height: 1;
    display: block;
    width: 100%;
    top: -50px;
}

/*Fonts*/
@font-face {
    font-family: 'back_to_black_demoregular';
    src: url('../fonts/back_to_black_demo-webfont.woff2') format('woff2'),
         url('../fonts/back_to_black_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_boldregular';
    src: url('../fonts/intro-bold-webfont.woff2') format('woff2'),
         url('../fonts/intro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_bookregular';
    src: url('../fonts/intro-book-webfont.woff2') format('woff2'),
         url('../fonts/intro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_regularregular';
    src: url('../fonts/intro-regular-webfont.woff2') format('woff2'),
         url('../fonts/intro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**/

/*Plugins*/

.slideshow {
	position: relative;
	z-index: 1;
	height: 100%;
	width:100%;
	background:#000;
}
.slideshow * {
	width:100%;
	height:100%;
	outline: none;
}
.slideshow .slider {	
  	box-shadow: 0 20px 50px -25px black;
}
.slideshow .slider-track {
	transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
	-webkit-transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
	-moz-transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
}
.slideshow .item {
	position: relative;
	z-index: 1;
}
.slideshow .item div {	
	transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
	-webkit-transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
	-moz-transition: all 1s cubic-bezier(0.1, 0, 0.1, 1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.slideshow .item.slick-active div {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.js-reveal {
	opacity: 1;
	transition: 0.7s ease-in-out;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
}

.js-reveal--hidden {
  opacity: 0;
  margin-top: 3em !important;
}

.truck-container.js-reveal {
  transform:translateX(0%);
  -webkit-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transition:1.2s ease-in-out;
  -webkit-transition:1.2s ease-in-out;
  -moz-transition:1.2s ease-in-out;
}
.truck-container[data-truck="2"].js-reveal{
  transition:2s ease-in-out;
  -webkit-transition:2s ease-in-out;
  -moz-transition:2s ease-in-out;
}
.truck-container.js-reveal--hidden {
  margin-top: 0 !important;
  transform:translateX(100%);
  -webkit-transform:translateX(100%);
  -moz-transform:translateX(100%);
}

.hp-truck-content p.js-reveal{
	transform:translateX(0%);
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
  	transition:0.7s ease-in-out;
  	-webkit-transition:0.7s ease-in-out;
  	-moz-transition:0.7s ease-in-out;	
}
.hp-truck-content p.js-reveal--hidden{
	margin-top: 0 !important;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
}
.pp-showcase.js-reveal {
  transform:translateX(0%);
  -webkit-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transition:1.2s ease-in-out;
  -webkit-transition:1.2s ease-in-out;
  -moz-transition:1.2s ease-in-out;
}
.pp-showcase.js-reveal--hidden {
  margin-top: 0 !important;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
}
/**/
body,html{width:100%;height:100%;position:relative;font-family:"Roboto",sans-serif;}
.wrapper{width:100%;height:100%;position:relative;}
.clearFloat{clear:both;}
.u-mobshow{display:none !important;}

/*Maintainance Pages*/
.wrapper[data-page="maintainance"]{
	background:#003057;
}
.mtn-wrapper{
	width:100%;
	height:100%;
	position:relative;
	background:#003057;
}

.mtn-container{
	max-width:1024px;
	width:100%;
	position:relative;
	top:50%;
	left:50%;
	z-index:2;	
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	overflow:hidden;
}
.mtn-content{
	width:100%;
	height:100%;
	position:relative;
	display:table;
	background:url("../img/maintainance/border.png") no-repeat;
	background-size:100% 100%;
	padding:8% 8%;
	box-sizing:border-box;
	z-index:2;
}
.mtn-container section{
	display:table-cell;	
	vertical-align:middle;
}
.mtn-container section:first-child{
	width:60%;
}
.mtn-container section:last-child{
	width:30%;	
}
.mtn-container section img{
	display:block;
	max-width:100%;
}

.mtn-btm{
	width:98%;
	position:absolute;
	bottom:4.5%;
	left:1%;
	z-index:1;
}

.mtn-headline{
	width:100%;
	display:table;
	vertical-align:middle;
	margin-bottom:5%;
}
.mtn-headline div{
	display:table-cell;
	padding-left:5%;
}
/*Maintainance Ended*/



.header{
	max-width:1024px;
	width:100%;
	height:auto;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	display:table;
	z-index:5;
	padding: 2% 20px;
	box-sizing: border-box;
}
/*Hamburger */
.ham-btn{
	width:90%;
	height:100%;
	position:relative;
	margin:0 auto;
}
.ham-btn-container{
	width: 55px;
	height: 55px;
	padding:15px 10px 10px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background:#00bed6;
	position: fixed;
	top:20px;
	right:30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index:5;
}
.ham-btn-container.open{
	position:fixed;
}

.ham-btn span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;*/
}

.ham-btn span:nth-child(1) {
	top: 0px;
}

.ham-btn span:nth-child(2) {
	top: 10px;
}

.ham-btn span:nth-child(3) {
	top: 20px;
}
.ham-btn-container.open .ham-btn{
	top:45%;
}
.ham-btn-container.open span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ham-btn-container.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.ham-btn-container.open span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*Hamburger Ended*/
.logo,.ham-container{
	display:table-cell;
	vertical-align: middle;
}
.logo{
	width:15%;
}
.social-container{
	width:20%;
	float:left;
}
.social-container a{
	width:50px;
	height:50px;
	position:relative;
	display:inline-block;
	margin:0 1%;
	transition:0.1s ease-in-out;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	box-sizing:border-box;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.social-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.social-container a:hover{
	background: #f5d46f;
	background: -moz-linear-gradient(top, #f5d46f 0%, #f5bc57 33%, #f5bc57 71%, #f2a13d 100%);
	background: -webkit-linear-gradient(top, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	background: linear-gradient(to bottom, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d46f', endColorstr='#f2a13d',GradientType=0 );
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
}
.social-container a:hover img {
    width: 85%;
    height: 85%;
}
.ham-container{
	width:70%;
	text-align:center;
}
.nav-container{
	width:80%;
	float:left;
}
.nav-container a{
	width:110px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	position:relative;
	z-index:2;
	transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	/*overflow:hidden;*/
}
.nav-container a.nav-normal:hover{
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
}
.nav-container a.nav-normal.active:hover{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
}
.nav-container p{
	width:85%;
	height:68%;
	font-size:14px;
	color:#FFF;
	letter-spacing:0.03em;
	font-weight:900;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	background:#00BED6;
}
.nav-container a.active p{
	color:#003057;
	background: #f5d46f;
	background: -moz-linear-gradient(left, #f5d46f 0%, #f5bc57 33%, #f5bc57 71%, #f2a13d 100%);
	background: -webkit-linear-gradient(left, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	background: linear-gradient(to right, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d46f', endColorstr='#f2a13d',GradientType=1 );
}
.nav-container span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.nav-container a>div{
	width:100%;
	height:100%;
	border:5px solid #1B75B3;
	box-sizing:border-box;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background: #f5d46f;
	background: -moz-linear-gradient(top, #f5d46f 0%, #f5bc57 33%, #f5bc57 71%, #f2a13d 100%);
	background: -webkit-linear-gradient(top, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	background: linear-gradient(to bottom, #f5d46f 0%,#f5bc57 33%,#f5bc57 71%,#f2a13d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d46f', endColorstr='#f2a13d',GradientType=0 );
}

.nav-product-list{
	position:absolute;
	width:100%;
	height:auto;
	padding-top:20%;
	top:50%;
	left:0%;
	background:#00BED6;
	z-index:-1;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	display:none;
	box-sizing:border-box;
}

.nav-product-list:hover{
	display:block !important;
}

.nav-product-list li{
	width:100%;
	height:25px;
	display:table;
	border-bottom:1px solid #FFF;
    color:#FFF;
}
.nav-product-list li.active{
	background:#EFCB6B;
	color:#000;
}
.nav-product-list li:hover{
	background:#EFCB6B;
	color:#000;
}
.nav-product-list li:last-child{
	border-bottom:none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.nav-product-list li div{
	display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
	font-size:11px;
	font-weight:bold;
	font-family:"Roboto",sans-serif;
}

.rain-lightning{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.8);
	opacity:0;
	animation: rainLightningAnim 5s linear infinite;
}
.landing-container{
	width:100%;
	height:100%;
	position:relative;
	z-index:3;	
}
.landing-container[data-bg="brandstory"]{
	background:url("../img/brandstory/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="contact"]{
	background:url("../img/contact/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="product"]{
	background:url("../img/product/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="3in1"]{
	background:url("../img/product/3in1/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="taro"]{
	background:url("../img/product/taro/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="durian"]{
	background:url("../img/product/durian/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="premium"]{
	background:url("../img/product/premium/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-container[data-bg="bigoat"]{
	background:url("../img/product/bigoat/landing-bg.jpg?v=2") no-repeat center;
	background-size:cover;
}
.landing-slider{
	width:100%;
	height:100%;
	background:#14100f;
}
.landing-slider div{
	width:100%;
	height:100%;
	user-select:none;
	outline:none;
}
.landing-slider-dots{
	padding:2px 10px;
	position:absolute;
	bottom:10%;
	right:20%;
	z-index:2;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
}
.landing-slider-dots li{
	width:10px;
	height:10px;
	margin:2px 2px;
	vertical-align:middle;
	border:2px solid #FFF;
	display:inline-block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-indent:-9999px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(145,145,145,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(145,145,145,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(145,145,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#919191',GradientType=0 );
}
.landing-slider-dots li.slick-active{
	background:#00BED6;
}
.wave-container{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	z-index:9;
	background:url("../img/wave.png") repeat-x center;
	background-position:-10px;
	animation: waveAnim alternate infinite 1s;
}
.wave-container.wave-top{
	top:-55px;
}
.wave-container.wave-btm{
	bottom:-25px;
}

.product-container{
	padding:250px 0;
	background:#003057;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.product-content{
	max-width:1024px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.product-title{
	text-decoration: none;
	font-family:"back_to_black_demoregular",sans-serif;
	color:#FFF;
	font-size:46px;
	margin-bottom:70px;
}
.product-listing{
/*	max-width:768px;*/
	max-width:fit-content;
	margin:0 auto;
	text-align:center;
}
.product-listing li{
	display:block;
	margin:0 50px;
	padding-bottom:80px;
	cursor:pointer;
}
.product-listing li a{
	max-width:240px;
	width:100%;
	display:block;
	position:relative;
}
.product-listing li>div{
	position:relative;
}

.product-listing li:hover .product-border img{
	animation:productBorder 5s linear infinite;
}

.product-listing li a>div{
	width:240px;
	height:240px;
	position:relative;
}

.product-listing li a{
	text-decoration: none;
	font-family:"back_to_black_demoregular",sans-serif;
	color:#FFF;
	font-size:24px;
}

.product-thumbnail{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;

	max-width:240px;
	width:65%;
}
.product-listing li:hover .product-thumbnail{
	left:52.5%;
	transform:scale(1.1) translate(-50%,-50%);
	-webkit-transform:scale(1.1) translate(-50%,-50%);
	-moz-transform:scale(1.1) translate(-50%,-50%);
}

.product-border{
	width:240px;
	height:240px;
/*	position:absolute;*/
	top:0;
	left:0;
	z-index:2;
	margin-bottom:20px;
}
.product-border img{
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%);
	-webkit-transform:translate(-50%);
	-moz-transform:translate(-50%);
	transform-origin:50%;
	-webkit-transform-origin:50%;
	-moz-transform-origin:50%;
}
.product-border img.hover{
	display:none;
}
.product-desc{
	padding-top:20px;
}

.product-bg-graphic{
	width:120%;
	height:100%;
	position:absolute;
	top:0;
	left:-20%;
	z-index:1;
	pointer-events:none;
}
.product-bg-graphic img{
	position:absolute;
}

.wrapper[data-page="allproducts"] .product-bg-graphic{
	top:200px;
}

.bg-graph-1{
	top:-5%;
	left:-5%;
	animation: bgGraphAnim linear infinite 1.2s;
}
.bg-graph-2{
	top:20%;
	right:-20%;
	animation: bgGraphAnim linear infinite 1.2s -0.8s;
}
.bg-graph-3{
	top:70%;
	left:-22%;
	animation: bgGraphAnim linear infinite 1.2s -0.5s;
}
.bg-graph-4{
	bottom:-5%;
	right:-15%;
	animation: bgGraphAnim linear infinite 1.2s -0.2s;
}

.wrapper[data-page="bigoat"] .bg-graph-1,.wrapper[data-page="bigoat"] .bg-graph-3{
	left:-5%;
	z-index:1;
}
.wrapper[data-page="bigoat"] .bg-graph-2,.wrapper[data-page="bigoat"] .bg-graph-4{
	right:-5%;
	z-index:1;
}

.wrapper[data-page="allproducts"] .bg-graph-1{
	top:5%;
}

.wrapper[data-page="allproducts"] .bg-graph-4{
	bottom:5%;
}

.hp-truck-container{
	position:relative;
	z-index: 1;
}
.hp-truck-content{
	min-height:800px;
	background:#003057;
	text-align:center;
	position:relative;
	overflow:hidden;
}

.hp-truck-content>div{
	min-height:600px;
	padding:150px 0 100px;
	position:relative;
	max-width:1336px;
	width:100%;
	margin:0 auto;
}

.hp-truck-content p{
	width:100%;
	font-size:24px;
	color:#FFF;
	position:absolute;
	bottom:-15%;
	left:0;
	text-align:center; 
/*	font-family:"intro_bookregular",sans-serif;*/
	font-family:"Roboto",sans-serif;
	font-weight:300;
	line-height:22px;
}
.hp-truck-content br{
	display:none;
}
.hp-truck-content strong,.hp-truck-content a{
	font-weight:bold;
}

.hp-truck-content a{
	color:#FFF;
	text-decoration:none;
}

.truck-container{
	position:absolute;
}
.truck-container[data-truck="1"]{
	left:10%;
	top:50%;
}
.truck-container[data-truck="2"]{
	left:32%;
	top:68%;
}
.truck-speech{
	max-width:175px;
	width:100%;
	position:absolute;
	left:50%;
	transform:translate(-50%,-105%);
	-webkit-transform:translate(-50%,-105%);
	-moz-transform:translate(-50%,-105%);
	animation:truckSpeechAnim 2s infinite linear;
}

.truck-container[data-truck="2"] .truck-speech{

	max-width:385px;
	width:100%;
	position:absolute;
	left:50%;
	transform:translate(-50%,-105%);
	-webkit-transform:translate(-50%,-105%);
	-moz-transform:translate(-50%,-105%);
	animation:truckSpeechAnim 2s -1s infinite linear;
}

.truck-container[data-truck="1"] .truck-speech{
	position:absolute;
	left:70%;
	transform:translate(-50%,-110%);
	-webkit-transform:translate(-50%,-110%);
	-moz-transform:translate(-50%,-110%);
}

/*#####################*/
/*Brand Story*/
.bs-headline{
	max-width:374px;
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.story-container{
	/*padding:250px 0;*/
	background:#003057;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.story-content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.story-content .bg-graph-1{
	top:10%;
	left:-5%;
}
.story-content .bg-graph-2{
	top:20%;
	right:-20%;
}
.story-content .bg-graph-3{
	bottom:auto;
	top:30%;
	left:-22%;
}
.story-content .bg-graph-4{
	bottom:auto;
	top:38%;
	right:-15%;
}

.story-content .bg-graph-5{
	bottom:auto;
	top:50%;
	left:-15%;
	animation: bgGraphAnim linear infinite 1.2s -0.2s;
}

.story-content .bg-graph-6{
	bottom:auto;
	top:55%;
	right:-20%;
	animation: bgGraphAnim linear infinite 1.2s -0.5s;
}

.storyline-container{
	padding-top:200px;
}
.storyline-dialog{
	padding-top:200px;
}
.chapter3 .storyline-dialog{
	padding-top:0px;
}
.storyline-dialog p{
	max-width:500px;
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.03em;
	color:#FFF;
	padding:20px 0;
}

.cloud-container{
	max-width:780px;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:80px;
	position:relative;
	z-index:5;
}

.lightning-container,.sun-container{
	max-width:780px;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.cloud-container img{
	position:absolute;
}
.cloud-1{
	top:40%;
	left:20%;
	z-index:2;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	animation:cloudIdle 3s -0s infinite;
}
.cloud-2{
	top:0%;
	left:60%;
	z-index:2;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	animation:cloudIdle 3s -1s infinite;
}
.cloud-3{
	top:38%;
	left:0%;
	z-index:2;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	animation:cloudIdle 3s -2.5s infinite;
}
.cloud-4{
	top:55%;
	left:85%;
	z-index:2;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	animation:cloudIdle 3s -4s infinite;
}

.cpc1 .cloud-1{
	top:10%;
}
.cpc1 .cloud-3{
	top:70%;
}
.cpc1 .cloud-2{
	top:50%;
}
.cpc1 .cloud-4{
	top:10%;
}

.lightning-1{
    top: 100%;
    left: 38%;
    z-index:3;
    animation:lightningAnim 0.8s ease-in-out alternate infinite;
}
.lightning-2 {
    left: 8%;
    top: 70%;
    z-index:3;
    animation:lightningAnim 1s -3s ease-in-out alternate infinite;
}
.sun{
	left:20%;
	top:0%;
	z-index:1;
	display:none;
}
.cloud-elem{
	display:none;
}
.cloud-elem.active{
	display:block;
}

.cloud-anim-container{
	position:relative;
	z-index:2;
}
.chapter-container{
	position:relative;
	z-index:1;
}

.storyline-chap-container{
	max-width:780px;
	width:100%;
	height:240px;
	position:relative;
	margin:0 auto;
}
.storyline-chap-container img{
	position:absolute;
	max-width:100%;
}

.wave-front{
	position:absolute;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	left:50%;
	bottom:15%;
	z-index:3;
	animation: chapterOneWaveFrontAnim 0.8s alternate infinite;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
}
.wave-back{
	position:absolute;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	left:50%;
	bottom:15%;
	z-index:1;
}
.ship{
	position:absolute;
	left:45%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	bottom:17%;
	z-index:2;
	animation:boatAnim 0.8s alternate infinite;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
}

.wave-left{
	position:absolute;
	left:0;
	bottom:15%;
	z-index:4;
}

.wave-right{
	position:absolute;
	right:0;
	bottom:15%;
	z-index:4;
}

.ground{
	bottom:0;
	left:0;
}

.story2Elements{
	left:0;
	bottom:5%;
}
.story2Spark{
	left:0;
	bottom:5%;
	animation: sparkAnim linear 2.5s infinite;
}

.cookie-1{
	right:33%;
	bottom:16%;
	animation:cookieRotate 0.5s alternate infinite;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
}
.cookie-2{
	right:24%;
	bottom:12%;
	animation:cookieRotate 0.5s -0.3s alternate infinite;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
}

.book{
	bottom:-10%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	z-index:1;
}
.flag-1{
	left:20%;
	bottom:25%;
	z-index:3;
	animation:flagIdle 3s -0s infinite;
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
	-moz-transform-origin:50% 100%;
}
.flag-2{
	left:35%;
	bottom:30%;
	z-index:2;
	animation:flagIdle 5s -3s infinite;
	transform-origin:0% 100%;
	-webkit-transform-origin:0% 100%;
	-moz-transform-origin:0% 100%;
}
.flag-3{
	right:35%;
	bottom:35%;
	z-index:2;
	animation:flagIdle 5s -2s infinite;
	transform-origin:30% 100%;
	-webkit-transform-origin:30% 100%;
	-moz-transform-origin:30% 100%;
}
.flag-4{
	right:15%;
	bottom:32%;
	z-index:3;
	animation:flagIdle 7s -5s infinite;
	transform-origin:0% 100%;
	-webkit-transform-origin:0% 100%;
	-moz-transform-origin:0% 100%;
}

.storyended{
	width:100%;
	height:400px;
}

/*Product*/
.product-headline{
	max-width:700px;
	width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}

@media(min-width:2100px){
	.product-headline{
		max-width:900px;
		width:90%;
	}
}

.product-page-container{
	padding:100px 0 20%;
	background:#003057;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.wrapper[data-page="taro"] .product-page-container{
	background:#484377;
}
.wrapper[data-page="durian"] .product-page-container{
	background:#053729;
}
.wrapper[data-page="bigoat"] .product-page-container{
	background:#FFF6D7;
	padding-bottom:0;
}

.wrapper[data-page="allproducts"] .product-page-container{
	padding-top:220px;
}

.product-page-content{
	max-width:1024px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.wrapper[data-page="allproducts"] .product-page-content{
	max-width:1440px;
	width:80%;
}

.product-page-content h2{
/*	font-family:"intro_boldregular",sans-serif;*/
	font-family:"Roboto",sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:50px;
	line-height:60px;
}
.wrapper[data-page="bigoat"] .product-page-content h2{
	color:#5D4371;
}

.product-page-content h3{
	font-family:"back_to_black_demoregular",sans-serif;
	color:#FFF;
	font-size:48px;
}

.product-page-title{
	margin-bottom:70px;
}
.product-thumbnail-container{
	max-width:800px;
	height:600px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	padding-bottom:150px;
	text-align:center;
	position:relative;
	z-index:2;
}
.product-thumbnail-container.mobile{
	display:none;
}
.product-thumbnail-container .pt{
	width:18%;
	height:100%;
	margin:0% 1%;
	box-sizing:border-box;
	float:left;
	border-radius:15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	overflow:hidden;
	position:relative;
	transition:0.3s ease;
	cursor:pointer;
}
.product-thumbnail-container .pt p{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	font-family:"Roboto",sans-serif;
	color:#FFF;
	display:table;
	opacity:0;
	transition:0.3s ease;
}
.product-thumbnail-container .pt span{
	padding:0 5%;
	display:table-cell;
	vertical-align:middle;
}
.product-thumbnail-container .pt div{
	width:100%;
	height:100%;
}
.product-thumbnail-container .pt:hover{
	border:5px solid #EFCB6C;
	transform:scale(1.1);
}
.product-thumbnail-container .pt:hover p{
	opacity:1;
}
.pt-wood{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.pt-wood img{
	width:100%;
}
.pp-showcase{
	max-width:600px;
	width:100%;
	margin:0 auto;
}
.pp-showcase img{
	width:100%;
}
.wrapper[data="3in1"] .pp-showcase{
	max-width:780px;
	width:90%;
	margin:0 auto;
}
.wrapper[data="3in1"] .pp-showcase img{
	width:100%;
}
.pp-desc{
	max-width:513px;
	width:100%;
	margin:0 auto;
	padding:100px 0;
}
.wrapper[data-page="bigoat"] .pp-desc{
	padding:50px 0 0;
}
.pp-desc h3{
	padding:0 5%;
}
.pp-add-graphic{
	max-width:1024px;
	width:95%;
}
.wrapper[data-page="bigoat"] .pp-add-graphic{
	max-width:452px;
}
.wrapper[data-page="taro"] .pp-add-graphic{
	transform:translateX(10%);
}
.pp-ingredient img,.pp-ingredient h3{
	padding-bottom:50px;
}
.pp-ingredient--content{
	max-width:640px;
	width:90%;
	margin:0 auto;
	padding:40px;
	box-sizing: border-box; 
	border:1px solid #FFF;
	border-radius:15px;
}
.wrapper[data-page="bigoat"] .pp-ingredient--content{
	border:none;
}
.pp-ingredient--content ul{
	padding-top:20px;
}
.pp-ingredient--content li{
	list-style-image: url('../img/product/bigoat/tick.png');
	list-style-position:inside;
	font-size:24px;
	font-weight:400;
	line-height:28px;
	font-family:"Roboto",sans-serif;
}
.pp-ingredient--content h4{
	font-family:"back_to_black_demoregular",sans-serif;
	font-size:30px;
	line-height:36px;
	margin-bottom:15px;
	color:#F0D8AF;
}

.pp-ingredient--content span{
/*	font-family:"intro_boldregular",sans-serif;*/
	font-family:"Roboto",sans-serif;
	font-size:24px;
}
.pp-ingredient--content p{
/*	font-family:"intro_boldregular",sans-serif;*/
	font-family:"Roboto",sans-serif;
	font-size:16px;
	line-height:20px;
}

.wrapper[data-page="bigoat"] .pp-ingredient--content p,.wrapper[data-page="bigoat"] .pp-ingredient--content li,.wrapper[data-page="bigoat"] .product-page-content h3{
	color:#5D4371;
}
.pp-ingredient--content section{
	margin-bottom:30px;
	color:#FFF;
}
.pp-ingredient--content section:last-child{
	margin-bottom:0;
}

/*3in1*/
.pp-nutri-fact,.pp-nutri-fact--footer,.pp-nutri-fact--serve{
	max-width:1024px;
	width:100%;
	margin:0 auto;
	display:block;
}
.pp-nutri-fact{
	padding:50px 0;
}
.pp-nutri-fact img{
	max-width: 90%;
    margin: 0 auto;
}
.pp-nutri-fact--serve{
	max-width:411px;
}


.pp-nutri-fact--footer img,
.pp-nutri-fact--serve img{
	max-width:400px;
	width:100%;
}
.wrapper[data-page="3in1"] .pp-nutri-fact{
	padding:0;
}
.wrapper[data-page="3in1"] .pp-nutri-fact img{
	max-width: 150%;
    margin: 0 auto;
    position: relative;
    left:-25%
}

.product-diy-container{
	padding:50px 0 0;
}
.product-diy-detail{
	padding-top:50px;
}
.product-diy-detail img{
	max-width:832px;
	width:100%;
	margin:0 auto;
}

.product-diy-title{
    position: absolute;
    right: -5%;
}
.product-diy-title img{
	max-width:438px;
	width:90%;
}

.product-graph-container{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	pointer-events:none;
}
.product-graph-container img{
	max-width:500px;
	width:100%;
	display:block;
	position:absolute;
	animation: bgGraphAnim linear infinite 4s;
	z-index:1;
}
.product-graph-container img:nth-child(1){
	top:20%;
	left:-250px;
}
.product-graph-container img:nth-child(2){
	top:40%;
	right:-250px;
}
.product-graph-container img:nth-child(3){
	top:55%;
	left:-250px;
}
.product-graph-container img:nth-child(4){
	top:70%;
	right:-250px;
}
.product-graph-container img:nth-child(5){
	top:90%;
	left:-250px;
}

.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(1){
	top:-5%;
	left:50px;
}
.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(2){
	top:-5%;
	right:-250px;
}
.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(3){
	top:20%;
	left:-350px;
}
.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(4){
	top:50%;
	right:-350px;
}
.wrapper[data-page="bigoat"] .footer-container .product-graph-container img:nth-child(1){
	top:-15%;
	left:-250px;
	z-index:1;
}
.wrapper[data-page="bigoat"] .footer-container .product-graph-container img:nth-child(2){
	max-width:300px;
	top:-15%;
	right:0px;
	z-index:1;
}

/*3in1 ended*/

/*Contact*/
.contact-headline{
	max-width:502px;
	width:80%;
	opacity:0.4;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.contact-container{
	padding:80px 0 200px;
	background:#003057;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.contact-content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact-content h2{
	text-align:center;
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:50px;
}

.contact-content form{
	max-width:500px;
	width:90%;
	margin:0 auto;
	text-align:center;
}

.contact-content .label-title{
	color:#FFF;
	font-size:24px;
	text-align:left;
	display:block;
	margin-bottom:10px;
	font-family: "Roboto",sans-serif;
    font-weight: 300;
}

.contact-detail{
	padding-bottom:25px;
	text-align:left;
}
.contact-detail>div{
	width:100%;
	display:table;
	margin-bottom:15px;
}
.contact-detail .label-title{
	width:100px;
	display:table-cell;
}
.contact-detail input{
	width:100%;
	height:40px;
	padding:10px;
	box-sizing:border-box;
	display:table-cell;
	-webkit-appearance:none;
	border:none;
	border-radius:10px;
	background:#FFF;
}

.input.error {
    border: 2px solid #d00f0f;
}
label.error{
    display:block;
    width: 100%;
    text-align: left;
    color: white;
    padding-top: 10px;
    font-size:12px;
}
label.error{
    display:none;
}

.contact-msg textarea{
	width:99%;
	min-height:200px;
	display:block;
	margin:0 auto 20px;
	padding:10px;
	border-radius:10px;
	box-sizing:border-box;
}

.submit-btn,.submit-btn:hover{
	width:auto;
	display:inline-block;
	background:#00BED6;
	padding:10px 15px;
	border-radius:8px;
	color:#231F20;
	font-weight:900;
	text-decoration:none;
	float:left;
	font-family: "Roboto",sans-serif;
	font-weight:800;
	letter-spacing:0.03em;
}

.contact-house-graphic{
	max-width:869px;
	width:90%;
	position:relative;
	margin:0 auto;
	padding-top:100px;
}
.moon-container{
	display:inline-block;
	box-shadow: 0px 0px 100px 150px rgba(255,255,255,0.2);
	border-radius:50%;
	position:absolute;
	top:20%;
	left:10%;
	animation: moonRotateAnim linear 10s infinite;
}
.moon-container img{
	max-width:100%;
	display:block;
}
.contact-house{
	display:block;
	max-width:100%;
}
.contact-spark{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15%;
	animation: sparkAnim linear 2.5s infinite;
}
.contact-cloud{
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.contact-cloud img:nth-child(1){
	position:absolute;
	top:40%;
	left:5%;
	animation:cloudIdle 3s -1s infinite;
}
.contact-cloud img:nth-child(2){
	position:absolute;
	top:55%;
	left:20%;
	animation:cloudIdle 3s -2s infinite;
}
.contact-cloud img:nth-child(3){
	position:absolute;
	top:15%;
	left:60%;
	animation:cloudIdle 3s -3s infinite;
}
.contact-cloud img:nth-child(4){
	position:absolute;
	top:40%;
	left:75%;
	animation:cloudIdle 3s -4s infinite;
}

.contact-address{
	max-width:550px;
	width:100%;
	margin:0 auto;
	padding-top:40px;
	display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color:#FFF;
    text-align:left;
    position:relative;
}
.contact-address-title{
	padding-bottom:20px;
}
.contact-address-title h3{
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	font-family:"Roboto",sans-serif;
	font-weight:300;
	letter-spacing:0.03em;
}
.contact-address-title img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

.contact-address-detail{
	width:70%;
}
.contact-address-detail a{
	color:#FFF;
	text-decoration:none;
}
.contact-address-detail p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.03em;
}
.contact-address-detail h4{
	padding-top:40px;
	font-size:28px;
	line-height:42px;
	font-weight:800;
	letter-spacing:0.03em;
	color:#00BED6;
}
.contact-address-detail span{
	font-size:20px;
	font-weight:800;
	letter-spacing:0.03em;
	color:#FFF;
}

.contact-address-detail h5{
	font-size:18px;
	line-height:24px;
	font-weight:800;
	letter-spacing:0.03em;
	color:#00BED6;
}

.contact-orbs{
	position:absolute;
	right:-20%;
	bottom:-20%;
}
.contact-orbs .contact-spark{
	top:0;
	right:0;
}
.contact-orbs img{
	max-width:100%;
}

.orbs{
	animation:orbsAnim 10s linear infinite;
}
/*#####################*/
/*Footer*/

.footer-container{
	background:#003057;
	text-align:center;
	position:relative;
}

.wrapper[data-page="homepage"] .footer-container{
	overflow-y:hidden;
}

.wrapper[data-page="taro"] .footer-container{
	background:#484377;
}
.wrapper[data-page="durian"] .footer-container{
	background:#053729;
}
.wrapper[data-page="bigoat"] .footer-container{
	background:#FFF6D7;
}
.footer-bg{
	width:100%;
}
.footer-graphic{
	width:100%;
	position:relative;
	left:0;
	text-align:center;
}

.wrapper[data-page="homepage"] .footer-graphic{
	margin-top:-85%;
}

.footer-headline{
	display: block;
	margin: 0 auto 200px;
	max-width: 100%;
}
.footer-moon{
	display:inline-block;
	box-shadow: 0px 0px 100px 150px rgba(255,255,255,0.2);
	border-radius:50%;
	position:relative;
	animation: moonRotateAnim linear 10s infinite;
}
.footer-moon img{
	max-width:100%;
	display:block;
}
.moon-glow{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:120%;
	height:120%;
	background:rgba(255,255,255,0.2);
	box-shadow:0 0 50px 15px rgba(255,255,255,0.2);
	border-radius:50%;
}

.footer-content{
	position:relative;
	width:100%;
}

.footer-cookie{
	width: 100%;
    padding-top: 20%;
    position: relative;
    z-index: 2;
    vertical-align:bottom;
}

.footer-lighthouse {
    position: absolute;
    bottom: 42%;
    left: 0;
    z-index: 1;
    max-width: 40%;
}

.footer-lighthouse-light{
    position: absolute;
    bottom: 42%;
    left: 0;
    z-index: 1;
    max-width: 40%;
    transform-origin:30% 30%;
    animation: lighthouse linear 5s infinite;
}

.footer-char,
.footer-char-spark{
	max-width:600px;
	width:100%;
	position:absolute;
	bottom:0%;
	right:-50%;
	z-index:2;
}

.footer-char-spark{
	animation: sparkAnim linear 2.5s infinite;
}

.footer-desc{
	max-width:600px;
	width:100%;
	position:absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
	z-index:2;
	font-size:14px;
	line-height:18px;
}
.footer-brandstory{
	max-width:768px;
	width:90%;
	margin:0 auto;
	position:relative;
}
.brandstory-speech-1{
	max-width:174px;
	width:100%;
	position:absolute;
	top:-25%;
	left:25%;
	animation:speechAnim 2s infinite linear;
}
.brandstory-speech-2{
	max-width:140px;
	width:100%;
	position:absolute;
	top:-15%;
	left:0%;
	animation:speechAnim 2s -1s infinite linear;
}
.brandstory-char{
	max-width:100%;
}
.brandstory-char-spark{
	max-width:100%;
	position:absolute;
	top:2%;
	left:0%;
	animation:sparkAnim linear 2.5s infinite;
}

/*Product Listing*/
.allproducts{
	width:100%;
	height:100%;
	background:#003057;
}

.product-listing-container h2{
/*	padding:20px 0 40px;*/
}

.product-listing-container{
	position:relative;
	z-index:2;
}

.product-listing-content{
	max-width:1024px;
	width:95%;
	height:auto;
	background:#FFF;
	border:10px solid #00BED6;
	margin:0 auto;
	border-radius: 55px;
	text-align: center;
}

.product-listing--page{
	padding:50px 0;
	display:none;
}

.product-listing--page[data-page="1"]{
	display:block;
}

.product-listing--item{
	width:45%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	margin-bottom:25px;
}

.product-listing--item img{
	max-width:100%;
	width:100%;
	display:block;
	margin:0 auto;
}

.product-listing--item p{
	color:#003057;
	line-height:22px;
	font-size:18px;
}

.product-listing--item p strong{
	font-weight:bold;
}

.product-listing--item p strong{
	font-weight:light;
}

.product-listing--item span{
	padding-top:5px;
	display: inline-block;
}

.pagination-cta{
	padding:15px 0;
}

.pagination-cta a{
	width:40px;
	height:40px;
	display:inline-block;
	position:relative;
	background:url("../img/product/all-products/pagination-btn.png") no-repeat;
	background-size:100%;
	color:#FFF;
	font-size:20px;
	font-weight:900;
	margin:0 2px;
}

.pagination-cta a p{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.pagination-cta a.active{
	background:url("../img/product/all-products/pagination-btn-active.png") no-repeat;
	background-size:100%;
	color:#000;
}
/**/

@media(max-width:1200px){
	.footer-char,
	.footer-char-spark{
		width:70%;
		bottom:0%;
		right:-20%;
	}
	/*.footer-char-spark{
		max-width:60px;
		width:100%;
		bottom:210%;
		right:28%;
	}*/
}

@media(max-width:1024px){
	.mtn-container{
		max-width:initial;
		width:95%;
	}

	/*Product*/
	/*.pt-wood{
		bottom:20%;
	}*/
	.product-graph-container img{
		max-width:200px;
	}
	.product-graph-container img:nth-child(1),.product-graph-container img:nth-child(3),.product-graph-container img:nth-child(5){
		left:-70px;
	}
	.product-graph-container img:nth-child(2),.product-graph-container img:nth-child(4){
		right:-70px;
	}

	.truck-container[data-truck="1"]{
		left:5%;
	}
	.truck-container[data-truck="2"]{
		left:25%;
	}

	.wrapper[data-page="bigoat"] .footer-container .product-graph-container img:nth-child(2){
		display:none;
	}
}
@media(max-width:960px){
	.header{
		padding:2%;
	}
	.social-container{
		width:20%;
	}
	.nav-container a{
		margin:0;
	}

	.footer-char,
	.footer-char-spark{
		width:50%;
		bottom:50%;
		right:0;
	}

	/*.footer-char-spark{
		bottom:200%;
		right:33%;
	}*/
}
@media(min-width:769px){
	.ham-container{display:table-cell !important;}
}
@media(max-height:568px){
	.ham-container{
		overflow-y:scroll;
	}
}

/*Mobile Responsive*/
@media(max-width:768px){
	.u-mobshow{display:block !important;}
	.u-mobhide{display:none !important;}

	/*Hamburger*/
	.ham-btn{
		display:block;
	}

	.ham-btn-container{
		width:100%;
		height:80px;
		border-radius:initial;
		top:0;
		right:initial;
		left:0;
	    background:#143255;
	}

	.ham-btn{
	    width: 40px;
	    height: 25px;
	    position: absolute;
	    right:20px;
	    top:50%;
	    transform:translateY(-50%);
	}

	.header{
		/*position:relative;*/
		left:initial;
		transform:initial;
	}
	.ham-container{
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		background:rgba(20,50,85,1);
		z-index:3;
		display:none;
	}
	.ham-container.opened{
		/*display:block;*/
	}
	.nav-container,.social-container{
		width:100%;
		float:none;
		padding-top:100px;
	}
	.nav-container{
		
	}
	.nav-container a{
		display:block;
		margin:0 auto 10px;
		height:auto;
		text-decoration:none;
		z-index:2;
	}
	.nav-container a>div{
		width:110px;
		height:50px;
		position:relative;
	}
	.social-container{
		padding-top:0;
	}
	.nav-product-list{
		max-width:110px;
		display:block;
		position:relative;
		margin:-40px auto 15px;
		padding-top:30px;
		z-index:1;
	}
	.nav-product-list li{
		cursor:pointer;
	}

	.logo{
		width:auto;
		position:absolute;
		top:5px;
		left:5%;
		z-index:2;
	}

	.mtn-wrapper{
		height:auto;
	}
	.mtn-container{
		width:100%;
		left:0;
		top:0;
		transform:initial;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	.mtn-container section{
		display:block;
	}
	.mtn-container section:first-child,.mtn-container section:last-child{
		width:100%;
	}
	.mtn-container section img{
		margin:0 auto;
	}
	.mtn-headline div{
		display:block;
	}
	.mtn-content{
		width:100%;
		background:url("../img/maintainance/border-mob.png") no-repeat;
		background-size:initial;
		z-index:initial;
	}
	.mtn-logo{
		margin:20px auto;
	}
	.mtn-logo img{
		max-width:100px !important;
	}
	.mtn-container img.mtn-captain {
		max-width:293px;
		width:70%;
	    padding-top: 20px;
	    position:relative;
	    z-index:1;
	}
	.mtn-product {
		max-width:480px !important;
	    position: absolute;
	    bottom: 40px;
	    left: 50%;
	    width: 95%;
	    transform: translateX(-50%);
	    z-index:3;
	}
	.mtn-btm{
		width:100%;
		height:100px;
		left:0;
		bottom:18px;
		z-index:2;
	}
	.mtn-border-mob{
		width:100%;
		height:20px;
		background:url("../img/maintainance/border-mob.png") no-repeat;
		background-size:initial;
		position:absolute;
		bottom:0;
		left:0;
	}

	/*Landing*/
	.logo img{
		width:70px; 
	}
	.landing-container{
		height:320px;
		margin-top:80px;
	}
	.landing-slider-dots{
		right:10%;
		bottom:20%;
	}

	.product-bg-graphic img{
		max-width:35%;
	}

	.wrapper[data-page="bigoat"] .product-bg-graphic img{
		max-width:10%;
	}

	.product-headline{
		max-width:150px;
		width:90%;
	}

	.product-container{
		padding:150px 0;
	}

	.product-listing li{
		max-width:250px;
		width:100%;
		margin:0 auto;
		display:block;
		position:relative;
	}

	.wrapper[data-page="product"] img.product-page-title{
		max-width:210px;
	}
	img.product-page-title{
		max-width:500px;
		width:90%;
	}
	.product-border img{
		left:50%;
		transform:translateX(-50%);
	}

	.footer-headline{
		max-width:90%;
		margin-bottom:100px;
	}

	.footer-char,
	.footer-char-spark{
		max-width:200px;
		bottom:75%;
	}

	/*.footer-char-spark {
	    bottom: 233%;
	    right: 21%;
	}*/

	.footer-logo{
		max-width:50px;
	}
	.footer-desc p{
		max-width:300px;
		margin:0 auto;
		font-size:10px;
	}
	.footer-brandstory{
		max-width:200px;
		position: absolute;
        bottom: 75%;
        right: 0;
	}

	.brandstory-footer-logo{
		max-width:50px;
	}

	.brandstory-speech-1{
		max-width:100px;
		left:25%;
		top:-40%;
	}
	.brandstory-speech-2{
		max-width:100px;
		top:-32%;
		left:-20%;
	}
	.hp-truck-content p{
		max-width:320px;
		padding-top:20px;
		margin:0 auto;
		font-size:16px;
	}
	.hp-truck-content br{
		display:block;
	}
	.truck-container,.hp-truck-content p{
		position:static;
	}
	.hp-truck-content{
		padding:100px 0;
	}
	.truck-container[data-truck="1"] .truck-speech,.truck-container[data-truck="2"] .truck-speech{
		position:static;
		transform:initial;
		display:block;
		margin:0 auto 25px;
		animation:truckSpeechAnimMobile 2s infinite linear;
	}

	.truck-container[data-truck="1"]{
		padding-bottom:50px;
	}
	/**/

	.cloud-container,.storyline-chap-container{
		width:90%;
	}

	.storyline-dialog{
		padding-top:125px;
	}

	/*Contact*/
	.moon-container{
		width:80px;
	}

	.contact-address{
		width:90%;
		text-align:center;
	}
	.contact-address-detail{
		max-width:320px;
		width:100%;
		margin:0 auto;
	}
	.contact-orbs{
		position:relative;
		top:initial;
		right:initial;
		max-width:200px;
		padding-top:20px;
		margin:50px auto 0;
	}
	.contact-content h2{
		font-size:24px;
		padding:;
	}
	.contact-detail .label-title{
		width:70px;
	}
	.contact-content .label-title{
		font-size:18px;
	}
	.contact-address-detail p{
		font-size:16px;
		line-height:18px;
	}
	.contact-address-detail h4{
		font-size:24px;
	}
	.contact-address-detail span{
		font-size:18px;
	}
	/**/

	/*Product*/
	.product-title{
		max-width:158px;
		width:90%;
		margin:0 auto 70px;
	}
	.product-thumbnail-container.desktop{
		display:none;
	}
	.product-thumbnail-container.mobile{
		height:auto;
		display:block;
	}

	.product-listing li:hover .product-border img{
		animation:initial;
	}
	/*.product-listing li .product-thumbnail{
		left:initial;
		transform:initial;
	}
	.product-listing li:hover .product-thumbnail{
		left:initial;
		transform:initial;
	}*/
	.pt-wood{
		display:none;
	}
	.product-thumbnail-container .pt{
		border:5px solid #EFCB6C;
	}
	.product-thumbnail-container .pt img{
		width:100%;
	}
	.product-thumbnail-container .pt p{
		display:block;
		opacity:1;
		background:rgba(0,0,0,0.4);
	}
	.product-thumbnail-container .pt span{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.product-thumbnail-container .pt:hover{
		transform:initial;
	}
	.product-thumbnail-container .pt:hover p{
		opacity:1;
	}

	.product-page-content h2{
		font-size:36px;
		line-height:44px;
		display:block;
		padding-top:20px;
	}
	.product-page-content h3{
		font-size:26px;
		line-height:28px;
	}

	.pp-desc{
		line-height:28px;
		padding:50px 0;
	}
	.pp-desc img{
		max-width:768px;
		width:90%;
	}
	.pp-ingredient img{
		max-width:200px;
		width:100%;
		margin:0 auto;
	}
	.pp-ingredient img,.pp-ingredient h3{
		padding-bottom:25px;
	}
	.pp-ingredient--content{
		padding:5%;
	}
	.pp-ingredient--content h4{
		font-size:24px;
	}
	.pp-ingredient--content span{
		font-size:16px;
	}
	.pp-ingredient--content p{
		font-size:14px;
	}
	.pp-nutri-fact--footer img, .pp-nutri-fact--serve img{
		max-width:90%;
	}
	.product-graph-container img{
		max-width:50px;
		display:none;
	}
	.wrapper[data-page="bigoat"] .product-graph-container img{
		display:block;
	}
	.product-graph-container img:nth-child(1),.product-graph-container img:nth-child(3),.product-graph-container img:nth-child(5){
		left:-25px;
	}
	.product-graph-container img:nth-child(2),.product-graph-container img:nth-child(4){
		right:-25px;
	}

	.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(1),
	.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(3),
	.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(5){
		left:-25px;
	}
	.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(2),
	.wrapper[data-page="bigoat"] .product-graph-container img:nth-child(4){
		right:-25px;
	}

	


	.product-diy-detail img{
		max-width:499px;
		width:90%;
		margin:0 auto 50px;
	}
	.product-diy-detail{
		padding-top:100px;
	}
	.pp-ingredient--content li{
		font-size:16px;
	}

	.bs-headline{
		max-width:150px;
	}
	.contact-headline{
		max-width:200px;
	}

	.anchor-offset{
	    position: absolute;
	    height: 1;
	    display: block;
	    width: 100%;
	    top: -100px;
	}
}

@media(max-width:600px){
	.product-listing--item{
		width:90%;
		margin-bottom:30px;
	}

	.wrapper[data-page="allproducts"] .product-page-container{
		padding-top:150px;
	}
}

@media(max-width:480px){
	.lightning-1{
		top:70%;
	}
	.lightning-2{
		top:55%;
	}
	.wrapper[data-page="3in1"] .pp-nutri-fact img{
		max-width: 300%;
		left:-107%;
	}

	.product-listing--item img{
		max-width:250px;
		width:90%;
	}
}
@keyframes speechAnim {
  0% {-webkit-transform: rotate(5deg);}
  25% {-webkit-transform: rotate(-5deg);}
  50% {-webkit-transform: rotate(10deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(5deg);}
}
@keyframes truckSpeechAnim {
  0% {-webkit-transform: translate(-50%,-105%) rotate(5deg);}
  25% {-webkit-transform: translate(-50%,-105%) rotate(-5deg);}
  50% {-webkit-transform: translate(-50%,-105%) rotate(10deg);}
  75% {-webkit-transform: translate(-50%,-105%) rotate(-5deg);}
  100% {-webkit-transform: translate(-50%,-105%) rotate(5deg);}
}
@keyframes truckSpeechAnimMobile {
  0% {-webkit-transform:rotate(5deg);}
  25% {-webkit-transform:rotate(-5deg);}
  50% {-webkit-transform:rotate(10deg);}
  75% {-webkit-transform:rotate(-5deg);}
  100% {-webkit-transform:rotate(5deg);}
}
@keyframes sparkAnim{
	0%,20%,40%,60%,80%,100%{opacity:1;}
	15%,30%,45%,75%,85%,95%{opacity:0.3;}
}

@keyframes lighthouse{
	0%,20%,60%,100%{opacity:0;}
	0%,100%{transform:rotateZ(20deg);}
	15%,30%,45%,75%,85%,95%{opacity:0.8;}
	50%{transform:rotateZ(-20deg);}
}

@keyframes rainLightningAnim{
	0%,28%{opacity:0;}
	30%,31%,33%{opacity:1;}
	32%,34%{opacity:0;}
	100%{opacity:0;}
}

@keyframes waveAnim{
	0%{background-position:-10px;}
	100%{background-position:10px;}
}

@keyframes productBorder{
	0%{transform:translateX(-50%) rotate(0deg);}
	100%{transform:translateX(-50%) rotate(360deg)}
}

@keyframes bgGraphAnim{
	0%,100%{transform:translateY(20px);}
	50%{transform:translateY(-20px);}
}

@keyframes moonRotateAnim{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}

@keyframes orbsAnim{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}

@keyframes lightningAnim{
	0%{opacity:0;}
	20%,30%,40%{opacity:1;}
	25%,35%,45%{opacity:0;}
	50%{opacity:0;}
	100%{opacity:0;}
}

@keyframes boatAnim{
	0%{transform:rotate(-5deg);}
	100%{transform:rotate(5deg);}
}
@keyframes chapterOneWaveFrontAnim{
	0%{transform:translate(-51%);}
	100%{transform:translate(-49%);}
}
@keyframes cookieRotate{
	0%{transform:rotate(-15deg);}
	100%{transform:rotate(15deg);}
}

@keyframes cloudIdle{
	0% {
		transform: translate3d(0px, -5px, 0px);
		/*animation-timing-function: ease-in;*/
	}
	50% {
		transform: translate3d(0px, -10px, 0px);
		/*animation-timing-function: ease-out;	*/
	}
	100% {
		transform: translate3d(0px, -5px, 0px);	
	}
}

@keyframes flagIdle{
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);	
	}
}

.product-page--item{
	position: relative;
	max-width:240px;
	width:100%;
	margin:0 auto;
}

.product-page--item-thumbnail{
	max-width:240px;
	width:100%;
	height:auto;
	aspect-ratio: 1/1;
	border:8px solid #e2ac5b;
	border-radius:50%;
	position:relative;
}

.product-page--item{
}

.product-page--item img{
	max-width:240px;
	width:80%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.product-page--item ul{
	list-style: none;
	padding:0;
	padding-top:40px;
	color:#FFF;
}

.product-page--item ul li{
	margin-bottom:20px;
    display: block;
}

.product-page--item ul li a{
	display:inline-block;
    min-width: 140px;
    padding: 8px 20px;
    border: 2px solid #FFF;
    border-radius: 15px;
    color:#FFF;
    text-decoration: none;
    font-weight:bold;
    font-size:20px;
    background:rgba(232,204,122,0);
    transition:0.1s ease-in-out;
}

.product-page--item ul li a:hover{
    text-decoration: none;
	border:2px solid #5db9cf;
	background: rgba(232,204,122,1);
	background: -webkit-linear-gradient(90deg, rgba(232, 204, 122, 1) 0%, rgba(222, 158, 78, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(232, 204, 122, 1) 0%, rgba(222, 158, 78, 1) 100%);
	background: linear-gradient(90deg, rgba(232, 204, 122, 1) 0%, rgba(222, 158, 78, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E8CC7A", endColorstr="#DE9E4E", GradientType=1);
}

.product-back-btn{
	width: auto;
    display: inline-block;
    background: #5fbdd4;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #e7ae58;
    color: #FFF;
    float:left;
    display:inline-block;
    vertical-align: middle;

	/*width: auto;
    display: inline-block;
    background: #00BED6;
    padding: 10px 15px;
    border-radius: 8px;
    color: #231F20;
    font-weight: 900;
    text-decoration: none;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition:0.3s ease-in-out;*/
}

/*.product-back-btn svg{
	width:20px;
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}*/

.product-back-btn svg path{
	fill:#FFF;
}
/*
.product-back-btn:hover{
	color:#231F20;
	transform:scale(0.95);
}*/

.product-back-btn span{
	vertical-align: middle;
	display:inline-block;
}
