@charset "UTF-8";

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

@font-face {
	font-family: "Fakt Pro Blond";
	src: url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.eot");
	src: url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.eot?#iefix") format("embedded-opentype"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.woff2") format("woff2"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.woff") format("woff"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.ttf") format("truetype"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.svg#Fakt Pro Blond") format("svg");
}

@font-face {
	font-family: "QuestaGrande-Regular";
	src: url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.eot");
	src: url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.eot?#iefix") format("embedded-opentype"), 
	url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.woff2") format("woff2"), 
	url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.woff") format("woff"), 
	url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.ttf") format("truetype"), 
	url("../static/fonts/QuestaGrande-Regular/QuestaGrande-Regular.svg#Fakt Pro Blond") format("svg");
}

@font-face {
	font-family: "mgenplus-1c";
	src: url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.eot");
	src: url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.eot?#iefix") format("embedded-opentype"), 
	url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.woff2") format("woff2"), 
	url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.woff") format("woff"), 
	url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.ttf") format("truetype"), 
	url("../static/fonts/mgenplus-1c/mgenplus-1c-regular.svg#Fakt Pro Blond") format("svg");
}

/* ************************************************************ */
/* ************************ RESET CSS ************************* */
/* ************************************************************ */
body {
		animation: fadein 1.2s;
		-moz-animation: fadein 1.2s;
		-webkit-animation: fadein 1.2s;
		-o-animation: fadein 1.2s;
}
@keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-moz-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-webkit-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-o-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity: 1;
		}
}
@keyframes fadeInAnimation {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}img{display:block;margin:0px;}


/* ************************************************************ */
/* ********************* DEFAULT SETTING ********************** */
/* ************************************************************ */

