@charset "UTF-8";
/* 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 */
/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #b2541a; color: white; text-shadow: none; }

::selection { background: #b2541a; color: white; 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; }

body { margin: 0; line-height: 2; font-size: 15px; color: #2b2c31; background: #203023; height: 100%; font-weight: normal; position: relative; }

#wrap { left: 0; right: 0; position: relative; overflow: hidden; background: #f3f9f4; }

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: #b2541a; color: #000; text-decoration: none; }

del { text-decoration: line-through; }

/* SLIDERS */
.slider .slide { position: relative; display: none; }
.slider .slide:first-child { display: block; }
.slider .slide .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.slider .slide .slide-caption { color: white; position: absolute; z-index: 1; 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%); }
@media (max-width: 767px) { .slider .slide .slide-caption { max-width: 100%; left: 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%); } }
@media (max-width: 767px) { .slider .slide .slide-caption.box-caption { max-width: auto; } }
.slider .slide .box-caption .slide-caption-inner { background: rgba(0, 0, 0, 0.5); padding: 40px; max-width: 50%; }
@media (max-width: 767px) { .slider .slide .box-caption .slide-caption-inner { max-width: 100%; padding: 30px; } }
.slider .slide .bottom-box-caption { left: 0; right: 0; bottom: 0; top: auto; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; background: rgba(0, 0, 0, 0.5); }
@media (max-width: 767px) { .slider .slide .bottom-box-caption { top: auto; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; } }
.slider .slide .bottom-box-caption .slide-caption-inner { padding: 40px 0 70px; text-align: center; }

