/*
Theme Name: Default Theme
Author: Frakton
Description: Default Theme
Version: 1.0
*/
/* 
* General 
*   Attribute 
*/
/* 
* Functions 
*/
html{
    height:100%;
}
body{
     height: 100%;
     font-family: 'Roboto Slab', serif
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img {
    border: 0 none;
    outline: 0 none;
}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}
img{
  max-width:100%;
}
ul{
    padding-left:0px;
    list-style-type: none;
    margin-bottom:0px;
}
h1,h2,h3,h4,p{
    margin:0px;
}
a{
    text-decoration: none !important;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

/** END OF RESET **/
/*
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
*/
@font-face {
  font-family: 'UnitedSansReg';
  src: url('fonts/UnitedSansReg-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/UnitedSansReg-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/UnitedSansReg-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/UnitedSansReg-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/UnitedSansReg-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/UnitedSansReg-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 /*font-family: 'UnitedSansReg', Fallback, sans-serif;*/

/** General **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
section{
    padding:60px 0;
    width:100%;
    float:left;
}
.transition{
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.title{
    margin-bottom:30px;
}
.title h3{
    font-size:24px;
    text-transform: uppercase;
    color:#b8ab6a;
    font-weight:400;
}
.title h1{
    color:#fff;
    font-weight:400;
    line-height:85px;
    font-size:80px;
    font-weight:400;
    margin-bottom:30px;
}
.title h2{
  font-size:34px;
  line-height:42px;
  color:#fff;
  font-weight:300;
}
.title p{
    font-size:21px;
    color:#fff;
    line-height:27px;
    font-weight:300;
}
.title h4{
    font-size:24px;
    color:#fff;
    font-weight:300;
    line-height:34px;
}
.intro{
    background-color:#000;
    position:relative;
    float:left;
    width:100%;
}
.container.intro-wrapper{
    text-align:center;
    width:100%;
    float:left;
    height:100vh;
    position:relative;
}
.container.intro-wrapper:before{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    /*top: 50%;                         
    transform: translate(-50%, 0);*/
    background-image:url(images/5.png);
    height:100%;
    max-width:628px;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
}
.container.intro-wrapper:after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0;               
   /* top: 50%;                         
    transform: translate(0, -50%);*/
    background-image:url(images/4.png);
    height:100%;
    max-width:628px;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    z-index:-1;
}
.form-entry{
    max-width: 525px;
    position:absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
 }
 .form-entry img{
    margin-bottom:3vw;
 }
 .not-enter{
    max-width: 525px;
    position:absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    display:none;
 }
 .intro-wrapper .not-enter h3{
    margin-top: 5vw;
    line-height: 35px;
}
.intro-wrapper h3{
   font-family: 'Roboto Slab', serif;
   color:#fff;
   margin-bottom:4vw;
   font-weight:300;
}
.intro-wrapper p{
    color:#fff;
    font-family: 'Roboto', sans-serif;
}
.form-entry form{
    float:left;
    width:100%;
    margin-bottom:3vw;
    text-align:center;
}
.input-holder{
 height:157px;
 max-width:100px;
 width:100%;
 background-color:#000;
 border:5px solid #fff;
 display:inline-block;
 margin-left:33px;
}
.input-holder:nth-child(3){
    border:5px solid #baad6a; 
}
.input-holder:nth-child(4){
    border:5px solid #baad6a; 
}
.input-holder:first-child{
    margin-left:0px;
}
.input-holder input{
    width:100%;
    color:#fff;
    height:100%;
    font-size:100px;
    text-align:center;
    font-family: 'Roboto Slab', serif;
 }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input{
     -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    outline:none !important;
    box-shadow: none !important;
    background-clip: padding-box;
    border-radius: 0;
}
textarea{
     -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
      border-radius: 0;
}
header {
    float:left;
    width:100%;
    position:absolute;
    top:30px;
    left:0px;
    z-index:99;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    padding-top: 7px;
    height: 58px;
    border-bottom: 1px solid #b8ab69;
}
header.fixed .social-holder ul, 
header.fixed .menu-holder ul, 
header.fixed .language-holder ul{
    margin-top:-20px;
}
.header-holder{
    float:left;
    width:100%;
}
header ul li.active a{
    color:#717171;
}
.social-holder{
 width:100%;
 max-width:13%;
 float:left;
 vertical-align:middle;
 margin-top:28px;
}
.menu-holder {
 width:100%;
 max-width:76%;
 float:left;
 vertical-align:middle;  
}
.language-holder{
     width:100%;
     max-width:11%;
     float:left;
     vertical-align:middle; 
     margin-top:29px;   
}
.social-holder ul, .menu-holder ul, .language-holder ul  {
    float:left;
    width:100%;
}
.social-holder ul li{
    display:inline-block;
    margin-left:3px;
}
.social-holder ul li:first-child{
    margin-left:0px;
}
.social-holder ul li a{
    color:#fff;
    height:28px;
    width:28px;
    text-align:center;
    border:1px solid #fff;
    border-radius:50%;
    display:block;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
    background-color:transparent;
}
.social-holder ul li a i{
    font-size:18px;
    line-height:28px;
}
.social-holder ul li:hover a{
    border:1px solid #fff;
    background-color:#fff;
    color:#000;
}
.menu-holder ul li{
    display:inline-block;
    margin-left:30px;
    vertical-align: middle;
}
.menu-holder ul li:first-child{
    margin-left:0px;
}
.menu-holder li.hidden-sm a{
    background-image:url(images/logo.png);
    background-repeat:no-repeat;
    /*margin: 0 25px;*/
    background-position: center;
    width: 111px;
    height: 84px;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
}
.menu-holder li.hidden-sm a.big-logo{
  background-image:url(images/logo.png);  
}
.menu-holder li.hidden-sm a.small-logo{
 background-image:url(images/mini-logo.png); 
 // height:44px;
}
.menu-holder ul li a{
  font-size:20px;
  color:#fff;
  font-weight:300;
  text-decoration: none;
     -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.menu-holder ul li:hover a{
    color:#b8ab69;
}
.menu-holder ul li.active a{
    color:#b8ab69;
}
.language-holder ul li{
    display:inline-block;
    margin-left:25px;
    position:relative;
}
.language-holder ul li a{
    text-transform: uppercase;
    font-size:20px;
    color:#fff;
    text-decoration: none;
    font-weight:300;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.language-holder ul li:hover a{
  color: #717171;
}
.language-holder ul li:first-child:after{
     content: '';
    position: absolute;
    height: 24px;
    width: 2px;
    background-color: #717171;
    top: 3px;
    right: -16px;
}
section#main-image{
   /* background-image: url(../images/mainimage.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position:relative;
}
section#main-image .main-wrapper a{
    float:left;
    width:100%;
}
.main-wrapper{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%);
    max-width: 400px;
}
section#main-image span{
    position:absolute;
    bottom: 129px;
}
section#main-image span a{
    font-size:12px;
    color:#616161;
    text-transform: uppercase;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
section#main-image span:hover a{
    color:#b8ab69;
}
section#main-image span a:before{
    content:'';
    background-image: url(images/explore.png);
    height: 13px;
    width: 37px;
    background-repeat: no-repeat;
    float: left;
    position:relative;
    top:4px;
}
body.home section#main-image .title h1{
    overflow: hidden;
    max-height: 331px;
}
section#about{
    background-color:#000;
}
section#about .title.title-width{
    max-width:919px;
}
.item-holder a{
    float:left;
    width:100%;
} 
.item-holder{
    float:left;
    width:100%;
    height:753px;
}
.item-holder span{
    font-size:19px;
    color:#a5a5a5;
    font-weight:300;
   position:absolute;
    bottom:50px;
}
.img-wrapper {
   margin-bottom:30px;
   float:left;
   width:100%;
}
.img-wrapper img{
    max-width:100%;
    width:100%;
    /*height:345px;*/
}
/*
.img-wrapper.img-bigger img{
    height:720px;
}*/
.img-wrapper.img-bigger{
    margin-bottom:0px;
}
section#about .title p{
    max-height: 135px;
    overflow: hidden;
    text-align: left;
    margin-top:20px;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.item-holder .title h3{
	color:#fff;
	 -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.item-holder:hover  .title p{
    color:#b8ab69;
}
.item-holder:hover .title h3{
	color:#b8ab69;
}
.border-here{
     border-bottom:3px solid #c0b26d;
    position: relative;
    float: left;
    max-width: 100%;
}
.border-here:before {
   content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 7px;
    width: 15px;
    background-color: #000;
    z-index: 999999;
}
.border-here:after {
   content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 7px;
    width: 15px;
    background-color: #000;
    z-index: 999999;
}
.row.is-flex {
   display: flex;
   flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
   display: flex;
   flex-direction: column;
}
.row.is-flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}
.videos-slider{
    float:left;
    width:100%;
}
// iframe#muteYouTube video{
//     width: 100% !important;
//     display: block !important;
//     position: absolute !important;
//     z-index: -1 !important;
//     top: 0 !important;
//     left: 0 !important;
//     min-width: 100% !important;
//     max-width: initial !important;
//     min-height: 100vh !important;
//     height: 200% !important;
//     object-fit: cover !important;
//     font-family: "object-fit: cover;" !important;
// }
// iframe#muteYouTube{
//     position:relative !important;
//     width:100%;
//     height:100%;
// }
section#videos{
    padding:0px;
}
section#videos a{
    float:left;
    width:100%;
} 
.video-wrapper:before{
    content:'';
    position:absolute;
    background-image:url(images/playlogo.png);
    background-size:cover;
    width:116px;
    height:116px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    z-index:99;
    cursor:pointer;
}

