@font-face {
	font-family: 'gill-light';
	src: url('../webfonts/369C71_3_0.eot');
	src: url('../webfonts/369C71_3_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/369C71_3_0.woff2') format('woff2'), url('webfonts/369C71_3_0.woff') format('woff'), url('../webfonts/369C71_3_0.ttf') format('truetype'), url('../webfonts/369C71_3_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'gill-book';
	src: url('../webfonts/369C71_0_0.eot');
	src: url('../webfonts/369C71_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/369C71_0_0.woff2') format('woff2'), url('../webfonts/369C71_0_0.woff') format('woff'), url('../webfonts/369C71_0_0.ttf') format('truetype'), url('../webfonts/369C71_0_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'gill-medium';
	src: url('../webfonts/369C71_1_0.eot');
	src: url('../webfonts/369C71_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/369C71_1_0.woff2') format('woff2'), url('../webfonts/369C71_1_0.woff') format('woff'), url('../webfonts/369C71_1_0.ttf') format('truetype'), url('../webfonts/369C71_1_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'gill-bold';
	src: url('../webfonts/369C71_2_0.eot');
	src: url('../webfonts/369C71_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/369C71_2_0.woff2') format('woff2'), url('../webfonts/369C71_2_0.woff') format('woff'), url('../webfonts/369C71_2_0.ttf') format('truetype'), url('../webfonts/369C71_2_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../webfonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ElegantIcons';
	src: url('../webfonts/ElegantIcons.woff') format('woff'),  url('../webfonts/ElegantIcons.ttf') format('truetype'),  url('../webfonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background-color: #fff;
	font-family: "gill-light", sans-serif;
}
a img { border: none; }
.clear { clear: both; }
sup { font-size: .6em; }
h3 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}
.below450 { display: none; }
/*** BUTTONS ***/

.border-button {
	border: 2px solid #7badc7;
	font-family: "gill-medium", sans-serif;
	font-size: 17px;
	color: #fff;
	display: inline-block;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	margin-bottom: 1.2em;
}
.border-button:hover { background-color: #7badc7; }
.border-button a {
	display: inline-block;
	padding: 18px 28px 16px 28px;
	color: #fff!important;
	text-decoration: none;
	text-shadow: none;
	line-height: normal;
	text-align: center;
}
/******  /////////  HEADER & NAV  ///////////  *******/

#header-container {
	font-family: 'gill-book', sans-serif;
	background-color: rgba(0, 0, 0, 0.7);
	height: 146px;
	z-index: 2000;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
/*#header-container:hover { background-color: rgba(0, 0, 0, .7) !important; }*/

#header {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 1568px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
#logo {
	width: 156px;
	float: left;
	padding-top: 23px;
}
#logo img {
	width: 100%;
	height: auto;
}
#book-now {
	float: right;
	margin-top: 67px;
	background-color: #7badc7;
	width: 168px;
	height: 58px;
	text-align: center;
	font-family: "gill-bold", sans-serif;
	font-size: 17px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
#book-now a {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 18px;
	text-decoration: none;
	color: #fff;
}
#book-now:hover { background-color: #5e8396; }
.locked { position: fixed; }
.unlocked { position: relative; }
.dark { background-color: rgba(0, 0, 0, .7) !important; }
.darker { background-color: rgba(0, 0, 0, .6) !important; }
/*** main nav ***/

#main-nav {
	position: absolute;
	right: 268px;
	top: 95px;
}
#main-nav ul li {
	display: inline-block;
	position: relative; /*margin-right: 30px;*/
	padding: 15px 14px 16px 14px;
	font-size: 17px;
	letter-spacing: .1em;
}
#main-nav ul li a:hover, #main-nav ul li a.active { border-bottom: 5px #7badc7 solid; }
#main-nav ul li a {
	display: inline-block;
	padding-bottom: 10px;
	text-decoration: none;
	color: #fff;
}
#mobile-menu a.drop-link {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
/*** upper right nav ***/

#upper-right {
	position: absolute;
	top: 0;
	right: 38px;
}
#upper-nav {
	color: #b6b8bd;
	float: right;
	width: 500px;
	text-align: right;
	padding-top: 18px;
	font-size: 12px;
}
#upper-nav a {
	color: #fff;
	text-decoration: none;
}
#upper-nav a:hover {
	color: #fff;
	border-bottom: 2px #7badc7 solid;
}
/**** drop-downs ****/

.nav-drop {
	position: absolute;
	top: 146px;
	background-color: #fff;
	color: #abaaaa;
	z-index: 9999;
	width: 100%;
	max-width: 1104px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-box-shadow: 0px 6px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 5px 1px rgba(0,0,0,0.3);
}
#about-drop, #rooms-drop, #dining-drop, #spa-drop, #meetings-drop, #weddings-drop, #area-drop { display: none; }
.drop-picture {
	width: 37.8%;
	float: left;
}
.drop-picture img {
	width: 100%;
	height: 418px;
	display: block;
	object-fit: cover;
}
.drop-links {
	width: 23%;
	float: left;
}
.drop-links-container { padding: 40px 0 0 38px; }
.drop-link {
	font-family: 'gill-book', sans-serif;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 0;
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
	display: inline-block;
	color: #737373;
	text-decoration: none;
}
.drop-link:hover { color: #7badc7; }
.drop-feature {
	width: 37%;
	float: right;
	padding-top: 30px;
	text-align: center;
}
.feature-container {
	padding: 15px 25px;
	border: #f0f0f0 solid;
	border-width: 0 0 0 2px;
}
.drop-feature-logo {
	width: 92px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.drop-feature-logo img {
	width: 100%;
	height: auto;
}
.drop-feature h3 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 24px;
	color: #535355;
	font-weight: normal;
	margin-bottom: 5px;
}
.drop-feature p {
	font-family: 'gill-book', sans-serif;
	font-size: 15px;
	line-height: 1.9em;
	color: #737373;
	text-align: center;
}
.drop-feature a {
	font-family: 'gill-book', sans-serif;
	font-size: 15px;
	color: #43a2d3;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.drop-feature a:hover { color: #bbb; }
.drop-feature .border-button {
	margin-top: 15px;
	background-color: #7badc7;
	border: none;
}
.drop-feature .border-button:hover { background-color: #5e8396; }
.drop-feature .border-button a {
	font-family: "gill-medium", sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
}
.right { float: right; }
.left { float: left; }
/*** mobile nav ***/

#mobile-call-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 37px;
	right: 185px;
	z-index: 99999;
	font-family: FontAwesome;
	font-size: 30px;
}
#mobile-call-button a {
	text-decoration: none;
	color: #fff;
}
#mobile-menu-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 36px;
	right: 230px;
	z-index: 99999;
	font-family: FontAwesome;
	font-size: 30px;
}
#mobile-menu-button a {
	text-decoration: none;
	color: #fff;
}
#mobile-nav {
	display: none;
	background-color: #231f20;
	position: absolute;
	top: 75px;
	left: 0px;
	right: 0;
	z-index: 99999;
	font-weight: normal;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 25px;
}
.nav-cat {
	height: 40px;
	right: 0;
	left: 0;
	border: 1px solid #3f4c62;
	border-width: 0 0 1px 0;
	padding-left: 24px; /*padding-top: 15px;*/
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
.nav-cat:hover { /*background-color: #3a79ae;*/ }
.nav-sub { display: none; }
.nav-symbol {
	font-family: FontAwesome;
	position: absolute;
	top: -3px;
	right: 40px;
}
.nav-symbol a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-sub ul li {
	height: 40px;
	width: auto;
	border: 1px solid #3f4c62;
	border-width: 0 0 1px 0;
	padding-left: 24px; /*padding-top: 15px;*/
	color: #fff;
	font-size: 14px;
	overflow: auto; /*text-transform: uppercase;*/
}
.nav-sub ul li a {
	display: block;
	padding-top: 12px;
	color: #ffffff;
	text-decoration: none;
}
/*#mobile-nav ul li a:hover { color: #341300; }*/

.nav-sub ul li:hover { background-color: #7badc7; }
/*#mobile-nav ul li.link:hover a { color: #341300; }*/

.nav-sub ul li { text-indent: 15px; }
#mobile-nav-footer {
	max-width: 360px;
	margin: 16px auto;
	font-family: FontAwesome;
	font-size: 25px;
	text-align: center;
}
#mob-footer { list-style-type: none; }
#mob-footer li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.mob-footer-icon a {
	text-decoration: none;
	color: #7badc7;
	font-family: FontAwesome;
	font-size: 30px;
	text-align: center;
}
.mob-footer-link a {
	text-decoration: none;
	color: #b6b8bd;
	font-family: "gill-book", sans-serif;
	font-size: 12px;
	text-align: center;
}
#mobile-bottom {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #3f4c62;
}
#mobile-bottom a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 0 7px;
	line-height: 2em;
}
#mobile-bottom a:hover, .mob-footer-link a:hover { color: #ccc; }
/******* END HEADER & NAV *********/



