/* ------------------------------------------------------------------------------------------------------ */
/*     FONTS / BUTTONS / RESETS
/* ------------------------------------------------------------------------------------------------------ */

header,nav,article,footer,section,aside,figure,figcaption,time{display:block}


@font-face {
    font-family: "Whitney";
    src: url("../fonts/WhitneyHTF-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Whitney";
    src: url("../fonts/WhitneyHTF-Book.otf");
	font-weight: 400;
}
@font-face {
    font-family: "Whitney";
    src: url("../fonts/WhitneyHTF-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Whitney";
    src: url("../fonts/WhitneyHTF-SemiBold.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Whitney";
    src: url("../fonts/WhitneyHTF-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "WhitneyCondensed";
    src: url("../fonts/WhitneyHTF-MediumCondensed.otf");
    font-weight: 500;
}

@font-face {
    font-family: "WhitneyCondensed";
    src: url("../fonts/WhitneyHTF-BookCondensed.otf");
    font-weight: 400;
}
/*
@font-face {
    font-family: 'weather';
    src: url('../fonts/artill_clean_icons-webfont.eot');
    src: url('../fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('../fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('../fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;
	font-weight:normal;
	overflow-x:hidden;
	font-size:15px;
	font-kerning:normal;
	color:#555;
}

hr {
    border-color: #993600;
    border-width: 1px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #a54a00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #611017;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;	
	margin-top:0;
	color:#993600;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
	position:relative
}

h1, h2 {letter-spacing:-0.8px;margin-bottom:20px;}

h3 {letter-spacing:-0.8px;margin-bottom:10px;}

h4, h5 {margin-bottom:10px}


h1 {font-size:46px;font-weight:400} /* 46px */
h1.section-heading, h2.section-heading {font-size:46px;font-weight:500}
h2 {font-size:36px;font-weight:500} /* 36px */
h3 {font-size:27px;font-weight:500}/* 28px */
h4, h1.page-title {font-size:17px;font-weight:500}/* 17px */
h5 {font-size:15px;font-weight:500}/* 17px */

.lgt {font-weight:300}
.reg {font-weight:400}
.med {font-weight:500}
.sb {font-weight:600}

.lgt b {font-weight:500}
.reg b {font-weight:600}
.sb b {font-weight:700}
.med b {font-weight:700}


.subhead {font-weight:300}

h1 + h3,
.section-heading + .subhead {margin-top:-10px;margin-bottom:20px}

span.lg {font-size:20px;letter-spacing:-0.5px}
span.xl {font-size:26px;letter-spacing:-0.8px}

.light {color:#fff!important}
.dark {color:#111!important}

p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
}

ul li, ol li {
    line-height: 24px;
    font-size: 18px;
}
#footer p, #footer ul li {
    font-size: 16px;
    line-height: 24px;
}

.container {max-width:100%}

.no-padding {
    padding: 0;
}

.no-pad {padding:0}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

p a,
ul li a,
ol li a {
	/*text-decoration: underline!important;*/
	opacity:1;
	transition: 0.3s all;
}

p a:hover,
p a:focus,
p a:active,
ul li a:hover,
ul li a:focus,
ul li a:active,
ol li a:hover,
ol li a:focus,
ol li a:active {
	text-decoration: none!important;
	opacity: 0.9;
	transition: 0.3s all;
}

input[type="submit"],
.frm_submit,
.btn,
.button,
.button2,
.button3,
.button4 {
    border: 0;
    text-transform: uppercase;
    font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
	border-radius:0;
	position:relative;
	display:inline-block;
	;
	border-width:2px;
	border-style:solid;
	text-align:center;
	padding:6px 20px;
	text-decoration:none;
	-webkit-font-smoothing:subpixel-antialiased
}
.button:hover,
.button2:hover,
.button3:hover,
.button4:hover,
.btn:hover {text-decoration:none}

.button,
.button2 {display:block}

a.button2:hover,
a.button2:focus,
a.button2:active {
    background: #fcb03b;
    color: #402020;
}

section.general .btn {margin-bottom:30px}
.grid-item .btn {margin-bottom:0}

a.button {
	/*color: #523c2d!important;*/
	color: #fff!important;
}
a.button:hover,
a.button:focus,
a.button:active {
	color: #FFF!important;
    background-color: #523c2d!important;
}
a.btn.btn-primary {
    color: #523c2d!important;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
    color: #523c2d!important;
	/*background-color: #fcb03b!important; */
	background-color: #0076a9 !important; }

.frm_style_formidable-style-2-2.with_frm_style input {font-weight: 600!important; color: #757575!important;}
.frm_style_formidable-style-2-2.with_frm_style .frm-show-form div.frm_description p {
    font-size: 18px;
    line-height: 24px;
    color: #523c2d!important;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}
.frm_style_formidable-style-2-2.with_frm_style .frm_radio label,
.frm_style_formidable-style-2-2.with_frm_style .frm_checkbox label {
    color: #523c2d!important;
    font-size: 16px!important;
	font-weight: 500!important;
}
section.general .contents .frm_submit {background: #fcb03b!important;}
section.general .contents .frm_submit:after {border-color: #fcb03b transparent transparent transparent!important;}
#frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit {
    /*background-color: #fcb03b!important;*/
   /*  color: #523C2D!important; */
     color: #fff !important;
    border-color: #fcb03b!important;
}
#frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:hover,
#frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:focus,
#frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:active {
    color: #2E2319!important;
}
form.comment-form input[type="submit"] {
    background-color: #402020;
    border-color: #402020;
    color: #fff;
    letter-spacing: 1px;
}
form.comment-form input[type="submit"]:hover,
form.comment-form input[type="submit"]:focus,
form.comment-form input[type="submit"]:active {
    background-color: transparent;
    border-color: #402020;
    color: #402020;
}
span.more_section {
    font-size: 18px;
    text-align: left;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
#subnav .burger {margin-top: 5px;}

#weather-widget {
    background-color: rgba(84,48,25,1)!important;
}
.stehekin-wcag #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:hover,
.stehekin-wcag #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:focus,
.stehekin-wcag #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:active,
.lodgeatstehekin #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:hover,
.lodgeatstehekin #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:focus,
.lodgeatstehekin #frm_form_6_container.frm_style_formidable-style-2-2.with_frm_style input.frm_final_submit:active {
    color: #fff!important;
}


/***********************************************
************************************************
  START GALLERY PAGE UPDATES
************************************************
***********************************************/
.page-id-3153 .fg-default .fg-thumb {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
}
.page-id-3153 .fg-default.fg-gutter-15 .fg-item {
    width: 20%;
    margin: 0 auto;
}
.page-id-3153 .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
	width: 100%;
}
.page-id-3153 .foogallery .fg-image-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-width: 100%;
    height: auto;
}
.page-id-3153 .foogallery .fg-loaded .fg-image {
    z-index: 7;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
@media(max-width: 768px) {
	.page-id-3153 .fg-default.fg-gutter-15 .fg-item {
		width: 33.33%;
	}
} @media(max-width: 480px) {
	.page-id-3153 .fg-default.fg-gutter-15 .fg-item {
		width: 50%;
	}
}
/***********************************************
************************************************
  END GALLERY PAGE UPDATES
************************************************
***********************************************/


@media (min-width:992px) {
	.btn-xl {
    padding: 12px 30px;
	font-size:1.2em;
	}
}




input[type="submit"]:after,
.frm_submit:after,
.btn:after,
.alert:after {
    content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	bottom: -10px;
    margin-left:-10px;
	border-width: 10px 12.5px 0 12.5px;
	border-color: #fff transparent transparent transparent;
 }
 
.frm_submit,
.btn-link,
.btn-default {background:transparent;border-color:#fff;color:#fff}

.frm_submit:hover,
.btn-link:hover,
.btn-default:hover {background:transparent;color:#fff;border-color:#fff}

.alert {font-weight:500;border-radius:0;position:relative;border-width:2px}
.alert:after {left:20px}
.alert-image {float:left;margin-right:15px}
.alert-tab {padding: 5px 10px;background: #fcc017;display: inline-block;margin:0}

section.general .contents .frm_submit {background:#bbb;color:#fff}
section.general .contents .frm_submit:hover {background:#bbb}
section.general .contents .frm_submit:after {border-color: #bbb transparent transparent transparent;}

.button3,
.alert-primary,
input[type="submit"],
.btn-primary,
input[type="submit"]:hover,
.button3:hover,
.btn-primary:hover {background:none;border-color:#993600;color:#993600}
.alert-primary:after,
input[type="submit"]:after,
.btn-primary:after {border-top-color:#993600;}

.button,
.alert-info,
.btn-info,
.button:hover,
.button:active,
.btn-info:hover {background:#993600;border-color:#993600;color:#fff}
.alert-info:after,
.btn-info:after {border-top-color:#993600;}

.alert-warning,
.btn-warning,
.btn-warning:hover {background:#611017;border-color:#611017;color:#fff}
.alert-warning:after,
.btn-warning:after {border-top-color:#611017;}

.button2,
.alert-success,
.btn-success,
.button2:hover,
.btn-success:hover {background:#ce7619;border-color:#ce7619;color:#fff}
.alert-success:after,
.btn-success:after {border-top-color:#ce7619;}

.btn:active,
.btn:focus,
.btn:active:focus {color:inherit!important;background-color:inherit!important;border-color:inherit}

::-webkit-input-placeholder { color: #999 }
::-moz-placeholder  { color: #999;opacity:1 } 
:-ms-input-placeholder  { color: #999 } 
input:-moz-placeholder  { color: #999 }


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


img {max-width:100%;height:auto;}

.container-fluid, .container, section {position:relative}
.container-fluid {max-width:1350px}

.ie7 .wow,
.ie8 .wow,
.ie9 .wow {visibility:visible!important}

@media (min-width:1200px) {

}

/*@media (min-width:1380px) {
.container {width:1350px;max-width:100%}
}*/

@media (max-width:1170px) {
	h1 {font-size:44px}
	h2 {font-size:34px}
	h3 {font-size:26px}	
}

@media (max-width:991px) {
	h1 {font-size:38px}
	h2 {font-size:28px}
	h3 {font-size:22px}	
}
@media (max-width:767px) {
	h1 {font-size:36px}
	h2 {font-size:28px}
	h3 {font-size:20px}	
}


/* ------------------------------------------------------------------------------------------------------ */
/*     GLOBAL HEADER DROPDOWN
/* ------------------------------------------------------------------------------------------------------ */

.modal-content {border-radius:0;padding:15px;background-image:url(../img/overlay1.png);}
.modal-backdrop.in {opacity:0.7}

.ie8 .modal-backdrop.in {filter: alpha(opacity=70);}
.ie8 body {padding-top:0!important}


@media(min-width:768px) {

body.corpmenu {background:transparent;}

body.has-global-header {padding-top:33px /* height of global-header */ }
body.admin-bar #global-header {top:32px} /*accounting for wp admin bar when logged in */


#global-header {z-index:1050;position:absolute;top:0;left:0;width:100%;}

.ie8 #global-header {display:none}

.global-header-dropdown {position:relative;border-bottom:1px solid #eee;padding:3px 10px;z-index:9999;color:#fff;}

.global-header-dropdown > a {display:inline-block;text-decoration:none}
.global-header-dropdown > a:hover {text-decoration:none}

.global-header-dropdown > a:before {
   content: "\f0d7";
   font-family: FontAwesome;
   padding-left:6px;
   font-size:19px;
   color:#58bb8a
 }
.global-header-dropdown > a:after {
	content:url(../img/logo-gs.png);
	padding-left:10px;
}
	
.global-header-dropdown.in {
	border-bottom-width:0;
}

.global-header-dropdown.in > a{display:block;outline:0}

#modal-corporate-nav.fade { 
transition-delay:1s;
}

body.corpmenu {padding:60px 0 50px}

#modal-corporate-nav {padding-right:0!important}
#modal-corporate-nav .modal-dialog {width:100%;margin:0 auto;height:100%}

#modal-corporate-nav .modal-content {
	background-color:#ccc;
	background-color:rgba(52,52,52,0.7);
	background-image:url(../img/overlay1.png);
	background-repeat:repeat;
	color:#fff;
	padding:10px 0;
	height:100%;
}

#modal-corporate-nav .modal-content iframe {border:0;}

#modal-corporate-nav .modal-content .close {
	color: #fff;
    opacity: 1;
    font-weight: 400;
    float: none;
    text-shadow: none;
    font-size: 30px;
	position:absolute;
	background:none;
	right:20px;
	top:6px
}

body.admin-bar #modal-corporate-nav .modal-content .close {
	top:38px;	
}


body.corpmenu .container > p,
body.corpmenu .container > h1,
body.corpmenu .container > h2,
body.corpmenu .container > h3,
body.corpmenu .container > h4,
body.corpmenu .container > h5,
body.corpmenu .container > a,
body.corpmenu .row p,
body.corpmenu .row h1,
body.corpmenu .row h2,
body.corpmenu .row h3,
body.corpmenu .row h4,
body.corpmenu .row h5,
body.corpmenu .row a {
color:#fff;
}



#modal-corporate-nav ul,
#modal-corporate-nav li {padding:0;margin:0;list-style:none}

#modal-corporate-nav ul {margin-bottom:25px}


}



/* ------------------------------------------------------------------------------------------------------ */
/*     HEADER / NAVIGATION
/* ------------------------------------------------------------------------------------------------------ */

#mainHeader {position:relative;z-index:9999}

#mainNav {
	margin:0;
    font-family: 'WhitneyCondensed','Whitney','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border:0;
	border-radius:0;
	padding-top:15px;  
	z-index:9;
}

#mainNav .header-border {
	height:10px;
	width:100%;
	background:#555;
}

#footer .container-fluid,
#mainNav .container-fluid {max-width:1570px}


/* LOGO */
#mainNav .navbar-header {position:relative;z-index:100}

#mainNav .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #5f0f16;  
}

#mainNav .navbar-brand  {height:auto;}

#mainNav .navbar-brand img {max-height:65px;width:auto!important}


/* NAV TOP (PHONE/SEARCH) */

#mainNav .nav-top {font-size:17px;position:relative}


/* search */

#mainNav .searchbox {
	position:relative;
	float:right;
	height:30px;
	width:100%;
	overflow: hidden;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
  	-webkit-transition: all 0.35s;
	border-top:1px solid #eee;
	padding:0 10px
}

#mainNav .searchbox input {
	background:none;
	border:0;
	padding:0;
	color:#757575; 
	margin:0;
	height:30px;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
	float:left;
	;
	width:90%;
	border-radius:0!important;
	}
#mainNav .searchbox button {
	background:#fff;
	color:#67999b;
	width:30px;
	height:30px;
	border:0;
	font-size:17px;
	line-height:1;
	margin:0;
	position:absolute;
	right:0;
	text-align: center;
	}
#mainNav .searchbox button:active {background:#fff;}



/* links */

#mainNav .social {float:right}

.toplinks {
  	float:right;
  	margin-right:10px;
   	font-family: 'WhitneyCondensed','Whitney','Helvetica Neue',Arial,sans-serif;
}
.toplinks ul, .toplinks li {padding:0;margin:0;list-style:none}

.toplinks li {float:left}

.toplinks a {
  	font-size: 14px;
  	text-transform:uppercase;
  	text-align: right;
  	color:#a54a00;
  	margin:0 5px;
  	line-height:30px;
}


/* NAVIGATION */

#mainNav .navbar-collapse {background:#993600;padding:0}


#mainNav .nav  ul,
#mainNav .nav li { list-style:none;padding:0;margin:0}

#mainNav .nav > li > a {
    text-transform: uppercase;
    font-size: 18px;
	letter-spacing:0.5px;
    font-weight: 500;
    color: #a54a00;
}

#mainNav .nav > li>a:hover,
#mainNav .nav>li>a:focus:hover {
    color: #611017;
}

#mainNav .nav > li.active>a,
#mainNav .nav>li.active>a:focus {
    color: #611017;
    background-color: transparent;
}

#mainNav .nav > li.active>a:hover,
#mainNav .nav>li.active>a:focus:hover {
    background-color: transparent;
}

#mainNav .nav li a {display:block;text-decoration:none;font-size:17px;padding-bottom: 5px;}

#mainNav .navbar-toggle {float:left;margin-left:10px;margin-top:10px;margin-right:10px;border:0;padding:0;background:none!important;width:100%;max-width:32px}
#mainNav .navbar-toggle .icon-bar {height:4px;background-color:#611017;width:auto}
#mainNav .navbar-toggle .icon-bar+.icon-bar {margin-top:3px}

#mainNav .navbar-toggle .toggle-text {
		text-transform: uppercase;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.5px;
}
.normal-header #mainNav .nav > li.menu-item:hover > a,
.normal-header #mainNav .nav > li.menu-item:hover > a:hover,
.normal-header #mainNav .nav > li.menu-item:focus > a,
.normal-header #mainNav .nav > li.menu-item:hover > a:focus,
.normal-header #mainNav .nav > li.menu-item:active > a,
.normal-header #mainNav .nav > li.menu-item:hover > a:active,{
    color: #686868!important;
    text-decoration: none!important;
}
.normal-header #mainNav .nav > li > ul.sub-menu li>a:hover,
.normal-header #mainNav .nav > li > ul.sub-menu li>a:focus,
.normal-header #mainNav .nav > li > ul.sub-menu li>a:active {
    color: #611017!important;
    text-decoration: underline;
}
.normal-header #mainNav .nav > li>a:hover, .normal-header #mainNav .nav>li>a:focus:hover .normal-header #mainNav .nav > li.active>a, .normal-header #mainNav .nav>li.active>a:focus, .normal-header #mainNav .nav a:focus, .normal-header #mainNav.navbar-default .navbar-nav>li>a:hover, .normal-header #mainNav.navbar-default .navbar-nav>li>a:focus, .normal-header #mainNav .nav.mega > li > ul > li > ul > li > a:hover {
    color: #686868!important;
}
.normal-header #mainNav .nav a:hover, .normal-header #mainNav .nav.mega > li > ul > li > a:hover {
    color: #611017!important;
}
.normal-header #mainNav .nav.mega > li > ul > li > a:hover, .normal-header #mainNav .nav.mega > li > ul > li > a:focus, .normal-header #mainNav .nav.mega > li > ul > li > a:active {
    color: #611017!important;
}

/* header alert bar */
.alertbar {background: #ef3835; text-align: center; padding: 10px; color: #fff;}
.alertbar p:last-child {margin-bottom: 0;}
.alertbar a {color: #fff; text-decoration: underline;}
.alertbar a:hover {color: #fff;}

@media(min-width:768px) {
	
.normal-header #mainNav .navbar-collapse {background:#fff;}
	
.normal-header #mainNav .nav-wrap {position:absolute;right:15px;bottom:0}

.normal-header #mainNav .nav-top {margin-top:10px}

.normal-header #mainNav .navbar-collapse {padding-right:0}

.normal-header #mainNav .nav > li {position:static;border-bottom: 3px solid #fff;}
	
.normal-header #mainNav .nav > li.menu-item:hover,
.normal-header #mainNav .nav > li.menu-item:focus,
.normal-header #mainNav .nav > li.menu-item:active {border-bottom: 3px solid #fcb03b;}

.normal-header #mainNav .nav > li > ul {
	z-index:999;
  	position:absolute;
   	top:100%;
  	display:none;
  	text-align:left;
  	padding:20px;
  	border-top: 2px solid #993600;
	background:#fff;
	background:rgba(255,255,255,0.98);
	margin:0 auto;
   	list-style:none;
   	min-width:180px;
   	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.normal-header #mainNav .nav > li:hover > ul {
	display:block;
}

.normal-header #mainNav .nav > li.current-menu-item > a:after,
.normal-header #mainNav .nav > li.current_page_ancestor > a:after,
.normal-header #mainNav .nav > li:hover > a:after{
	display: none;
}

.normal-header #mainNav .nav li li > a {text-transform:uppercase;color:#611017}

.normal-header #mainNav .nav > li > ul > li li a {font-size:17px;color:#111;text-transform:lowercase}

#mainNav .navbar-toggle .toggle-text { position: absolute; 	right: -68px;  	font-size: 20px; }


.normal-header #mainNav .nav > li>a:hover, .normal-header #mainNav .nav>li>a:focus:hover .normal-header #mainNav .nav > li.active>a, .normal-header #mainNav .nav>li.active>a:focus, .normal-header #mainNav .nav a:focus, .normal-header #mainNav.navbar-default .navbar-nav>li>a:hover, .normal-header #mainNav.navbar-default .navbar-nav>li>a:focus, .normal-header #mainNav .nav.mega > li > ul > li > ul > li > a:hover {
    color: #686868!important;
}


/* Mega Menu */

.normal-header #mainNav .nav > li.mega:hover > ul {display:block;padding:20px;}

.normal-header #mainNav .nav > li.mega.goleft:hover > ul,
.normal-header #mainNav .nav > li.goleft > ul {right:0;left:inherit}

.normal-header #mainNav .nav > li.mega > ul > li { float:left;margin-bottom:10px;/*display:table-cell;vertical-align:top;margin-right:30px;height: 100%;*/}

.normal-header #mainNav .nav > li.mega > ul > li > a {border-bottom:1px solid #a54a00;font-size:17px;font-weight:500;letter-spacing:0.8px;padding-bottom:5px;margin-bottom:5px;margin-right:25px}

.normal-header #mainNav .nav > li.mega > ul > li > ul {position:relative;margin-right:25px}

.normal-header #mainNav .nav > li.mega-1 > ul {width: 200px;}
.normal-header #mainNav .nav > li.mega-2 > ul > li { width: 100%;}

.normal-header #mainNav .nav > li.mega-2 > ul {width: 400px;}
.normal-header #mainNav .nav > li.mega-2 > ul > li { width: 50%;}

.normal-header #mainNav .nav > li.mega-3 > ul {width: 580px;}
.normal-header #mainNav .nav > li.mega-3 > ul > li { width: 33.333%;}

.normal-header #mainNav .nav > li.mega-4 > ul {width: 760px;}
.normal-header #mainNav .nav > li.mega-4 > ul > li { width: 25%;}



/* menu images */
.normal-header #mainNav .nav > li.mega > ul > li.has-image > a { 
position:relative;padding:0!important;border:0!important;font-size:16px!important;width:180px;max-width:100%
}

.normal-header #mainNav #mainmenu img,
.normal-header #mainNav #mainmenu .menu-image-hover-wrapper {padding:0!important;width:100%;height:auto}

.normal-header #mainNav li.has-image .page-title {position:absolute;bottom:0;left:0;right:0;background:#fff; background:rgba(255,255,255,0.8);padding:10px;letter-spacing:-0.3px;font-weight:600;}

.normal-header .menu-item a.menu-image-hovered img.hovered-image,
.normal-header .menu-item a.menu-image-hovered:hover img.menu-image {
    opacity: 0;
    transition: opacity 0.25s ease-in-out 0s;
}
.normal-header .menu-item a.menu-image-hovered:hover img.hovered-image {
    opacity: 1;
}

/* phone */
.normal-header #mainNav .phone {
	position:relative;
	float:right;
	height:30px;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
	padding:0;
}

#mainNav .phone {color:#67999b}

.normal-header #mainNav .phone.phone-hover {
	width:30px;
}

.normal-header #mainNav .phone span {
	background:none;
	display:block;
	border:0;
	padding:0;
	margin:0;
	height:30px;
	line-height:30px;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
	float:right;
	text-align:right;
	padding-right:30px;
	;
	border-radius:0!important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
	}

.normal-header #mainNav .phone.phone-hover span {
	width:0;
}