.video-wrapper:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: .6;
    background-color:#000;
}
.video-wrapper{
    width: 100%;
    max-height: 815px;
    overflow: hidden;
    position:relative;
    height:100%;
    float:left;
}
.video-wrapper img.cover{
    width:100%;
    height:100%;
    position:relative;
    float:left;
}
.embed-video{
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 100%;
}
.embed-video iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
section#other-video{
   padding:0;
}
/*Iframe css */


/*
 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
section#other-video .slick-slide{
     width: 100%;
    max-height: 815px;
    overflow: hidden;
    position:relative;
    height:100%;
}


.video-wrapper h1{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 85px;
    font-size:26px;
    z-index:999999;
}
.video-wrapper h1 a{
    text-decoration: none !important;
    color:#fff;
    font-weight:300;
}/*
section#videos .video-image a{
  text-decoration: none;
  outline:none;
}*/
section#other-video .slick-slide{
    height:initial;
}
section#other-video .container.container-arrow{
    position:relative;
}
section#other-video .slick-dots{
    border-radius: 50%;
    position: absolute;
    display: block;
    bottom: 30px;
    text-align:center;
    z-index: 999;
    width: 100%;
    padding: 0;
}
section#other-video .slick-dots li{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    background-color: #6e655e;
}
section#other-video .slick-dots li:first-child{
    margin-left:0px;
}
section#other-video .slick-dots .slick-active{
    background-color: #fff;
}
section#other-video .slick-dots li button{
    display:none;
}
section#other-video .slick-arrow{
    width: 24px;
    height: 31px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    bottom:74px;
    background-color: transparent;
    border: 0px;
    outline: none;
}
section#other-video .slick-arrow.slick-prev{
    background-image: url(images/left-arrow.png);
    left: 350px;
}
section#other-video .slick-arrow.slick-next{
    background-image: url(images/right-arrow.png);
    right: 350px;
}
.wrap-arrow{
    position: absolute;
    bottom: 0;
    width: 100%;
}
section#faq{
    background-color:#000;
}
section#faq .title h3{
    text-transform: none;
}
section#faq ul li {
    border-bottom:1px solid #363636;
    position:relative;
    padding:15px 0;
}
section#faq ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    -ms-column-count:2;
    -o-column-count:2;
    column-count: 2;
}
section#faq ul li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:-3px;
    width:15px;
    height:2px;
    background-color:#000;
}
section#faq ul li:after{
    content:'';
    position: absolute;
    right:0;
    bottom:-3px;
    width:15px;
    height:2px;
    background-color:#000;
}
section#faq ul li a {
    color:#fff;
    font-size:18px;
    font-weight:300;
    max-height:26px;
    display:block;
    overflow:hidden;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
