/* CSS Document */
@font-face {
    font-family: 'Velour';
    src: url('../fonts/VelourBold-Bold.woff2') format('woff2'),
        url('../fonts/VelourBold-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('../fonts/VelourThin.woff2') format('woff2'),
        url('../fonts/VelourThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('../fonts/VelourSemiBold.woff2') format('woff2'),
        url('../fonts/VelourSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('../fonts/VelourLight.woff2') format('woff2'),
        url('../fonts/VelourLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('../fonts/Velourmedium.woff2') format('woff2'),
        url('../fonts/Velourmedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('../fonts/VelourRegular.woff2') format('woff2'),
        url('../fonts/VelourRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
body{ margin:0; padding:0; font-family: 'Cardo', serif; overflow-x:hidden; color: #3b3b3b; background: #f1faf8;}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
.clearfix{ clear:both; float:none;}

.h20{ height:20px;}.h40{ height:40px;}.h60{ height:60px;}.h90{ height:90px;}

.headerTop{position: relative; left: 0; top: 0; width: 100%; z-index: 100;}
.header{position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; height: 80px; margin: 0 0 0 0; padding:0; background: #fff; }

.nopad{ padding-left:0 !important; padding-right:0 !important;}

.header ul{ list-style:none;}
ul.navbar {
  display:inline-block; float:left; position:relative;
  width: auto;
  margin: 20px 40px 20px auto; transition: all 0.3s ease-in-out; font-family: 'Velour';
}

ul.navbar li {
	display:inline-block;
	padding: 0  0 0 30px;
	position: relative;
}

ul.navbar li a {
	display: block;
	padding: 13px 3px 50px 3px;
	font-weight:400 !important;
	text-decoration: none;
	transition: all .2s ease-in-out; 
	font-size:15px; color:#3b3b3b !important;
	position:relative;letter-spacing: 0.5px; 
}

/*ul.navbar li:before
{
	position:absolute; left:0; bottom:21px; height:5px; width:5px; border-radius:100%; color:#f90; background:#f90; content:"";transition: all .2s ease-in-out; z-index:0; 
	
}*/


ul.navbar li:hover > a:hover {
	color:#333 !important;
}
ul.navbar li:hover:before {
	left:50% !important;
}
ul.navbar li a.mLink {
}


ul.navbar li a.mLink:hover {
	color:#a19c30 !important;
}


ul.navbar ul li a {
	font-size:13px !important; color:#fff !important; width:100% !important; font-weight:300 !important; padding:11px 3px 11px 3px !important;
}

ul.navbar ul li{ margin:0 0 !important; padding-left:15px !important;  width:100% !important;}

ul.navbar ul li:before
{
	position:absolute; left:0; bottom:0 !important; height:2px; width:0; border-top:1px solid #a19c30; color:#a19c30; background:#a19c30; content:"";transition: all .2s ease-in-out; z-index:0; 
	
}

ul.navbar ul li a > i {
	float:right;
	padding-right:0;
	transition: all .2s ease-in-out; 
	font-size:16px;
}
ul.navbar ul li a:hover > i {
	padding-right:5px;
	
}

ul.navbar li ul {
  margin: 0;
  position: absolute;
  background: #a19c30;
  top: 200px;
    left: 30px;
  font-size: 13px !important;
  min-width: 200px;
  padding:15px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all .3s ease;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.12); 
  border-top:3px solid #a19c30; 
}

ul.navbar li ul:before {
    content: "";
    display: block;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a19c30;
    z-index: 3;
    position: absolute;
    left: 0;
    top: -18px;
    margin-left: 0;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}


ul.navbar ul li { float: none; }
ul.navbar li:hover > ul { opacity: 1; visibility: visible; top: 0; max-height: 750px }
ul.navbar > li:hover > ul { opacity: 1; visibility: visible; top: 60px;}
ul.navbar > li:hover > ul:before { opacity:1; transition-delay: 0.0s; }
ul.navbar li > ul  ul { top: 0; left: 90%; }
ul.navbar li > ul li:hover > ul { left: 100%; }

.logo{width:auto; display:inline-block; float:left; margin:35px 0 0 30px;}
.logo .lWhite{height:40px;}





.lavalamp-object{ position:absolute; left:0; top:40px; width:5px; height:5px; border-radius:100%; background:#fe533d; transition: all .2s ease-in-out; opacity:0;}

.menu-item_plus{ position:relative; left:0;}
.menu-item_plus:before {
	position: absolute;
    content: "";
    z-index: 1;
    background: #fe533d;	
    width: 0;
    height: 2px;
    left: -14px;
    top: 50%;
    transform: translateY(-50%); transition: all .2s ease-in-out;
}

ul.navbar li a.mLink:hover .menu-item_plus:before {
	width:8px;
}
ul.navbar li a:hover .menu-item_plus:before {
	width:8px;
}






.topbar-search .fa.toggle-search{color:#3b3b3b !important;}
.topbar-search{display:inline-block;position:relative;line-height:34px;}
.fa.toggle-search{height:42px;width:42px;top:16px;text-align:center;line-height:22px;right:8px;font-size:17px;position:absolute;color:inherit;cursor:pointer}
.topbar-phone a,.topbar-email a,#menu-topbar-menu li a,.navbar-topbar li a,.fa.toggle-search{-webkit-transition:.25s;-moz-transition:.25s;-ms-transition:.25s;-o-transition:.25s;transition:.25s}
.topbar-phone a:hover,.topbar-email a:hover,#menu-topbar-menu li a:hover,.navbar-topbar li a:hover,.fa.toggle-search:hover{opacity:1}
.topbar-search .search-form .search-submit{height:34px;width:34px;top:0;right:0;font-size:13px;display:none}
.topbar-search .search-form label{margin-bottom:0}
.topbar-search .search-form .search-field{background:#f7f9fb;border:1px solid #e5e7f2;border-radius:4px;line-height:34px;height:34px;margin:0;font-size:12.4px;padding:0 10px;width:0;opacity:0;font-weight:400; transition:.25s}
.topbar-search .search-form.active .search-field{width:250px;opacity:1}
.topbar-search .fa.toggle-search.fa-times{color:#1f1f1f !important;}


.searchC{width: 100%; height: 60px; background: #fff; position: absolute;  top: -60px; opacity: 0; transition:.25s; z-index: 1001;}
.searchCS{top:80px; opacity: 1; transition:.25s;}


.instaBox{width: 100%;height: auto; position: relative; margin-bottom: 10px;}
a.insta{ display:block; width:100%; height:100%; transition:all .5s; overflow:hidden; position: relative;}
a.insta:hover .newsKutu{ visibility:visible; opacity:1;}
.newsKutu{ width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.8); visibility:hidden; opacity:0; transition:all .5s; text-align:center; color:#fff; padding:40% 20px 0 20px; font-size:15px; font-weight:300; letter-spacing:2px; line-height:20px;}
a.insta img{ width:100%; display:block;}



ul.footerLinkk{ padding:0; list-style:none;  display: inline-block;  margin: 0 auto; width: auto; height: 30px; opacity: 0.7;}
ul.footerLinkk li{ padding:3px 30px; float:left; width:auto; height: 30px;  line-height: 30px;}
ul.footerLinkk li a{ font-size:12px; color:#3b3b3b; transition:all .5s; letter-spacing:2px; position:relative; font-weight:300; line-height: 30px; display: block;  height: 30px;}
ul.footerLinkk li a:hover{ color:#a19c30;}


a.langA {
    display: inline-block;
    width: auto;
    height: auto;
    
    padding:5px 5px 3px 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #3b3b3b;
    position: relative;
    transition: all .5s; float: right;
    margin: 26px 10px 0 0;   border-left:1px solid #989898;
}
a.langA:hover {  color: #a19c30;}


a.listBox{width: 100%; height: auto; padding: 15px 30px; display: block;}
.listTC{width: 100%;  padding: 15px 0 0 0;}
.listTit{width: 100%; text-align: center; font-size: 17px; font-style: italic; font-weight: 400;  color: #3b3b3b; letter-spacing: 1px;}
.listStit{width: 100%; text-align: center; font-size: 11px;  font-weight: 300; font-style: italic; padding: 5px 0 5px  0; color: #3b3b3b;  line-height: 16px; min-height: 42px;}
.listSStit{width: 100%; text-align: center; font-size: 11px;  font-weight: 300; font-style: italic; color: #3b3b3b;}
.libxImgCon{width: 100%;  position: relative;}
.libxImgCon img{width: 100%; }

.contactTi{width: 100%; height: auto; font-size:15px; font-weight: 300;  letter-spacing: 1.5px;}
.contactTbox{width: 100%; height:40px; line-height: 40px; padding: 10px; border:1px solid #e3e3e3; font-size:13px; font-weight: 100; letter-spacing: 1px;}
.contactTboxC{width: 100%; height: auto; padding: 10px 0; margin-bottom: 20px;}
.contactTi span{ color: #DB0407; vertical-align: text-top;}
.contactTabox{width: 100%; height:auto; line-height: 20px; padding: 10px; border:1px solid #e3e3e3; font-size:13px; font-weight: 100; letter-spacing: 1px; resize: none;}

.submitBtn{display: block; width: auto; height: auto; padding: 20px  20px; background: #3b3b3b; color: #fff; cursor: pointer;transition: all .5s; border:1px solid #3b3b3b;}
.submitBtn:hover{display: block; width: auto; height: auto; padding: 20px  20px; background: #fff; color: #3b3b3b; cursor: pointer; border:1px solid #3b3b3b;}

a.contactL{color: #a19c30; text-transform:uppercase;}


a.pressL{display: block; width: 100%; color: #3b3b3b; font-weight: 100; padding: 6px 0; letter-spacing: 1px;transition: all .5s; font-size: 12px;}

a.pressL:hover{ color: #a19c30;}





.slickGallery{width: auto; height: 500px; padding: 0 10px;}
.slickGallery img{height:500px;}
.slick-slide img {
    display: block;
}




.slideCount{text-align: center; padding: 25px 0; font-size: 12px;}

.current{font-size: 12px;}
.total{font-size: 12px;}

.slide-btn-prev{background: none; font-size: 24px; padding-right: 10px; line-height: 27px; display: inline-block; position: relative; top: 2px; cursor: pointer;transition: all .5s; width: 130px;}
.slide-btn-next{background: none; font-size: 24px; padding-left: 10px; line-height: 27px; display: inline-block; position: relative; top: 2px; cursor: pointer;transition: all .5s; width: 130px;}

.slide-btn-prev:hover{color: #a19c30; padding-right: 30px;}
.slide-btn-next:hover{color: #a19c30; padding-left: 30px;}


a.filmCon{width: 100%; background: #ebeaea; padding: 20px 10px; margin-bottom: 20px; display: block;}
.filmDescC{display: block; vertical-align: middle; position: relative; text-align: center;}
.filmDescC a{margin-top: 125px; display: block; width: 100%; color: #3b3b3b;transition: all .5s;}

a.filmCon h3{margin-top: 125px; font-size: 14px; font-weight: 400; padding-bottom: 15px;  font-style: italic; transition: all .5s; color: #3b3b3b;}
a.filmCon span{font-size:11px; font-weight:400; transition: all .5s; color: #3b3b3b;}

a.filmCon:hover h3{ color: #a19c30;}
a.filmCon:hover span{ color: #a19c30;}






/* Mobile Menu */

.logomobile{ width:179px; float:left; height:40px; margin:15px 0 15px 14px;}
.mobileheader{
	width:100%; min-height:70px;
	background-color:#FFF;
	display:none;
	position:relative;
	z-index:5000;
	 box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
	
}
.mobileSep{height:70px; width:100%; display:none;}


a.mobileLink{ width:100%; height:40px; display:inline-block; font-size:12px; text-align:center; border-bottom:1px dotted #999; color:#a19c30; font-weight:600; line-height:40px;}
a.mobileLink:hover{ background:#a19c30; color:#fff;}
a.smobileLink{ width:100%; height:40px; display:inline-block; font-size:12px; text-align:center; border-bottom:1px dotted #999; color:#a19c30; font-weight:600; line-height:40px;}
a.smobileLink:hover{ background:#a19c30; color:#fff;}

a.mobileActive{background:#a19c30; color:#fff;}

#mobile #toggle-bar {
	line-height:70px;
	height:70px;
	
}


.mobileMenuSub ul{ margin-left:0 !important; margin-bottom:0 !important;}
.mobileMenuSub ul li {
	clear:both;
	list-style:none;
	position:relative;
	z-index:5000;
	margin:0 !important; padding:0;
}

.mobileMenuSub ul li a {
	font-size:13px;
	display:block;
	border-bottom:1px dotted #999;
	margin:2px 0;
	padding:10px 0 10px 0;
	color:#333;
	text-decoration:none;
	text-align:center;
	font-weight:300;
}
.mobileMenuSub ul li a:hover {
	color:#a19c30;
	text-decoration:none;
	text-align:center;
	font-weight:300;
}


.btn11 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 20px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn11 .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #333;
}
.btn11 .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #333;
  left: 15px;
}
.btn11 .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}	


.sliderContainer{ height: 100vh;}

.rowPadding{padding: 0 150px;}
    .mDis{display: block;}
    .dDis{display: none !important;}

.h150{height:150px;}
.h100{height:100px;}
.h50{height:50px;}
.h30{height:30px;}


.aboutPhoto{text-align: right; padding-top: 90px;}

.pressPhoto{height: 550px; width: auto;}
.prssCon{padding: 0 10px;}

.btotop{width:100%; height: 30px; text-align:right; font-size:12px; letter-spacing:2px; font-weight:300; color:#525252; line-height:32px; cursor: pointer; opacity: 0.7;}
.cRight{width:100%; height: 30px; text-align:left; font-size:11px; letter-spacing:2px; font-weight:300; color:#525252; line-height:30px; opacity: 0.7;}

.mobileSlidCon{width:100%; position:relative; height:auto; display: none;}



.langBTNM {
    width: auto;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    color: #3b3b3b;
    background: #f1faf8;
    font-weight: 600;
    padding: 0 10px;
    line-height: 25px;
}

.siteErr{width:100%; height:50px; background:#d00000; color:#fff; margin:30px auto; text-align:center; line-height:50px;}
.siteOk{width:100%; height:50px; background:#77ab13; color:#fff; margin:30px auto; text-align:center; line-height:50px;}

.sKeywordd{width:200px !important; height:29px !important; float:left; margin:5px; border:1px solid #083f88; background:#e3e3e3 !important; font-size:13px; font-weight:300; padding:0 5px;}
.sTitle{width:100%; height:50px; line-height:50px; padding:0 10px; background:#e3e3e3; color:#333; font-weight:300; margin-bottom:10px;}

a.searchLink{width:100%; height:40px; line-height:40px; padding:0 1%; background:#fff; color:#111; border-bottom:1px solid #e3e3e3; margin-bottom:2px; display:block;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
a.searchLink:hover{ background:#a19c30; color:#fff;}