.normal-header #mainNav .phone i,.normal-header #mainNav .phone em {
	background:#fff;
	width:30px;
	height:30px;
	border:0;
	font-size:17px;
	line-height:30px;
	margin:0;
	position:absolute;
	right:0;
	text-align: center;
	}
	
.normal-header #mainNav .phone em {
	background:#fff;
	width:30px;
	height:30px;
	border:0;
	font-size:17px;
	line-height:30px;
	margin:0;
	position:absolute;
	right:0;
	text-align: center;
}

.normal-header #mainNav .phone.phone-hover:hover  {width:130px;}
.normal-header #mainNav .phone.phone-hover:hover span {width:100%;}


/* extra header */

.normal-header .extra-header-content {
    float: right;
    margin-right: 12px;
    border-right: 1px solid #eee;
    padding-right: 12px;
	line-height:30px;
}
.mobile-header .extra-header-content {
	display:inline-block
}

.mobile-header .nav-top .extra-header-content {display:none}
	/*

#mainNav .phone {
	color:#67999b;
	position:relative;
	float:right;
	margin-right:15px;
	height:30px;
	line-height:32px;
	overflow:hidden;
	max-width:30px;
	text-align:right;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
  	-webkit-transition: all 0.8s;
}

#mainNav .phone a {background:#fff;color:#67999b;width:30px;display:block;height:30px;position:absolute;right:0;}

#mainNav .phone span {overflow:hidden;padding-right:30px;float:right;width:auto}

#mainNav .phone:hover a {width:100%}
#mainNav .phone:hover  {max-width:100%;}

*/

/* search */

.normal-header #mainNav .nav-top .searchbox.collapse {width:30px;border:1px solid #fff;padding:0;display:block;}

.normal-header #mainNav .nav-top .searchbox input {width: 0}

.normal-header #mainNav .nav-top .searchbox:hover {width: 200px;border:1px solid #ccc;transition: all 0.8s;
	-moz-transition: all 0.8s;
  	-webkit-transition: all 0.8s;}

.normal-header #mainNav .nav-top .searchbox:hover input {width: 170px;padding: 5px;}


}

@media (max-width:991px) {
#mainNav .nav > li.mega-4 > ul {max-width: 710px;}	
}

@media(min-width:992px) {
	
	/*#mainNav .container-fluid {padding:0 25px}*/
	
	#mainHeader.affix-top  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;	
	}
	/*#mainHeader.affix {
		position:fixed;
		top:0;
		left:0;
		z-index:1049;
		width:100%;	
	}*/
		
	body.admin-bar #mainHeader.affix,
	body.admin-bar #mainHeader.affix-top {top:32px /* height of wp admin bar */ }
	
	body.has-global-header #mainHeader.affix-top {top:33px /* height of global header */ }
	
	body.has-global-header.admin-bar #mainHeader.affix-top {top:63px /* wp admin bar plus global header */ }
	
	.ie8 #subnav.affix-top,
	.ie8 #subnav.affix,
	.ie8 #mainHeader.affix-top,
	.ie8 #mainHeader.affix {position:relative!important}
	
	
}