section#faq ul li:hover a{
    color:#b8ab6a;
}
section#mission{
    padding:0px;
}
section#mission .title h3 {
  text-transform: none;
  margin-bottom:30px;
}
section#mission .title{
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:99;
    max-width:1090px;
}
section#mission  a{
    float:left;
    width:100%;
}
/*section#mission .slick-slide{
    height:initial;
}*/
section#mission .slick-slide{
    height:409px;
}
.mission-image{ 
     position:relative;
     width:100%;
     height:410px;
     min-height:410px;
     float:left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .mission-image .container{
 	height:100%;
 }
 .mission-image:before{
        content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: .5;
    background-color:#000;
 }
section#mission .slick-dots{
    border-radius: 50%;
    position: absolute;
    display: block;
    bottom: 60px;
    z-index: 999;
    padding: 0;
}
section#mission .slick-dots li{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    background-color: #6e655e;
}
section#mission .slick-dots li:first-child{
    margin-left:0px;
}
section#mission .slick-dots .slick-active{
    background-color: #fff;
}
section#mission .slick-dots li button{
    display:none;
}
section#mission .title h4{
    max-height: 136px;
    overflow: hidden;
}
footer{
    float:left;
    width:100%;
    background-color:#000;
    padding-top:60px;
    padding-bottom:30px;
}
footer .title h3{
    text-transform: none;
}
footer ul li{
 display:block;
 width:100%;
 color:#fff;
 font-size:14px;
 font-weight:300;
 margin-bottom:3px;
}
footer ul li a{
    text-decoration: none;
    color:#c0b26d;
}
footer ul li:hover a{
   color:#c0b26d; 
}
ul.follow li a {
    color:#fff;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
ul.follow li:hover a{
    color:#c0b26d;
}
ul.follow.sitemap{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
ul.follow.sitemap li{
    padding-left:0px;
}
.row.footer-border{
    border-top:1px solid;
    padding:30px 0;
    margin-top:60px;
    position:relative;
}
.row.footer-border p{
  color:#fff;
  font-weight:300;
  font-size:14px;
}
.row.footer-border span{
    float:right;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
    display: block;
}
.row.footer-border span a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.row.footer-border span:hover a{
   color:#b8ab6a;	
}
.row.footer-border span:before{
    content: 'Crafted by';
    color: #b0b0b0;
    margin-right: 6px;
    font-weight: 300;
}
.row.footer-border:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    top: -2px;
    left: 0;
    background-color: #000;
}
.row.footer-border:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    top: -2px;
    right: 0;
    background-color: #000;
}
section#main-category {
    width:100%;
    height:450px;
    position:relative;
    background-color:#000;
    padding:0;
}
section#main-category .main-wrapper{
    position:absolute;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 55%;
    left: 50%;
    max-width:initial;
    padding:0;
}
section#main-category .main-wrapper .title h1{
    text-transform: none;
    color:#b8ab69;
    line-height:initial;
    margin-bottom:0px;
}
section#main-category .main-wrapper .title{
    margin-bottom:0px;
    width:1170px;
    text-align:center;
}
section#products{
    position:relative;
    padding:0px 0;
    height:590px;
    width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#products.product:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: .6;
    background-color:#000;
}
.text-wrapper h1{
    color:#fff;
    font-size:45px;
    font-family: 'UnitedSansReg', Fallback, sans-serif;
   /* // margin-bottom:30px;*/
}
.text-wrapper p{
    color:#fff;
    font-size:20px;
    line-height:28px;
    font-weight:300;
}
.product-img{
    position:relative;
    height:590px;
    width:100%;
    float:left;
}
.product-img img{
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
}
.text-holder{
    position:relative;
    height:590px;
    width:100%; 
    float:left;
}
.text-wrapper{
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 580px;
}
.other-side{
    float:right;
}
section#history{
    position: relative;
    width: 100%;
    // height: 490px;
    // min-height: 490px;
    float: left;
    /*background: url(../images/foto7.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#history:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
}
section#history .title{
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section#history .title h1{
    font-size:41px;
    line-height:initial;
}
section#missionandvision .title {
    margin-bottom:0px;
}
section#missionandvision .title h3{
    text-transform: none;
    margin-bottom:30px;
    font-size:30px;
}
section#missionandvision .title p{
    font-size:18px;
    font-weight:300;
}
section#missionandvision{
  background-color:#000;
}
section#production{
    position:relative;
    height:475px;
    min-height:475px;
    float: left;
    width:100%;
    /*background: url(../images/prod.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0;
}
section#production:before{
    content:'';
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    background-color:#b8ab69;
}
section#production .title{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    margin-bottom: 0;
}
section#production .title h3{
    color:#000;
    font-size:40px;
    text-transform: none;
    margin-bottom:20px;
}
section#production .title p{
    color:#000;
}
section#objects{
    position:relative;
    height:475px;
    min-height:475px;
    float: left;
    width:100%;
    /*background: url(../images/objekti.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0;
}
section#objects:before{
    content:'';
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    right:0;
    background-color:rgba(0,0,0,0.6);
}
section#objects .title{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    margin-bottom: 0;
}
section#objects .title h3{
    color:#fff;
    font-size:40px;
    text-transform: none;
    margin-bottom: 20px;
}
.height-full {
    height:100%;
}

section#about.more-events{
    padding:0;
}
/*
section#about.more-events .item-holder {
    height:100%;
}*/
section#about.more-events .border-here{
    margin-bottom:45px;
    position:relative;
}
section#main-category.detail-view {
    height:580px;
    position:relative;
    background: url(../images/detail.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0;
}
section#main-category.detail-view:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
}
section#main-category.detail-view .title h1{
    margin-bottom:20px;
    text-align: center;
    overflow: hidden;
    max-height: 316px;
}
section#main-category.detail-view .title h3{
    color:#c0c0c0;
    font-size:18px;
    font-weight:300;
    text-align:center;
}
section#about.more-events .title.title-event {
    border-top: 2px solid #2c2919;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
}
section#desc-article{
    background-color:#000;
    padding-top:0;
}
section#desc-article .title{
    margin-bottom:0px;
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
    margin-top:60px;
}
section#desc-article .title p{
    color: #a5a5a5;
    font-size: 18px;
    margin-bottom:20px;
}
section#desc-article .title p:last-child{
    margin-bottom:70px;
}
section#desc-article .title span{
    text-transform: uppercase;
    color:#b8ab69;
    font-size:18px;
    font-weight:300;
    margin-bottom:10px;
    display:block;
}
section#desc-article .title ul li{
    display:inline-block;
    margin-left:15px;
}
section#desc-article .title ul li:first-child{
    margin-left:0px;
}
section#desc-article .title ul li a{
    display:block;
    width:100%;
    color:#717171;
    font-size:18px;
    font-weight:300;
    text-transform: uppercase;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
