@import url("https://fonts.googleapis.com/css?family=Asap:400,500,600,700&subset=latin-ext");
@font-face { font-family: "DINPro-Regular"; src: url("../fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro-Regular.svg#DINPro-Regular") format("svg"); font-weight: normal; font-style: normal; }

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

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

.ff-asap-m { font-family: "Asap", sans-serif; font-weight: 600; }

.ff-asap-b { font-family: "Asap", sans-serif; font-weight: 700; }

.ff-medium { font-family: "DINPro-Medium", sans-serif; }

.ff-bold { font-family: "DINPro-Bold", sans-serif; }

body { background-color: #fff; color: #000000; font-family: "DINPro-Regular", sans-serif; font-size: 14px; padding-top: 117px; overflow-x:hidden; }
body.fixed-header { padding-top: 101px; }
body.fixed-header header { height: 101px; background-color: rgba(255, 255, 255, 0.9); }
body.fixed-header header .nav-form .custom-navbar ul li a { padding: 11px 10px !important; }

header { box-shadow: 0px 3px 20px 0px #717171; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; padding: 10px 0; height: 117px; background-color: #fff; position: fixed; z-index: 999; width: 100%; left: 0; top: 0; }
header .logo { display: block; }
header .head { margin-top: 10px; font-size: 16px; color: #9e7111; }
header .head .f-m { margin-right: 30px; }
header .head .social a { display: inline-block; width: 21px; height: 21px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; background-color: #aa8c52; color: #fff; font-size: 12px; line-height: 21px; text-align: center; }
header .head .social a.facebook:hover { background-color: #4867aa; }
header .head .social a.twitter:hover { background-color: #00aced; }
header .head .social a.instagram:hover { background-color: #40729b; }
header .head .social a.google:hover { background-color: #de4e43; }
header .head .social a.youtube:hover { background-color: red; }
header .head .social a.linkedin:hover { background-color: #0077B5; }
header .nav-form { text-align: center; }
header .nav-form .custom-navbar { display: inline-block; }
header .nav-form .custom-navbar ul li a { color: #9e7111; font-family: "DINPro-Medium", sans-serif; font-size: 14px; padding: 19px 10px !important; position: relative; z-index: 1; }
header .nav-form .custom-navbar ul li a.active { background-color: #aa8c52; color: #fff; }
header .nav-form .form a { background-color: #aa8c52; color: #fff; font-size: 13px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
header .nav-form .form a:hover { background-color: #9e7111; }


footer .footer-content .social a{display: inline-block;width: 21px;height: 21px;border-radius: 3px;margin-top: 25px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;background-color: #aa8c52;color: #fff;font-size: 12px;line-height: 21px;text-align: center;}


.contents { position: relative; z-index: 998; }
.contents.n-shadow { box-shadow: none; }
.contents .home-slides { overflow: hidden; position: relative; }
.contents .home-slides .image { background-attachment: fixed; -webkit-background-size: cover; background-size: cover; width: 100%; height: 100%; position: absolute; }
.contents .home-slides .slick-next { right: 12px; }
.contents .home-slides .slick-prev,
.contents .home-slides .slick-next { margin-top: -45px; background-color: #9e7111; padding: 20px; width: 60px; height: 90px; }
.contents .home-slides .slick-prev:before,
.contents .home-slides .slick-next:before { font-size: 50px; font-family: "FontAwesome"; }
.contents .home-slides .slick-prev:before { content: "\f104"; }
.contents .home-slides .slick-next:before { content: "\f105"; }
.contents .home-slides .slick-prev:hover { left: -10px; }
.contents .home-slides .slick-next:hover { right: 0; }
.contents .home-slides .scrolling { background-image: url(../images/scrolling.png); width: 48px; height: 167px; position: absolute; right: 0; z-index: 99; bottom: 15%; right: 16px; -webkit-animation: mover 0.8s infinite alternate; animation: mover 0.8s infinite alternate; }

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

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

.contents .home-slides .slide { height: 87.6vh; }
.contents .home-slides .caption { width: 100%; height: 100%; position: absolute; color: #fff; z-index: 999; text-shadow: 2px 2px 0px #000; text-align: center; }
.contents .home-slides .caption .title { margin-top: 11%; font-size: 80px; line-height: 100%; position: relative; letter-spacing: -8px; }
.contents .home-slides .caption .text { font-size: 50px; position: relative; letter-spacing: -5px; }
.contents .home-slides .caption .btn { background-color: #9e7111; color: #fff; text-shadow: none; font-size: 20px; }
.contents .home-slides .caption .btn:hover { background-color: #aa8c52; }
.contents .content-area { position: relative; }
.contents .content-area .ch-position { position: absolute; left: 0; top: 0; z-index: 1; }
.contents .content-area .cb-position { position: absolute; left: 0; top: 50%; z-index: 0; }
.contents .content-area.home-content .hc-desc .title { line-height: 100%; color: #005f5d; font-size: 25px; }
.contents .content-area.home-content .hc-desc .desc { font-size: 18px; }
.contents .page-media .list { position: relative; }
.contents .page-media .list.press img { width: 100%; }
.contents .page-media .list .photo { overflow: hidden; display: block; position: relative; }
.contents .page-media .list .photo img { border: 1px solid #bba374; }
.contents .page-media .list .item { margin-bottom: 30px; position: relative; }
.contents .page-media .list .item:hover .mask { top: 0; }
.contents .page-media .list .mask { overflow: hidden; position: absolute; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; left: 0; top: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9; width: 100%; height: 100%; }
.contents .page-media .list .mask .desc { position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; padding: 10px; line-height: 100%; text-align: left; font-size: 12px; }
.contents .page-media .press-detail { font-family: "Asap", sans-serif; font-weight: 500; color: #000; margin-top: 70px; }
.contents .page-media .press-detail .date { background-color: #9e7111; color: #000; font-size: 16px; padding: 0 10px; vertical-align: baseline; }
.contents .page-media .dsc { font-size: 16px; line-height: 30px; }
.contents .page-contact { background: url(../images/contact-bg.jpg) no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.contents .page-contact .info-form .maps { font-size: 14px; }
.contents .page-contact .info-form .info { margin-top: 0; }
.contents .page-contact .info-form .form { background-color: transparent; padding: 0; }
.contents .page-contact .info-form .form .desc { color: #000; line-height: 25px; color: #000; }
.contents .page-contact .info-form .form .desc a { color: #000; text-decoration: underline !important; }
.contents .page-contact .info-form .form .rule { font-size: 12px; color: #b6b9ba; }
.contents .page-contact .info-form .form-control,
.contents .page-contact .info-form textarea { background-color: transparent; }
.contents .content-padding { padding: 70px 0; }
.contents .content-padding.pnb { padding-bottom: 0; }
.contents .content-padding.padding-35 { padding: 35px 0; }
.contents .content-ah { height: 87.6vh; }
.contents .all-content-bg { background: url(../images/content-header.png) no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

footer { background: url(../images/footer-bg.jpg) no-repeat center bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; z-index: 950; }
footer .footer-content { position: relative; z-index: 9999; padding-top: 75px; }
footer .footer-content .validebag .title { margin-bottom: 0; }
footer .footer-content .footer-bottom { font-size: 16px; margin-top: 100px; padding-bottom: 20px; }
footer .footer-content .footer-bottom .number { margin-top: 50px; }
footer .footer-content .footer-bottom .cell { margin-top: 40px; }
footer .footer-content .footer-bottom .cell img { margin-left: 15px; }
footer.contact-footer { background: none; }
footer.contact-footer .footer-content { padding-top: 0; }
footer.contact-footer .footer-bottom { margin-top: 15px; }

/*  ################################################################ */
.slick-slide img { display: inline-block; }

a,
.hvr-a,
button { outline: none; color: #000; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none !important; }
a:hover,
.hvr-a:hover,
button:hover { color: #a29062; }

input:focus { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.t-ellipsis { white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; }

.n-p { padding: 0; }

.n-p-t { padding-top: 0 !important; }

.n-m { margin: 0; }

.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #9e7111 !important; }

.navbar-toggle { border: none; background: transparent; padding: 0px; }

.navbar-toggle:hover { background: transparent; }

.navbar-toggle .icon-bar { width: 30px; transition: all 0.2s; height: 3px !important; margin: 5px 0; }

.navbar-toggle .top-bar { transform: rotate(45deg); transform-origin: 10% 10%; }

.navbar-toggle .middle-bar { opacity: 0; }

.navbar-toggle .bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar { transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar { opacity: 1; }

.navbar-toggle.collapsed .bottom-bar { transform: rotate(0); }

.n-b-r { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.custom-form .formError { margin-top: 20px !important; }
.custom-form .formError .formErrorArrow div,
.custom-form .formError .formErrorContent { background-color: #aa8c52; }

.info-form .info { margin-top: 80px; color: #000; font-size: 17px; line-height: 30px; }
.info-form .info h6 { font-size: 18px; margin-bottom: 50px; }
.info-form .info .maps { margin-top: 15px; }
.info-form .info .maps a { margin-right: 5px; display: inline-block; background-color: #000; color: #917347; line-height: 100%; padding: 10px; height: 100%; position: relative; z-index: 999; }
.info-form .info .maps a:hover { background-color: #917347; color: #fff; }
.info-form .info .maps a i { margin-left: 5px; }

.info-form .form { background-color: #fff; padding: 40px; }
.info-form .form span.tit { color: #3e3934; display: block; }

.custom-form .input-g, .custom-form .input-group-addon, .custom-form textarea { border: 2px solid #b3b3b3; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; /*border-left: none;*/ }
input#NameSurname { background: url("/assets/images/icon-user.png") 15px center no-repeat; }
input#Name { background: url("/assets/images/icon-user.png") 15px center no-repeat; }
input#Surname { background: url("/assets/images/icon-user.png") 15px center no-repeat; }
input#Subject { background: url("/assets/images/icon-info.png") 15px center no-repeat; }
input#Phone { background: url("/assets/images/icon-phone.png") 15px center no-repeat; }

input#Email { background: url("/assets/images/icon-email.png") 12px center no-repeat; }
.custom-form .input-group-addon,
.custom-form textarea { background-color: transparent; border-right: none; border-left: 2px solid #b3b3b3; }

.custom-form textarea { padding: 10px !important; outline: none; resize: none; border-right: 2px solid #b3b3b3; }

.custom-form .form-control { color: #949494; font-size: 12px; padding: 0.7rem 0.7rem 0.7rem 0; padding-left: 45px; }

.custom-form i { color: #b4b4b4; }

.custom-form .input-group { margin-top: 15px; position: relative; }

.custom-form .desc { line-height: 100%; }

.custom-form [type="radio"]:checked,
.custom-form [type="radio"]:not(:checked) { position: absolute; left: -9999px; }

.custom-form [type="radio"]:checked + label,
.custom-form [type="radio"]:not(:checked) + label { position: relative; padding-left: 25px; cursor: pointer; line-height: 17px; display: inline-block; color: #000; }

.custom-form [type="radio"]:checked + label:before,
.custom-form [type="radio"]:not(:checked) + label:before { content: ""; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #c3c3c3; border-radius: 100%; background: #fff; }

.custom-form [type="radio"]:checked + label:after,
.custom-form [type="radio"]:not(:checked) + label:after { content: ""; width: 12px; height: 12px; background: #000; position: absolute; top: 3px; left: 3px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.custom-form [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }

.custom-form [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.custom-form .styled-checkbox { position: absolute; opacity: 0; }
.custom-form .styled-checkbox + label { position: relative; cursor: pointer; padding: 0; }
.custom-form .styled-checkbox + label:before { content: ""; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; background: #b3b3b3; vertical-align: middle; }
.custom-form .styled-checkbox:hover + label:before { background: #aa8c52; }
.custom-form .styled-checkbox:focus + label:before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
.custom-form .styled-checkbox:checked + label:before { background: #aa8c52; }
.custom-form .styled-checkbox:disabled + label { color: #b8b8b8; cursor: auto; }
.custom-form .styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; }
.custom-form .styled-checkbox:checked + label:after { content: ""; position: absolute; left: 5px; top: 9px; background: #fff; width: 2px; height: 2px; box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff; transform: rotate(45deg); }

.custom-form .cstm-btn { width: 100%; cursor: pointer; background-color: #9e7111; display: block; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; padding: 15px 0; color: #fff; }
.custom-form .cstm-btn:hover { background-color: #aa8c52; }

.custom-form .max-length { color: #9e7111; font-size: 12px; }

.custom-form .form-control:focus { border-color: #b3b3b3; }

.custom-button .slick-dots { bottom: -30px; }

.custom-button .slick-dots li.slick-active button:before { background-color: #000; }

.custom-button .slick-dots li button:before { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-indent: -9999; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border: 1px solid #000; width: 17px; height: 17px; color: transparent; }

[data-toggle="collapse"] i:before { content: "\f107"; }

[data-toggle="collapse"].collapsed i:before { content: "\f105"; }

.slick-slide { text-align: center; }

.load-container { width: 100%; position: relative; position: fixed; left: 0; top: 0; background: #fff; z-index: 9999; height: 100%; }
.load-container .load-wrap { position: absolute; left: 50%; top: 50%; margin: -60px 0 0 -60px; }
.load-container .load-wrap .outer { width: 100px; height: 100px; border-top: 5px solid #a29062; border-radius: 50%; -webkit-animation: rot1 55s linear infinite; }

@-webkit-keyframes rot1 {
    from { transform: rotate(0deg); }
    to { transform: rotate(11360deg); }
}

.load-container .load-wrap .inner { width: 84px; height: 84px; border-radius: 50%; border-top: 3.5px solid #000000; position: absolute; top: 8px; left: 8px; -webkit-animation: rot2 15s linear infinite forwards; }

@-webkit-keyframes rot2 {
    from { transform: rotate(3360deg); }
    to { transform: rotate(0deg); }
}

#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }

#loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #9e7111; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 1001; }

#loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #aa8c52; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }

#loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f1c40f; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222; z-index: 1000; }

#loader-wrapper .loader-section.section-left { left: 0; }

#loader-wrapper .loader-section.section-right { right: 0; }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.loaded #loader-wrapper { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }

.transition { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.background-cover, .contents .home-slides .slide, .contents .content-area { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.p-a-0 { position: absolute; left: 0; top: 0; z-index: 0; }

.zi-1000 { position: relative; z-index: 1000; }

.hover-mask { -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; z-index: 99; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.hover-mask i { margin: -20px 0 0 -17px; position: absolute; top: 50%; left: 50%; color: #fff; font-size: 40px; }

.carousels .carousel .slide { position: relative; }

.carousels .carousel .box { position: relative; display: block; }
.carousels .carousel .box:hover .hover-mask { opacity: 1; }

.carousels .slick-prev,
.carousels .slick-next { background-color: #9e7111; width: 30px; height: 45px; }
.carousels .slick-prev:before,
.carousels .slick-next:before { font-size: 20px; font-family: "FontAwesome"; }

.carousels .slick-prev:before { content: "\f104"; }

.carousels .slick-next:before { content: "\f105"; }

.anim-shine::before,
.shine figure::before { top: 0; content: ""; }

.shine figure { position: relative; }

.shine figure::before { position: absolute; left: -75%; z-index: 2; display: block; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }

.shine:hover::before { -webkit-animation: shine 0.75s; animation: shine 0.75s; }

.anim-shine { position: relative; }

.anim-shine::before { position: absolute; left: -75%; z-index: 2; display: none; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }

.anim-shine:hover::before { display: block; -webkit-animation: shine 0.75s; animation: shine 0.75s; }

@-webkit-keyframes shine {
    100% { left: 125%; }
}

@keyframes shine {
    100% { left: 125%; }
}

.anim-zoom { overflow: hidden; }

.anim-zoom img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.anim-zoom:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

input,
select,
textarea,
button { font-family: "DINPro-Regular", sans-serif; font-size: 14px; }

.validebag { text-align: center; }
.validebag .title { margin-bottom: 50px; color: #aa8c52; }
.validebag .title h5 { font-size: 35px; letter-spacing: -2px; }
.validebag .title h1 { letter-spacing: -8px; font-size: 95px; }
.validebag .photo { display: inline-block; }

.content-abs { padding-top: 100px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; }

.custom-modal .modal-body { padding: 0; }

.custom-modal button.close { outline: none; background: #9e7111; color: #fff; text-shadow: none; padding: 2px 5px; position: absolute; right: 0; top: 0; }

.custom-tabs ul { border: none; }
.custom-tabs ul li { overflow: hidden; margin: 0 2px; font-family: "DINPro-Medium", sans-serif; float: left; color: #000; padding: 5px 20px; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; position: relative; }
.custom-tabs ul li:last-child:before { display: none; }
.custom-tabs ul li:before { content: " "; position: absolute; border-right: 1px solid #9e7111; right: 0; top: 0; height: 100%; }

.custom-tabs .tab-contents { margin-top: 50px; }
.custom-tabs .tab-contents .tab-cont { display: none; }

.custom-tabs .hvr-e li:after { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }

.f-m { display: inline-block; font-size: 16px; color: #9e7111; margin-right: 30px; }
.f-m a { color: #9e7111; }
.f-m i { color: #9e7111; margin-right: 5px; font-size: 30px; vertical-align: middle; }

.tel { color: #9e7111; }

.hvr-e li,
.hvr-e a { font-family: "DINPro-Medium", sans-serif; font-size: 14px; position: relative; z-index: 1; }
.hvr-e li.active,
.hvr-e a.active { color: #fff; background-color: #9e7111; }
.hvr-e li:hover,
.hvr-e a:hover { color: #9e7111; }
.hvr-e li:hover:after,
.hvr-e a:hover:after { opacity: 1; visibility: visible; height: 100%; }
.hvr-e li:after,
.hvr-e a:after { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 1px; content: "."; color: transparent; background: #f1c40f; visibility: none; opacity: 0; z-index: -1; }
.hvr-e li.active,
.hvr-e a.active { color: #fff; }
.hvr-e li.active:after,
.hvr-e a.active:after { display: none; }
.hvr-e li:after, .hvr-e li:before,
.hvr-e a:after,
.hvr-e a:before { transition: all 0.2s; }

.mask { position: absolute; left: 0; bottom: 0; z-index: 55; }

.general-button { background-color: #aa8c52; color: #fff; padding: 5px 10px; font-size: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; font-family: "DINPro-Regular", sans-serif; }
.general-button:hover { background-color: #9e7111; color: #fff; }

.back-to-top { position: fixed; bottom: 20px; right: 30px; z-index: 9999; width: 32px; height: 32px; text-align: center; line-height: 30px; background: #aa8c52; color: #fff; cursor: pointer; border: 0; border-radius: 2px; text-decoration: none; display: none; }

.back-to-top:hover { background: #e9ebec; color: #aa8c52; }

.no-scroll { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

.general-title { font-size: 44px; color: #aa8c52; }

.g-border { overflow: hidden; border: 8px solid #e7dcc6; }

.fancybox-container .fancybox-toolbar { background: #9e7111; }

.fancybox-container .fancybox-arrow--left { left: 30px; }

.fancybox-container .fancybox-arrow--right { right: 40px; }

.fancybox-container .fancybox-arrow { width: 30px; height: 45px; outline: none; }
.fancybox-container .fancybox-arrow:after { font-family: "FontAwesome"; content: "\f105"; background-size: inherit; background-color: transparent; background: #9e7111; color: #fff; font-size: 30px; }

.m-t-5 { margin-top: 5px; }

.m-t-10 { margin-top: 10px; }

.m-t-15 { margin-top: 15px; }

.m-t-20 { margin-top: 20px; }

.m-t-25 { margin-top: 25px; }

.m-t-30 { margin-top: 30px; }

.m-t-35 { margin-top: 35px; }

.m-b-5 { margin-bottom: 5px; }

.m-b-10 { margin-bottom: 10px; }

.m-b-15 { margin-bottom: 15px; }

.m-b-20 { margin-bottom: 20px; }

.m-b-35 { margin-bottom: 35px; }

.m-l-5 { margin-left: 5px; }

.m-l-10 { margin-left: 10px; }

.m-l-15 { margin-left: 15px; }

.m-r-5 { margin-right: 5px; }

.m-r-10 { margin-right: 10px; }

.m-r-15 { margin-right: 15px; }

.m-r-40 { margin-right: 40px; }

.p-t-5 { padding-top: 5px; }

.p-t-10 { padding-top: 10px; }

.p-t-15 { padding-top: 15px; }

.p-t-20 { padding-top: 20px; }

.p-t-25 { padding-top: 25px; }

.p-t-30 { padding-top: 30px; }

.p-t-35 { padding-top: 35px; }

.p-r-15 { padding-right: 15px; }

.navbar-toggler { outline: none; cursor: pointer; }

.no-float { float: none; }

.pr { position: relative; }

.o-h { overflow: hidden; }

.z-10 { z-index: 10; }

.clouds { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position-x: 50% !important; opacity: 0.6; background-image: url(../images/cloud.png); z-index: 2; }

.collection { margin: 0.5rem 0 1rem 0; border-radius: 2px; overflow: hidden; position: relative; padding: 0 15px; }

.collection .collection-item { background: #f5f5f5; border: 1px solid #e2e2e2; margin: 0 0 15px 0; font-size: 16px; line-height: 1.5rem; padding: 10px 20px; display: block; width: 100%; text-align: left; }

.collection .collection-item:before { display: none; }

.collection .collection-item a { color: #3a3b3b; }

.collection .collection-item:last-child { border-bottom: 1px solid #e2e2e2; }

.main-tab-heading { color: #9e7111; font-weight: bold; margin-bottom: 25px; text-align: center; font-size: 30px; }
.wp-btn{display:none;position:fixed;bottom:2%;left:2%;z-index: 99;}
#wp-img{-webkit-animation: rotation 2s infinite linear;}
.language a{color: #9e7111;font-weight:bold;}
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
  
  