@media (max-width:991px) {
	body {padding-top:0!important}	
	#mainNav .nav > li > a {padding-left:10px;padding-right:10px}
}







/* FORCE MOBILE DISPLAY ON DESKTOP */

.mobile-header.transparent-header #mainNav.unscrolled .navbar-brand img:first-child {display:none}
.mobile-header.transparent-header #mainNav.unscrolled .navbar-brand img:last-child {display:block}

/*.mobile-header.transparent-header #mainNav.scrolled .navbar-brand img:last-child {display:none}
.mobile-header.transparent-header #mainNav.scrolled .navbar-brand img:first-child {display:block}*/

 .mobile-header.transparent-header #mainNav.scrolled .navbar-brand img{display:none;}
 .mobile-header.transparent-header #mainNav.scrolled .navbar-brand img:first-child {display:block}
@media (max-width:991px) {
.mobile-header.transparent-header #mainNav.unscrolled .navbar-brand img{display:none;}
.mobile-header.transparent-header #mainNav.unscrolled .navbar-brand img:last-child {display:none}
.mobile-header.transparent-header #mainNav.unscrolled .navbar-brand img:first-child {display:block}

	
}



@media (min-width: 768px) {

.home.header-transparent-banner header.transparent-header-banner{
        position: absolute!important;
        width: 100%
    }

.mobile-header #mainNav #mainmenu {position:absolute;min-width:300px}

.mobile-header.transparent-header #mainNav {background:transparent}
.mobile-header.transparent-header #mainNav .header-border {display:none}


.mobile-header.transparent-header #mainNav #mobile-contact .searchbox:hover input {color:#fff}
.mobile-header.transparent-header #mainNav #mobile-contact .searchbox:hover {border-color:#fff}

.mobile-header.transparent-header #mainNav.scrolled {background:#fff;background:rgba(255,255,255,0.95);box-shadow: 0 2px 6px rgba(0,0,0,0.5)}
.mobile-header.transparent-header #mainNav.scrolled .header-border {display:block}


    .mobile-header .navbar-header {
        float: none;
    }
    .mobile-header .navbar-left,.mobile-header .navbar-right {
        float: none !important;
    }
    .mobile-header .navbar-toggle {
        display: block;
    }
	
	
	
    .mobile-header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .mobile-header .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .mobile-header .navbar-collapse.collapse {
        display: none;
    }
    .mobile-header .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .mobile-header .navbar-nav>li {
        float: none;
    }
    .mobile-header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
   .mobile-header .collapse.in{
        display:block;
    }


/* The below shares most of the same rules as the max-width 767 section below. If you change a rule here, check below to see if you need to change it there too */

.mobile-header #mainNav .nav-wrap {float:none;position:relative!important}
	
.mobile-header #mainNav .navbar-header {display:table;width:100%}
.mobile-header #mainNav .navbar-header .cell {display:table-cell!important;vertical-align:middle;float:none;width:35%}
.mobile-header #mainNav .navbar-brand.cell {width:30%}
.mobile-header #mainNav .navbar-brand img {margin:0 auto}

.mobile-header #mobile-contact  {font-size:18px;text-align:right;padding-right:5px}

.mobile-header #mobile-contact .number {font-size:20px;margin-right:5px}

.mobile-header #mobile-contact > a {display:inline-block;padding:10px 5px;text-decoration:none;margin-left:10px}

.mobile-header #mainNav .nav-top .toplinks,
.mobile-header #mainNav .nav-top .phone {display:none}

.mobile-header #mainNav .navbar-collapse.in {overflow:visible;position:relative}

.mobile-header #mainNav .navbar-collapse:before {
	bottom: 90%;
	left:21px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #993600;
	border-width: 10px;
	margin-left: -10px;
	transition:0.2s;
}

.mobile-header #mainNav .navbar-collapse.in:before {bottom:100%}

.mobile-header #mainNav .nav-top .searchbox {height:40px}

.mobile-header #mainNav .navbar-nav {margin:0;padding:0 15px}

.mobile-header #mainNav .nav > li > a, 
.mobile-header #mainNav .nav > li > a:focus {color:#fff!important;padding-left:5px;padding-right:5px}

.mobile-header #mainNav .nav > li {border-bottom:1px solid #fff;padding:0;position:relative;}
.mobile-header #mainNav .nav > li:last-child {border:0}

.mobile-header #mainNav .nav > li.menu-item-has-children>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size:19px;
	color:#fff;
	float:right;
}

.mobile-header #mainNav .nav > li a {color:#fff!important}

.mobile-header #mainNav .nav > li > ul {display:none;padding:0 10px 10px}
.mobile-header #mainNav .nav > li.clicked > ul {display:block;position:relative}

.mobile-header #mainNav .nav > li > ul ul {margin-left:12px}

.mobile-header #mainNav a.has-menu-image {display:none!important}

}

@media (min-width:992px) {
/* these are the same as the normal-header searchbox, so if you change something here, change it there too */

.mobile-header #mainNav #mobile-contact .searchbox.collapse {margin-top:8px;width:30px;border:0;padding:0;display:block;}


.mobile-header.transparent-header #mainNav.scrolled #mobile-contact .searchbox:hover,
.mobile-header #mainNav #mobile-contact .searchbox:hover {
	width: 200px;
	border:1px solid #555;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
  	-webkit-transition: all 0.8s;
	}

.mobile-header #mainNav #mobile-contact .searchbox input {visibility:hidden}

.mobile-header.transparent-header #mainNav.scrolled #mobile-contact .searchbox:hover input,
.mobile-header #mainNav #mobile-contact .searchbox:hover input {width: 170px;padding:5px;color:#555;visibility:visible}

.mobile-header #mainNav #mobile-contact .searchbox button {background:transparent}


.mobile-header.transparent-header #mainNav.unscrolled .navbar-toggle .icon-bar {background-color:#fff}

}


@media (min-width:768px) {
.mobile-header.transparent-header #mainNav.unscrolled .fa, 
.mobile-header.transparent-header #mainNav.unscrolled .extra-header-content,
.mobile-header.transparent-header #mainNav.unscrolled .phone,
.mobile-header.transparent-header #mainNav.unscrolled #mobile-contact > a,
.mobile-header.transparent-header #mainNav.unscrolled .navbar-toggle .toggle-text {color:#fff}

}


@media(max-width:767px) {
	
/* This shares most of the same rules as the .mobile header min-width 767 section above. If you change a rule here, check above to see if you need to change it there too */

#mainNav .nav-wrap {float:none;position:relative!important}
	
#mainNav .navbar-header {display:table;width:100%}
#mainNav .navbar-header .cell {display:table-cell!important;vertical-align:middle;float:none;width:20%}
#mainNav .navbar-brand.cell {width:60%}
#mainNav .navbar-brand img {margin:0 auto}

#mobile-contact  {font-size:18px;text-align:right;padding-right:5px}

#mobile-contact .number {display:none}

#mobile-contact a {display:inline-block;padding:10px 5px}

#mobile-contact .extra-header-content a {padding:0 5px}
	

#mainNav .navbar-brand {width:200px;text-align:center}

#mainNav .navbar-header,
#mainNav .container-fluid {margin:0;padding:0}

#mainNav .toplinks {display:none}

#mainNav .navbar-toggle {margin-top:0}

#mainNav .navbar-collapse.in {overflow:visible;position:relative}

#mainNav .navbar-collapse:before {
	bottom: 90%;
	left:21px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #993600;
	border-width: 10px;
	margin-left: -10px;
	transition:0.2s;
}

#mainNav .navbar-collapse.in:before {bottom:100%	}

#mainNav .searchbox {height:40px}
#mainNav .searchbox button {right:12px}

#mainNav .navbar-nav {margin:0;padding:0 15px}

#mainNav .nav > li > a, #mainNav .nav > li > a:focus {color:#fff!important;padding-left:5px;padding-right:5px}

#mainNav .nav > li {border-bottom:1px solid #fff;padding:0}
#mainNav .nav > li:last-child {border:0}

#mainNav .nav > li.menu-item-has-children>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size:19px;
	color:#fff;
	float:right;
}

#mainNav .nav > li a {color:#fff!important}

#mainNav .nav > li > ul {display:none;padding:0 10px 10px}
/*.normal-header #mainNav .nav > li:hover > ul {display:block;}*/

#mainNav .nav > li > ul ul {margin-left:12px; display: none;}

#mainNav a.has-menu-image {display:none!important}

}



/* ------------------------------------------------------------------------------------------------------ */
/*     BOOKING & WEATHER BAR / BOX
/* ------------------------------------------------------------------------------------------------------ */

#booking-weather .field-wrap {
   width: 100%;
   overflow: hidden;
   background: #fff;
   border: 0;
   display:inline-block;
   position:relative;
   font-size: 14px;
   line-height: 1;
   margin:0 10px 0 0;
   height:28px;
}

#booking-weather .field-wrap:after {
	font-family:'FontAwesome';
	float:right;
	color:#993600;
	line-height:28px;
	margin:0 10px 0 5px;
	z-index:1;
	position:absolute;
	right:0;
	top:0;
}

#booking-weather .field-wrap.date:after {
	content:'\f073';	
}
#booking-weather .field-wrap.select:after {
	content:'\f103';	
}

.ie8 #booking-weather .field-wrap.select:after,
.ie9 #booking-weather .field-wrap.select:after {
content:'';
margin:0 0 0 10px
}

#booking-weather .field-wrap input,   
#booking-weather .field-wrap select {
   background: transparent;
   width: 100%;
   line-height: 1;
   color:#993600;
   border: 0;
   ;
   position:relative;
   padding: 0px 10px;
   border-radius: 0;
   font-size:14px;
   appearance:none;
   -webkit-appearance: none;
   -moz-appearance: none;
   height:28px;
   text-transform:lowercase;

}



.ie8 #booking-weather .field-wrap input {padding-top:7px}

.ie8 #booking-weather .field-wrap select,
.ie9 #booking-weather .field-wrap select {padding:0}

#booking-weather .field-wrap select::-ms-expand {
    display: none;
}

#booking-weather ::-webkit-input-placeholder { color: #993600 }
#booking-weather ::-moz-placeholder  { color: #993600;opacity:1 } 
#booking-weather :-ms-input-placeholder  { color: #993600 } 
#booking-weather input:-moz-placeholder  { color: #993600 }

/* weather */

#booking-weather .weather {background-color:#ffffff;color:#402020;height:54px;position:relative;z-index:900}

#booking-weather .weather-btn {color:#402020;font-weight:700;padding:5px 15px 0;cursor:pointer;height:54px;background-color:#fff;}

#booking-weather .weather-btn i,
#weather-widget .weather-toggle i {
  font-family: weather;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

#booking-weather .weather-btn i {
	font-size:50px;
	height:40px;
	margin-right:10px;
	vertical-align:middle;
	font-family: weather;
  	font-weight: normal;
  	font-style: normal;
  	line-height: 1.0;
  	text-transform: none;
  	display:inline-block
  }


#weather-widget {
	text-transform:uppercase;
	text-align:center;
	position:relative;
	z-index:9999;
	background:#000;
	background:rgba(0,0,0,0.85);
	width:300px;
	color:#fff;
	text-transform: uppercase;
	text-align:center;
	transition:0.6s;
	padding:25px 20px 30px;
	position:absolute;
	left:-600px;
}


#weather-widget.slideout {left:0; background-color: rgba(84,48,25,1)!important;}

#weather-widget .closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    opacity: 0.9;
	cursor:pointer
}

#weather-widget .weather-toggle {font-weight: 600!important;}

#weather-widget .weather-toggle i {font-size:150px}

#weather-widget .weather-toggle .wind {display:inline-block;width:48%;vertical-align:top;font-size:18px;}
#weather-widget .weather-toggle .highlow {display:inline-block;width:48%;vertical-align:top;font-size:18px;}

#weather-widget .weather-toggle .wind span,
#weather-widget .weather-toggle .highlow span {margin-top:10px;display:block}

#weather-widget .weather-toggle h2 {font-size: 80px;font-weight:400;text-align: center;color:#fff}
#weather-widget .weather-toggle h3 {margin-bottom:8px;font-weight:700;}
#weather-widget .weather-toggle h4,
#weather-widget .weather-toggle h3 {color:#fff;margin-bottom:0px;font-weight:700;}

#weather-widget .weather-toggle hr {border-color:#fff}
#weather-widget .currently {
  margin: 0 20px;
  display:block;
  font-size:18px;
}

/* new weather */
#booking-weather .weather-btn .now .time_symbol {display:inline-block;vertical-align:middle; position: relative;width: 60px;height: 50px;}
#booking-weather .weather-btn .now .temp {display:inline-block;font-size:30px;vertical-align:middle;line-height:40px;margin-top: -5px;}