html, body { color: #000000; font-family: "mgenplus-1c"; font-size: 14px; font-weight: 200; line-height: 24px; letter-spacing: 0px; }
html { background: #012136; }
body { padding: 28px 20px; }

/* ************************************************************ */
/* ************************* TITLE **************************** */
/* ************************************************************ */

h1, h2, h3, h4 { font-weight: 100;} 
h1 { margin-bottom: 30px; font-size: 38px; color: #111; font-family: "QuestaGrande-Regular",  "mgenplus-1c"; line-height: 40px; }
h2 { margin-top: 30px; margin-bottom: 30px; text-transform: uppercase; text-align: center; font-size: 40px; color: #111; line-height: 45px; }
h3 { margin-top: 10px; margin-bottom: 10px; padding-top: 10px; text-transform: capitalize; font-family: "QuestaGrande-Regular",  "mgenplus-1c"; font-size: 28px; font-weight: 300; color: #a17f44; line-height: 30px; }
.bg-blue h1, .bg-blue h2, .bg-blue h3 { color: #FFF; }
h4 { margin-top: 10px; margin-bottom: 15px; font-size: 16px; font-weight: 900; color: #a17f44; }

.low_content h3 { text-transform: capitalize; }

p { margin: 0 0 10px; }
b { font-weight: bold; }
a { color: #a17f44; text-decoration: none; }
a:link { text-decoration: none; }
a.disabled { pointer-events: none; }
/* a:link img:hover { opacity: 1; } */
a:hover, a.current { color: #444444; opacity: 1; }
.custom_content ul li:before { content: '- '; padding-right: 5px; }

img { max-width: 100%; }
.sm-form { max-width: 800px; margin: 0 auto; }
.sm-form label.col-form-label { text-align: left; text-transform: uppercase; font-weight: 500; }
.sm-form input[type=text].form-control, form.sm-form input[type=password].form-control, form.sm-form input[type=email].form-control, form.sm-form textarea.form-control { margin-bottom: 10px; border-radius: 0; }
.sm-form .btn.btn-custom { margin-top: 10px; text-transform: uppercase; font-weight: 500; }
.sm-form .black_link a { color: #000; font-weight: 500; }
.sm-form .black_link a:hover { color: #a17f44; }
form label.col-form-label.required:after { margin-left: 3px; content: '*'; color: #e04c1e; }
.sm-form .bootstrap-select .btn.dropdown-toggle { padding: .7rem .75rem; background-color: #FFF; border-radius: 0px; border: 1px solid #ced4da; }
.no_image { width: 120px; }

.bg-white { background-color: #FFF; }
.bg-grey { background-color: #F2F2F2; }
.bg-blue { background-color: #012136; }
.font-red { color: #d42b29; font-weight: 700; }
.font-dark { color: #000; font-weight: 700; }
.dark_background { background: rgba(51, 51, 51, 0.67); z-index: 500; }
.full_screen { width: 100%; height: 100%; padding: 80px 15px; position: fixed; text-align: center; top: 0; left: 0; z-index: 700; display: none; }
.placeholder_grey::placeholder { color: #ccc; }
.header_padding { min-height: 55px; margin-bottom: 30px; margin-left: -15px; margin-right: -15px; padding-top: 15px; background: #012136; color: #FFF; font-size: 25px; font-weight: 700; }
a.dropdown-item.active, a.dropdown-item:active { background-color: #a17f44; color: #FFF; }

/* ************************************************************ */
/* ************************ FORM ERROR ************************ */
/* ************************************************************ */

form-control.error { border: 2px solid #f14545 !important; }
label.error { color: #f14545; border: none !important; }
.form_error input[type=text], .form_error input[type=password], .form_error select, .form_error textarea, .form_error input[type=radio] { border: solid 1px #f14545; }
.g-recaptcha.error > div > div > iframe { border: 2px solid #f14545 !important; }
.btn.btn-custom { padding: 6px 40px 6px 40px; color: #FFF; background-color: #a17f44; font-size: 18px; border: 3px #a17f44 solid; border-radius: 0; }
.btn.btn-custom:hover, .btn.btn-custom:active:focus { background-color: #f0cb37; color: #FFF; border: 3px #f0cb37 solid; }
.btn-info:hover { background-color: #a17f44; border-color: #a17f44; }
.btn-cancel { background-color: #f3f3f3 !important; border-color: #f3f3f3 !important; }
.btn-dark { background-color: #252525 !important; border-color: #252525 !important; color: #FFF !important; }
.btn+.btn.second_btn { margin-left: 20px; }
textarea.form-control { height: 200px; }
.tab-content { margin-bottom: 30px; padding-top: 30px; background: #FFF; }
.tab-pane { padding-left: 15px; padding-right: 15px; }

/* ************************************************************ */
/* *********************** PAGE LAYOUT ************************ */
/* ************************************************************ */

main { background: #FFF; }
main.margin-top { margin-top: -87px; }
main .pagination { border-radius: 0px; }
main .pagination li.page-item { margin-left: 3px; margin-right: 3px; }

main .pagination li.active>div, .paginator ul li>div:hover { color: #FFF;  }
main .pagination>li:first-child>div.page-link { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
main .pagination>li:last-child>div.page-link { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
main .pagination>li>div.page-link { color: #000; border-color: #000; }
main .pagination>.disabled>div.page-link { color: #ccc; border-color: #ccc; }
main .pagination>.active>div.page-link { background-color: #a17f44; border-color: #a17f44; color: #FFF; }
main .page_subtitle { margin-top: 10px; margin-bottom: 30px; text-transform: uppercase; font-size: 25px; color: #111; line-height: 45px; }
.row { margin-bottom: 0; }
main .row-5 { margin-left: -5px; margin-right: -5px; }
main .re-col-5 { padding-left: 5px; padding-right: 5px; }
main .row-10 { margin-left: -10px; margin-right: -10px; }
main .re-col-10 { padding-left: 10px; padding-right: 10px; }

.slick-list {  }
.slick-dots { left: 0; }
.slick-dots li, .slick-dots li button { width: 35px; }
.slick-dots li button:before { width: 35px; height: 3px; content: ''; background: #ccc; opacity: 1; }
.slick-dots li.slick-active button:before { background: #a17f44; }
.carouselHeaderBanner.header_banner .slick-dots { bottom: 40px; }
.carouselHeaderBanner.header_banner .slick-dots li button:before { width: 25px; height: 3px; background: #FFF; opacity: 1; }
.carouselHeaderBanner.header_banner .slick-dots li.slick-active button:before { background: #a17f44; }
.carouselHeaderBanner.header_banner.slick-dotted.slick-slider { margin-bottom: 0; }

.positive-relative { position: relative; }
.positive-relative video { width: 100%; }

#promotionModal .modal-dialog { max-width: 80%; height: 100vh; margin-top: -50px; position: relative; align-items: center; display: flex; justify-content: center; }
#promotionModal .modal-dialog .modal-content { border-radius: 15px; border: none; }
#promotionModal .modal-footer { padding: 0 1rem 1rem; border: none; }
#promotionModal .modal-footer button { background: #a17f44; border: none; }

.gray_filter { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.7s cubic-bezier(.3,.82,.165,1); transition: all 0.7s cubic-bezier(.3,.82,.165,1); }
.gray_filter:hover, .gray_filter:active, .gray_filter:active:focus { -webkit-filter: grayscale(0); filter: grayscale(0); }

.gray_transition:hover, .gray_transition:active, .gray_transition:active:focus { -webkit-filter: grayscale(50%); filter: grayscale(50%); -webkit-transition: all 0.7s cubic-bezier(.3,.82,.165,1); transition: all 0.7s cubic-bezier(.3,.82,.165,1); }

.row-contact:before { background: repeating-linear-gradient(90deg, #A17F44, #A17F44 1px, transparent 2px, transparent 7px);
	content: '';
	position: absolute;
	width: 44px;
	z-index: 1;
	display: none;
	height: 75%;
	right: 66px;
	top: -25%; background: repeating-linear-gradient(90deg, #A17F44, #A17F44 1px, transparent 1px, transparent 13px);
	width: 80px; display: block;
	top: -37.5%; }

.site-frame.site-frame-bottom-container { z-index: -1; }
.site-frame { padding: 40px; height: 100vh;
	left: 0;
	position: fixed;
	pointer-events: none;
	top: 0;
	width: 100%; }
.site-frame:before { 
	content: '';
	display: block;
	height: 36px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10; }
.site-frame .site-frame-inner {
	border-top: 1px solid #A17F44;
	border-left: 1px solid #A17F44;
	border-right: 1px solid #A17F44;
	height: 100%;
	pointer-events: none;
	position: relative; }
.site-frame .site-frame-bottom { color: #A17F44;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	transform: translateY(50%);
	width: 100%; z-index: 100; }
.site-frame .site-frame-bottom:after { width: calc(100% - 165px); right: -1px; }
.site-frame .site-frame-bottom:before, .site-frame .site-frame-bottom:after { background-color: #A17F44;
	bottom: 50%;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: calc(50% - 50px); }

/* ************************************************************ */
/* ************************** HEADER ************************** */
/* ************************************************************ */

.drawer-overlay { background-color: rgba(0, 0, 0, 0.64); }

header { background: #FFF; position: sticky; top: 0; z-index: 100; }
#white_logo { display: none; }
header.dark_header { background: none; position: relative; }
header.dark_header #company_logo img#white_logo { display: block; }
header.dark_header #company_logo img#logo { display: none; }
header.dark_header #header_middle .dropdown .dropdownbtn, header.dark_header #header_middle .header_menu ul li a { color: #FFF; }
header.dark_header #header_middle .dropdown .dropdown-menu a { color: #012136; }
header.dark_header #header_middle .menu_icon .menu_icon_container .menu_icon_bar > div { background-color: #FFF; }
header .navbar-default { background: none; border: none; }
header #header_top { padding-top: 10px; background: #FFFFFF; border-image: linear-gradient(to left, #dda38c 0%, #a17f44 100%); border-image-slice: 1; border-top-width: 12px; }
header #header_top ul { display: inline-block; }
header #header_top ul li { display: inline-block; }



header #header_middle >.row >.container { background: #FFF; }
header.dark_header #header_middle >.row >.container { background: none; }
header #header_middle .dropdown .dropdownbtn { color: #012136; font-weight: 500; cursor: pointer; }
header #header_middle .dropdown .dropdown-menu { width: 210px; padding-top: 0; padding-bottom: 0; background: #FFF; font-weight: 500; border: 1px solid #C4C4C4; border-radius: 0; }
header #header_middle .dropdown .dropdown-menu > a { padding-top: 7px; padding-bottom: 7px; padding-left: 10px; padding-right: 10px; font-size: 12px; cursor: pointer; }
header #header_middle .dropdown .dropdown-menu > a+a { border-top: 1px solid #EEE; }
header #header_middle .dropdown .dropdown-menu > a:hover { background: #F0F0F0; }
header #header_middle .dropdown .dropdown-menu > a.active { background: #D0D0D0; }

header #header_middle .header_menu { font-family: "QuestaGrande-Regular"; }
header #header_middle .header_menu ul li { padding: 0px 10px; font-size: 16px; display: inline-block; }
header #header_middle .header_menu ul li a { color: #012136; font-weight: 500; }
header #header_middle .header_menu ul li a:hover { color: #a17f44; transition: 0.4s; }
header #header_middle .header_menu ul li .username { color: #a17f44; font-weight: 500; cursor: pointer; }
header #header_middle .header_menu ul li a.username:hover { color: #a17f44; }
header #header_middle .header_menu ul li a.lang_active, header #header_top .header_menu ul li a:hover { color: #a17f44; }

header #header_middle { padding-top: 15px; padding-bottom: 15px; text-align: center; }
header #header_middle .container>.row>.col-12 { display: table; }
header #header_middle .header_middle_left { vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right .header_menu { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right .header_menu ul { display: inline-block; }
header #header_middle .header_middle_right .header_menu #language_selector { display: inline-block; }
header #header_middle .menu_button { text-align: right; }
header #header_middle #company_logo { vertical-align: middle; display: table-cell; }
header #header_middle #company_logo a { display: block; }
header #header_middle #company_logo a img { height: 50px; margin: 0 auto; }
.site-frame-logo img { height: 14px; margin: 0 auto; }
header #header_middle .menu_icon { vertical-align: middle; display: table-cell; }
header #header_middle .menu_icon .menu_icon_container { text-align: left; vertical-align: middle; display: table-cell; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar { width: 30px; cursor: pointer; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar > div { height: 2px; background-color: #a17f44; margin: 8px 0; transition: 0.4s; }
header #header_middle .shopping_cart_icon { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .shopping_cart_icon .shopping_cart_icon_container { vertical-align: middle; }
header #header_middle .shopping_cart_icon a { position: relative; color: #000; display: block; }
header #header_middle .shopping_cart_icon a .icon { width: 40px; height: 40px; }
header #header_middle .shopping_cart_icon a .shopping_cart_icon_qty { width: 20px; height: 20px; position: absolute; background: #a17f44; font-size: 12px; line-height: 20px; text-align: center; color: #FFF; border-radius: 30px; top: -5px; right: -5px; }
header #header_middle .menu_button .show_menu { display: inline; cursor: pointer; }

/* SUBMENU */
header #header_middle .header_menu ul li ul.submenu { background: #FFF; border-radius: 15px; }
header #header_middle .header_menu ul li ul { min-width: 230px; padding-top: 20px; padding-bottom: 20px; visibility: hidden; opacity: 0; position: absolute; transition: all 0.5s ease; top: 50px; left: 0; display: none; z-index: 5; }
header #header_middle .header_menu ul li:hover > ul, header #header_middle .header_menu ul li ul:hover { visibility: visible; opacity: 1; display: block; }
header #header_middle .header_menu ul li ul li { margin-bottom: 5px; width: 100%; font-size: 17px; text-align: left; line-height: 17px; clear: both; }
header #header_middle .header_menu ul li ul li a { padding-top: 0; }


#closebtn { width: 32px; height: 32px; position: fixed; top: 10px; left: 330px; z-index: 1100; cursor: pointer; display: none; }
#closebtn:before, #closebtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #FFF; }
#closebtn:before { transform: rotate(45deg); }
#closebtn:after { transform: rotate(-45deg); }


/* ********* MOBILE MAIN MENU ********** */
header #header_middle #main_menu_m { width: 100%; height: 100%; padding: 80px 15px; position: fixed; background: rgba(255,255,255,0.97); text-align: center; top: 0; left: 0; display: none; z-index: 15; }
header #header_middle #main_menu_m #main_menu_m_container { width: 100%; height: 100%; display: table; }
header #header_middle #main_menu_m #main_menu_m_container span { vertical-align: middle; display: table-cell; }
header #header_middle #main_menu_m #main_menu_m_container span ul { display: none; }
header #header_middle #main_menu_m #main_menu_m_container #language_selector_m ul { text-align: center;  }
header #header_middle #main_menu_m #main_menu_m_container #language_selector_m ul li { text-align: center; display: inline-block; }
header #header_middle #main_menu_m #main_menu_m_container #membership_button_m ul { text-align: center; }
header #header_middle #main_menu_m #main_menu_m_container #membership_button_m ul li { text-align: center; display: inline-block; }
header #header_middle #main_menu_m ul li { text-align: center; font-size: 14px; margin: 10px 5px; font-weight: 400; display: block; }
header #header_middle #main_menu_m ul li a { padding: 10px; color: #484751; font-weight: 500; line-height: 32px; transition: 0.4s; }
header #header_middle #main_menu_m ul li a:hover { color: #a17f44; }
header #header_middle #main_menu_m .menu_button .cancel_menu { width: 40px; text-align: center; cursor: pointer; }

#main_menu_m .close {
	position: absolute;
	right: 32px;
	top: 45px;
	width: 36px;
	height: 36px;
}
#main_menu_m .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 40px;
	width: 2px;
	background-color: #a17f44;
}
#main_menu_m .close:before {
	transform: rotate(45deg);
}
#main_menu_m .close:after {
	transform: rotate(-45deg);
}
.header_banner { margin-left: -15px; margin-right: -15px; position: relative; }
.header_banner img { width: 100%; }
.header_banner .header_overlayer { width: 100%; height: 100%; padding-top: 15%; padding-bottom: 70px; position: absolute; background: rgba(0, 0, 0, 0.3); color: #FFF; font-weight: 900; text-shadow: 1px 1px 4px #000000; bottom: 0; }
.header_banner .header_overlayer .header_overlayer_name { padding-bottom: 10px; font-size: 20px; line-height: 22px; }
.header_banner .header_overlayer .header_overlayer_title { padding-bottom: 20px; font-size: 50px; line-height: 52px; text-align: center; }
.header_banner .header_overlayer .header_overlayer_subtitle { padding-bottom: 20px; font-size: 30px; line-height: 32px; text-align: center; }
.header_banner .header_overlayer .header_overlayer_content { padding-bottom: 40px; font-size: 20px; line-height: 30px; font-weight: 300; text-align: center; }

.page_banner { margin-left: -15px; margin-right: -15px; }
.page_banner img { width: 100%; }

#menuslider { background: #FFF; }
#main_menu_m { padding: 30px; text-align: center; font-size: 18px; }
#main_menu_m ul li { margin-top: 30px; }
#main_menu_m ul li > a, #main_menu_m ul li .dropdown { color: #333; cursor: pointer; }
#main_menu_m ul li.hide { display: none; }
#main_menu_m ul li .dropdown a { margin-bottom: 10px; padding: 8px 20px; background: #FFF; color: #012136; border-radius: 50px; border: 1px #012136 solid; }
#main_menu_m ul li .dropdown a:hover { background: #012136; color: #FFF; }
#main_menu_m ul li .dropdown .dropdown-menu { border: none; }
#main_menu_m ul li button { background: none; font-size: 18px; }


/* ************************************************************ */
/* ************************** MODAL *************************** */
/* ************************************************************ */

.modal-content { border-radius: 0; }
.modal-footer button.btn { border-radius: 0; }
.modal-footer button.btn.btn-primary { background-color: #a17f44; border-color: #a17f44; }

/* ************************************************************ */
/* ************************* HOMEPAGE ************************* */
/* ************************************************************ */

.max_container_margin { padding: 0 45px; }
main .form-control { padding: .7rem .75rem; border-radius: 0; }
main { min-height: 500px; }
.full_section.col-xs-12 { padding-left: 0; padding-right: 0; }
.home_gallery { padding-bottom: 50px; }
#home_Carousel .carousel-inner { height: 520px; }
.carousel-indicators { z-index: 1; }
#home_Carousel .carousel-indicators li { width: 15px; height: 15px; margin: 0 2px; background-size: 100% auto; border: none; background-color: transparent; }
#home_Carousel .carousel-indicators li.active { background-size: 100% auto; }
#home_Carousel .carousel-inner div {
	height: 100%;
	-moz-background-size:cover;			/*for Firefox*/
	-webkit-background-size:cover;		/*for Google Chrome、Safari*/
	-o-background-size:cover;			/*for Opera*/
	background-size: cover;				/*for IE*/
}
.header_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 600px; object-fit: cover; }
#home_Carousel .carousel-inner .carousel-item a { width: 100%; height: 100%; display: block; }
#carouselHeaderBanner .carousel-inner .carousel-item img { width: 100vw; height: 800px; object-fit: cover; }

.section_all_button { padding-top: 30px; padding-bottom: 40px; text-align: left; position: relative; }
.section_all_button a { padding: 10px 60px; text-align: left; color: #002136; font-family: "QuestaGrande-Regular"; font-size: 19px; font-weight: 300; text-transform: capitalize; }
.section_all_button a i { position: absolute; color: #002136; font-size: 1.6em; left: 0; transition: all .5s ease-out; }
.bg-blue .section_all_button a { color: #FFF; }
.bg-blue .section_all_button a i { color: #FFF; }
.section_all_button a:hover i { color: #a17f44; left: 25px; }

.header_video { margin-left: -15px; margin-right: -15px; position: relative; background: #F6F6F6; overflow: hidden; }
.header_video > div { margin-bottom: -15px; }
.header_video video { width: 100%; z-index: -1; }

/* ************************************************************ */
/* ************************* PROJECTS ************************* */
/* ************************************************************ */

.product_boxes { padding: 0 15px; }
.product_boxes a { position: relative; display: block; }
.product_boxes .black_filter { width: 100%; height: 100%; padding: 15px 20px; position: absolute; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 53%, rgba(0,0,0,0.6755077030812324) 83%); left: 0; top: 0; }
.product_boxes .black_filter:hover { background: rgb(212,43,41); background: linear-gradient(135deg, rgba(212,43,41,0.6) 24%, rgba(224,185,23,0.6) 83%); }
.product_boxes .project_title { width: 100%; padding: 20px 0px 5px 0px; color: #002136; font-size: 21px; line-height: 26px; font-weight: 900; left: 0; bottom: 0; }
.product_boxes .project_title .read_more { font-size: 14px; font-weight: 500; }
.product_boxes .project_content { color: #666666; }
.product_boxes a:hover .product_boxes_image img { opacity: 0.8; }

.promotion_title { margin-top: 20px; color: #E1E1E1; text-align: center; font-size: 20px; text-decoration: underline; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.promotion_content { min-height: 300px; padding: 20px 30px; background: #FFF; font-size: 16px; }
.image_shadow { box-shadow: 3px 3px 8px #cdcdcd; }

ul.filter_menu { padding-top: 20px; padding-bottom: 15px; }
ul.filter_menu li { margin-right: 20px; margin-bottom: 5px; font-size: 16px; font-weight: 500; display: inline-block; }
ul.filter_menu li a { padding: 5px 10px; background: #a17f44; color: #FFF; }
ul.filter_menu li a:hover, ul.filter_menu li a.active { background: #a17f44; color: #FFF; }

.project_boxes { padding-bottom: 30px; }
.project_boxes a { color: #000; }
.project_container .project_title { padding-top: 10px; font-size: 24px; line-height: 27px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slider-nav .slick-list { margin-left: -15px; margin-right: -15px; }
.slider-nav .slick-list .slick-track .slick-slide { padding: 0 15px; }

.product_boxes.slick-slide { opacity: 0.25; }
.product_boxes.slick-slide.slick-current.slick-active { opacity: 1; }

/* ************************************************************ */
/* ************************** BRANDS ************************** */
/* ************************************************************ */

.variable-width-brands { padding-top: 10px; padding-bottom: 10px; }
.brand_boxes { margin-bottom: 10px; }
.brand_boxes a { position: relative; display: block; }
.brand_boxes a img {  }

.brand_boxes .brand_boxes_bg { position: relative; }
.brand_boxes .black_filter { width: 100%; height: 100%; padding: 15px 20px; position: absolute; background: rgba(0, 0, 0, 0.6); left: 0; top: 0; z-index: 1; }
.brand_boxes .product_boxes_image { background: #ededed; }
.brand_boxes .product_boxes_image img { width: 80%; }
.brand_boxes .product_section_title { width: 100%; height: 43px; margin-top: -15px; padding: 5px 10px; color: #FFF; text-align: center; line-height: 19px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.slick-track { display: table; }
.brand_logos .slick-initialized .slick-slide.slider-hero-images { padding: 0 10px; float: none; vertical-align: middle; display: table-cell; }
.slider-hero-images img { width: 100%; }


/* ************************************************************ */
/* *************************** NEWS *************************** */
/* ************************************************************ */

.news_boxes_container { position: relative; }
.news_boxes_container .news_boxes_hover_content { width: 100%; height: 100%; padding: 20px 10px; position: absolute; color: #000; background: rgb(255,255,255); background: linear-gradient(151deg, rgba(255,255,255,0.87) 49%, rgba(224,185,23,0.87) 100%); top: 0; left: 0; border: 2px #a17f44 solid; overflow: hidden; display: none; }
.news_boxes_container .news_boxes_hover_content .blog_section_desc { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.news_boxes_container .news_boxes_hover_content .read_more { font-size: 14px; color: #a17f44; font-weight: 900; }
.news_boxes_container .news_boxes_hover_content .blog_box_date { color: #666666; }
.blog_boxes { padding-bottom: 30px; }
.blog_boxes:hover .news_boxes_container .news_boxes_hover_content { display: block; }
.blog_boxes:nth-child(2) { padding-top: 35px; }
.underline { border-bottom: 4px #a17f44 solid; }
.blog_boxes .blog_boxes_content { padding: 10px 20px; background: #fcfcfc; }
.blog_boxes .blog_boxes_content .blog_section_title { height: 50px; padding-bottom: 10px; color: #012136; font-size: 17px; font-weight: 900; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog_boxes .blog_boxes_content .blog_section_content { height: 100px; color: #777; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.blog_content ul { padding-left: 20px; list-style: initial; }
.blog_content img { max-width: 100%; }
.blog_boxes a { display: block; }
.blog_boxes a .blog_title { color: #002136; font-weight: 700; }
.blog_boxes a .blog_content{ color: #666666; font-size: 12px; }
.blog_boxes .blog_image { margin-bottom: 20px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6); }
.blog_boxes .blog_image .wrap_border img { width: 100vw; height: 480px; object-fit: cover; }

.blog_date { color: #a17f44; font-weight: 900; }
.contact_us { padding: 10px 15px; background: #a17f44; color: #FFF; font-size: 18px; font-weight: 700; }
.return_btn { color: #a17f44; }

.related_product_title { padding-bottom: 5px; text-align: center; font-size: 20px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; }
.related_product_subtitle { padding-bottom: 30px; text-align: center; color: #9E9E9E; letter-spacing: 0px; }


.fancybox_image a:nth-child(2):before {
	background-color: #8ec5fc;
	background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.fancybox_image a:nth-child(3):before {
	background-color: #0093e9;
	background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

.fancybox_image a:nth-child(4):before {
	background-color: #fa8bff;
	background-image: linear-gradient(
		45deg,
		#fa8bff 0%,
		#2bd2ff 52%,
		#2bff88 90%
	);
}

.fancybox_image a:nth-child(5):before {
	background-color: #52acff;
	background-image: linear-gradient(180deg, #52acff 25%, #ffe32c 100%);
}


.fancybox_image a:hover {
	transform: scale(1.1);
}

.fancybox_image .fancybox-active img {
	border-radius: 0;
}

.fancybox_image .fancybox-active a:before {
	border-radius: 0;
}


/* ************************************************************ */
/* ************************* SNIPPETS ************************* */
/* ************************************************************ */

.snippet_cat_title { margin-top: 15px; padding-bottom: 15px; font-size: 25px; color: #a17f44; font-weight: 700; }
.snippet_cat_content {  }
.snippets_list { margin-bottom: 10px; box-shadow: 3px 3px 5px #dfdfdf; border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; border-bottom: 1px #ccc solid !important; }
.snippets_list .card-header { background: #FFF; font-size: 17px; border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; }
.snippets_list .card-header button { width: 100%; padding-left: 0; color: #3f96d2; text-align: left; font-size: 18px; font-weight: 700; display: block; }
.snippets_list .card-body { font-size: 17px; border-left: 4px #d42b29 solid; }
.snippets_list .card-body ul { margin-left: 15px; list-style: initial; }

/* ************************************************************ */
/* *************************** ALBUM ************************** */
/* ************************************************************ */

.features_title { padding: 5px 10px; color: #a17f44; font-size: 24px; font-weight: 700; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.features_content { padding: 5px 10px 5px 10px; }
.hero-grid { margin: 0 -1%; padding: 20px 0 0; background: #FFF; border-radius: 0; }
.hero-grid__item {  }
.product_boxes_container { padding-bottom: 20px; }

/* ************************************************************ */
/* ***************** Conditionsn & Treatments ***************** */
/* ************************************************************ */

.conditions_list_title { margin-bottom: 20px; font-size: 19px; font-weight: 500; }
.conditions_list { min-height: 500px; padding: 20px 30px; background: #eeeeee; font-size: 17px; border-radius: 30px; }
.conditions_list ul { margin-left: 15px; }
.conditions_list ul li { margin-bottom: 10px; list-style: initial; }
.conditions_list a { color: #d42b29; }

/* ************************************************************ */
/* *************************** TEAM *************************** */
/* ************************************************************ */

.team_member { transition: 0.3s; }
.team_member:hover { opacity: 0.9; }
.team_title { font-size: 20px; }
.team_subtitle { color: #6c6c6c; }
.team_content { line-height: 20px; }
.team_subcontent { color: #6c6c6c; line-height: 20px; }
figure.snip1104 h2 { color: #FFF; }

#teamslider { padding: 20px 40px; background: #FFF; }
#closeteamsbtn { width: 32px; height: 32px; position: fixed; top: 10px; right: 40px; z-index: 1100; cursor: pointer; display: none; }
#closeteamsbtn:before, #closeteamsbtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #000; }
#closeteamsbtn:before { transform: rotate(45deg); }
#closeteamsbtn:after { transform: rotate(-45deg); }
.teamtrigger { cursor: pointer; }

/* ************************************************************ */
/* *************************** LOGIN ************************** */
/* ************************************************************ */

#loginDiv .fb_login_button.btn.btn-success { padding: 10px 30px; background: #4267b2; font-weight: 500; border-color: #4267b2; }
#loginDiv .fb_login_button.btn.btn-success span+span { margin-left: 20px; }
nav.signin_nav .nav-tabs { border-bottom: none; }
nav.signin_nav .nav-tabs .nav-item { width: 50%; margin-bottom: 30px; padding-bottom: 0; text-transform: uppercase; font-size: 18px; color: #111; line-height: 45px; border-top: none; border-bottom: 3px #ebebeb solid; border-left: none; border-right: none; }
nav.signin_nav .nav-tabs .nav-item.active { border-bottom: 3px #a17f44 solid; }


/* ************************************************************ */
/* ************************* CONTACT ************************** */
/* ************************************************************ */

.contact_headline { padding-bottom: 5px; color: #a17f44; font-size: 21px; font-weight: 900; }
.contact_headline span { color: #a17f44; }
.gmap_canvas {  }
.traffic_guide table tr th { background-color: #6f27b8; color: #FFF; height: 56px; }
.traffic_guide table tr td { height: 49px; }
.traffic_guide table tr th, .traffic_guide table tr td { padding: 8px; line-height: 1.42857; vertical-align: middle; border: 1px solid rgb(221, 221, 221); }

/* ************************************************************ */
/* ************************* CHECKOUT ************************* */
/* ************************************************************ */

#paypal-button .zoid-outlet > iframe.zoid-component-frame { z-index: 1 !important; }

/* ************************************************************ */
/* ************************* LAZY LOAD ************************ */
/* ************************************************************ */

img[lazy=loading]{
    
}
img[lazy=loaded]{
  animation:fade 0.5s;
}
img{
  transition:all 0.5s;
  display: block;
  margin: 0 auto;
}

@keyframes fade {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* ************************************************************ */
/* ************************** FOOTER ************************** */
/* ************************************************************ */

footer { padding-top: 50px; position: relative; background: #012136; color: #FFF; }
.footer_area { padding-top: 30px; padding-bottom: 30px; background-color: #f0f0f0; }

footer .footer_menu_headline { padding-bottom: 5px; color: #FFF; font-size: 21px; font-weight: 900; }
footer .footer_menu_headline span { color: #a17f44; }
footer .footer_company_name { padding-bottom: 5px; color: #FFF; font-size: 18px; font-weight: 900; }
footer .footer_company_address { padding-bottom: 20px; color: #FFF; font-size: 15px; font-weight: 700; line-height: 18px; }
footer .footer_company_info { color: #FFF; font-weight: 700; line-height: 20px; }
footer .footer_company_info a { color: #FFF; }
footer .footer_company_info a:hover { color: #a17f44; }
footer .footer_company_info label { color: #d42b29; }
footer .footer_menu_container a { color: #FFF; font-weight: 300; }
footer .footer_menu_container ul li { margin-bottom: 5px; }

footer .footer_menu .d-block > .footer_menu_headline { cursor: pointer; }
footer .footer_logo img { margin-bottom: 20px; height: 40px; display: inline; }

footer .footer_right { font-weight: 500; }
footer .footer_icon_groups li { margin-right: 15px; display: inline-block; }
footer .footer_icon i { margin-right: 5px; }
footer .footer_icon a { color: #FFF; }
footer .footer_social_media { padding-top: 20px; padding-bottom: 15px; text-align: left; }
footer .footer_social_media a { margin-right: 15px; color: #FFF; }
footer .footer_right .footer_subscription { background: #a17f44; text-align: center; font-size: 16px; }
footer .footer_right .footer_subscription a { padding: 12px 20px; color: #FFF; display: block; }

footer .footer_top { margin-bottom: 30px; padding-top: 40px; background: #F2F2F2; color: #333333; }
footer .footer_top .footer_top_title { font-size: 31px; text-transform: uppercase; }
footer .footer_top .input-group input[type=text] { border: none; }
footer .footer_top .input-group .input-group-append { background: #444444; border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }
footer .footer_top .input-group .input-group-append button.btn { color: #FFF; text-transform: uppercase; }

.footer_popup { width: calc(100% - 30px); position: fixed; bottom: 0; left: 0; } 
.footer_popup ul li { width: 86px; margin-right: 5px; background: #FFF; text-align: center; box-shadow: 0px 0px 10px #666; border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; }
.footer_popup ul li a { padding: 10px 10px 5px 10px; display: block; }
.footer_popup ul li .dropdown { padding: 10px 10px 5px 10px; cursor: pointer; }
.footer_popup ul li .icon_title { padding-top: 10px; font-size: 15px; color: #666; display: block; }
.footer_popup ul li i { color: #a17f44; font-size: 30px; } 
footer .footer_middle { margin-top: 40px; background: #FFF; }
footer .footer_bottom { padding: 25px 0; margin-left: 45px; margin-right: 45px; margin-bottom: 10px; text-align: right; color: #FFF; font-size: 13px; letter-spacing: 0px; line-height: 17px; font-weight: 300; border-top: 1px #FFF solid; }
footer .footer_bottom a { color: #2CA6E0; font-weight: 700; }

.copyright { padding-top: 5px; padding-bottom: 5px; text-align: right; line-height: 18px; }
.copyright a { color: #f24d85; }
.copyright a:hover { color: #d7205e; }
.input-group > .ui-textinput.ui-corner-all { width: 1%; margin-bottom: 0; position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.ui-loader { display:none !important; }

/* ************************************************************ */
/* ********************** OTHER ELEMENT *********************** */
/* ************************************************************ */

.debug { display: none; width: 100%; padding: 30px; background-color: #fff; color: #000; font-size: 20px; }

/* Non-standard - allows support for opacity on image hover. Supports (IE6+, FF, Webkit)*/
a:hover img    { filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85; }

hr { width: 100%; margin: 30px auto 30px 0; border-top: solid 1px #595a5c; }


ul.arrow_container { width: 100%; margin-top: -5%; position: absolute; top: 50%; left: 0; }
ul.arrow_container li { width: 40px; height: 40px; position: absolute; cursor: pointer; }
.btn_prev { background-image: url('../images/previous.svg'), none; background-repeat: no-repeat; left: 5px; }
.btn_next { background-image: url('../images/next.svg'), none; background-repeat: no-repeat; right: 5px; }

/* Clearing floats */
div.clear { clear: both; overflow: hidden; height: 0px; }

.yfContent {height: 1px!important; overflow: auto; color: #FFF; background: none;line-height: 30px;}
.yfContent::-webkit-scrollbar {width: 15px;background-color: #FFF;}/* 缺省样式 */
.yfContent::-webkit-scrollbar-track {background-color: #FFF;}/* 滚动条的滑轨背景颜色 */
.yfContent::-webkit-scrollbar-thumb {background-color: #FFF;} /* 滑块颜色 */
.yfContent::-webkit-scrollbar-button {background-color: #FFF;} /* 滑轨两头的监听按钮颜色 */
.yfContent::-webkit-scrollbar-corner {background-color: #FFF;} /* 横向滚动条和纵向滚动条相交处
尖角的颜色 */
/*position fix*/
.yfContent *{position:relative!important;}

@media (max-width: 1199px) {
	
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: 500px; }
	#carouselHeaderBanner .carousel-inner .carousel-item img { height: 500px; }
	#home_Carousel .carousel-inner { height: 450px; }
	.header_video .header_video_layer .header_video_link span { font-size: 8em; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { font-size: 20px; }
	.brand_boxes .product_section_title { margin-top: -20px; }
}

@media (max-width: 991px) {
	header #header_top #main_menu { width: 100%; height: 100%; position: fixed; background: #333; top: 0; left: 0; z-index: 10; display: none; }
	
	.header_video .header_video_layer .header_video_link span { font-size: 5em; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { font-size: 14px; }
	.news_boxes_container .news_boxes_hover_content { line-height: 20px; }
	
	header #header_middle .header_middle_left { text-align: left; vertical-align: middle; display: table-cell; }
	header #header_middle .header_middle_right { margin-top: 0px; text-align: right; vertical-align: middle; display: table-cell; }
	header #header_middle #company_logo { text-align: left; }
	
	.header_banner .header_overlayer .header_overlayer_name { padding-bottom: 10px; font-size: 17px; line-height: 30px; }
	.header_banner .header_overlayer .header_overlayer_title { padding-bottom: 10px; font-size: 26px; line-height: 22px; }
	.header_banner .header_overlayer .header_overlayer_subtitle { padding-bottom: 10px; font-size: 22px; line-height: 19px; }
	.header_banner .header_overlayer .header_overlayer_content { padding-bottom: 20px; font-size: 16px; line-height: 20px; }
	
	#promotionModal { padding-right: 0 !important; }
	#promotionModal .modal-dialog { max-width: none;  }
}

@media (max-width: 767px ) {
	body { padding: 28px 20px; }
	.site-frame { padding: 40px; }
	main.margin-top { margin-top: -80px; }
	.max_container_margin { padding: 0 30px; }
	h3 { padding-left: 10px; padding-right: 10px; }
	.section_all_button { margin-left: 10px; margin-right: 10px; }
	.header_banner { }
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: auto; }
	.header_video .header_video_layer { padding-top: 10px; padding-bottom: 0px; position: relative; }
	.header_video .header_video_layer .header_video_link { padding-top: 10px; }
	.header_video .header_video_layer .header_video_link span { font-size: 5em; color: #000; }
	.header_video .header_video_layer .header_video_link a { text-shadow: none; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { padding-top: 10px; padding-bottom: 20px; font-size: 14px; color: #000; }
	.header_banner .header_overlayer { padding-top: 25%; }
	
	header #header_top { padding-top: 20px; }
	header.dark_header #header_middle { background: none; }
	header #header_middle { padding-bottom: 20px; background: #FFF; }
	header #header_middle #company_logo a img { height: 30px; margin: 0; }
	.product_boxes { padding: 0 5px; }
	.product_boxes .project_title { padding: 10px 10px; font-size: 18px; line-height: 18px; }
	.product_boxes .project_title .read_more { padding-top: 5px; }
	.project_container .project_title { font-size: 20px; line-height: 23px; }
	
	.news_boxes_container .news_boxes_hover_content .blog_section_desc { -webkit-line-clamp: 3; }
	
	.blog_boxes > a { padding-left: 15px; padding-right: 15px; }
	
	.variable-width-brands .brand_boxes { padding: 0; }
	.variable-width-brands-4 .brand_boxes { padding: 0 5px; }
	.variable-width-brands-4 .brand_boxes .product_boxes_upper .product_boxes_image { padding-top: 5px; }
	.variable-width-brands-4 .brand_boxes .product_section_title { height: 40px; padding: 0px 10px; }
	
	footer .footer_bottom { margin-left: 15px; margin-right: 15px; padding-bottom: 25px; }
	
	.row-contact:before { height: 60%; right: 32px; top: -17.5%; }
	
	.padding-top-0-xs { padding-top: 0; }
	.footer_popup .container, .footer_popup .col-12  { padding-left: 0; padding-right: 0; }
	.footer_popup .container .row { margin-left: 0; margin-right: 0; }
	.footer_popup ul { width: 100%; display: table; }
	.footer_popup ul li { margin-right: 0px; width: 20%; box-shadow: none; border-top-left-radius: 0px; border-top-right-radius: 0px; border-top: 1px #ccc solid; border-right: 1px #ccc solid; display: table-cell; }
	.footer_popup ul li:first-child { border-left: 1px #ccc solid; }
	.footer_popup ul li a { padding: 10px 5px 5px 5px; }
	.footer_popup ul li i { font-size: 20px; }
	.footer_popup ul li .icon_title { padding-top: 0; font-size: 12px; }
}

