/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body{width:100%; background:#0a0a0a; display: block; padding: 0; margin: 0; font-size: 16px; line-height: 30px; font-weight: 400; color: #ffffff; font-family: 'Open Sans', sans-serif !important; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
h1,h2,h3,h4,h5,h6,p,ul,li,ol,img{padding: 0; margin: 0;}
h1{font-size: 48px; line-height: 52px; font-weight: 300; color: #ffffff; text-transform: uppercase; letter-spacing: 0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
h2{font-size: 48px; line-height: 52px; font-weight: 300; color: #ffffff; text-transform: uppercase; letter-spacing: 0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
h3{}
h4{font-size: 32px; line-height: 32px; font-weight: 300; color: #000000; text-transform: uppercase; letter-spacing: 0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
h5{}
h6{}
ul, li, ol{list-style-type: none;}
img{max-width: 100%; height: auto; border: 0; outline: 0;}
a{color: #ffffff; border: 0; outline: 0; text-decoration: none; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white; opacity: 1; text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white; opacity: 1; text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white; opacity: 1; text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: white; opacity: 1; text-transform: uppercase;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
/*
	font-family: 'Open Sans', sans-serif;
*/
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/10/2017 19:56
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{   
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;	
}

.flaticon-right-arrow:before { content: "\f100"; }
.flaticon-globe:before { content: "\f101"; }
.flaticon-smartphone:before { content: "\f102"; }
.flaticon-facebook-logo:before { content: "\f103"; }
.flaticon-share-symbol:before { content: "\f104"; }
.flaticon-close:before { content: "\f105"; }
.flaticon-next:before { content: "\f106"; }
.flaticon-back:before { content: "\f107"; }
.flaticon-menu:before { content: "\f108"; }
.flaticon-instagram:before { content: "\f109"; }
.flaticon-unlink:before { content: "\f10a"; }
.flaticon-worldwide:before { content: "\f10b"; }
.flaticon-envelope:before { content: "\f10c"; }
.flaticon-arrows:before { content: "\f10d"; }
.flaticon-currency:before { content: "\f10e"; }
.flaticon-twitter-logo-silhouette:before { content: "\f10f"; }
.flaticon-play-button:before { content: "\f110"; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
.fw{max-width: 1170px; width: 100%; margin: 0 auto; display: block;}

.wrapper{width: 100%; display: block; padding: 0; margin: 0; position: relative; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; overflow-x: hidden;}
.wrapper.loaded{opacity: 1; visibility: visible;}

.loader{width: 100%; display: block; position: fixed; left: 0; top: 0; z-index: 111;}
.pace{-webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
.pace-inactive {display: none;}
.pace .pace-progress{background: #78ba3f; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 6px;}



.loader-cont-with-bg{width:100%; height: 100vh; background: url('../img/loader-bg.jpg') no-repeat center top; background-size: cover; display: block; position: relative; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.loader-cont-with-bg .main-content-wrap{height: 100vh; min-height: 100vh;}
.loader-logo{position: absolute; left: 50%; top: -286px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); display: block;}
.loader-cont-with-bg .main-content{position: relative;}
.loader-cont-with-bg .main-content h3{font-size: 30px; line-height: 30px; font-weight: 300; color:#ffffff; padding-bottom: 44px; opacity: 0;}

.loader-cont-with-bg .main-content ul.yn-btn-wrap{display: inline-block; opacity: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.loader-cont-with-bg .main-content ul li{display: block; position: relative; float: left;}
.loader-cont-with-bg .main-content ul li + li:before{border-left: 1px solid #999999; top: 0; left: 0; width: 0; height: 30px; content: ''; display: block; position: absolute;}
.loader-cont-with-bg .main-content ul li a{font-size: 30px; line-height: 28px; font-weight: 400; color:#ffffff; text-transform: uppercase; padding: 0 35px; padding-bottom:19px; position: relative; display: block;}
.loader-cont-with-bg .main-content ul li a:before{background: url('../img/button-select-bg.png') no-repeat center bottom; width: 100%; height: 9px; display: block; position: absolute; left: 0; bottom: 0; content: ''; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.loader-cont-with-bg .main-content ul li a:hover:before{opacity: 1; visibility: visible;}
.loader-cont-with-bg .main-content-wrap .hero-banner-image{opacity:0;}
.loader-cont-with-bg .main-content-wrap .hero-banner-awards{opacity:0;}
.loader-cont-with-bg .main-content-wrap.fade .main-content h3, .loader-cont-with-bg .main-content-wrap.fade .main-content ul.yn-btn-wrap, .loader-cont-with-bg .main-content-wrap.fade .hero-banner-image, .loader-cont-with-bg .main-content-wrap.fade .hero-banner-awards{opacity:1;}

.header{width: 100%; display: block; position: fixed; left: 0; top: 0; z-index: 13;}
.header-inn{padding: 50px 70px 10px 70px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between;}
.logo{display: block; max-width: 294px;}
.header .logo img.mobile-open-logo{opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0;}

.menu-ic{width: 28px; height: 28px; display: block; position: absolute; top: 14px; right: 0; cursor: pointer;}
.menu-ic:after{background: url('../img/menu-ic.png') no-repeat center center; width: 100%; height: 28px; display: block; position: absolute; left: 0; top: 0; content: ''; opacity: 1; visibility: visible; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
.menu-ic:before{background: url('../img/menu-close.png') no-repeat center center; width: 18px; height: 18px; display: block; position: absolute; left: 5px; top: 5px; content: ''; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.menu-ic.open:after{opacity: 0; visibility: hidden;}
.menu-ic.open:before{opacity: 1; visibility: visible;}

.nav{position: relative; padding-right: 86px;}
.nav .mainmenu{width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; opacity: 0; visibility: hidden;}
.nav .mainmenu.open{opacity: 1; visibility: visible;}
.nav .mainmenu li{margin-right: 40px; padding: 14px 0;}
.nav .mainmenu li a{font-size: 13px; line-height: 28px; font-weight: 400; color: #ffffff; text-transform: uppercase; display: block; letter-spacing: 1.2px;}
.nav .mainmenu li.contact-ic a{background: url('../img/envelope.png') no-repeat 0 center; padding-left: 35px; background-size: 20px auto;}
.nav .mainmenu li:hover a, .nav .mainmenu li.current a{color:#78ba3f;}

.scroll-indicate-box{display: block; position: fixed; right: 70px; top: 50%; width: 30px; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); z-index: 2;}
.scroll-indicate-box ul{width: 100%;}
.scroll-indicate-box ul li{padding: 7px 9px 6px 9px; display: block;}
.scroll-indicate-box ul li a{width: 12px; height: 12px; border: 2px solid rgba(255,255,255,0.25); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; position: relative;}
.scroll-indicate-box ul li.current a, .scroll-indicate-box ul li a:hover{border: 2px solid rgba(255,255,255,1);}
.scroll-indicate-box ul li a span{font-size: 13px; line-height: 12px; font-weight: 400; color: #ffffff; text-transform: uppercase; display: block; letter-spacing: 1.2px; position: absolute; right: 12px; top: -2px; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.scroll-indicate-box ul li.current a span, .scroll-indicate-box ul li a:hover span{right: 28px; opacity: 1; visibility: visible;}


.container{width: 100%; display: block; padding: 0; margin: 0;}
.bg-wrap{background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative;}
#origin.bg-wrap{background-position: right bottom;}
.hero-banner{width: 100%; display: block; background-position: center top;}
.hero-banner .video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.hero-banner .video iframe{position: absolute; z-index: 1; width: 100%; height: 100vh; left: 0; top: 0;}
.hero-banner-inn{position: relative; z-index: 1;}
.main-content-wrap{position: relative; min-height:1080px; height: 100vh; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.hero-banner .main-content-wrap{height: 100vh; min-height: 640px;}
.main-content-wrap.absolute{position: absolute; left: 0; top: 0; width: 100%;}
.main-content{text-align: center; display: block; margin: 0 auto; width: 100%;}
.main-content h6{font-size: 13px; line-height: 18px; font-weight: 400; text-transform: uppercase; color: #ffffff; padding-bottom: 15px; letter-spacing: 1.2px;}
.main-content h1, .main-content h2{padding-bottom: 35px;}
.main-content p{padding-bottom: 30px;}
.main-content p:last-child{padding-bottom: 0;}
.hero-banner-image{position: absolute; width: 170px; left: 0; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); max-height: 90%;}
.hero-banner-image img{max-height: 100%; width: auto;}
.hero-banner-image .award-master{position: absolute; left: -238px; top: 143px; display: block; width: 313px; height: 313px;}
.hero-banner-image .award-silver{position: absolute; left: -140px; top: 354px; display: block; width: 205px; height: 202px;}
.hero-banner-awards{position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); display: none;}
.hero-banner-awards .award-master{position: absolute; left: -238px; top: -197px; display: block; width: 313px; height: 313px;}
.hero-banner-awards .award-silver{position: absolute; left: -140px; top: 14px; display: block; width: 205px; height: 202px;}

.scroll-down-arrow{position: absolute; display: block; left: 50%; bottom: 48px; background: url('../img/scroll-down-arrow.png') no-repeat center center; width: 32px; height: 17px; cursor: pointer; z-index: 3; margin-left: -16px; -webkit-animation-duration: 2.5s; animation-duration: 2.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -webkit-animation-name: bounce; animation-name: bounce; -webkit-animation-delay: 2s; animation-delay: 2s;} 

.simple-content{width: 100%; display: block; position: relative;}

.hero-bg-slider{width: 100%; display: block; position: relative;}
.hero-slider{width: 100%;}
.hero-slider li{background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 1080px; height: 100vh;}

.dragg-slider-wrap{width:100%; display: block; margin-top: 25px;}
.dragg-slider{display: block; position: relative; margin-left: -8px; margin-right: -8px;}
.press .dragg-slider{margin-left: -15px; margin-right: -15px;}
.dragg-slider li{float: left; margin: 0 8px; outline: 0;}
.press .dragg-slider li{margin: 0 15px; margin-bottom: 2px;}

.dragg-slider li .drag-item{display: block; display: block; cursor: pointer;}
.dragg-slider li .img-box{display: block; margin-bottom: 26px; position: relative; cursor: pointer;}
.dragg-slider li .img-box:before{width:100%; height:100%; display: block; position: absolute; left:0; top:0; content:''; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; background: rgba(0,0,0,0.2);}
.dragg-slider li:hover .img-box:before{background: rgba(0,0,0,0);}
.dragg-slider li .img-box img{width: 100%;}
.recipes .dragg-slider li .img-box:after{border: 2px solid #ffffff; width: calc(100% - 4px); height: calc(100% - 4px); position: absolute; left: 0; top: 0; content: ''; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; opacity: 0; visibility: hidden;}
.recipes .dragg-slider li:hover .img-box:after{opacity: 1; visibility: visible;}

.dragg-slider li h5{font-size: 15px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.5); text-transform: uppercase; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
.press .dragg-slider li h5{font-size:18px;}
.dragg-slider li h5 a{color: rgba(255,255,255,0.5);}
.press .dragg-slider li h5 a{color: rgba(255,255,255,1);}
.dragg-slider li:hover h5, .dragg-slider li:hover h5 a{color: rgba(255,255,255,1);}
.dragg-slider li p{font-size: 15px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,1); padding-bottom: 0;}

.dragg-slider .slick-arrow{position: absolute; top: 153px; display: block; width: 28px; height: 52px; display: block; font-size: 0; text-indent: -200000px; border: 0; outline: 0; padding: 0; background: none; cursor: pointer; z-index: 5;}
.dragg-slider .slick-arrow.disable{-webkit-pointer-events: none; pointer-events: none;}
.dragg-slider .slick-arrow.slick-prev{left: -82px; background: url('../img/back-arrow.png') no-repeat center 0;}
.dragg-slider .slick-arrow.slick-next{right: -82px; background: url('../img/next-arrow.png') no-repeat center 0;}
.dragg-slider .slick-arrow.slick-prev:hover, .dragg-slider .slick-arrow.slick-next:hover{background-position: center bottom;}
.dragg-slider .slick-dots{width: 100%; display: block; text-align: center; padding: 40px 0 0; margin: 0; font-size: 0; line-height: 0;}
.dragg-slider .slick-dots li{display: inline-block; margin: 0 5px; float: none;}
.dragg-slider .slick-dots li button{width: 12px; height: 12px; display: block; margin: 0; padding: 0; background: no-repeat; border: 2px solid rgba(255,255,255,0.25); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; outline: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; cursor: pointer;}
.dragg-slider .slick-dots li.slick-active button, .dragg-slider .slick-dots li button:hover{border: 2px solid rgba(255,255,255,1);}

.overlay{width: 100%; height: 100%; display: none; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 11;}
.recipes-popup{width: 100%; max-width: 960px; display: none; background: #ffffff; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 12; overflow: auto;}
.popup-close{color:#000000; position: absolute; right: 40px; top: 33px; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; cursor: pointer; z-index: 1;}
.recipes-popup-box .popup-close{}
.popup-close:before{font-size: 16px;}
.popup-close:hover{color: #78ba3f;}
.recipes-popup-inn{width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.popup-img-box{width:50%;}
.popup-img-box img{width: 100%; display: block;}
.popup-cont{width: 50%; position: relative;}
.popup-cont-inn{padding: 70px 38px 20px 38px; display: block; color: #000000; text-align: left;}
.popup-cont-inn h4{padding-bottom: 34px; color: #78ba3f; line-height: 28px;}
.popup-cont-inn p{line-height: 21px; padding-bottom: 21px;}
.popup-cont-inn ul{width: 100%; padding-bottom: 24px;}
.popup-cont-inn ul li{font-size: 16px; line-height: 24px; font-weight: 400; color: #000000; background: url('../img/bullet-ic-green.png') no-repeat 3px 10px; padding-left: 16px;}
.stick-popup-cont{}
.stick-popup-cont p{padding-bottom: 0; color: #78ba3f;}

.award-list{width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; padding: 0 50px;}
.award-list li{padding: 0 10px; margin-bottom: 20px; width: 10%; -webkit-align-self: center; align-self: center;}
.view-more-btn{width:140px; height: 40px; border: 1px solid #ffffff; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; display: block; margin: 26px auto 0; text-align: center; font-size: 11px; line-height: 38px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1.2px; display: none;}
.view-more-btn:hover{background: #78ba3f;}

.contact .main-content{max-width: 370px;}
.contact-form{width: 100%; display: block;}
.contact-form .field{display: block; padding-bottom: 20px;}
.contact-form .field.textarea{padding-bottom: 50px;}
.contact-form input[type="text"], .contact-form input[type="email"]{width: 100%; height:40px; display: block; padding: 0; margin-bottom: 9px; border:0; border-bottom: 1px solid rgba(255,255,255,0.35); outline: 0; background: none; font-size: 13px; line-height: 40px; font-weight: 400; color: #ffffff; font-family: 'Open Sans', sans-serif; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; letter-spacing: 1.2px;}
.contact-form textarea{width: 100%; height:140px; display: block; padding: 10px 0; margin-bottom: 8px; border:0; border-bottom: 1px solid rgba(255,255,255,0.35); outline: 0; background: none; font-size: 13px; line-height: 20px; font-weight: 400; color: #ffffff; font-family: 'Open Sans', sans-serif; resize: none; letter-spacing: 1.2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.contact-form input[type="submit"]{width: 170px; height: 40px; display: block; text-align: center; padding: 0; margin: 0; border: 1px solid rgba(255,255,255,0.6); outline: 0; font-size: 13px; line-height: 38px; font-weight: 400; color: #ffffff; font-family: 'Open Sans', sans-serif; text-transform: uppercase; cursor: pointer; background: none; margin: 0 auto; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; letter-spacing: 1.2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.contact-form input[type="submit"]:hover{background: #78ba3f;}
.contact-form .field .info{font-size: 11px; line-height: 16px; font-weight: 400; font-family: 'Open Sans', sans-serif; display: block; text-transform: uppercase; letter-spacing: 1px; text-align: left; color: red;}
#mail-status{margin-top:20px; display: block; width: 100%;}
#mail-status p{font-size: 11px; line-height: 16px; font-weight: 400; color: #ffffff; font-family: 'Open Sans', sans-serif; display: block; text-transform: uppercase; padding: 10px; letter-spacing: 1px;}
#mail-status p.success{color: #78ba3f; border: 1px solid #78ba3f;}
#mail-status p.error{color: red; border: 1px solid red;}

.footer{width:100%; display: block; position: absolute; left: 0; bottom: 0; z-index: 1;}
.footer-inn{padding: 40px 70px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between;}
.footer-logo{position: absolute; left: 70px; bottom: 95px; display: block;}
.social-menu{position: fixed; left: 70px; bottom: 40px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.social-menu li + li{margin-left: 35px;}
.social-menu li a{color: #ffffff; font-size: 20px; line-height: 20px; display: block;}
.social-menu li a:hover{opacity: 0.7;}
.footer-inn h6{font-size: 13px; line-height: 20px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1.2px;}
.footer-inn h6 a{color: #ffffff; display: block;}
.footer-inn h6 a:hover{color: #78ba3f;}
.footer-inn .mail-ic{margin-left: 175px;}
.footer-inn .mail-ic a{display: block; background: url('../img/envelope.png') no-repeat 0 center; padding-left: 35px; background-size: 20px auto;}
.footer-inn .right-arrow-ic a{display: block; background: url('../img/right-arrow.png') no-repeat right center; padding-right: 25px; background-size: 15px auto;}

.distribution .main-content{max-width: 1280px;}
.distribution-list-box{display: none;}
.map-img{width: 100%; display: block; position: relative;}
.map-img img{width: 100%; height: auto; display: block;}
.markerPopup{position: absolute;}
.markerPopup .marker{width: 15px; height: 15px; background: #ffffff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; cursor: pointer; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -webkit-animation-name: pulse; animation-name: pulse;}
.markerPopup .marker.active{-webkit-animation-name: pulse2; animation-name: pulse2;}

.markerPopupCont{position: absolute; background: rgba(0,0,0,0.8); width: 360px; display: none; text-align: left; right: 30px; top: -10px; z-index: 11;}
#can .markerPopupCont, #usa-west .markerPopupCont, #br .markerPopupCont{left: 30px; right: inherit;}
#nz .markerPopupCont{top:-300px;}
.markerPopupContInn{padding: 40px 20px 35px 40px; display: block;}
.markerPopupCont h5{font-size: 18px; line-height: 24px; font-weight: 400; color: #ffffff; text-transform: uppercase; padding-bottom: 20px;}
.markerPopupCont p{font-size: 15px; line-height: 24px; font-weight: 400; color: #ffffff; padding-left: 35px; padding-bottom: 28px;}
.markerPopupCont p br{display: block;}
.markerPopupCont p.address-ic{background: url('../img/arrows.png') no-repeat 2px 4px; background-size: 16px auto;}
.markerPopupCont p.phone-ic{background: url('../img/smartphone.png') no-repeat 0 0; background-size: 22px auto;}
.markerPopupCont p.mail-ic{background: url('../img/envelope.png') no-repeat 3px 3px; background-size: 19px auto;}
.markerPopupCont p.globe-ic{background: url('../img/globe.png') no-repeat 3px 2px; background-size: 19px auto;}
.markerPopupCont p:last-child{padding-bottom: 0;}
.close-btn{color:#ffffff; position: absolute; right: 20px; top: 20px; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; cursor: pointer; z-index: 1;}
.close-btn:before{}
.close-btn:hover{color: #78ba3f;}

.about .main-content{position: relative; z-index: 11;}
.about .main-content h6{display: none;}
.about .video-slider{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 100%; display: block; z-index: 5; max-width: 960px;}
.video-slider .slick-arrow{position: absolute; top: 50%; display: block; width: 28px; height: 52px; display: block; font-size: 0; text-indent: -200000px; border: 0; outline: 0; padding: 0; background: none; cursor: pointer; margin-top: -26px; z-index: 5;}
.video-slider .slick-arrow.slick-prev{left: -50px; background: url('../img/back-arrow.png') no-repeat center 0;}
.video-slider .slick-arrow.slick-next{right: -50px; background: url('../img/next-arrow.png') no-repeat center 0;}
.video-slider .slick-arrow.slick-prev:hover, .video-slider .slick-arrow.slick-next:hover{background-position: center bottom;}

.ingredients .main-content{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 100%; max-width:740px; display: block; z-index: 1;}
.ingred{width:100%; height: 1080px; display: block; position: relative;}
.ingred-slider, .ingred-slider.slick-slider{display: none;}
.ingred .ingred-img-box{position: absolute; display: block;}
.ingred-popup-btn{width: 300px; height: 300px; left: 90px; top: 90px; cursor: pointer; position: absolute; z-index: 1;}
.ingred-img-box .ing-pointer{width: 15px; height: 15px; position: absolute; background: #ffffff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; cursor: pointer; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -webkit-animation-name: pulse2; animation-name: pulse2;}

.wormwood{left: -275px; top: 163px;}
.wormwood .ing-pointer{top: 127px; right: 136px;}
.corn{left: -160px; bottom: 60px;}
.corn .ing-pointer{top: 182px; right: 105px;}
.anise{left: 132px; top: 82px;}
.anise .ing-pointer{top: 133px; right: 140px;}
.aniseed{right: -180px; top: 129px;}
.aniseed .ing-pointer{top: 145px; right: 132px;}
.coriander{right: 155px; top: 8px;}
.coriander .ing-pointer{top: 156px; left: 120px;}
.fennel{right: 105px; bottom: -20px;}
.fennel .ing-pointer{top: 156px; left: 117px;}
.spring{right: -265px; bottom: 145px;}
.spring .ing-pointer{top: 92px; right: 226px;}
.coal{left: 220px; bottom: 117px;}
.coal .ing-pointer{top: 222px; left: 103px;}


.ingred-popup{width: 100%; max-width: 960px; background: #ffffff; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 2; z-index: 12; display: none; overflow: auto;}
.ingred-popup-inn{width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.ingred-popup-img{width:50%;}
.ingred-popup-img img{width: 100%; display: block;}
.ingred-cont{width: 50%; position: relative;}
.ingred-cont-inn{padding: 125px 50px 25px 50px; display: block; color: #000000; text-align: left;}
.ingred-cont-inn h4{padding-bottom: 35px; color: #78ba3f;}
.ingred-popup .popup-close{right: 50px; top: 40px;}

.back-to-top{display: none;}
@-webkit-keyframes pulse {
  0%{-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);}
  70%{-webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);}
  100%{-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);}
}
@keyframes pulse {
  0%{-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);}
  70%{-webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);}
  100%{-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);}
}

@-webkit-keyframes pulse2 {
  0%{-webkit-box-shadow: 0 0 0 0 rgba(120,186,63, 1);}
  70%{-webkit-box-shadow: 0 0 0 15px rgba(120,186,63, 0);}
  100%{-webkit-box-shadow: 0 0 0 0 rgba(120,186,63, 0);}
}
@keyframes pulse2 {
  0%{-webkit-box-shadow: 0 0 0 0 rgba(120,186,63, 1);}
  70%{-webkit-box-shadow: 0 0 0 15px rgba(120,186,63, 0);}
  100%{-webkit-box-shadow: 0 0 0 0 rgba(120,186,63, 0);}
}

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  10%, 30% {-webkit-transform: translateY(-10px);}
} 
@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  10%, 30% {-webkit-transform: translateY(-10px);}
} 


/*Slick Slider */
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{position: relative; top: 0; left: 0; display: block;}
.slick-track:before, .slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block; outline: 0;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1720px) {
	.ingredients .fw{max-width: 1024px; padding-left: 20px; padding-right: 20px;}
	.ingred-img-box{max-width:320px;}
	.ingred-popup-btn{width:200px; height: 200px; left: 60px; top: 60px;}
	.wormwood{left:-20px; top: 260px;}
	.wormwood .ing-pointer{top:60px;}
	.corn{left:-20px; bottom: 160px;}
	.corn .ing-pointer{right:75px;}
	.anise{top:150px; left: 180px;}
	.anise .ing-pointer{top:66px;}
	.aniseed{right:20px; top: 200px;}
	.aniseed .ing-pointer{right:72px;}
	.coriander{top:100px; right: 225px;}
	.coriander .ing-pointer{left:68px;}
	.fennel{bottom:100px; right: 190px;}
	.fennel .ing-pointer{left:65px;}
	.spring{right:-20px; bottom: 200px;}
	.coal{left:240px; bottom: 190px;}
	.scroll-indicate-box ul li a span{font-size:11px;}
	.scroll-indicate-box ul li.current a span, .scroll-indicate-box ul li a:hover span{right: 20px;}
	.distribution .main-content{padding-left: 20px; padding-right: 20px;}
	
}
@media only screen and (max-width: 1660px) {
	.header-inn{padding-left: 20px; padding-right: 20px;}
	.logo{max-width: 200px;}
	.nav{padding-right: 28px;}
	.nav .mainmenu li{margin-right: 25px; padding: 5px 0;}
	.nav .mainmenu li a{font-size: 12px;}
	.menu-ic{top:5px;}
	.scroll-indicate-box{right:10px;}
	.hero-banner-image{width:110px; left: 50px;}
	.hero-banner-image .award-master{left:-95px; top:75px; width: 200px; height: auto; display: none;}
	.hero-banner-image .award-silver{left:-60px; top:265px; width: 140px; height: auto; display: none;}
	.hero-banner-awards{display: block;}
	.hero-banner-awards .award-master{left: inherit; right:0; top:-145px; width: 200px; height: auto;}
	.hero-banner-awards .award-silver{left: inherit; right:10px; top:45px; width: 140px; height: auto;}
	
	.dragg-slider .slick-arrow.slick-prev, .video-slider .slick-arrow.slick-prev{left: -35px;}
	.dragg-slider .slick-arrow.slick-next, .video-slider .slick-arrow.slick-next{right:-35px;}
}


@media only screen and (max-width: 1280px) {
	.nav .mainmenu li{margin-right: 15px; padding: 5px 0;}
	.nav .mainmenu li a{font-size: 12px;}
	.fw{padding-left: 20px; padding-right: 20px; max-width: 1000px;}
	#awards .main-content-wrap{padding-left: 20px; padding-right: 20px;}
	.footer-inn{padding: 20px;}
	.social-menu{left: 20px; bottom: 20px;}
	.footer-logo{left:20px; bottom: 60px;}
	.markerPopupCont{width:280px;}
	.markerPopupContInn{padding: 20px 20px 15px 20px; display: block;}
	.loader-logo{top: -200px;}
}
@media only screen and (max-width: 1170px) {	
	.nav .mainmenu li{margin-right: 15px; padding: 5px 0;}
	.nav .mainmenu li a{font-size: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-banner-image .award-master, .hero-banner-image .award-silver{display: none;}	
}
@media only screen and (max-width: 1024px) {
	h1, h2{font-size: 42px; line-height: 42px; font-weight: 300;}
	.header{background: rgba(0,0,0,0); -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
	.header.open{height: 100%; background: rgba(0,0,0,0.9);}	
	.header-inn{padding: 30px 0 0 0; min-height: 140px;}
	.logo{max-width: 141px; left:20px; position: absolute;}
	.logo img{width: 141px;}
	.header .logo img{-webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; opacity: 1; visibility: visible;}
	.header.open .logo img{opacity: 0; visibility: hidden;}
	.header .logo img.mobile-open-logo{opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0;}
	.header.open .logo img.mobile-open-logo{opacity: 1; visibility: visible;}
	.menu-ic{top:-77px; right: 20px;}
	.nav{width: 100%; display: block; padding: 0; position: absolute; top: 106px;}
	.nav .mainmenu{position: absolute; left: 0; top: 0; width: 100%; display: block; height: calc(100vh - 106px); overflow: auto;}
	.nav .mainmenu li{width: 100%; margin: 0; padding: 0 30px; border-bottom: 1px solid #202020; background: #171717;}
	.nav .mainmenu li a{font-size: 13px; line-height: 19px; padding: 20px 0;}	
	.scroll-indicate-box{display: none;}
	.dragg-slider .slick-arrow.slick-prev{left: -15px; background-size: 100% auto; width: 14px; height: 26px; top: 170px;}
	.dragg-slider .slick-arrow.slick-next{right:-15px; background-size: 100% auto; width: 14px; height: 26px; top: 170px;}
	.social-menu{position: absolute; left: 20px; bottom: inherit;}
	.footer-logo{left:20px; bottom: 60px;}	
	.award-list{padding: 0;}	
}
@media only screen and (max-width: 1023px) {
	.fw{max-width: 640px;}
	h1, h2{font-size: 30px; line-height: 40px; font-weight: 300;}
	.main-content h1, .main-content h2{padding-bottom: 20px;}
	.hero-banner .main-content-wrap{height: 1080px; display: block;}
	.scroll-down-arrow{display: none;}
	.hero-banner-image{position: relative; width: 112px; margin: 0 auto; left: inherit; top: inherit; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); padding-top: 150px; padding-bottom: 50px;}
	.hero-banner-awards{display: none;}
	.hero-banner-image .award-master{left:-115px; top:154px; width: 170px; height: auto;}
	.hero-banner-image .award-silver{left:-60px; top:270px; width: 114px; height: auto;}
	.main-content h2 br, .main-content p br{display: none;}
	.markerPopupCont p br{display: block;}
	
	.ingred{display: none;}
	.ingred-slider, .ingred-slider.slick-slider{display: block;}
	.ingred-img-box{max-width:100%; position: relative !important; left: inherit !important; right: inherit !important; top: inherit !important; bottom: inherit !important; text-align: center;}
	.ingred-img-box img{display: inline-block;}
	.ingred-img-box h5{display: block; text-align: center; font-size: 15px; font-weight: 400; text-transform: uppercase;}
	.view-more-btn{display: block; width: 120px; cursor: pointer;}
	.ingredients .main-content{position: relative; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); transform: translate(0,0); top: 0; left: 0;}
	#ingredients .main-content-wrap{display: block;}
	#ingredients .main-content-wrap .main-content{padding-top: 180px;}
	.ingred-img-wrapper{margin-left: -20px; margin-right: -20px; width: auto; height: auto;}
	.ingred-img-wrapper .slick-arrow{position: absolute; bottom: 66px; display: block; width: 14px; height: 26px; display: block; font-size: 0; text-indent: -200000px; border: 0; outline: 0; padding: 0; background: none; cursor: pointer; z-index: 5;}
	.ingred-img-wrapper .slick-arrow.disable{-webkit-pointer-events: none; pointer-events: none;}
	.ingred-img-wrapper .slick-arrow.slick-prev{left: 20px; background: url('../img/back-arrow.png') no-repeat center 0; background-size: 100% auto;}
	.ingred-img-wrapper .slick-arrow.slick-next{right: 20px; background: url('../img/next-arrow.png') no-repeat center 0; background-size: 100% auto;}
	.ingred-img-wrapper .slick-arrow.slick-prev:hover, .ingred-img-wrapper .slick-arrow.slick-next:hover{background-position: center bottom;}
		
	
	#origin .main-content-wrap{display: block;}
	#origin .main-content-wrap .main-content{padding-top: 160px;}
	.main-content h2 span{display: none;}	
	.main-content-wrap.absolute{padding:0 20px;}
	#awards .main-content-wrap, #contact .main-content-wrap{display: block;}
	#awards .main-content-wrap .main-content{padding-top: 100px;}
	#contact .main-content-wrap .main-content{padding-top: 65px;}
	.award-list li{padding:0 20px; width: 25%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}	
	.dragg-slider li .img-box{margin-bottom: 25px;}
	.dragg-slider .slick-arrow.slick-prev{left: 10px; bottom: 66px; top: inherit; background-size: 100% auto; width: 14px; height: 26px;}
	.dragg-slider .slick-arrow.slick-next{right:10px; bottom: 66px; top: inherit; background-size: 100% auto; width: 14px; height: 26px;}
	.press .dragg-slider .slick-arrow.slick-prev{bottom: 72px;}
	.press .dragg-slider .slick-arrow.slick-next{bottom: 72px;}
	.press .dragg-slider li h5{font-size:15px;}
	.dragg-slider-wrap{margin-top: 10px;}
	.dragg-slider li .img-box:before, .recipes .dragg-slider li .img-box::after{display: none;}
	.dragg-slider li h5, .dragg-slider li h5 a{color:#ffffff;}	
	#distribution .main-content-wrap{display: block; padding: 0 20px;}
	#distribution .main-content-wrap .main-content{padding-top: 290px;}
	.map-img{max-width:320px; margin: 0 auto; display: block;}
	.map-img > img{display: none;}
	.markerPopup .marker{display: none;}
	.markerPopup{position: absolute; left: 0 !important; right: inherit !important; top: 0 !important; bottom: inherit !important; display: none; width: 100%;}
	.distribution-list-box{width:100%; max-width:320px; display: block; height: 50px; margin:0 auto; margin-bottom: 30px; position: relative; z-index: 12;}
	.distribution-list-box > h6{font-size: 13px; line-height: 18px; padding: 15px 50px 15px 20px; display: block; color: #ffffff; text-align: left; text-transform: uppercase; letter-spacing: 1.2px; border: 1px solid #fde5db; cursor: pointer; background: url('../img/select-arrow.png') no-repeat right center;}
	.distribution-list-box ul{position: absolute; left: 0; top: 49px; width: 100%; display: none; background: #ffffff;}
	.distribution-list-box ul li{font-size: 13px; line-height: 20px; padding: 10px 20px; display: block; color: #000000; text-align: left; text-transform: uppercase; letter-spacing: 1.2px; border-bottom: 1px solid rgba(0,0,0,0.2); cursor: pointer; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
	.distribution-list-box ul li:hover{color: #78ba3f;}
	.markerPopupCont, #can .markerPopupCont, #usa-west .markerPopupCont, #usa-east .markerPopupCont #br .markerPopupCont, #nz .markerPopupCont{display: block; width: 100%; position: relative; right: 0 !important; top: 0 !important; left:0 !important; bottom: inherit !important;}
	.markerPopupCont .close-btn{display: none;}
	.markerPopupContInn{padding:35px 20px;}
	
	.recipes-popup, .ingred-popup{height: auto; max-height: inherit; max-width: 480px;}
	.popup-img-box{display: none;}
	.popup-cont, .ingred-popup-img, .ingred-cont{width:100%;}
	.popup-close, .ingred-popup .popup-close{width:50px; height: 50px; right: 0; top: 0; text-align: center; background: #78ba3f; color: #ffffff;}
	.popup-close:before{line-height: 50px;}
	.popup-close:hover{color: #000000;}
	.popup-cont-inn{padding: 103px 20px 95px 20px;}
	.popup-cont-inn h4, .ingred-cont-inn h4{font-size: 24px; line-height:28px; padding-bottom: 18px;}
	.popup-cont-inn p, .ingred-cont-inn p{line-height: 20px; padding-bottom: 20px;}
	.popup-cont-inn p br{display: none;}
	.popup-cont-inn ul{padding-bottom: 28px;}
	.popup-cont-inn ul li{line-height: 24px;}
	.popup-cont-inn .stick-popup-cont p{padding-bottom: 0;}
	.ingred-cont-inn{padding: 23px 20px 32px 20px;}
	.ingred-cont-inn h4{padding-bottom: 15px;}
	
	.about .main-content h6{display: block;}
	.about .main-content{opacity:1; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
	.about .main-content.fade{opacity: 0;}
	.about .main-content h2 br{display: block;}
	.play-btn{background: url('../img/play-btn.png') no-repeat center center; width: 90px; height: 90px; display: block; margin: 0 auto; margin-top: 12px; cursor: pointer;}
	.video-slider{opacity:0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
	.video-slider.fade{opacity: 1;}
}
@media only screen and (max-width: 767px) {
	.header.bg{background: rgba(0,0,0,0.9);}
	.fw{max-width: 480px;}
	.dragg-slider, .press .dragg-slider{margin-left: -10px; margin-right: -10px;}
	.dragg-slider li, .press .dragg-slider li{margin:0 10px;}
	.award-list li{padding:0 30px; width: 50%;}
	.contact-form textarea{height:110px;}
	.footer-inn{text-align: center; display: block; padding-bottom: 68px;}
	.back-to-top{display: inline-block; background: url('../img/back-to-top-arrow.png') no-repeat center top; font-size: 13px; line-height: 30px; font-weight: 400; text-transform: uppercase; color: #ffffff; padding-top: 20px; margin-bottom: 25px; letter-spacing: 1.2px;}
	.footer-logo{display: inline-block; margin-bottom: 20px; left: inherit; bottom: inherit; position: relative;}
	.back-to-top:hover{color: #78ba3f;}
	.footer-inn h6{display: block; width: 100%; margin-bottom: 10px;}
	.footer-inn .mail-ic{margin-left: 0;}
	.footer-inn .mail-ic a, .footer-inn .right-arrow-ic a{display: inline-block;}
	.social-menu{position: relative; left: inherit; width: 100%; -webkit-justify-content: center; justify-content: center; padding-top: 30px;}
	.loader-cont-with-bg .hero-banner-image{display: none;}
	.loader-logo{position: inherit; left: inherit; top: inherit; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); margin:0 auto; margin-bottom:20px; max-width: 200px;}
	.loader-cont-with-bg .main-content h3{font-size:18px; line-height: 24px;}
	.loader-cont-with-bg .main-content ul li a{font-size:18px; line-height: 24px;}
	.recipes-popup, .ingred-popup{height: 100vh;}
}
@media only screen and (max-width: 375px) {
	.award-list li{padding:0 20px;}
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