#booking-weather .weather-btn .now .time_symbol span {display:block;min-width:50px;position:absolute}
#booking-weather .weather-btn .now .time_symbol span:before {
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #402020;
    text-align: center;
    text-indent: 0;
    font-weight: 900;
    padding: 0;
    margin: 0 auto;
    margin-top: -3px;
}


#booking-weather .weather-btn .climacon_component-fill {
	-webkit-text-stroke-color:#fff;
	stroke:#fff
}

#booking-weather .now .time_symbol svg,
#booking-weather .now .time_symbol svg {width:50px;height:54px}

#booking-weather .weather-btn .time_temperature,
#weather-widget .time_temperature {display:inline-block; font-weight: 900;}

#weather-widget {position:fixed}
#weather-widget .time_symbol span:before {display:inline}





/* booking bar */
#booking-weather.bar {background-color:#993600;background:rgba(154,53,0,0.9);color:#fff;width:100%;z-index:0;position:relative}
#booking-weather.bar {background-color: rgba(64,32,32,0.9)!important;}
#booking-weather.bar .container {position:relative;padding:0}

#booking-weather.bar .weather {float:left;}

#booking-weather #booking-form {padding:15px;}

#booking-weather.bar .triangle-btn a,
#booking-weather.bar .triangle-btn button,
#booking-weather.bar .triangle-btn input {font-weight: 900!important;border:0;outline:0;padding:6px 20px;display:block;color:#fff;text-transform:uppercase}


/* booking box */

#booking-weather.box .booking {background-color:#f2a416;color:#fff;}

#booking-weather.box .container {padding:0;width:auto}

#booking-weather #booking-mobile {background-color:#f2a416;padding:15px;height:54px;border:0;color:#fff;}
#booking-mobile:after {content:initial}	

#booking-weather.box #booking-form a,
#booking-weather.box #booking-form button,
#booking-weather.box #booking-form input[type=submit] {   
	display:block;
	border:2px solid #fff;
	background:none;
	width:100%;
	position:relative;
	padding: 8px;
    color: #fff;
}
#booking-weather.box #booking-form a:after,
#booking-weather.box #booking-form button:after,
#booking-weather.box #booking-form input[type=submit]:after {
    content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	bottom: -10px;
    margin-left:-10px;
	border-width: 10px 12.5px 0 12.5px;
	border-color: #fff transparent transparent transparent;
}

@media (max-width: 992px) {

	#booking-weather .weather-btn .now .time_symbol span:before,
	#booking-weather .weather-btn .now .temp {color: #523c2d!important;}
	
}

@media (min-width:768px) { /* tablet and above */
	
	#booking-weather.box {position:absolute;left:0;top:200px;z-index:999}
	#booking-weather.box .collapse {display:block}
	
	#booking-weather.box .field-wrap {display:block;width:100%;margin-bottom:10px}
	#booking-weather.box .field-wrap input, #booking-weather.box .field-wrap select {max-width:100%;min-width:250px}
	
	#booking-weather.box #booking-form {height:auto!important;padding:20px}
	
	#booking-weather.box .weather {display:inline-block;height:55px}
	
	#weather-widget.box .weather-toggle {top:150px}
	
	#booking-weather.box #booking-mobile {display:none!important}	
	
	#booking-weather.box:after {
    content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	bottom: -30px;
    margin-left:-30px;
	border-width: 30px 32px 0 32px;
	border-color: #993600 transparent transparent transparent;
	opacity:0.9;
 }
 
 .ie8 #booking-weather.box:after {filter:alpha(opacity=90);}
 
	
}

@media(min-width:992px) { /* small desktop and above */


	/* #mainHeader.affix #booking-weather.bar {overflow:hidden} hides triangle tip */
 
	#booking-weather.bar .field-wrap {width:auto}
	
	#booking-weather.bar .container {padding-left:15px;padding-right:15px}
	
	#booking-weather.bar .triangle-btn {
		position:absolute;
		top:0;
		right:10px;
		width: 0px;
		height: 0px;
		background-color:transparent;
		border-style: solid;
		border-width: 90px 100px 0 100px;
		border-color: #f2a416 transparent transparent transparent;
		transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-o-transform:rotate(360deg);
	}
	
	#booking-weather.bar .triangle-btn a,
	#booking-weather.bar .triangle-btn input,
	#booking-weather.bar .triangle-btn button { 
		text-align: center;
		top: -90px;
		left: -70px;
		position: relative;
		width: 140px;
		height: 55px;
		line-height:55px;
		margin: 0px;
		background:none;
		border:0;
		focus:none;
		font-size:20px;
		font-family:'WhitneyCondensed','Whitney',Arial,sans-serif;
		font-weight:400;
		}
	
	
	#booking-weather.bar #booking-form {text-align:right;padding:12px 0;padding-right:200px;line-height:1;height:auto!important /* needed for expanding again after mobile view */}
	
	#booking-weather.bar .collapse {display:block}
	
	/* weather */
		
	#booking-weather.bar .weather {border-right:2px solid #fff;border-left:2px solid #fff;min-width:100px; background-color: #fff;}
	
	
	/*#wpc-weather.theme1 {width:100%;max-width:320px}
#wpc-weather.theme1 .header-weather .wpc-toggle-infos {position:absolute;left:-600px}
#wpc-weather.theme1 .header-weather .wpc-toggle-infos.wpc-slide-down {left:0}
	*/
	
	
	#booking-weather .field-wrap input, 
#booking-weather .field-wrap select {
	width:auto;
    padding-right: 30px;
    z-index: 20;
	 max-width:100px;
}

		
}


@media (max-width:991px) { /* medium desktop and above

#booking-weather.bar .container {padding:0;width:100%}

#booking-weather.bar #booking-form button,
#booking-weather.bar #booking-form input[type=submit] {   
	display:block;
	border:2px solid #fff;
	background:none;
	width:100%;
	position:relative;
	padding:8px 0;
}

	
}

@media (max-width:767px) { /* smartphone only */
	
	#booking-weather.box .weather {float:left;padding:0 15px;height:54px;}
	#booking-weather .field-wrap {margin-bottom:5px}
}



/* ------------------------------------------------------------------------------------------------------ */
/*     WEATHER PAGE
/* ------------------------------------------------------------------------------------------------------ */

section.general + .weather-section #weather-page {padding-top:0}

#weather-page{
	padding:70px 0;
  color:#222;
  margin: 0px auto;
 
}

.custom-weather {
	 text-align: center;
  text-transform: uppercase;
}

.custom-weather h2 {font-size:90px}

.custom-weather i {
  font-family: weather;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
  font-size:120px;
}

.custom-weather table i {font-size:34px}

#wpc-weather.theme2 {
		background:none!important;
		padding:0!important;
		color:inherit!important;
	}
#wpc-weather.theme2 .custom-weather .now {padding:0;display:block}
	
#wpc-weather.theme2 .custom-weather .now .location_name {float:none;width:auto;text-align:center;font-size:inherit}

#wpc-weather.theme2 .custom-weather .now .short_condition {
     clear: left;
    float: none;
    font-size: inherit;
    margin: 0;
    padding-left: 0;
    text-align: center;
    width: auto;
}
.custom-weather .temp {
	  font-size: 60px;
	  display:inline-block;
	  	line-height:130px;
	vertical-align:middle;
	text-align:left;
	max-width:40%;
}
#wpc-weather.theme2 .custom-weather .now .time_symbol {
    padding:0;
    text-align: right;
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
}
#wpc-weather.theme2 .custom-weather .now .time_symbol svg {width:120px;height:120px;vertical-align:bottom;opacity:1}

#wpc-weather.theme2 .custom-weather .now .time_symbol.iconvault {
    height: 130px;
    display: inline-block;
    max-width: 120px;
	vertical-align:middle;
    text-align: left;
	line-height:130px;
}
#wpc-weather.theme2 .custom-weather .now .iconvault > span:before {
	font-size:100px;
	text-indent:0;
	line-height:130px;
	max-width:40%;
}

#wpc-weather.theme2 .custom-weather .now .time_temperature {
    float: none;
    font-size: 70px;
    margin: 0;
    text-align: left;
    width: auto;
    opacity: 1;
	display:inline-block

}

#wpc-weather.theme2 .custom-weather .forecast-wrap {display:table;width:100%;table-layout:fixed}
#wpc-weather.theme2 .custom-weather .forecast-wrap .forecast {display:table-row;float:none;}
#wpc-weather.theme2 .custom-weather .forecast-wrap .forecast > div {border:0}

#wpc-weather.theme2 .custom-weather .forecast .day {text-align:center;color:inherit}
#wpc-weather.theme2 .custom-weather .forecast .temp_min {
    color: inherit;
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    width: 50%;
}
#wpc-weather.theme2 .custom-weather .forecast .temp_min:after {
	content:' / '
}

#wpc-weather.theme2 .custom-weather .forecast .temp_max {
    color: inherit;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 45%;
}

.custom-weather .currently {margin-bottom:15px}

.custom-weather .details > div {margin-bottom:10px}

#wpc-weather.theme2 .custom-weather .hours > div {display:table-cell;}

#wpc-weather.theme2 .custom-weather .hours {display:table;table-layout:fixed;border:0}


#wpc-weather.theme2 .custom-weather .forecast .symbol {height:30px}
	
#wpc-weather.theme2 .custom-weather .forecast .symbol,
#wpc-weather.theme2 .custom-weather .forecast .day,
#wpc-weather.theme2 .custom-weather .forecast .iconvault, 
#wpc-weather.theme2 .custom-weather .forecast .iconvault2, 
#wpc-weather.theme2 .custom-weather .forecast .iconvault3 {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.sidebar .custom-weather .col-sm-6 {width:100%}


@media (min-width:768px) {
	.custom-weather table i {font-size:46px}
	#wpc-weather.theme2 .custom-weather .forecast-wrap .forecast > div {display:table-cell;float:none;border:0}
	
}
@media (min-width:768px) and (max-width:991px) {
	.custom-weather .temp,
	#wpc-weather.theme2 .custom-weather .now .time_temperature {font-size:55px}
	.custom-weather #wpc-weather.theme2 .now .iconvault > span:before {font-size:90px;}
}
@media (min-width:992px) {
	
	.custom-weather .temp,
	#wpc-weather.theme2 .custom-weather .now .time_temperature {font-size:70px}
	
	#wpc-weather.theme2 .custom-weather .now .iconvault > span:before {font-size:110px;}
}

.custom-weather .table-bordered td {padding:20px 10px}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }


/* ------------------------------------------------------------------------------------------------------ */
/*     HOMEPAGE MOBILE BUTTONS
/* ------------------------------------------------------------------------------------------------------ */

.mobile-buttons ul, .mobile-buttons li {padding:0;margin:0;list-style:none}

.mobile-buttons a {display:block;padding:6px 15px;text-align:center;background:#eee;margin-bottom:1px;color:#fff;font-size:18px;text-transform:uppercase;text-decoration:none;}

.mobile-buttons a:hover {color:#fff}

.mobile-buttons a:after {
	content: none;
	font-family: FontAwesome;
	font-size:19px;
	color:#fff;
	float:right;
}

/* ------------------------------------------------------------------------------------------------------ */
/*     SHOWCASE SLIDER / VIDEO
/* ------------------------------------------------------------------------------------------------------ */

#showcase {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin:0;
	padding:0;
	z-index:1;
	overflow:hidden;
}

#showcase .scrollhelper {
	position:absolute;
	bottom:0;left:0;right:0;
	font-size:70px;
    color: #fff;
	color:rgba(255,255,255,0.9);
    z-index: 500;
	}

#showcase .slider {position:relative;z-index:200}

#showcase .watermark {position:absolute;bottom:0;right:0;z-index:100;background:url(../img/overlay-pineapple.png) right bottom no-repeat;width:100%;height:100%;min-width:25%;min-height:25%;background-size:contain}

#showcase .slick-slide > a {display:block}

#showcase > img,
#showcase > a > img,
#showcase .slick-slide > img,
#showcase .slick-slide > a > img,
.slider .slick-slide > img {
	width:100%;
	height:auto;
}

#showcase .slick-slide {position:relative;;}


#showcase.splash .header-content .header-content-inner h1 {
	font-size:30px;
	font-weight:500;
	margin-bottom:20px;
}

#showcase .header-content .header-content-inner h1 b {font-weight:600;}

#showcase .header-content .header-content-inner h1 + .btn {margin-top:16px}

#showcase .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 500;
    color:#fff;
}

#showcase .header-content .header-content-inner .btn {background:rgba(0,0,0,0.4);}

#showcase .header-content .header-content-inner img {width:auto;height:auto}

.bgvid { 
   /* min-width: 100%;
    min-height: 100%;*/
    width: 100%;
    height: auto;
    z-index: 1;
 	background-color:#ccc;
  	background-size: cover;
  	transition: 1s opacity;
}

#showcase .header-content {margin-top:0px;}
#showcase .header-content.invisible {opacity:0;transition:2s;margin-top:30px}