/****** BOOKING WIDGET ******/

.visuallyhidden { /*to label forms for ADA compliance*/
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#submasthead {
	position: relative;
	height: 85px;
	background: #f6f5f5;
	z-index: 500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#best-rate {
	font-family: "gill-medium", sans-serif;
	width: 130px;
	text-align: center;
	float: left;
	margin-right: 42px;
	margin-top: 5px;
}
.our-best-rate {
	font-size: 13px;
	color: #999;
	line-height: 10px;
}
.guaranteed {
	font-size: 19px;
	color: #4c4c4c;
}
#booking {
	width: 1095px;
	position: relative;
	height: 38px;
	margin: 0px auto;
	padding: 22px 0 0 0;
}
#form-check-in .box {
	width: 150px;
	border: 1px solid #c5c4c3;
	background-color: #f5f5f5;
	height: 41px;
	margin-right: 17px;
	float: left;
	padding-top: 4px;
}
#form-check-in .box.select {
	width: 150px;
	height: 41px !important;
	overflow: hidden;
	background-image: url("../images/cal-arrow-box-bg.jpg");
	background-repeat: no-repeat;
	background-position: top -12px right -12px;
	padding-top: 1px;
}
#form-check-in .box.input {
	width: 150px;
	height: 41px !important;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 3px;
}
#form-check-in label.datepicker {
	padding-left: 7px;
	color: #666;
	font-size: 14px;
	font-family: "adobe-garamond-pro", serif;
	line-height: 26px;
	z-index: 50;
}
#form-check-in input.datepicker {
	background-image: url("../images/cal-icon-box-bg.jpg");
	background-repeat: no-repeat;
	background-position: top -13px right -8px;
	background-color: transparent;
	margin-top: 0;
	padding-bottom: 5px;
	z-index: 50;
}
#form-check-in input {
	width: 150px;
	font-size: 16px;
	font-family: "gill-light", serif; /*font-family: "adobe-garamond-pro", serif; */
	color: #757575;
	border: none;
	line-height: 1;
	height: 41px;
	-webkit-appearance: none;
	margin-left: 4px;
	padding-top: 2px;
}
#form-check-in select {
	background: transparent;
	width: 170px;
	font-size: 16px;
	font-family: "gill-light", serif;
	color: #757575;
	border: none;
	line-height: 1;
	height: 41px;
	-webkit-appearance: none;
	margin-left: 4px;
	padding-top: 2px;
}
#booking #button-check-now {
	height: 44px;
	background-color: #7badc7;
	width: 225px;
	text-align: center;
	float: right;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	font-family: "gill-medium", sans-serif;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
/*#booking #button-check-now a { display: block; font-family: "gill-medium", sans-serif; font-size: 17px; color: #fff; text-decoration: none; }*/

#booking #button-check-now:hover { background-color: #5e8396; }
 #booking -webkit-input-placeholder, #booking :-moz-placeholder,  #booking ::-moz-placeholder, #booking ::placeholder, #booking :placeholder-shown {
font-family: "gill-light", sans-serif;
font-size: 16px;
color: #757575;
opacity: 1 !important;
padding-top: 2px;
}
.below840 { display: none; }
/***** FOOTER ******/

#site-footer {
	padding: 30px 0 0 0;
	background-color: #f7f6f6;
}
#footer { text-align: center; }
#footer-logo {
	width: 142px;
	margin: 0 auto 15px;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#footer-text {
	font-family: "gill-book", sans-serif;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
#footer-text a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#footer-text a:hover { color: #5e8396; }
#footer-social {
	text-align: center;
	font-family: FontAwesome;
	font-size: 25px;
	margin: 10px 0 48px 0;
}
#footer-social a {
	color: #7badc7;
	text-decoration: none;
	margin-right: 20px;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#footer-social a:hover { color: #5e8396; }
#sub-footer {
	text-align: center;
	background-color: #231f20;
	padding-top: 14px;
	text-align: center;
	padding-bottom: 14px;
}
#sub-footer-links {
	width: auto;
	padding: 0 15px;
	white-space: normal;
}
#sub-footer-links a {
	font-family: "gill-light", sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #bebebe;
	margin: 0 8px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#sub-footer-links a:hover { color: #43a2d3; }
#sub-footer-bottom-logos {
	width: 304px;
	padding: 0;
	margin: 12px auto 0 auto;
}
#sub-footer-iacc {
	width: 70px;
	height: 30px;
	margin: 0 0 0 11px;
	float: right;
}
#sub-footer-stash {
	width: 84px;
	height: 30px;
	margin: 0;
	float: left;
}
#sub-footer-chi {
	width: 110px;
	height: 30px;
	margin: 0px 11px;
	float: right;
}
#sub-footer-chi img, #sub-footer-stash img {
	width: 100%;
	height: auto;
}

#copyright{margin-top:1em;font-size:.8em;color: #bebebe;}

.below360 { display: none; }
/**** HOME MASTHEAD ****/

#home-masthead-container { position: relative; }
#home-masthead {
	position: relative;
	width: 100%;
	max-width: 1648px;
	margin: 0 auto;
}
.masthead-slide { position: relative; }
.filter1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 500px;
	background: url(/images/masthead-filter-2.png) repeat-x;
	opacity: .5;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.filter1.visible { opacity: .7; }
/*#home-masthead.rsDefault { background-image: url(../images/home-masthead-1.jpg); background-position: top center; background-size: cover; }*/