section#desc-article .title ul li:hover a{
    color:#b8ab69;
}
section#distributors {
    background-color:#000;
    padding:0;
    padding-bottom:60px;
}
section#distributors .distributors-wrapper{
    float:left;
    width:100%;
    border-top:2px solid #b8ab69;
    padding-top:50px;
    padding-bottom:30px;
    height:270px;
}
section#distributors .distributors-wrapper h1{
    color:#fff;
    font-size:30px;
    font-weight:300;
    margin-bottom:30px;
}
section#distributors .distributors-wrapper ul{
    margin-bottom:25px;
}
section#distributors .distributors-wrapper ul li{
    display:block;
    width:100%;
    color:#fff;
    font-size:18px;
    font-weight:300;
}
section#distributors .distributors-wrapper span {
  display:block;
  width:100%;
}
section#distributors .distributors-wrapper span a{
  text-decoration: none;
  text-transform: uppercase;
  color:#b8ab69;
  font-size:18px;
}
section#distributors .col-xs-12.col-sm-6{
    position:relative;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(2){
    border-bottom:2px solid #b8ab69;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(1){
     border-bottom:2px solid #b8ab69;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(2):before{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:15px;
    height:3px;
    background-color:#000;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(2):after{
    content:'';
    position:absolute;
    right:0;
    bottom:-2px;
    width:15px;
    height:3px;
    background-color:#000;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(1):before{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:15px;
    height:3px;
    background-color:#000;
}
section#distributors .col-xs-12.col-sm-6:nth-last-child(1):after{
    content:'';
    position:absolute;
    right:0;
    bottom:-2px;
    width:15px;
    height:3px;
    background-color:#000;
}
section#distributors.contact .distributors-wrapper p{
    width:100%;
    display:block;
    margin-bottom:30px;
}
section#distributors.contact .distributors-wrapper p a{
    text-decoration: none;
    color:#b8ab69;
    font-size:18px;
    font-weight:300;
}
section#distributors.contact .distributors-wrapper{
    height:353px;
}
section#distributors.contact .distributors-wrapper span{
    border-top:1px solid #7a7a7a;
    padding:15px 0;
}
section#distributors.contact .col-xs-12.col-sm-6:nth-last-child(2){
    border-bottom:1px solid #fff;
}
section#distributors.contact .col-xs-12.col-sm-6:nth-last-child(1){
     border-bottom:1px solid #fff;
}
section#distributors.contact p span input{
    width:100%;
    display:block;
    font-size:18px;
    color:#fff;
    font-weight:300;
    border-bottom:1px solid #eee;
    padding:15px 0;
    border-color:#7a7a7a;
    margin-bottom:0px;
    border-top:0px;
}
section#distributors.contact .distributors-wrapper.contact-wrapper form p{
    margin-bottom:0px;
}
section#distributors.contact .distributors-wrapper.contact-wrapper form p span{
    border-top:0px;
}
section#distributors.contact p span textarea{
    background-color: transparent;
    border-top: 0px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    width: 100%;
    font-size:18px;
    color:#fff;
    font-weight:300;
    font-weight:30;
    padding-top:0px;
    resize:none;
    padding-bottom:27px;
}
section#distributors.contact .distributors-wrapper.contact-wrapper form p span input:first-child{
   padding-top:0;
}
div.wpcf7 .screen-reader-response{
    display:none;
}
section#distributors.contact .distributors-wrapper span:first-child{
  padding-top:0px;
}
/*
section#distributors.contact p span input:last-child{
    border-bottom:0px;
    text-align:left;
    color:#b8ab69;
    font-weight: 400;
    padding:15px 0;
    border-top:1px solid #7a7a7a;
}*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size:18px;
  font-weight:300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size:18px;
  font-weight:300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size:18px;
  font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 font-size:18px;
 font-weight:300;
}
section#distributors.contact{
    padding-bottom:60px;
}
section#distributors.contact .distributors-wrapper.contact-wrapper{
    padding-bottom:0px;
}
section#main-category.faq .main-wrapper .title h1{
    font-size:65px;
}
.panel{
    background-color:transparent;
    box-shadow:none;
}
.panel-group{
    margin-bottom:0px;
}
.panel-group .panel{
    border-radius:0px;
}
.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
    padding:45px 0;
}
.panel-default>.panel-heading{
    background-color:transparent;
    position:relative;
}
.panel-default{
    border-left:none;
    border-right:none;
    border-top:1px solid #7a7a7a;
    border-bottom:none;
}

.panel-default:last-child{
     border-bottom:1px solid #7a7a7a;
}
.panel-title{
    color:#fff;
    font-size:30px;
    line-height:38px;
    font-weight:300;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
.panel-heading:hover .panel-title{
    color:#b8ab69;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border:none;
}
.panel-body{
    padding:0;
    padding-bottom:45px;
}
.panel-body p{
    font-size:18px;
    font-weight:300;
    color:#fff;
    line-height:28px;
    max-width:940px;
}
.open-button{
    position:absolute;
    height:20px;
    width:36px;
    right:0px;
    top:53px;
    background-image:url(images/close-button.png);
    background-repeat: no-repeat;
}
.close-button{
    background-image:url(images/open-button.png);
}
.other-color{
    color:#b8ab69;
}
/*404 page*/
.form-entry.error-page h3{
  font-size:80px;
  margin-bottom:3vw;
  font-weight:400;
}
.form-entry.error-page{
    max-width:580px;
}
.form-entry.error-page h4 a{
    text-decoration:underline !important;
    text-transform: uppercase;
    font-size:26px;
    color:#b8ab69;
    font-weight:300;
}
.form-entry.error-page h4:before{
    content:'back to';
    color:#fff;
    font-size:26px;
    margin-right:5px;
    font-weight:300;
}
#overlayloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#overlayloading.open  {
    visibility: visible;
    opacity: 1;
}
ul.social-mobile{
   visibility: hidden;
}
.logo-holder{
    display:none;
}
section#distributors.contact input[type="submit"]{
    visibility: visible;
     border-bottom:0px;
    text-align:left;
    color:#b8ab69;
    font-weight: 400;
    border-top:1px solid #7a7a7a;
    text-transform: uppercase;
    font-size:18px;
    width:100%;
    padding-top:17px;
}