#showcase .header-content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    transition: 1s;
}
#showcase .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 80px;
    color: #fff;
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.8);
}
#showcase .header-content .header-content-inner p {
    font-size: 18px;
}
#showcase .header-content .header-content-inner .btn {
    background: #ffffff;
}
.lodgeatstehekin #showcase .header-content .header-content-inner .btn {
	background: #fff!important;
	color: #4c6673!important;
}
.stehekin-wcag #showcase .header-content .header-content-inner, .lodgeatstehekin #showcase .header-content .header-content-inner {
    background: rgba(0,0,0,0.6)!important;
    border: 5px solid #fff!important;
    padding: 1.5rem 1rem!important;
}
.lodgeatstehekin .frm_style_formidable-style-2-2.with_frm_style input,.lodgeatstehekin .frm_style_formidable-style-2-2.with_frm_style textarea {border-color: #757575!important;}
.lodgeatstehekin .frm_style_formidable-style-2-2.with_frm_style input {
    font-weight: 600!important;
    color: #757575!important;
}

@media (min-width: 768px) {
	
	#showcase .header-content .header-content-inner {
		margin: 0 auto;
		max-width: 1000px;
	}
	.stehekin-wcag #showcase .header-content .header-content-inner, .lodgeatstehekin #showcase .header-content .header-content-inner {
		background-color: rgba(0,0,0,0.6)!important;
		border: 5px solid #fff!important;
		padding: 1.5rem 1rem!important;
	}
	
}
/***********************************************
************************************************
************************************************
 START - HOME PAGE SLIDESHOW UPDATES 07/10/19
************************************************
************************************************
***********************************************/
#showcase .header-content.background_bar {z-index: 101!important;}
#showcase .header-content.background_bar {
    background-color: rgba(64, 32, 32, .9);
    padding: 15px 15px;
    text-align: left;
    top: unset;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
	bottom: 0;
	margin: 0 auto;
}
#showcase .header-content.background_bar .header-content-inner {
	max-width: 1140px;
	margin: 0 auto;
}
#showcase .header-content.background_bar .header-content-inner h1, #showcase .header-content.background_bar .header-content-inner h2 {
    font-size: 40px!important;
	line-height: 50px!important;
    color: white;
	font-weight: 700;
    margin: 0 auto;
    margin-bottom: 1rem;
}
#showcase .header-content.background_bar .header-content-inner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: 600;
}
#showcase .header-content.background_bar .header-content-inner .btn {
    background-color: transparent!important;
    background: transparent!important;
    border: 3px solid #fcb03b;
    color: #fcb03b;
    opacity: 1;
    margin-top: 15px;
    float: right;
    z-index: 100;
}
#showcase .header-content.background_bar .header-content-inner .btn:after {
    border-color: #fcb03b transparent transparent transparent;
}
#showcase .header-content.background_bar .header-content-inner .btn:hover,
#showcase .header-content.background_bar .header-content-inner .btn:focus,
#showcase .header-content.background_bar .header-content-inner .btn:active {
    background: transparent!important;
    border: 3px solid white;
    color: white;
}
#showcase .header-content.background_bar .header-content-inner .btn:hover:after,
#showcase .header-content.background_bar .header-content-inner .btn:focus:after,
#showcase .header-content.background_bar .header-content-inner .btn:hover:after{
    border-color: white transparent transparent transparent;
}

@media(max-width: 992px) {
	
	#showcase .header-content.background_bar .header-content-inner .btn {
		float: none;
		text-align: center;
		margin: 15px auto;
	}
	
} @media(max-width: 768px) {
	
	#showcase .header-content.background_bar .header-content-inner h1, #showcase .header-content.background_bar .header-content-inner h2 {
		font-size: 25px!important;
		line-height: 35px!important;
	}
	#showcase .header-content.background_bar .header-content-inner p {
		font-size: 16px;
		line-height: 22px;
		max-width: 90%;
		margin: 0 auto;
	}
	
}

/***********************************************
************************************************
************************************************
  END - HOME PAGE SLIDESHOW UPDATES 07/10/19
************************************************
************************************************
***********************************************/

#showcase.interior .header-content .header-content-inner h1,
#showcase.interior .header-content .header-content-inner h2 {
    text-align: center;
	margin-bottom: 0;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#showcase.splash .container-fluid {max-width:680px}

#showcase.splash .header-content .header-content-inner .feature-boxes .btn {
background: #993600;
color:#fff;
white-space:normal;
padding:10px;
}
#showcase.splash .header-content .header-content-inner .feature-boxes h4 {color:#fff;font-weight:700}
#showcase.splash .header-content {position:relative;transform:none;}
#showcase.splash .bgvid {padding:60px 0}

#showcase.splash .attachment-full {margin-bottom:40px}



@media(max-width:480px) {
	
	#showcase .header-content .header-content-inner p,
	#showcase .header-content .header-content-inner .btn {display:none}
	
	#showcase .header-content .header-content-inner .feature-box .btn {display:block}
	
}

@media(min-width:768px) {

.page-template-page-home #showcase, 
.page-template-page-home #showcase .slick-slide {
	max-height:820px;
	max-height:82vh;
}

.page-template-page-home #showcase.splash {
	max-height:none;
}
 
#showcase.bar {
	margin-top:-53.5px; /* match height of bar */
}
	
#showcase.box .header-content {
	left:inherit;
	width:50%;
	text-align:right;
	right:30px;
	top:inherit;
	 bottom: 25%;
   -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
		
	}
	
#showcase.splash .bgvid {padding:120px 0 100px}
	
}

@media (min-width:992px) {
#showcase.box .header-content {width:60%}

#showcase .scrollhelper {font-size:100px}
	
}




/* ------------------------------------------------------------------------------------------------------ */
/*     FEATURE BOXES
/* ------------------------------------------------------------------------------------------------------ */

.feature-box {
    display: block;
    position: relative;
    margin: 0 auto;
	overflow:hidden;
	max-height:500px;
	color:#fff;
}

.feature-box .overlay {background:url(../img/overlay1.png) 0 0 repeat transparent;width:100%;height:100%;position:absolute;left:0;top:0;z-index:50;}

.feature-box img {width:100%;height:auto;}



.feature-box .feature-box-caption {
    display: block;
    position: absolute;
	z-index:60;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.feature-box .feature-box-caption .feature-box-caption-content {
    position: absolute;
    width: 100%;
    text-align: center;
	 top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size:16px;
	padding:0 25px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.main .feature-box .feature-box-caption .feature-box-caption-content {font-size:1em}

.feature-box .feature-box-caption .feature-box-caption-content h2 {
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:-0.5px;
	border-bottom:1px solid #fff;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#fff
}

.feature-box .feature-box-caption .feature-box-caption-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.feature-box .feature-box-caption .feature-box-caption-content .btn {margin-bottom:15px}

.feature-boxes-2 {padding:70px 0}

section.general + .feature-boxes-2 {padding-top:0}

.two-column-boxes .feature-box {margin-bottom:20px}
.two-column-boxes .row {margin-left:-10px;margin-right:-10px}
.two-column-boxes .row > [class*=col-] {padding-left:10px;padding-right:10px}

.splash .feature-box .btn {text-transform:lowercase}
.splash .feature-box {margin-bottom:20px}

@media (max-width: 991.98px) {
	
	#showcase .header-content .header-content-inner {
		margin:0 auto;
		max-width: 100%;
		text-align: center;
	}
	#showcase .header-content .header-content-inner {text-align: center!important;max-width: 90%;margin: 0 auto;}
	#showcase .header-content .header-content-inner h1, #showcase .header-content .header-content-inner h2 {
		font-size: 25px!important;
		line-height: 35px!important;
		margin-bottom: .5rem;
	}
	#showcase .header-content .header-content-inner .btn {float: none; margin: 15px auto;}
	
}

@media(max-width:767px) {
	
	.feature-box {max-height:360px}
        
    #booking-weather.bar {z-index: 100;}
	#booking-weather #booking-mobile{  position: absolute; width: 100%;}
	#booking-weather.bar .weather {  position: relative;  z-index: 9999;}
	#showcase .header-content .header-content-inner p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: .5rem;
	}


	
}

@media(min-width:768px) {
	
	/* homepage 3 feature boxes */
	
	.feature-boxes-1 .container-fluid {max-width:100%}
   
	.feature-boxes-1 .feature-box .feature-box-caption .feature-box-caption-content { 
	top:0;
	-webkit-transform: none;
  	-ms-transform: none;
  	transform:  none;
	padding-top:27%;
	padding-bottom:50px
	}
	
	.ie8 .feature-boxes-1 .feature-box .feature-box-caption .feature-box-caption-content { padding-top:20px}
	
	.touchevents .feature-boxes-1 .feature-box .feature-box-caption .feature-box-caption-content { 
	padding-top:20%
	}
	
	.no-touchevents .feature-boxes-1 .feature-box .feature-box-caption .feature-box-caption-content .cta {
		position:absolute;
		left:0;
		right:0;
		bottom:-360px;
		-webkit-transition: all .5s;
    	-moz-transition: all .5s;
    	transition: all .5s;
		text-align:center;
	}
	
	.no-touchevents	.feature-boxes-1 .feature-box:hover .feature-box-caption .feature-box-caption-content .cta {bottom:0px;}
	
	.no-touchevents	.feature-boxes-1 .feature-box:hover .feature-box-caption .feature-box-caption-content {padding-top:19%;}
	
	
	
	/* landing page no gutter button boxes */
	
	
	
	.feature-boxes-2 .feature-box .feature-box-caption .feature-box-caption-content .cta {
		-webkit-transition: all .2s;
   	 	-moz-transition: all .2s;
    	transition: all .2s;
		text-align:center;
	}
	
	.feature-boxes-2 .feature-box:hover .feature-box-caption .feature-box-caption-content .cta {margin-bottom:20px;}
	

}
@media(min-width:768px) and (max-width:1199px) {
	.feature-box .feature-box-caption .feature-box-caption-content h2 {font-size:28px}
	.main .feature-box .feature-box-caption .feature-box-caption-content h2 {font-size:20px}
}
@media(min-width:768px) and (max-width:991px) {

	.feature-boxes-1 .feature-box {height:350px}
	.main .feature-boxes-1 .feature-box {height:280px}
	.feature-boxes-1.two-column-boxes .feature-box {height:auto}
	
	.feature-boxes-1 .feature-box img { height:100%;width:auto;max-width:inherit }
	
}

@media(min-width:992px) {
	.feature-box .feature-box-caption .feature-box-caption-content {padding:0 15%}
	#showcase.splash .feature-box .feature-box-caption .feature-box-caption-content {padding:0 10%}
	
}


@media (min-width:1200px) {
	
.main .feature-box .feature-box-caption .feature-box-caption-content h2 {font-size:28px}	
}



/* ------------------------------------------------------------------------------------------------------ */
/*     TRIANGLE SECTION
/* ------------------------------------------------------------------------------------------------------ */

section {position:relative}


.triangle-section {background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;}

.triangle-content {
	position:relative;
	margin:0 auto;
	background:#910615;
	opacity:0.85;
	color:#fff;
	padding:40px 20px;
	text-align:center
}

.ie8 .triangle-content {
	filter: alpha(opacity=85);
}