.slide { position: relative; }
.slide:before { content: ''; position: absolute; z-index: 1; background: rgba(40, 39, 46, 0.55); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }
.slide .slide-caption { z-index: 2; height: 100%; padding: 50px 25px; }
@media (max-width: 991px) { .slide .slide-caption { padding: 25px; } }
.slide .slide-caption-inner { width: 100%; display: flex; flex-direction: column; align-items: center; position: relative; justify-content: center; height: 100%; border-style: solid; border-width: 50px; -moz-border-image: url(../img/splash_big.png) 100 stretch; -webkit-border-image: url(../img/splash_big.png) 100 stretch; -o-border-image: url(../img/splash_big.png) 100 stretch; border-image: url(../img/splash_big.png) 100 fill stretch; border-image-slice: 100; border-image-repeat: repeat; }
@media screen and (min-width: 1025px) { .slide .slide-caption-inner { border-width: 100px; } }
@media (max-width: 991px) { .slide .slide-caption-inner { margin: 0; text-align: center; } }
.slide .slide-caption-inner .description { max-width: 500px; font-size: 30px; line-height: 1.5; color: #fcfaf1; font-family: "Bellefair", serif; }
@media (max-width: 991px) { .slide .slide-caption-inner .description { font-size: 20px; text-align: center; } }
.slide .banner-logo .img { width: 250px; height: 220px; position: static; }
@media (max-width: 991px) { .slide .banner-logo .img { width: 150px; height: 130px; position: static; background-size: 100%; } }

.slick-slider .slide { display: block; min-height: 660px; }
.slick-slider .slick-arrow { position: absolute; top: 50%; width: 30px; height: 30px; z-index: 5; cursor: pointer; margin-top: -15px; }
.slick-slider .slick-arrow:after { font-family: 'FontAwesome'; 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: 'FontAwesome'; content: "\f10c"; text-indent: 0; color: white; font-size: 14px; }
.slick-slider .slick-dots .slick-active button:after { content: '\f111'; }

.masthead-slider .slide { min-height: 350px; }
@media (max-width: 767px) { .masthead-slider .slide { min-height: 250px; } }
.masthead-slider .slide .slide-caption { padding: 90px 25px; position: relative; transform: none; z-index: 2; left: 0; top: 0; }
@media (max-width: 767px) { .masthead-slider .slide .slide-caption { padding: 60px 25px; } }

.widget-slider .slide .img { height: 0; padding-top: 60%; position: relative; }

.main-content { float: none; width: 100%; }

.container-width-910 { max-width: 930px; padding: 0 10px; margin: 0 auto; }

.container-width-1350 { max-width: 1370px; padding: 0 10px; margin: 0 auto; }

.img { background-size: cover; background-position: center center; margin: 0; padding: 0; position: relative; }
.img img { height: 0; width: 0; opacity: 0; }

.no-cursor { cursor: default !important; }

section.main-body .widget-container { position: relative; width: 100%; }

aside .image-widget .img { height: 0; padding-top: 60%; }

.widget-container { margin-bottom: 125px; }
@media (max-width: 991px) { .widget-container { margin-bottom: 60px; } }

/*----------------------------------------------------------------
------------------------------------------------------------------
------------------------------ FONTS -----------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
body { font-family: 'Open Sans', 'Helvetica', Arial, sans-serif; }

.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; }

.stop-scrolling { overflow: hidden; }

.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: #b2541a; -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: 40px; padding-right: 40px; }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 25px; padding-right: 25px; } }

.row { margin-left: -40px; margin-right: -40px; }

.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: 40px; padding-right: 40px; }

.main-body { padding: 200px 0 0 0; }
@media (max-width: 991px) { .main-body { padding: 70px 0 0; } }

.container-fluid { width: 100%; max-width: 1620px; padding: 0 25px; margin: 0 auto; }

.show-mobile { display: none; }
@media screen and (max-width: 991px) { .show-mobile { display: block; } }

.hide-mobile { display: block; }
@media screen and (max-width: 991px) { .hide-mobile { display: none; } }

.widget-container h2, .page-title, .title { font-size: 35px; font-family: "Bellefair", serif; text-align: center; text-transform: uppercase; }
@media (max-width: 767px) { .widget-container h2, .page-title, .title { font-size: 27px; } }

.widget-container h4, .page-sub-title { margin: 0 0 40px; color: #203023; text-align: center; }
@media (max-width: 767px) { .widget-container h4, .page-sub-title { font-size: 16px; margin-bottom: 20px; } }

.map-info > svg, .main-content > svg { width: 150px; stroke-width: 2.5px; stroke: #b2541a; display: block; margin: 0 auto 40px; }
@media (max-width: 767px) { .map-info > svg, .main-content > svg { margin-bottom: 20px; } }

.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 5; }
.header-inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; flex-direction: column; }
.header-top { background: #203023; color: white; padding: 5px 0; }
.header-top-inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 767px) { .header-top-inner { justify-content: center; } }
.header-contact { font-size: 12px; }
.header-contact a { color: white; text-transform: uppercase; -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; line-height: 12px; }
.header-contact a:hover { -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; color: #b2541a; }
.header-contact a.header-phone { padding: 0 13px 0 0; margin: 0 14px 0 0; position: relative; }
.header-contact a.header-phone:after { content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: white; }
.header-bottom { background: #fcfaf1; }
.header-bottom-inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.header .logo { display: block; height: 49px; }
.header .logo svg { width: 105px; height: 49px; }
.header .book-table { margin: 0 0 0 20px; color: #203023; border: 1.5px solid #203023; display: inline-block; }
@media screen and (max-width: 1200px) { .header .book-table { margin: 0 0 0 10px; } }
.header .book-table span { display: inline-block; vertical-align: middle; border-right: none; padding: 10px 48px; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
@media screen and (max-width: 1200px) { .header .book-table span { padding: 10px 20px; } }
@media (max-width: 767px) { .header .book-table span { display: none; } }
.header .book-table i { border-left: 1.5px solid #203023; font-size: 30px; line-height: 1; padding: 10px 9px; display: inline-block; vertical-align: middle; }
@media (max-width: 767px) { .header .book-table i { font-size: 20px; border-left: none; } }
.header .book-table:hover { background: #203023; color: white; }
.header .book-table:hover i { border-left-color: white; }
.header .mob-menu-btn { background: #203023; }
.header .mob-menu-btn:hover { background: #b2541a; }
.header .main-nav { flex: 1; margin: 4px 0 0 0; }
@media (max-width: 767px) { .header .main-nav { margin: 0; } }
.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; justify-content: space-around; }
.header .main-nav li { float: left; }
@media (max-width: 767px) { .header .main-nav li { width: 100%; } }
.header .main-nav li a { padding: 0 5px; display: block; font-size: 16px; line-height: 1; text-transform: uppercase; font-family: "Bellefair", serif; color: #203023; }
@media screen and (max-width: 1200px) { .header .main-nav li a { font-size: 14px; } }
@media (max-width: 767px) { .header .main-nav li a { color: white; padding: 10px; }
  .header .main-nav li a:hover { color: white; } }
.header .main-nav li.current_page_item a, .header .main-nav li.current-menu-item a, .header .main-nav li a:hover { color: #b2541a; }
@media (max-width: 767px) { .header .main-nav li.current_page_item a, .header .main-nav li.current-menu-item a, .header .main-nav li a:hover { color: #6f3510; } }
.header .drawer.show.fullscreen { z-index: 100; opacity: 1; }
.header .drawer.show .mob-menu-btn { position: relative; z-index: 10000; border: 1px solid #fff; }
.header .mob-menu-btn { display: inline-block; vertical-align: top; font-size: 28px; line-height: 1; padding: 12px; color: white; }
@media (max-width: 991px) { .header .mob-menu-btn { float: right; margin: 0 0 0 12px; } }
@media (max-width: 767px) { .header .mob-menu-btn { font-size: 18px; } }
.header .search-form { float: right; position: relative; width: 200px; }
@media (max-width: 767px) { .header .search-form { float: left; width: 100%; } }
.header .search-form input { padding-right: 45px; float: right; }
@media (max-width: 767px) { .header .search-form input { width: 100%; } }
.header .search-form button { font-size: 20px; padding: 0; position: absolute; right: 0; top: 0; width: 50px; height: 50px; color: #b2541a; text-align: center; }
.header .search-form button:hover { color: #6f3510; }
@media (min-width: 768px) { .header .search-form.expandable-search { width: 50px; }
  .header .search-form.expandable-search input { opacity: 0; z-index: -1; pointer-events: none; width: 0; padding-right: 0; } }
.header .search-form, .header .search-form input { -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; }
.header .social-media { list-style: none; margin: 0; }
@media (max-width: 767px) { .header .social-media { display: none; } }
.header .social-media li { float: left; }
.header .social-media li a { font-size: 17px; padding: 10px 13px; color: white; -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; }
.header .social-media li a:hover { -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; color: #b2541a; }

.mob-menu-overlay { background: rgba(0, 0, 0, 0.5); position: fixed; 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; }
.mob-menu-overlay .close-menu { font-size: 28px; top: 0; right: 250px; color: white; position: absolute; padding: 18px 23px; opacity: 0; -moz-transition: all 0.35s; -o-transition: all 0.35s; -ms-transition: all 0.35s; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transform: translateX(60px) scale(0, 0); -o-transform: translateX(60px) scale(0, 0); -ms-transform: translateX(60px) scale(0, 0); -webkit-transform: translateX(60px) scale(0, 0); transform: translateX(60px) scale(0, 0); }
.mob-menu-overlay .close-menu:hover { -moz-transform: scale(1.2, 1.2) !important; -o-transform: scale(1.2, 1.2) !important; -ms-transform: scale(1.2, 1.2) !important; -webkit-transform: scale(1.2, 1.2) !important; transform: scale(1.2, 1.2) !important; }

.burger-nav { position: absolute; z-index: 9999; background: #203023; width: 100vw; height: 100vh; background: #203023; left: 0; top: 0; right: 0; bottom: 0; }
.burger-nav .menu { display: flex; align-items: center; justify-content: center; height: 100%; }
@media (max-width: 767px) { .burger-nav .menu { flex-direction: column; } }
.burger-nav .menu > ul { list-style: none; padding: 0; }
.burger-nav .menu > ul li { margin-bottom: 32px; text-align: center; }
@media screen and (max-width: 600px) { .burger-nav .menu > ul li { margin-bottom: 3px; } }
.burger-nav .menu > ul li a { font-size: 35px; line-height: 1; font-family: "Bellefair", serif; text-transform: uppercase; color: #fcfaf1; position: relative; }
@media screen and (max-width: 600px) { .burger-nav .menu > ul li a { font-size: 20px; } }
.burger-nav .menu > ul li a:after { content: "\e944"; font-family: 'Linearicons'; font-size: 35px; margin: 0 0 0 12px; }
@media (max-width: 991px) { .burger-nav .menu > ul li a:after { font-size: 20px; } }
.burger-nav .menu > ul li a:hover { color: #b2541a; }
.burger-nav .menu .mobile-social { margin-top: 10px; }
.burger-nav .menu .mobile-social ul { display: flex; padding: 0; }
.burger-nav .mobile-social { display: none; }
@media (max-width: 767px) { .burger-nav .mobile-social { display: block; } }

body.show-mob-menu .mob-menu-overlay { opacity: 1; }
body.show-mob-menu .mob-menu-overlay .close-menu { -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; opacity: 1; }

body.raise-mob-overlay .mob-menu-overlay { z-index: 90; }

.sub-nav.sub-nav { background: #fff; padding-bottom: 0; box-shadow: inset 0 6px 13px rgba(0, 0, 0, 0.13); }

.subnav { display: flex; font: 12.5px/1.25 'Open Sans', sans-serif; text-transform: uppercase; padding: 0 0 0 145px; }
@media (max-width: 991px) { .subnav { padding: 0; } }
.subnav li { position: relative; }
.subnav li:not(:last-child) { margin-right: 58px; }
@media (max-width: 991px) { .subnav li:not(:last-child) { margin-right: 25px; } }
.subnav a { color: #203023; padding: 15px 0; position: relative; }
.subnav .parent:after, .subnav .current > a:after { content: ''; background: #f3f9f4; width: 100%; height: 10px; position: absolute; left: 0; bottom: 0; }

.sub-sub-nav { background: #f3f9f4; }
.sub-sub-nav .sub-subnav { padding: 0 0 0 145px; display: flex; font: 12.5px/1.25 'Open Sans', sans-serif; font-style: italic; }
@media (max-width: 991px) { .sub-sub-nav .sub-subnav { padding: 0 0 0 20px; } }
.sub-sub-nav li { position: relative; }
.sub-sub-nav li:not(:last-child) { margin-right: 58px; }
.sub-sub-nav a { color: #203023; padding: 15px 0; position: relative; }
.sub-sub-nav .current > a:after { content: ''; background: #fff; width: 100%; height: 10px; position: absolute; left: 0; bottom: 0; }

a#form-popup-link { opacity: 0; display: none; }

.fancybox-overlay .fancybox-skin { border: none; background: none; background-color: #fcfaf1; }

body .fancybox-wrap.fancybox-type-inline .fancybox-close { top: 10px !important; }
@media (max-width: 375px) { body .fancybox-wrap.fancybox-type-inline .fancybox-close { position: absolute !important; right: 50px !important; top: 5px !important; } }
body .fancybox-wrap.fancybox-type-inline .fancybox-close:before { color: #2b2c31; }

.fancybox-inner { overflow: auto !important; }

#form-fancybox-popup { background: #fcfaf1; border: 2px dotted #f191a3; text-align: center; color: #2b2c31; padding: 30px; width: 360px; }

#form-fancybox-popup h3 { margin-bottom: 1em; }

#form-fancybox-popup img { width: 100%; height: auto; }

#form-fancybox-popup .form-group input:-webkit-autofill { -webkit-text-fill-color: #568aa4; }

@media (max-width: 767px) { #form-fancybox-popup { padding: 20px; width: 100%; }
  .fancybox-opened .fancybox-inner { -webkit-overflow-scrolling: touch; } }
@media (max-width: 446px) { #form-fancybox-popup { width: 100%; } }
.footer { clear: both; font-size: 14px; background-size: cover; position: relative; }
.footer-inner { position: relative; z-index: 2; }
.footer * { color: white; }
.footer .foot-copy { clear: both; display: block; color: white; opacity: 0.5; }
.footer .footer-contact { background: url("../img/whats-on.jpg") 0px 0px no-repeat; background-size: cover; margin-top: -2px; }
.footer .footer-contact * { color: #2b2c31 !important; }
.footer .footer-contact-inner { padding: 65px 0; text-align: center; }
@media (max-width: 767px) { .footer .footer-contact-inner { padding: 40px 0; } }
.footer .footer-contact-title { font-size: 35px; font-family: "Bellefair", serif; text-transform: uppercase; margin: 0; }
@media (max-width: 767px) { .footer .footer-contact-title { font-size: 27px; } }
.footer .footer-contact-description { font-size: 20px; font-style: italic; margin: 0; }
@media (max-width: 767px) { .footer .footer-contact-description { font-size: 16px; } }
.footer .footer-contact .contact-list { margin-top: 30px; }
.footer .footer-contact .contact-list a { font-size: 20px; text-transform: uppercase; }
@media (max-width: 480px) { .footer .footer-contact .contact-list a { display: block; margin: 0 0 15px 0 !important; } }
.footer .footer-contact .contact-list a:first-child { margin-right: 68px; }
@media (max-width: 767px) { .footer .footer-contact .contact-list a:first-child { margin-right: 38px; } }
.footer .footer-contact .contact-list a i { font-size: 40px; display: block; }
@media (max-width: 767px) { .footer .footer-contact .contact-list a i { font-size: 30px; } }
@media (max-width: 767px) { .footer .footer-contact .contact-list a { font-size: 16px; } }
.footer .footer-bottom { padding: 20px 0; position: relative; background: #fcfaf1; }
.footer .footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 991px) { .footer .footer-bottom-inner { flex-direction: column; } }
.footer .footer-bottom .footer-nav ul { padding: 0; }
@media (max-width: 991px) { .footer .footer-bottom .footer-nav ul { text-align: center; } }
.footer .footer-bottom .footer-nav ul li { display: inline-block; margin: 0 25px 0 0; }
@media (max-width: 1199px) { .footer .footer-bottom .footer-nav ul li { margin: 0; } }
@media (max-width: 480px) { .footer .footer-bottom .footer-nav ul li { display: block; margin: 0 0 10px 0; text-align: center; } }
.footer .footer-bottom .footer-nav ul li a { font-size: 12px; text-transform: uppercase; color: #2b2c31; padding: 5px 10px; }
.footer .footer-bottom .logos { flex: 1; text-align: right; padding: 0 25px; }
@media (max-width: 991px) { .footer .footer-bottom .logos { margin: 15px 0; padding: 0; text-align: center; flex: inherit; } }
.footer .footer-bottom .footer-logo { width: 67px; height: 46px; vertical-align: top; }
.footer .footer-bottom .copy { color: #2b2c31; font-size: 12px; display: flex; align-items: center; white-space: nowrap; }
@media (max-width: 1199px) { .footer .footer-bottom .copy { justify-content: center; } }
@media (max-width: 991px) { .footer .footer-bottom .copy { width: 100%; white-space: normal; } }
@media (max-width: 767px) { .footer .footer-bottom .copy { font-size: 11px; } }
.footer .footer-bottom .copy span { margin: 0 10px 0 0; color: #2b2c31; }
.footer .footer-bottom .copy a { color: #2b2c31; opacity: 1; margin: 0 0 0 10px; }
.footer .footer-bottom .copy a:hover { text-decoration: underline; }
.footer .footer-contact a { padding: 5px 10px; display: inline-block; }
.footer .footer-contact a i { margin-right: 8px; }
.footer nav:hover a, .footer .footer-contact:hover a { color: white; opacity: 0.5; }
.footer nav a:hover, .footer .footer-contact a:hover { opacity: 1; }

@media (max-width: 767px) { .cookie-inner { display: inline-block !important; }
  .cookie .cookie-inner p { width: 100%; float: left; }
  .cookie .cookie-inner #cookies { width: 100%; float: left; margin: 1em 0 0; } }
.show-mob-menu .cookie { opacity: 0; z-index: -1; }

.cookie { position: fixed; z-index: 15; bottom: 0; left: 0; width: 100%; background: #b2541a; padding: 10px 0; }
.cookie-inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; color: white; }
.cookie-inner p { font-size: 18px; font-style: italic; }
@media (max-width: 767px) { .cookie-inner p { font-size: 14px; } }
.cookie-inner p a { color: #fff; text-decoration: underline; }
.cookie-inner .button { margin: 0; background: transparent; padding: 8px; border: 2px solid #fff; text-transform: uppercase; font-size: 13px; color: #fff; letter-spacing: 2px; margin-left: 50px; cursor: pointer; width: 250px; text-align: center; }

.button { background: #b2541a; 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: #6f3510; color: white; }

.book-table:not(.inverse) { color: white; border: 1.5px solid #fcfaf1; background: rgba(32, 48, 35, 0.8); display: inline-block; height: 55px; margin-top: 70px; position: relative; }
@media (max-width: 767px) { .book-table:not(.inverse) { height: auto; } }
@media (max-width: 480px) { .book-table:not(.inverse) { width: 100%; text-align: center; } }
.book-table:not(.inverse) span { display: inline-block; width: 100%; height: 51px; border-right: none; padding: 14px 48px; padding-right: 90px; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: white; }
@media (max-width: 480px) { .book-table:not(.inverse) span { padding: 10px; height: auto; } }
.book-table:not(.inverse) i { color: #203023; border-left: 1.5px solid #fcfaf1; background: #fcfaf1; font-size: 30px; line-height: 1; padding: 11px 9px 11px; position: absolute; right: -1px; top: -1px; width: 50px; height: 53px; }
@media (max-width: 480px) { .book-table:not(.inverse) i { display: none; } }
.book-table:not(.inverse):hover { background: #203023; }

.text-button { position: relative; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; color: #2b2c31; font-style: normal; }
.text-button:after { content: "\e944"; font-family: 'Linearicons'; font-size: 20px; margin: 0 0 0 6px; display: inline-block; vertical-align: sub; -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; }
.text-button:hover:after { -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; transform: translateX(15px); }

.button-transparent { background: transparent; border: 2px solid #f191a3; color: #f191a3; cursor: pointer; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; padding: 15px 60px; }
@media (max-width: 767px) { .button-transparent { padding: 8px 16px; width: 100%; } }
.button-transparent:hover { background: #f191a3; color: #fff; }

.ie .wrap-table { box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); }

/* 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: 0px; border: 2px solid #e5e5e5; outline: 0; color: #2b2c31; background: #f3f9f4; box-shadow: none !important; font-size: 100%; height: 50px; padding: 0 15px; text-transform: none; font-weight: normal; -webkit-appearance: none; }

textarea { resize: none; height: 150px; line-height: 1.3; overflow: auto; padding: 15px; }

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-text-fill-color: #2b2c31; -webkit-box-shadow: 0 0 0px 1000px #f3f9f4 inset; box-shadow: 0 0 0px 1000px #f3f9f4 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-divider { display: block; width: 100%; height: 2px; background: #e5e5e5; }

ul, ol, dl { padding-left: 25px; }
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: 200px; margin-bottom: 200px; border-bottom: 2px solid #e5e5e5; }
@media (max-width: 767px) { ul.list-list { margin-top: 70px; margin-bottom: 70px; } }
ul.list-list li { border-top: 2px solid #e5e5e5; }
ul.list-list li a { display: block; padding-top: 200px; padding-bottom: 200px; }
@media (max-width: 767px) { ul.list-list li a { padding-top: 70px; padding-bottom: 70px; } }
ul.list-list li h4 { color: #2b2c31; }
ul.list-list li p { font-weight: 300; }

.pagenumber-container { margin: 80px 0 0; }

ul.page-numbers { height: 30px; list-style: none; text-align: center; display: flex; justify-content: center; }
ul.page-numbers li { display: inline-block; }
ul.page-numbers li + li { margin-left: 5px; }
ul.page-numbers li a, ul.page-numbers li span { padding: 0; line-height: 30px; height: 30px; width: 30px; text-align: center; color: #2b2c31; border: 0px; -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; display: block; font-size: 18px; }
ul.page-numbers li a i, ul.page-numbers li span i { line-height: 30px; vertical-align: top; font-size: 22px; }
ul.page-numbers li a:hover, ul.page-numbers li a:focus, ul.page-numbers li span:hover, ul.page-numbers li span:focus { color: #6f3510; }
ul.page-numbers li span { color: #2b2c31; }
ul.page-numbers li span.current { font-weight: 700; color: #6f3510; }

.sub-nav { padding-bottom: 20px; }
.sub-nav ul { list-style: none; margin: 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: 2px solid #e5e5e5; } }
.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: #b2541a; }
.sub-nav > ul > li > ul > li > a { font-size: 13px; color: #2b2c31; padding: 4px 0; }
.sub-nav .current_page_item > a { font-weight: bold; color: #2b2c31; }
.sub-nav .open-sub-nav { border-bottom: 2px solid #e5e5e5; 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: 2px solid #e5e5e5; 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: #fff; 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 */
body table { border-collapse: collapse; border-spacing: 0; width: 100%; margin: 15px 0; }

table:last-child { margin-bottom: 0px !important; }

tr { display: none; }

tr + tr { display: block; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 5px solid #e5e5e5; }

@media (min-width: 768px) { tr, tr + tr { display: table-row; border-bottom: 0; } }

@media (min-width: 768px) { td, th { padding: 10px 20px; } }
tr:last-child { border: 0; margin: 0; padding: 0; }

th { display: none; }
@media (min-width: 768px) { th { display: table-cell; background: #b2541a; color: white; } }

td { display: block; }
@media (min-width: 768px) { td { display: table-cell; box-shadow: inset 0 -2px 0 #e5e5e5, inset 2px 0 0 #e5e5e5; color: #2b2c31; }
  td:last-child { box-shadow: inset 0 -2px 0 #e5e5e5, inset 2px 0 0 #e5e5e5, inset -2px 0 0 #e5e5e5; } }

td + td { margin-top: 15px; }
@media (max-width: 767px) { td + td { margin-top: 5px; } }

td > span { font-weight: normal; }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table { margin: 15px 0 0; }
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { margin: 25px 0 0; }
@media (max-width: 767px) { * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { margin: 15px 0 0; } }

h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.25; font-family: 'Bellefair', "Times New Roman", Times, serif; }

h1 { font-size: 35px !important; color: #203023; letter-spacing: 0.5px; }
@media (max-width: 767px) { h1 { font-size: 28px; } }

h2 { font-size: 30px !important; letter-spacing: 0.5px; }
@media (max-width: 767px) { h2 { font-size: 24px; } }

h3 { font-size: 25px !important; letter-spacing: 0.5px; }
@media (max-width: 767px) { h3 { font-size: 18px; } }

h4 { font-size: 20px !important; letter-spacing: 0.5px; }
@media (max-width: 767px) { h4 { font-size: 16px; } }

h5 { font-size: 17.5px !important; }
@media (max-width: 767px) { h5 { font-size: 15px; } }

h6 { font-size: 12.5px !important; }
@media (max-width: 767px) { h6 { font-size: 13px; } }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; background-color: #b2541a; 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; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; -moz-transition: background-color 0.2s ease; -o-transition: background-color 0.2s ease; -ms-transition: background-color 0.2s ease; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
@media (max-width: 767px) { .notification { padding: 15px; } }
.notification, .notification * { -moz-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -o-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -ms-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -webkit-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; }
.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); -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; }
.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: 35px; height: 35px; font-size: 12px; background: #b2541a; 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 { right: 17px; width: 20px; height: 20px; font-size: 7px; padding-top: 4px; left: auto; } }
.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 #b2541a; }
@media (max-width: 767px) { .error-tooltip:after { border-width: 3px 5px 3px 0; border-color: transparent #b2541a transparent transparent; right: auto; left: -5px; top: 8px; } }

.warning { display: none; color: red; font-weight: bold; text-transform: uppercase; line-height: 1; height: 8px; margin-top: 8px; }
.warning.show { font-size: 60%; }

body .fancybox-overlay { background: rgba(29, 29, 29, 0.8); }

@media (max-width: 375px) { .fancybox-lock .fancybox-wrap .fancybox-close { right: 100% !important; position: initial !important; top: -100% !important; margin-top: 0px !important; width: auto !important; height: auto !important; background-image: none !important; } }
@media (min-width: 376px) { .fancybox-lock .fancybox-wrap .fancybox-close { right: 14% !important; top: 4% !important; margin-top: 0px !important; width: auto !important; height: auto !important; background-image: none !important; } }
.fancybox-wrap .fancybox-close { z-index: 1200; position: absolute; top: -4px !important; right: -4px !important; width: 36px; height: 36px; cursor: pointer; text-indent: -9999px; background: none !important; }
.fancybox-wrap .fancybox-close:before { content: '\f00d'; position: absolute; top: 6px; left: 6px; font-family: fontAwesome; font-size: 21px; color: #fff; text-indent: 0; }
.fancybox-wrap .fancybox-close:before { font-family: 'Linearicons' !important; content: "" !important; }
.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%); width: auto; height: auto; visibility: visible; cursor: pointer; background: none; margin: 0; }
.fancybox-wrap .fancybox-nav span:before { position: relative; width: 35px; font-family: FontAwesome; font-size: 35px; color: #fff; }
.fancybox-wrap .fancybox-prev { z-index: 1010; left: 5px; }
.fancybox-wrap .fancybox-prev span:before { content: '\f104'; }
.fancybox-wrap .fancybox-next { z-index: 1010; right: 5px; }
.fancybox-wrap .fancybox-next span:before { content: '\f105'; }

.sitemap-list, .sitemap-list ul { list-style: none; padding: 0; clear: both; max-width: 600px; margin: 50px auto 0; }

.sitemap-list > li { border-bottom: 2px solid #e5e5e5; font-size: 24px; }
@media (max-width: 767px) { .sitemap-list > li { padding: 70px 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: #2b2c31; }
.sitemap-list > li ul li a:before { content: "- "; margin-right: 6px; }
.sitemap-list > li ul li ul { margin: 5px 0; padding-left: 25px; }

.not_found { text-align: center; font-size: 30px; text-transform: uppercase; width: 100%; color: #b2541a; font-weight: 700; }

.page-404 { margin-bottom: 200px; }
@media (max-width: 767px) { .page-404 { margin-bottom: 70px; } }

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: #f3f9f4; font-size: 90px; }
body.maintenance .text-container { color: #b2541a; background: #f3f9f4; padding: 70px; margin-top: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
@media (min-width: 768px) { body.maintenance .text-container { padding: 200px; margin-top: 200px; -webkit-border-radius: 200px; border-radius: 200px; } }

.main-content, aside { float: left; }
@media (max-width: 991px) { .main-content, aside { width: 100%; } }

.widget-container { position: relative; }

@media (max-width: 991px) { .main-content { margin-bottom: 200px; } }
@media (max-width: 991px) and (max-width: 767px) { .main-content { margin-bottom: 70px; } }

aside .widget-container { margin-top: 25px; }
@media (max-width: 767px) { aside .widget-container { margin-top: 25px; } }
aside .widget-container h4 { margin-bottom: 18px; }
@media (max-width: 767px) { aside .widget-container h4 { margin-bottom: 15px; } }

aside .widget-container:first-child { margin-top: 0 !important; }

h1.page-title + .standard-widget { margin-top: 100px; }

.contact-widget { position: relative; margin-left: auto; margin-right: auto; }
.contact-widget-inner { background: #fcfaf1; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); margin: 0 227px; }
@media screen and (max-width: 1400px) { .contact-widget-inner { margin: 0 115px; } }
@media screen and (max-width: 1023px) { .contact-widget-inner { margin: 0; } }
.contact-widget .whole-textarea { margin-bottom: 70px !important; }
.contact-widget .contact-cont { position: relative; padding: 107px 50px; }
.contact-widget .contact-cont:after { content: ''; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; bottom: 20px; right: 20px; border-style: solid; border-width: 50px; -moz-border-image: url(../img/splash-brown.png) 100 stretch; -webkit-border-image: url(../img/splash-brown.png) 100 stretch; -o-border-image: url(../img/splash-brown.png) 100 stretch; border-image: url(../img/splash-brown.png) 100 fill stretch; z-index: 1; pointer-events: none; }
@media (max-width: 767px) { .contact-widget .contact-cont { padding: 107px 40px; } }
.contact-widget button { background: none; font-size: 12.5px; border: 2px solid #222; color: #222; width: 250px; text-align: center; margin-top: 40px; text-transform: uppercase; letter-spacing: 2px; }
@media (max-width: 767px) { .contact-widget button { width: 100%; } }
.contact-widget button:hover { background: #b2541a; border-color: #b2541a; color: #fff; }
.contact-widget .title-label { font: 20px/1.25 "Bellefair", serif; color: #ae7349; text-transform: uppercase; margin: 69px 0 22px; }
.contact-widget form { max-width: 568px; margin: 0 auto; }
.contact-widget svg { width: 150px; stroke-width: 2.5px; stroke: #b2541a; display: block; margin: 0 auto; }
.contact-widget input[type="text"], .contact-widget input[type="email"], .contact-widget input[type="tel"] { background: none; border: solid #4e4d4b; border-width: 0 0 2px 0; font: 20px 'Open Sans', sans-serif; color: #222; text-transform: uppercase; height: 58px; padding: 0; font-weight: 200; letter-spacing: 3px; }
@media (max-width: 767px) { .contact-widget input[type="text"], .contact-widget input[type="email"], .contact-widget input[type="tel"] { font-size: 16px; } }
.contact-widget input[type="text"]::-webkit-input-placeholder, .contact-widget input[type="email"]::-webkit-input-placeholder, .contact-widget input[type="tel"]::-webkit-input-placeholder { color: #222; opacity: 1; }
.contact-widget input[type="text"]:-moz-placeholder, .contact-widget input[type="email"]:-moz-placeholder, .contact-widget input[type="tel"]:-moz-placeholder { color: #222; opacity: 1; }
.contact-widget input[type="text"]::-moz-placeholder, .contact-widget input[type="email"]::-moz-placeholder, .contact-widget input[type="tel"]::-moz-placeholder { color: #222; opacity: 1; }
.contact-widget input[type="text"]:-ms-input-placeholder, .contact-widget input[type="email"]:-ms-input-placeholder, .contact-widget input[type="tel"]:-ms-input-placeholder { color: #222; opacity: 1; }
.contact-widget .form-group { margin-bottom: 9px; }
.contact-widget .form-group .error-tooltip { top: 48%; }
@media (max-width: 767px) { .contact-widget .form-group .error-tooltip { top: 50%; right: -32px; } }
.contact-widget textarea { background: none; border: 2px solid #4e4d4b; font: 20px 'Open Sans', sans-serif; color: #222; height: 250px; letter-spacing: 3px; }
@media (max-width: 767px) { .contact-widget textarea { font-size: 16px; } }
.contact-widget textarea::-webkit-input-placeholder { text-transform: uppercase; }
.contact-widget textarea:-moz-placeholder { text-transform: uppercase; }
.contact-widget textarea::-moz-placeholder { text-transform: uppercase; }
.contact-widget textarea:-ms-input-placeholder { text-transform: uppercase; }
.contact-widget label { font: 20px 'Open Sans', sans-serif; color: #222; }
.contact-widget select { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #222; font: 20px 'Open Sans', sans-serif; width: 100%; background-color: #fcfaf1; position: relative; z-index: 2; border: 0; padding: 0; letter-spacing: 3px; }
.contact-widget select::-ms-expand { display: none; }
.contact-widget select option { text-transform: uppercase; }
@media (max-width: 767px) { .contact-widget select { font-size: 15px; } }
.contact-widget select:focus::-ms-value { background-color: #fcfaf1; color: #b2541a; }
.contact-widget .select-wrap { position: relative; overflow: hidden; cursor: pointer; padding: 0; border: 2px solid #000; margin-top: 38px; height: 58px; }
@media (max-width: 767px) { .contact-widget .select-wrap { height: 49px; } }
.contact-widget .select-wrap select { height: 54px; text-transform: uppercase; }
@media (max-width: 767px) { .contact-widget .select-wrap select { height: 49px; } }
.contact-widget .select-wrap select, .contact-widget .select-wrap option { padding: 0 10px; border: 0; }
.contact-widget .select-wrap:after { content: "\e942"; font-family: 'Linearicons' !important; display: block; position: absolute; font-size: 27px; text-align: center; top: 0; right: 0; z-index: 2; width: 57px; height: 100%; border-left: 2px solid #000; pointer-events: none; }
@media (max-width: 767px) { .contact-widget .select-wrap:after { width: 25px; background: #fcfaf1; font-size: 25px; line-height: 46px; } }
.contact-widget .filled select { color: #b2541a; font-weight: bold; }
.contact-widget .filled .select-wrap:after { color: #b2541a; }
.contact-widget .select-group .radio-check-title { margin-bottom: 10px; }
.contact-widget .contact-text { margin: 0 0 42px; }
.contact-widget .newsletter-disclaimer { margin: 42px 0 0; }
.contact-widget .contact-text { font: italic 20px/1.63 'Open Sans', sans-serif; color: #203023; text-align: center; }
@media (max-width: 767px) { .contact-widget .contact-text { font-size: 16px; margin-bottom: 70px; } }
.contact-widget .button { position: relative; }
.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 .single-checkbox .error-tooltip, .contact-widget .form-group[data-fieldtype="cm"] .error-tooltip { top: 40%; }
.contact-widget .single-checkbox label:after, .contact-widget .form-group[data-fieldtype="cm"] label:after { width: 27px; height: 27px; left: 2px; top: 3px; font-size: 15px; opacity: 0; font-family: 'Black Tie'; content: '\f012'; color: #000; display: flex; align-items: center; justify-content: center; font-weight: bold; }

label { font-weight: 200 !important; }

.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: #2b2c31; 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: 15px; 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: #2b2c31; font-size: 14px; }
.file-upload.filled .fake-input { color: #b2541a; 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: 15px; top: 14px; z-index: 4; display: none; }

.radio-check-list { margin: 0; padding: 0 0 5px; list-style: none; }
.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 { margin: 8px 0 17px 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: inline-block; padding-left: 40px; font: 20px/30px 'Open Sans', sans-serif; color: #222; cursor: pointer; padding-top: 3px; min-height: 30px; /* radio/checkbox container square/circle */ }
@media (max-width: 767px) { input[type="checkbox"] + label, input[type="radio"] + label { font-size: 16px; } }
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: 2px solid #2b2c31; left: 0; top: 2px; border-radius: 3px; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { border-color: #2b2c31; }

/* checkbox checked icon */
input[type=radio] + label:after { color: #2b2c31; font-family: 'Black Tie'; content: "\f012"; font-weight: 600; font-size: 15px; left: 7px; top: 3px; opacity: 0; }

/* radio checked icon */
input[type=checkbox] + label:after { width: 30px; height: 30px; left: 0; top: 2px; opacity: 0; font-family: 'Black Tie'; content: '\f01b'; color: #000; display: flex; align-items: center; justify-content: center; font-weight: bold; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=checkbox] + label:after, .checkbox-cont:hover input[type=radio] + label:after { opacity: 0.2; }

#wrap input[type=checkbox]:checked + label:after, #wrap input[type=radio]:checked + label:after { opacity: 1; }

.form-complete { position: relative; border: 0; padding: 0; margin: 0; width: 100%; background: #e5e5e5; }
.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: #b2541a; position: absolute; padding: 0 30px; text-align: center; font-size: 26px; font-weight: bold; left: 0; right: 0; top: 50%; margin: 0 !important; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); display: none; line-height: 1.2; }
.form-complete .contact-widget { pointer-events: none; }

aside .form-complete .success-message { font-size: 20px; }

.doc-down-inner { padding: 0 115px; }
@media (min-width: 992px) and (max-width: 1199px) { .doc-down-inner { padding: 0; } }
@media (max-width: 991px) { .doc-down-inner { padding: 0; } }
.doc-down .flex-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; width: calc(100% + 40px); }
@media (max-width: 520px) { .doc-down .flex-list { margin: 0; width: 100%; } }
.doc-down .flex-list a { 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; box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); background-color: #fff; width: calc(33% - 20px); max-width: 350px; padding: 0; position: relative; margin: 0 10px 20px; font: 17px/1.25 'Open Sans', sans-serif; }
@media (max-width: 991px) { .doc-down .flex-list a { width: calc(100% / 2 - 20px); } }
@media (max-width: 520px) { .doc-down .flex-list a { width: 100%; margin: 0 0 20px; } }
.doc-down .flex-list a:after { content: ''; position: absolute; width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px; border: 50px solid transparent; -o-border-image: url(../img/splash.png); border-image: url(../img/splash.png); border-image-slice: 195; border-image-repeat: repeat; z-index: 1; pointer-events: none; }
@media (max-width: 767px) { .doc-down .flex-list a:after { border-image-slice: 145; top: 10px; left: 10px; width: calc(100% - 20px); height: calc(100% - 20px); } }
.doc-down .flex-list a .img { min-height: 205px; width: 100%; }
@media (max-width: 767px) { .doc-down .flex-list a .img { padding-top: 45%; height: auto; min-height: 100px; } }
.wb-homepage .doc-down .flex-list a .img { height: 240px; }
.doc-down .flex-list a:hover { color: #b2541a; }
.doc-down .flex-list a:hover i { color: #b2541a; }
.doc-down .flex-list a i { font-size: 56px; display: block; text-align: center; color: #ae7349; }
.doc-down .flex-list a .text { color: #222; width: 100%; margin: 20px; max-width: 400px; min-height: 30px; text-align: center; text-transform: uppercase; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 767px) { .doc-down .flex-list a .text { max-width: 150px; } }
@media (max-width: 991px) { .doc-down .flex-list a .text { max-width: 300px; margin: 20px auto; padding: 0 20px; } }
@media (min-width: 992px) and (max-width: 1199px) { .doc-down .flex-list a .text { max-width: 150px; min-height: 50px; margin: 20px auto; } }
.doc-down .flex-list a strong { color: #ae7349; margin-top: 15px; margin-bottom: 32px; display: block; font: italic 20px/1 'Open Sans', sans-serif; text-transform: lowercase; }
.doc-down .flex-list a .name { color: #222; width: 100%; margin: 0 auto; margin-bottom: 10px; font: 18px/1 'Bellefair', sans-serif; text-transform: uppercase; }
@media (max-width: 767px) { .doc-down .flex-list a .name { font-size: 18px; margin-bottom: 10px; } }
.doc-down .flex-list a .doc-download-link { font-size: 12.5px; position: relative; padding-right: 28px; }
.doc-down .flex-list a .doc-download-link:after { font-family: 'Black Tie'; content: '\f0ab'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 21px; }

.faq-widget .accordion .accordion-group { border-bottom: 2px solid #e5e5e5; }
.faq-widget .accordion .accordion-group:last-child { border: 0; }
.faq-widget .accordion .accordion-group.active .accordion-btn:after { content: '\f021'; }
.faq-widget .accordion .accordion-group.active .accordion-content { height: auto; }
.faq-widget .accordion .accordion-group .accordion-btn { font-size: 20px; padding: 25px 65px 25px 25px; display: block; width: 100%; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn { font-size: 16px; padding: 15px 20px 15px 0; } }
.faq-widget .accordion .accordion-group .accordion-btn:after { font-size: 28px; right: 20px; font-family: 'Black Tie'; content: '\f01b'; 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%); }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn:after { right: 0; font-size: 15px; } }
.faq-widget .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; transition: all .3s ease; }
.faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 0 25px 20px 25px; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 0 0 20px; } }
.faq-widget .accordion .accordion-btn:hover { color: #6f3510; }
.faq-widget .accordion .accordion-group.active .accordion-btn { color: #2b2c31; }

.join-inner { padding: 0 115px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; color: #203023; }
@media (max-width: 1199px) { .join-inner { display: block; padding: 0; } }
.join-inner .home-intro { flex: 1; margin: 0 75px 0 0; }
@media (max-width: 1199px) { .join-inner .home-intro { margin: 0 0 50px 0; } }
@media (max-width: 991px) { .join-inner .home-intro { text-align: center; } }
.join-inner .home-intro .title { text-align: left; }
@media (max-width: 1199px) { .join-inner .home-intro .title { text-align: center; } }
.join-inner .home-intro ul li { position: relative; list-style: none; padding-left: 45px; }
.join-inner .home-intro ul li:before { content: ''; position: absolute; left: 0; top: 3px; background: url("../img/bullet.svg") 0 0 no-repeat; background-size: contain; width: 35px; height: 29px; }
.join-inner .home-intro .intro-sub-title { margin: 0; font-size: 20px; font-style: italic; text-align: left; }
@media (max-width: 1199px) { .join-inner .home-intro .intro-sub-title { text-align: center; } }
@media (max-width: 991px) { .join-inner .home-intro .intro-sub-title { text-align: center; } }
.join-inner .home-intro .splash-svg { padding: 40px 0; }
@media (max-width: 1199px) { .join-inner .home-intro .splash-svg { text-align: center; } }
.join-inner .home-intro .splash-svg svg { width: 150px; stroke-width: 2.5px; stroke: #b2541a; }
.join-inner .home-intro p { margin: 0; font-size: 15px; line-height: 2; }
.join-inner .home-call-to-cation { flex: 1; margin: 0 0 0 75px; background: #fcfaf1; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); padding: 150px 95px; position: relative; text-align: center; }
@media (max-width: 1199px) { .join-inner .home-call-to-cation { margin: 0 0 0 35px; } }
@media (max-width: 1199px) { .join-inner .home-call-to-cation { margin: 0; padding: 70px 45px; width: 100%; } }
@media (max-width: 767px) { .join-inner .home-call-to-cation { padding: 40px 30px; } }
.join-inner .home-call-to-cation-inner { position: relative; z-index: 2; }
.join-inner .home-call-to-cation:before { content: ''; display: inline-block; position: absolute; z-index: 1; top: 25px; left: 25px; right: 25px; bottom: 25px; border: 3px solid #f191a3; }
@media (max-width: 767px) { .join-inner .home-call-to-cation:before { top: 10px; left: 10px; right: 10px; bottom: 10px; } }
.join-inner .home-call-to-cation:after { content: ''; display: inline-block; position: absolute; z-index: 1; top: 40px; left: 40px; right: 40px; bottom: 40px; border: 2px dotted #f191a3; }
@media (max-width: 767px) { .join-inner .home-call-to-cation:after { top: 18px; left: 18px; right: 18px; bottom: 18px; } }
.join-inner .home-call-to-cation .subtitle { font-size: 20px; font-style: italic; margin: 0; }
@media (max-width: 767px) { .join-inner .home-call-to-cation .subtitle { font-size: 16px; } }
.join-inner .home-call-to-cation .description { padding: 75px 0; }
@media screen and (max-width: 1024px) { .join-inner .home-call-to-cation .description { padding: 25px 25px 30px; margin-top: 0; } }
.join-inner .home-call-to-cation .button-transparent { display: inline-block; }
@media screen and (max-width: 1024px) { .join-inner .home-call-to-cation .button-transparent { padding: 20px 60px; } }
@media (max-width: 480px) { .join-inner .home-call-to-cation .button-transparent { padding: 8px 16px; } }

.gallery-image-widget-inner { margin: 0 125px; }
@media (max-width: 1199px) { .gallery-image-widget-inner { margin: 0 40px; } }
@media (max-width: 767px) { .gallery-image-widget-inner { margin: 0; } }
.gallery-image-widget .gallery-list { position: relative; z-index: 2; margin: -15px -15px; padding-bottom: 100px; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list { margin: 0; } }
.gallery-image-widget .gallery-list-item { display: flex; justify-content: space-between; align-items: flex-start; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item { width: 100%; } }
.gallery-image-widget .gallery-list-item.left-item { width: 38.5%; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item.left-item { width: 100%; } }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item.left-item a .img { padding-top: 50%; } }
.gallery-image-widget .gallery-list-item.center-item { width: 18.5%; display: flex; flex-direction: column; margin: 0 20px; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item.center-item { width: 100%; margin: 0; } }
.gallery-image-widget .gallery-list-item.center-item a .img { padding-top: 100%; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item.center-item a .img { padding-top: 50%; } }
.gallery-image-widget .gallery-list-item.right-item { width: 38.5%; display: flex; flex-direction: column; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list-item.right-item { width: 100%; } }
.gallery-image-widget .gallery-list-item.right-item a .img { padding-top: calc(50% - 10px); }
.gallery-image-widget .gallery-list a { margin: 0; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list a { margin: 3px 0; } }
.gallery-image-widget .gallery-list a .img { height: 0; padding-top: 100%; position: relative; }
.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 .img:before { background: rgba(178, 84, 26, 0.5); content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; }
.gallery-image-widget .gallery-list a .img:after { content: '\f002'; font-family: FontAwesome; font-size: 28px; position: absolute; left: 50%; top: 50%; -moz-transform: scale(0.5, 0.5) translate(-50%, -50%); -o-transform: scale(0.5, 0.5) translate(-50%, -50%); -ms-transform: scale(0.5, 0.5) translate(-50%, -50%); -webkit-transform: scale(0.5, 0.5) translate(-50%, -50%); transform: scale(0.5, 0.5) translate(-50%, -50%); color: white; opacity: 0; moz-transform-origin: left top; -o-transform-origin: left top; -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
.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 .list { display: flex; justify-content: space-between; margin-bottom: 20px; }
@media (max-width: 767px) { .gallery-image-widget .list { flex-direction: column; margin-bottom: 0; } }
.gallery-image-widget .list a { display: block; width: 100%; }
.gallery-image-widget .list:nth-child(2) { flex-direction: row-reverse; }
@media (max-width: 767px) { .gallery-image-widget .list:nth-child(2) { flex-direction: column; } }

.gallery-image { position: relative; }
.gallery-image .bg { position: absolute; z-index: 1; background: #fcfaf1; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); height: 100%; width: calc(100% - 125px * 2); margin: 0 125px; }
@media (max-width: 991px) { .gallery-image .bg { width: calc(100% - 80px); margin: 0 40px; } }
@media (max-width: 767px) { .gallery-image .bg { width: calc(100% - 20px); margin: 0 10px; } }
.gallery-image .bg:before { content: ''; position: absolute; left: 20px; top: 20px; right: 20px; bottom: 20px; border: 2px dotted #b2541a; }
@media (max-width: 767px) { .gallery-image .bg:before { left: 15px; top: 15px; right: 15px; bottom: 15px; } }
.gallery-image-header { margin: 0 125px; position: relative; z-index: 2; padding: 100px; }
.gallery-image-header h4 { margin: 0; }
@media (max-width: 991px) { .gallery-image-header { margin: 0 40px; padding: 50px; } }
@media (max-width: 767px) { .gallery-image-header { margin: 0 30px; padding: 30px 20px; } }

.inner-slider { margin-bottom: 125px; }
.inner-slider .slide { height: 600px; }
@media (max-width: 767px) { .inner-slider .slide { height: 400px; } }
@media (max-width: 767px) { .inner-slider { margin-bottom: 70px; } }

.slide-caption-inner.inner-page { font: 35px/1.42 'Bellefair', sans-serif; text-transform: uppercase; padding: 0; height: 100%; justify-content: center; margin: 0; }
.slide-caption-inner.inner-page h2 { font-size: 35px; }

.image-widget a { display: inline-block; position: relative; background: #b2541a; 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 figure { width: 33%; height: 0; padding-top: 30%; float: right; margin: 0 0 0 50px; }
@media (max-width: 767px) { .image-text-widget figure { width: 100%; padding-top: 50%; margin-bottom: 25px; } }
.image-text-widget figure + * { margin-top: 0; }

.title-pages { margin-bottom: 40px; }
.title-pages svg { width: 150px; stroke-width: 2.5px; stroke: #b2541a; display: block; margin: 0 auto; }

.instagram-inner { margin: 0 200px; }
@media screen and (max-width: 1025px) { .instagram-inner { margin: 0 50px; } }
@media (max-width: 991px) { .instagram-inner { margin: 0; } }
.instagram-inner .title-blc { text-align: center; }
@media (max-width: 991px) { .instagram-inner .title-blc { margin-bottom: 45px; } }
.instagram-inner .title-blc a { display: block; margin-top: 10px; }
.instagram-inner .title-blc i { font-size: 40px; color: #f191a3; }
.instagram-inner .title-blc .title { color: #2b2c31; }
.instagram-inner .title-blc .subtitle { font-style: italic; font-size: 20px; line-height: 1.3; color: #2b2c31; }
@media (max-width: 767px) { .instagram-inner .title-blc .subtitle { font-size: 16px; } }

.instagram-home { position: relative; }
.instagram-home .list { display: flex; }
@media (max-width: 767px) { .instagram-home .list { flex-direction: column; } }
.instagram-home .list a { color: #2b2c31; }
.instagram-home .list-item img { max-width: 100%; height: auto; width: 100%; }
.instagram-home .list-item.left { max-width: 365px; margin: 0 15% 0 0; width: 100%; }
@media (max-width: 991px) { .instagram-home .list-item.left { margin: 0 30px 0 0; } }
@media (max-width: 767px) { .instagram-home .list-item.left { max-width: 100%; margin: 0 0 30px 0; } }
@media (max-width: 767px) { .instagram-home .list-item.left .standard-img { margin-top: 0; } }
.instagram-home .list-item.right { max-width: 550px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
@media (max-width: 767px) { .instagram-home .list-item.right { max-width: 100%; } }
.instagram-home .list-item.right .min-img { max-width: 241px; }
@media (max-width: 991px) { .instagram-home .list-item.right .min-img { margin: 0 0 30px 0; } }
@media (max-width: 767px) { .instagram-home .list-item.right .min-img { max-width: 100%; } }

.latest-news-widget ul, .latest-news-widget li { list-style: none; margin: 0; padding: 0; }
.latest-news-widget li { border-bottom: 2px solid #e5e5e5; }
.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: #2b2c31; font-size: 13px; }

.article-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.article-list-item { width: calc(100% / 3); position: relative; color: #fff; padding: 70px 90px; min-height: 450px; display: flex; }
@media screen and (max-width: 1025px) { .article-list-item { padding: 50px; } }
@media (max-width: 991px) { .article-list-item { width: calc(100% / 2); } }
@media (max-width: 767px) { .article-list-item { width: 100%; min-height: 300px; } }
.article-list-item:before { content: ''; position: absolute; width: calc(100% - 80px); height: calc(100% - 80px); top: 40px; left: 40px; bottom: 40px; right: 40px; border-style: solid; border-width: 50px; -moz-border-image: url(../img/splash-white.png) 100 stretch; -webkit-border-image: url(../img/splash-white.png) 100 stretch; -o-border-image: url(../img/splash-white.png) 100 stretch; border-image: url(../img/splash-white.png) 100 fill stretch; z-index: 2; pointer-events: none; }
@media screen and (max-width: 1025px) { .article-list-item:before { width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; bottom: 20px; right: 20px; } }
.article-list-item .img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
.article-list-item .img:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; background: rgba(32, 48, 35, 0.7); }
.article-list-item .text { position: relative; z-index: 3; width: 100%; margin: auto; text-align: left; }
.article-list-item .text .title { text-align: left; }
.article-list-item .text .post-type, .article-list-item .text time { font-size: 20px; font-style: italic; }
@media (max-width: 767px) { .article-list-item .text .post-type, .article-list-item .text time { font-size: 16px; } }
.article-list-item .text .text-button { color: #fff; }

.map-widget-inner { width: 100%; flex-direction: row; display: flex; }
@media (max-width: 767px) { .map-widget-inner { flex-direction: column; } }
.map-widget__wrap { width: 100%; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); }
.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__map iframe { height: 100%; width: 100%; }
.map-widget__infobox { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); margin: 2px 30px 10px 25px; width: 300px; padding: 30px 50px 30px 30px; background-color: #fff; }
@media (max-width: 767px) { .map-widget__infobox { width: 180px; padding: 20px; margin-left: 0; margin-top: 25px; } }
.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__infobox:before { margin-left: 0; left: -3px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0px; position: absolute; pointer-events: none; border-color: rgba(59, 154, 158, 0); border-right-color: #fff; border-width: 14px; -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) { .map-widget__infobox:before { top: auto; left: 50%; border-width: 10px; bottom: -10px; border-top-color: #fff; border-right-color: rgba(59, 154, 158, 0); -moz-transform: translate(calc(-100% - 5px), 0); -o-transform: translate(calc(-100% - 5px), 0); -ms-transform: translate(calc(-100% - 5px), 0); -webkit-transform: translate(calc(-100% - 5px), 0); transform: translate(calc(-100% - 5px), 0); } }
.map-widget .gm-style img { width: 14px; height: 14px; top: 10px; right: 40px; }
@media (max-width: 767px) { .map-widget .gm-style img { width: 11px; height: 11px; top: 30px; right: 35px; } }
.map-widget .infoBox { overflow: visible !important; }

.home-map-widget { position: relative; }
.home-map-widget:after { content: ''; height: calc(100%); background: #bdcdc0; position: absolute; z-index: 1; bottom: -200px; left: 0; right: 0; }
@media (max-width: 767px) { .home-map-widget:after { bottom: -100px; } }
.home-map-widget-inner { padding: 0 115px; position: relative; z-index: 2; }
@media (max-width: 991px) { .home-map-widget-inner { padding: 0; } }
.home-map-widget .map-info { background: #fcfaf1; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); position: relative; width: 49.6%; margin: -122px auto 0; padding: 108px 95px; }
@media (max-width: 1199px) { .home-map-widget .map-info { padding: 108px 50px; } }
@media (max-width: 991px) { .home-map-widget .map-info { margin: -60px auto 0; width: 75%; } }
@media (max-width: 767px) { .home-map-widget .map-info { margin: 0 auto; width: 100%; padding: 40px 30px; } }
.home-map-widget .map-info:before { content: ''; display: inline-block; position: absolute; z-index: 1; top: 25px; left: 25px; right: 25px; bottom: 25px; border: 3px solid #f191a3; }
@media (max-width: 767px) { .home-map-widget .map-info:before { top: 10px; left: 10px; right: 10px; bottom: 10px; } }
.home-map-widget .map-info:after { content: ''; display: inline-block; position: absolute; z-index: 1; top: 40px; left: 40px; right: 40px; bottom: 40px; border: 2px dotted #f191a3; }
@media (max-width: 767px) { .home-map-widget .map-info:after { top: 18px; left: 18px; right: 18px; bottom: 18px; } }
.home-map-widget .map-info p { font-size: 15px; text-align: center; margin-top: 30px; position: relative; z-index: 2; }
.home-map-widget .map-info a { position: relative; z-index: 2; }
.home-map-widget .map-widget__map { height: 750px; }
@media (max-width: 991px) { .home-map-widget .map-widget__map { height: 550px; } }
@media (max-width: 767px) { .home-map-widget .map-widget__map { height: 400px; } }

.standart-page .map-widget { display: flex; }
@media (max-width: 767px) { .standart-page .map-widget { display: block; } }
.standart-page .map-widget__wrap { width: 50%; position: relative; z-index: 1; }
@media (max-width: 767px) { .standart-page .map-widget__wrap { width: 100%; } }
.standart-page .map-info { width: 50%; background: #203023; padding: 40px; position: relative; color: #fff; text-align: center; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); }
@media (max-width: 767px) { .standart-page .map-info { width: 100%; } }
.standart-page .map-info h4 { color: #fff; margin-bottom: 40px; }
.standart-page .map-info svg { height: 65px; stroke: #fff; margin-bottom: 50px; }
@media (max-width: 767px) { .standart-page .map-info svg { display: none; } }
.standart-page .map-info:after { content: ''; position: absolute; left: 20px; right: 20px; top: 20px; bottom: 20px; border: 2px dotted #fff; pointer-events: none; }
.standart-page .map-info address, .standart-page .map-info a { position: relative; margin-bottom: 24px; color: #fcfaf1; display: flex; justify-content: center; align-items: center; }
.standart-page .map-info address i, .standart-page .map-info a i { font-size: 40px; margin: 0 10px 0 0; }
@media (max-width: 767px) { .standart-page .map-info address i, .standart-page .map-info a i { display: none; } }
.standart-page .map-info a:last-of-type { margin-bottom: 0; }

.menu-widget { border: 2px solid #e5e5e5; padding: 200px; }
@media (max-width: 767px) { .menu-widget { padding: 70px; } }
.menu-widget ul, .menu-widget li { list-style: none; margin: 0; padding: 0; }
.menu-widget li { border-top: 2px solid #e5e5e5; padding: 200px 0; overflow: hidden; }
@media (max-width: 767px) { .menu-widget li { padding: 70px 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; }

.newsletter-widget form { position: relative; margin-top: 20px; }
.newsletter-widget form input { width: 100%; padding-right: 40px; }
.newsletter-widget form button { position: absolute; right: 0; top: 0; bottom: 0; width: 40px; }
.newsletter-widget form button:hover { color: #6f3510; }
.newsletter-widget form button i { font-size: 19px; 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%); }

.newsletter-signup { position: relative; margin-bottom: 0; }
.newsletter-signup .img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.newsletter-signup:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; background: rgba(32, 48, 35, 0.85); }
.newsletter-signup .container-fluid { z-index: 2; position: relative; }
.newsletter-signup .border-blc { position: relative; border-style: solid; border-width: 50px; -moz-border-image: url(../img/splash_big.png) 100 stretch; -webkit-border-image: url(../img/splash_big.png) 100 stretch; -o-border-image: url(../img/splash_big.png) 100 stretch; border-image: url(../img/splash_big.png) 100 fill stretch; margin: 130px 0; padding: 10px 0 25px; }
@media screen and (min-width: 991px) { .newsletter-signup .border-blc { border-width: 100px; } }
@media (max-width: 991px) { .newsletter-signup .border-blc { margin: 30px 0; } }
.newsletter-signup .border-blc.show-success .newsletter-signup-header { visibility: hidden; }
.newsletter-signup .border-blc .success-message-box { position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; font-size: 30px; font-weight: 600; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-color: #fcfaf1; background: rgba(255, 250, 241, 0.5); }
.newsletter-signup .border-blc .success-message-box p { color: #203023; }
.newsletter-signup .border-blc .success-message-box:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; /* Adjust opacity here */ z-index: -1; /* Keep it behind text */ }
.newsletter-signup-header { text-align: center; }
.newsletter-signup-header_icon { font-size: 40px; }
@media (max-width: 767px) { .newsletter-signup-header_icon { font-size: 30px; } }
.newsletter-signup-header_title { font-size: 35px; text-transform: uppercase; font-family: "Bellefair", serif; }
@media (max-width: 767px) { .newsletter-signup-header_title { font-size: 20px; } }
.newsletter-signup-header_description { font-size: 20px; font-style: italic; margin-top: 3px; color: #fff !important; }
@media (max-width: 767px) { .newsletter-signup-header_description { font-size: 16px; } }
.newsletter-signup .form { margin-top: 73px; }
@media (max-width: 767px) { .newsletter-signup .form { margin-top: 23px; } }
.newsletter-signup .form .list { display: flex; margin: 0 -20px 72px; padding: 0 150px; }
@media screen and (max-width: 1450px) { .newsletter-signup .form .list { padding: 0; } }
@media (max-width: 991px) { .newsletter-signup .form .list { flex-wrap: wrap; } }
@media (max-width: 767px) { .newsletter-signup .form .list { margin: 0; display: block; } }
.newsletter-signup .form .list .form-group { flex: 1; margin: 0 20px; }
@media (max-width: 991px) { .newsletter-signup .form .list .form-group { width: 50%; flex: 0 0 calc(50% - 40px); } }
@media (max-width: 767px) { .newsletter-signup .form .list .form-group { width: 100%; flex: 100%; margin: 0 0 10px 0; } }
.newsletter-signup .form .list .form-group input { background: transparent; border: none; border-bottom: 2px solid #e5e5e5; text-align: center; font-size: 16px; color: white; }
.newsletter-signup .form .list .form-group input::-webkit-input-placeholder { font-size: 18px; color: white; text-transform: uppercase; letter-spacing: 2.5px; }
@media screen and (max-width: 1450px) { .newsletter-signup .form .list .form-group input::-webkit-input-placeholder { font-size: 16px; } }
@media screen and (max-width: 1200px) { .newsletter-signup .form .list .form-group input::-webkit-input-placeholder { font-size: 15px; letter-spacing: 1px; } }
.newsletter-signup .form .list .form-group input:-moz-placeholder { font-size: 18px; color: white; text-transform: uppercase; letter-spacing: 2.5px; }
@media screen and (max-width: 1450px) { .newsletter-signup .form .list .form-group input:-moz-placeholder { font-size: 16px; } }
@media screen and (max-width: 1200px) { .newsletter-signup .form .list .form-group input:-moz-placeholder { font-size: 15px; letter-spacing: 1px; } }
.newsletter-signup .form .list .form-group input::-moz-placeholder { font-size: 18px; color: white; text-transform: uppercase; letter-spacing: 2.5px; }
@media screen and (max-width: 1450px) { .newsletter-signup .form .list .form-group input::-moz-placeholder { font-size: 16px; } }
@media screen and (max-width: 1200px) { .newsletter-signup .form .list .form-group input::-moz-placeholder { font-size: 15px; letter-spacing: 1px; } }
.newsletter-signup .form .list .form-group input:-ms-input-placeholder { font-size: 18px; color: white; text-transform: uppercase; letter-spacing: 2.5px; }
@media screen and (max-width: 1450px) { .newsletter-signup .form .list .form-group input:-ms-input-placeholder { font-size: 16px; } }
@media screen and (max-width: 1200px) { .newsletter-signup .form .list .form-group input:-ms-input-placeholder { font-size: 15px; letter-spacing: 1px; } }
@media (max-width: 767px) { .newsletter-signup .form .list .form-group input { font-size: 16px; } }
.newsletter-signup .form.form-complete-new { visibility: hidden; }
.newsletter-signup .validation { text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 3px; }
.newsletter-signup .i-agree { text-align: center; color: #fff; width: 30%; margin: 11px auto 0; }
@media (max-width: 1199px) { .newsletter-signup .i-agree { width: 40%; } }
@media (max-width: 991px) { .newsletter-signup .i-agree { width: 60%; } }
@media (max-width: 767px) { .newsletter-signup .i-agree { width: 100%; } }
.newsletter-signup .i-agree input:checked + label { color: #fff; }
.newsletter-signup .i-agree input:checked + label:before { border-color: #fff; }
@media screen and (max-width: 480px) { .newsletter-signup .i-agree input:checked + label:before { top: 50%; transform: translateY(-50%); } }
.newsletter-signup .i-agree input:checked + label:after { font-family: 'Black Tie'; content: "\f012"; color: #fff; font-size: 11px; left: 1px; top: 2px; width: 23px; height: 23px; }
@media screen and (max-width: 480px) { .newsletter-signup .i-agree input:checked + label:after { top: 50%; transform: translateY(-50%); } }
.newsletter-signup .i-agree label { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #fff; padding-top: 0px; }
.newsletter-signup .i-agree label a { text-decoration: underline; }
.newsletter-signup .i-agree label:before { width: 23px; height: 23px; border-color: #fff; }
@media screen and (max-width: 480px) { .newsletter-signup .i-agree label:before { top: 50%; transform: translateY(-50%); } }
@media screen and (max-width: 480px) { .newsletter-signup .i-agree label:after { top: 50%; transform: translateY(-50%); } }
.newsletter-signup .btn-blc { text-align: center; margin-top: 68px; }
.newsletter-signup .btn-blc *[type="submit"] { display: inline-block; border: 2px solid #fff; padding: 10px 93px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; -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; }
.newsletter-signup .btn-blc *[type="submit"]:hover { background: #fff; color: #2b2c31; -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) { .newsletter-signup .btn-blc *[type="submit"] { width: 100%; padding: 10px 15px; text-align: center; } }
@media (max-width: 767px) { .newsletter-signup .error-tooltip { right: -31px; } }

.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% + 40px); }
@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% - 40px); margin: 40px 40px 0 0; background: #fcfaf1; box-shadow: 0 0 45px rgba(0, 0, 0, 0.2); }
@media (max-width: 650px) { .page-relationship-widget .flex-list a { width: 100%; margin-right: 0; } }
.page-relationship-widget .flex-list a:after { content: ''; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; bottom: 20px; right: 20px; border: 50px solid transparent; -o-border-image: url(../img/splash.png); border-image: url(../img/splash.png); border-image-slice: 100; border-image-repeat: repeat; z-index: 1; pointer-events: none; }
.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: 45px 90px 50px; text-align: center; width: 100%; min-height: calc(100% - 300px); font: italic 20px/1.6 'Open Sans', sans-serif; color: #2b2c31; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; }
.page-relationship-widget .flex-list a .text .text-button { margin-top: 40px; }
@media (max-width: 767px) { .page-relationship-widget .flex-list a .text { padding: 45px 40px 50px; height: calc(100% - 200px); } }
.page-relationship-widget h3 { color: #222; margin: 0 0 10px; }

.standard-widget { font: 15px/2 'Open Sans', sans-serif; text-align: center; }
.standard-widget p { margin: 10px 0 35px; }
.standard-widget ins, .standard-widget *::selection { color: #fcfaf1; background: #203023; }
.standard-widget blockquote { background: #fcfaf1; box-shadow: 0 0 95px rgba(0, 0, 0, 0.2); position: relative; padding: 40px; margin: 0 0 85px; font: 20px/1.63 "Bellefair", serif; text-transform: uppercase; }
@media (max-width: 767px) { .standard-widget blockquote { margin-bottom: 40px; } }
.standard-widget blockquote:after { content: ''; position: absolute; left: 15px; top: 15px; right: 15px; bottom: 15px; border: 2px dotted #b2541a; }
.standard-widget h1 { font-size: 35px; text-transform: uppercase; }
.standard-widget h3 { font-size: 25px; margin: 0 0 35px; color: #203023; text-align: center; text-transform: uppercase; }
.standard-widget h4 { text-transform: uppercase; }
.standard-widget h5 { font-family: 'Open Sans', sans-serif; font-size: 17.5px; text-transform: uppercase; letter-spacing: .2em; }
.standard-widget h6 { font-family: 'Open Sans', sans-serif; font-size: 12.5px; text-transform: uppercase; letter-spacing: .2em; }
.standard-widget * + h3, .standard-widget * + h4 { margin: 25px 0 0; }
.standard-widget ul, .standard-widget ol { display: inline-block; vertical-align: top; text-align: left; margin: 0 0 50px; padding: 0; list-style: none; }
@media (max-width: 767px) { .standard-widget ul, .standard-widget ol { margin-bottom: 25px; } }
.standard-widget ul li, .standard-widget ol li { padding-left: 45px; position: relative; }
.standard-widget ul li:not(:last-child), .standard-widget ol li:not(:last-child) { margin-bottom: 13px; }
.standard-widget ul:after, .standard-widget ol:after { content: ''; display: block; width: 100%; }
.standard-widget ul li:before { content: ''; position: absolute; left: 0; top: 3px; background: url("../img/bullet.svg") 0 0 no-repeat; background-size: contain; width: 35px; height: 29px; }
.standard-widget ol { counter-reset: counter-list; }
.standard-widget ol li { counter-increment: counter-list; }
.standard-widget ol li:before { content: counter(counter-list) ". "; position: absolute; left: 10px; top: 0; font-weight: 900; color: #ae7349; }

.standard-widget .social-media { list-style: none; margin: 0; padding: 0; }
.standard-widget .social-media li { float: left; }
.standard-widget .social-media li a { font-size: 28px; padding: 8px 5px; margin-right: 10px; }

table { border-collapse: collapse; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); }
table th { background: #fcfaf1; border: 2px dotted #bc6b38; box-shadow: none; font: 20px/1 'Bellefair', sans-serif; color: #203023; text-transform: uppercase; padding: 50px 57px; text-align: left; }
table th:first-child { border-left: 0; }
table th:last-child { border-right: 0; }
table td { background: #fff; border: 2px dotted #bc6b38; box-shadow: none; font: 15px/2 'Open Sans', sans-serif; color: #000; padding: 50px 57px; }
@media (max-width: 767px) { table td { padding: 25px; }
  table td span { font-weight: 700; } }
table td:first-child { border-left: 0; }
@media (max-width: 767px) { table td:first-child { border-left: 2px dotted #bc6b38 !important; } }
table td:last-child { border-right: 0; box-shadow: none; }
@media (max-width: 767px) { table td:last-child { border-right: 2px dotted #bc6b38 !important; } }
table tr:first-child th, table tr:first-child td { border-top: 0; }
@media (max-width: 767px) { table tr:first-child th, table tr:first-child td { border-top: 2px dotted #bc6b38; } }
table tr:last-child th, table tr:last-child td { border-bottom: 0; }
@media (max-width: 767px) { table tr:last-child th, table tr:last-child td { border-bottom: 2px dotted #bc6b38; } }
table tr th { border-top: 20px solid #fcfaf1 !important; }
table tr th:first-child { border-left: 20px solid #fcfaf1; }
table tr th:last-child { border-right: 20px solid #fcfaf1; }
table tr td:first-child { border-left: 20px solid #fff; }
table tr td:last-child { border-right: 20px solid #fff; }
table tr:last-child { border-bottom: 20px solid #fff; }
table.no-header tr:first-child td { border-top: 20px solid #fff !important; }

.video-widget .video-container { position: relative; }
.video-widget .video-container .play-video { cursor: pointer; display: block; background: #b2541a; }
.video-widget .video-container .play-video i, .video-widget .video-container .play-video .img { -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; }
.video-widget .video-container .play-video .img { height: 0; padding-top: 56.25%; }
.video-widget .video-container .play-video:hover .img { opacity: 0.5; }
.video-widget .video-container iframe { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; }

.home-video-widget { margin: 0; }
.home-video-widget.video-widget .video-container .play-video .img { padding-top: 45%; }
@media (max-width: 767px) { .home-video-widget.video-widget .video-container .play-video .img { padding-top: 0; } }
.home-video-widget.video-widget .video-container .play-video .img:before { content: ''; position: absolute; background: rgba(0, 0, 0, 0.6); width: 100%; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; }
@media (max-width: 767px) { .home-video-widget .img { padding: 0; position: absolute; width: 100%; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } }
.home-video-widget .text { width: 100%; position: relative; z-index: 2; color: white; padding: 15% 25px; text-align: center; }
@media screen and (min-width: 767px) { .home-video-widget .text { max-width: 500px; 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%); padding: 0 25px; } }
.home-video-widget .text .top { font-size: 40px; display: block; }
.home-video-widget .text h3 { font-size: 20px; font-style: italic; margin-top: 35px; text-transform: inherit; }
@media (max-width: 767px) { .home-video-widget .text h3 { margin-top: 15px; font-size: 16px; } }
.home-video-widget .book-table { margin-top: 45px; }
@media (max-width: 767px) { .home-video-widget .book-table { margin-top: 15px; } }
.home-video-widget h3 { font-family: "Open Sans"; }

#video-popup iframe { width: 1200px; height: 700px; }
@media (max-width: 991px) { #video-popup iframe { width: 100%; height: auto; } }

.inner-video-widget { margin-bottom: 200px; }
@media (max-width: 991px) { .inner-video-widget { margin-bottom: 70px; } }
.inner-video-widget .top { display: block; }

.billboard { position: relative; padding: 50px 0; }
.billboard .container-fluid { max-width: none; }
.billboard .billboard-inner { position: relative; z-index: 1; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; border: solid; border-width: 80px; -webkit-border-image: url(../img/splash_big.png) 100 stretch; -o-border-image: url(../img/splash_big.png) 100 stretch; border-image: url(../img/splash_big.png) 100 fill stretch; border-image-slice: 100; border-image-repeat: repeat; }
@media (max-width: 1199px) { .billboard .billboard-inner { border-width: 50px; } }
.billboard .billboard-inner .scroll-to-btn { display: block; cursor: pointer; position: absolute; bottom: 0; left: 50%; z-index: 1; width: 50px; height: 50px; margin: 0 0 -105px -25px; border-radius: 50%; color: #f291a4; line-height: 50px; font-size: 20px; text-align: center; background: white; }
.billboard .billboard-inner .scroll-to-btn:hover { background: #f291a4; color: white; }
@media (max-width: 1199px) { .billboard .billboard-inner .scroll-to-btn { margin-bottom: -75px; } }
.billboard .billboard-inner .slide-btn { display: block; position: absolute; z-index: 1; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 5px; cursor: pointer; font-size: 30px; line-height: 1; color: white; -webkit-transition: .3s; transition: .3s; }
@media (max-width: 991px) { .billboard .billboard-inner .slide-btn { font-size: 26px; } }
.billboard .billboard-inner .slide-btn-prev { left: -50px; }
@media (max-width: 1199px) { .billboard .billboard-inner .slide-btn-prev { left: -25px; } }
@media (max-width: 767px) { .billboard .billboard-inner .slide-btn-prev { left: -40px; } }
.billboard .billboard-inner .slide-btn-prev:hover { left: -60px; }
@media (max-width: 1199px) { .billboard .billboard-inner .slide-btn-prev:hover { left: -35px; } }
@media (max-width: 767px) { .billboard .billboard-inner .slide-btn-prev:hover { left: -40px; } }
.billboard .billboard-inner .slide-btn-next { right: -50px; }
@media (max-width: 1199px) { .billboard .billboard-inner .slide-btn-next { right: -25px; } }
@media (max-width: 767px) { .billboard .billboard-inner .slide-btn-next { right: -40px; } }
.billboard .billboard-inner .slide-btn-next:hover { right: -60px; }
@media (max-width: 1199px) { .billboard .billboard-inner .slide-btn-next:hover { right: -35px; } }
@media (max-width: 767px) { .billboard .billboard-inner .slide-btn-next:hover { right: -40px; } }
.billboard .description { max-width: 940px; font-size: 38px !important; line-height: 1.5; color: #fcfaf1; font-family: "Bellefair", serif; padding: 0 40px; }
@media (max-width: 991px) { .billboard .description { text-align: center; } }
@media (max-width: 767px) { .billboard .description { font-size: 25px !important; padding: 0; } }
.billboard .banner-logo .img { width: 250px; height: 220px; position: static; margin: 0 auto; }
@media (max-width: 991px) { .billboard .banner-logo .img { width: 150px; height: 130px; position: static; background-size: 100%; } }
.billboard .home-slider { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; }
.billboard .home-slider .slick-arrow { display: none !important; }
.billboard .home-slider .slick-track, .billboard .home-slider .slick-list { height: 100%; }
.billboard .home-slider .slick-slide { min-height: 1px; height: 100% !important; }
.billboard .home-slider .slick-prev:after, .billboard .home-slider .slick-next:after { font-family: 'Black Tie'; }
.billboard .home-slider .slick-prev:after { content: "\f0aa"; }
.billboard .home-slider .slick-next:after { content: "\f0ab"; }
.billboard .book-table { margin-top: 50px; }
@media (max-width: 1199px) { .billboard .book-table { margin-top: 40px; } }
@media (max-width: 767px) { .billboard .book-table { margin-top: 30px; } }
@media (max-width: 480px) { .billboard .book-table { margin-top: 20px; } }

.whats-on { background: url("../img/whats-on.jpg") 0px 0px no-repeat; background-size: cover; padding: 200px 0; }
@media (max-width: 1199px) { .whats-on { padding: 70px 0; } }
.whats-on .title-blc { text-align: center; margin-bottom: 60px; }
.whats-on .title-blc i { font-size: 40px; }
.whats-on .flex-list { margin: 0 115px; }
@media screen and (max-width: 1250px) { .whats-on .flex-list { margin: 0 30px; } }
@media screen and (max-width: 1025px) { .whats-on .flex-list { margin: 0; } }
.whats-on .article-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; justify-content: space-between; }
@media (max-width: 991px) { .whats-on .article-list { flex-direction: column; } }
.whats-on .article-list > a { width: calc(50% - 35px); background: #fbf7ef; color: #2b2c31; position: relative; box-shadow: 0 0 31px 11px rgba(0, 0, 0, 0.1); }
@media (max-width: 991px) { .whats-on .article-list > a { width: 100%; } }
.whats-on .article-list > a:last-child { margin: 0 0 0 20px; }
@media (max-width: 991px) { .whats-on .article-list > a:last-child { margin: 25px 0 0 0; } }
.whats-on .article-list > a:before { content: ''; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; bottom: 20px; right: 20px; border-style: solid; border-width: 25px; -moz-border-image: url(../img/splash.png) 100 stretch; -webkit-border-image: url(../img/splash.png) 100 stretch; -o-border-image: url(../img/splash.png) 100 stretch; border-image: url(../img/splash.png) 100 fill stretch; z-index: 1; pointer-events: none; }
@media screen and (min-width: 767px) { .whats-on .article-list > a:before { border-width: 50px; } }
.whats-on .article-list > a .img { padding-top: 43%; }
.whats-on .article-list > a .text { padding: 63px 20%; text-align: center; }
.whats-on .article-list > a .text p { font-size: 20px; font-style: italic; margin-bottom: 40px; }
@media (max-width: 767px) { .whats-on .article-list > a .text p { font-size: 16px; } }

.standart-page .article-list { flex-wrap: nowrap; }
@media (max-width: 991px) { .standart-page .article-list { flex-wrap: wrap; } }