input[type="submit"]{
	visibility: visible;
}
footer li.hidden-sm.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-37  {
    display:none !important;
} 
.wrap-slide-prodhimi{
  float:left;
  width:100%;
}
.wrap-slide-prodhimi .slick-slide{
    height:initial;
}
.gallery{
    float:left;
    width:100%;
    height:100%;
}
.gallery ul li  {
  display: none;
}

.gallery ul li:first-child  {
    display: inline-block;
    // position:relative;
    width: 100%;
    height: 100%;
}
.gallery ul li a:first-child {
  position:relative;
  float:left;
  width: 100%;
  height: 100%;
}
.gallery ul li:first-child a:before{
  content:'';
  position:absolute;
  bottom:30px;
  right:0;
  background-image:url(images/gal.png);
  background-repeat: no-repeat;
  background-size: cover;
  width:230px;
  height:57px;
  cursor:pointer;
}
.sl-overlay{
  opacity:0.7;
  z-index: 99999;
}
.sl-wrapper .sl-image{
  z-index: 999999;
}
.sl-wrapper .sl-navigation button{
  z-index: 999999;
}
.gallery ul{
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.sl-wrapper .sl-close{
  z-index: 999999;
}
.sl-wrapper .sl-counter{
  z-index: 999999;
}
.container-gall{
    position:relative;
    height:100%;
}
h4.panel-title{
    max-width:95%;
}
footer li.menu-item-186{
    visibility: hidden;
}
section#mission .slick-initialized .slick-slide{
   display: block;
   outline: none !important;
}
/*body.home{
	overflow:hidden;
}*/
body.home.not-active{
	overflow:hidden;
}
/*#av-overlay-wrap{
  overflow:hidden !important;
}*/
.html-overflow{
	overflow-x: hidden;
}
/* Responsive */
/* Media queries 1200px */
@media (max-width: 1200px) {
    section#main-category .main-wrapper .title{
        width:970px;
    }
    .social-holder {
        max-width:15%;
    }
    .menu-holder{
        max-width:75%;
    }
    .language-holder{
        max-width:9%;
    }
    .menu-holder ul li{
        margin-left:9px;
    }
    .menu-holder ul li a img{
        margin:0 10px;
    }
    .language-holder ul li{
        margin-left:12px;
    }
    .language-holder ul li:first-child:after{
        right:-10px;
    }
    section#other-video .slick-arrow.slick-prev{
       left: 250px;
    }
    section#other-video .slick-arrow.slick-next{
        right: 250px;
    }
    .item-holder{
        height:612px;
    }
    section#other-video{
        height:600px;
    }
}
/* END Media queries 1200px */
/****************************************************************************************/
/* Media queries 1035px */
@media (max-width: 1035px){
   .input-holder{
    width:100px;
   }
}
/* END Media queries 1035px* /
/****************************************************************************************/
/* Media queries 992px */
@media (max-width: 992px) {
      .container.container-header{
        position:relative;
     }
    header.fixed #nav-icon3{
       top:13px;
     }
    #nav-icon3{
          width: 30px;
          height: 24px;
          position: absolute;
          right:15px;
          top:32px;
          -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;
    }
    #nav-icon3 span{
         display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: #b8ab6a;
          border-radius: 9px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          -ms-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
    }
    /* Icon 3 */

        #nav-icon3 span:nth-child(1) {
          top: 0px;
        }

        #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
          top: 7px;
        }

        #nav-icon3 span:nth-child(4) {
          top: 14px;
        }

        body.open #nav-icon3 span:nth-child(1) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

        body.open #nav-icon3 span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
        }

        body.open #nav-icon3 span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }

        body.open #nav-icon3 span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

     section#main-category .main-wrapper .title{
        width:750px;
    }
    
    .input-holder{
       width:90px;
       height:140px;
    }
    .form-entry{
        max-width:initial;
    }
    .menu-holder{
        position:absolute;
    }
    .logo-holder{ 
        float:left;
        width:100%;
        margin-top:12px;
        display:block;
     }
     .logo-holder a{
        position: absolute;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        left: 50%;
        width:85px;
        
       }
       header.fixed .logo-holder a{
        top:5px;
       }
    .language-holder{
        max-width:initial;
        width:initial;
    }
    header{
        top:15px;
    }
    body.open header{
        background-color: #000;
        width: 100%;
        display: inline-block;
        position: fixed;
        z-index: 99999;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
    body{
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .menu-holder{
        position: fixed;
        top: 0px;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        padding: 0 15px;
        margin-top: 0;
        width: 100%;
        height: 100%;
        background-color:#000;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        visibility: hidden;
        opacity:0;
    }
    body.open .menu-holder{
          transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        visibility: visible;
        opacity:1;
    }
     body.open .menu-holder ul li {
        display:block;
        width:100%;
     }
     body.open .menu-holder ul li a{
        display:block;
        width:100%;
        text-align:center;
        font-size:30px;
     }
     .menu-holder ul li{
        margin-left:0px;
     }
     .menu-holder ul{
           position: absolute;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            left: 50%;
     }
     .social-holder{
        display:none;
     }
     .menu-holder li.hidden-sm a {
        display:none !important;
     }
    body.open .menu-holder ul.social-mobile{
         visibility: visible;
        position:absolute;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%); 
        transform: translateX(-50%);
        left: 50%;
        top:initial;
        text-align:center;
     }
    body.open .menu-holder ul.social-mobile li{
        display:inline-block;
        width:initial;
        margin-left:4px;
     }
     body.open .menu-holder ul.social-mobile li:first-child{
        margin-left:0px;
     }
    body.open .menu-holder ul.social-mobile li a{
        color:#fff;
        height:25px;
        width:25px;
        text-align:center;
        border:1px solid #fff;
        border-radius:50%;
        display:block;
        background-color:transparent;
        font-size:15px;

     }
     body.open .menu-holder ul.social-mobile li a i{
       line-height:25px;
       font-size:16px;
     }
     .language-holder ul li:first-child{
         margin-left:0px;
     }
    section#other-video .slick-arrow.slick-prev{
       left: 150px;
    }
    section#other-video .slick-arrow.slick-next{
        right: 150px;
    }
    /*
    .img-wrapper.img-bigger img{
        height:615px;
    }
    .img-wrapper img{
        height:290px;
    }*/
    .title h2{
        font-size:30px;
        line-height:38px;
    }
    /*
    .item-holder{
        height:612px;
    }*/
    /*
    .video-wrapper img.cover{
        height:650px;
    }*/
    /*
    iframe{
        height:650px;
    }*/
    section#main-category{
        height:350px;
    }
    section#main-category.faq .main-wrapper .title h1{
        line-height:72px;
    }
    section#distributors .distributors-wrapper{
        height:280px;
        padding-top:40px;
    }
    .title h1{
        font-size:70px;
    }
    section#main-category.detail-view{
        height:480px;
    }
    section#main-category.detail-view .title h1{
        max-height: 290px;
        font-size: 55px;
        line-height: 70px;
    }
    section#desc-article .title p{
        margin-bottom:45px;
    }
    section#main-category .main-wrapper{
    	top:53%;
    }
    input[type="submit"]{
        visibility: visible;
        width: 100%;
        float: left;
        margin-top: 20px;
        color: #fff;
        font-weight: 300;
        font-size:25px;
    }
    section#distributors.contact .distributors-wrapper{
        height:365px;
    }
    section#distributors.contact p span textarea{
        padding-bottom:33px;
    }
    section#distributors.contact input[type="submit"]{
        padding-top:15px;
    }
    .item-holder span{
        bottom:5px;
    }
    section#about .item-holder .title{
        margin-bottom:8px;
    }
    section#about .border-here{
        padding-bottom:10px;
    }
     section#about.more-events .item-holder{
        max-height:620px;
        height:620px;
     }
     .video-wrapper{
        max-height:500px;
     }
     section#other-video .slick-slide{
        max-height:500px;
     }
     .item-holder{
        height:450px;
     }
     section#about .title p{
        max-height:110px;
     }
     .title p{
        font-size:18px;
        line-height:22px;
     }
     .show-off{
    display: none !important;
    }
    .non-visible-logo.show-off{
        display: none !important;
    }
    .visible-logo.show-off{
        display: none !important;
    }
    .visible-logo{
        display: block !important; 
    }
    .non-visible-logo{
        display: none !important;
    }
    .non-visible-logo.show{
        display: block !important;
    }
    .gallery ul li:first-child a:before{
        width: 192px;
        height: 47px;
    }
    section#mission .slick-slide{
        height:409px;
    }

}
/* END Media queries 992px */