#home-masthead img {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.masthead-text {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 50;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	padding-left: 35px;
	padding-right: 35px;
}
.inner .masthead-text.no-cta { top: 47%; }
.masthead-text h1 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 45px;
	line-height: 1em;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.masthead-text p {
	font-family: "gill-light", sans-serif;
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 54px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#home-masthead-container.shifted { top: -100px; }
/**** HOME SPECIALS ****/

#home-specials-block {
	width: 100%;
	max-width: 1390px;
	margin: 0 auto;
	position: relative;
	max-height: 832px;
	background-color: #737373;
}
#home-specials {
	position: relative;
	overflow: hidden;
}
#home-specials img {
	width: 100%;
	height: auto;
}
#specialsCarousel {
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.specialsText {
	font-family: "gill-light", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.2em;
	padding: 0 15px 23px 38px;
	color: #fff;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.specialsText h3 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-weight: 400;
	font-style: normal;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	line-height: 1em;
}
.specialsText a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
.specialImg {
	width: 100%;
	height: auto;
	display: block;
}
.slide { position: relative; }
.cycle-pager {
	display: block;
	text-align: right;
	right: 0;
	left: 0;
	z-index: 500;
	position: absolute;
	bottom: 60px;
	overflow: visible;
	padding-right: 15px;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin-left: 5px;
}
.cycle-pager span.cycle-pager-active { color: #7badc7; }
.cycle-pager > * { cursor: pointer; }
#home-specials-block .border-button {
	display: block;
	width: 136px;
	height: 36px;
	position: relative;
	z-index: 5;
	margin-top: 25px;
}
#home-specials-block .border-button { width: 180px; }
#home-specials-block .border-button a {
	font-size: 14px;
	padding: 9px 20px;
	text-align: center;
}
/**** HOME 4-ACROSS GRID ****/

#home-grid {
	border-bottom: 2px #eaeff1 solid; /*max-width: 1648px; margin: 0 auto; */
	margin-top: 52px;
}
.grid-box {
	width: 25%;
	float: left;
}
.grid-box:hover .grid-pic img {
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-moz-transform: scale(1.1); /* Firefox */
	-ms-transform: scale(1.1); /* IE 9 */
	-o-transform: scale(1.1); /* Opera */
	transform: scale(1.1);
}
.grid-pic { overflow: hidden; }
.grid-pic img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
.grid-text {
	text-align: center;
	box-sizing: border-box;
	border-right: 2px #eaeff1 solid;
	padding: 15px 15px 20px;
}
.grid-4 .grid-text { border-right: none; }
.grid-text h3 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 35px;
	color: #737373;
	font-weight: normal;
}
.grid-text p {
	font-family: "gill-book", sans-serif;
	font-size: 15px;
}
.grid-text a {
	color: #7badc7;
	text-decoration: none;
}
.grid-text a.underline { text-decoration: underline; }
.right-chevron {
	font-family: FontAwesome;
	color: #7badc7;
	font-size: 13px;
}
/**** HOME INSTA *****/

#home-insta {
	margin-top: 24px;
	margin-bottom: 28px;
}
#insta-title {
	margin-bottom: 28px;
	text-align: center;
}
#insta-title h3 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 24px;
	margin-bottom: 5px;
}
#insta-title h3 a {
	color: #7badc7;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .1em;
}
#insta-title p {
	font-family: "gill-book", sans-serif;
	font-size: 17px;
	color: #848484;
}
.insta-box {
	float: left;
	width: 18.5922%;
	margin-right: 1.7597%;
	position: relative;
}
.insta-box.insta-1 { /*margin-left: 2%;*/ }
.insta-box.insta-5 {
	float: right;
	margin-right: 0;
}
.insta-box.insta-1, .insta-box.insta-2, .insta-box.insta-3, .insta-box.insta-4, .insta-box.insta-5 {
	background-size: cover;
	background-position: center center;
}
.insta-box img {
	width: 100%;
	height: auto;
}
.instagram-icon {
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.instagram-icon a {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff!important;
	text-decoration: none;
}
#content { position: relative; }
#home-intro-text {
	position: relative;
	background-color: #fff;
	top: -1px;
	padding: 34px 20px 38px 20px;
	color: #737373;
}
#content.shifted { top: -100px; }
.page-text {
	max-width: 1149px;
	margin: 0 auto;
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	color: #737373;
}
.page-text a, .big-pic-text a {
	color: #43a2d3;
	text-decoration: none;
}
.page-text a:hover, .big-pic-text a:hover { color: #5e8396; }
.leftalign {
	text-align: left;
	text-align-last: left;
}
.page-text h3 { margin: 1em 0 .5em; }
.page-text p { margin-bottom: 1em; }
.page-text p .heavier {
	font-family: 'gill-medium', sans-serif;
	font-weight: normal!important;
}
.page-text ul {
	text-align: left;
	padding-left: 30px;
	margin-bottom: .8em;
}
.page-text ul li {
	font-size: 17px;
	color: #737373;
	text-align: left;
	line-height: 1.5em;
}
.page-text .border-button {
	background-color: #7badc7;
	border: none;
	width: auto;
	margin-top: 1.42em;
	margin-bottom: 1.42em
}
.page-text .border-button:hover { background-color: #5e8396; }
.page-text .border-button a {
	padding: 12px 25px;
	color: #fff;
}
h3.para-heading {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	margin: .8em 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #737373;
}
.big-title {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	padding: 20px;
	color: #737373;
	text-align: center;
}
.inner-left {
	width: 47%;
	float: left;
	margin: 20px 0;
}
.inner-right {
	width: 47%;
	float: right;
	margin: 20px 0;
}
.inner-right img, .inner-left img {
	width: 100%;
	height: auto;
}
/***** "PAGE IMAGE" *****/

.page-image {
	width: 95%;
	max-width: 750px;
	height: auto;
	margin: 25px auto 0 auto;
}
.page-image img {
	width: 100%;
	height: auto;
}
#home-intro-text strong, .page-text strong {
	font-weight: normal;
	font-family: 'gill-bold', sans-serif;
}
/***** HOME BOTTOM SLIDER *******/

#home-bottom-slider-area {
	max-width: 1500px;
	margin: 60px auto 40px auto;
	clear: both; /* padding: 60px 0 40px 0; background-color: #f7f6f6;*/
}
#home-bottom-slider-container { background-color: #f7f6f6; }
#homeBottomSlider {
	width: auto;
	margin: 0 auto;
}
.bottom-slider-slide {
	width: 100%;
	height: auto;
}
.bottom-slider-content {
	float: left;
	width: 42.7184%;
	text-align: center;
	padding-top: 81px;
}
.bottom-slider-logo {
	width: 90px;
	margin: 0 auto;
}
.bottom-slider-logo img {
	width: 100%;
	height: auto;
}
.bottom-slider-text {
	max-width: 428px;
	margin: 0 auto;
}
.bottom-slider-text h3 {
	font-family: "adobe-garamond-pro", sans-serif;
	font-size: 32px;
	font-weight: normal;
	padding-top: 28px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #737373;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}
p.bottom-slider-body {
	font-family: "gill-book", sans-serif;
	font-size: 17px;
	line-height: 35px;
	color: #737373;
	margin-bottom: 1.4em;
	padding-left: 15px;
	padding-right: 15px;
}
.bottom-slider-pic {
	float: right;
	width: 57.2185%;
}
.bottom-slider-pic img {
	width: 100%;
	height: auto;
	display: block;
}
.bottom-slider-pager {
	display: block;
	width: 42.7184%;
	text-align: center;
	left: 0;
	z-index: 500;
	position: absolute;
	bottom: 40px;
	overflow: visible;
}
.bottom-slider-pager span {
	font-family: arial;
	font-size: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin-left: 10px;
}
.bottom-slider-pager span.cycle-pager-active { color: #7badc7; }
.bottom-slider-pager > * { cursor: pointer; }
.bottom-slider-content .border-button {
	background-color: #7badc7;
	border: none;
	width: 208px;
	height: 58px;
	font-size: 18px;
}
.bottom-slider-content .border-button a {
	color: #fff;
	letter-spacing: .1em;
	padding-top: 18px;
}
/***** INNER PAGE GRID (BOTTOM) ******/

#inner-grid-container {
	width: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.inner-grid-box {
	float: left;
	width: 33.3%;
	padding-bottom: 40px;
	text-align: center;
}
.inner-grid-box img {
	width: 100%;
	height: 470px;
	display: block;
	margin: 0;
	object-fit: cover;
}
.inner-grid-text {
	padding: 35px 15px 0 15px;
	text-align: center;
	height: 90px; /*was 80*/
}
.inner-grid-text h3 {
	font-family: 'adobe-garamond-pro';
	font-size: 34px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #737373;
	font-weight: normal;
}
.inner-grid-text p {
	font-family: 'gill-book';
	font-size: 16px;
	color: #737373;/* color: #7badc7;*/
}
.inner-cycle-pager {
	display: block;
	text-align: right;
	right: 0px;
	z-index: 500;
	position: absolute;
	bottom: 20px;
	overflow: visible;
	padding-right: 15px;
}
.inner-cycle-pager span {
	font-family: arial;
	font-size: 35px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin-left: 3px;
}
.inner-cycle-pager span.cycle-pager-active { color: #7badc7; }
.inner-cycle-pager > * { cursor: pointer; }
.inner-grid-box .border-button {
	margin-top: 25px;
	width: 225px;
	height: 44px;
	background-color: #7badc7;
	border: none;
	font-size: 17px;
}
.inner-grid-box .border-button:hover { background-color: #5e8396; }
.inner-grid-box .border-button a {
	color: #fff;
	padding: 12px 55px 0 55px;
}
/*.inner-grid-slide .inner-grid-text { padding-top: 40px; }*/







/**** INNER SUBNAV ****/

#inner-subnav {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
#inner-subnav ul {
	margin: 0;
	padding: 0;
}
#inner-subnav ul li {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 20px;
	padding: 0 0 .1em 0;
	display: inline-block;
	border-width: 0 0 5px 0;
	border-color: #fff;
	border-style: solid;
	margin-right: 1em;
	margin-bottom: .5em;
}
#inner-subnav ul li.last { margin-right: 0; }
#inner-subnav ul li:hover { border-color: #43a2d3; }
#inner-subnav ul li a {
	text-decoration: none;
	color: #4c4c4c;
	text-transform: uppercase;
}
#gallery-lodge #inner-subnav #nav-lodge a, #gallery-rooms #inner-subnav #nav-rooms a, #gallery-spa #inner-subnav #nav-spa a, #gallery-dining #inner-subnav #nav-dining a, #gallery-meetings #inner-subnav #nav-meetings a, #gallery-weddings #inner-subnav #nav-weddings a, #media #inner-subnav #nav-media a, #releases #inner-subnav #nav-releases a, #awards #inner-subnav #nav-awards a {
	color: #43a2d3;
	cursor: default;
}
#gallery-lodge #inner-subnav #nav-lodge, #gallery-rooms #inner-subnav #nav-rooms, #gallery-dining #inner-subnav #nav-dining, #gallery-spa #inner-subnav #nav-spa, #gallery-meetings #inner-subnav #nav-meetings, #gallery-weddings #inner-subnav #nav-weddings, #media #inner-subnav #nav-media, #releases #inner-subnav #nav-releases, #awards #inner-subnav #nav-awards { border: none; }
/*#gallery-lodge #content, #gallery-meetings #content, #gallery-weddings #content, #gallery-rooms #content, #gallery-dining #home-main-container, #media #content, #releases #content, #awards #content {

	padding-top: 10px;

}*/



