/* SASS guidelines

.element{
	// Normal element styles here e.g. position: relative etc.

	@include breakpoint for this element

	.inner-elements{
		// Styles for inner elements here
	}

	&.modifier {
		// Styles for modifier of element here
	}
}
*/
/* Variables */
/* BRAND COLOURS */
/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #ececec; color: #2f2c2c; text-shadow: none; }

::selection { background: #ececec; color: #2f2c2c; text-shadow: none; }

.chromeframe, li.graphic-only { display: none !important; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100%; position: relative; overflow-x: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; }

body { margin: 0; line-height: 1.65; font-size: 15px; color: #2f2c2c; background: #fff; height: 100%; font-weight: 300; position: relative; }

#wrap { left: 0; right: 0; position: relative; overflow: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/* Embedded content */
img { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

svg:not(:root) { overflow: hidden; }

/* Grouping content */
figure { margin: 15px 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

/* HTML5 / MISC */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { background-color: #474448; color: #000; text-decoration: none; }

del { text-decoration: line-through; }

/* SLIDERS */
.slider { margin-top: 113px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4), 0 0 15px 0 rgba(0, 0, 0, 0.4); }
@media (max-width: 767px) { .slider { margin-top: 75px; } }
.slider .slide { position: relative; display: none; background: #040404; opacity: 0; }
.slider .slide:first-child { display: block; }
.slider .slide .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.slider .slide .mobile-image { display: none; }
@media (max-width: 767px) { .slider .slide .mobile-image { display: block; height: 100%; }
  .slider .slide .mobile-image .img { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: .65; max-height: 450px; } }
.slider .slide .slide-caption { color: white; position: absolute; z-index: 1; left: 50%; top: 50%; text-align: center; max-width: 850px; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .slider .slide .slide-caption { width: 100%; max-width: 100%; left: 0; margin-top: -10px; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }
.slider .slide .slide-caption h2 { font-size: 65px; font-family: 'Bauer'; color: white; }
@media (min-width: 768px) and (max-width: 991px) { .slider .slide .slide-caption h2 { font-size: 55px; } }
@media (max-width: 767px) { .slider .slide .slide-caption h2 { font-size: 35px; } }
.slider.slick-initialized .slide { opacity: 1; }
@media (max-width: 767px) { .slider.home-slider .slide { height: auto !important; } }
@media (max-width: 767px) { .slider.home-slider .slide .mobile-image { min-height: 400px; } }
@media (max-width: 767px) { .slider.home-slider .slide > .img { display: none; } }

.slick-slider .slide { display: block; }
.slick-slider .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; z-index: 5; cursor: pointer; }
.slick-slider .slick-arrow:after { font-family: Font Awesome\ 5 Pro; font-size: 28px; color: white; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.slick-slider .slick-prev { left: 20px; }
.slick-slider .slick-prev:after { content: '\f104'; }
.slick-slider .slick-next { right: 20px; }
.slick-slider .slick-next:after { content: '\f105'; }
.slick-slider .slick-dots { position: absolute; list-style: none; margin: 0; padding: 0; left: 50%; bottom: 25px; -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.slick-slider .slick-dots li { float: left; }
.slick-slider .slick-dots button { background: none; border: 0; box-shadow: none !important; text-indent: -9999px; position: relative; width: 28px; height: 28px; outline: 0; padding: 0; }
.slick-slider .slick-dots button:after { position: absolute; left: 5px; top: 0; width: 18px; height: 18px; font-family: Font Awesome\ 5 Pro; content: '\f111'; text-indent: 0; color: white; font-size: 14px; }
.slick-slider .slick-dots .slick-active button:after { font-weight: 900; }

.masthead-slider .slide { height: 350px; }
@media (max-width: 767px) { .masthead-slider .slide { height: 250px; } }

.widget-slider .slide .img { height: 0; padding-top: 60%; position: relative; }

@keyframes imageFade { 0% { -moz-transform: translate3d(-10%, 0, 0) scale(1.1); -o-transform: translate3d(-10%, 0, 0) scale(1.1); -ms-transform: translate3d(-10%, 0, 0) scale(1.1); -webkit-transform: translate3d(-10%, 0, 0) scale(1.1); transform: translate3d(-10%, 0, 0) scale(1.1); opacity: 0; }
  20% { opacity: 1; }
  100% { -moz-transform: translate3d(0, 0, 0) scale(1.25); -o-transform: translate3d(0, 0, 0) scale(1.25); -ms-transform: translate3d(0, 0, 0) scale(1.25); -webkit-transform: translate3d(0, 0, 0) scale(1.25); transform: translate3d(0, 0, 0) scale(1.25); opacity: 1; } }
@keyframes textAppear { 0% { margin-top: 40px; opacity: 0; }
  100% { margin-top: 0; opacity: 1; } }
.home-slider { background: #474448; }
.home-slider .slide { height: 100vh; max-height: 800px; background: #474448; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.home-slider .slide .img { opacity: 0; animation: imageFade 15s forwards; -webkit-animation: imageFade 15s forwards; animation-timing-function: ease-out; animation-delay: .3s; transform-origin: left center; will-change: transform; }
.home-slider .slide .slide-caption { opacity: 0; animation: textAppear 1.2s forwards; animation-delay: 1s; -webkit-animation: textAppear 1.2s forwards; -webkit-animation-delay: 1s; }

.img { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 0; padding: 0; position: relative; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.img img { height: 0; width: 0; opacity: 0; }

.no-cursor { cursor: default !important; }

/*----------------------------------------------------------------
------------------------------------------------------------------
------------------------------ FONTS -----------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
body { font-family: 'Open Sans', sans-serif; }

@font-face { font-family: "bauer"; src: url("../fonts/bauer/ada6576a-cbce-4da0-994b-b4719f95ac06.eot?#iefix"); src: url("../fonts/bauer/ada6576a-cbce-4da0-994b-b4719f95ac06.eot?#iefix") format("eot"), url("../fonts/bauer/79de9df8-0826-46b9-beea-eb39122d4762.woff2") format("woff2"), url("../fonts/bauer/77fac51a-d062-438a-a493-6b67508aa97f.woff") format("woff"), url("../fonts/bauer/f1f853cb-6239-4c68-b259-70b41671b488.ttf") format("truetype"), url("../fonts/bauer/4458621b-5c78-460d-9643-70ba305b7276.svg#4458621b-5c78-460d-9643-70ba305b7276") format("svg"); font-weight: normal; font-style: normal; }
.right, .left { float: none; }

.clearfix { clear: both; height: 0; width: 0; }

button { background: none; border: 0; box-shadow: none !important; outline: none !important; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }

.no-anim, .no-anim * { -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; transition: none !important; }

.no-anim-single { -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; transition: none !important; }

a { color: #474448; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; cursor: pointer; outline: 0 !important; }
a:hover, a:focus { text-decoration: none; }

/* amending the default bootstrap 15px gutters */
.container, .container-fluid { padding-left: 30px; padding-right: 30px; }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 1200px) { .container.sm { width: 1020px; } }
.container-fluid { max-width: calc(1280px + 60px); position: relative; }

.row { margin-left: -30px; margin-right: -30px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 30px; padding-right: 30px; }

.main-body:before, .main-body:after { display: table; content: " "; }
.main-body:after { clear: both; }

.flex-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.hidden-banner .main-body { padding-top: 120px; }
@media (max-width: 767px) { .hidden-banner .main-body { padding-top: 75px; } }

.title { font-size: 30px; line-height: 1.25; }
@media (max-width: 767px) { .title { font-size: 24px; } }

.mt-none { margin-top: 0 !important; }

.wb-standard-page .main-content { margin-top: 0; }

.hidden-banner header { box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15); }

header { position: fixed; left: 0; top: 0; right: 0; z-index: 200; padding: 30px 0 18px; height: 113px; background: #fff url(../img/header-bg.jpg) no-repeat center top/100% 13px; }
@media (max-width: 767px) { header { padding: 15px 0; height: 75px; background-size: 100% 7px; } }
@media (max-width: 991px) { header .container-fluid { text-align: right; } }
header.sticky { box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15); }
header .logo { position: absolute; top: -7px; left: 23px; z-index: 101; }
@media (max-width: 1199px) { header .logo { top: 0; }
  header .logo img { width: 200px; } }
@media (max-width: 767px) { header .logo { top: 3px; left: 17px; }
  header .logo img { width: 150px; } }
@media (max-width: 359px) { header .logo { top: 7px; }
  header .logo img { width: 125px; } }
header .main-nav { float: left; margin-left: 280px; width: 45vw; max-width: 620px; }
@media (max-width: 1199px) { header .main-nav { margin-left: 185px; } }
@media (min-width: 992px) and (max-width: 1199px) { header .main-nav { width: 52vw; } }
@media (max-width: 991px) { header .main-nav { display: none; } }
header .main-nav > ul { list-style: none; padding: 0; margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; height: 83px; }
header .main-nav > ul > li { height: 100%; position: relative; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: left; }
header .main-nav > ul > li:after { content: ''; position: absolute; top: 0; right: 0; bottom: 18px; width: 1px; background: #f6f4f0; }
header .main-nav > ul > li > a { height: 100%; padding: 13px 15% 31px; display: block; color: #474448; font-weight: 400; line-height: 1.3; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; position: relative; }
@media (max-width: 1365px) { header .main-nav > ul > li > a { font-size: 14px; padding-left: 10%; padding-right: 10%; } }
header .main-nav > ul > li > a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; top: auto; height: 0; background: #7f7979; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
header .main-nav > ul > li > a:hover:after { height: 6px; }
header .main-nav > ul > li.current-menu-item > a:after, header .main-nav > ul > li.current-page-ancestor > a:after { height: 6px; }
header .main-nav > ul > li > ul, header .burger-menu > ul { list-style: none; padding: 0; margin: 0; position: absolute; top: 83px; left: 0; padding: 0; background: white; width: 220px; opacity: 0; pointer-events: none; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); max-height: calc(95vh - 113px); overflow: auto; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; clip: rect(0px, 2000px, 2000px, -10px); }
header .main-nav > ul > li > ul > li, header .burger-menu > ul > li { clear: both; width: 100%; float: none; border-top: 3px solid #e4e3e4; }
header .main-nav > ul > li > ul > li a, header .burger-menu > ul > li a { color: #474448; font-size: 15px; font-weight: 700; display: block; cursor: pointer; padding: 10px 30px 13px; }
@media (min-width: 992px) and (max-height: 800px) { header .main-nav > ul > li > ul > li a, header .burger-menu > ul > li a { font-size: 14px; padding: 6px 30px 9px; } }
header .main-nav > ul > li > ul > li.menu-item-has-children a, header .burger-menu > ul > li.menu-item-has-children a { padding-bottom: 2px; }
header .main-nav > ul > li > ul > li > ul, header .burger-menu > ul > li > ul { list-style: none; padding: 0; margin: 0; padding-bottom: 15px; }
@media (min-width: 992px) and (max-height: 800px) { header .main-nav > ul > li > ul > li > ul, header .burger-menu > ul > li > ul { padding-bottom: 8px; } }
header .main-nav > ul > li > ul > li > ul li a, header .burger-menu > ul > li > ul li a { font-weight: 200; font-size: 13px; padding: 0 30px !important; }
@media (min-width: 992px) and (max-height: 800px) { header .main-nav > ul > li > ul > li > ul li a, header .burger-menu > ul > li > ul li a { font-size: 12px; } }
header .main-nav > ul > li:hover a:after, header .burger-menu:hover a:after { height: 6px; }
header .main-nav > ul > li:hover ul, header .burger-menu:hover ul { opacity: 1; z-index: 100; pointer-events: auto; }
header .burger-menu { float: left; position: relative; }
@media (max-width: 991px) { header .burger-menu { display: none; } }
header .burger-menu .burger-btn { padding: 22px 1.2vw 0; float: left; height: 83px; }
@media (min-width: 992px) and (max-width: 1199px) { header .burger-menu .burger-btn { padding-right: calc(1vw + 10px); padding-left: calc(1vw + 10px); } }
header .burger-menu .burger-btn:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; top: auto; height: 0; background: #7f7979; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
header .burger-menu .burger-btn:hover:after { height: 6px; }
header .header-phone { float: left; margin: 17px 0 0; padding: 5px 10px; font-size: 14px; }
@media (min-width: 992px) and (max-width: 1279px) { header .header-phone { display: none; } }
@media (max-width: 991px) { header .header-phone { display: inline-block; float: none; } }
@media (min-width: 768px) and (max-width: 991px) { header .header-phone { margin-right: 15px; } }
@media (max-width: 767px) { header .header-phone { padding: 5px; margin-top: 12px; margin-right: 5px; }
  header .header-phone i { margin: 0; font-size: 20px; }
  header .header-phone span { display: none; } }
@media (max-width: 379px) { header .header-phone { display: none; } }
header .header-phone i { margin-right: 10px; }
@media (max-width: 359px) { header .header-phone i { margin-right: 0; } }
header .language-link { float: right; margin-top: 18px; }
@media (max-width: 767px) { header .language-link { margin-left: 0; margin-top: 10px; } }
header .language-link ul { padding: 0; margin: 0; list-style: none !important; }
header .language-link ul li { display: inline-block; }
header .language-link, header .language-link .wpml-ls-statics-shortcode_actions { padding: 0; }
header .language-link a, header .language-link .wpml-ls-statics-shortcode_actions a { display: block; padding: 0 5px; }
header .language-link a img, header .language-link .wpml-ls-statics-shortcode_actions a img { width: 30px; height: 30px; overflow: hidden; border-radius: 50%; }
@media (max-width: 1199px) { header .language-link a img, header .language-link .wpml-ls-statics-shortcode_actions a img { width: 25px; height: 25px; } }
header .language-link--swiss a { margin-top: 1px; }
@media (max-width: 1199px) { header .language-link--swiss a { margin-top: 3px; } }
header .mob-menu-btn { display: none; float: right; font-size: 24px; color: #474448; padding: 13px 20px; }
@media (max-width: 991px) { header .mob-menu-btn { display: block; } }
@media (min-width: 768px) and (max-width: 991px) { header .mob-menu-btn { margin-left: 30px; } }
@media (max-width: 767px) { header .mob-menu-btn { padding: 7px 0; margin-left: 15px; } }
header .drawer { position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: left; z-index: -1; opacity: 0; visibility: hidden; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); -moz-transition: none; -o-transition: none; -ms-transition: none; -webkit-transition: none; transition: none; }
header .drawer:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; position: fixed; bottom: auto; height: 200px; z-index: 2; pointer-events: none; background-image: -webkit-linear-gradient(top, #faf8f6 55%, rgba(250, 248, 246, 0) 100%); background-image: -o-linear-gradient(top, #faf8f6 55%, rgba(250, 248, 246, 0) 100%); background-image: linear-gradient(to bottom, #faf8f6 55%, rgba(250, 248, 246, 0) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAF8F6', endColorstr='#00FAF8F6', GradientType=0); }
@media (max-width: 767px) { header .drawer:before { height: 100px; } }
header .drawer .inner-wrap { padding-top: 160px; height: 100%; overflow: auto; }
@media (max-width: 767px) { header .drawer .inner-wrap { padding-top: 80px; } }
header .drawer .mobile-nav > ul { list-style: none; padding: 0; margin: 0; }
header .drawer .mobile-nav > ul > li { position: relative; display: block; opacity: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -moz-transform: translate(0, 35px); -o-transform: translate(0, 35px); -ms-transform: translate(0, 35px); -webkit-transform: translate(0, 35px); transform: translate(0, 35px); }
header .drawer .mobile-nav > ul > li a { display: block; font-size: 28px; font-weight: 300; margin: 10px 0; padding: 0 30px; border-color: transparent !important; }
@media (max-width: 767px) { header .drawer .mobile-nav > ul > li a { font-size: 24px; padding: 0 20px; } }
header .drawer .mobile-nav > ul > li ul { list-style: none; padding: 0; margin: 0; padding: 25px 30px 30px; background: #ede9e5; display: none; }
@media (max-width: 767px) { header .drawer .mobile-nav > ul > li ul { padding: 15px 20px 20px; } }
header .drawer .mobile-nav > ul > li ul li a { font-size: 18px; display: inline-block; border-bottom: 4px solid; margin: 8px 0; padding: 0; font-weight: 400; }
@media (max-width: 767px) { header .drawer .mobile-nav > ul > li ul li a { font-size: 17px; border-width: 3px; } }
header .drawer .mobile-nav > ul > li ul ul { padding: 5px 0 12px; }
header .drawer .mobile-nav > ul > li ul ul li a { font-size: 15px; margin: 1px 0 0; padding: 4px 0; border: none; font-weight: 600; }
@media (max-width: 767px) { header .drawer .mobile-nav > ul > li ul ul li a { font-size: 14px; } }
header .drawer .mobile-nav > ul > li.dropdown > a:after { content: '\f107'; font-family: Font Awesome\ 5 Pro; font-size: 30px; font-weight: 300; margin-left: 15px; display: inline-block; position: absolute; right: 55px; }
@media (max-width: 767px) { header .drawer .mobile-nav > ul > li.dropdown > a:after { font-size: 26px; right: 25px; } }
header .drawer .mobile-nav > ul > li.dropdown.active > a:after { content: '\f106'; }
header .drawer .mobile-nav > ul > li.dropdown.active ul { display: block; }
header .drawer .mob-contact { margin: 40px 30px 50px; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 40px; font-size: 15px; line-height: 1.7; opacity: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -moz-transform: translate(0, 35px); -o-transform: translate(0, 35px); -ms-transform: translate(0, 35px); -webkit-transform: translate(0, 35px); transform: translate(0, 35px); }
@media (max-width: 767px) { header .drawer .mob-contact { margin: 30px 20px 40px; padding-top: 30px; font-size: 14px; } }
header .drawer .mob-contact b { display: none; }
header .drawer .mob-contact a, header .drawer .mob-contact div { display: block; }
header .drawer .mob-contact a { font-size: 16px; }
@media (max-width: 767px) { header .drawer .mob-contact a { font-size: 15px; } }
header .drawer .mob-contact a + a { margin-top: 5px; }
header .drawer .mob-contact a i { opacity: .8; margin-right: 12px; font-size: 14px; }
header .drawer .mob-contact p { margin-top: -5px; }
header .drawer.show { -webkit-overflow-scrolling: touch; z-index: 100; opacity: 1; visibility: visible; }
header .drawer.show .mobile-nav > ul > li { opacity: 1; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
header .drawer.show .mobile-nav > ul > li:nth-child(1) { -moz-transition-delay: 275ms; -o-transition-delay: 275ms; -ms-transition-delay: 275ms; -webkit-transition-delay: 275ms; transition-delay: 275ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(2) { -moz-transition-delay: 350ms; -o-transition-delay: 350ms; -ms-transition-delay: 350ms; -webkit-transition-delay: 350ms; transition-delay: 350ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(3) { -moz-transition-delay: 425ms; -o-transition-delay: 425ms; -ms-transition-delay: 425ms; -webkit-transition-delay: 425ms; transition-delay: 425ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(4) { -moz-transition-delay: 500ms; -o-transition-delay: 500ms; -ms-transition-delay: 500ms; -webkit-transition-delay: 500ms; transition-delay: 500ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(5) { -moz-transition-delay: 575ms; -o-transition-delay: 575ms; -ms-transition-delay: 575ms; -webkit-transition-delay: 575ms; transition-delay: 575ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(6) { -moz-transition-delay: 650ms; -o-transition-delay: 650ms; -ms-transition-delay: 650ms; -webkit-transition-delay: 650ms; transition-delay: 650ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(7) { -moz-transition-delay: 725ms; -o-transition-delay: 725ms; -ms-transition-delay: 725ms; -webkit-transition-delay: 725ms; transition-delay: 725ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(8) { -moz-transition-delay: 800ms; -o-transition-delay: 800ms; -ms-transition-delay: 800ms; -webkit-transition-delay: 800ms; transition-delay: 800ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(9) { -moz-transition-delay: 925ms; -o-transition-delay: 925ms; -ms-transition-delay: 925ms; -webkit-transition-delay: 925ms; transition-delay: 925ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(10) { -moz-transition-delay: 1050ms; -o-transition-delay: 1050ms; -ms-transition-delay: 1050ms; -webkit-transition-delay: 1050ms; transition-delay: 1050ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(11) { -moz-transition-delay: 1175ms; -o-transition-delay: 1175ms; -ms-transition-delay: 1175ms; -webkit-transition-delay: 1175ms; transition-delay: 1175ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(12) { -moz-transition-delay: 1300ms; -o-transition-delay: 1300ms; -ms-transition-delay: 1300ms; -webkit-transition-delay: 1300ms; transition-delay: 1300ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(13) { -moz-transition-delay: 1425ms; -o-transition-delay: 1425ms; -ms-transition-delay: 1425ms; -webkit-transition-delay: 1425ms; transition-delay: 1425ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(14) { -moz-transition-delay: 1550ms; -o-transition-delay: 1550ms; -ms-transition-delay: 1550ms; -webkit-transition-delay: 1550ms; transition-delay: 1550ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(15) { -moz-transition-delay: 1675ms; -o-transition-delay: 1675ms; -ms-transition-delay: 1675ms; -webkit-transition-delay: 1675ms; transition-delay: 1675ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(16) { -moz-transition-delay: 1800ms; -o-transition-delay: 1800ms; -ms-transition-delay: 1800ms; -webkit-transition-delay: 1800ms; transition-delay: 1800ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(17) { -moz-transition-delay: 1925ms; -o-transition-delay: 1925ms; -ms-transition-delay: 1925ms; -webkit-transition-delay: 1925ms; transition-delay: 1925ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(18) { -moz-transition-delay: 2050ms; -o-transition-delay: 2050ms; -ms-transition-delay: 2050ms; -webkit-transition-delay: 2050ms; transition-delay: 2050ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(19) { -moz-transition-delay: 2175ms; -o-transition-delay: 2175ms; -ms-transition-delay: 2175ms; -webkit-transition-delay: 2175ms; transition-delay: 2175ms; }
header .drawer.show .mobile-nav > ul > li:nth-child(20) { -moz-transition-delay: 2300ms; -o-transition-delay: 2300ms; -ms-transition-delay: 2300ms; -webkit-transition-delay: 2300ms; transition-delay: 2300ms; }
header .drawer.show .mob-contact { opacity: 1; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); -moz-transition-delay: 725ms; -o-transition-delay: 725ms; -ms-transition-delay: 725ms; -webkit-transition-delay: 725ms; transition-delay: 725ms; }

.close-menu { font-size: 28px; top: 40px; right: 40px; color: #474448; position: fixed; padding: 0 10px; opacity: 0; z-index: 2; -moz-transition: all 0.35s; -o-transition: all 0.35s; -ms-transition: all 0.35s; -webkit-transition: all 0.35s; transition: all 0.35s; }
.close-menu i { font-weight: 300; }
@media (max-width: 767px) { .close-menu { top: 20px; right: 10px; } }

.mob-menu-overlay { background: #faf8f6; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -1; opacity: 0; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

body.show-mob-menu .mob-menu-overlay, body.show-mob-menu .close-menu { opacity: 1; }

.footer-quick-links { display: none; }
@media (min-width: 768px) { .footer-quick-links.display-desktop { display: block; } }
.footer-quick-links.display-both { display: block; }
@media (max-width: 767px) { .footer-quick-links.display-mobile { display: block; } }
.footer-quick-links .flex-list { -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
@media (max-width: 767px) { .footer-quick-links .flex-list { width: calc(100% + 20px); margin-left: -10px; } }
.footer-quick-links .flex-list a { margin: 0 0 15px 0; width: calc(50% - 7.5px); overflow: hidden; position: relative; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background: #ececec; }
@media (max-width: 767px) { .footer-quick-links .flex-list a { width: 100%; margin: 0 0 10px; } }
.footer-quick-links .flex-list a .text { z-index: 1; position: relative; padding: 60px; background: rgba(236, 236, 236, 0.65); display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media (max-width: 767px) { .footer-quick-links .flex-list a .text { padding: 40px; } }
.footer-quick-links .flex-list a .text * { color: #474448; }
.footer-quick-links .flex-list a .text p { font-size: 17px; font-weight: 400; margin-top: 10px; }
@media (min-width: 768px) and (max-width: 991px) { .footer-quick-links .flex-list a .text p { display: none; } }
@media (max-width: 767px) { .footer-quick-links .flex-list a .text p { font-size: 14px; } }
.footer-quick-links .flex-list a .text i { font-size: 40px; margin-top: 10px; -moz-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
@media (max-width: 767px) { .footer-quick-links .flex-list a .text i { font-size: 22px; } }
.footer-quick-links .flex-list a .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; opacity: .25; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.footer-quick-links .flex-list a:hover i { transform: translateX(15px); }

.mailchimp_embed_signup .mc-field-group.border-input label { display: none; }
.mailchimp_embed_signup .mc-field-group.border-input input { display: block; opacity: 1; width: 100%; height: 43px; }
.mailchimp_embed_signup .mc-field-group input { display: block; opacity: 0; width: 0; height: 1px; }
.mailchimp_embed_signup .mc-field-group input::-webkit-input-placeholder { color: #7f7979; opacity: 1; }
.mailchimp_embed_signup .mc-field-group input:-moz-placeholder { color: #7f7979; opacity: 1; }
.mailchimp_embed_signup .mc-field-group input::-moz-placeholder { color: #7f7979; opacity: 1; }
.mailchimp_embed_signup .mc-field-group input:-ms-input-placeholder { color: #7f7979; opacity: 1; }
@media (max-width: 767px) { .mailchimp_embed_signup .mc-field-group input { font-size: 13px; } }
.mailchimp_embed_signup .mc-field-group label { display: block; }
.mailchimp_embed_signup .mc-field-group label a { text-decoration: underline; }
@media (max-width: 767px) { .mailchimp_embed_signup .mc-field-group input[type=checkbox] + label { font-size: 13px; padding-top: 2px; } }
.mailchimp_embed_signup .mc-field-group input[type=checkbox] + label:before { border: none; background: #fff; left: 0; top: 50%; transform: translateY(-50%); }
.mailchimp_embed_signup .mc-field-group input[type=checkbox] + label:after { top: 50%; transform: translateY(-50%); }
.mailchimp_embed_signup .mc-field-group .warning { left: auto; right: 0; bottom: -15px; }
.mailchimp_embed_signup .form-group[mailchimp-notice] .warning { position: static; line-height: 1.6; }
.mailchimp_embed_signup .form-group[mailchimp-notice] .warning a { color: #f25923; }

.standard-wg .sign-up-inner .form-wrapper .accept-fm label { display: inline-flex; }
@media (max-width: 767px) { .standard-wg .sign-up-inner .form-wrapper .accept-fm label { display: inline-block; text-align: left; padding-top: 2px; } }
.standard-wg .sign-up-inner .form-complete { float: none; }

footer { clear: both; padding: 110px 0 80px; background: #faf8f6; }
@media (max-width: 767px) { footer { padding: 50px 0; } }
footer .container-fluid { max-width: calc(1280px + 60px - 160px); }
footer .flex-list { -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
footer .flex-list .social-links { display: flex; align-items: center; margin-top: 40px; }
footer .flex-list .social-links a { margin-right: 20px; font-size: 17px; }
footer .flex-list .social-links a i { color: #7f7979; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
footer .flex-list .social-links a:hover i.fa-facebook-f { color: #4867aa; }
footer .flex-list .social-links a:hover i.fa-twitter { color: #1da1f2; }
footer .flex-list .social-links a:hover i.fa-instagram { color: #e4405f; }
@media (min-width: 768px) and (max-width: 991px) { footer .flex-list .flex-col { width: 50%; }
  footer .flex-list .flex-col + .flex-col + .flex-col { margin-top: 80px; }
  footer .flex-list .flex-col:last-child { text-align: center; } }
@media (max-width: 767px) { footer .flex-list .flex-col { width: 100%; } }
footer .flex-list .flex-col h5 { font-size: 25px; color: #474448; }
@media (max-width: 767px) { footer .flex-list .flex-col h5 { font-size: 18px; } }
footer .flex-list .flex-col .social-links h5 { font-size: 15px; margin-right: 15px; color: #7f7979; font-weight: 400; }
@media (max-width: 767px) { footer .flex-list .flex-col .social-links h5 { font-size: 13px; } }
footer .flex-list .flex-col p { line-height: 1.95; }
footer .flex-list .flex-col p, footer .flex-list .flex-col nav { font-weight: 400; margin-top: 25px; }
@media (max-width: 767px) { footer .flex-list .flex-col p, footer .flex-list .flex-col nav { font-size: 13px; margin-top: 10px; } }
footer .flex-list .flex-col a { color: #2f2c2c; }
footer .flex-list .flex-col a:hover { color: #979090; }
footer .flex-list .flex-col ul { list-style: none; padding: 0; margin: 0; }
@media (max-width: 767px) { footer .flex-list .flex-col-1, footer .flex-list .flex-col-2 { width: 50%; }
  footer .flex-list .flex-col-2 { padding-left: 20px; }
  footer .flex-list .flex-col-3 { margin: 50px 0; }
  footer .flex-list .flex-col-4 { text-align: center; }
  footer .flex-list .flex-col-4 img { width: 100px; } }
footer .footer-top { margin: 0 -15px; }
footer .footer-top .flex-col { padding: 0 15px; }
footer .footer-top .flex-col-1 { width: 23%; }
@media (max-width: 991px) { footer .footer-top .flex-col-1 { width: 50%; } }
@media (max-width: 480px) { footer .footer-top .flex-col-1 { width: 100%; margin-bottom: 30px; } }
footer .footer-top .flex-col-2 { width: 18%; }
@media (max-width: 991px) { footer .footer-top .flex-col-2 { width: 50%; } }
@media (max-width: 480px) { footer .footer-top .flex-col-2 { width: 100%; } }
footer .footer-top .flex-col-3 { width: 35%; }
@media (max-width: 991px) { footer .footer-top .flex-col-3 { width: 50%; } }
@media (max-width: 767px) { footer .footer-top .flex-col-3 { width: 100%; } }
@media (max-width: 480px) { footer .footer-top .flex-col-3 { margin: 30px 0; } }
footer .footer-top .flex-col-4 { width: 20%; text-align: center; }
@media (max-width: 991px) { footer .footer-top .flex-col-4 { width: 50%; } }
@media (max-width: 767px) { footer .footer-top .flex-col-4 { width: 100%; } }
footer .footer-top .flex-col img { max-width: 100%; }
footer .footer-top nav ul li { display: block; }
footer .footer-top nav ul li a { display: block; padding: 2px 0; }
footer .footer-top .form-complete { float: none; }
footer .footer-top form { margin-top: 15px; }
footer .footer-top form label { display: none; }
footer .footer-top form input { padding: 0; }
footer .footer-top form .text-button { border-bottom: none; margin-top: 10px; padding-left: 0; }
footer .footer-bottom { margin-top: 80px; font-size: 12px; }
@media (max-width: 767px) { footer .footer-bottom { margin-top: 35px; font-size: 10px; text-align: center; } }
footer .footer-bottom li { display: inline-block; }
footer .footer-bottom a { padding-right: 15px; }
footer .footer-bottom a:after { content: '/'; margin-left: 15px; }
@media (max-width: 359px) { footer .footer-bottom a:after { display: none; padding-right: 15px !important; } }
footer .footer-bottom .flex-col li:last-child a { padding-right: 0; }
footer .footer-bottom .flex-col li:last-child a:after { display: none; }
@media (min-width: 768px) and (max-width: 991px) { footer .footer-bottom .flex-col { width: 100%; text-align: left !important; margin-top: 15px; } }
@media (max-width: 767px) { footer .footer-bottom .flex-col + .flex-col { margin-top: 10px; } }

.button { background: #474448; color: white; padding: 12px 20px; display: inline-block; margin: 20px 15px 0 0; cursor: pointer; border: 0; box-shadow: none; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
@media (max-width: 767px) { .button { padding: 8px 16px; } }
.button:hover { background: #201f21; color: white; }

.text-button { position: relative; display: inline-block; font-size: 17px; font-weight: 700; padding-bottom: 2px; background: none; border: none; border-bottom: 5px solid #474448; }
.text-button.simple-btn { border-bottom: none; }
@media (max-width: 767px) { .text-button { border-width: 3px; font-size: 15px; } }
.text-button i { margin-left: 5px; font-size: 17px; -moz-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
@media (max-width: 767px) { .text-button i { margin-left: 2px; } }
.text-button:hover i { transform: translateX(15px); }

/* site-wide input styles */
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, .select-wrap select, .select-wrap, .file-upload .fake-input { width: 100%; border-radius: 0; border: none; outline: 0; color: #7f7979; background: #faf8f6; box-shadow: none !important; font-size: 100%; height: 50px; padding: 0 20px; text-transform: none; font-weight: normal; -webkit-appearance: none; border-bottom: 5px solid #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="text"]:focus::-ms-value, input[type="email"]:focus::-ms-value, input[type="number"]:focus::-ms-value, input[type="tel"]:focus::-ms-value, textarea:focus::-ms-value, .select-wrap select:focus::-ms-value, .select-wrap:focus::-ms-value, .file-upload .fake-input:focus::-ms-value { background-color: white; color: #0054a0; }
input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="number"]::-ms-expand, input[type="tel"]::-ms-expand, textarea::-ms-expand, .select-wrap select::-ms-expand, .select-wrap::-ms-expand, .file-upload .fake-input::-ms-expand { display: none; }

textarea { resize: none; height: 150px; line-height: 1.3; overflow: auto; padding: 20px; }

.select-wrap { position: relative; padding: 0; }
.select-wrap:after { font-family: 'Black Tie'; content: "\f0a9"; margin: 0; color: #7f7979; display: block; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 25px; line-height: 1.3; font-size: 15px; z-index: 1; pointer-events: none; }
.select-wrap select { padding-right: 40px; cursor: pointer; }

#mc_embed_signup div.mce_inline_error { background: transparent !important; color: red !important; font-size: 12px !important; }

#mc_embed_signup label:before { background: #fff; }

input, textarea, select { -webkit-text-fill-color: #7f7979; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #faf8f6 inset; box-shadow: 0 0 0 1000px #faf8f6 inset !important; -moz-transition: background-color 50000s ease-in-out 0s; -o-transition: background-color 50000s ease-in-out 0s; -ms-transition: background-color 50000s ease-in-out 0s; -webkit-transition: background-color 50000s ease-in-out 0s; transition: background-color 50000s ease-in-out 0s; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

optgroup { font-weight: normal; }

.form-group { position: relative; }
.form-group.border-input:after { content: ''; height: 5px; width: 0; position: absolute; left: 0; bottom: 0; background: #7f7979; z-index: 3; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; -moz-transform: translateZ(0); -o-transform: translateZ(0); -ms-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0); }
.form-group.border-input.filled:after { width: 100%; }
.form-group.border-input.filled input, .form-group.border-input.filled textarea, .form-group.border-input.filled select { color: #7f7979; }
.form-group.border-input.filled label { -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }

.form-divider { display: block; width: 100%; height: 3px; background: #f6f4f0; }

ul, ol, dl { padding-left: 20px; }
ul.no-list, ol.no-list, dl.no-list { list-style: none; padding: 0; }
ul li a, ul dl li a, ol li a, ol dl li a, dl li a, dl dl li a { font-weight: normal; }

ul.list-list { display: block; list-style: none; padding: 0; float: left; width: 100%; margin-top: 80px; margin-bottom: 80px; border-bottom: 2px solid #f6f4f0; }
@media (max-width: 767px) { ul.list-list { margin-top: 50px; margin-bottom: 50px; } }
ul.list-list li { border-top: 2px solid #f6f4f0; }
ul.list-list li a { display: block; padding-top: 80px; padding-bottom: 80px; }
@media (max-width: 767px) { ul.list-list li a { padding-top: 50px; padding-bottom: 50px; } }
ul.list-list li h4 { color: #2f2c2c; }
ul.list-list li p { font-weight: 300; }

.widget-container .pagenumber-container, .pagenumber-container { margin: 40px 0 0; }
@media (max-width: 767px) { .widget-container .pagenumber-container, .pagenumber-container { margin-top: 20px; } }

ul.page-numbers { list-style: none; text-align: center; padding-left: 0; font-size: 21px; font-weight: bold; }
@media (max-width: 991px) { ul.page-numbers { font-size: 19px; } }
@media (max-width: 767px) { ul.page-numbers { font-size: 17px; } }
ul.page-numbers li { display: inline-block; vertical-align: middle; padding: 0 5px; }
ul.page-numbers .page-numbers:not(.prev):not(.next) { border-bottom: 2px solid transparent; }
ul.page-numbers .page-numbers:not(.prev):not(.next).current { border-bottom-color: currentColor; }
ul.page-numbers .page-numbers { color: #7f7979; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; display: block; font-weight: bold; padding: 0 3px; }
ul.page-numbers .page-numbers i { vertical-align: top; }
ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover, ul.page-numbers .page-numbers:focus { color: #474448; }
ul.page-numbers .page-numbers.next, ul.page-numbers .page-numbers.prev { margin-top: -2px; }
ul.page-numbers .page-numbers.prev:hover { transform: translateX(-5px); }
ul.page-numbers .page-numbers.next:hover { transform: translateX(5px); }

.sub-nav { padding-bottom: 20px; }
.sub-nav ul { list-style: none; margin: 0; padding: 0; }
.sub-nav a { display: block; }
.sub-nav > ul { display: none; padding-top: 20px; }
@media (min-width: 992px) { .sub-nav > ul { display: block !important; padding: 20px 25px 0; border-top: 3px solid #f6f4f0; } }
.sub-nav > ul > li > a { font-size: 16px; padding: 5px 0; }
.sub-nav > ul > li > ul { padding: 5px 0 5px 25px; }
.sub-nav > ul > li > ul > li.current_page_item > a { color: #474448; }
.sub-nav > ul > li > ul > li > a { font-size: 13px; color: #2f2c2c; padding: 4px 0; }
.sub-nav .current_page_item > a { font-weight: bold; color: #2f2c2c; }
.sub-nav .open-sub-nav { border-bottom: 3px solid #f6f4f0; padding-bottom: 20px; position: relative; }
.sub-nav .open-sub-nav:after { font-family: 'Black Tie'; content: '\f01b'; font-size: 14px; font-weight: 600; position: absolute; right: 0; top: 1px; }
.sub-nav.expanded > ul { border-bottom: 3px solid #f6f4f0; padding-bottom: 15px; }
.sub-nav.expanded .open-sub-nav:after { content: '\f021'; }

.spinner { margin: 0 auto; width: 70px; text-align: center; position: absolute; top: 50%; left: 50%; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.spinner > div { width: 10px; height: 10px; background-color: #040304; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both; animation: sk-bouncedelay 1s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
/* Tables */
.table-inner { overflow-y: auto; -webkit-overflow-scrolling: touch; }

table { width: 100%; display: table; border: none; border-collapse: collapse; }

td, th { padding: 10px 20px; }

th { background: #474448; color: white; }

td { box-shadow: inset 0 -3px 0 #f6f4f0, inset 3px 0 0 #f6f4f0; color: #2f2c2c; }
td:last-child { box-shadow: inset 0 -3px 0 #f6f4f0, inset 3px 0 0 #f6f4f0, inset -3px 0 0 #f6f4f0; }

.theme-echelon .text:after { background: #547aa3; }

.read-more-2x-widget .theme-echelon:before { background: #547aa3; }

.main-nav > ul li > .sub-menu > li.theme-echelon { border-color: #547aa3; }
.main-nav > ul li > .sub-menu > li.theme-echelon > a { color: #547aa3; }

.mobile-nav > ul > li ul li.theme-echelon a { border-color: #547aa3 !important; }

.theme-accessories .text:after { background: #766691; }

.read-more-2x-widget .theme-accessories:before { background: #766691; }

.main-nav > ul li > .sub-menu > li.theme-accessories { border-color: #766691; }
.main-nav > ul li > .sub-menu > li.theme-accessories > a { color: #766691; }

.mobile-nav > ul > li ul li.theme-accessories a { border-color: #766691 !important; }

.theme-aurora .text:after { background: #a24f56; }

.read-more-2x-widget .theme-aurora:before { background: #a24f56; }

.main-nav > ul li > .sub-menu > li.theme-aurora { border-color: #a24f56; }
.main-nav > ul li > .sub-menu > li.theme-aurora > a { color: #a24f56; }

.mobile-nav > ul > li ul li.theme-aurora a { border-color: #a24f56 !important; }

.theme-island .text:after { background: #7599bb; }

.read-more-2x-widget .theme-island:before { background: #7599bb; }

.main-nav > ul li > .sub-menu > li.theme-island { border-color: #7599bb; }
.main-nav > ul li > .sub-menu > li.theme-island > a { color: #7599bb; }

.mobile-nav > ul > li ul li.theme-island a { border-color: #7599bb !important; }

.theme-legacy .text:after { background: #818c61; }

.read-more-2x-widget .theme-legacy:before { background: #818c61; }

.main-nav > ul li > .sub-menu > li.theme-legacy { border-color: #818c61; }
.main-nav > ul li > .sub-menu > li.theme-legacy > a { color: #818c61; }

.mobile-nav > ul > li ul li.theme-legacy a { border-color: #818c61 !important; }

.theme-doors .text:after { background: #ea8e23; }

.read-more-2x-widget .theme-doors:before { background: #ea8e23; }

.main-nav > ul li > .sub-menu > li.theme-doors { border-color: #ea8e23; }
.main-nav > ul li > .sub-menu > li.theme-doors > a { color: #ea8e23; }

.mobile-nav > ul > li ul li.theme-doors a { border-color: #ea8e23 !important; }

.theme-charcoal .text:after { background: #948272; }

.read-more-2x-widget .theme-charcoal:before { background: #948272; }

.main-nav > ul li > .sub-menu > li.theme-charcoal { border-color: #948272; }
.main-nav > ul li > .sub-menu > li.theme-charcoal > a { color: #948272; }

.mobile-nav > ul > li ul li.theme-charcoal a { border-color: #948272 !important; }

.theme-design .text:after { background: #008780; }

.read-more-2x-widget .theme-design:before { background: #008780; }

.main-nav > ul li > .sub-menu > li.theme-design { border-color: #008780; }
.main-nav > ul li > .sub-menu > li.theme-design > a { color: #008780; }

.mobile-nav > ul > li ul li.theme-design a { border-color: #008780 !important; }

.theme-inspiration .text:after { background: #a5708d; }

.read-more-2x-widget .theme-inspiration:before { background: #a5708d; }

.main-nav > ul li > .sub-menu > li.theme-inspiration { border-color: #a5708d; }
.main-nav > ul li > .sub-menu > li.theme-inspiration > a { color: #a5708d; }

.mobile-nav > ul > li ul li.theme-inspiration a { border-color: #a5708d !important; }

.theme-default .text:after { background: #7f7979; }

.read-more-2x-widget .theme-default:before { background: #7f7979; }

.main-nav > ul li > .sub-menu > li.theme-default { border-color: #7f7979; }
.main-nav > ul li > .sub-menu > li.theme-default > a { color: #7f7979; }

.mobile-nav > ul > li ul li.theme-default a { border-color: #7f7979 !important; }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table { margin: 15px 0 0; }
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { margin: 35px 0 0; }
@media (max-width: 767px) { * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { margin: 20px 0 0; } }

h1, h2, h3, h4, h5, h6 { line-height: 1.6; font-weight: 300; }

h1, h2 { font-size: 40px; line-height: 1.25; color: #474448; }
@media (max-width: 767px) { h1, h2 { font-size: 27px; } }

h3 { font-size: 18px; }
@media (max-width: 767px) { h3 { font-size: 17px; } }

h4 { font-size: 22px; }
@media (max-width: 767px) { h4 { font-size: 18px; } }

h5 { font-size: 18px; }
@media (max-width: 767px) { h5 { font-size: 16px; } }

h6 { font-size: 15px; font-weight: bold; }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 40px 20px; background-color: #f25923; color: #ffffff; -moz-transform: translate(0, -101%); -o-transform: translate(0, -101%); -ms-transform: translate(0, -101%); -webkit-transform: translate(0, -101%); transform: translate(0, -101%); -moz-transition: transform 0.2s ease; -o-transition: transform 0.2s ease; -ms-transition: transform 0.2s ease; -webkit-transition: transform 0.2s ease; transition: transform 0.2s ease; }
@media (max-width: 767px) { .notification { padding: 15px; } }
.notification:after { content: 'Got it'; font-weight: 500; font-size: 20px; line-height: 1; text-align: center; position: absolute; left: 50%; bottom: 50%; opacity: 0; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transform: translateY(200%) translateX(-50%); -o-transform: translateY(200%) translateX(-50%); -ms-transform: translateY(200%) translateX(-50%); -webkit-transform: translateY(200%) translateX(-50%); transform: translateY(200%) translateX(-50%); }
@media (max-width: 767px) { .notification:after { font-size: 16px; } }
.notification p { font-weight: 500; font-size: 20px; font-size: 20px; color: #ffffff; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
@media (max-width: 767px) { .notification p { font-size: 16px; } }
.notification.show { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.notification.show:hover p { -moz-transform: translate(0, -100%); -o-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); transform: translate(0, -100%); opacity: 0; }
.notification.show:hover:after { -moz-transform: translateY(50%) translateX(-50%); -o-transform: translateY(50%) translateX(-50%); -ms-transform: translateY(50%) translateX(-50%); -webkit-transform: translateY(50%) translateX(-50%); transform: translateY(50%) translateX(-50%); opacity: 1; }

.error-tooltip { position: absolute; width: 30px; height: 30px; font-size: 12px; background: #f25923; border-radius: 1px; left: -40px; top: 50%; color: #ffffff; text-align: center; padding-top: 6px; opacity: 0; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -moz-transform: translateY(-50%) scale(0, 0); -o-transform: translateY(-50%) scale(0, 0); -ms-transform: translateY(-50%) scale(0, 0); -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); z-index: 99; }
@media (max-width: 767px) { .error-tooltip { width: 20px; height: 20px; font-size: 9px; padding-top: 3px; left: -25px; }
  .error-tooltip i { margin-left: 2px; } }
.error-tooltip.show { opacity: 1; -moz-transform: translateY(-50%) scale(1, 1); -o-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }
.error-tooltip:after { content: ''; position: absolute; right: -6px; top: 10px; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 6px; border-color: transparent transparent transparent #f25923; }
@media (max-width: 767px) { .error-tooltip:after { border-width: 4px 0 4px 5px; top: 7px; right: -5px; } }

.warning { display: none; color: #f25923; font-weight: bold; text-transform: uppercase; line-height: 1; }
.warning a { color: #f25923; }
.warning.show { position: absolute; left: 0; bottom: 7px; font-size: 60%; }

body .fancybox-overlay { background: rgba(232, 232, 232, 0.8); }

.fancybox-wrap .fancybox-inner { position: relative; }
.fancybox-wrap .fancybox-inner:before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; border: 10px solid #faf8f6; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-inner { width: 100% !important; } }
.fancybox-wrap .fancybox-close { z-index: 1200; position: absolute; top: -25px !important; right: -25px !important; width: 50px; height: 50px; cursor: pointer; text-indent: -9999px; background: none !important; background-color: #474448 !important; color: white; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-close { right: 0 !important; top: 0 !important; width: 40px; height: 40px; } }
.fancybox-wrap .fancybox-close:before { content: '\f00d'; position: absolute; top: 50%; left: 50%; font-family: Font Awesome\ 5 Pro; font-size: 22px; line-height: 1; color: #fff; text-indent: 0; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.fancybox-wrap .fancybox-nav span { z-index: 1003; position: absolute; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); visibility: visible; cursor: pointer; background: none; margin: 0; background: whitesmoke; padding: 10px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-nav span { width: 40px; height: 40px; } }
.fancybox-wrap .fancybox-nav span:before { position: relative; width: 35px; font-family: Font Awesome\ 5 Pro; font-size: 35px; color: #fff; }
.fancybox-wrap .fancybox-prev { z-index: 1010; left: 5px; }
.fancybox-wrap .fancybox-prev span { left: -30px; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-prev span { left: 15px; } }
.fancybox-wrap .fancybox-prev span:after { content: "\f177"; color: #474448; font-size: 30px; line-height: 1; font-family: Font Awesome\ 5 Pro; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-prev span:after { font-size: 22px; } }
.fancybox-wrap .fancybox-next { z-index: 1010; right: 5px; }
.fancybox-wrap .fancybox-next span { right: -30px; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-next span { right: 15px; } }
.fancybox-wrap .fancybox-next span:after { content: "\f178"; color: #474448; font-size: 30px; line-height: 1; font-family: Font Awesome\ 5 Pro; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-next span:after { font-size: 22px; } }
.fancybox-wrap .fancybox-title-float-wrap { width: 100%; white-space: inherit; position: relative; right: auto; z-index: 0; }
.fancybox-wrap .fancybox-title-float-wrap h2 { font-size: 20px; font-weight: 900; text-align: center; color: white; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-title-float-wrap h2 { font-size: 16px; } }
.fancybox-wrap .fancybox-title-float-wrap p { font-size: 14px; line-height: 1.6; font-weight: 600; color: #f6f4f0; }
.fancybox-wrap .fancybox-title-float-wrap p + p { margin-top: 13px; }
.fancybox-wrap .fancybox-title-float-wrap p a { color: white; text-decoration: underline; }
.fancybox-wrap .fancybox-title-float-wrap .child { width: 100%; white-space: inherit; margin: 0; font-family: 'Open Sans', sans-serif; background: #474448; border-radius: 0; padding: 30px; box-shadow: 0 0 8px 1px #474448; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-title-float-wrap .child { padding: 20px; } }
@media (max-width: 767px) { .fancybox-wrap .fancybox-image { height: auto; width: auto; } }

.quick-contact { position: fixed; right: 0; top: 50%; -moz-transform: translate(100%, -50%); -o-transform: translate(100%, -50%); -ms-transform: translate(100%, -50%); -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); padding: 50px 60px; width: 440px; z-index: 202; background: white; -moz-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1); -ms-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1); transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1); }
@media (max-width: 767px) { .quick-contact { display: none; } }
.quick-contact-btn { height: 65px; font-size: 17px; font-weight: 700; line-height: 65px; padding: 0 20px 0 70px; color: white; background: #f25923; position: absolute; top: 50%; left: 0; -moz-transform: rotate(-90deg) translate(-50%, -100%); -o-transform: rotate(-90deg) translate(-50%, -100%); -ms-transform: rotate(-90deg) translate(-50%, -100%); -webkit-transform: rotate(-90deg) translate(-50%, -100%); transform: rotate(-90deg) translate(-50%, -100%); moz-transform-origin: left top; -o-transform-origin: left top; -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
.quick-contact-btn i { font-size: 35px; position: absolute; left: 20px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.quick-contact-btn.hidden { display: none; }
.quick-contact .inner-wrap { opacity: 0; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.quick-contact .inner-wrap h3 { font-family: "bauer"; font-size: 30px; margin-top: 0; color: #2f2c2c; }
.quick-contact .inner-wrap p { color: #2f2c2c; margin-top: 0; font-weight: 400; }
.quick-contact .inner-wrap form { margin-top: 40px; }
.quick-contact .inner-wrap form .form-group { margin-bottom: 20px; }
.quick-contact .inner-wrap form .form-group:after { display: none !important; }
.quick-contact .inner-wrap form .form-group input[type="text"], .quick-contact .inner-wrap form .form-group input[type="email"], .quick-contact .inner-wrap form .form-group input[type="number"], .quick-contact .inner-wrap form .form-group input[type="tel"], .quick-contact .inner-wrap form .form-group textarea { height: 40px; color: #040304 !important; padding: 0; background: none; -webkit-text-fill-color: #2f2c2c; border-color: #f6f4f0; }
.quick-contact .inner-wrap form .form-group input[type="text"]::-webkit-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="email"]::-webkit-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="number"]::-webkit-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="tel"]::-webkit-input-placeholder, .quick-contact .inner-wrap form .form-group textarea::-webkit-input-placeholder { color: #2f2c2c; opacity: 1; }
.quick-contact .inner-wrap form .form-group input[type="text"]:-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="email"]:-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="number"]:-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="tel"]:-moz-placeholder, .quick-contact .inner-wrap form .form-group textarea:-moz-placeholder { color: #2f2c2c; opacity: 1; }
.quick-contact .inner-wrap form .form-group input[type="text"]::-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="email"]::-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="number"]::-moz-placeholder, .quick-contact .inner-wrap form .form-group input[type="tel"]::-moz-placeholder, .quick-contact .inner-wrap form .form-group textarea::-moz-placeholder { color: #2f2c2c; opacity: 1; }
.quick-contact .inner-wrap form .form-group input[type="text"]:-ms-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="email"]:-ms-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="number"]:-ms-input-placeholder, .quick-contact .inner-wrap form .form-group input[type="tel"]:-ms-input-placeholder, .quick-contact .inner-wrap form .form-group textarea:-ms-input-placeholder { color: #2f2c2c; opacity: 1; }
.quick-contact .inner-wrap form .form-group input[type="text"]:-webkit-autofill, .quick-contact .inner-wrap form .form-group input[type="text"]:-webkit-autofill:hover, .quick-contact .inner-wrap form .form-group input[type="text"]:-webkit-autofill:focus, .quick-contact .inner-wrap form .form-group input[type="email"]:-webkit-autofill, .quick-contact .inner-wrap form .form-group input[type="email"]:-webkit-autofill:hover, .quick-contact .inner-wrap form .form-group input[type="email"]:-webkit-autofill:focus, .quick-contact .inner-wrap form .form-group input[type="number"]:-webkit-autofill, .quick-contact .inner-wrap form .form-group input[type="number"]:-webkit-autofill:hover, .quick-contact .inner-wrap form .form-group input[type="number"]:-webkit-autofill:focus, .quick-contact .inner-wrap form .form-group input[type="tel"]:-webkit-autofill, .quick-contact .inner-wrap form .form-group input[type="tel"]:-webkit-autofill:hover, .quick-contact .inner-wrap form .form-group input[type="tel"]:-webkit-autofill:focus, .quick-contact .inner-wrap form .form-group textarea:-webkit-autofill, .quick-contact .inner-wrap form .form-group textarea:-webkit-autofill:hover, .quick-contact .inner-wrap form .form-group textarea:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px white inset; box-shadow: 0 0 0 1000px white inset !important; }
.quick-contact .inner-wrap form .form-group textarea { height: 120px; vertical-align: top; }
.quick-contact .inner-wrap form button { position: relative; padding: 0; border: none; color: #2f2c2c; margin-top: 10px; }
.quick-contact .inner-wrap .border-input:after { background: #2f2c2c; }
.quick-contact .inner-wrap .error-tooltip { left: -60px; color: white; background: #f25923; }
.quick-contact .inner-wrap .error-tooltip:after { border-color: transparent transparent transparent #f25923; }
.quick-contact .inner-wrap .warning { bottom: -15px; left: auto; right: 0; color: #f25923; }
.quick-contact .form-complete .success-message { color: #2f2c2c; }
.quick-contact.show { -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.quick-contact.show .inner-wrap { opacity: 1; }
.quick-contact .single-checkbox { text-align: left; }
.quick-contact .single-checkbox label, .quick-contact .single-checkbox label a { color: #2f2c2c !important; }
.quick-contact .single-checkbox input[type=checkbox] + label:before { border-color: #2f2c2c; }
.quick-contact .single-checkbox input[type=checkbox] + label:after { color: #2f2c2c; }
.quick-contact .single-checkbox input[type=checkbox]:checked + label:after { opacity: 1; }
.quick-contact .single-checkbox .warning { position: absolute; }

.modal-overlay { background: rgba(236, 236, 236, 0.8); position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -1; opacity: 0; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; cursor: url(../img/close.png), auto; }

body.show-modal-overlay .modal-overlay { opacity: 1; }

body.raise-modal-overlay .modal-overlay { z-index: 201; }

.home .standard-widget .container-fluid { max-width: calc(1280px + 60px - 320px); margin: 0 auto; text-align: center; }
.home .standard-widget .container-fluid h3 { font-size: 18px; }
@media (max-width: 767px) { .home .standard-widget .container-fluid h3 { font-size: 17px; } }

.home-intro { padding: 80px 0; background: #faf8f6; }
@media (max-width: 767px) { .home-intro { padding: 50px 0; } }
.home-intro .standard-widget { text-align: center; }
.home-intro .intro-links { margin-top: 80px; }
@media (max-width: 767px) { .home-intro .intro-links { margin-top: 40px; } }
.home-intro .intro-links .flex-list { width: calc(100% + 15px); margin: 0 -7.5px; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media (max-width: 767px) { .home-intro .intro-links .flex-list { width: calc(100% + 10px); margin: 0 -5px; } }
@media (min-width: 992px) { .home-intro .intro-links .flex-list:hover a { opacity: .3; } }
.home-intro .intro-links .flex-list a { margin: 0 7.5px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-transition: all 0.65s ease; -o-transition: all 0.65s ease; -ms-transition: all 0.65s ease; -webkit-transition: all 0.65s ease; transition: all 0.65s ease; }
@media (min-width: 992px) { .home-intro .intro-links .flex-list a:hover { opacity: 1; -webkit-flex: 10%; -moz-flex: 10%; -ms-flex: 10%; flex: 10%; } }
@media (max-width: 767px) { .home-intro .intro-links .flex-list a { width: calc(50% - 10px); margin: 5px; -webkit-flex: auto; -moz-flex: auto; -ms-flex: auto; flex: auto; } }
.home-intro .intro-links .flex-list a .image .img { height: 285px; }
@media (min-width: 992px) and (max-width: 1199px) { .home-intro .intro-links .flex-list a .image .img { height: 225px; } }
@media (min-width: 768px) and (max-width: 991px) { .home-intro .intro-links .flex-list a .image .img { height: 170px; } }
@media (max-width: 767px) { .home-intro .intro-links .flex-list a .image .img { height: 120px; } }
.home-intro .intro-links .flex-list a .text { position: relative; padding: 35px 15px 40px; background: white; text-align: center; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media (min-width: 768px) and (max-width: 991px) { .home-intro .intro-links .flex-list a .text { padding-left: 25px; padding-right: 25px; } }
@media (max-width: 767px) { .home-intro .intro-links .flex-list a .text { padding: 15px 15px 20px; } }
.home-intro .intro-links .flex-list a .text h3 { margin: 0; font-size: 25px; line-height: 1.25; position: relative; z-index: 2; color: #474448; }
@media (min-width: 768px) and (max-width: 1199px) { .home-intro .intro-links .flex-list a .text h3 { font-size: 21px; } }
@media (max-width: 767px) { .home-intro .intro-links .flex-list a .text h3 { font-size: 17px; } }
.home-intro .intro-links .flex-list a .text:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; top: auto; height: 6px; z-index: 1; }
@media (max-width: 767px) { .home-intro .intro-links .flex-list a .text:after { height: 4px; } }

@media (max-width: 767px) { .cta-links { margin-top: 25px !important; } }
.cta-links .container-fluid { max-width: calc(1280px + 60px - 160px); }
.cta-links .flex-list { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; width: calc(100% + 80px); margin: -40px; }
@media (max-width: 767px) { .cta-links .flex-list { width: calc(100% + 20px); margin: 0 0 -20px -10px; } }
.cta-links .flex-list .flex-item { position: relative; margin: 40px; width: calc(33.33% - 80px); }
@media (min-width: 768px) and (max-width: 991px) { .cta-links .flex-list .flex-item { margin: 40px 20px; width: calc(33.33% - 54px); } }
@media (max-width: 767px) { .cta-links .flex-list .flex-item { margin: 0 10px; width: calc(50% - 20px); } }
.cta-links .flex-list .flex-item .image { box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3); overflow: hidden; }
.cta-links .flex-list .flex-item .image .img { height: 175px; -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; -ms-transition: all 1.2s ease; -webkit-transition: all 1.2s ease; transition: all 1.2s ease; }
@media (max-width: 767px) { .cta-links .flex-list .flex-item .image .img { height: auto; min-height: 105px; padding-top: 50%; } }
.cta-links .flex-list .flex-item .text h4 { margin-top: 25px; font-size: 15px; font-weight: 700; color: #474448; }
@media (max-width: 767px) { .cta-links .flex-list .flex-item .text h4 { margin-top: 10px; margin-bottom: 20px; font-size: 14px; line-height: 1.35; } }
.cta-links .flex-list .flex-item .text p { color: #2f2c2c; margin-top: 0; }
@media (max-width: 767px) { .cta-links .flex-list .flex-item .text p { display: none; } }
.cta-links .flex-list .flex-item .text p a { color: #f25923; }
.cta-links .flex-list .flex-item:nth-last-child(n+4) ~ .flex-item:last-child:before { content: ''; position: absolute; background: #fff; left: -400%; right: -300%; top: 87px; bottom: -200px; z-index: -1; }
@media (max-width: 767px) { .cta-links .flex-list .flex-item:nth-last-child(n+4) ~ .flex-item:last-child:before { top: 52px; } }
.cta-links .flex-list a:hover .image .img { -moz-transform: translate3d(0, 0, 0) scale(1.2); -o-transform: translate3d(0, 0, 0) scale(1.2); -ms-transform: translate3d(0, 0, 0) scale(1.2); -webkit-transform: translate3d(0, 0, 0) scale(1.2); transform: translate3d(0, 0, 0) scale(1.2); }
.cta-links .flex-list a:hover .text h4 { color: #7f7979; }
.cta-links .flex-list a:hover .text h4:after { color: #7f7979; margin-left: 12px; }
.cta-links .flex-list a h4 { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.cta-links .flex-list a h4:after { content: '\f178'; font-family: Font Awesome\ 5 Pro; font-weight: 400; margin-left: 7px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.cta-links .flex-list:before { content: ''; position: absolute; left: -40px; right: -40px; background: #faf8f6; top: 127px; bottom: 0; display: block; z-index: -1; }
@media (max-width: 767px) { .cta-links .flex-list:before { top: 52px; } }

.sitemap-list, .sitemap-list ul { list-style: none; padding: 0; margin: 0; clear: both; }

h2 + .sitemap-list { margin-top: 1em; }

.sitemap-list > li { padding: 15px 0; border-bottom: 3px solid #f6f4f0; font-size: 22px; }
@media (max-width: 767px) { .sitemap-list > li { padding: 10px 0; font-size: 18px; } }
.sitemap-list > li a { display: block; display: block; }
.sitemap-list > li ul { margin-top: 15px; }
.sitemap-list > li ul li { font-size: 16px; }
@media (max-width: 767px) { .sitemap-list > li ul li { font-size: 14px; } }
.sitemap-list > li ul li a { color: #2f2c2c; }
.sitemap-list > li ul li a:before { content: "- "; margin-right: 6px; }
.sitemap-list > li ul li ul { margin: 5px 0; padding-left: 35px; }

.main-content .sitemap-widget:last-child { margin-bottom: 0; }

body.maintenance section.container { height: 100%; position: relative; z-index: 0; text-align: center; display: block; }
body.maintenance article { margin: 25px 0; }
@media (min-width: 768px) { body.maintenance article { margin: 0; position: absolute; z-index: 1; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }
body.maintenance i.fa { line-height: 1; color: #fff; font-size: 90px; }
body.maintenance .text-container { color: #474448; background: #fff; padding: 50px; margin-top: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
@media (min-width: 768px) { body.maintenance .text-container { padding: 80px; margin-top: 80px; -webkit-border-radius: 80px; border-radius: 80px; } }

.widget-container { position: relative; width: 100%; margin-bottom: 80px; margin-top: 70px; }
@media (max-width: 991px) { .widget-container { margin-bottom: 64px; margin-top: 60px; } }
@media (max-width: 767px) { .widget-container { margin-bottom: 50px; margin-top: 40px; } }

.home-intro + .read-more-widget { margin-top: 0; }
.home-intro + .read-more-widget:before { display: block; }

.standard-inner-page + .before-after-image { margin-top: -80px; }
.standard-inner-page + .before-after-image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: #faf8f6; }

.before-after-image-content { margin: 0 50px; max-height: 500px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) { .before-after-image-content { margin: 0; } }
.before-after-image-content .twentytwenty-overlay { display: none; }
.before-after-image .twentytwenty-handle { background: url(../img/before-after-arrow.png); border-color: transparent; background-position: -3px -3px; background-size: 44px 44px; }
.before-after-image .twentytwenty-handle:before { margin-bottom: 22px; background: #dedcda; box-shadow: none; }
.before-after-image .twentytwenty-handle:after { margin-top: 22px; background: #dedcda; box-shadow: none; }
.before-after-image .twentytwenty-handle .twentytwenty-left-arrow { display: none; }
.before-after-image .twentytwenty-handle .twentytwenty-right-arrow { display: none; }

.contact-widget.quick-contact .form-wrapper { padding: 0; }

.contact-widget .form-complete { background: transparent; }
.contact-widget .form-complete .form-wrapper { opacity: 0.03 !important; }
.contact-widget .title { text-align: center; margin-bottom: 12px; font-size: 40px; }
@media (max-width: 767px) { .contact-widget .title { font-size: 27px; } }
.contact-widget .contact-text { font-size: 18px; margin-bottom: 30px; }
@media (max-width: 767px) { .contact-widget .contact-text { font-size: 17px; width: 100%; margin-bottom: 50px; } }
.contact-widget .contact-text + form { float: right; width: 60%; }
@media (max-width: 767px) { .contact-widget .contact-text + form { width: 100%; } }
.contact-widget-inner form { display: flex; flex-wrap: wrap; margin: 0 -13px; }
.contact-widget-inner .form-group { width: 100%; margin: 0 13px 17px; }
.contact-widget-inner .form-group-inner { position: relative; }
.contact-widget-inner .form-group.half-width { width: calc(50% - 26px); }
@media screen and (max-width: 600px) { .contact-widget-inner .form-group.half-width { width: 100%; } }
.contact-widget-inner .form-group .warning { bottom: -13px; }
.contact-widget-inner input[type="checkbox"] + label:before, .contact-widget-inner input[type="radio"] + label:before { top: 50%; transform: translateY(-50%); left: 0; }
.contact-widget-inner input[type="checkbox"] + label:after { content: ""; width: 13px; height: 13px; background: #474448; }
.contact-widget input[type="text"], .contact-widget input[type="email"], .contact-widget input[type="number"], .contact-widget input[type="tel"], .contact-widget .select-wrap select, .contact-widget .select-wrap, .contact-widget .file-upload .fake-input { height: 53px; font-weight: 400 !important; }
.contact-widget input[type="text"]::-webkit-input-placeholder, .contact-widget input[type="email"]::-webkit-input-placeholder, .contact-widget input[type="number"]::-webkit-input-placeholder, .contact-widget input[type="tel"]::-webkit-input-placeholder, .contact-widget .select-wrap select::-webkit-input-placeholder, .contact-widget .select-wrap::-webkit-input-placeholder, .contact-widget .file-upload .fake-input::-webkit-input-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget input[type="text"]:-moz-placeholder, .contact-widget input[type="email"]:-moz-placeholder, .contact-widget input[type="number"]:-moz-placeholder, .contact-widget input[type="tel"]:-moz-placeholder, .contact-widget .select-wrap select:-moz-placeholder, .contact-widget .select-wrap:-moz-placeholder, .contact-widget .file-upload .fake-input:-moz-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget input[type="text"]::-moz-placeholder, .contact-widget input[type="email"]::-moz-placeholder, .contact-widget input[type="number"]::-moz-placeholder, .contact-widget input[type="tel"]::-moz-placeholder, .contact-widget .select-wrap select::-moz-placeholder, .contact-widget .select-wrap::-moz-placeholder, .contact-widget .file-upload .fake-input::-moz-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget input[type="text"]:-ms-input-placeholder, .contact-widget input[type="email"]:-ms-input-placeholder, .contact-widget input[type="number"]:-ms-input-placeholder, .contact-widget input[type="tel"]:-ms-input-placeholder, .contact-widget .select-wrap select:-ms-input-placeholder, .contact-widget .select-wrap:-ms-input-placeholder, .contact-widget .file-upload .fake-input:-ms-input-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget textarea { font-weight: 400 !important; }
.contact-widget textarea::-webkit-input-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget textarea:-moz-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget textarea::-moz-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget textarea:-ms-input-placeholder { color: #2f2c2c; opacity: 1; }
.contact-widget .title-label { display: block; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; text-align: center; margin-top: 9px; margin-bottom: 13px; }
.contact-widget .form-wrapper { max-width: 640px; margin: 0 auto; }
@media (max-width: 767px) { .contact-widget .form-wrapper { max-width: 100%; } }
.contact-widget label { font-weight: normal; }
.contact-widget select { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #2f2c2c; font-weight: normal; width: calc(100% + 60px); background-color: transparent; position: relative; z-index: 2; border: 0; padding: 0; margin-top: -2px; }
.contact-widget select:focus::-ms-value { background-color: white; color: #474448; }
.contact-widget .select-wrap { position: relative; overflow: hidden; cursor: pointer; padding: 0; }
.contact-widget .select-wrap select, .contact-widget .select-wrap option { padding: 0 20px; }
.contact-widget .select-wrap:after { font-family: Font Awesome\ 5 Pro; content: "\f175"; margin: 0; color: #2f2c2c; display: block; position: absolute; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 20px; line-height: 1.3; font-size: 14px; z-index: 1; }
.contact-widget .filled select { color: #7f7979; font-weight: bold; }
.contact-widget .filled .select-wrap:after { color: #7f7979; }
.contact-widget .select-group .radio-check-title { margin-bottom: 10px; }
.contact-widget button:hover i { transform: translateX(15px); -moz-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
.contact-widget .button { position: relative; }
.contact-widget .button span { -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; }
.contact-widget .button .spinner { opacity: 0; }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .button span { opacity: 0; }
.contact-widget .contact-widget-sending .spinner { opacity: 1; }
.contact-widget .contact-widget-sending:after { position: absolute; content: ''; top: 0; bottom: 0; right: 0; left: 0; }
.contact-widget .recaptcha { margin: 40px; }
@media (max-width: 767px) { .contact-widget .recaptcha { margin: 20px 0; } }
.contact-widget .recaptcha .g-recaptcha > div { margin: 0 auto; }
.contact-widget .recaptcha .error-tooltip { display: none !important; }
.contact-widget .recaptcha .warning { position: static; text-align: center; }

.file-upload, .file-upload * { position: relative; cursor: pointer; }
.file-upload label { display: none; }
.file-upload input { z-index: 2; width: 100%; height: 50px; opacity: 0; }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; width: 100%; line-height: 48px; color: #2f2c2c; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file-upload .fake-input .fake-input:after { font-family: FontAwesome; content: "\f093"; position: absolute; right: 20px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #2f2c2c; font-size: 14px; }
.file-upload.filled .fake-input { color: #7f7979; font-weight: bold; }
.file-upload.filled .fake-input .fake-input:after { opacity: 0; }
.file-upload.filled .remove { display: block; }
.file-upload .remove { position: absolute; right: 20px; top: 14px; z-index: 4; display: none; }

.radio-check-list { margin: 0; padding: 0 0 5px; list-style: none; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; }
@media screen and (max-width: 600px) { .radio-check-list { flex-direction: column; } }
.radio-check-list label { position: relative; right: auto; bottom: auto; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }

.checkbox-cont { float: left; margin: 8px 15px 2px 0; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 24px; margin: 0; padding: 0; opacity: 0; display: none; }
input[type="checkbox"] + label, input[type="radio"] + label { position: relative; display: block; align-items: center; padding-left: 40px; line-height: 20px; color: #2f2c2c; font-size: 15px; font-weight: 400; cursor: pointer; min-height: 25px; /* radio/checkbox container square/circle */ }
input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { position: absolute; content: ''; }
input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 30px; height: 30px; border: 1px solid #2f2c2c; left: 0; top: 2px; }
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label { color: #474448; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { border-color: #474448; }

/* checkbox checked icon */
input[type=checkbox] + label:before { width: 25px; height: 25px; top: 50%; transform: translateY(-50%); }

input[type=checkbox] + label:after { color: #474448; font-family: Font Awesome\ 5 Pro; content: "\f00c"; font-weight: 600; font-size: 12px; left: 6px; opacity: 0; top: 50%; transform: translateY(-50%); }

/* radio checked icon */
input[type=radio] + label:before { width: 25px; height: 25px; }

input[type=radio] + label:after { width: 15px; height: 15px; border-radius: 50%; background: #474448; left: 5px; top: 5px; opacity: 0; }

.single-checkbox { text-align: center; margin-top: 20px !important; }
.single-checkbox input[type="checkbox"] + label { display: inline-flex; justify-content: center; }
@media (max-width: 767px) { .single-checkbox input[type="checkbox"] + label { display: inline-block; text-align: left; padding-top: 2px; } }
.single-checkbox input[type="checkbox"] + label a { text-decoration: underline; margin: 0 0 0 5px; }
.single-checkbox .warning { text-align: center; position: static; margin-top: 5px; }
.single-checkbox .error-tooltip { display: none !important; }

/* radio/checkbox hover and selected styles */
@media (max-width: 767px) { .error-tooltip { right: -16px !important; } }

.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont:hover input[type=checkbox] + label:after { opacity: 0.2; }

#wrap input[type=radio]:checked + label:after, #wrap input[type=checkbox]:checked + label:after { opacity: 1; }

input[type=radio] + label:after, input[type=radio] + label:before { border-radius: 20px; }

.form-complete { position: relative; border: 0; padding: 0; margin: 0; float: left; width: 100%; background: transparent; }
.form-complete .contact-widget, .form-complete .success-message { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.form-complete .success-message { color: #474448; position: absolute; padding: 0 30px; text-align: center; font-size: 23px; font-weight: 300; left: 0; right: 0; top: 50%; margin: 0 auto !important; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); display: none; line-height: 1.35; max-width: 600px; }
@media (max-width: 767px) { .form-complete .success-message { font-size: 18px; } }
.form-complete form { pointer-events: none; }

aside .form-complete .success-message { font-size: 20px; }

.contact-widget.contact-crm .form-group input[type="checkbox"] + label { font-size: 13px; }
.contact-widget.contact-crm .text-center button { background: #f25924; color: white; padding: 10px 40px; }

@media (max-width: 767px) { .columns + .columns { margin-top: -50px !important; } }
.columns-inner { margin: 0 auto; max-width: calc(1280px - 320px); display: flex; align-items: flex-start; justify-content: space-between; }
@media (max-width: 991px) { .columns-inner { padding: 0; width: 100%; } }
@media (max-width: 767px) { .columns-inner { flex-direction: column; } }
.columns-inner p { font-size: 15px; font-weight: 200; margin: 0; line-height: 1.66; }
.columns-inner a { color: #f25923; }
.columns-inner a:hover { text-decoration: underline; }

.two-columns .columns-inner div { width: calc(100% / 2 - 17.5px); }
@media (max-width: 767px) { .two-columns .columns-inner div { width: 100%; padding: 15px 0; } }
.two-columns .columns-inner div:last-child { margin: 0 0 0 35px; }
@media (max-width: 767px) { .two-columns .columns-inner div:last-child { margin: 0; } }

.three-columns .columns-inner div { width: calc(100% / 3 - 17.5px); }
@media (max-width: 767px) { .three-columns .columns-inner div { width: 100%; padding: 15px 0; } }
.three-columns .columns-inner div:nth-child(2) { margin: 0 35px; }
@media (max-width: 767px) { .three-columns .columns-inner div:nth-child(2) { margin: 0; } }

.documents-listing-widget .title, .doc-down-widget .title { text-align: center; margin-bottom: 40px; font-size: 40px; }
@media (max-width: 767px) { .documents-listing-widget .title, .doc-down-widget .title { font-size: 27px; } }
.documents-listing-widget-inner, .doc-down-widget-inner { padding: 0 80px; }
@media (max-width: 991px) { .documents-listing-widget-inner, .doc-down-widget-inner { padding: 0; } }
.documents-listing-widget .flex-list, .doc-down-widget .flex-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -17px; }
.documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { width: calc(25% - 35px); padding: 20px 0 25px; border: 5px solid #f6f4f0; margin: 0 17px 35px; position: relative; }
@media (min-width: 768px) { .documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { min-height: 200px; } }
@media (min-width: 992px) and (max-width: 1199px) { .documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { width: calc(33% - 35px); } }
@media (max-width: 991px) { .documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { width: calc(33% - 35px); } }
@media (max-width: 767px) { .documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { width: calc(50% - 35px); } }
@media (max-width: 520px) { .documents-listing-widget .flex-list a, .doc-down-widget .flex-list a { width: 100%; margin: 0 17px 17px; } }
.documents-listing-widget .flex-list a:after, .doc-down-widget .flex-list a:after { content: ''; position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; border: 0px solid #f25923; }
.documents-listing-widget .flex-list a:hover:after, .doc-down-widget .flex-list a:hover:after { border-width: 5px; }
.documents-listing-widget .flex-list a .text, .doc-down-widget .flex-list a .text { text-align: center; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.documents-listing-widget .flex-list a .type-weight, .doc-down-widget .flex-list a .type-weight { color: #2f2c2c; margin-top: 6px; font-size: 14px; }
.documents-listing-widget .flex-list a .name, .doc-down-widget .flex-list a .name { margin: 11px 18px; font-size: 19px; }
.documents-listing-widget .flex-list a .download-btn, .doc-down-widget .flex-list a .download-btn { font-weight: 900; font-size: 18px; }
@media (max-width: 767px) { .documents-listing-widget .flex-list a .download-btn, .doc-down-widget .flex-list a .download-btn { font-size: 15px; } }

.documents-listing-widget .flex-list a .type-weight { color: #f25923; }

.documents-filter-widget h3 { font-size: 30px; text-align: center; margin-bottom: 30px; }
@media (max-width: 1199px) { .documents-filter-widget h3 { font-size: 28px; margin-bottom: 20px; } }
@media (max-width: 767px) { .documents-filter-widget h3 { font-size: 26px; margin-bottom: 10px; } }
.documents-filter-widget .filter-holder { text-align: center; z-index: 5; padding: 10px 0; }
.documents-filter-widget .filter-holder:before { content: ''; position: absolute; left: -101%; top: 0; right: -101%; bottom: 0; z-index: -1; background: transparent; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.documents-filter-widget .filter-holder.is-sticky:before { background: #f6f4f0; box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.15); }
.documents-filter-widget .filter-holder.is-sticky select { background: white; }
.documents-filter-widget .filter-holder .select-wrap { display: inline-block; vertical-align: middle; width: 34%; }
@media (max-width: 767px) { .documents-filter-widget .filter-holder .select-wrap { width: 47%; } }
@media (max-width: 480px) { .documents-filter-widget .filter-holder .select-wrap { width: 100%; } }
.documents-filter-widget .filter-holder .select-wrap + .select-wrap { margin-left: 30px; }
@media (max-width: 767px) { .documents-filter-widget .filter-holder .select-wrap + .select-wrap { margin-left: 5%; } }
@media (max-width: 480px) { .documents-filter-widget .filter-holder .select-wrap + .select-wrap { margin-left: 0; margin-top: 10px; } }
.documents-filter-widget .filter-holder .select-wrap + .reset-btn { margin-left: 30px; }
@media (max-width: 767px) { .documents-filter-widget .filter-holder .select-wrap + .reset-btn { margin: 15px 0 0; display: inline-block; vertical-align: middle; } }
.documents-filter-widget .filter-holder .select-wrap select { border: none; }
.documents-filter-widget .reset-btn { font-size: 18px; line-height: 1; color: #7f7979; font-weight: normal; white-space: nowrap; }
.documents-filter-widget .reset-btn.disabled-reset { pointer-events: none; opacity: .5; }
@media (max-width: 767px) { .documents-filter-widget .reset-btn { font-size: 18px; } }
@media (max-width: 480px) { .documents-filter-widget .reset-btn { font-size: 16px; } }
.documents-filter-widget .reset-btn i { font-size: .8em; margin-left: 5px; vertical-align: inherit; }

.faq { background: #faf8f6; padding: 80px 0; }
@media (max-width: 767px) { .faq { padding: 40px 0; } }
.faq-inner { margin: 0 160px; }
@media screen and (max-width: 1025px) { .faq-inner { margin: 0 80px; } }
@media (max-width: 991px) { .faq-inner { padding: 0; margin: 0; } }
.faq-inner .title { text-align: center; font-size: 40px; margin-bottom: 33px; }
@media (max-width: 767px) { .faq-inner .title { font-size: 27px; } }
.faq-inner .accordion .accordion-group { margin-bottom: 18px; border: 2px solid #dfdddc; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.faq-inner .accordion .accordion-group:last-child { margin-bottom: 0; }
.faq-inner .accordion .accordion-group.active { background: #fff; border-color: transparent; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
.faq-inner .accordion .accordion-group.active .accordion-btn:after { content: "\f068"; }
.faq-inner .accordion .accordion-group.active .accordion-content { height: auto; }
.faq-inner .accordion .accordion-group .accordion-btn { font-size: 20px; font-weight: 200; display: block; width: 100%; position: relative; cursor: pointer; color: #474448; padding: 19px 80px 21px 40px; line-height: 1.5; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.faq-inner .accordion .accordion-group .accordion-btn:hover { background: white; }
@media (max-width: 767px) { .faq-inner .accordion .accordion-group .accordion-btn { font-size: 17px; padding: 15px 45px 15px 20px; } }
.faq-inner .accordion .accordion-group .accordion-btn:after { content: '\f067'; position: absolute; top: 50%; right: 40px; font-size: 24px; color: #474448; font-family: 'Font Awesome\ 5 Pro'; font-weight: 200; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .faq-inner .accordion .accordion-group .accordion-btn:after { right: 20px; font-size: 15px; } }
.faq-inner .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; transition: all .3s ease; }
.faq-inner .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 5px 40px 30px; }
@media (max-width: 767px) { .faq-inner .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 5px 20px 20px; font-size: 14px; } }
.faq-inner .accordion .accordion-group .accordion-content .accordion-content-inner a { color: #f25923; }

.filter-section { text-align: center; margin-bottom: 65px; }
@media (max-width: 767px) { .filter-section { margin-bottom: 50px; } }
@media (max-width: 480px) { .filter-section { margin-bottom: 40px; } }
.filter-section h3 { font-size: 30px; margin-bottom: 25px; }
@media (max-width: 991px) { .filter-section h3 { font-size: 24px; margin-bottom: 20px; } }
.filter-section .filter-list { list-style: none; padding-left: 0; margin-top: 0; display: inline; line-height: normal; }
.filter-section .filter-list li { display: inline-block; vertical-align: top; margin-bottom: 20px; }
.filter-section .filter-list li:not(:last-child) { margin-right: 35px; }
@media (max-width: 1199px) { .filter-section .filter-list li:not(:last-child) { margin-right: 25px; } }
@media (max-width: 767px) { .filter-section .filter-list li:not(:last-child) { margin-right: 20px; margin-bottom: 10px; } }
@media (max-width: 480px) { .filter-section .filter-list li:not(:last-child) { margin-right: 15px; } }
.filter-section .filter-list input[type="checkbox"] + label, .filter-section .filter-list input[type="radio"] + label { padding: 0 30px 0 0; font-size: 21px; font-weight: bold; color: #474448; -webkit-transition: opacity .3s; transition: opacity .3s; opacity: .3; }
@media (max-width: 1199px) { .filter-section .filter-list input[type="checkbox"] + label, .filter-section .filter-list input[type="radio"] + label { font-size: 20px; } }
@media (max-width: 991px) { .filter-section .filter-list input[type="checkbox"] + label, .filter-section .filter-list input[type="radio"] + label { font-size: 18px; } }
@media (max-width: 767px) { .filter-section .filter-list input[type="checkbox"] + label, .filter-section .filter-list input[type="radio"] + label { font-size: 16px; } }
@media (max-width: 480px) { .filter-section .filter-list input[type="checkbox"] + label, .filter-section .filter-list input[type="radio"] + label { font-size: 14px; padding-right: 25px; } }
.filter-section .filter-list input[type="checkbox"] + label:before, .filter-section .filter-list input[type="radio"] + label:before { left: auto; right: 0; top: 4px; width: 20px; height: 20px; border-radius: 3px; border: 2px solid #474448; -webkit-transform: translateY(0); transform: translateY(0); }
@media (max-width: 480px) { .filter-section .filter-list input[type="checkbox"] + label:before, .filter-section .filter-list input[type="radio"] + label:before { width: 16px; height: 16px; } }
.filter-section .filter-list input[type="checkbox"] + label:after, .filter-section .filter-list input[type="radio"] + label:after { color: #474448; font-size: 12px; left: auto; right: 3.5px; top: 5px; font-weight: 800; -webkit-transform: translateY(0); transform: translateY(0); }
@media (max-width: 480px) { .filter-section .filter-list input[type="checkbox"] + label:after, .filter-section .filter-list input[type="radio"] + label:after { font-size: 8px; right: 4px; top: 0; } }
.filter-section .filter-list input[type="checkbox"]:checked + label, .filter-section .filter-list input[type="radio"]:checked + label { opacity: 1; }
.filter-section .filter-list + .reset-btn { margin-left: 30px; }
@media (max-width: 767px) { .filter-section .filter-list + .reset-btn { margin-left: 20px; } }
.filter-section .reset-btn { font-size: 21px; line-height: normal; color: #7f7979; font-weight: normal; white-space: nowrap; }
.filter-section .reset-btn.disabled-reset { pointer-events: none; opacity: .5; }
@media (max-width: 767px) { .filter-section .reset-btn { font-size: 18px; } }
@media (max-width: 480px) { .filter-section .reset-btn { font-size: 16px; } }
.filter-section .reset-btn i { font-size: .8em; margin-left: 5px; vertical-align: inherit; }

.greybox-widget a { display: block; overflow: hidden; }
.greybox-widget .img { height: 0; padding-top: 65%; }
.greybox-widget .text { background: #faf8f6; padding: 25px; }
@media (max-width: 767px) { .greybox-widget .text { padding: 25px; } }
.greybox-widget .text p { color: #2f2c2c; }
@media (min-width: 768px) and (max-width: 991px) { .greybox-widget .img { width: 40%; position: absolute; left: 0; top: 0; bottom: 0; height: auto; padding: 0; }
  .greybox-widget .text { width: 60%; float: right; } }
@media (max-width: 767px) { .greybox-widget .img { height: 175px; padding: 0; } }

/* Hotspot */
#hotspotImg { background-color: #ededed; background-size: cover; background-position: center center; position: relative; }

#hotspotImg .img-responsive { max-width: 100%; width: 100%; }

#hotspotImg .hot-spot { position: absolute; top: 50%; left: 50%; text-align: center; border-radius: 100%; cursor: pointer; transition: all .3s ease; }

#hotspotImg .hot-spot .tooltip .img-row { padding: 10px; text-align: center; }

#hotspotImg .hot-spot .tooltip .text-row { padding: 15px; }

#hotspotImg .hot-spot .tooltip h4 { margin-bottom: 10px; }

#hotspotImg .hot-spot .tooltip p { font-size: 14px; line-height: 1.4em; margin-bottom: 10px; }

#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }

.hotspot-inner { padding: 0 80px; }
@media (max-width: 991px) { .hotspot-inner { padding: 0; } }
.hotspot .title { font-size: 40px; text-align: center; margin-bottom: 30px; }
@media (max-width: 767px) { .hotspot .title { font-size: 27px; } }
.hotspot .description { font-size: 18px; text-align: center; max-width: 80%; margin: 0 auto 30px; }
@media (max-width: 767px) { .hotspot .description { font-size: 17px; } }
.hotspot-wrap { width: 100%; border: 10px solid #f6f4f0; }
.hotspot .hot-spot { width: 50px; height: 50px; line-height: 48px; text-align: center; display: none; backface-visibility: hidden; -moz-transform: translate(-18px, -18px); -o-transform: translate(-18px, -18px); -ms-transform: translate(-18px, -18px); -webkit-transform: translate(-18px, -18px); transform: translate(-18px, -18px); }
@media (max-width: 767px) { .hotspot .hot-spot { width: 30px; height: 30px; line-height: 28px; } }
.hotspot .hot-spot:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); z-index: -1; border-radius: 50%; background: #eeebe7; background: -moz-linear-gradient(45deg, #eeebe7 0%, #bfbfbf 50%, #eeebe7 100%); background: -webkit-linear-gradient(45deg, #eeebe7 0%, #bfbfbf 50%, #eeebe7 100%); background: linear-gradient(45deg, #eeebe7 0%, #bfbfbf 50%, #eeebe7 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeebe7', endColorstr='#eeebe7', GradientType=1); -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; -ms-transition: all 0.15s ease; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; }
.hotspot .hot-spot:before { content: "\f067"; font-family: Font Awesome\ 5 Pro; font-size: 30px; vertical-align: middle; color: #2f2c2c; line-height: 1; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
@media (max-width: 767px) { .hotspot .hot-spot:before { font-size: 19px; } }
.hotspot .hot-spot:hover { box-shadow: 0 8px 30px 0 rgba(58, 6, 239, 0.3), 0 0 15px 0 rgba(58, 6, 239, 0.3); }
.hotspot .hot-spot:hover:after { -moz-transform: scale(1.15); -o-transform: scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15); }
.hotspot .hot-spot:hover:before { color: #3a06ef; }
.hotspot .tooltip { width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: none; z-index: 999; justify-content: center; align-items: center; }
.hotspot .tooltip.popup-show .tooltip-inner { display: block; }
.hotspot .tooltip.popup-show .tabs { -webkit-overflow-scrolling: touch; }
.hotspot .tooltip .tooltip-inner { width: 640px; max-height: 720px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); background-color: #faf8f6; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #2f2c2c; font-size: 14px; text-align: left; position: relative; }
@media (max-width: 991px) { .hotspot .tooltip .tooltip-inner { width: 700px; } }
@media (max-width: 767px) { .hotspot .tooltip .tooltip-inner { width: calc(100vw - 40px); max-height: calc(100vh - 40px); } }
.hotspot .tooltip .tooltip-inner .close { z-index: 1000; position: absolute; top: -25px !important; right: -25px !important; width: 50px; height: 50px; cursor: pointer; text-indent: -9999px; background: none !important; background-color: #474448 !important; color: white; }
@media (max-width: 991px) { .hotspot .tooltip .tooltip-inner .close { top: -15px !important; right: -15px !important; width: 35px; height: 35px; } }
.hotspot .tooltip .tooltip-inner .close:before { content: '\f00d'; position: absolute; top: 14px; left: 16px; font-family: Font Awesome\ 5 Pro; font-size: 22px; line-height: 1; color: #fff; text-indent: 0; }
@media (max-width: 991px) { .hotspot .tooltip .tooltip-inner .close:before { top: 8px; left: 10px; font-size: 20px; } }

html.showHotspot { overflow: hidden; }

.showHotspot .site-header { z-index: 5; }
.showHotspot #wrap:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 10; }

.tabs { position: relative; max-height: 720px; overflow-y: auto; height: calc(100vh - 80px); }

.tabs__content { display: none; }
.tabs__content .img { height: 390px; border: 10px solid #faf8f6; }
@media (max-width: 991px) { .tabs__content .img { height: 250px; } }
.tabs__content .text-row { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 136px 80px 70px 80px; }
@media (max-width: 991px) { .tabs__content .text-row { padding: 60px; } }
@media (max-width: 767px) { .tabs__content .text-row { padding: 50px 40px 40px 40px; } }
.tabs__content .text-row h4 { font-size: 40px; line-height: 1.2; }
@media (max-width: 767px) { .tabs__content .text-row h4 { font-size: 27px; } }
.tabs__content .text-row p { margin-top: 20px; }

.tabs__content.active { display: block; }

.tabs__caption { list-style: none; margin: 0; padding: 0; position: absolute; display: flex; align-items: center; z-index: 1; top: 460px; left: 80px; }
@media (max-width: 991px) { .tabs__caption { top: 270px; left: 60px; } }
@media (max-width: 767px) { .tabs__caption { top: 260px; left: 40px; } }
.tabs__caption li { cursor: pointer; width: 45px; height: 45px; border-radius: 50%; background: #dbd7d1; color: #2f2c2c; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 500; margin-right: 15px; }
@media (max-width: 991px) { .tabs__caption li { width: 35px; height: 35px; } }
.tabs__caption li.active { background: #474448; color: #fff; }
.tabs__caption.hide + .tabs__content .text-row { padding: 60px 80px 70px 80px; }
@media (max-width: 767px) { .tabs__caption.hide + .tabs__content .text-row { padding: 25px 30px; } }

.ingredients { margin-bottom: 160px; }
@media (max-width: 767px) { .ingredients { margin-bottom: 50px; } }
.ingredients-inner { margin: 0 160px; display: flex; position: relative; }
@media screen and (max-width: 1025px) { .ingredients-inner { margin: 0; } }
@media (max-width: 767px) { .ingredients-inner { flex-direction: column; padding-bottom: 0; } }
.ingredients-inner:before { content: ''; position: absolute; width: 75%; height: calc(100% + 10px); border: 5px solid #faf8f6; right: 0; top: 70px; bottom: 0; z-index: 1; }
@media (max-width: 767px) { .ingredients-inner:before { display: none; } }
.ingredients-inner .img { width: 73%; border: 5px solid #faf8f6; z-index: 2; max-height: 540px; }
@media (max-width: 991px) { .ingredients-inner .img { width: 60%; } }
@media (max-width: 767px) { .ingredients-inner .img { width: 100%; padding-top: 50%; border-bottom: none; } }
.ingredients-content { z-index: 2; height: 100%; width: 50%; padding: 139px 80px 18px 85px; }
@media screen and (max-width: 1025px) { .ingredients-content { padding: 139px 40px 40px 40px; } }
@media (max-width: 767px) { .ingredients-content { width: 100%; padding: 25px 30px; border: 5px solid #faf8f6; border-top: none; } }
.ingredients-content h3 { font-size: 40px; font-weight: 200; }
@media (max-width: 767px) { .ingredients-content h3 { font-size: 27px; } }
.ingredients-content ul { margin-top: 15px; padding: 0 0 0 21px; }
.ingredients-content ul li { padding: 0; font-size: 18px; font-weight: 200; margin-bottom: 14px; }
@media (max-width: 767px) { .ingredients-content ul li { font-size: 16px; } }
.ingredients-content a { color: #f25923; }

.gallery-image-widget .container-fluid { display: flex; flex-wrap: wrap; }
.gallery-image-widget .container-fluid:before, .gallery-image-widget .container-fluid:after { display: none; }
.gallery-image-widget .gallery-image-inner { width: 25%; padding: 0 15px; margin: 15px 0; }
@media (max-width: 1199px) { .gallery-image-widget .gallery-image-inner { width: 33.33%; } }
@media (max-width: 767px) { .gallery-image-widget .gallery-image-inner { width: calc(50% - 21px); padding: 0; float: left; margin: 10px; } }
.gallery-image-widget .gallery-list .small-title { text-align: center; font-size: 20px; font-weight: 900; margin-top: 12px; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list .small-title { font-size: 16px; } }
.gallery-image-widget .gallery-list .fancybox-item-wrap { display: none; }
.gallery-image-widget .gallery-list .fancybox-item-wrap:first-child { display: block; }
.gallery-image-widget .gallery-list a { border: 7px solid #faf8f6; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); overflow: hidden; display: block; }
.gallery-image-widget .gallery-list a .img { height: 0; padding-top: 70%; position: relative; -moz-transition: all 0.85s ease; -o-transition: all 0.85s ease; -ms-transition: all 0.85s ease; -webkit-transition: all 0.85s ease; transition: all 0.85s ease; }
.gallery-image-widget .gallery-list a .img:before, .gallery-image-widget .gallery-list a .img:after { -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
.gallery-image-widget .gallery-list a:hover .img { -moz-transform: scale(1.15); -o-transform: scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15); }
.gallery-image-widget .gallery-list a:hover .img:before, .gallery-image-widget .gallery-list a:hover .img:after { opacity: 1; }
.gallery-image-widget .gallery-list a:hover .img:after { -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.gallery-image-widget .gallery-list h3 { text-align: center; margin-top: 15px; }

.gallery-image-inner { padding: 0 80px; }
@media (max-width: 991px) { .gallery-image-inner { padding: 0 40px; } }
@media (max-width: 767px) { .gallery-image-inner { padding: 0; } }

.image-slider-inner { padding: 0 80px; }
@media (max-width: 991px) { .image-slider-inner { padding: 0 30px; } }
@media (max-width: 767px) { .image-slider-inner { padding: 0 10px; } }
.image-slider-inner .slider { box-shadow: none; border: 10px solid whitesmoke; margin-top: 0; }
.image-slider-inner .slider .img { padding-top: 50%; }
@media (max-width: 767px) { .image-slider-inner .slider .img { padding-top: 60%; } }
@media (max-width: 991px) and (orientation: landscape) { .image-slider-inner .slider .img { padding-top: 0; height: 65vh; } }
.image-slider-inner .slider.slick-slider .slick-arrow { background: whitesmoke; padding: 10px; width: 60px; height: 60px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4), 0 0 15px 0 rgba(0, 0, 0, 0.4); }
@media (max-width: 767px) { .image-slider-inner .slider.slick-slider .slick-arrow { width: 30px; height: 30px; } }
.image-slider-inner .slider.slick-slider .slick-arrow:after { color: #474448; font-size: 30px; line-height: 1; }
@media (max-width: 767px) { .image-slider-inner .slider.slick-slider .slick-arrow:after { font-size: 18px; } }
.image-slider-inner .slider.slick-slider .slick-prev { left: -39px; }
@media (max-width: 767px) { .image-slider-inner .slider.slick-slider .slick-prev { left: -20px; } }
.image-slider-inner .slider.slick-slider .slick-prev:after { content: "\f177"; }
.image-slider-inner .slider.slick-slider .slick-next { right: -39px; }
@media (max-width: 767px) { .image-slider-inner .slider.slick-slider .slick-next { right: -20px; } }
.image-slider-inner .slider.slick-slider .slick-next:after { content: "\f178"; }

.image-widget a { display: inline-block; position: relative; background: #474448; width: 100%; }
.image-widget a .img { opacity: 0.4; height: auto; padding: 0; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 1; }
.image-widget a .text { color: white; position: relative; padding: 100px 25px 25px; z-index: 2; }
@media (max-width: 767px) { .image-widget a .text { padding: 75px 25px 25px; } }

.image-text-widget a { color: #f25923; }
.image-text-widget.alignment-right { padding-top: 60px; }
@media (max-width: 991px) { .image-text-widget.alignment-right { padding-top: 0; } }
.image-text-widget.alignment-right .image-text-widget-inner { padding: 0 80px; display: flex; }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget.alignment-right .image-text-widget-inner { padding: 0 40px; } }
@media (max-width: 991px) { .image-text-widget.alignment-right .image-text-widget-inner { padding: 0; flex-direction: column; } }
.image-text-widget.alignment-right .image-text-widget-inner .text { width: 70%; background: #fbf9f8; padding: 80px 290px 60px 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget.alignment-right .image-text-widget-inner .text { padding-right: 240px; } }
@media (max-width: 991px) { .image-text-widget.alignment-right .image-text-widget-inner .text { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .image-text-widget.alignment-right .image-text-widget-inner .text { padding: 25px 45px 45px; } }
@media (max-width: 767px) { .image-text-widget.alignment-right .image-text-widget-inner .text { padding: 15px 25px 30px; } }
.image-text-widget.alignment-right .image-text-widget-inner .img { width: 42%; border: 10px solid #faf8f6; height: 100%; position: absolute; right: 100px; top: -60px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget.alignment-right .image-text-widget-inner .img { right: 70px; } }
@media (max-width: 991px) { .image-text-widget.alignment-right .image-text-widget-inner .img { position: static; width: 100%; padding-top: 45%; } }
@media (max-width: 991px) { .image-text-widget.alignment-right .image-text-widget-inner .img { box-shadow: none; } }
.image-text-widget.alignment-left .image-text-widget-inner { display: flex; justify-content: space-between; padding: 0 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget.alignment-left .image-text-widget-inner { padding: 0 40px; } }
@media (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner { padding: 0; flex-direction: column; } }
.image-text-widget.alignment-left .image-text-widget-inner .text { width: 50%; padding: 50px 80px; }
@media (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner .text { width: 100%; padding: 20px 20px 0; } }
.image-text-widget.alignment-left .image-text-widget-inner .wrapper-img { width: 50%; }
@media (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner .wrapper-img { width: 100%; } }
.image-text-widget.alignment-left .image-text-widget-inner .img { width: 100%; height: 100%; border: 10px solid #faf8f6; }
@media (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner .img { padding-top: 45%; } }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget.alignment-left .image-text-widget-inner .text { padding: 80px 60px; } }
@media (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner .text { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .image-text-widget.alignment-left .image-text-widget-inner .text { padding: 30px 45px 10px; } }
@media (max-width: 767px) { .image-text-widget.alignment-left .image-text-widget-inner .text { padding: 20px 25px 0; } }
.image-text-widget.alignment-top .image-text-widget-inner { padding: 0 160px; }
@media screen and (max-width: 1024px) { .image-text-widget.alignment-top .image-text-widget-inner { padding: 0; } }
.image-text-widget.alignment-top .wrapper-img { padding-left: 80px; padding-right: 80px; }
@media (max-width: 767px) { .image-text-widget.alignment-top .wrapper-img { padding: 0; } }
.image-text-widget.alignment-top .img { padding-top: 45%; border: 10px solid #faf8f6; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
.image-text-widget.alignment-top .text { background: #fbf9f8; padding: 115px 80px 80px 80px; margin-top: -80px; text-align: center; }
@media (max-width: 767px) { .image-text-widget.alignment-top .text { padding: 35px 25px; margin-top: 0; } }
.image-text-widget.alignment-bottom .image-text-widget-inner { padding: 0 160px; display: flex; flex-direction: column-reverse; }
@media screen and (max-width: 1024px) { .image-text-widget.alignment-bottom .image-text-widget-inner { padding: 0; } }
.image-text-widget.alignment-bottom .text { text-align: center; padding: 0 80px 40px; }
@media (max-width: 767px) { .image-text-widget.alignment-bottom .text { padding: 0 20px 20px; } }
.image-text-widget.alignment-bottom .img { padding-top: 45%; border: 10px solid #faf8f6; }

.image-text-columns .title { font-size: 40px; text-align: center; }
@media (max-width: 767px) { .image-text-columns .title { font-size: 27px; } }
.image-text-columns-inner { padding: 0 80px; }
@media (max-width: 991px) { .image-text-columns-inner { padding: 0; } }
.image-text-columns-inner .flex-list { margin-top: 40px; }
@media (max-width: 767px) { .image-text-columns-inner .flex-list { flex-direction: column; } }
.image-text-columns-inner .flex-list .column { width: calc(100% / 3 - 40px); text-align: center; }
@media (max-width: 991px) { .image-text-columns-inner .flex-list .column { width: calc(100% / 3 - 8px); } }
@media (max-width: 767px) { .image-text-columns-inner .flex-list .column { width: 100%; }
  .image-text-columns-inner .flex-list .column + .column { margin-top: 40px !important; } }
.image-text-columns-inner .flex-list .column .image { box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
.image-text-columns-inner .flex-list .column:nth-child(even) { margin: 0 40px; }
@media (max-width: 991px) { .image-text-columns-inner .flex-list .column:nth-child(even) { margin: 0 10px; } }
@media (max-width: 767px) { .image-text-columns-inner .flex-list .column:nth-child(even) { margin: 0; } }
.image-text-columns-inner .flex-list .column .img { padding-top: 45%; }
.image-text-columns-inner .flex-list .column-title { font-size: 20px; font-weight: 600; margin-top: 20px; }
@media (max-width: 767px) { .image-text-columns-inner .flex-list .column-title { font-size: 17px; } }
.image-text-columns-inner .flex-list .column p { font-size: 20px; margin-top: 8px; }
@media (max-width: 767px) { .image-text-columns-inner .flex-list .column p { font-size: 17px; } }
.image-text-columns-inner .flex-list .column a { color: #f25923; }

.widget-group { margin-bottom: 50px; }
@media (max-width: 1199px) { .widget-group { margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 1199px) { .widget-group + .product-info-widget { margin-top: 35px; } }
@media (max-width: 767px) { .widget-group + .product-info-widget { margin-top: 20px; } }
.widget-group:after { content: ""; display: block; clear: both; }
.widget-group .hotspot-widget { float: left; width: 65%; margin: 15px 70px 0 0; padding: 0; }
@media (max-width: 1199px) { .widget-group .hotspot-widget { margin-right: 35px; } }
@media (max-width: 1199px) { .widget-group .hotspot-widget { margin: 0 0 35px; width: 100%; float: none; } }
.widget-group .hotspot-widget img { max-width: 100%; vertical-align: top; }
.widget-group .ovh-box { overflow: hidden; padding-top: 6.5%; }
@media (max-width: 1199px) { .widget-group .ovh-box { padding-top: 0; } }
.widget-group h5 { font-weight: bold; }
.widget-group h5 + p, .widget-group h5 + ul, .widget-group h5 + ol { margin-top: 5px; }
.widget-group * + p { margin-top: 25px; }
.widget-group a { color: #f25923; }
.widget-group .hotspot-widget { box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
.widget-group .hotspot-widget .hotspot-inner, .widget-group .hotspot-widget .container-fluid { padding: 0; }

.intro-widget { text-align: center; }
.intro-widget h4 { font-weight: bold; margin-bottom: 5px; }
.intro-widget h4 + p { margin-top: 5px; }
.intro-widget a { color: #f25923; }

.instagram-widget a { display: inline-block; position: relative; width: 100%; }
.instagram-widget a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-repeat: repeat-x; background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.4), transparent); background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.4), transparent); background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4), transparent); }
.instagram-widget a img { width: 100%; height: auto; display: block; }
.instagram-widget a i { position: absolute; top: 25px; left: 25px; font-size: 28px; color: white; z-index: 2; }
@media (min-width: 550px) and (max-width: 991px) { .instagram-widget a { float: left; width: 50%; left: 50%; top: 0; -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } }

.latest-news-widget ul, .latest-news-widget li { list-style: none; margin: 0; padding: 0; }
.latest-news-widget li { border-bottom: 3px solid #f6f4f0; }
.latest-news-widget li:last-child { border: 0; }
.latest-news-widget li:first-child a { padding-top: 0; }
.latest-news-widget li a { padding: 12px 0; display: block; }
.latest-news-widget li a h4 { margin: 5px 0 0; }
.latest-news-widget li a strong { color: #2f2c2c; font-size: 13px; }

.line-divider-widget { height: 3px; background: #f6f4f0; max-width: 1120px; width: 100%; margin: 0 auto 80px; }
@media (max-width: 767px) { .line-divider-widget { margin: 0 auto 50px; } }

.link-list-widget ul, .link-list-widget li { margin: 0; padding: 0; list-style: none; }
@media (min-width: 768px) and (max-width: 991px) { .link-list-widget ul, .link-list-widget li { float: left; } }
.link-list-widget ul { margin-bottom: -15px; }
.link-list-widget ul li { border-bottom: 3px solid #f6f4f0; }
.link-list-widget ul li:last-child { border: 0; }
@media (min-width: 768px) and (max-width: 991px) { .link-list-widget ul li { border: 0; margin-right: 15px; } }
.link-list-widget ul li a { padding: 12px 12px 12px 0; display: inline-block; width: 100%; position: relative; }
.link-list-widget ul li a:after { font-family: 'FontAwesome'; content: '\f105'; position: absolute; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 19px; }
.link-list-widget ul li a:hover { color: #201f21; }
@media (min-width: 768px) and (max-width: 991px) { .link-list-widget ul li a { width: auto; } }

.listing-widget .article-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; }
@media (max-width: 991px) { .listing-widget .article-list { margin: 0 -15px; } }
@media (max-width: 767px) { .listing-widget .article-list { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } }
.listing-widget .article-list > a { width: 50%; padding: 0 20px; margin-bottom: 40px; }
@media (max-width: 991px) { .listing-widget .article-list > a { padding: 0 15px; margin-bottom: 30px; } }
@media (max-width: 520px) { .listing-widget .article-list > a { width: 100%; } }
.listing-widget .article-list > a:hover .img { -moz-transform: translate3d(0, 0, 0) scale(1.15); -o-transform: translate3d(0, 0, 0) scale(1.15); -ms-transform: translate3d(0, 0, 0) scale(1.15); -webkit-transform: translate3d(0, 0, 0) scale(1.15); transform: translate3d(0, 0, 0) scale(1.15); }
.listing-widget .article-list .inner { background: #ececec; height: 100%; position: relative; }
.listing-widget .article-list .inner .image { overflow: hidden; }
.listing-widget .article-list .inner .img { padding-bottom: 50%; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.listing-widget .article-list .inner article { padding: 35px 40px 55px 40px; }
@media (max-width: 991px) { .listing-widget .article-list .inner article { padding: 25px 30px 45px 30px; } }
@media (max-width: 767px) { .listing-widget .article-list .inner article { padding: 20px 20px 30px 20px; } }
.listing-widget .article-list .inner .categories { list-style: none; padding-left: 0; text-transform: uppercase; letter-spacing: .38em; font-size: 15px; }
@media (max-width: 991px) { .listing-widget .article-list .inner .categories { font-size: 14px; } }
@media (max-width: 767px) { .listing-widget .article-list .inner .categories { letter-spacing: .3em; } }
.listing-widget .article-list .inner .categories li { display: inline-block; vertical-align: middle; margin-bottom: 3px; }
.listing-widget .article-list .inner .categories li:not(:last-child):after { content: "/"; display: inline-block; vertical-align: middle; margin: -4px 0 0 5px; font-weight: bold; }
.listing-widget .article-list .inner .categories + h3 { margin-top: 25px; }
@media (max-width: 991px) { .listing-widget .article-list .inner .categories + h3 { margin-top: 20px; } }
.listing-widget .article-list .inner h3 { font-size: 25px; line-height: 1.4; color: #474448; margin-bottom: 30px; }
@media (max-width: 991px) { .listing-widget .article-list .inner h3 { font-size: 21px; margin-bottom: 25px; } }
.listing-widget .article-list .inner .text-button { position: absolute; z-index: 1; left: 40px; bottom: 30px; max-width: calc(100% - 80px); font-weight: bold; color: #7f7979; border-bottom: none; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.listing-widget .article-list .inner .text-button:hover { color: #040304; }
@media (max-width: 991px) { .listing-widget .article-list .inner .text-button { left: 30px; bottom: 22px; max-width: calc(100% - 60px); } }
@media (max-width: 767px) { .listing-widget .article-list .inner .text-button { left: 20px; bottom: 20px; max-width: calc(100% - 40px); } }
.listing-widget .article-list .not_found { width: 100%; }
.listing-widget .article-list .not_found h3 { text-align: center; font-size: 40px; }
@media (max-width: 991px) { .listing-widget .article-list .not_found h3 { font-size: 32px; } }
@media (max-width: 767px) { .listing-widget .article-list .not_found h3 { font-size: 24px; } }

.logos { background: #ececec; padding: 70px 0 40px; }
.logos .title { text-align: center; margin-bottom: 30px; }
.logos .flex-list { padding: 0 60px; }
@media (max-width: 767px) { .logos .flex-list { padding: 0; } }
.logos .flex-list-item { width: calc(100% / 5 - 60px); margin: 0 30px 60px; }
@media (max-width: 991px) { .logos .flex-list-item { width: calc(100% / 4 - 60px); } }
@media (max-width: 767px) { .logos .flex-list-item { width: calc(100% / 3 - 30px); margin: 0 15px 30px; } }
@media (max-width: 480px) { .logos .flex-list-item { width: calc(100% / 2 - 30px); margin: 0 15px 30px; } }
.logos .img { padding-top: 100%; background-size: contain; }

.map-widget__wrap { width: 100%; }
.map-widget__map { display: block; height: 600px; position: relative; overflow: hidden; }
@media (max-width: 767px) { .map-widget__map { height: 0; min-height: 300px; padding-bottom: 100%; } }
.map-widget__infobox { width: 350px; padding: 30px 15px; background-color: #fff; margin: 25px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) { .map-widget__infobox { width: 260px; padding: 20px; margin-top: 20px; } }
.map-widget__infobox p { font-size: 16px; line-height: 22px; }
.map-widget__infobox p + p { margin-top: 10px; }
@media (max-width: 767px) { .map-widget__infobox p { font-size: 13px; } }
.map-widget .gm-style img { width: 14px; height: 14px; top: 30px; right: 30px; }
@media (max-width: 767px) { .map-widget .gm-style img { width: 11px; height: 11px; top: 30px; right: 35px; } }
.map-widget .infoBox { overflow: visible !important; }
.map-widget .infoBox a { color: #f25923; }

.menu-widget { border: 3px solid #f6f4f0; padding: 80px; }
@media (max-width: 767px) { .menu-widget { padding: 50px; } }
.menu-widget ul, .menu-widget li { list-style: none; margin: 0; padding: 0; }
.menu-widget li { border-top: 3px solid #f6f4f0; padding: 80px 0; overflow: hidden; }
@media (max-width: 767px) { .menu-widget li { padding: 50px 0; } }
.menu-widget li .menu-left { float: left; width: 75%; }
@media (max-width: 767px) { .menu-widget li .menu-left { width: 100%; } }
.menu-widget li .menu-left .menu-veg, .menu-widget li .menu-left .menu-spice { display: inline-block; margin: 6px 6px 0 0; }
.menu-widget li .menu-right { float: right; width: 25%; text-align: right; }
@media (max-width: 767px) { .menu-widget li .menu-right { width: 100%; text-align: left; padding-top: 10px; } }
.menu-widget li .menu-right p { margin: 0; padding: 0 0 6px; }

.sign-up-inner { margin: 0 160px; background: #faf8f6; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); padding: 44px 80px 50px; }
@media screen and (max-width: 1025px) { .sign-up-inner { margin: 0; padding: 44px 40px 50px; } }
.sign-up-inner .form-group[mailchimp-notice] { padding: 0 18px; text-align: center; }
.sign-up-inner .icon { text-align: center; }
.sign-up-inner .icon i { font-size: 50px; color: rgba(38, 38, 38, 0.2); font-weight: 400; }
.sign-up-inner .title { text-align: center; margin-top: 13px; font-size: 40px; }
@media (max-width: 767px) { .sign-up-inner .title { font-size: 27px; } }
.sign-up-inner .form-wrapper { padding: 20px 40px 0; }
@media (max-width: 767px) { .sign-up-inner .form-wrapper { padding: 20px 0 0; } }
.sign-up-inner .form-wrapper .flex-list { flex-wrap: nowrap; }
@media (max-width: 767px) { .sign-up-inner .form-wrapper .flex-list { flex-direction: column; } }
.sign-up-inner .form-wrapper .input-fm { margin: 0 18px; width: 100%; }
@media (max-width: 767px) { .sign-up-inner .form-wrapper .input-fm { margin: 0 0 10px 0; } }
.sign-up-inner .form-wrapper .input-fm label { display: none; }
.sign-up-inner .form-wrapper .input-fm input { background: transparent !important; }
@media (max-width: 767px) { .sign-up-inner .form-wrapper .input-fm .error-tooltip { right: -31px; } }
.sign-up-inner .form-wrapper .accept-fm { margin-top: 42px; margin-bottom: 24px; text-align: center; }
@media (max-width: 767px) { .sign-up-inner .form-wrapper .accept-fm { margin-top: 20px; } }
.sign-up-inner .form-wrapper .accept-fm label { font-size: 12px; }
.sign-up-inner .form-wrapper .accept-fm label:before { background: #fff; border-color: #fff; }
.sign-up-inner .form-wrapper .accept-fm label a { text-align: center; margin-left: 5px; }
.sign-up-inner .form-wrapper .accept-fm .error-tooltip.show { display: none !important; }
.sign-up-inner .warning { left: 0 !important; }

.page-relationship-widget .flex-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 30px); }
@media (max-width: 650px) { .page-relationship-widget .flex-list { width: 100%; } }
.page-relationship-widget .flex-list a { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: flex-start; -moz-align-content: flex-start; -ms-align-content: flex-start; align-content: flex-start; width: calc(50% - 30px); margin: 30px 30px 0 0; background: #faf8f6; }
@media (max-width: 650px) { .page-relationship-widget .flex-list a { width: 100%; margin-right: 0; } }
.page-relationship-widget .flex-list a .img { height: 300px; width: 100%; }
@media (max-width: 767px) { .page-relationship-widget .flex-list a .img { padding-top: 50%; height: auto; min-height: 200px; } }
.wb-homepage .page-relationship-widget .flex-list a .img { height: 240px; }
.page-relationship-widget .flex-list a .text { padding: 80px; }
@media (max-width: 767px) { .page-relationship-widget .flex-list a .text { width: 100%; padding: 50px; } }
.page-relationship-widget .flex-list a .text p { color: #2f2c2c; padding-bottom: 85px; }
@media (max-width: 767px) { .page-relationship-widget .flex-list a .text p { padding-bottom: 60px; } }
.page-relationship-widget .flex-list a .text .button { position: absolute; bottom: 80px; left: 80px; }
@media (max-width: 767px) { .page-relationship-widget .flex-list a .text .button { bottom: 50px; left: 50px; } }
@media (min-width: 992px) { .wb-homepage .page-relationship-widget .flex-list a { width: calc(33.33% - 30px); } }

.product-info-widget h5 { font-weight: bold; }
.product-info-widget h5 + p, .product-info-widget h5 + ul, .product-info-widget h5 + ol { margin-top: 5px; }
.product-info-widget * + p { margin-top: 25px; }
.product-info-widget a { color: #f25923; }
@media (min-width: 768px) and (max-width: 991px) { .product-info-widget .col-md-6 + .col-md-6 { margin-top: 40px; } }
@media (max-width: 767px) { .product-info-widget .col-md-6 + .col-md-6 { margin-top: 25px; } }

.product-models-widget .widget-subtitle { margin: 15px 0 10px; }

.models-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -40px; list-style: none; padding: 0; }
@media (max-width: 1199px) { .models-list { margin: 0 -25px; } }
@media (max-width: 991px) { .models-list { margin: 0 -15px; } }
.models-list .model { width: 33.33%; padding: 0 40px; margin-top: 30px; text-align: center; position: relative; }
@media (max-width: 1199px) { .models-list .model { padding: 0 25px; } }
@media (max-width: 991px) { .models-list .model { padding: 0 15px; } }
@media (max-width: 767px) { .models-list .model { width: 50%; margin-top: 20px; } }
@media (max-width: 480px) { .models-list .model { width: 100%; } }
.models-list .model.open .img-holder { border-color: #ee5730; }
.models-list .model.open .img { -moz-transform: translate3d(0, 0, 0) scale(1.1); -o-transform: translate3d(0, 0, 0) scale(1.1); -ms-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }
.models-list .model.open .model-description-box { opacity: 1; z-index: 1; }
.models-list .model .model-inner { cursor: pointer; }
.models-list .model .img-holder { margin-bottom: 20px; position: relative; overflow: hidden; box-shadow: 12px 10px 40px 0 rgba(0, 0, 0, 0.3); border: 8px solid #faf8f6; -webkit-transition: border-color .3s ease-in-out; transition: border-color .3s ease-in-out; }
@media (max-width: 991px) { .models-list .model .img-holder { margin-bottom: 15px; } }
.models-list .model .img-holder .zoom-image-btn { position: absolute; z-index: 2; bottom: -8px; right: -8px; width: 50px; height: 50px; background: #faf8f6; text-align: center; line-height: 50px; font-size: 20px; }
.models-list .model .img { padding-bottom: 69%; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; transition: all 0.8s ease; }
.models-list .model .img:hover { -moz-transform: translate3d(0, 0, 0) scale(1.1); -o-transform: translate3d(0, 0, 0) scale(1.1); -ms-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }
.models-list .model .text-button { font-size: 20px; border-bottom: none; padding-bottom: 0; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; }
@media (max-width: 991px) { .models-list .model .text-button { font-size: 18px; } }
.models-list .model .text-button .arrow-icon { -moz-transition: transform 0.3s ease; -o-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease; transition: transform 0.3s ease; }
.models-list .model .text-button:hover { color: #7f7979; }
.models-list .model .text-button:hover .arrow-icon { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.models-list .model.open .arrow-icon { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.models-list .model-description-box { width: 300%; opacity: 0; z-index: -1; position: absolute; top: 100%; -webkit-transition: opacity .3s; transition: opacity .3s; }
@media (max-width: 767px) { .models-list .model-description-box { width: 200%; } }
@media (max-width: 480px) { .models-list .model-description-box { width: 100%; } }
.models-list .model-description-box .content { padding: 40px 35px; background: #faf8f6; margin: 25px 40px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; position: relative; }
@media (max-width: 1199px) { .models-list .model-description-box .content { margin: 25px; } }
@media (max-width: 991px) { .models-list .model-description-box .content { padding: 45px; margin: 25px 15px; } }
@media (max-width: 767px) { .models-list .model-description-box .content { padding: 35px 30px; } }
.models-list .model-description-box .content .close { z-index: 2; position: absolute; top: -25px; right: -25px; width: 50px; height: 50px; cursor: pointer; text-indent: -9999px; background-color: #474448; color: white; -webkit-transition: opacity .3s; transition: opacity .3s; }
@media (max-width: 767px) { .models-list .model-description-box .content .close { top: -10px; right: -10px; width: 40px; height: 40px; } }
.models-list .model-description-box .content .close:hover { opacity: .65; }
.models-list .model-description-box .content .close:before { content: '\f00d'; position: absolute; top: 14px; left: 16px; font-family: Font Awesome\ 5 Pro; font-size: 22px; line-height: 1; color: #fff; text-indent: 0; }
@media (max-width: 767px) { .models-list .model-description-box .content .close:before { top: 9px; left: 12px; } }
.models-list .model-description-box .description { width: 62%; padding: 0 40px; text-align: left; }
@media (max-width: 1199px) { .models-list .model-description-box .description { padding: 0 25px; } }
@media (max-width: 991px) { .models-list .model-description-box .description { width: 100%; margin-bottom: 35px; padding: 0; }
  .models-list .model-description-box .description ul { display: inline-block; vertical-align: top; } }
.models-list .model-description-box .description a { color: #f25923; }
.models-list .model-description-box .price-info { width: 38%; background: #fff; padding: 40px; box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); color: #474448; font-size: 20px; font-weight: bold; }
@media (max-width: 1199px) { .models-list .model-description-box .price-info { font-size: 18px; } }
@media (max-width: 767px) { .models-list .model-description-box .price-info { font-size: 16px; padding: 25px; } }
@media (max-width: 991px) { .models-list .model-description-box .price-info { width: 100%; } }
@media (max-width: 480px) { .models-list .model-description-box .price-info { font-size: 14px; } }
.models-list .model-description-box .price-info .price { font-weight: 300; font-size: 40px; line-height: 1.1; display: block; }
@media (max-width: 767px) { .models-list .model-description-box .price-info .price { font-size: 34px; } }
.models-list .model-description-box .price-info .price-caption { display: inline-block; vertical-align: top; font-weight: 300; padding: 0 1.5em 1.5em; border-bottom: 2px solid #e6e6e6; }
.models-list .model-description-box .price-info * + p { margin-top: 25px; }
.models-list .model-description-box .button { background-color: #f25923; border: 2px solid #f25923; margin: 30px 0 0; font-weight: normal; text-transform: uppercase; padding: 10px 45px; }
@media (max-width: 480px) { .models-list .model-description-box .button { padding: 8px 30px; } }
.models-list .model-description-box .button:hover { background-color: #fff; color: #f25923; }
.models-list .model-description-box h2 + p { margin-top: 5px; }
.models-list .model-description-box ul { list-style: disc; }

.page-template-page-product .fancybox-skin { padding: 0 25px !important; background: transparent; top: 10px; }
.page-template-page-product .fancybox-close { right: 5px !important; }

.fancybox-lock body { overflow: visible !important; }

.quote-widget { background: #474448; padding: 25px; }
.quote-widget:before, .quote-widget:after { position: absolute; font-size: 76px; line-height: 76px; }
.quote-widget:before { content: '\201C'; left: 25px; top: 20px; }
.quote-widget:after { content: '\201D'; right: 25px; bottom: -25px; }
.quote-widget .text, .quote-widget a, .quote-widget:before, .quote-widget:after { color: white; }
.quote-widget .text { padding: 35px 0; }

.read-more-widget, .large-read-more-widget { position: relative; }
.read-more-widget:before, .large-read-more-widget:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; bottom: 50%; background: #faf8f6; display: none; }
.read-more-widget .container-fluid, .large-read-more-widget .container-fluid { max-width: calc(1280px + 60px - 160px); }
.read-more-widget .container-fluid a, .large-read-more-widget .container-fluid a { position: relative; display: block; box-shadow: 13px 13px 35px 0px rgba(0, 0, 0, 0.3); width: 100%; }
.read-more-widget .container-fluid a .text, .large-read-more-widget .container-fluid a .text { width: 50%; z-index: 1; position: relative; padding: 55px 60px; background: rgba(236, 236, 236, 0.8); }
@media (max-width: 991px) { .read-more-widget .container-fluid a .text, .large-read-more-widget .container-fluid a .text { width: 100%; } }
@media (max-width: 767px) { .read-more-widget .container-fluid a .text, .large-read-more-widget .container-fluid a .text { padding: 35px 40px 40px; } }
.read-more-widget .container-fluid a .text *, .large-read-more-widget .container-fluid a .text * { color: #474448; }
.read-more-widget .container-fluid a .text .small-title, .large-read-more-widget .container-fluid a .text .small-title { font-size: 20px; letter-spacing: 0.4em; text-transform: uppercase; }
@media (max-width: 767px) { .read-more-widget .container-fluid a .text .small-title, .large-read-more-widget .container-fluid a .text .small-title { font-size: 12px; } }
.read-more-widget .container-fluid a .text h2, .large-read-more-widget .container-fluid a .text h2 { margin-top: 40px; font-size: 40px; line-height: 1.35; }
@media (max-width: 767px) { .read-more-widget .container-fluid a .text h2, .large-read-more-widget .container-fluid a .text h2 { margin-top: 20px; font-size: 27px; } }
.read-more-widget .container-fluid a .text p, .large-read-more-widget .container-fluid a .text p { font-size: 17px; margin-top: 15px; }
@media (max-width: 767px) { .read-more-widget .container-fluid a .text p, .large-read-more-widget .container-fluid a .text p { font-size: 15px; } }
.read-more-widget .container-fluid a .text .text-button, .large-read-more-widget .container-fluid a .text .text-button { margin-top: 40px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.read-more-widget .container-fluid a .text .text-button:hover, .large-read-more-widget .container-fluid a .text .text-button:hover { color: #7f7979; border-bottom-color: #7f7979; }
.read-more-widget .container-fluid a .text .text-button:hover i, .large-read-more-widget .container-fluid a .text .text-button:hover i { color: #7f7979; }
@media (max-width: 767px) { .read-more-widget .container-fluid a .text .text-button, .large-read-more-widget .container-fluid a .text .text-button { margin-top: 20px; } }
.read-more-widget .container-fluid a .img, .large-read-more-widget .container-fluid a .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; }

.large-read-more-widget:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; bottom: 50%; background: #faf8f6; display: none; }
.large-read-more-widget .container-fluid { max-width: calc(1280px + 60px - 160px); }
.large-read-more-widget .flex-list > a { position: relative; display: block; box-shadow: 13px 13px 35px 0px rgba(0, 0, 0, 0.3); width: 100%; }
.large-read-more-widget .flex-list > a .text { width: 50%; z-index: 1; position: relative; padding: 55px 60px; background: rgba(236, 236, 236, 0.8); }
@media (max-width: 991px) { .large-read-more-widget .flex-list > a .text { width: 100%; } }
@media (max-width: 767px) { .large-read-more-widget .flex-list > a .text { padding: 35px 40px 40px; } }
.large-read-more-widget .flex-list > a .text * { color: #474448; }
.large-read-more-widget .flex-list > a .text .small-title { font-size: 20px; letter-spacing: 0.4em; text-transform: uppercase; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > a .text .small-title { font-size: 12px; } }
.large-read-more-widget .flex-list > a .text h2 { margin-top: 40px; font-size: 40px; line-height: 1.35; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > a .text h2 { margin-top: 20px; font-size: 27px; } }
.large-read-more-widget .flex-list > a .text p { font-size: 17px; margin-top: 15px; }
@media (min-width: 992px) and (max-width: 1199px) { .large-read-more-widget .flex-list > a .text p { display: none; } }
@media (max-width: 767px) { .large-read-more-widget .flex-list > a .text p { font-size: 14px; } }
.large-read-more-widget .flex-list > a .text .text-button { margin-top: 40px; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > a .text .text-button { margin-top: 20px; } }
.large-read-more-widget .flex-list > a .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; }
.large-read-more-widget .flex-list > div { position: relative; display: block; box-shadow: 13px 13px 35px 0px rgba(0, 0, 0, 0.3); width: 100%; }
.large-read-more-widget .flex-list > div .text { width: 50%; z-index: 1; position: relative; padding: 55px 60px; background: rgba(236, 236, 236, 0.8); }
@media (max-width: 991px) { .large-read-more-widget .flex-list > div .text { width: 100%; } }
@media (max-width: 767px) { .large-read-more-widget .flex-list > div .text { padding: 35px 40px 40px; } }
.large-read-more-widget .flex-list > div .text * { color: #474448; }
.large-read-more-widget .flex-list > div .text .small-title { font-size: 20px; letter-spacing: 0.4em; text-transform: uppercase; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > div .text .small-title { font-size: 12px; } }
.large-read-more-widget .flex-list > div .text h2 { margin-top: 40px; font-size: 40px; line-height: 1.35; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > div .text h2 { margin-top: 20px; font-size: 27px; } }
.large-read-more-widget .flex-list > div .text p { font-size: 17px; margin-top: 15px; }
@media (min-width: 992px) and (max-width: 1199px) { .large-read-more-widget .flex-list > div .text p { display: none; } }
@media (max-width: 767px) { .large-read-more-widget .flex-list > div .text p { font-size: 14px; } }
.large-read-more-widget .flex-list > div .text .text-button { margin-top: 40px; }
@media (max-width: 767px) { .large-read-more-widget .flex-list > div .text .text-button { margin-top: 20px; } }
.large-read-more-widget .flex-list > div .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; }

@media (max-width: 767px) { .read-more-2x-widget + .read-more-2x-widget { margin-top: -30px; } }
.read-more-2x-widget .flex-list { display: flex; justify-content: space-between; }
.read-more-2x-widget .flex-list > a, .read-more-2x-widget .flex-list > div { width: calc(50% - 17px); position: relative; display: flex; }
@media (max-width: 767px) { .read-more-2x-widget .flex-list > a, .read-more-2x-widget .flex-list > div { flex-direction: column; width: 100%; }
  .read-more-2x-widget .flex-list > a + a, .read-more-2x-widget .flex-list > a + div, .read-more-2x-widget .flex-list > div + a, .read-more-2x-widget .flex-list > div + div { margin-top: 20px; } }
.read-more-2x-widget .flex-list > a:before, .read-more-2x-widget .flex-list > div:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; opacity: .5; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.read-more-2x-widget .flex-list > a.theme-doors:before, .read-more-2x-widget .flex-list > a.theme-design:before, .read-more-2x-widget .flex-list > div.theme-doors:before, .read-more-2x-widget .flex-list > div.theme-design:before { opacity: .35; }
.read-more-2x-widget .flex-list > a .image, .read-more-2x-widget .flex-list > div .image { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; overflow: hidden; }
.read-more-2x-widget .flex-list > a .image .img, .read-more-2x-widget .flex-list > div .image .img { width: 100%; height: 100%; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.read-more-2x-widget .flex-list > a .text, .read-more-2x-widget .flex-list > div .text { padding: 12.5% 15%; color: white; position: relative; align-self: center; text-align: center; z-index: 3; display: block; width: 100%; }
@media (max-width: 767px) { .read-more-2x-widget .flex-list > a .text, .read-more-2x-widget .flex-list > div .text { padding: 40px; } }
.read-more-2x-widget .flex-list > a .text h3, .read-more-2x-widget .flex-list > div .text h3 { font-size: 50px; line-height: 1.25; text-align: center; }
@media (max-width: 991px) { .read-more-2x-widget .flex-list > a .text h3, .read-more-2x-widget .flex-list > div .text h3 { font-size: 40px; } }
@media (max-width: 767px) { .read-more-2x-widget .flex-list > a .text h3, .read-more-2x-widget .flex-list > div .text h3 { font-size: 27px; } }
.read-more-2x-widget .flex-list > a .text p, .read-more-2x-widget .flex-list > div .text p { font-size: 18px; text-align: center; margin-top: 20px; font-weight: normal; }
@media (max-width: 767px) { .read-more-2x-widget .flex-list > a .text p, .read-more-2x-widget .flex-list > div .text p { font-size: 15px; } }
.read-more-2x-widget .flex-list > a .text span, .read-more-2x-widget .flex-list > div .text span { margin-top: 25px; }
.read-more-2x-widget .flex-list > a:hover:before { opacity: .25 !important; }
.read-more-2x-widget .flex-list > a:hover .image .img { -moz-transform: translate3d(0, 0, 0) scale(1.1); -o-transform: translate3d(0, 0, 0) scale(1.1); -ms-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }

.related-links-inner { padding: 0 80px; }
@media (max-width: 991px) { .related-links-inner { padding: 0; } }
.related-links-inner .title { text-align: center; }
.related-links-inner .sub-title { font-size: 18px; text-align: center; margin-top: 22px; }
@media (max-width: 767px) { .related-links-inner .sub-title { font-size: 17px; } }
.related-links .flex-list { margin-top: 30px; justify-content: center; flex-wrap: wrap; padding: 0 50px; }
@media (max-width: 767px) { .related-links .flex-list { padding: 0; flex-direction: column; align-items: center; } }
.related-links .flex-list a { font-weight: 900; margin: 0 20px 20px; }
.related-links .flex-list a:hover { color: #7f7979; }
.related-links .flex-list a:hover i { color: #7f7979; }
@media (max-width: 767px) { .related-links .flex-list a { margin-right: 0; } }
.related-links .flex-list a span { font-size: 17px; }
@media (max-width: 767px) { .related-links .flex-list a span { font-size: 15px; } }

.related-resources .flex-container { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 80px 55px 80px 70px; background: #ececec; }
@media (max-width: 991px) { .related-resources .flex-container { padding: 55px 45px; } }
@media (max-width: 767px) { .related-resources .flex-container { padding: 30px 25px 15px; } }
.related-resources .flex-container .text-area { width: 42%; padding-right: 7%; }
@media (max-width: 1199px) { .related-resources .flex-container .text-area { padding-right: 20px; } }
@media (max-width: 991px) { .related-resources .flex-container .text-area { padding-right: 0; margin-bottom: 35px; text-align: center; width: 100%; } }
@media (max-width: 480px) { .related-resources .flex-container .text-area { margin-bottom: 25px; } }
.related-resources .flex-container .text-area a { color: #f25923; }
.related-resources .flex-container .flex-list { width: 58%; margin: 0 0 -35px; }
@media (max-width: 991px) { .related-resources .flex-container .flex-list { width: 100%; max-width: 520px; } }
@media (max-width: 767px) { .related-resources .flex-container .flex-list { margin: 0 -15px; width: calc(100% + 30px); } }
.related-resources .flex-container .flex-list a { width: calc(50% - 35px); border-color: #fff; }
@media (max-width: 480px) { .related-resources .flex-container .flex-list a { width: calc(100% - 35px); } }
.related-resources h2 + p { margin-top: 25px; }

.search-widget { position: relative; }
.search-widget input { padding-right: 45px; }
.search-widget button { position: absolute; right: 0; top: 0; bottom: 0; width: 50px; }
.search-widget button:hover { color: #201f21; }
.search-widget button i { font-size: 19px; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.search-sub-title { margin-bottom: 0px !important; }

.social-sharing .title { text-align: center; margin-bottom: 30px; }
.social-sharing .custom_images { list-style: none; display: flex; justify-content: center; padding: 0; margin: 0; }
.social-sharing .custom_images li { padding: 0 20px; }
.social-sharing .custom_images a { font-size: 22px; }
.social-sharing .custom_images a.addthis_button_facebook:hover { color: #4867aa; }
.social-sharing .custom_images a.addthis_button_twitter:hover { color: #1da1f2; }
.social-sharing .custom_images a.addthis_button_pinterest_share:hover { color: #bd081b; }
.social-sharing .custom_images a.addthis_button_linkedin:hover { color: #007bb6; }
.social-sharing .custom_images a.addthis_button_compact:hover { color: #f25923; }

.standard-inner-page { background: #faf8f6; color: #2f2c2c; text-align: center; padding: 75px 0 85px; margin-top: 0; }
@media (max-width: 991px) { .standard-inner-page { padding: 55px 0 60px; } }
@media (max-width: 480px) { .standard-inner-page { padding: 45px 0 50px; } }
.standard-inner-page .inner { max-width: calc(1280px - 320px); margin: 0 auto; }
.standard-inner-page .page-title { font-size: 55px; font-family: 'bauer', serif; margin-bottom: 0; color: #040304; }
@media (min-width: 768px) and (max-width: 991px) { .standard-inner-page .page-title { font-size: 45px; } }
@media (max-width: 767px) { .standard-inner-page .page-title { font-size: 32px; } }
.standard-inner-page .page-title + .subtitle { margin-top: 30px; }
@media (max-width: 991px) { .standard-inner-page .page-title + .subtitle { margin-top: 20px; } }
@media (max-width: 767px) { .standard-inner-page .page-title + .subtitle { margin-top: 15px; } }
@media (max-width: 480px) { .standard-inner-page .page-title + .subtitle { margin-top: 10px; } }

.standard-title { text-align: center; margin-bottom: 30px; }
.standard-title .inner { max-width: calc(1280px - 320px); margin: 0 auto; }
.standard-title .page-title { font-size: 40px; font-weight: 200; }
@media (max-width: 767px) { .standard-title .page-title { font-size: 27px; } }
.standard-title .subtitle { font-size: 18px; font-weight: 200; margin: 25px 0 0; }
@media (max-width: 767px) { .standard-title .subtitle { font-size: 17px; } }
.standard-title + .standard-widget { margin-top: 0 !important; }

.standard-widget h3 { font-size: 30px; }
@media (max-width: 767px) { .standard-widget h3 { font-size: 22px; } }
.standard-widget p { font-size: 15px; }
.standard-widget img { width: 100%; max-width: 100%; display: block; height: auto; }
.standard-widget .inner { max-width: calc(1280px - 320px); margin: 0 auto; }
.standard-widget .inner a { color: #f25923; }
.standard-widget ol, .standard-widget ul { text-align: left; padding: 0; }
.standard-widget ul { list-style: none; }
.standard-widget ul li { padding: 0 0 0 70px; position: relative; margin-bottom: 10px; }
@media (max-width: 767px) { .standard-widget ul li { padding: 0 0 0 30px; } }
.standard-widget ul li:before { content: ""; position: absolute; left: 35px; width: 7px; height: 7px; border-radius: 50%; top: 50%; transform: translateY(-50%); font-weight: 600; background: #000; }
@media (max-width: 767px) { .standard-widget ul li:before { left: 10px; } }
.standard-widget ol { list-style: none; counter-reset: section; }
.standard-widget ol li { padding: 0 0 0 70px; position: relative; margin-bottom: 10px; }
@media (max-width: 767px) { .standard-widget ol li { padding: 0 0 0 30px; } }
.standard-widget ol li:before { counter-increment: section; content: counter(section) ". "; position: absolute; left: 35px; top: 50%; transform: translateY(-50%); font-weight: 600; }
@media (max-width: 767px) { .standard-widget ol li:before { left: 10px; } }
.standard-widget blockquote { margin: 45px 87px; padding: 50px 50px 50px 85px; background: #ececec; position: relative; font-size: 18px; line-height: 1.55; }
@media (max-width: 767px) { .standard-widget blockquote { margin: 15px 0; padding: 30px 40px; } }
.standard-widget blockquote p { font-size: 18px; line-height: 1.55; }
@media (max-width: 767px) { .standard-widget blockquote p { font-size: 15px; } }
.standard-widget blockquote:before { font-family: Font Awesome\ 5 Pro; content: "\f10d"; display: block; position: absolute; top: 50%; transform: translateY(-50%); left: -35px; background: #474448; color: #fff; padding: 13px 20px; font-size: 27px; z-index: 1; }
@media (max-width: 767px) { .standard-widget blockquote:before { padding: 8px 10px; font-size: 16px; left: -15px; } }

.table-inner { margin: 0 80px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
@media (max-width: 991px) { .table-inner { margin: 0; } }
.table table { table-layout: fixed; width: 100%; margin: 0 !important; }
@media (max-width: 767px) { .table table { table-layout: auto; } }
@media (max-width: 991px) { .table table { margin: 0; } }
.table table td, .table table th { padding: 40px 20px; }
@media (max-width: 767px) { .table table td, .table table th { padding: 15px; } }
.table table tr th { background: #f6f4f0; border: 1px solid #c7c7c8; border-right: 1px solid #c7c7c8; font-size: 17px; font-weight: 400; line-height: 1.3; text-transform: uppercase; color: #2f2c2c; }
.table table tr th:last-child { border-right: 1px solid #c7c7c8; }
@media (max-width: 767px) { .table table tr th { border: none; border-bottom: 1px solid #c7c7c8; font-size: 14px; } }
.table table tr td { min-width: 170px; border: 1px solid #c7c7c8; box-shadow: none; font-size: 15px; line-height: 1.5; text-align: center; }
@media (max-width: 767px) { .table table tr td { min-width: 65px; border-bottom: 1px solid #c7c7c8; }
  .table table tr td span { background: #f6f4f0; color: #2f2c2c; font-size: 18px; font-weight: 900; display: none !important; } }
@media (max-width: 767px) and (max-width: 767px) { .table table tr td span { padding: 30px 10px; } }

.table table tr td + td { margin-top: 5px; }

.testimonials-widget .slider { border: 7px solid #faf8f6; }
.testimonials-widget .slick-track { display: flex; align-items: stretch; }
.testimonials-widget .slick-track:before, .testimonials-widget .slick-track:after { display: none; }
.testimonials-widget .testimonials-slider { margin: 0 160px; box-shadow: none; }
@media (max-width: 991px) { .testimonials-widget .testimonials-slider { margin: 0 40px; } }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider { margin: 0 10px; } }
.testimonials-widget .testimonials-slider .slide { background: transparent; padding: 45px 75px; height: inherit; display: flex; align-items: center; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slide { padding: 40px; } }
.testimonials-widget .testimonials-slider .testimonial { width: 100%; }
.testimonials-widget .testimonials-slider .icon { text-align: center; margin: 0 0 40px; }
.testimonials-widget .testimonials-slider .icon i { font-size: 40px; color: #d1d0d1; margin: 0 5px; }
@media (max-width: 767px) { .testimonials-widget .testimonials-slider .icon i { font-size: 25px; } }
.testimonials-widget .testimonials-slider .text p { font-size: 28px; line-height: 1.36; font-weight: 200; text-align: center; }
@media (max-width: 991px) { .testimonials-widget .testimonials-slider .text p { font-size: 20px; } }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .text p { font-size: 17px; } }
.testimonials-widget .testimonials-slider .text p a { color: #f25923; }
.testimonials-widget .testimonials-slider .author, .testimonials-widget .testimonials-slider .location { font-size: 15px; text-transform: uppercase; letter-spacing: 2px; text-align: center; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .author, .testimonials-widget .testimonials-slider .location { font-size: 14px; } }
.testimonials-widget .testimonials-slider .location { color: #a1a0a1; margin-top: 0; }
.testimonials-widget .testimonials-slider .slick-arrow { background: #fff; padding: 10px; width: 60px; height: 60px; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.3); }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slick-arrow { width: 40px; height: 40px; } }
.testimonials-widget .testimonials-slider .slick-arrow.slick-prev { left: -39px; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slick-arrow.slick-prev { left: -19px; } }
.testimonials-widget .testimonials-slider .slick-arrow.slick-prev:after { content: "\f177"; color: #474448; font-size: 30px; line-height: 1; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slick-arrow.slick-prev:after { font-size: 22px; } }
.testimonials-widget .testimonials-slider .slick-arrow.slick-next { right: -39px; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slick-arrow.slick-next { right: -19px; } }
.testimonials-widget .testimonials-slider .slick-arrow.slick-next:after { content: "\f178"; color: #474448; font-size: 30px; line-height: 1; }
@media (max-width: 600px) { .testimonials-widget .testimonials-slider .slick-arrow.slick-next:after { font-size: 22px; } }

.text-only-inner { background: #ececec; margin: 0 160px; padding: 70px 80px; text-align: center; position: relative; }
@media screen and (max-width: 1025px) { .text-only-inner { margin: 0 80px; } }
@media (max-width: 991px) { .text-only-inner { margin: 0; padding: 55px 70px; } }
@media (max-width: 767px) { .text-only-inner { padding: 35px 40px; } }
.text-only-inner.has-button { padding-bottom: 0; margin-bottom: 40px; }
.text-only-inner p { font-size: 40px; font-weight: 200; line-height: 1.25; }
@media (min-width: 768px) and (max-width: 991px) { .text-only-inner p { font-size: 30px; } }
@media (max-width: 767px) { .text-only-inner p { font-size: 27px; } }
.text-only-inner p a { color: #f25923; }
.text-only-inner .custom-button { color: white; font-size: 15px; padding: 25px 50px; letter-spacing: 3px; text-transform: uppercase; position: relative; display: inline-block; margin-top: 30px; z-index: 2; font-weight: 400; -moz-transform: translate(0, 50%); -o-transform: translate(0, 50%); -ms-transform: translate(0, 50%); -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }
.text-only-inner .custom-button:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #f25923; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; backface-visibility: hidden; z-index: -1; }
.text-only-inner .custom-button:hover:before { -moz-transform: scale(1.084); -o-transform: scale(1.084); -ms-transform: scale(1.084); -webkit-transform: scale(1.084); transform: scale(1.084); background: #ed480e; }
@media (min-width: 768px) and (max-width: 991px) { .text-only-inner .custom-button { padding: 20px 40px; margin-top: 15px; } }
@media (max-width: 767px) { .text-only-inner .custom-button { padding: 12px 25px; margin-top: 0; font-size: 14px; } }

.twitter-feed-widget .twitter-slider { margin-top: 20px; }
.twitter-feed-widget .twitter-slider .slick-slide { margin: 0 10px 0 0; overflow: hidden; padding: 0; word-wrap: break-word; }
.twitter-feed-widget .twitter-slider .slick-arrow { top: -30px; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }
.twitter-feed-widget .twitter-slider .slick-arrow:after { color: #474448; }
.twitter-feed-widget .twitter-slider .slick-next { right: -10px; }
.twitter-feed-widget .twitter-slider .slick-prev { left: auto; right: 15px; }
.twitter-feed-widget .twitter-slider .tweet_time, .twitter-feed-widget .twitter-slider .tweet_text { width: 100%; clear: both; display: block; }
.twitter-feed-widget .twitter-slider .tweet_time { font-weight: bold; font-size: 13px; margin-bottom: 10px; }

.video-widget .video-container { position: relative; margin: 0 160px; overflow: hidden; }
@media (max-width: 991px) { .video-widget .video-container { margin: 0; } }
.video-widget .video-container .play-video { cursor: pointer; display: block; background: #474448; padding-top: 56.25%; }
.video-widget .video-container .play-video .text { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; width: 100%; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.video-widget .video-container .play-video .text h3 { font-size: 40px; font-weight: 200; color: #fff; margin-top: 21px; max-width: 480px; text-align: center; line-height: 1.3; }
@media (max-width: 767px) { .video-widget .video-container .play-video .text h3 { font-size: 27px; margin-top: 10px; padding: 0 20px; font-size: 20px; } }
.video-widget .video-container .play-video span { width: 75px; height: 75px; background: #faf8f6; border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin: 0 auto; }
@media (max-width: 767px) { .video-widget .video-container .play-video span { width: 50px; height: 50px; } }
.video-widget .video-container .play-video i { font-weight: 400; color: #313131; font-size: 28px; margin: auto; }
@media (max-width: 767px) { .video-widget .video-container .play-video i { font-size: 20px; } }
.video-widget .video-container .play-video .img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; -ms-transition: all 1.2s ease; -webkit-transition: all 1.2s ease; transition: all 1.2s ease; }
.video-widget .video-container .play-video .img:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(49, 49, 49, 0.7); mix-blend-mode: multiply; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.video-widget .video-container .play-video:hover .img { -moz-transform: translate3d(0, 0, 0) scale(1.15); -o-transform: translate3d(0, 0, 0) scale(1.15); -ms-transform: translate3d(0, 0, 0) scale(1.15); -webkit-transform: translate3d(0, 0, 0) scale(1.15); transform: translate3d(0, 0, 0) scale(1.15); }
.video-widget .video-container .play-video:hover .img:before { opacity: 0.5; }
.video-widget .video-container iframe { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; }