/****************************************************************************************/
/* Media queries 917px */
@media (max-width: 917px) {
  .input-holder{
       width:75px;
       height:130px;
    }
    section#other-video{
    height:468px;
  }
}
/* END Media queries 917px */
/****************************************************************************************/


/* Media queries 768px */
@media (max-width: 768px) {
  .other-side{
    float:left;
  }
  .product-img{
    height:250px;
  }
  .product-img img{
    height:250px;
  }
  .text-holder{
    height:340px;
  }
  section#desc-article .title{
    max-width:100%;
  }
  .panel-body p{
    max-width:100%;
  }
     section#main-category .main-wrapper .title{
        width:initial;
    }
    .input-holder{
       width:80px;
       height:100px;
    }
    .input-holder input{
        font-size:60px;
    }
    section#other-video .slick-arrow.slick-prev{
       left: 50px;
    }
    section#other-video .slick-arrow.slick-next{
        right: 50px;
    }
    section#about .border-here{
        margin-bottom:30px;
        padding-bottom:35px;
    }
    ul.follow{
        margin-bottom:15px;
    }
    ul.address-ul{
        margin-bottom:15px;
    }
    section#mission .title{
        padding-right:5px;
    }
    .row.footer-border span{
       float:left;
    }
    section#production:before{
        width:100%;
    }
    section#objects:before{
        width:100%;
    }
    .extra-margin{
        margin-bottom:30px;
    }
    // section#objects .title h3{
    //     left:0px;
    // }
    // section#objects .title p{
    //     left:0px;
    //     top:110px;
   	//     bottom:initial;
   	//     max-height:222px;
    // }
    .title h1{
        font-size:50px;
        line-height:60px;
    }
    section#main-category.faq .main-wrapper .title h1{
        font-size:40px;
        line-height:50px;
    }
    .panel-title{
     font-size:24px;
     line-height:32px;
   }
   .container.intro-wrapper:before{
    background-image:none;
   }
   .form-entry{
    width:100%;
    max-width:90%;
   }
   .form-entry img{
   	 width:100px;
   }
   .form-entry.error-page h3{
   	 font-size: 60px;
    max-width: 90%;
    width: 100%;
    text-align: center;
   }
   // section#production .title p{
   // 	top:110px;
   // 	bottom:initial;
   // 	max-height:222px;
   // }
   section#production{
   	 height:350px;
   	 min-height:350px;
   }
   section#objects{
	   	height:350px;
	   	min-height:350px;
   }
   section#history .title{
    width:100%;
    padding:4px;
   }
   section#distributors.contact .distributors-wrapper{
    height:341px;
   }
   section#distributors.contact input[type="submit"]{
    padding-top:12px;
    margin-top:3px;
   }
   section#faq ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    -o-column-count:1; /* Firefox */
    -ms-column-count:1;
    column-count: 1;
  }
  .item-holder span{
    bottom:5px;
  }
  section#about{
    padding-bottom:20px;
  }
  section#mission .title h4{
    max-height:130px;
  }
  section#about.more-events .item-holder{
  	height:initial;
  }
  section#about.more-events .border-here{
  	padding-bottom:45px;
  }
  section#distributors {
    padding-bottom:0px;
  }
  section#distributors.contact{
    padding-bottom:0px;
  }
    .video-wrapper{
      max-height:350px;
    }
    section#other-video .slick-slide{
        max-height:350px;
    }

  .item-holder{
    height:initial;
  }
  .align-div{
    margin-bottom:30px;
  }
  section#objects .title{
    width:95%;
  }
  section#other-video{
    height:350px;
  }
  .video-wrapper:before{
    width: 67px;
    height: 67px;
  }
  .video-wrapper h1{
    bottom: 40px;
    font-size: 16px;
  }

}
/* END Media queries 768px */
@media only screen and (max-width: 768px) and (min-width: 500px){
  .img-wrapper.img-bigger img{
    height:580px;
  }
}
/****************************************************************************************/
/* Media queries 597px */
@media (max-width: 597px) {
   .input-holder{
       margin-left:20px;
    }
}
/* END Media queries 597px */