.gallery #content {
	width: 97%;
	margin: 0 auto;
}
/**** SPA PAGE TABS ****/

#tabs-container {
	width: auto;
	max-width: 700px;
	margin: 30px auto;
	text-align: center;
}
.tab-label-box {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
}
.tab-label {
	border-width: 0 0 2px 0;
	border-color: #fff;
	border-style: solid;
	font-size: 30px;
	text-align: center;
	font-family: 'adobe-garamond-pro', serif;
}
.tab-label:hover { border-color: #7badc7; }
.tab-label a {
	color: #4c4c4c;
	text-decoration: none;
}
.activeTab { border-color: #43a2d3; }
#appt-tab, #hours-tab { display: none; }
.tab-box {
	font-family: 'gill-book', sans-serif;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	color: #737373;
}
.tab-box h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.tab-box a {
	color: #43a2d3;
	text-decoration: none;
}
.tab-box a:hover { color: #4c4c4c; }
/*** spa treatments ***/

.anchor { /* sticky header makes anchor links go to the wrong spot without this*/
	display: block;
	position: relative;
	top: -133px;
	visibility: hidden;
}
#treatments-area {
	max-width: 1178px;
	margin: 0 auto;
	position: relative;
}
#treatments-header {
	background-color: #202223;
	padding: 25px 10% 20px 10%;
	color: #fff;
	text-align: center;
}
#treatments-header h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}
#treatments-header ul {
	margin: 0;
	padding: 0;
}
#treatments-header ul li {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 19px;
	padding: 0 0 5px 0;
	display: inline;
	border-width: 0 0 3px 0;
	border-style: solid;
	margin-right: 20px;
}
#treatments-header ul li.inactive { border-color: #202223; }
#treatments-header ul li.last { margin-right: 0; }
#treatments-header ul li:hover { border-color: #7badc7; }
#treatments-header ul li.active { border-color: #7badc7; }
#treatments-header ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 40px;
}
.treatments-list {
	display: none;
	text-align: center;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.treatments-list h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	color: #737373; /*#4c4c4c;*/
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}
.treatments-list {
	font-family: 'gill-book', sans-serif;
	color: #737373;
	font-size: 17px;
	line-height: 25px; /*line-height: 27px;max-width: 800px*/
	max-width: 1178px;
	margin: 0 auto .5em;
	padding-left: 20px;
	padding-right: 20px;
}
.treatment-intro { margin-bottom: 1em; }
.treatments-list .price { color: #7badc7; }
.treatments-list .footnote { color: #4c4c4c; }
.treatments-list ul { margin-left: 25px; }
#treatments-area img {
	width: 100%;
	height: auto;
}
.treatment {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto 20px;
	background-image: url(../images/layout/treatment-separator.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	max-width: 880px;
}
.treatments-list h2.treatment-category {
	font-family: 'adobe-garamond-pro', serif;
	padding-top: 1em;
	font-size: 40px;
	margin-bottom: .5em; /*color: #1276b5;*/
	font-weight: normal;
	line-height: 1.2em;
	color: #737373;
}
.treatments-list p.blurb { font-size: 18px; }
.treatments-close-top {
	font-family: FontAwesome;
	font-size: 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 50;
	background-color: #7badc7;
	top: 0;
	right: 0px;
	text-align: center;
	padding: 2px;
	color: #fff;
}
.treatments-close-bottom { /*font-family: ElegantIcons;*/
	font-size: 40px;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 50;
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
.treatments-close-bottom img {
	width: 100%;
	height: auto;
}
.treatments-close-top a {
	color: #fff;
	text-decoration: none;
}
.treatments-close-bottom a {
	color: #7badc7;
	text-decoration: none;
}
.tlink .number { font-size: 1.25em; }
#treatments-area .fineprint {
	font-size: 14px;
	line-height: 20px;
}
/***** ZIG-ZAG *******/

.rooms-container {
	width: auto;
	max-width: 1400px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: left;
	text-align-last: left;
}
.room-left-text-right, .room-right-text-left {
	margin-top: 50px;
	padding-bottom: 20px;
}
.room-left-text-right .room-text {
	float: right;
	width: 48%;
}
.room-left-text-right .room-pic {
	float: left;
	width: 48%;
	position: relative;
}
.room-right-text-left .room-text {
	float: left;
	width: 48%;
}
.room-right-text-left .room-pic {
	float: right;
	width: 48%;
	position: relative;
}
.room-pic img {
	width: 100%;
	height: auto;
}
.room-text {
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #737373;
	padding: 5px 10px 0;
	text-align: left;
}
.room-text a {
	color: #43a2d3;
	text-decoration: none;
}
.room-text a:hover { color: #5e8396; }
.room-text ul { margin-bottom: 1.4em; }
.room-text ul li { /*line-height: 1.35em !important;*/ margin-left: 25px; }
.room-text h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35em;
	color: #737373;/*#e2aa1e;*/
	text-transform: uppercase;
}
.room-left-text-right p, .room-right-text-left p {
	color: #737373;
	margin-bottom: 1.2em;
}
hr.room-divider {
	color: #ddd;
	height: 1px;
	background-color: #ddd; /*makes Chrome behave*/
	border: none;
	margin-top: 25px;
}
.rooms-container .border-button {
	background-color: #7badc7;
	border: none;
	width: auto;
}
.rooms-container .border-button:hover { background-color: #5e8396; }
.rooms-container .border-button a {
	padding: 12px 25px;
	color: #fff;
}
.fineprint {
	font-size: .8em;
	line-height: 1.4em;
}
/**** ROOMS - SLIDERS ******/

.roomContainer { position: relative; }
.room-next {
	position: absolute;
	top: 43%;
	right: 0;
	color: white;
	cursor: pointer;
	z-index: 1000;
	padding: 5px; /*background-color: #3a302b;*/
}
.room-prev {
	position: absolute;
	top: 43%;
	left: 0;
	color: white;
	cursor: pointer;
	z-index: 1000;
	padding: 5px;
}
.room-next, .room-prev { background-color: rgba(58, 48, 45, 0.5); }
.room-pager {
	display: block;
	text-align: center;
	right: 0;
	left: 0;
	z-index: 500;
	position: absolute;
	bottom: 25px;
	overflow: visible;
	padding-right: 20px;
	text-align-last: center;
}
.room-pager span {
	font-family: arial;
	font-size: 40px;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	margin-left: 7px;
}
.room-pager span.cycle-pager-active { color: #7badc7; }
.room-pager > * { cursor: pointer; }
/* featured/special banner */

.specials-banner-container {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #f8f8f8;
	margin: 20px auto 30px auto;
	text-align: center;
}
#banner-content-width {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}
.specials-banner-right {
	width: 48%;
	float: right;
	padding-top: 15px;
	line-height: 1.4em;
	color: #333E48;
}
.specials-banner-text { padding: 0 15px; }
.specials-banner-text p {
	font-family: 'gill-book', sans-serif;
	margin-bottom: 1.1em;
	font-size: 17px;
	line-height: 25px;
	color: #737373;
}
.specials-banner-text h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #737373;
	margin: .6em 0;
	font-weight: normal;
	line-height: 1.4em;
}
.specials-banner-left {
	width: 42%;
	float: left;
	padding: 0;
	line-height: 0;
}
.specials-banner-left img {
	width: 100%;
	height: auto;
	margin: 0;
}
.specials-banner-text .border-button {
	background-color: #7badc7;
	border: none;
	width: auto;
}
.specials-banner-text .border-button:hover { background-color: #5e8396; }
.specials-banner-text .border-button a {
	padding: 12px 25px;
	color: #fff;
}
/***** team grid *****/

#executive-grid {
	width: auto;
	max-width: 1178px;
	margin: 30px auto;
}
.executive-box {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}
.executive-box img {
	width: 90%;
	height: auto;
}
.executive-box h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 22px;
	color: #737373;
	margin-top: 15px;
}
.executive-box p {
	font-family: 'gill-book', sans-serif;
	color: #737373;
	font-size: 17px;
}
.executive-box p a {
	color: #2bbbd7;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}
.executive-box .linked-in { margin-top: 15px; }
.executive-box .linked-in a {
	font-family: 'FontAwesome';
	font-size: 30px;
	text-align: center;
	margin: 5px auto 0 auto;
	color: #5081bb;
	text-decoration: none;
}
/* weddings feature box (THREE ACROSS rollover boxes) */

#three-feature-boxes-container {
	max-width: 850px;
	margin: 25px auto 0 auto;
}
.feature-box {
	position: relative;
	float: left;
	width: 30%;
	padding: 1.6%;
}
.feature-box-content-area { position: relative; }
.feature-box-img { background-color: #000; }
.feature-box-img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
.feature-box-text-positioner {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	padding: 15px;
	text-align-last: center;
}
.feature-box-text { /*display: table-cell; */
	font-family: 'adobe-garamond-pro', serif;
	font-size: 25px;
	line-height: 32px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	margin: auto;
}
a .feature-box-text {
	color: #fff;
	padding: 0 15px;
}
.rollover-dark {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
/***** WEDDINGS FEATURE BOXES: FOUR-ACROSS PICS WITH TEXT/LINKS, ROLLOVER EFFECT ******/

#four-square-area {
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 30px;
}
#four-square-block {
	max-width: 1180px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.four-square-box {
	position: relative;
	text-align: center;
	width: 30%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.four-square-box img {
	display: block;
	width: 100%;
	height: auto;
}
.four-square-text-area {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.four-square-text-area:hover { background-color: rgba(0,0,0,.4); }
.four-square-shim {
	display: table;
	height: 100%;
	width: 100%;
}
.four-square-positioner {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.four-square-text { text-align: center; }
.four-square-text h2 {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	font-family: 'adobe-garamond-pro', serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#tile4 { margin-right: 0; }
/**** two feature boxes ****/

#two-feature-boxes-container {
	position: relative;
	max-width: 800px;
	margin: 25px auto 0 auto;
	padding: 0;
}
#two-feature-boxes-container .feature-box {
	width: 48%;
	margin: 0;
	padding: 0;
}
#two-feature-boxes-container .feature-box.one { margin-right: 4%; }
/***** SPECIALS PAGE GRID ****/

#specials-grid-container {
	margin: 0 auto;
	margin-bottom: 30px;
}
.specials-grid-box {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 30px;
	text-align: center;
}
.specials-grid-box img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}
@media only screen and (max-width: 575px)
{
.specials-grid-box img {
	width: 100%;
	height: 220px;
	object-fit: contain;
}
}
.specials-grid-text {
	padding: 20px 15px;
	text-align: center;
}
.specials-grid-headline { /*height: 48px;*/ margin: 10px 0; }
.specials-grid-text h3 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #737373;
}
.specials-grid-body {
	height: 40px;
	margin-bottom: 10px;
}
.specials-grid-text p {
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #737373;
}
/*.specials-soldout { height: 37px; border: none; width: 80%; max-width: 212px; text-align: center; background-image: url(../images/layout/soldout-big.png); background-size: cover; font-family: 'adobe-garamond-pro', serif; font-size: 20px; text-transform: uppercase; color: #FFF; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 10px; }*/

.learn-more {
	height: 25px;
	text-align: center;
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
}
.learn-more a {
	color: #7badc7;
	text-decoration: none;
}
.specials-grid-box .border-button {
	background-color: #7badc7;
	border: none;
	width: auto;
	margin-top: 10px;
}
.specials-grid-box .border-button a {
	padding: 12px 25px;
	color: #fff;
}
.link-arrow {
	font-family: FontAwesome;
	text-decoration: none;
}
#spa-specials .learn-more { display: none; }
/* featured special */

h3#feature-special-title {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 40px;
	font-weight: normal;
	color: #737373;
	text-align: center;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
#featured-special-container {
	margin: 0 auto;
	width: auto;
	max-width: 1178px;
	padding-left: 15px;
	padding-right: 15px;
}
#other-specials {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
.big-pic-left-text-right, .big-pic-right-text-left {
	margin-top: 50px;
	padding-bottom: 20px;
}
.big-pic-left-text-right .big-pic-text {
	float: right;
	width: 48%;
} /*357*/
.big-pic-left-text-right .big-pic {
	float: left;
	width: 48%;
} /* 700 */
.big-pic-right-text-left .big-pic-text {
	float: left;
	width: 48%;
} /* 357px*/
.big-pic-right-text-left .big-pic {
	float: right;
	width: 48%;
} /* 700px */
.big-pic { position: relative; }
.big-pic img {
	width: 100%;
	height: auto;
}
.big-pic-text {
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
	color: #737373;
	line-height: 25px;
}
.big-pic-text p { margin-bottom: 1.1em; }
.big-pic-text ul { margin-bottom: 1.1em; }
.big-pic-text ul li {
	line-height: 2em;
	margin-left: 20px;
}
#inner-content .big-pic-text h1 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35em;
}
/*.fine-print { font-size: 14px; line-height: 1.35em; color: #737373; }*/

