/*
Theme Name: Popcorn, Indiana
Theme URI: https://31lengths.net
Author: 31 Lengths
Author URI: https://31lengths.net
Description: Popcorn, Indiana version 1.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 31 Lengths

*/

/*
@font-face {
    font-family: 'medhurstregular';
    src: url('fonts/medhurst-regular-webfont.eot');
    src: url('fonts/medhurst-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/medhurst-regular-webfont.woff') format('woff'),
         url('fonts/medhurst-regular-webfont.ttf') format('truetype'),
         url('fonts/medhurst-regular-webfont.svg#medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



@font-face{
  font-family: 'helvetica_neue_light';
  src: url("../fonts/helveticaneue-light-webfont.eot");
  src: url("../fonts/helveticaneue-light-webfont.eot") format('embedded-opentype'),
  url("../fonts/helveticaneue-light-webfont.woff") format('woff'),
  url("../fonts/helveticaneue-light-webfont.ttf") format('truetype'),
  url("../fonts/helveticaneue-light-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@font-face {
	font-family: 'TradeGothic';
	src: url('../fonts/TradeGothic.eot');
	src: local('☺'), url('../fonts/TradeGothic.woff') format('woff'), 
        url('../fonts/TradeGothic.ttf') format('truetype'), 
        url('../fonts/TradeGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body{margin:0;padding:0;font-family: 'TradeGothic', sans-serif;font-size: 112%;color:#3c3c3c;}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
h1, h2, h3, h4, h5{color: #f31a2a;font-family: 'TradeGothic','Raleway', Arial, sans-serif;font-weight: normal;}
ul, li{list-style: none;margin:0;padding:0;}
ul.inline-list{margin:0;padding:0;}
ul.contact-list{font-size: 1.55em;padding:5px 0;margin:0;text-transform: uppercase;}
.inline-list li{display:inline;list-style:none;position:relative;padding:0px;margin:0;text-transform: uppercase; }

a{color:#3c3c3c;text-decoration: none;border:0;}
a:hover{color: #f31a2a;}
.search-page-title{margin-top: 118px;}
.current-page-item a,.current-menu-item a{color:#f31a2a;}
img{max-width:100%;height: auto;}
.bold{font-weight: bold;}
.clear{clear:both;}
sup { position: relative; top: -.3em;font-size: .5em;}
.hidden-anchor{display: block;line-height: 0;height:0;text-indent: -9999px;}
.image-link img {
    height: 426px;
}
.center-text, .center-list {text-align: center;}
.right-text, .right-list {text-align: right;}
.left-text, .section-content .left-text{text-align: left;}

.pad-10{padding:10px!important;}
.no-pad-left{padding-left:0 !important;}

.red-bg {background-color:#ea3838;color:#fff;}
.dark-red-bg {background-color:#ec0828; color:#fff;}

.rounded-btn {border-radius:16px;padding:6px 18px;text-transform: uppercase;}

.section-inner a.grey-btn {color:#fff;}
.button-section {padding:60px 0 0;}

#top {    position: absolute;
    padding: 0px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 72px;
    z-index: 100;
    background: #fff;
    align-items: center;
    left: 0;
    right: 0;
    top: 15px;
-webkit-box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21);
-moz-box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21);
box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21);
}
.no-result{height:100px; padding-top:38px; text-align:center; font-size :22px; color:#f31a2a;}

.video-shell video{
   height: auto;
    position: relative;
    top: 322px;
}
#nav-toggle{display:none;position: absolute;top: 17px;right: 20px;font-size: 1.5em;color: #f31a2a;line-height: 1em;padding: 2px;font-family: TradeGothic;}
.header-nav {text-transform: uppercase;font-size: 1em;width:85%;float:left;}
.header-logo{padding:0px 0 0 0 ; width:15% ;float:left;}
.home .header-nav{width:80%;}
.shrink .header-logo {padding:10px 0 0 0!important;}
.home .header-logo{position: relative;z-index: 7; width:20%;  }
.header-logo img{width:105px;}
.home .header-logo img{width:300px;}
#main-menu, #social-menu{float:left;}
#main-menu{width:75%;font-family: 'TradeGothic','TradeGothic', Arial, sans-serif;}
#social-menu{width:25%;text-align: right;}

.home #main-menu{width:80%;}
.home #social-menu{width:20%;}
.shrink{-webkit-animation: slideIn .4s 0s ease-out forwards;animation: slideIn .4s 0s ease-out forwards;}
@-webkit-keyframes slideIn {
 0% {top: -176px;}
 100% {top: 0px;}
}

@keyframes slideIn {
 0% {top: -176px;}
 100% {top: 0px;}
}

.search-block {position: absolute;right: 0;bottom: -65px;z-index: 3;display:none;width:300px;font-size:.75em;background: #fff;padding: 10px 16px 16px;border-radius: 0 0 10px 10px;box-shadow: 5px 5px 5px rgba(30,30,30,.3);    z-index: 9978; clear:both;}
.search-headline{color:#f31a2a;text-transform: uppercase;}
.search-instruction{}
.search-block form{margin-top:8px;}
input{padding:2px;}
input[type=text] {color:#3c3c3c;background-color:#fff;border:1px solid #ccc;width:80%;}
input[type=submit] {color:#fff;background-color:#f31a2a;border:0;text-transform: uppercase;width:20%; border: 1px solid #f31a2a;}
input[type=submit]:hover{color:#9b1f20;background-color:#eee; border: 1px solid #9b1f20;}

#main-menu li{display:inline-block;width:24%;text-align: center;}
#social-menu li{display:inline-block;text-align: center;}
#main-menu li{width:19%;}

@media (min-width: 990px) and (max-width: 1280px) {
  .header-nav {font-size:.9em;}
}

#social-menu li a{display:block;height: 100%;width:100%;}
#social-menu .fb,#social-menu .tw,#social-menu .in,#social-menu .pt,#social-menu .srch
{
  background-image:url("../images/icons.png");
  background-repeat: no-repeat;
  //background-size: 286px;
  text-indent: -9999px;
  height:40px;
  width:30px;
  padding:0;
background-size: 395px;
 -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}
#social-menu .fb
{
     background-position: 1px -5px;
}
#social-menu .tw
{
  background-position: -62px -5px;
}
#social-menu .pt
{
  background-position: -261px -5px;
}
#social-menu .in
{
 background-position: -124px -5px;
}
#social-menu .srch
{
background-position: -191px -5px;
}

#social-menu .fb:hover,#social-menu .tw:hover,#social-menu .in:hover,#social-menu .pt:hover,#social-menu .srch:hover{opacity: 0.5;}
.section-image {position: relative;background-size: cover;background-position: center center;}
.valley .section-image {height:580px;margin-bottom: -10px;}
.peak .section-image {height:380px;margin-bottom: -44px;}
.image-right{background-position: top right;}
.image-left{background-position: top left;}
.section-headline, .section-headline-dull {position:relative;text-align: center;border-bottom: 1px solid #f31a2a;text-transform: uppercase;color:#9b1c1f; top:44px;padding: 7px 0; background:#fff}
.section-headline-dull{border:0;}
.section-headline-dull{margin:5px 0;}

.section-headline:after {position: absolute;
left: 50%;
bottom: -31px;
display: block;
//background-image: url("../images/icons.png");
width: 73px;
height: 66px;
content: '';
background-position: -341px 0px;
transform: scale(.55) translate(-66px);
-webkit-transform: scale(.55) translate(-66px);
z-index: 4;}
.section-headline h1, .section-headline h2 {
  font-size:1.4em;
}
.section-headline h9 {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-shell{overflow: hidden;
width: 100%;
height: 100%;
position: absolute;}

.section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ribbon {
    position: absolute;
    bottom: 64px;
    z-index: 999;
    line-height: 0;
}
@media (max-width: 990px) {
  .ribbon img{max-width:200px;}
}
@media (max-width: 768px) {
  .ribbon img{max-width:150px;}
}
@media (max-width: 650px) {
  .ribbon img{max-width:80px;}
}
@media (max-width: 480px) {
  .ribbon {
    bottom: 38px;
  }
  .ribbon img{max-width:70px;}
}
@media (max-width: 1024px) {
  .viewbox-button-next, .viewbox-button-prev{
    height: 50px;
  }
  .viewbox-button-prev{
    left: -10px;
  }
  .viewbox-button-next {
    right: -10px;
  }
  .viewbox-body{
    margin: 24px !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    min-width:94%;
    max-height: 90vh;
    overflow: auto;

  }
  .viewbox-header{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    max-width: 80%;
  }
  .viewbox-content{
    text-align: center;
    margin: 0 auto;
  }
  .viewbox-button-close {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
  }
  .viewbox-button-close svg {
    width: 50%;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .viewbox-button-next, .viewbox-button-prev{
    height: 50px;
  }
  .viewbox-button-prev{
    left: -10px;
  }
  .viewbox-button-next {
    right: -10px;
  }
  .viewbox-body{
    margin: 24px !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    min-width:92%;
    max-height: 100vh;
    overflow: auto;

  }
  .viewbox-header{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    max-width: 80%;
  }
  .viewbox-content{
    text-align: center;
    margin: 0 auto;
  }
  .viewbox-button-close {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
  }
  .viewbox-button-close svg {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 375px) {
  /*edited 07th dec mohanish*/
  .viewbox-button-next, .viewbox-button-prev{
    height: 50px;
  }
  .viewbox-button-prev{
    left: -10px;
  }
  .viewbox-button-next {
    right: -10px;
  }
  .viewbox-body{
    margin: 24px !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    width: 87%;
  }
  .viewbox-header{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    max-width: 80%;
  }
  .viewbox-content{
    text-align: center;
    margin: 0 auto;
  }
  .viewbox-button-close {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 9;
  }
  .viewbox-button-close svg {
    width: 50%;
    height: 100%;
  }
}