/* Media queries 517px */
@media (max-width: 517px) {
   .input-holder{
       margin-left:10px;
       width:55px;
       height:76px;
    }
    .input-holder input{
      font-size:25px;
    }
   
}
/* END Media queries 517px */
/****************************************************************************************/ 


/* Media queries 500px */
@media (max-width: 500px) {
   .title h1{
      font-size:50px;
      line-height:60px;
   }
   .main-wrapper{
      top:initial;
      bottom:40px;
   }
   section#main-image span{
    bottom:20px;
   }
   .title h2{
    font-size:25px;
    line-height:32px;
   }
   /*
   .img-wrapper img{
    height:240px;
   }*/
   /*

   .img-wrapper.img-bigger img{
    height:500px;
   }*/
   
   .item-holder{
    /*height:499px;
    height:initial;*/
   }
   .img-wrapper{
    margin-bottom:20px;
   }
   .title h3{
    font-size:20px;
   }
   section#about .title p{
    margin-top:15px;
   }
   .title p{
     font-size:18px;
     line-height:25px;
   }
   .item-holder span{
    bottom:3px;
   }
   section#about .border-here{
    width:100%;
   }
   section#about .align-div{
    width:100%;
    margin-bottom:30px;
   }
   .img-wrapper.img-bigger{
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    width:initial;
   }
   section#about .title p{
    max-height:80px;
   }
   /*
   iframe{
    height:450px;
   }*/
   /*
   .video-wrapper img.cover{
    height:450px;
   }*/
   section#main-category .main-wrapper .title{
    margin-top:30px;
   }
   section#main-category{
    height:250px;
   }
   section#main-category .main-wrapper{
    width:100%;
   }
   section#main-category.detail-view .title h1{
    max-height: 149px;
    font-size: 40px;
    line-height: 48px;
   }
   section#main-category.detail-view{
    height:350px;
   }
   section#main-category.faq .main-wrapper .title{
    margin-top:20px;
   }
   section#main-category.faq .main-wrapper .title h1{
    font-size:30px;
    line-height:38px;
   }
   .panel-title{
     font-size:20px;
     line-height:28px;
     padding-right:30px;
   }
   
   .main-wrapper{
    max-width:312px;
   }
   body.home section#main-image .title h1{
    max-height:180px;
   }
   section#distributors.contact .distributors-wrapper{
    height:363px;
   }
   section#distributors.contact input[type="submit"]{
    margin-top:20px;
   }
   section#main-image{
   	max-height:900px;
   }
   section#other-video .slick-dots{
     bottom:0px;
   }
   .gallery ul li:first-child a:before{
     width: 140px;
     height: 34px;
   }
   section#other-video{
    height:304px;
   }
}
/* END Media queries 500px */ 