.big-pic-text .border-button {
	background-color: #7badc7;
	border: none;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.big-pic-text .border-button:hover { background-color: #5e8396; }
.big-pic-text .border-button a {
	padding: 12px 25px;
	color: #fff;
}
/***** CONTACT PAGE ACCORDION ****/

#accordion-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.accordion-item {
	margin: 0 auto;
	border-top: 2px #eee solid;
}
.accordion {
	width: 100%;
	max-width: 1186px;
	margin: 0 auto;
	font-size: 30px;
	color: #737373;
	height: 125px;
}
.accordion a {
	color: #7badc7;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.accordion-link.title {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 25px;
}
.accordion-left {
	width: 75%;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	text-align: left;
}
.accordion-right { /*font-family: 'ElegantIcons';*/
	font-size: 35px;
	width: 10%;
	float: right;
	padding-top: 38px;
	padding-right: 20px;
	text-align: right;
}
.accordion-drop {
	font-size: 17px;
	font-family: 'gill-book', sans-serif;
	line-height: 25px;
	display: none;
	padding: 0 20px 30px 20px;
	text-align: left;
	color: #666;
}
.accordion-drop a {
	color: #7badc7;
	text-decoration: none;
}
.accordion-item.closed {
	background-color: #fff;
	transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
}
.accordion-item.open { background-color: #f5f5f5; }
.accordion-text {
	font-family: 'gill-book', sans-serif;
	font-size: 17px;
	padding-left: 20px;
}
.accordion-drop ul li {
	margin-left: 25px;
	line-height: 1em;
}
/**** EPICUREAN EVENTS ****/

#event-area {
	max-width: 1388px;
	margin: 0 auto;
}
.event-box {
	width: 31.1959%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-right: 3.17%;
	margin-bottom: 58px;
}
.endrow { margin-right: 0; }
.event-pic img {
	width: 100%;
	height: auto;
}
.event-text {
	padding: 32px 24px 24px 24px;
	color: #737373;
	font-size: 17px;
	text-align: center;
	height: 570px;
}
.event-text a {
	color: #7badc7;
	text-decoration: none;
}
.event-title { margin-bottom: 0; }
.event-title h2 {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	color: #535355;
	text-transform: uppercase;
}
.event-time, .event-price {
	font-family: 'gill-bold', sans-serif;
	line-height: 22px;
}
.event-blurb {
	font-family: 'gill-book', sans-serif;
	line-height: 30px;
	margin-top: 30px;
}
.event-button { margin-top: 2em; }
.event-button .border-button a { color: #7badc7!important; }
.event-button .border-button a:hover { color: #fff!important; }
.event-action {
	font-family: 'gill-bold', sans-serif;
	margin-top: 1.8em;
}
.event-fineprint {
	font-family: 'gill-light', sans-serif;
	font-size: 13px;
	margin-top: 15px;
}







/**** RESPONSIVE STYLES *****/



@media screen and (max-width: 1725px) {
.inner-grid-text h3 { font-size: 30px; }
}
 @media screen and (max-width: 1648px) {
#header { width: auto; }
}
 @media screen and (max-width: 1500px) {
#main-nav { right: 240px; }
#main-nav ul li { padding: 15px 8px 16px 8px; }
#home-grid { margin-top: 25px; }
.inner-grid-text h3 { font-size: 25px; }
.specials-grid-box { width: 33.3%; }
}
 @media screen and (max-width: 1430px) {
#event-area {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}
.event-title h2 { font-size: 25px; }
.event-action { margin-top: 0; }
/*.event-blurb { margin-top: 0; }*/

}
 @media screen and (max-width: 1400px) {
.bottom-slider-content { padding-top: 30px; }
}
 @media screen and (max-width: 1390px) {
#home-grid { margin-top: 15px; }
}
 @media screen and (max-width: 1370px) {
#header-container { height: 144px; }
.nav-drop { top: 144px; }
#header {
	padding-left: 20px;
	padding-right: 20px;
}
#upper-right { right: 20px; }
#main-nav { right: 215px; }
#main-nav ul li { font-size: 15px; }
}
 @media screen and (max-width: 1310px) {
.grid-text p { height: 40px; }
}
 @media screen and (max-width: 1300px) {
.masthead-text {
	top: 45%;
	padding-left: 25px;
	padding-right: 25px;
}
.masthead-text h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
.masthead-text p { margin-bottom: 30px; }
.bottom-slider-content .border-button {
	width: 150px;
	height: 42px;
	font-size: 14px;
}
.bottom-slider-content .border-button a {
	font-size: 14px;
	padding: 12px 15px;
}
.bottom-slider-text h3 { margin-bottom: 0; }
p.bottom-slider-body {
	line-height: 30px;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 1260px) {
.inner-grid-text h3 { font-size: 20px; }
.inner-grid-box .border-button { width: 175px; }
.inner-grid-box .border-button a { padding: 12px 30px 0 30px; }
.event-text {
	height: 500px;
	padding-top: 25px;
}
/*.event-title { margin-bottom: 15px; }*/

.event-title h2 { font-size: 20px; }
.event-blurb { line-height: 22px; }
}
 @media screen and (max-width: 1230px) {
#logo {
	width: 110px;
	padding-top: 15px;
}
}
 @media screen and (max-width: 1200px) {
#home-bottom-slider-area { padding: 40px 0; }
.bottom-slider-pager { bottom: 35px; }
#four-square-block { width: 95%; }
#treatments-header ul li { font-size: 18px; }
}
 @media screen and (max-width: 1150px) {
.specials-banner-left { width: 50%; }
}
 @media screen and (max-width: 1140px) {
.event-button .border-button { height: 30px; }
.event-button .border-button a {
	font-size: 15px;
	color: #7badc7!important;
	padding-top: 7px;
}
}
 @media screen and (max-width: 1130px) {
#booking { width: 1000px; }
#best-rate { margin-right: 20px; }
#form-check-in .box,  #form-check-in .box.select,  #form-check-in .box.input,  #form-check-in input { width: 135px; }
}
 @media screen and (max-width: 1100px) {
.masthead-text h1 {
	font-size: 35px;
	margin-bottom: 10px;
}
.masthead-text p { margin-bottom: 25px; }
.bottom-slider-content { padding-top: 30px; }
.insta-box.insta-5 { display: none; }
.insta-box {
	width: 23.5%;
	margin-right: 2%;
}
.insta-box.insta-4 {
	float: right;
	margin-right: 0;
}
.grid-text h3 { font-size: 30px; }
.executive-box h2 { font-size: 20px; }
.executive-box p { font-size: 16px; }
.four-square-text h2 { font-size: 22px; }
#four-square-area { padding-bottom: 40px; }
.specials-grid-headline { /*height: 48px;*/ }
}
 @media screen and (max-width: 1090px) {
#header-container { height: 143px; }
.nav-drop { top: 143px; }
#main-nav { right: 200px; }
#main-nav ul li {
	font-size: 14px;
	padding: 15px 5px 16px 5px;
}
#book-now {
	margin-top: 74px;
	width: 155px;
	height: 50px;
	font-family: "gill-medium", sans-serif;
	font-size: 15px;
}
#book-now a { padding-top: 17px; }
}
 @media screen and (max-width: 1080px) {
.drop-links-container,  .drop-feature { padding-top: 20px; }
.drop-links-container { padding-left: 20px; }
.drop-link { margin-bottom: 15px; }
/*.bottom-slider-content { padding-top: 10px; }*/

.bottom-slider-text h3 { font-size: 25px; }
p.bottom-slider-body {
	font-size: 16px;
	line-height: 25px;
}
}
 @media screen and (max-width: 1030px) {
#booking {
	width: auto;
	max-width: 900px;
	padding-left: 15px;
	padding-right: 15px;
}
#best-rate { display: none; }
#best-rate { margin-right: 15px; }
#form-check-in .box.select { width: 115px; }
}
 @media screen and (max-width: 1025px) {
.inner-grid-text { height: 110px; }
}
 @media screen and (max-width: 1010px) {
.specials-grid-box { width: 50%; }
.specials-grid-headline { height: auto; }
}
 @media screen and (max-width: 1000px) {
.drop-feature-logo { margin-bottom: 15px; }
.drop-feature h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: normal;
}
.drop-feature p { line-height: 25px; }
.drop-feature .border-button { margin-top: 15px; }
.grid-text h3 { font-size: 25px; }
.executive-box h2 { font-size: 16px; }
.executive-box p { font-size: 15px; }
.four-square-text h2 { font-size: 20px; }
.event-box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
}
.event-text { height: 425px; }
#event2, #event4, #event6, #event8, #event10, #event12, #event14 { margin-right: 0; }
#event3, #event9, #event15 { margin-right: 4%; }
}
 @media screen and (max-width: 960px) {
.drop-feature { padding-top: 0; }
#header-container { height: 142px; }
.filter1 { height: 460px; }
#book-now { margin-top: 72px; }
.nav-drop { top: 142px; }
#main-nav ul li { font-size: 13px; }
#upper-nav { font-size: 11px; }
#inner-subnav ul li {
	font-size: 18px;
	border-width: 0 0 4px 0;
}
.big-pic-left-text-right .big-pic-text, .big-pic-left-text-right .big-pic {
	float: none;
	width: 98%;
	margin: 0 auto;
}
}
 @media screen and (max-width: 950px) {
.bottom-slider-text h3 { padding-top: 15px; }
p.bottom-slider-body { margin-bottom: 10px; }
}
 @media screen and (max-width: 900px) {
.drop-feature-logo { width: 75px; }
.drop-feature .border-button a { padding: 8px 15px; }
.feature-container { padding: 5px 15px 15px 15px; }
#book-now { margin-top: 44px; }
#main-nav { right: 20px; }
.masthead-text { /*top: 47%;*/ }
.masthead-text h1 { font-size: 30px; }
.masthead-text p { font-size: 17px; }
#home-masthead .border-button {
	width: 140px;
	height: 40px;
	font-size: 16px;
}
#home-masthead .border-button a { padding: 10px 15px; }
.specialsText { padding: 0 0 23px 25px; }
.specialsText h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
#home-specials-block .border-button { margin-top: 15px; }
.specials-banner-right { padding-top: 0; }
.specials-banner-text h2 { font-size: 25px; }
h3#feature-special-title { font-size: 35px; }
#four-square-area { padding-bottom: 30px }
.bottom-slider-content { padding-top: 20px; }
.four-square-text h2 { font-size: 18px }
.treatments-list h2.treatment-category { font-size: 36px }
.room-text h2 { font-size: 28px; }
}
 @media screen and (max-width: 880px) {
.bottom-slider-text h3 {
	font-size: 20px;
	padding-top: 10px;
}
p.bottom-slider-body {
	line-height: normal;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 860px) {
#booking #button-check-now { width: 150px; }
.below840 { display: inline; }
.above840 { display: none; }
}
 @media screen and (max-width: 850px) {
.drop-link { margin-bottom: 10px; }
.event-text { height: 450px; }
}
 @media screen and (max-width: 830px) {
.drop-feature-logo {
	width: 50px;
	margin-bottom: 10px;
}
.drop-feature p { line-height: 22px; }
#inner-subnav ul li { font-size: 16px; }
.filter1 { height: 400px; }
}
 @media screen and (max-width: 800px) {
#form-check-in .box { margin-right: 12px; }
.executive-box p { font-size: 14px; }
.four-square-text h2 { font-size: 16px }
.event-text { height: 475px; }
}
 @media screen and (max-width: 767px) {
#about-drop, #rooms-drop, #dining-drop, #spa-drop, #meetings-drop, #weddings-drop, #area-drop,  #main-nav, #upper-right { display: none!important; }
#mobile-menu-button, #mobile-call-button { display: block; }
#book-now { margin-top: 26px; }
#header-container { height: 100px; }
#mobile-nav { top: 100px; }
#submasthead { display: none; }/* this hides the booking widget*/
#home-intro-text {
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#home-bottom-slider-area {
	padding-top: 30px;
	margin-top: 30px;
	background-color: #f7f6f6;
	padding-bottom: 30px;
	margin-bottom: 30px;
	height: auto;
}
.bottom-slider-content {
	width: auto;
	float: none;
	margin-top: 0;
	padding-top: 0;
	height: auto;
}
.bottom-slider-pic {
	float: none;
	width: 90%;
	max-width: 500px;
	margin: 0 auto 20px auto;
}
.bottom-slider-content .border-button { margin-bottom: 20px; }
.bottom-slider-pager {
	position: relative;
	margin-top: 30px;
	width: auto;
	left: 0;
	right: 0;
	z-index: 500;
	bottom: 0;
}
.grid-box { width: 50%; }
.grid-text h3 { font-size: 35px; }
.grid-text p { height: 20px; }
#rooms-container { margin-bottom: 0; }
.room-left-text-right, .room-right-text-left { margin-top: 30px; }
.room-left-text-right .room-text, .room-left-text-right .room-pic, .room-right-text-left .room-text, .room-right-text-left .room-pic {
	float: none;
	width: auto;
}
.room-text {
	margin-bottom: 30px;
	padding: 0;
}
.room-pager { bottom: 25px; }
.specials-banner-left {
	float: none;
	margin: 0 auto;
	width: auto;
	max-width: 90%;
	padding-top: 25px;
}
.specials-banner-right {
	float: none;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 16px;
}
.specials-banner-right h2 { font-size: 30px; }
.executive-box { width: 50%; }
.executive-box h2 { font-size: 20px; }
.executive-box p { font-size: 15px; }
h3#feature-special-title { font-size: 30px; }
.four-square-box { width: 49%; }
.four-square-text h2 { font-size: 25px }
#tile2 { margin-right: 0; }
#tile1, #tile2 { margin-bottom: 10px; }
.treatments-list h2.treatment-category { font-size: 32px; }
.treatments-list h2 { font-size: 26px; }
#treatments-header ul li { font-size: 16px; }
.specials-grid-headline { /*height: 48px;*/ }
.event-box {
	width: auto;
	float: none;
}
#event1, #event3, #event5, #event7, #event9, #event11, #event13, #event15 { margin-right: 0; }
.event-text { height: auto; }
.hidemob { display: none; }
}
 @media screen and (max-width: 725px) {
.inner-grid-box {
	width: auto;
	float: none;
}
.inner-grid-text { height: auto; }
.inner-grid-text h3 { font-size: 30px; }
#treatments-header ul li { font-size: 15px; }
}
 @media screen and (max-width: 700px) {
.masthead-text { /*top: 47%;*/ }
.masthead-text h1 {
	font-size: 25px;
	letter-spacing: 1px;
}
.masthead-text p {
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: normal;
}
#home-masthead .border-button {
	width: 130px;
	height: 35px;
	font-size: 15px;
}
#home-masthead .border-button a { padding: 8px 10px; }
.inner .inner-left, .inner .inner-right {
	width: auto;
	float: none;
}
.insta-box { width: 49%; }
.insta-box.insta-2 {
	float: right;
	margin-right: 0;
}
.insta-box.insta-1, .insta-box.insta-2 { margin-bottom: 15px; }
.specials-grid-box { width: 100%; }
.specials-grid-headline { height: auto; }
.specials-grid-body {
	height: auto;
	margin-bottom: 0;
}
}
 @media screen and (max-width: 692px) {
.inner #home-masthead .masthead-slide img { display: none; }
.inner #home-masthead,  .inner #home-masthead .masthead-slide {
	height: 334px!important;
	background-size: cover;
	background-position: center center;
}
}
 @media screen and (max-width: 670px) {
.grid-text p { height: 40px; }
}
 @media screen and (max-width: 600px) {
.insta-box.insta-1, .insta-box.insta-2 { margin-bottom: 10px; }
.specialsText {
	padding: 0 0 23px 15px;
	font-size: 13px;
}
.specialsText h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
#home-specials-block .border-button { margin-top: 10px; }
.four-square-text h2 { font-size: 22px; }
.treatments-list h2.treatment-category { font-size: 30px; }
.treatments-list h2, .room-text h2 { font-size: 24px; }
.filter1 { height: 300px; }
h3, h3.para-heading { font-size: 22px; }
}
 @media screen and (max-width: 580px) {
.room-left-text-right, .room-right-text-left { margin-top: 20px; }
}
 @media screen and (max-width: 550px) {
#home-masthead { height: 336px!important; }
#home #home-masthead .masthead-slide {
	height: 336px!important;
	background-size: cover;
	background-position: center center;
}
#home #home-masthead .masthead-slide img,  #home #home-masthead .rsBullets { display: none; }
#home #home-masthead .masthead-text { top: 43%; }
.grid-text h3 { font-size: 30px; }
.executive-box {
	width: 100%;
	margin-bottom: 30px;
}
.executive-box h2 { font-size: 22px; }
.executive-box p { font-size: 16px; }
.inner-grid-text h3 { font-size: 25px; }
#treatments-header ul li { font-size: 14px; }
}
 @media screen and (max-width: 500px) {
.cycle-pager { display: none; }
#home-specials-block .border-button {
	width: 120px;
	height: 25px;
	margin-top: 5px;
}
#home-specials-block .border-button a {
	font-size: 13px;
	padding: 5px 10px;
}
.specialsText {
	padding: 0 0 15px 15px;
	font-size: 12px;
}
.specialsText h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.feature-box-text {
	font-size: 20px;
	line-height: 25px;
}
.four-square-text h2 { font-size: 20px; }
}
 @media screen and (max-width: 450px) {
#book-now {
	width: 85px;
	height: 50px;
}
#book-now a { padding-top: 8px; }
.above450 { display: none; }
.below450 { display: inline; }
#mobile-call-button { right: 115px; }
#mobile-menu-button { right: 160px; }
#home #home-masthead .masthead-text { top: 42%; }
.inner #home-masthead .rsBullets { display: none; }
.insta-box.insta-1, .insta-box.insta-2 { margin-bottom: 8px; }
.grid-text h3 { font-size: 25px; }
.inner-grid-text h3 { font-size: 20px; }
.four-square-text h2 { font-size: 18px; }
}
 @media screen and (max-width: 400px) {
.grid-text {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-text h3 { font-size: 20px; }
.grid-text p {
	font-size: 13px;
	height: 30px;
}
.feature-box-text { font-size: 15px; }
.room-text h2 { font-size: 22px; }
h3, h3.para-heading { font-size: 20px; }
}
 @media screen and (max-width: 380px) {
.four-square-text h2 { font-size: 16px; }
}
 @media screen and (max-width: 360px) {
#book-now { width: 75px; }
#mobile-call-button { right: 95px; }
#mobile-menu-button { right: 140px; }
#header {
	padding-left: 10px;
	padding-right: 10px;
}
.below360 { display: inline; }
.insta-box.insta-1, .insta-box.insta-2 { margin-bottom: 6px; }
}
 @media screen and (max-width: 350px) {
.four-square-text h2 { font-size: 14px; }
}