.triangle-content h2,
.triangle-content h4 {font-weight:400;text-transform:uppercase;color:#fff}

.triangle-content h2 {margin:0 0 5px}
.triangle-content h4 {font-size:22px;font-weight:300}

@media (min-width:768px) {

.triangle-section {min-height:520px;}

.triangle-content {
	position:absolute;
	text-align:center;
	width:680px;
	padding:70px 160px 130px;
	opacity:1;
	background:none;
	z-index:90;
}

.triangle {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:50;	
}

.triangle:after {
	content:"";
	border-style: solid;
    position: absolute;
	opacity:0.85;
}

.ie8 .triangle:after {
	filter: alpha(opacity=85);	
}

/*Down Right */

.downright .triangle {
	top:0;
	right:-130px;
}
.downright .triangle:after {
	right:0;
	top:0;
	border-width: 580px 470px 0 470px;
	border-color: #910615 transparent transparent transparent;
}

.downright .triangle-content {top:0;right:0}


/*Down Left */

.downleft .triangle {
	top:0;
	left:-130px;
}
.downleft .triangle:after {
	left:0;
	top:0;
	border-width: 580px 470px 0 470px;
	border-color: #910615 transparent transparent transparent;
}

.downleft .triangle-content {top:0;left:0}


/*Up Right */

.upright .triangle {
	bottom:0;
	right:-130px;
}
.upright .triangle:after {
	right:0;
	bottom:0;
	border-width: 0 470px 580px 470px;
	border-color: transparent transparent #910615 transparent;
}

.upright .triangle-content {padding-top:150px;padding-bottom:60px;bottom:0;right:0}


/*Up Left */

.upleft .triangle {
	bottom:0;
	left:-130px;
}
.upleft .triangle:after {
	left:0;
	bottom:0;
	border-width: 0 470px 580px 470px;
	border-color: transparent transparent #843f0d transparent;
}

.upleft .triangle-content {padding-top:150px;padding-bottom:60px;bottom:0;left:0}
	
}


@media (min-width:768px) and (max-width:991px) {

	.downright .triangle,
	.upright .triangle {right:-240px}
	
	.downleft .triangle,
	.upleft .triangle {left:-240px}
	
	.triangle-content {width:470px;padding-right:30px;padding-left:30px}
	
}

@media (min-width:992px) {

	.no-touchevents .triangle-section{
	background-attachment:fixed	
	}
}


/* ------------------------------------------------------------------------------------------------------ */
/*    SLIDESHOW
/* ------------------------------------------------------------------------------------------------------ */

.slider .foo-item {max-height:850px;overflow:hidden}

.foogallery-owl-carousel .foo-item {text-align:center}

.gallery-caption h5 {margin-top:10px;margin-bottom:0px}

.foogallery-gs-slider {margin-bottom:30px}

.photo-text-button h2 {position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
    color: #fff;
	}

.photo-text-button .pic  {margin-bottom:30px}

.photo-text-button .overlay {background:rgba(0,0,0,0.2);position:absolute;left:15px;right:15px;top:0;bottom:0;z-index:50;}

.foogallery-default.border-style-square-white a, .foogallery-default.border-style-square-white a:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media (min-width:768px) {
	.photo-text-button .col-sm-3 {text-align:right}
}



/* ------------------------------------------------------------------------------------------------------ */
/*    Carousel
/* ------------------------------------------------------------------------------------------------------ */

section.feature-carousel {padding:40px 0}

.carousel {margin:0 auto;}

.carousel-intro {margin-bottom:30px}

.carousel .slide-caption {margin:15px 20px;text-align:center}

.carousel .slick-prev {left:-25px;top:35%}

.carousel .slick-next {right:-25px;top:35%}
.carousel .slick-prev:before, .carousel .slick-next:before {color:#777}


.carousel .slick-slide {
    margin: 0 10px;
  }

.carousel .slick-list {
    margin: 0 5px;
  }


@media (max-width:767px) {
.carousel {max-width:400px}	
}
/* ------------------------------------------------------------------------------------------------------ */
/*     Instagram Feed
/* ------------------------------------------------------------------------------------------------------ */

section.instagram {padding:20px 0}

section.instagram.section-0 {padding:70px 0}
section.general + section.instagram.section-0  {padding-top:0}

.sbi_custom {background:#000;background:rgba(0,0,0,0.5);color:#fff;position:absolute;height:100%;left:0;right:0;text-align:center;padding:15px;text-decoration:none!important;overflow:hidden}
.sbi_custom h3 {color:#fff;text-decoration:none}
.sbi_custom > div {position: relative;
  top: 50%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  
  .ie8 .sbi_custom {display:none}
 
  

  
@media (min-width:768px) and (max-width:1199px) {

.sbi_custom h3 {font-size:18px}
.sbi_custom .btn {padding:8px;font-size:14px}
	
}

@media (min-width:481px) and (max-width:767px) {
	
.sbi_custom h3 {font-size:15px}
.sbi_custom .btn {padding:6px;font-size:13px}
}


@media (max-width:480px) {

#sb_instagram #sbi_images .sbi_item {width:50%!important;padding:5px!important}
#sb_instagram #sbi_images .sbi_photo {height:140px!important}
.sbi_custom h3 {font-size:15px}
.sbi_custom .btn {padding:6px;font-size:13px}
	
}

/* ------------------------------------------------------------------------------------------------------ */
/*     FB/Twitter Feed
/* ------------------------------------------------------------------------------------------------------ */

.fbtwitter {padding:70px 0;overflow:hidden}

.fbtwitter h2 {text-align:center;font-weight:400}

.fbtwitter .fb {margin-bottom:50px}

.atf-static-tweets .atf-tweet-wrapper {border-bottom:1px solid #eee}

.atf-static-tweets .atf-inner-wrapper .atf-tweet-wrapper .atf-user-card img {margin-right:6px!important}

.cff-wrapper,
.atf-object {text-align:left}


@media (min-width:768px) {

.fbtwitter .fb {padding-right:30px;margin-bottom:0}
.fbtwitter .tw {padding-left:30px}
	
}




/* ------------------------------------------------------------------------------------------------------ */
/*     VIDEO SECTION
/* ------------------------------------------------------------------------------------------------------ */

.videobox {padding:70px 0;position:relative}

.videobox a {position: relative;text-align:center;}

.videobox .play {
	color:#fff;
	font-size:50px;
    position: absolute;
    top: -80px;
	left:0;
	right:0;
    z-index: 10;
	display:block;
	padding:0 50px;
}

.videobox .play h2 {font-size:82px;text-transform:uppercase;display:inline-block;border-bottom:1px solid #fff;padding-bottom:20px;color:#fff}

.videobox .play i {display:block}

/* responsive video */
.videowrapper {
	position: relative;
	padding-bottom: 55.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobox img { width:100%;height:auto;position:relative }

@media (min-width:768px) {

.videobox .play {
	font-size:80px;
	top:-50px;
}

}






/* ------------------------------------------------------------------------------------------------------ */
/*     ALTERNATING BOXES
/* ------------------------------------------------------------------------------------------------------ */

.alternating {padding:70px 0}

section.general + .alternating {padding-top:0}

.alternating .box-inner {padding:20px 20px;text-align:center;width:100%}

/* specifying "section" makes it only apply to the  alternating content field, not the CPT for rooms/bios */
section.alternating .row.no-gutter {margin:0}


.alternating .box-inner hr {max-width:300px}


@media (min-width:992px) {

	
.alternating .pic {background-color:#ccc}
.alternating .box-inner h2 {font-size:28px}
.alternating .col-sm-6 {min-height:312px}



}

@media (min-width:1200px) {

.alternating .col-sm-6 {height:378px}
.alternating .box-inner {
	position:absolute;
top:50%;  
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding:20px 40px
  }
.alternating .box-inner h2 {font-size:34px}
	
}

/*@media (min-width:1380px) {
.alternating .col-sm-6 {height:438px}
}*/

@media (min-width:768px) and (max-width:991px) {

.alternating .box-inner {padding-top:0;margin-bottom:40px}

}


@media (max-width:767px) {

section.alternating .row.no-gutter {margin-bottom:50px}
	
}







/* ------------------------------------------------------------------------------------------------------ */
/*     3 or 4 column grid
/* ------------------------------------------------------------------------------------------------------ */


.col-item {margin:0 auto 30px;max-width:400px}

/* ------------------------------------------------------------------------------------------------------ */
/*     FOOTER
/* ------------------------------------------------------------------------------------------------------ */

#footer {padding:40px 0}

#footer.text-white,
#footer.text-white a,
#footer.text-white h4 {color:#fff}

/*
#footer > .container {padding-top:40px;border-top:1px solid #ddd;}
*/

#footer .footer-top {margin-bottom:45px}

.social {vertical-align:middle;}
.col-md-3 .social {text-align:right}
.social h4 {display:block}
.social .social-icons {display:block;margin-bottom:20px}
.social-icons a {
  font-size: 18px;
  line-height:30px;
  font-weight:bold;
  text-align: center;
  color:#FFF;
  margin:0 5px;
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:30px;
  background:#402020;
}
.social-icons a:hover,
.social-icons a:focus,
.social-icons a:active {
  color:#FCB03B;
  background:#402020;
}

@media (max-width:768px) {

.footer-bottom,	
.footer-top {text-align:center;}
.footer-top img {margin-bottom:20px}	

.footer-bottom [class*="col-"] {
margin-bottom:25px
}

.social {text-align:center;margin-top:30px}

}



/* ------------------------------------------------------------------------------------------------------ */
/*     STANDARD CONTENT
/* ------------------------------------------------------------------------------------------------------ */

#main {position:relative;z-index:40}

#showcase.interior {
	max-height:570px;
	overflow:hidden;
}

#showcase.interior.splash {max-height:none!important}

section.general {padding:70px 0;-webkit-font-smoothing:antialiased;position:relative;background:#fff}

section.general .main p {line-height:1.7;}

section.general .main ul, section.general .main ol {margin-bottom:28px}

section.general .contents .page-title {display:none}
section.general.section-0 .contents .page-title {display:block}

section.general + section.general {padding-top:0}
section.general.has-bg + section.general,
section.general + section.general.has-bg,
section.general.has-bg + section.general.has-bg {padding:70px 0}

section.general.has-bg {background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff;font-size:18px;line-height:1.8;font-weight:500}
section.general.has-bg h2, section.general.has-bg h1 {color:#fff}
section.general.has-bg .overlay {background:rgba(0,0,0,0.5);width:100%;height:100%;position:absolute;left:0;top:0;z-index:50;}
section.general.has-bg .container {z-index:100;max-width:1000px}

/*
section.general.full {text-align:center}
*/

.sidebar ul {padding-left:18px;}

.sidebar h5 + p,
.sidebar h4 + p {margin-top:-5px}

.sidebar p {margin-bottom:15px}

.page-template-page-sidebar .section-0 {padding-top:0}

.main .container {width:100%}


@media (min-width:768px) {

.sidebar {width:32%}
.main {width:68%}

section.general.has-bg {padding:100px 0}
section.general.has-bg + section.general.has-bg {padding:100px 0}

}

@media (max-width:767px) {

.pull-right {float:none!important}

.sidebar {margin-top:40px}

section.general, .videobox {padding:40px 0}
	
}

@media (min-width:1200px) {

.sidebar-inner {padding-right:5px; }	  
}


/* ------------------------------------------------------------------------------------------------------ */
/*     INTERIOR SUBNAV
/* ------------------------------------------------------------------------------------------------------ */

#subnav {
width:100%;
background:#611017;
background:rgba(97,16,23,0.8);
color:#fff;
font-family: "WhitneyCondensed";
font-weight:400;
position:relative;
top:0;
z-index:50;
padding: 0 25px;
}

#subnav #submenu {box-shadow:none;-webkit-box-shadow:none}

#subnav .navbar-toggle {width:100%;float:none;padding:4px 0}
#subnav .navbar-toggle .icon-bar {background-color:#fff;background-color:rgba(255,255,255,0.8)}

#subnav h5 {font-weight:600;color:#fff;margin:0;float:left}
#subnav .burger {float:right;display:block}

#subnav li a {color:#fff}

#subnav ul, #subnav li {margin:0;padding:0;list-style:none}

#subnav .nav2 {padding-bottom:20px}

#subnav .nav2 li > ul {padding:10px}

@media (min-width:768px) {

#subnav {height:42px}
#mainHeader + #subnav {top:42px;margin-bottom:42px}	
#showcase + #subnav {top:0;margin-bottom:0;}
	
#subnav .navbar-collapse {margin-left:-15px;margin-right:-15px}
	
#subnav h5 {display:none}

#subnav .nav2 {border-left:0;padding-bottom:0; text-align: center;}

#subnav .nav2 > li {/*float:left;*/ display: inline-block;position:relative}
#subnav .nav2 > li:first-child {border-left:2px solid #ffffff;}

#subnav .nav2  > li > a {line-height:42px;display:block;color:#fff;font-size:26px;text-transform:uppercase;padding:0 20px;border-right:2px solid #fff;text-decoration:none}

#subnav .nav2 li > ul {
	z-index:300;
	position:absolute;
	top:100%;
	left:0;
	display:none;
	background:#611017;	
	padding:10px 0;
	min-width:100%
}
#subnav .nav2 li:hover > ul {display:block}

#subnav .nav2 li li a {color:#fff;display:block;padding:3px 20px;font-weight:500;text-transform:uppercase;cursor:pointer}
	
#subnav .nav2 li.has-children > a:after,
#subnav .nav2 li.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #fff;
	padding-left:15px
}


}

@media (max-width:991px) {
	
	#subnav .nav2  > li > a  {font-size:20px}
	#subnav.affix,
	#subnav.affix-top {position:relative!important;top:0!important}
}

@media (min-width:992px) {
	#subnav .nav2 li li a {white-space:nowrap}
	
	#subnav.affix {
		position:fixed;
		/*top:54px;*/
		left:0;
		z-index:900
	}
	/*body.admin-bar #subnav.affix {top:80px  plus height of wp admin bar  }*/
	
	.ie8 #subnav.affix {position:relative!important;top:0!important}
	
}



/* ------------------------------------------------------------------------------------------------------ */
/*     Search Results
/* ------------------------------------------------------------------------------------------------------ */

.result {background:#f4f4f4;margin:20px 0;padding:20px 20px 30px}
.result .readmore {display:none}

/* ------------------------------------------------------------------------------------------------------ */
/*     RESTAURANT MENUS
/* ------------------------------------------------------------------------------------------------------ */

section.general .main .menu-section {margin-bottom:50px}
section.general .main .menu-section p {line-height:1.2}
section.general .main .menu-section h4 {margin-bottom:5px}
section.general .main .menu-section hr {width:480px;max-width:100%;}

.attachment-menu {margin-bottom:25px}


/* open table widget */

.sidebar #OT_form,
.sidebar .OT_list,
.sidebar .OT_title,
.sidebar .OT_subtitle,
.sidebar .OT_wrapper {
    width: 100%;
}

.sidebar .OT_wrapper {border-radius:0;border-color:transparent;margin-bottom:20px}

.sidebar .OT_list {padding:0 15px}
.sidebar .OT_title {font-size:20px}
.sidebar .OT_day, .sidebar .OT_time, .sidebar .OT_party { border: 0; height: auto;width:100%}

.sidebar .OT_searchTimeField, .sidebar .OT_searchDateField, .sidebar .OT_searchPartyField {border-radius:0;height:auto;width:100%}

.sidebar #OT_timeList, .sidebar #OT_partyList {width:auto}

.sidebar .OT_submit {margin:0 auto 10px}


.sidebar p + #OT_form {margin-top:-15px}


/* ------------------------------------------------------------------------------------------------------ */
/*     NEWS / EVENTS
/* ------------------------------------------------------------------------------------------------------ */

.news {padding:70px 0}

/* ---- GRID LAYOUT ---- */


.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item,
.grid-sizer {
  width: 100%;
}

.grid-item {
  float: left;
  margin-bottom:10px;
}

.grid img {max-width:100%;height:auto}




/* ---- ITEM INNER ---- */

.eventInner { background-color: #ccc;}

.eventInner .feature-box h3,
.eventInner .feature-box h3 a {color:#fff;text-decoration:none}

.activities .eventInner .feature-box h4 {font-weight:700;margin-top:10px;color:#fff}

.eventInner .date {background:#fff;color:#111;font-size:15px;display:inline-block;margin-bottom:20px}

.eventInner .date b {font-size:25px;display:block;font-weight:500}

.eventInner .feature-box .feature-box-caption-content { padding-top:50px;padding-bottom:50px}



/* left grid */

.left-grid .eventInner .feature-box .feature-box-caption-content { text-align:left }

.left-grid .eventInner .date {font-size:13px;padding:6px 15px;}

.left-grid .eventInner .date:hover,
.left-grid .eventInner .date:focus,
.left-grid .eventInner .date:active {background:#fff!important;color:#111!important}

.left-grid .eventInner .date b {font-size:21px;line-height:1}

.left-grid .eventInner .feature-box .feature-box-caption-content {padding-left:30px;padding-bottom:30px}

.left-grid .eventInner .feature-box .feature-box-caption-content {-webkit-transform:none;transform:none;bottom:0;top:auto}

.left-grid .eventInner .feature-box .event-cats {margin-bottom:10px}



@media (min-width:768px) {
.no-touchevents .eventInner .feature-box .feature-box-caption-content .cta {
	position:absolute;
	left:0;
	right:0;
	bottom:-300px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	text-align:center;
}
	
.no-touchevents .eventInner .feature-box:hover .feature-box-caption-content .cta {
	bottom:0px;
}

.no-touchevents .eventInner .feature-box:hover .feature-box-caption-content {
	padding-top:0
}
.no-touchevents .activities .eventInner .feature-box:hover .feature-box-caption-content {
	padding-top:10px;
}

.left-grid .eventInner .feature-box .feature-box-caption-content .cta {right:auto;left:30px}

.no-touchevents .left-grid  .eventInner .feature-box:hover .feature-box-caption-content {padding-bottom:80px}
.no-touchevents .left-grid  .eventInner .feature-box:hover .feature-box-caption-content .cta {bottom:30px}
}

@media (min-width:1200px) {
.left-grid .eventInner .feature-box .feature-box-caption-content {bottom:auto;top:15%}	
}

/*@media (min-width:1380px) {
.left-grid .eventInner .feature-box .feature-box-caption-content {top:30%}	
}*/


/* ---- LIST LAYOUT ---- */

.grid2 article {margin-bottom:30px}

.eventContent {text-align:center;padding-top:30px}
.eventContent hr {width:450px;max-width:100%}


/* --- ACTIVITES ---- */


.activities .grid-item,
.activities .grid-sizer {
  width: 50%;
}
.activities .eventInner { margin-right:15px}




.activities .feature-box-caption-content img {max-height:90px;width:auto}

.activities .feature-box .wp-post-image {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	}
	
.activityModal .modal-content {color:#fff;min-height:200px;background:#555;font-weight:500;padding:25px}
.activityModal h3, .activityModal h4, .activityModal h5 {color:#fff}
.activityModal a {color:#fff;text-decoration:underline}
.activityModal a:hover, .activityModal a:focus {color:#fff;text-decoration:none}

.activityModal .close {
	background-color: #999;
    opacity: 1;
    padding: 10px;
	color:#fff;	
	font-size:30px;
	z-index:10;
	position:relative;
}


.activityModal .modal-dialog {min-width:50%}

@media (min-width:768px) {
	
.grid-item,
.grid-sizer {
  width: 50%;
}
.activities .grid-item,
.activities .grid-sizer {
  width: 33.3333%;
}

.eventInner { margin-right:15px}

.activities .eventInner .feature-box h4 {font-size:18px;}

.activityModal .close {
 right: -30px;
    position: absolute;
    top: 16px;
}

}

@media (min-width:768px) and (max-width:991px) {
	
	.eventContent p {display:none}
	
	
}

@media (min-width:992px) {


.grid-item,
.grid-sizer {
  width: 33.3333%;
}

.activities .grid-item,
.activities .grid-sizer {
  width: 25%;
}

.activities .feature-box-caption-content img {max-height:160px;width:auto}

}

@media (min-width:992px) and (max-width:1199px) {
	.eventContent {padding-top:10px}
}



@media (max-width:767px) {
	
	.activities .eventInner .feature-box .feature-box-caption-content {padding:15px}
	
}
@media (max-width:480px) {
	.activities .eventInner .feature-box h4 {font-size:13px}
	.activities .feature-box-caption-content img{max-height:60px}
}


/*@media (min-width:1380px) {
	.eventContent {padding-top:70px}	
}*/


.download-iCal-frm input {padding:3px 5px;border-width:1px;border-radius:5px}


/* ------------------------------------------------------------------------------------------------------ */
/*     EVENT ESPRESSO
/* ------------------------------------------------------------------------------------------------------ */

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-today,
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-agendaDay,
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-agendaWeek,
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-month {display:none!important}



#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev, 
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next {
width:30px;
height:30px;
padding:0!important;
border-radius:30px!important;
text-align:center;
border-width:3px!important;
font-size:24px!important;
font-weight:bold!important;
line-height:1;
overflow:visible;
display:inline-block;
}

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-header-space {background:none!important}

.sidebar .fc-view {overflow:auto}

.sidebar .fc-day-header {font-size:13px}

.time_cal_qtip {display:none}


@media (min-width:992px) {
	#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next:after,
	#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev:after {
	position:absolute;
	z-index:90;
	font-weight:600;
	text-transform:uppercase;
	font-size:20px;
	padding-top:5px
	}
	
	#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev:after {
		content:'Previous';
		left:45px;
	}
	#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next:after {
		content:'Next';
		right:45px;
	}
	
	.sidebar #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev:after,
	.sidebar #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next:after {
		content: '';
	}
	
	#espresso_calendar:not(.ui-widget) .fc-header-title h2 {
	font-size:46px!important;
	font-weight:500!important;
	font-family:inherit!important;
	}
	
	.main #espresso_calendar:not(.ui-widget) .fc-header-title h2,
	.panel-collapse #espresso_calendar:not(.ui-widget) .fc-header-title h2  {font-size:28px!important}
	
	
	.sidebar #espresso_calendar:not(.ui-widget) .fc-header-title h2 {font-size:20px!important}
	
	.panel-collapse #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next:after, 
	.panel-collapse #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev:after {font-size:16px!important}
	
}

#espresso_calendar.calendar_fullsize .fc-event-title {font-size:15px!important}

#espresso_calendar.calendar_fullsize .fc-grid .fc-day-number {float:none;background:#eee;padding:2px 12px;display:inline-block;position:relative;font-weight:500}

#espresso_calendar.calendar_fullsize .fc-grid .fc-day-number:after {
 content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	bottom: -5px;
    margin-left:-5px;
	border-width: 5px 6.5px 0 6.5px;
	border-color: #eee transparent transparent transparent;
}

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-state-highlight .fc-day-number {background:#f2a416;color:#fff}



#espresso_calendar .fc-event-title {font-weight:600}

#espresso_calendar:not(.ui-widget) .fc-event {margin-top:5px!important}

#espresso_calendar .fc-widget-header {background:#f2a416;color:#fff;text-transform:uppercase;font-weight:600!important;padding:10px 5px!important}

.fc-widget-header, .fc-widget-content {border:2px solid #fff!important}
section.general #espresso_calendar table.fc-border-separate td {border-top:2px solid #fff!important;background:#f9f9f9}

#espresso_calendar:not(.ui-widget).calendar_fullsize tr td {background:#f9f9f9}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-header tr td {background:none}

.powered-by-event-espresso-credit {display:none}
#espresso_calendar .fc-event {border:0!important;background:#f1f1f1!important}

#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-state-highlight {background:#f9f9f9!important}

.ui-widget-header {background:#f9f9f9!important;border:0!important;font-weight:600!important;font-family:'Whitney','Helvetica Neue',Arial,sans-serif!important}
.ui-widget-content {border:none;font-family:'Whitney','Helvetica Neue',Arial,sans-serif!important;font-size:14px!important}

#espresso_calendar .expired .fc-event-inner {color:#777}

.sidebar .widget_ee-upcoming-events-widget {padding:0}
.sidebar .widget_ee-upcoming-events-widget .widget-title {margin-bottom:25px}
.sidebar .ee-upcoming-events-widget-title-h5 {margin:0}
.sidebar .ee-upcoming-events-widget-li {margin-top:15px;border-bottom: 1px solid #ccc;}
.sidebar .ee-event-datetimes-ul {padding-top:8px}
.sidebar .ee-upcoming-events-widget-ul {padding:0}
.sidebar .ee-upcoming-events-widget-ul .eventtime {display:none}

.ee-upcoming-events-widget-li img {margin-top:10px}

.sidebar .espresso_events {margin-bottom:20px}

@media only screen and (max-width: 480px) {
	
	#espresso_calendar .fc-event-title, #espresso_calendar .time-display-block, .ui-tooltip-content p, #espresso_calendar .fc-button-month, #espresso_calendar .fc-button-agendaDay, #espresso_calendar .fc-button-agendaWeek, #espresso_calendar .fc-button-today {
		
		display:block!important
	}
	
}

/* ------------------------------------------------------------------------------------------------------ */
/*     BLOG SINGLE POST PAGE 
/* ------------------------------------------------------------------------------------------------------ */

.sidebar .widget {margin-bottom:40px}

#comments ol {list-style:none;padding:0}

#comments textarea {width:100%}

#comments {padding-top:40px;border-top:1px solid #eee;margin-top:40px}

.search-submit {background:none;border:none}
.search-field {border:1px solid #ccc;padding:10px}

.sidebar .TA_selfserveprop > div {width:100%!important}

.commentform input {width:100%}

.post-meta time {display:inline-block}



/* ------------------------------------------------------------------------------------------------------ */
/*     EVENT SINGLE POST PAGE 
/* ------------------------------------------------------------------------------------------------------ */

.event-tickets .ticket-selector-submit-btn {float:none}

.event-tickets {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0;margin:20px 0}

.ee-event-datetimes-ul {list-style:none;padding:0}
.ee-event-datetimes-ul li {margin-bottom:5px}

/* ------------------------------------------------------------------------------------------------------ */
/*     LANDING PAGE
/* ------------------------------------------------------------------------------------------------------ */


body.page-template-page-landing {padding-top:0}

body.page-template-page-landing #mainNav .phone2{
	color:#993600;
	float:right;
	font-size:26px;
	padding-bottom:20px;
	font-weight:500;
	text-align:right;
	line-height:1.1;
	margin-right:20px
}

body.page-template-page-landing #mainNav .phone2 span {display:block;font-size:22px;font-weight:300}

body.page-template-page-landing #showcase {border-bottom:15px solid #611017}

body.page-template-page-landing .main section.general:first-child {padding-top:0}


#floater {  /* required to avoid jumping */
  	top: 0;
  	position: relative;
	text-align:left;
	margin-bottom:30px;
}

.floating-content {
	position: relative;
	z-index:500;
}

.floating-content-inner {
	padding:30px 25px 15px;
	background-color:#f2a416;
	color:#fff;
	position:relative;
	display:block;
	font-size:14px;
	}

.ie8 .floating-content-inner {
	filter: alpha(opacity=90);	
}

.floating-content-inner:after {
    content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	bottom: -30px;
    margin-left:-30px;
	border-width: 30px 30px 0 30px;
	border-color: #f2a416 transparent transparent transparent;
 }



.floating-content-content {margin-bottom:30px;}

.sidebar .floating-content .frm_form_widget {padding:0}
.sidebar .floating-content .widget {margin-bottom:15px}


@media (max-width:767px) {

.floating-content.affix,
.floating-content.affix-top {top:0!important;position:relative!important;margin-bottom:70px}
}


@media (min-width:768px) {


.floating-content {position: fixed; top: 240px;}

.floating-content-inner {width:310px;}

#floater {position:absolute;top:100px;left:0;right:0;z-index:999}

	
}

@media (min-width:768px) and (max-width:991px) {

.floating-content {top:200px}
.floating-content-inner {width:250px;}
	
}

@media (min-width:1200px) {
	.floating-content {top:260px}
	.floating-content-inner {width:350px;}
}

/*@media (min-width:1380px) {
	.floating-content-inner {width:400px;}
}*/




/* ------------------------------------------------------------------------------------------------------ */
/*     WOOCOMMMERCE
/* ------------------------------------------------------------------------------------------------------ */

.woocommerce-products-header__title {display:none} 

.woocommerce-result-count {display:none}

.woocommerce-products-header {float:left;padding-top:10px}

.storefront-sorting .styled-select {  margin: 0 auto;}

.styled-select {
    background: #eee;
    height: 40px;
    overflow: hidden;
    width: 230px;
    border: 1px solid #eee;
    margin: 0;
	position:relative;

}

.styled-select:after {
    content: '+';
	font-size:20px;
    color: #999;
    line-height: 39px;
    margin: 0 10px 0 5px;
	position: absolute;
    right: 0;
	z-index:1;
	top:0
}
.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 40px;
    padding: 5px;
    width: 258px;
    max-width: none;
	z-index: 999;
    position: relative;
		text-transform:uppercase;
}

.woocommerce span.onsale {background:#ef3835;text-transform:uppercase; line-height: 2.3em; padding: 5px 12px;border-radius: 0;}

.woocommerce ul.products li.product .onsale {
	position:absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    border-radius: 0;
}

.product .cart .quantity {display:inline-block}

.woocommerce .quantity .qty {    padding: .318em 0.5em;}

.woocommerce .up-sells,
.woocommerce .related {clear:both}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {border-radius:0;border-color:transparent;color:#fff;background-color:#555;font-weight:500}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {color:#fff}

.woocommerce div.product span.onsale {position:relative;display:inline-block; left: auto;
    top: auto; margin-bottom:2em}
	
	.woocommerce .woocommerce-breadcrumb {text-transform:uppercase}
	
	.woocommerce ul.products li.product .button {margin-top:0}
	
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del{color:#555;font-weight:500}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product  p.price  ins {color:#000;text-decoration:none;font-weight:500}

.woocommerce ul.products li.product .price {font-size:1em;}
.woocommerce div.product  p.price {font-size:1.7em}

div.product h2 {font-size:2em;font-weight:500}
h1.product_title {font-size:2em;font-weight:600}

div.product .product_meta {display:none}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {font-weight:500}

div.product .summary h2 {font-size:1.1em;margin-bottom:10px}

.cart-contents {
	position:fixed;
	right:0;top:45%;
	z-index: 999;
    background: #555;
    color: #fff;
    padding:15px 20px 15px 15px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
.cart-contents:before {
	content:'';
    background:url(../img/icon-cart.png) 0 0 no-repeat transparent;
	width:37px;
	height:35px;
    font-style:normal;
    font-weight:400;
	display:block;
}
.cart-contents:hover {
    text-decoration: none;
	color:#fff
}
.cart-contents-count {
    color: #111;
    background-color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
	position: absolute;
    right: 10px;
    bottom:12px;
}

.woocommerce .product-quantity,
.woocommerce a.remove {font-family:sans-serif}

.woocommerce thead th {
	background-color: #555;
    color: #fff;
	border-right:1px solid #fff;
	text-transform:uppercase;
}

.woocommerce th:last-child {border-right:0}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
	background:#fff;color:#555;font-weight:500;text-transform:uppercase}

/*
.cart .product-thumbnail {display:none} */

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width:50px}

.woocommerce table.shop_table .cart_item td {padding:20px 12px}

.woocommerce table.shop_table .cart_item .product-name {text-transform:uppercase}

.shop_cat_desc {color:#555}

.woocommerce .woocommerce-breadcrumb span {color:#555}

@media (min-width: 768px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}
}

@media (min-width:481px) and (max-width:767px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		clear:none
	}
	
}

@media (max-width:480px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		width:100%
	}
}
/* ------------------------------------------------------------------------------------------------------ */
/*     FORMIDABLE FORMS
/* ------------------------------------------------------------------------------------------------------ */
 
.frm_style_formidable-style.with_frm_style input, .frm_style_formidable-style.with_frm_style select {height:auto!important}
 
.frm_form_field input[type=tel],
.frm_form_field select,
.frm_form_field textarea,
.frm_form_field input {border-radius:0!important;padding:15px 12px!important;font-family:'Whitney',sans-serif!important;font-size:16px!important}

.frm_submit {text-align:center;margin:0 auto;font-size:18px;font-family:'Whitney',sans-serif;text-transform:uppercase;font-weight:400;padding:6px 10px;max-width:400px}

.sidebar .frm_submit {display:block}

.frm_submit input[type=submit] {border:0;background:none!important;width:100%!important}

.frm_submit .frm_ajax_loading {position:absolute;top:15px;right:10px}

.sidebar .frm_forms {padding:25px 20px;background-color:#ccc;color:#fff;text-align:center}



.sidebar .frm_forms .frm_description p,
.sidebar .frm_forms .frm_primary_label, 
.sidebar .frm_forms .frm_submit input {color:#fff!important;}

.sidebar .frm_forms .frm_description {text-align:center!important}

.sidebar h3.frm_form_title,
.sidebar .frm_form_widget .widget-title {color:#fff!important;font-weight:500;font-size:20px;text-align:center;}

.sidebar h3.frm_form_title {margin-top:0!important;margin-bottom:20px!important}
.sidebar .frm_form_widget .widget-title {padding-top:25px;margin:0}

.frm_style_formidable-style.with_frm_style .frm_message {border-radius:0;font-size:15px;text-align:center}




/* ------------------------------------------------------------------------------------------------------ */
/*     PROMO MODAL
/* ------------------------------------------------------------------------------------------------------ */


/* ----- PROMO MODAL ------ */

#promoModal .modal-dialog {width:100%;max-width:840px;margin:0 auto}

#promoModal .modal-content .close {
	right: 15px;
    position: absolute;
    top: 10px;
    font-size: 30px;
    color: #fff;
	text-shadow:none;
	opacity:.9
	}
	
#promoModal .modal-content {background-color:#222;color:#fff;text-align:center;padding:40px}
#promoModal .modal-content h2 {font-size:46px;}

#promoModal .modal-content.light h2,
#promoModal .modal-content.light h3,
#promoModal .modal-content.light h4,
#promoModal .modal-content.light h5,
#promoModal .modal-content.light label,
#promoModal .modal-content.light {color:#fff}

#promoModal .modal-content.dark h2,
#promoModal .modal-content.dark h3,
#promoModal .modal-content.dark h4,
#promoModal .modal-content.dark h5,
#promoModal .modal-content.dark label,
#promoModal .modal-content.dark {color:#111}

.modal-open .modal-vcenter {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}

#promoModal .frm_submit {display:block}

#promoModal .frm_submit input {color:#fff;}

#promoModal .frm_error {color:#fff}

/* ------------------------------------------------------------------------------------------------------ */
/*     WORDPRESS EDITOR CLASSES
/* ------------------------------------------------------------------------------------------------------ */

.panel,
.panel-group {border:0}

.panel-body {border:0;background:#f5f5f5;}

.panel-title {border:0;color:#fff}
.panel-heading {padding:0}

.panel-title > a.collapsed {background:#f5f5f5;color:#333!important}
.panel-title > a.collapsed:hover {background:#ce7619;color:#fff!important}
.panel-title > a {display:block;text-decoration:none;border:0;background:#ce7619;color:#fff!important;padding:10px 15px}


.panel-title > a:after {
    font-family: 'FontAwesome';
    content: "\f056";
    float: left;
	margin-right:10px;
    color: #fff;
	color:rgba(255,255,255,0.5);
}

.panel-title > a.collapsed:after {
    content: "\f055";
	color:#999;
}

.panel-title:hover > a.collapsed:after {
 	color:rgba(255,255,255,0.5);	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border-top-color:#ce7619}

.nav-tabs>li>a {border-radius:0}
.tab-pane {padding:10px 0}

.alignleft, img.alignleft {
	margin-right: 25px;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 25px;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	text-align:center;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 15px;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}


/* ------------------------------------------------------------------------------------------------------ */
/*     MAPS
/* ------------------------------------------------------------------------------------------------------ */
 
.wpgmp_map_container {box-shadow:none!important}

@media (max-width:767px) {
	section.map .wpgmp_map {max-height:300px}
}


/* ---------------------------------------------------------------------- PRELOADER  ------------------ */

#preloader {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background: #FFF;
	height: 36px;
	width: 36px;
	margin-left: -18px;
	margin-top: -18px;
}

/* ------------------------------------------------------------------------------------------------------ */
/*     SLICK THEME
/* ------------------------------------------------------------------------------------------------------ */


/* Slider */
.slick-loading .slick-list{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 100%;
    padding: 0;
    margin-top: -10px; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    /*outline: none;*/
    background: transparent;
	z-index:999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    /*outline: none;*/
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: 0px;
}
[dir='rtl'] .slick-prev{
    right: 0px;
    left: auto;
}
.slick-prev:before{
    content: '\f104';
	float:left;
	padding-left:10px;
}
[dir='rtl'] .slick-prev:before{
    content: '\f104';
	float:left;
	padding-left:10px;
}

.slick-next{
    right: 0px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 0px;
}
.slick-next:before{
    content: '\f105';
	float:right;
	padding-right:10px;
}
[dir='rtl'] .slick-next:before{
    content: '\f105';
	float:right;
	padding-right:10px;
}

/* Dots */

.slick-dots{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    /*outline: none;*/
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
   /*outline: none;*/
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'FontAwesome';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}




/* isotope */

/**** Isotope Filtering ****/
 
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
 
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.padding{padding:15px;}

.footer-boating{background-color:pink;}





.mobile-call{display: none;}

.sub-menu > li.menu-item-has-children > a > span {
    position: relative;
}
.sub-menu > li.menu-item-has-children > a > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 19px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    position: relative;
    top: 2px;
}


 
/* 3 colum and 2colum section */
.thre_colum_award_section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

section.thre_colum_award_section {
    padding: 80px 0 50px 0;
    background: #f1f1f1;
}

.thre_colum_award_section h3 {
    font-size: 20px;
    text-transform: unset;
    letter-spacing: 0.0em;
}

.awards-box {
    text-align: center;
}

.awards-box h3 {
    font-size: 20px;
    text-transform: unset; 
    letter-spacing: 0.0em;
    margin-bottom: 35px;
    margin-top: 20px;
}

.awards-box  span.years {
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.awards-box {
    border-right: 1px  solid #d6d6d6;
}
.awards-box:last-child{
    border-right: 0;
}
.cta-button {
    text-align: center;
    margin: 40px 0 0 0;
}

.cta-button  a.cta-btn {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background: #536473;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #0000;
}

.cta-button a.cta-btn:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    left: 5px;
    top: 5px;
    border: 1px solid #868686;
}

.cta-button a.cta-btn:hover {
    background: none;
    border: 1px solid #868686;
    color: #536473;
}
.cta-button a.cta-btn:hover:after {}

.cta-button {
    text-align: center;
    margin: 40px 0 0 0;
}

.cta-button  a.cta-btn {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background: #536473;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #0000;
}

.cta-button a.cta-btn:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    left: 5px;
    top: 5px;
    border: 1px solid #868686;
}

.cta-button a.cta-btn:hover {
    background: none;
    border: 1px solid #868686;
    color: #536473;
}
.cta-button a.cta-btn:hover:after {}

.thre_colum_award_section p.bottom-text {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.two_colum_image_content .section-title {
    text-align: center;
}


section.two_colum_image_content {
    padding: 80px 0 50px 0;
}

.award-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.award-box h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.award-box h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.award-box p, .award-box li {
    color: #231f20;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6em;
}

.award-box ul {
    margin: 0;
    padding: 0;
}

.award-box ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    color: #536473;
}

.award-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #536473;
    border-radius: 50%;
}

/* readmore button */
.show_more p.wpsm-show{  position:relative; 
    width: 110px;
    margin: 0 auto;
    color: #523c2d !important;
    border: 2px solid;
    border-color: #0076a9;
    padding: 4px 10px;
	font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;
font-weight: 600; text-align:center;
text-transform: uppercase;
}
.show_more p.wpsm-show::after{
	content: "";
border-style: solid;
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
border-width: 10px 12.5px 0 12.5px;
border-color: #fff transparent transparent transparent;
border-top-color: #0076a9; }

.wpsm-content p.wpsm-hide{
	position:relative; 
    width: 100px;
margin: 0 auto;
    color: #523c2d !important;
    border: 2px solid;
    border-color: #0076a9;
    padding: 4px 10px;
	font-family: 'Whitney','Helvetica Neue',Arial,sans-serif;
font-weight: 600; text-align:center;
text-transform: uppercase;
   }
.wpsm-content p.wpsm-hide::after{ 
    width: 8px;
height: 0px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #2f2f2f;   
content: "";
border-style: solid;
position: absolute;
left: 40%;
top: -10px;
border-top: 0px solid transparent;
border-bottom-color: #0076a9;
	}

.show_more p.wpsm-show:hover, .wpsm-content p.wpsm-hide:hover{
background-color: #0076a9 !important; text-decoration:none; color: #fff !important;}
.sub-menu .sub-menu{padding-left:15px !important;}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
    color: #fff !important;
	/*background-color: #fcb03b!important; */
	background-color: #0076a9 !important; }

.stehekin-wcag #showcase .header-content .header-content-inner .btn, .lodgeatstehekin #showcase .header-content .header-content-inner .btn {
    background: #fff!important;
    color: #4c6673!important;
}


#showcase .slider img{
    width: 1920px;
    height: 790px;
}
.modal{
    top: 150px;
}