.section-content {max-width: 1120px;margin: 3em auto 5em;text-align: center;}
.section-content.wider{max-width:1280px;margin: 2em auto 3em;}
.full-width{position:relative;max-width:100%;}
.dull{margin-top: 0px;}
.carousel .full-width{transform: translateY(-58%);-webkit-transform: translateY(-58%);top: 50%;max-width: 1500px;margin: 0 auto;}
.section-content.product{text-align: left;}
.section-decoration{position:absolute;bottom:0;height:64px;width: 100%;}
.section-decoration-1, .section-decoration-2, .section-decoration-3{display: inline-block;width:33.33%;height:100%;}
.valley .section-decoration-1, .valley .section-decoration-3{background-color:#fff;}
.valley .section-decoration-2{background-image: url("../images/valley-headline.png");background-position: top center;}
.peak .section-decoration-2{background-image: url("../images/peak-headline.png");background-position: top center;}

.custom-holder {margin-top:30px;}
.center-div {position: relative;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);}

.question{font-size:1.6em;color: #f31a2a;margin-top:2em;margin-bottom: 0;}
.answer{margin-top:.6em;margin-bottom: 0;}

.product-description{margin-bottom: 50px;}
.product-category-description{padding:25px 0;}
.product-details h2{margin-top:0;}
.allergy-info{font-style: italic;}
.product-shot{float:none !important;display:inline-block;}
.cert{float:left;width:58px;height:62px;background-image: url("../images/certifications.png");background-size: 272px;}
#ud-cert{width:52px;background-position: 0px 0px;}
#gmo-cert{width:78px;background-position: -46px 0px;}
#gluten-cert{width: 66px;background-position: -116px 0px;}
#wholegrain100-cert{width: 56px;background-position: -170px 0px;}
#wholegrain-cert{width: 56px;background-position: -216px 0px;}

.nutritional-group .nutritional-bag{padding:0 20px;}
.nutritional-group .nutritional-info{padding:0px;}

.carousel-holder {position: relative;width: 100%;padding: 20px 0;white-space: nowrap;display: block;overflow: hidden; top:60px; }
#carousel{position: relative;}
.carousel-item{width:110%;display: inline-block;}
.carousel-item img, .product-shot img{transition:all .3s ease-out;}
.carousel-item:hover img, .product-shot:hover img{transform:scale(1.1);}
.item{width:110%;display: inline-block;}
.item img, .product-shot img{transition:all .3s ease-out;}
.item:hover img, .product-shot:hover img{transform:scale(1.1);}
.carousel-arrow{position: absolute;z-index: 10;background-image: url("../images/arrows.png");width:36px;height: 70px;top:58%;transform:translateY(-50%);-webkit-transform:translateY(-50%);cursor: pointer;}
.carousel-arrow-left{left:12px;background-position: 0 0;}
.carousel-arrow-right{right:12px;background-position: -36px 0;}
.carousel .carousel-arrow-left{left:12px;background-position: 0 -75px;}
.carousel .carousel-arrow-right{right:12px;background-position: -36px -75px;}

.weather-module{font-family: 'TradeGothic';}
.weather-module .text{color:#9b1f20;width:50%;float:left;text-align: left;}
.weather-module .icon{position: relative;width:120px;max-width: 50%;height:135px;float:left;background-image:url("../images/weather_icons.png");}
.weather-module h3, .weather-module h4, .section-headline-dull h2 {font-family: 'TradeGothic', Arial, sans-serif;font-weight: normal;color:#3c3c3c;font-size:17px;text-transform: uppercase;}
.weather-module .sup{font-style: superscript;}

.weather-block{}
.weather-block .icon{background-position: 0 0;}
.weather-block .primary{font-size:40px;}
.weather-block .secondary{font-size:15px;}

.weather-module  .weather-01d{background-image: url("../images/weather_01d.png");}
.weather-module  .weather-02d{background-image: url("../images/weather_02d.png");}
.weather-module  .weather-03d{background-image: url("../images/weather_03d.png");}
.weather-module  .weather-04d{background-image: url("../images/weather_04d.png");}
.weather-module  .weather-09d{background-image: url("../images/weather_09d.png");}
.weather-module  .weather-10d{background-image: url("../images/weather_10d.png");}
.weather-module  .weather-11d{background-image: url("../images/weather_11d.png");}
.weather-module  .weather-13d{background-image: url("../images/weather_13d.png");}
.weather-module  .weather-50d{background-image: url("../images/weather_50d.png");}

.weather-module .weather-01n{background-image: url("../images/weather_01n.png");}
.weather-module .weather-02n{background-image: url("../images/weather_02n.png");}
.weather-module .weather-03n{background-image: url("../images/weather_03n.png");}
.weather-module .weather-04n{background-image: url("../images/weather_04n.png");}
.weather-module .weather-09n{background-image: url("../images/weather_09n.png");}
.weather-module .weather-10n{background-image: url("../images/weather_10n.png");}
.weather-module .weather-11n{background-image: url("../images/weather_11n.png");}
.weather-module .weather-13n{background-image: url("../images/weather_13n.png");}
.weather-module  .weather-50n{background-image: url("../images/weather_50n.png");}

.time-block{}
.time-block .icon{background-position: -120px 0;}
.time-block .primary{font-size:40px;}
.time-block .secondary{font-size:15px;}

.season-block{}
.season-block .icon{background-position: -240px 0;}
.season-block .primary{font-size:18px;text-transform: uppercase;}

.weather-module .season-1{background-position: -240px 0;}
.weather-module .season-2{background-position: -240px -135px;}
.weather-module .season-3{background-position: -240px -270px;}
.weather-module .season-4{background-position: -240px -405;}

.location-block{}
.location-block .icon{background-position: -360px 0;}
.location-block .primary{font-size:18px;text-transform: uppercase;}

.season-block .text, .location-block .text {padding-top: 8px;}
.location-icons, .contact-info{margin:50px 0;}
.location-icons{text-align: center;}
.location-icons div {padding: 15px 0;}
.contact-number{color:#f31a2a;font-size:1.25em;}

.link-out {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: .8em;
}
.link-out a{color: #9b1f20;}

.search-result{border-bottom: 1px solid #3c3c3c; }

#footer{padding:3em 0;}
#footer a{color:#fff;     font-weight: 700;}
#footer .footer-nav, #footer .footer-logo{padding: 0 0 3em 0;}
.footer-logo img{max-width: 200px;}
.footer-legal{font-size:.8em;}

.video-holder{max-width:800px;margin:20px auto 0;}
.video-wrapper { position: relative; padding-bottom: 52%; /* 16:9 56.25% */ padding-top: 25px; height: 0;margin:20px 0;}
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media (min-width: 1280px) {
  .valley .section-image {height:650px;}
  .peak .section-image {height:450px;}

}

@media (min-width: 1480px) {
  .valley .section-image {height:700px;}
   .red-bg{height:500px!important;}
  .peak .section-image {height:700px;}
   .owl-item{padding:0px;}


}

@media (min-width: 1120px) {
  .section video {
    top: 322px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }
  .image-right{background-position: center right;}
  .image-left{background-position: center left;}
  .owl-item{padding:10px;}


}

@media (max-width: 1120px) {
  .home .header-logo, .header-logo {position: absolute;width: 10%;min-width: 100px; padding: 12px 0 0 0;}
  .home .header-nav, .header-nav {width: 90%;float:right;}
  .carousel-item{width:16.66%;}
  .carousel-arrow{top:50%;}
}

@media (max-width: 1024px) {
  .valley .section-image {height:450px;}
  .peak .section-image {height:400px;}
  .owl-theme .owl-nav [class*="owl-"] {
    margin: -50px 5px 0 5px;
    transform: scale(.7);
}
}
@media (min-width: 990px) {
  #main-menu a:hover::after{position: absolute;
  left: 50%;
  bottom: -20px;
  display: block;
  //background-image: url("../images/icons.png");
  width: 73px;
  height: 66px;
  content: '';
  background-position: -341px 0px;
  transform: scale(.42) translateX(-86px);
  -webkit-transform: scale(.42) translateX(-86px);
  -ms-transform: scale(.42) translateX(-86px);
  z-index: 4;}
  .header-holder, .header-inner, .header-nav, #main-menu, #main-menu li{height: 100%;}
  .header-holder.shrink , .shrink .header-inner{height: auto;}
  .shrink .header-nav{height: 66px;}
  #main-menu li{padding: 0; float: left;}
#main-menu li:first-Child{ width:17%;}
#main-menu li:nth-child(2){ width:19%;}
#main-menu li:nth-child(3){ width:27%;}
#main-menu li:nth-child(4){ width:10%;}
#main-menu li:nth-child(5){ width:19%;}
  #main-menu li a{display:block;height:100%;width:100%;padding:26px 0 0;}
  #main-menu li a:hover, .current-page-item a,.current-menu-item a{border-bottom:2px solid #f31a2a;}
  #social-menu{padding-top: 15px; }
  .search-block{height: 90px;border-top: 2px solid #f31a2a;}
  .header-inner{margin: 0px 20px 0px 0px;}
  .video-shell iframe {
    height: 700px;
}


}
@media (max-width: 989px) {
  #nav-toggle{display:block;}
  .header-nav{position: absolute;top: 52px;left: 0;display: none;text-align: center;background-color: #fff;z-index: 9999;width: 100%;}
  .header-nav.show{display:block;position: relative;top:68px;transform: none;-webkit-transform: none;width: 100%;}
  .header-logo {float: none;display: block;margin: 0px 20px;}
  #main-menu, .home #main-menu {width:100%;}
  #main-menu li{display: block;padding: 4px 0;width:100%;}
  #social-menu, .home #social-menu {text-align: center;float: none;margin: 10px auto;width: 50%;}
  .search-block{position: relative;bottom: 0px;width: 300px;margin: 0px auto;}

  .carousel-item{width:20%;}
  .section-decoration-1, .section-decoration-3{width: 15%;}
  .section-decoration-2{width:70%;}
  .section-content {padding: 0px 15px;}
   .owl-item{padding:0px;}
 

}
@media (min-width: 768px) {

  .header-holder.shrink {position: fixed !important;z-index: 100;top: 0px;left: 0px;width: 100% !important;text-align: center;background-color: #fff;margin-top: 0;-webkit-box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21); -moz-box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21); box-shadow: 6px 7px 14px -4px rgba(0,0,0,0.21);}
  .shrink .header-logo img {width: 95px;}
  .shrink .header-nav {transform: none;-webkit-transform: none;}
  .shrink .header-inner {max-width:1280px;margin:0 auto;}
  .separated li{position: relative;}
  .separated li:after {position:absolute;height: 12px;top: 5px;right:0;border-right: 1px solid #fff;content:'';}
  .separated li:last-child:after {border-right: 0;}
  .footer-nav .inline-list li{padding:0 30px;}





}
@media (max-width: 767px) {
   .home .header-logo, .header-logo { width: 100px;}
  .carousel-item{width:25%;text-align: center;}
  .section-decoration-1, .section-decoration-3{display: none;}
  .section-decoration-2{width:100%;}
  .footer-nav .inline-list li {padding: 6px 0;display: block;font-size: .9em;}
  .valley .section-image {height:300px;}
  .peak .section-image {height:250px;}
  .carousel-item img {max-width: 80%;}
   .owl-item{padding:8px;}
.owl-theme .owl-nav [class*="owl-"] {
    margin: -50px 5px 0 5px;
    transform: scale(.6);
}

}


@media (max-width: 480px) {
  .carousel-item{width:33.33%;}
  .valley .section-image {height:200px;}
  .peak .section-image {height:200px;}
  .location-icons img {max-width: 50%;}
  .carousel-item img {max-width: 80%;}
  .carousel .carousel-arrow-right, .carousel .carousel-arrow-left {transform: scale(.5) translateY(-100%);}
  .carousel .full-width {top: 44%;}
  .owl-item{padding:4px;}
}




/* Grid */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
 /* padding-right: 15px;
  padding-left: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
#top {top:0px;}

}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

}
@media (min-width: 980px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding:20px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }

}


.section.carousel.peak{padding: 0px;}
.owl-next {background-position: -36px -154px ! important;}
.owl-prev {background-position: 0 -154px ! important;}
.prod-details .owl-next {background-position: -36px -81px ! important;}
.prod-details .owl-prev {background-position: 0 -81px ! important;}


//Contact US form

.contact-us {
	background: url(../images/contact-bg.jpg) center;
	background-size: cover;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-us__headline {
	text-align: center
}

.contact-us__headline h1 {
	font-size: 2.827em;
	color: #4f91cd
}

.contact-us__form {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 650px;
	color: #353535;
margin: 0 auto;
}

.contact-us__form-field.-short {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 10px
}

.contact-us__form-field.-long {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 10px
}

.contact-us__form-field.--centered {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: centered;
	-ms-flex-pack: centered;
	justify-content: centered;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-us__form-field.--centered input {
	width: 260px

}

.contact-us__form-field label {
	display: block;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 5px;
}

.contact-us__form-field label a {
	color: inherit;
	text-decoration: none
}

.contact-us__form-field input,
.contact-us__form-field textarea {
	display: block;
	width: 100%;
	font-size: .8em;
	font-family: TradeGothic, sans-serif;
	border: 1px solid #ebebeb;
	border-radius: 0
}

.contact-us__form-field input {
	height: 50px;
	padding: 0 10px;
background-color: #f3f2f2;
}

.contact-us__form-field textarea {
	height: 5em;
	padding: 15px
background-color: #f3f2f2;
}

.contact-us__form-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .8em;
	border-radius: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	background-image: url(../images/select-bg.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-color: #f3f2f2;
}

.contact-us__form-field input[type=submit] {
	background: #3b3b3b;
	color: #fff;
	font-family: TradeGothic, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px
}

.contact-us__form-field input[type=date] {
	font-family: TradeGothic, sans-serif;
	padding: 10px
}

.img-vid {
    position: relative;

}
.editimg-vid {
    width: 200px;
    height: 120px;
    position: absolute;
    top: 114px;
    z-index: 100}


.pimcore_tag_video {
    position: auto!important;
}
	

@media (min-width: 320px) {
.video-shell iframe {
    height: 202px;
}
.valley {
    position: relative;
    top: 73px;
}
.search-block {
    position: relative;
    bottom: -68px;
    width: 100%;
    margin: 0px auto;
    
}
.section-headline{
line-height: 20px;
padding:5px 0 0 0;
}
.section-headline h1  {
    line-height: 0em;
}

}
@media (min-width: 481px) {
.video-shell iframe {
    height: 299px;
}
.search-block {
    position: relative;
    bottom: -62px;
    width: 300px;
    margin: 0px auto;
    box-shadow: 0px 1px 5px rgba(30,30,30,.2);
}
.section-headline{
line-height: 20px;
padding:5px 0 0 0;
}
.section-headline h1  {
    line-height: 0em;
}
}
@media (min-width: 768px) {
.video-shell iframe {
    height: 450px;
}
#top{top:0px;}

}
@media (min-width: 990px) {
  .search-block {
    position: absolute;
    /* bottom: 0px; */
    width: 300px;
    margin: 0px auto;
    right: 0px;
    top: 72px;
}

.shrink .search-block {
    position: absolute;
    /* bottom: 0px; */
    width: 300px;
    margin: 0px auto;
    right: 309px;
    top: 66px;
}
}
@media (min-width: 1025px) {
.video-shell iframe {
    height: 580px;
}
.valley {
    position: relative;
    top: 0px;

}
.section-headline{
line-height: 20px;
top: 9px;
padding:5px 0 0 0;
}
.section-headline h1  {
    line-height: 0em;
}
}
@media (min-width: 1280px) {
.video-shell iframe {
    height: 700px;
}
#top{top:15px;}
}


@media print {
     #nav-toggle{display:none;}
.carousel-holder{display:none;}
.peak .section-image, .product-details h2 {
    display: none;
}

.section-headline{
    margin-top: 92px;
}
.product .left-text, .product .right-text{
display:none;
}

#top{
box-shadow:none;
}
#footer{display:none;}
.product-details {display:block;}
      }
.viewbox-content .viewbox-image { height:500px; width:350px;}


/* Magnific CSS */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




