@font-face {
	font-family: 'WadeSans';
	src: url('../webfonts/WadeSans.eot');
	src: url('../webfonts/WadeSans.eot?#iefix') format('embedded-opentype'), url('../webfonts/WadeSans.woff') format('woff'), url('../webfonts/WadeSans.woff2') format('woff2'), url('../webfonts/WadeSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@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;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 500;
	color: #5b5b5b;
}
.clear {
	clear: both;
}
a {
	color: #e2aa1e;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
a:hover {
	color: #5b5b5b;
}

/*._2ChX4GFAl1-UBiWknYZyEQ { z-index: 9999999999999!important; }*/

video#bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -100;*/
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
	background-image: url(..images/video-frame-1.jpg);
	/*margin-top: 200px;*/
	z-index: -2;
}
#darker {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.2);
}
#wallpaper {
	position: fixed;
	z-index: -50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/video-frame-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 110px;
}
#header-container {
	background-color: #000;
	height: 113px; /*position: fixed;*/
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	color: #9d7b5b;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
#header {
	position: relative;
	width: 100%;
	max-width: 1178px;
	margin: 0 auto;
}
#logo {
	width: 120px;
	float: left;
	padding-top: 22px;
}
#logo img {
	width: 100%;
	height: auto;
}
.locked {
	position: fixed;
}
.unlocked {
	position: relative;
}
#top-stripe {
	background-image: url(../images/layout/wood-bk.jpg);
	background-position: center top;
	height: 28px;
	position: relative;
	background-color: #422215;
}
#top-nav-container {
	width: 100%;
	max-width: 1178px;
	position: relative;
	margin: 0 auto;
}
#top-nav {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 14px;
	color: #9d7b5b;
}
#top-nav a {
	color: #ad9584;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#top-nav a:hover {
	color: #fff;
}
/* ///////////////////// MOBILE NAV ////////////////////////// */

#mobile-call-button {
	display: none;
	position: absolute;
	width: 30px;
	right: 135px;
	top: 25px;
	z-index: 99999;
}
#mobile-menu-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99999;
}
#mobile-menu-button a, #mobile-call-button a {
	font-family: FontAwesome;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
}
#mobile-nav { /*height: 100%;*/
	display: none;
	background-color: #151515;/* #464646;*/
	position: absolute;
	top: 114px;
	left: 0px;
	right: 0;
	z-index: 9999999;
	font-weight: 400;
}
.nav-cat {
	height: 55px;
	right: 0;
	left: 0;
	border: 1px solid #1f1e1e;/*#2c384c;*/
	border-width: 0 0 1px 0;
	padding-left: 24px;
	color: #ffffff;
	font-size: 16px; /*was 14px*/
	overflow: hidden;
	position: relative;
}
.nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 19px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
.nav-cat:hover {
	background-color: #e2aa1e;
}
.nav-sub {
	display: none;
}
.nav-symbol {
	position: absolute;
	top: -4px;
	right: 40px;
}
.nav-symbol a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #151515;
}
.nav-sub ul li {
	height: 54px;
	width: auto;
	border: 1px solid #1f1e1e;/*#493e36;*/
	border-width: 0 0 1px 0;
	padding-left: 24px;
	color: #ffffff;
	font-size: 16px; /*was 14px*/
	text-transform: uppercase;
	overflow: auto;
}
.nav-sub ul li a {
	display: block;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
}
.nav-sub ul li:hover {
	background-color: #e2aa1e;
}
.nav-sub ul li {
	text-indent: 15px;
}
.nav-cat.mob-inactive {
	background-color: transparent;
}
.nav-cat.mob-active {
	background-color: #e2aa1e;
}
.nav-cat.mob-inactive:hover {
	background-color: #e2aa1e;
}
.nav-cat.mob-active:hover {
	background-color: #e2aa1e!important;
}
/***** end mobile nav *****/

#upper-right {
	position: absolute;
	top: 0;
	right: 0;
}
#book-now {
	position: relative;
	float: right;
	background-color: #e2aa1e;
	width: 105px;
	height: 66px;
	text-align: center;
	padding-top: 20px;
	font-family: 'WadeSans';
	text-transform: uppercase;
	font-size: 20px;
	z-index: 9999;
}
#book-now a {
	text-decoration: none;
	color: #fff;
}
#book-now:hover {
	background-color: #fbb826;
}
#upper-nav {
	float: right;
	width: 440px;
	text-align: right;
	color: #fff;
	padding-top: 22px;
	font-size: 14px;
	margin-right: 15px;
}
#upper-nav a {
	color: #fff;
	text-decoration: none;
}
#upper-nav a:hover {
	color: #fff;
}
/* MAIN NAV & SUBNAV */
#main-nav {
	float: right;
	width: 890px;
	padding-top: 20px;
	list-style-type: none; /*border: 1px green solid;*/
}
#main-nav ul li {
	display: inline-block;
	position: relative;
	padding: 15px 0 5px 0;
	margin: 0 15px;
}
#main-nav ul li:hover {
	border-bottom: 4px #e2aa1e solid;
}
#main-nav ul li ul li {
	margin-right: 0;
}
#main-nav ul li a, #mobile-menu a.drop-link {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
#nav-edge {
	position: absolute;
	height: 4px;
	right: 0;
	left: 0;
	bottom: -4px;
	background-image: url(../images/layout/black-edge.png);
	background-repeat: repeat-x;
}
.nav-drop {
	display: none;
	width: 448px;
	position: absolute;
	top: 64px;
	left: 0;
	padding: 24px 36px 25px 36px;
	background-color: #f8f6ed;
	/*background-image: url(../images/layout/dropdown-texture-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	color: #5b5b5b;
	z-index: 500;
	font-weight: 300;
}
.drop-edge {
	position: absolute;
	height: 4px;
	right: 0;
	left: 0;
	top: 0;
	background-image: url(../images/layout/black-edge.png);
	background-repeat: repeat-x;
}
.drop-links {
	width: 170px;
	float: left;
}
#main-nav ul li .drop-link {
	font-size: 15px;
	padding: 8px 0 8px 0;
	border: 1px solid #dcdcdb;
	border-width: 0 0 1px 0;
	width: 100%;
	display: inline-block;
	color: #0f1315;
	font-weight: 500;
	text-transform: uppercase;
}
#main-nav ul li .drop-link:hover {
	color: #e2aa1e;
}
.drop-feature {
	width: 248px;
	float: right;
	position: relative;
}
.drop-feature img {
	width: 100%;
	height: auto;
}
.drop-feature p {
	font-size: 15px;
	margin-top: 7px;
	line-height: 20px;
	color: #666;
}
#main-nav ul li .drop-feature a {
	color: #e2aa1e;
	font-size: 15px;
}
#main-nav ul li .drop-feature a:hover {
	color: #999;
}
.subnav-pic-edge {
	position: absolute;
	height: 4px;
	right: 0;
	left: 0;
	top: 0;
	background-image: url(../images/nav/subnav-pic-edge.png);
	background-repeat: repeat-x;
	z-index: 400;
}
.drop-border {
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.gold-button {
	background-color: #e2aa1e;
	background-image: url(../images/layout/check-big.jpg);
	background-size: cover;
	border: none;
	height: 34px;
	width: 212px;
	text-align: center;
	font-size: 16px;
	padding-top: 4px;
	font-family: 'WadeSans';
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	text-transform: uppercase;
}
.gold-button a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 6px;
	color: #fff !important;
	text-decoration: none;
	font-size: 17px;
	font-weight: 300 !important;
}
.gold-button a:hover {
	/*background-color: #fbb826;*/
	background-image: url(../images/layout/check-big-hover.jpg) !important;
	background-size: cover;
	border: none;
	height: 28px;
	width: 100%;
	margin-top: -4px;
	padding-top: 10px;
}
.activities-button {
	background-color: #e2aa1e;
	background-size: cover;
	border: none;
	height: 34px;
	width: 212px;
	text-align: center;
	padding-top: 4px;
	font-family: 'WadeSans';
	margin: 0 auto;
	margin-top: 20px;
}
.activities-button a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 6px;
	color: #fff !important;
	text-decoration: none;
	font-size: 17px!important;
}
.right {
	float: right;
}
.left {
	float: left;
}
.gold {
	color: #e2aa1e;
}
.mobile-only {
	display: none;
}
#bgvid {
	background-image: url(images/vid-poster-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #999;
}
#vid-text-area {
	position: relative;
	display: table;
	height: 100%;
	margin: 0 auto;
	z-index: 500;
	background-color: transparent;
	width: auto;
}
#vid-text-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	z-index: 5;
	width: auto;
}
#vid-text {
	text-align: center;
	width: auto;
}
#vid-alternative {
	display: none;
	top: 100px;
	right: 0;
	left: 0;
	bottom: 0; /*background-color: rgba(0,0,0,.5);*/
	position: absolute;
	z-index: -2;
}
#masthead-text {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
#masthead-text .masthead-text-block {
	font-family: 'WadeSans';
	color: white;
	text-align: center;
	font-weight: 700;
	border: none;
	width: 100%;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.masthead-text-block h2 {
	font-size: 65px;
	padding-left: 15px;
	padding-right: 15px;
}
.masthead-text-block p {
	font-size: 22px;
	letter-spacing: .05em;
	padding-left: 15px;
	padding-right: 15px;
}
.border-button {
	border: 1px solid;
	font-family: 'WadeSans';
	font-size: 18px;
	padding: 15px 25px;
	background-color: rgba(226,170,30,.2);
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.border-button.gold {
	border-color: #e2aa1e;
}
.border-button.gold a {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
#home-down-arrow-container {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
	z-index: 6;
}
#home-down-arrow {
	width: 50px;
	margin: 0 auto;
}
#home-down-arrow img {
	width: 100%;
	height: auto;
}
#home-intro-box, #innerNavSolo, #timeline-box, #content-box {
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 30px 0 25px 0;
}
#home-intro-text, #timeline-inner, #content-box-inner {
	width: auto;
	max-width: 1178px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
#home-intro-text h2, #content-box-inner h2 {
	font-family: 'WadeSans';
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35em;
	color: #4c4c4c;/*#e2aa1e;*/
	text-transform: uppercase;
}
#home-intro-text h3, #content-box-inner h3 {
	font-family: 'WadeSans';
	font-size: 30px; /*25px;*/
	font-weight: normal; /*600;*/
	margin-bottom: 10px;
	color: #373737;
	text-transform: uppercase;
}
#home-intro-text p, #content-box-inner p {
	color: #5b5b5b;
	/*text-align: justify; */
	font-size: 18px;
	line-height: 1.35em;
	margin-bottom: 1em;
}
.zeroMargin {
	margin-bottom: 0!important;
}
#home-intro-text p a, #home-intro-text ul li a, #content-box-inner p a, #content-box-inner ul li a {
	color: #e2aa1e;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#home-intro-text p a:hover, #home-intro-text ul li a:hover, #content-box-inner p a:hover, #content-box-inner ul li a:hover {
	color: #5b5b5b;
}
#home-intro-text ul, #content-box-inner ul {
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 1em;
}
#home-intro-text ul li, #content-box-inner ul li {
 font-size: 18px;
 color: #5b5b5b;
 text-align: left;/*margin-bottom: 10px;*/
}
/********* HOME SPECIALS *********/
#home-specials-container {
	position: relative;
	width: 100%;
	max-width: 1178px;
	margin: 0 auto;
	padding: 0 0 29px 0;
}
#home-specials-top {
	width: 1178px;
	height: 518px;
	margin-bottom: 22px;
	background-color: #999;
}
.white-edge {
	position: absolute;
	height: 4px;
	right: 0;
	left: 0;
	top: 0;
	background-image: url(../images/layout/white-edge.png);
	background-repeat: repeat-x;
	z-index: 400;
}
.gold-edge {
	position: absolute;
	height: 4px;
	right: 0;
	left: 0;
	top: 0;
	background-image: url(../images/layout/gold-edge.png);
	background-repeat: repeat-x;
	z-index: 400;
}
#home-specials-left {
	width: 580px;
	height: 505px;
	float: left;
	position: relative;
	background-color: #999;
}
#home-specials-right {
	width: 580px;
	height: 505px;
	float: right;
	position: relative;
	background-color: #999;
}
.gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent linear-gradient(transparent 40%, rgba(0, 0, 0, 0.7)) repeat scroll 0 0;
}
.specials-small img {
	width: 100%;
	height: auto;
	margin-bottom: -4px; /* fixes grey line below image  */
}
.specials-small-text {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 16px;
	padding: 10px 0 22px 14px;
	line-height: 18px;
}
.specials-small-text h3 {
	font-size: 30px;
	font-weight: normal;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-family: 'WadeSans';
	margin-bottom: 15px;
	color: #FFF!important;
	line-height: 1em;
}
.specials-small-text a {
	text-decoration: none;
	color: #fff;
	font-weight: 100;
}
#specials-small-1, #specials-small-2 {
	margin-bottom: 22px;
}
/*.specials-small {
	background-color: #000;
}*/
.rollover-dark {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
/*.specials-small img:hover { opacity: 0.7; filter:alpha(opacity=60); }*/
a .specials-small-text {
	color: #fff;
	text-transform: uppercase;
}
#specialsCarousel {
	width: 1178px !important;
	height: 518px !important;
	overflow: hidden;
	position: relative;
	background-color: black;
}
.specialsText {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 1.5em;
	padding: 15px 100px 22px 14px;
}
.specialsText h3 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-family: 'WadeSans';
}
.specialsText a {
	text-decoration: none;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
}
.specialImg {
	width: 1178px;
	height: 518px;
}
.slide {
	width: 1178px;
	height: 518px;
	position: relative;
}
#specialsNav {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 10;
}
#specialsNav a {
	font-size: 30px;
	color: #fff;
	letter-spacing: 10px;
	text-decoration: none;
}
#specialsNav a:hover {
	color: #3a79ae;
}
#specialsNav a.activeSlide {
	color: #3a79ae;
}
.specialImgMob {
	display: none;
}
/****** BULLET PAGER STYLES FOR SPECIALS *******/
/* pager */
.cycle-pager {
	display: block;
	text-align: right;
	right: 0px;
	z-index: 500;
	position: absolute;
	bottom: 20px;
	overflow: visible;
	padding-right: 15px;
}
.cycle-pager span {
	font-family: arial;
	font-size: 35px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin-left: 3px;
}
.cycle-pager span.cycle-pager-active {
	color: #e2aa1e;
}
.cycle-pager > * {
	cursor: pointer;
}
/***** END HOME SPECIALS ******/

.inner-content-centered {
	max-width: 850px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin: 50px auto;
}
.inner-content-centered h2 {
	font-family: 'WadeSans';
	font-weight: normal;
	font-size: 35px;
	color: #e2aa1e;
}
.inner-content-centered p {
	font-size: 18px;
	line-height: 1.35em;
	/*line-height: 25px;*/
	font-weight: 500;
}
#instagram-area {
	width: 100%;
	max-width: 1156px;
	margin: 0 auto;
	text-align: center;
	font-family: 'WadeSans';
}
#instagram-area h2 {
	font-size: 40px;
	color: #373737;
}
#instagram-area h3 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #373737;
}
#instagram-left {
	float: left;
	width: 568px;
}
#instagram-right {
	float: right;
	width: 570px;
}
#instagram-left-col-1 {
	float: left;
	width: 275px;
}
#instagram-left-col-2 {
	float: right;
	width: 275px;
}
.instagram-pic img {
	width: 100%;
	height: auto;
}
.instagram-pic {
	position: relative;
}
.instagram-pic.top {
	margin-bottom: 16px;
}
.instagram-icon {
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.instagram-icon a {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
#bottom-block-container {
	height: 750px;
	position: relative;
	margin-bottom: 20px;
}
.bottom-slide { /*display: table; height: 100%;*/
}
.bottom-slider-text {
	display: table;
	height: 100%;
	width: 100%;
	color: #fff;
	z-index: 50;
	font-family: europa;
	font-size: 18px;
	line-height: 1.35em;/*line-height: 25px; text-align: center; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);*/
}
.bottom-slider-positioner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.bottom-slider-copy {
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin-left: 10%;
	background-color: rgba(226,170,30,.9);
	padding: 75px 35px;
}
.bottom-slider-copy h2 {
	font-family: 'WadeSans';
	font-size: 45px;
	line-height: 1em;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
.bottom-slider-copy h3 {
	font-family: 'Archer A', 'Archer B';
	font-size: 20px;
	margin-bottom: 28px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.bottom-slider-copy p {
	font-size: 18px;
	font-family: 'Archer A', 'Archer B';
	line-height: 1.35em;
	/*line-height: 26px;*/
	margin-bottom: 46px;
}
.clear-button {
	background-color: transparent;
	border: 2px white solid;
	height: 36px;
	width: 200px;
	text-align: center;
	font-size: 13px; /*-webkit-transition: background-color 0.3s ease-out; -moz-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; */
}
.clear-button a, #specials-banner-text .clear-button a {
	font-family: 'WadeSans';
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 6px;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300 !important;
	text-transform: uppercase;
}
/*.clear-button:hover { background-color: #1b5a8f; }*/
.bottom-slide .clear-button {
	margin: 0 auto;
}
.bottom-slide .clear-button a {
	text-shadow: none;
}
.link-arrow {
	font-family: FontAwesome;
	text-decoration: none;
}
.big-title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
.inner #big-content-area .big-title {
	margin-top: 65px;
	margin-bottom: 50px;
}
#inner-headline-area {
	position: relative;
	display: table;
	height: 100%;
	margin: 0 auto;
	z-index: 500;
	background-color: transparent;
	width: auto;
}
#inner-headline-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	z-index: 5;
	width: auto;
}
#inner-headline {
	text-align: center;
	width: auto;
}
#inner-masthead-text {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
#inner-masthead-text .masthead-text-block {
	font-family: 'WadeSans';
	color: white;
	text-align: center;
	font-weight: 700;
	border: none;
	width: 100%;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.masthead-text-block h2 {
	font-size: 65px;
	text-transform: uppercase;
}
.masthead-text-block p {
	font-size: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/* deprecated
#mobile-title {
	font-family: 'WadeSans';
	color: #373737;
	text-align: center;
	font-weight: 700;
	width: auto;
	display: none;
	margin-bottom: 25px;
	margin-top: 85px;
}
#mobile-title h2 {
	font-size: 35px;
}
#mobile-title h3 {
	font-size: 22px;
}
*/

/* MASTHEAD FOR MOBILE - INNER PAGES */
#inner-masthead-mobile {
	position: relative;
	display: none;
	margin-top: 85px;
	font-family: 'WadeSans';
	height: 225px !important;
}
#inner-masthead-mobile.rsDefault, #inner-masthead-mobile.rsDefault .rsOverflow, #inner-masthead-mobile.rsDefault .rsOverflow .rsSlide {
	background: #000!important;
}
#inner-masthead-mobile .rsNav {
	display: none;
}
#inner-masthead-mobile .masthead-slide .rsImg {
	opacity: .6;
}
.masthead-text h2 {
	font-size: 35px;
	text-transform: uppercase;
}
.masthead-text h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.masthead-slide {
	position: relative;/*min-height:*/
}
#inner-masthead-mobile .rsSlide {
	overflow: hidden !important;
}
.masthead-text {
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	text-align: center;
	padding: 0 10px;
	z-index: 10;
	color: #fff;
	text-transform: uppercase;
}
/* /inner mobile masthead */


#inner-intro-box {
	position: relative;
	z-index: 1;
	padding: 60px 0 40px 0;
}
.inner-text {
	width: auto;
	max-width: 1040px;
	margin: 0 auto;
}
.inner-text p, .inner-text td {
	color: #5b5b5b;
	text-align: center;
	font-size: 16px;
	line-height: 1.35em;
	/*line-height: 25px;*/
	font-weight: 300;
	margin-bottom: 25px;
}
.inner-text p a, .inner-text td a {
	color: #8a964c;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.inner-text p a:hover, .inner-text td a:hover {
	color: #5b5b5b;
}
.inner-text.left p, .inner-text.left td {
	text-align: left;
}
.inner-left ul, .inner-right ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
.inner-left ul li ul, .inner-right ul li ul {
	margin-bottom: 0;
}
.inner-left ul li, .inner-right ul li, .inner-left ul li ul li, .inner-right ul li ul li {
	color: #5b5b5b;
	text-align: left;
	font-size: 18px;
	line-height: 1.35em;/*margin-bottom: 10px;
	margin-top: 10px;*/
}
.inner-left ul li a, .inner-right ul li a {
	color: #e2aa1e;
	text-decoration: none;
	/*font-weight: bold;*/
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.inner-left ul li a:hover, .inner-right ul li a:hover {
	color: #5b5b5b;
}
.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;
}
/*.inner-left p, .inner-right p { text-align: left !important; }*/
.inner-left p a, .inner-right p a {
	text-decoration: none;
	color: #8a964c;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	font-weight: 500;
}
.inner-left p a:hover, .inner-right p a:hover {
	color: #5b5b5b;
}
.inner-left .featuredImg, .inner-right .featuredImg {
	width: 100%;
	height: auto;
}
.fineprint {
	font-size: 13px!important;
}
#inner-featured-left, #inner-featured-right {
	width: 560px;
	height: 488px;
	/*float: right;*/
	position: relative;
	background-color: #999;
	margin-bottom: 20px;
}
.hideshowdiv {
	display: none;
}
a.toggler {
	font-size: 16px;
	text-decoration: none;
	color: #8a964c;
	font-weight: 700;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
a.toggler:hover {
	color: #5b5b5b;
}
.imagebox {
	position: relative;
}
.imagebox img {
	width: 100%;
	height: auto;
}
#big-content-area {
	background-color: #fff;
	padding-bottom: 30px;
}
#big-image-area-slider {
	width: 100%;
	max-width: 100%;
	max-height: 700px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 113px;
}
/*#big-image-area img { width: 100%; }*/

#footer {
	position: relative;
	background-image: url(../images/layout/wood-bk.jpg);
	background-size: cover;
	background-position: center top;
	padding: 45px 0;
	background-color: #422215;
}
#footer-width {
	width: 100%;
	max-width: 1178px;
	margin: 0 auto;
	position: relative;
}
.footer {
	color: #fff;
}
.footer a {
	color: #C9BDAF;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.footer a:hover {
	color: #fff;
}
#footer-middle {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
}
#footer-middle #bottomlinks {
	font-size: 12px;
}
#footer-right {
	position: absolute;
	right: 0;
	width: 75px;
	top: 75px;
}
#footer-right img {
	width: 100%;
	height: auto;
}
#footer-logo {
	width: 140px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#CHlogo {
	width: 112px;
	margin: 15px auto 0;
}
#CHlogo img {
	width: 100%;
	height: auto;
}

#copyright{margin-top:1em; font-size:.8em;font-weight:400;}

#footer-social {
	font-family: FontAwesome;
	color: #fff;
	font-size: 32px;
	margin: 0 auto;
	text-align: center;
}
#footer-social .fb {
	font-size: .9em;
}
#footer-social a {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
}
#footer-social a:hover {
	color: #bbb;
}
/* INNER MASTHEAD STATIC - //// NEW //// - WITH VERTICALLY CENTERED TITLE */
#inner-masthead {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 81px;
}
#inner-masthead img {
	width: 100%;
	max-width: 1651px;
	margin: 0 auto;
	height: auto;
	position: relative;
}
#inner-title-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#inner-title-table {
	width: 100%;
	height: 100%;
}
#inner-title-cell {
	height: 100%;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}
#inner-title-cell h2, #inner-title-cell.long h2 {
	font-weight: 700;
	font-size: 50px;
}
#inner-title-cell p {
	font-size: 20px;
	font-weight: 400;
}
.top0 {
	margin-top: -81px;
}
/* - end INNER MASTHEAD STATIC */


#map-area {
	background-image: url(../images/CH-grey-background.jpg);
}
#map-box {
	width: 50%;
	float: left; /*background-color: #666;*/
	height: 535px;
}
#address-box {
	position: relative;
	width: 50%;
	float: left;
	height: 535px;
	background-image: url(../images/CH-grey-background.jpg);
	text-align: center;
}
#address-box-white {
	width: 50%;
	float: left;
	height: 495px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 40px;
}
#address-box a, #address-box-white a {
	color: #8a964c;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#address-box a:hover, #address-box-white a:hover {
	color: #666;
}
#address-box h2, #address-box-white h2 {
	color: #373737;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
#address-box p, #address-box-white p {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 40px;
}
#address-box-links {
	width: auto;
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
#address-box .green-button a, #address-box-white .green-button a {
	color: #fff;
}
#address-box .green-button a:hover, #address-box-white .green-button a:hover {
	color: #fff
}
#address-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#address-box-table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#address-box-cell {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	white-space: normal;
	word-wrap: break-word;
}
#grid-container {
	width: auto;
	margin: 0 auto;
	margin-top: 40px;
} /**/
.grid-box {
	float: left;
	width: 33.3%;
	padding-bottom: 40px;
	text-align: center;
}
.grid-box img {
	width: 100%;
	height: auto;
}
.grid-text {
	padding: 28px 25px;
	color: #5b5b5b; /*#373737;*/
	text-align: center;
	height: 90px; /*was 80*/
}
.grid-text h3 {
	font-family: 'WadeSans';
	font-size: 24px;
	font-weight: 600;
	margin-bottom: .4em;
	text-transform: uppercase;
}
.grid-text p {
	font-size: 16px;
}
/*.specials-grid-text .gold-button { margin: 0 auto; } */


/****** 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 {
	background-color: #f8f6ed;
	height: 75px;
}
#booking {
	width: 900px;
	position: relative;
	height: 38px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}
#form-check-in .box {
	width: 200px;
	border: solid #000;
	border-width: 0 0 1px 0;
	background-color: #f8f6ed;
	height: 30px;
	margin-right: 15px;
	float: left;
	padding-top: 4px;
}
#form-check-in .box.select {
	width: 154px;
	height: 34px !important;
	overflow: hidden;
	background-image: url("../images/select-arrow.jpg");
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-top: 0;
}
#form-check-in .box.input {
	width: 150px;
	height: 34px !important;
	overflow: hidden;
	padding-top: 0px;
}
#form-check-in label.datepicker {
	padding-left: 4px;
	color: #251f20;
	font-family: Arial !important;
	font-size: 13px;
	line-height: 26px;
}
#form-check-in input.datepicker {
	background-image: url("../images/layout/cal-icon.jpg");
	background-repeat: no-repeat;
	background-position: top 10px right 10px;
	background-color: transparent;
	margin-top: 0;
	padding-bottom: 5px;
}
#form-check-in input {
	width: 154px;
	font-size: 13px;
	font-family: Arial;
	color: #251f20;
	border: none;
	line-height: 1;
	height: 34px;
	-webkit-appearance: none;
	margin-left: 4px;
}
#form-check-in select {
	background: transparent;
	width: 175px;
	font-size: 13px;
	font-family: Arial;
	color: #251f20;
	border: none;
	line-height: 1;
	height: 34px;
	-webkit-appearance: none;
	margin-left: 4px;
}
#booking .button-check-now {
	height: 38px;
	background-color: #e2aa1e;
	border: none;
	font-family: 'WadeSans';
	color: #fff;
	font-size: 16px;
	width: 212px;
	text-align: center;
	padding: 2px 5px;
	float: right;
	background-image: url(../images/layout/check-big.jpg);
	background-size: cover;
	cursor: pointer;
}
#booking .button-check-now:hover {
	background-image: url(../images/layout/check-big-hover.jpg) !important;
	background-size: cover;
	border: none;
	height: 38px;
	width: 212px;/*margin-top: -4px;*//*padding-top: 10px;*/
}
#mobile-booking {
	display: none;
	height: auto;
	background-color: #3a79ae;
	width: 180px;
	text-align: center;
	padding: 15px 20px 15px 20px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1em;
}
#mobile-booking:hover {
	background-color: #594B3E;
}
#mobile-booking a {
	color: #fff;
	text-decoration: none;
}
::-webkit-input-placeholder {
color: #666;
}
:-moz-placeholder { /* Firefox 18- */
color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
color: #666;
}
:-ms-input-placeholder {
color: #666;
}
* {
	outline: none;
}
/****** END BOOKING WIDGET *******/

h3 span.number, h2 span.number {
	font-size: 1.4em;
	font-weight: 300;
}
#inner-subnav {
	text-align: center;
	padding-bottom: 10px;
	border-width: 0 0 1px 0;
	border-color: #f4f4f4;
	border-style: solid;
	margin-bottom: 30px;
}
#inner-subnav ul {
	margin: 0;
	padding: 0;
}
#inner-subnav ul li {
	font-size: 15px;
	padding: 0 0 5px 0;
	display: inline-block;
	border-width: 0 0 3px 0;
	border-color: #fff;
	border-style: solid;
	margin-right: 20px;
	margin-bottom: 10px;
}
#inner-subnav ul li.last {
	margin-right: 0;
}
#inner-subnav ul li:hover {
	border-color: #e2aa1e;
}
#inner-subnav ul li a {
	text-decoration: none;
	color: #4e4c4c;
	text-transform: uppercase;
}
#inner-subnav ul li a:hover {
	color: #4e4c4c;
}
.mobile-sub-nav-select {
	display: none;
	width: 95%;
	font-size: 25px;
	letter-spacing: 1px;
}
#spaTreatments #navTreatments, #spaSpa #navSpa, #spaGuidelines #navGuidelines, #spaOffers #navOffers, #specialsLodge #navLodge, #specialsRooms #navRooms, #specialsDining #navDining, #specialsSpa #navSpa, #specialsMeetings #navMeetings, #specialsApiary #navApiary, #specialsGolf #navGolf, #lodgeLodge #navLodge, #lodgeBees #navBees, #lodgeConcierge #navConcierge, #lodgeEvents #navEvents, #lodgeShop #navShop, #roomsRooms #navRooms, #roomsSpa #navSpa, #roomsAmenities #navAmenities, #galleryLodge #navLodge, #galleryRooms #navRooms, #galleryDining #navDining, #gallerySpa #navSpa, #galleryWeddings #navWeddings, #galleryMeetings #navMeetings, #galleryApiary #navApiary, #mediaMedia #navMedia, #mediaAwards #navAwards, #mediaPress #navPress, #diningDining #navDining, #diningDiningRoom #navDiningRoom, #diningAttic #navAttic, #diningLibations #navLibations, #diningAdventures #navAdventures, #weddingsWeddings #navWeddings, #weddingsVenues #navVenues, #weddingsElopements #navElopements, #weddingsMenus #navMenus, #weddingsRFP #navRFP, #meetingsMeetings #navMeetings, #meetingsSpaces #navSpaces, #meetingsCatering #navCatering, #meetingsOffers #navOffers, #meetingsRFP #navRFP, #areaActivities #navActivities, #areaAttractions #navAttractions, #areaGolf #navGolf, #specialsDiningevents #navEvents {
	border: none!important; /*font-weight: 800; */
	font-size: 16px;
}
#spaTreatments #navTreatments a, #spaSpa #navSpa a, #spaGuidelines #navGuidelines a, #spaOffers #navOffers a, #specialsLodge #navLodge a, #specialsRooms #navRooms a, #specialsDining #navDining a, #specialsSpa #navSpa a, #specialsMeetings #navMeetings a, #specialsApiary #navApiary a, #specialsGolf #navGolf a, #lodgeLodge #navLodge a, #lodgeBees #navBees a, #lodgeEvents #navEvents a, #lodgeConcierge #navConcierge a, #lodgeShop #navShop a, #roomsRooms #navRooms a, #roomsSpa #navSpa a, #roomsAmenities #navAmenities a, #galleryLodge #navLodge a, #galleryRooms #navRooms a, #galleryDining #navDining a, #gallerySpa #navSpa a, #galleryWeddings #navWeddings a, #galleryMeetings #navMeetings a, #galleryApiary #navApiary a, #mediaMedia #navMedia a, #mediaAwards #navAwards a, #mediaPress #navPress a, #diningDining #navDining a, #diningDiningRoom #navDiningRoom a, #diningAttic #navAttic a, #diningLibations #navLibations a, #diningAdventures #navAdventures a, #weddingsWeddings #navWeddings a, #weddingsVenues #navVenues a, #weddingsElopements #navElopements a, #weddingsMenus #navMenus a, #weddingsRFP #navRFP a, #meetingsMeetings #navMeetings a, #meetingsSpaces #navSpaces a, #meetingsCatering #navCatering a, #meetingsOffers #navOffers a, #meetingsRFP #navRFP a, #areaActivities #navActivities a, #areaAttractions #navAttractions a, #areaGolf #navGolf a, #specialsDiningevents #navEvents a {
	color: #e2aa1e;
}
.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: #e2aa1e;
	padding: 25px 10%;
	color: #fff;
	text-align: center;
}
#treatments-header h2 {
	font-family: 'WadeSans';
	font-size: 40px;
	margin-bottom: 25px;
}
#treatments-header ul {
	margin: 0;
	padding: 0;
}
#treatments-header ul li {
	font-size: 15px;
	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: #e2aa1e;
}
#treatments-header ul li.last {
	margin-right: 0;
}
#treatments-header ul li:hover {
	border-color: #fff;
}
#treatments-header ul li.active {
	border-color: #fff;
}
#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: 'WadeSans';
	font-size: 30px;
	color: #373737;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}
.treatments-list p {
	color: #373737;
	font-size: 18px;
	line-height: 1.35em;
	max-width: 800px;
	margin: 0 auto .5em;
	padding-left: 20px;
	padding-right: 20px;
}
.treatments-list .price {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.35em;
}
.price {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.35em;
}
.treatments-list .footnote {
	color: #373737;
	font-size: .9em;
}
.treatments-list ul {
	margin-left: 25px;
}
#treatments-area img {
	width: 100%;
	height: auto;
}
.treatment {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../images/layout/treatment-separator.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.treatments-list h2.treatment-category {
	padding-top: 20px;
	font-size: 40px;
	margin-bottom: 15px;/*color: #1276b5;*/
}
.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: #e2aa1e;
	top: 0;
	right: 0px;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 4px;
}
.treatments-close-bottom {
	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: #e2aa1e;
	text-decoration: none;
}
.tlink .number {
	font-size: 1.25em;
}
/**** GRID ON SPECIALS PAGES ******/
#specials-grid-container {
	margin: 0 auto;
	margin-bottom: 30px;
}
.specials-grid-box {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 40px;
	text-align: center;
}
.specials-grid-box img {
	width: 100%;
	height: auto;
}
.specials-grid-text {
	padding: 20px 15px;
	color: #373737;
	text-align: center;
}
.specials-grid-headline {
	/*height: 60px;*/
	margin-bottom: 10px;
}
.specials-grid-text h3 {
	font-family: 'WadeSans';
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.specials-grid-body {
	height: 40px;
	margin-bottom: 10px;
}
.specials-grid-text p {
	font-size: 16px;
}
.specials-button {
	height: 38px;
	background-color: #e2aa1e;
	border: none;
	font-family: 'WadeSans';
	font-size: 20px;
	width: 80%;
	max-width: 212px;
	text-align: center;
	background-image: url(../images/layout/check-big.jpg);
	background-size: cover;
	margin: 10px auto;
	text-transform: uppercase;
}
.specials-button a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
}
.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: WadeSans;
	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;
	margin-bottom: 20px;
	text-align: center;
	/*font-family: 'WadeSans'; */
	font-size: 16px;
}
/*  /specials page grid   */

#specials-banner-container {
	position: relative;
	background-color: #e2aa1e;
	height: 250px; /* was 220*/
	overflow: visible;
	margin-bottom: 60px;
	margin-top: 30px;
}
#specials-banner {
	position: relative;
	background-color: #e2aa1e;
	margin-top: 0;
	max-width: 1178px;
	margin: 0 auto;
}
#specials-banner-img {
	position: absolute;
	top: -25px; /* was -35*/
	width: 486px;
	height: auto;/*z-index: 5;*/
}
#specials-banner-img img {
	width: 100%;
	height: auto;
}
#specials-banner-img .gold-edge.feature {
	display: none;
}
#specials-banner-text {
	float: right;
	width: 640px; /* modified version was 670*/
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
#specials-banner-text a {
	color: #ffffff;
	text-decoration: underline;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#specials-banner-text a:hover {
	text-decoration: none;
}
#specials-banner-text h2 {
	font-family: 'WadeSans';
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#specials-banner-text p {
	font-size: 18px;
	line-height: 1.35em;
	margin-bottom: 20px;
}
#specials-banner-text .clear-button {
	margin: 0 auto;
}
#specials-banner .fineprint { font-size:15px!important; }

/* offers page - big pics with text to the side */
.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-size: 18px;
	color: #555;
	line-height: 1.35em;
}
.big-pic-text ul li {
	line-height: 1.35em;
	/*line-height: 28px!important;*/
	margin-left: 20px;
}
#inner-content .big-pic-text h1 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.35em;
}
.fine-print {
	font-size: 13px;
	line-height: 1.35em;
	color: #555;
}
.big-pic-text-button a {
	display: inline-block;
	padding: 5px 50px;
	background-color: #3a79ae;
	color: #fff!important;
	text-decoration: none;
	font-size: 17px;
	font-weight: 300 !important;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.big-pic-text .package-subtitle {
	font-size: 18px;
	color: #3a79ae;
	margin-bottom: 15px;
	display: inline-block;
}
.fixed-btn {
	width: 260px;
	padding: 15px 0!important;
}
/* /END offers pics with text */
/* SPECIALS FEATURE HEADINGS */
h3#feature-special-title {
	font-family: 'WadeSans';
	font-size: 48px;
	font-weight: 500;
	color: #4c4c4c; /*#e2aa1e;*/
	text-align: center;
	text-transform: uppercase;
}
#featured-special-container {
	margin: 0 auto;
	width: auto;
	max-width: 1178px;
	padding-left: 15px;
	padding-right: 15px;
}
#other-specials {
	font-family: 'WadeSans';
	font-size: 30px;
	/*color: #e2aa1e;*/
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
.two-col {
	width: 49%;
	padding: 25px 0 24px;
	font-size: 16px;
	line-height: 25px;
	color: #373737;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* gallery */
.megafolio-container {
	position: relative;
}
/* parallax page banner (not masthead) */
.parallax-text-positioner {
	display: table;
	height: 100%;
	width: 100%;
}
#parallax-cta {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 50;
}
#parallax-cta h1 {
	font-family: 'WadeSans';
	font-size: 40px;
	font-weight: normal;
}
#parallax-cta h2 {
	font-size: 23px;
	font-weight: normal;
}
#parallax-cta p {
	font-size: 18px;
}
/* weddings feature box (rollover boxes) */
#three-feature-boxes-container {
	max-width: 850px;
	margin: 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;
}
.feature-box-text-positioner {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}
.feature-box-text { /*display: table-cell; */
	font-family: 'WadeSans';
	font-size: 30px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
a .feature-box-text {
	color: #fff;
}
/* big boxes on any page */
#big-box-content-area {
	margin-top: 40px;
}
#weddings-big-boxes, #big-boxes {
	display: table;
}
#weddings-big-boxes {
	width: 100%;
}
#box-row {
	width: 100%;
	display: table-row;
}
.big-box {
	display: table-cell;
	width: 50%;
}
#weddings-big-boxes #big-box-left {
	background-image: url(../images/bigbox/snoqualmie-salish-lodge-wedding-Happy-Couple.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#big-box-left {
	width: 50%;
	background-image: url(../images/bigbox/SalishSignature_2014.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#big-box-right {
	display: table-cell;
	background-color: #e2aa1e;
	width: 50%;
}
#big-box-right-text {
	width: auto;
	padding: 70px 40px; /*was 80px 40px*/
	color: #fff;
}
#big-box-right-text a {
	color: #F2F2F2;
	text-decoration: none;
}
#big-box-right-text a:hover {
	color: #FFF;
	text-decoration: none;
}
#big-box-right-text h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: 'WadeSans';
}
#big-box-right-text p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.35em;
}
#big-box-right-text ul li {
	font-size: 18px;
	margin-left: 10px;
}
#big-box-right-text .clear-button {
	margin: auto;
}
/* 'zig-zag' alternating pic & text boxes */
.zig-zag-area {
	margin-top: 40px;
	width: 100%;
}
.zig-zag-boxes {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.zig-zag-row {
	display: table-row;
}
.zig, .zag {
	display: table-cell;
	width: 50%;
}
.zzpic {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.zzcontent {
	vertical-align: middle;
}
.zztext {
	text-align: center;
	padding: 150px 30px;
}
.zztext h2 {
	font-family: 'WadeSans';
	font-weight: normal;
	font-size: 35px;
	color: #e2aa1e;
}
.zztext p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}
.zzmobile {
	display: none;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* rooms page */
#rooms-container {
	width: auto;
	max-width: 1178px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.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-size: 18px;
	/*color: #4c4c4c;*/
	line-height: 1.35em;
}
.room-text ul li {
	/*line-height: 1.35em !important;*/
	margin-left: 25px;
}
.room-text h2 {
	font-family: 'WadeSans';
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35em;
	color: #4c4c4c;/*#e2aa1e;*/
	text-transform: uppercase;
}
.room-left-text-right p, .room-right-text-left p {
/*text-align: justify; */
}
hr.room-divider {
	color: #f4f4f4;
	height: 1px;
	background-color: #f4f4f4; /*makes Chrome behave*/
	border: none;
}
#iframe {
	margin: auto;
	width: 1015px;
	text-align: center;
}
#callout {
	border: 1px solid #e2aa1e;
	background-color: #FCFCFC;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
/* DINING ROOM & ATTIC HOURS/MENU  */
#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;
	font-family: 'WadeSans';
	text-align: center;
}
.tab-label:hover {
	border-color: #e2aa1e;
}
.tab-label a {
	color: #373737;
}
.activeTab {
	border-color: #e2aa1e;
}
#menus-tab {
	display: none;
}
.tab-box {
	/*background-color: #f8f6ed;
		padding: 20px;
	min-height: 135px;
	*/
	text-align: center;
	font-size: 18px;
}
.tab-box h2 {
	font-size: 18px;
	font-family: "Archer A", "Archer B";/*font-family: 'WadeSans';*/
	text-transform: uppercase;
}
.tab-box p {
	text-align: center!important;
}
/*#-container .tab-box a {
	color: #fff;
	text-decoration: none;
}
#-container  .tab-box a:hover {
	color: #fff;
	text-decoration: underline;
}*/
/*  /  */


#TA_certificateOfExcellence371 {
	float: right;
	width: 170px;
}/* Trip advisor bagde on diningroom.php*/
/***** MASTHEAD OVERLAY ********/

.masthead-overlay {
	position: absolute;
	right: 13%;
	bottom: 10px;
	background-color: rgba(0,0,0,.4);
	z-index: 999;
	padding: 10px;
	width: 160px;
}
.overlay-text {
	border: 1px #777 solid;
	background-color: transparent;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.overlay-title {
	display: block;
	margin-bottom: 15px;
	font-family: WadeSans;
	font-size: 18px;
	color: #e2aa1e;
	text-decoration: none;
}
.overlay-copy {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.overlay-copy:hover {
	color: #e2aa1e;
}
.overlay-title:hover {
	color: #fff!important;
}
/*************Eventbrite buttons*******/
.eventbrite-button {
	height: 45px;
	background-color: #e2aa1e;
	border: none;
	font-family: WadeSans;
	font-size: 20px;
	width: 212px;
	text-align: center;
	background-image: url(../images/layout/check-big.jpg);
	background-size: cover;
	margin: 10px auto;
	display: block;/* button needs this to enable margins*/
	text-transform: uppercase;
	color: #FFF;
}
.eventbrite-button a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
}
/******* menu columns ********/
.columntextContainer {margin:20px 0;}

.columntext {
	float: left;
	margin-right: 40px;
	padding-bottom:1em;
}

.columntextContainer:last-child .columntext {margin-right:0;}




/******** CHAT BOX POSITIONING RELATIVE TO COOKIE BANNER *******/
/*#web-messenger-container { bottom: 75px; z-index: 9999999999999!important;display:none; } */
#web-messenger-container { bottom: 75px; z-index: 9999999999999!important; }

@media screen and (max-width: 767px) {
#web-messenger-container { bottom: 125px; }
#web-messenger-container { max-height: 60%; }
}
@media screen and (max-width: 600px) {
#web-messenger-container { bottom: 140px; }
}
/********/




/****** MEDIA QUERIES *******/

@media screen and (max-width: 1500px) {
#area-drop {
	left: -400px;
}
#bottom-block-container {
	height: 650px;
}
.specials-grid-box {
	width: 33.3%;
}
.specials-grid-headline {
/*height: 60px;*/
}
}
 @media screen and (max-width: 1290px) {
#meetings-drop {
	left: -400px;
}
}
 @media screen and (max-width: 1250px) {
#specials-banner-container {
	height: auto;
	padding: 15px 20px;
	margin-bottom: 40px;
	margin-top: 0;
}
#specials-banner-img {
	position: relative;
	top: 0;
	float: left;
	width: 35%;
}
#specials-banner-img .white-edge.feature {
	display: none;
}
#specials-banner-img .gold-edge.feature {
	display: block;
}
#specials-banner-text {
	width: 61%;
	padding-left: 2%;
	padding-right: 2%;
}
}
 @media screen and (max-width: 1210px) {
#home-intro-text, #innerNavSolo, #content-box-inner {
	max-width: 900px;
}
#header {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#top-nav-container {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#top-nav {
	right: 15px;
}
#footer-width {
	width: auto;
}
#footer {
	padding-right: 15px;
	padding-left: 15px;
}
#inner-title-cell.long h2 {
	font-size: 40px;
}
#specialsCarousel {
	width: 100% !important;
	height: auto !important;
}
#home-specials-container {
	width: 900px;
}
#home-specials-top {
	width: 900px;
	height: 403px;
}
#home-specials-left, #home-specials-right {
	width: 440px;
	height: 383px;
}
#inner-featured-left, #inner-featured-right {
	width: 420px;
	height: 366px;
}
.slide {
	width: 100%;
	height: auto;
}
.specialImg {
	width: 100% !important;
	height: auto !important;
}
#instagram-area, #instagram-photo-container {
	width: 900px;
}
#instagram-area h2 {
	font-size: 40px;
}
#instagram-area h3 {
	font-size: 20px;
}
#instagram-left, #instagram-right {
	width: 442px;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 215px;
}
.instagram-pic.top {
	margin-bottom: 8px;
}
#bottom-block-container {
	height: 550px;
}
.bottom-slider-copy {
	width: 40%;
	padding: 50px 25px;
}
.bottom-slider-copy h3 {
	margin-bottom: 20px;
}
.bottom-slider-copy p {
	margin-bottom: 30px;
}
#big-box-right-text {
	padding: 60px 40px;
}
#big-box-right-text h3 {
	font-size: 28px;
}
/*#big-box-right-text p {
	font-size: 16px;
}*/
#iframe {
	width: 900px;
}
}
 @media screen and (max-width: 1180px) {
.two-col.left {
	width: 45%;
	margin-left: 23px;
}
.two-col.right {
	width: 45%;
	margin-right: 23px;
}
#main-nav ul li a {
	font-size: 14px;
}
#main-nav {
	width: 835px;
}
}
 @media screen and (max-width: 1140px) {
#main-nav {
	width: 835px;
}
.big-pic-left-text-right .big-pic-text, .big-pic-left-text-right .big-pic {
	float: none;
	width: 60%;
	margin: 0 auto;
}
.big-pic-text {
	padding-bottom: 30px;
}
}
 @media screen and (max-width: 1120px) {
#main-nav {
	width: 760px;
}
#main-nav ul li {
	margin: 0 10px;
}
}
 @media screen and (max-width: 1100px) {
.text-container h2 {
	margin-bottom: 25px;
}
.text-container p {
	margin-bottom: 15px;
}
.zztext {
	padding: 125px 30px;
}
.specials-grid-headline {
	height: 60px;
}
}
 @media screen and (max-width: 1080px) {
#main-nav {
	width: 730px;
}
#main-nav ul li {
	margin: 0 8px;
}
#home-intro-text, #innerNavSolo, #inner-intro-box, #content-box-inner/*, .inner #big-content-area*/ {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
}
#inner-intro-box {
	padding-top: 30px
}
}
 @media screen and (max-width: 1040px) {
#main-nav {
	width: 710px;
}
#big-video-wrap, #vid-bg {
	display: none;
}
#vid-alternative {
	display: block;
}
#footer-middle {
	padding-bottom: 0;
}
#footer-right {
	position: relative;
	margin: 0 auto;
	top: 20px;
}
#weddings-drop {
	left: -400px;
}
#main-nav ul li {
	margin: 0 7px;
}
.grid-text {
	height: 100px;
}
.grid-text h3 {
	font-size: 24px;
}
}
@media screen and (max-width: 1020px) {
.masthead-overlay {
	width: 300px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
}
.overlay-text {
	padding: 7px;
}
.overlay-copy {
	font-size: 14px;
}
.overlay-title {
	font-size: 16px;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 1000px) {
#main-nav {
	width: 675px;
}
#main-nav ul li a {
	font-size: 13px;
}
.text-container {
	padding: 0 35px 0 35px;
}
.text-container h2 {
	font-size: 22px;
	margin-bottom: 25px;
}
.text-container p {
	font-size: 16px;
	/*line-height: 22px;*/
	margin-bottom: 20px;
}
#bottom-block-container {
	height: 500px;
}
.bottom-slider-copy {
	width: 40%;
	padding: 40px 20px;
}
.bottom-slider-copy h2 {
	font-size: 35px;
}
.bottom-slider-copy h3 {
	font-size: 18px;
}
.bottom-slide-copy p {
	font-size: 14px;
}
#specials-banner-img {
	width: 45%;
}
#specials-banner-text {
	width: 51%;
	padding-top: 15px;
}
#specials-banner-text h2 {
	font-size: 32px;
	margin-bottom: 5px;
}
#specials-banner-text p {
	font-size: 16px;
	/*line-height: 22px;*/
	margin-bottom: 15px;
}
#weddings-big-boxes {
	display: block;
}
#box-row {
	display: block;
}
.big-box {
	display: block;
	width: 100%!important;
}
#big-box-left {
	display: block;
	height: 250px;
}
#big-box-right {
	display: block;
}
#big-box-right-text {
	padding: 50px 40px;
	width: auto;
}
#big-box-right-text h3 {
	font-size: 30px;
}
#big-box-right-text p {
	font-size: 18px;
}
.zztext {
	padding: 100px 30px;
}
}
 @media screen and (max-width: 960px) {
#logo {
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
}
#logo img {
	width: 122px;
}
#mobile-call-button {
	display: block;
}
#mobile-menu-button {
	display: block;
}
#main-nav {
	display: none;
}
#book-now {
	position: absolute;
	float: none;
	right: 15px;
}
#top-nav {
	display: none;
}
}
 @media screen and (max-width: 940px) {
#booking {
	width: 734px;
	padding-left: 0;
}
#form-check-in .box {
	width: 100px;
}
#form-check-in .box.select {
	width: 100px;
}
#booking #button-check-now {
	width: 167px;
}
/*.grid-box { width: 50%; }*/

#iframe {
	width: 850px;
}
}
 @media screen and (max-width: 930px) {
.home #specialsCarousel {
	width: 730px !important;
}
#home-specials-container {
	width: 730px;
}
#home-specials-top {
	width: 730px;
	height: 327px;
	margin-bottom: 18px;
}
#home-specials-left, #home-specials-right {
	width: 355px;
	height: 309px;
}
#inner-featured-left, #inner-featured-right {
	width: 400px;
	height: 349px;
}
.home .slide {
	width: 730px;
	height: 327px;
}
.home .specialImg {
	width: 730px !important;
	height: 327px !important;
}
#instagram-area, #instagram-photo-container {
	width: 730px;
}
#instagram-area h2 {
	font-size: 40px;
}
#instagram-area h3 {
	font-size: 20px;
}
#instagram-left, #instagram-right {
	width: 360px;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 175px;
}
.instagram-pic.top {
	margin-bottom: 6px;
}
}
 @media screen and (max-width: 910px) {
.specials-grid-box {
	width: 50%;
}
.specials-grid-headline {
	height: auto;
}
}
 @media screen and (max-width: 900px) {
.text-container {
	padding: 0 25px 0 25px;
}
.text-container h2 {
	margin-bottom: 15px;
}
.text-container p {
	/*line-height: 20px;*/
	margin-bottom: 15px;
}
#address-box-white p.charitable {
	font-size: 12px;
}
.grid-box {
	float: none;
	width: auto;
}
.grid-text h3 {
	font-size: 26px;
}
.grid-text {
	height: 80px;
}
.zztext {
	padding: 60px 30px;
}
#inner-featured-left, #inner-featured-right {
	width: 380px;
	height: 331px;
}
}
 @media screen and (max-width: 850px) {
#inner-title-cell h2 {
	font-size: 45px;
}
#inner-featured-left, #inner-featured-right {
	width: 360px;
	height: 314px;
}
}
 @media screen and (max-width: 800px) {
#inner-title-cell.long h2 {
	font-size: 30px;
}
#inner-title-cell.long p {
	font-size: 14px;
}
#nav-list li.contact a {
	padding: 39px 10px 27px 10px;
}
#inner-featured-left, #inner-featured-right {
	width: 340px;
	height: 296px;
}
}
 @media screen and (max-width: 767px) {
#inner-intro-box {
	padding-top: 20px;
}
#inner-intro-box p, #big-content-area .inner-text, #big-content-area .inner-text ul li {
	font-size: 16px;/*line-height: 22px;*/
}
.home #specialsCarousel {
	width: 650px !important;
	height: 291px !important;
}
#home-specials-container {
	width: 650px;
}
#home-specials-top {
	width: 650px;
	height: 291px;
	margin-bottom: 18px;
}
#home-specials-left, #home-specials-right {
	width: 316px;
	height: 275px;
}
#inner-featured-left, #inner-featured-right {
	width: 320px;
	height: 279px;
}
.home .slide {
	width: 650px;
	height: 291px;
}
.home .specialImg {
	width: 650px !important;
	height: 291px !important;
}
#instagram-area, #instagram-photo-container {
	width: 650px;
}
#instagram-area h2 {
	font-size: 30px;
}
#instagram-area h3 {
	font-size: 16px;
}
#instagram-left, #instagram-right {
	width: 320px;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 155px;
}
.instagram-pic.top {
	margin-bottom: 6px;
}
.masthead-text-block h2 {
	font-size: 50px;
}
.masthead-text-block p {
	font-size: 18px;
}
#submasthead {
	display: none;
}
.bottom-slider-copy {
	padding: 30px 20px;
}
.bottom-slider-copy h2 {
	font-size: 34px;
	margin-bottom: 10px;
}
.bottom-slider-copy h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.bottom-slide-copy p {
	font-size: 14px;
	/*line-height: 18px;*/
	margin-bottom: 25px;
}
.zig-zag-boxes {
	display: block;
}
.zig-zag-row {
	display: block;
	clear: both;
}
.zig, .zag {
	display: block;
	width: 100%;
}
.zzpic {
	display: none;
}
.zzmobile {
	display: block;
}
.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;
}
#big-box-right-text h3 {
	font-size: 26px;
}
.specials-grid-headline {
	height: 60px;
}
.overlay-title {
	display: none;
}
}
 @media screen and (max-width: 740px) {
#specials-banner-container {
	padding-bottom: 20px;
}
#specials-banner-img {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 486px;
}
#specials-banner-text {
	float: none;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 600px;
	margin: 0 auto;
}
.specials-grid-box {
	width: 50%;
}
#inner-featured-left, #inner-featured-right {
	width: 310px;
	height: 270px;
}
}
 @media screen and (max-width: 700px) {
/*.inner-left p, .inner-right p {
	font-size: 16px!important;
}
.inner-left p a, .inner-right p a {
	font-size: 16px!important;
}*/
#big-box-left {
	height: 200px;
}
#inner-featured-left, #inner-featured-right {
	width: 295px;
	height: 257px;
}
}
 @media screen and (max-width: 680px) {
#instagram-area, #instagram-photo-container {
	width: 600px;
}
#instagram-area h2 {
	font-size: 30px;
}
#instagram-area h3 {
	font-size: 16px;
}
#instagram-left, #instagram-right {
	width: 295px;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 142px;
}
.instagram-pic.top {
	margin-bottom: 7px;
}
#inner-featured-left, #inner-featured-right {
	width: 280px;
	height: 244px;
}
}
 @media screen and (max-width: 650px) {
.home #specialsCarousel {
	width: 100% !important;
	max-width: 600px;
	height: auto !important;
}
#home-specials-container {
	width: 95%;
	height: auto;
}
.home .slide {
	width: 100% !important;
	height: auto !important;
}
#home-specials-top, #home-specials-left, #home-specials-right, #inner-featured-left, #inner-featured-right {
	float: none;
	width: 100% !important;
	height: auto !important;
}
.home .specialImg {
	display: none !important;
}
.home .specialImgMob {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.specials-small {
	width: 100%;
	max-width: 650px;
	height: auto;
}
#specials-small-1, #specials-small-2 {
	float: none;
}
.specialsText {
	padding: 10px 0 10px 14px;
}
/*.specialsText a {
	font-size: 12px;
}
.specialsText h3 a, .specials-small-text h3 a {
	font-size: 24px;
}*/
.bottom-slider-copy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.inner .inner-left, .inner .inner-right {
	width: auto;
	float: none;
}
#roomsAmenities .inner-right /* no space between left and right inners on this page so that the ul flows properly on mobile*/ {
	margin-top: 0;
}
#roomsAmenities .inner-left {
	margin-bottom: 0;
}
}
 @media screen and (max-width: 620px) {
#instagram-area, #instagram-photo-container {
	width: 550px;
}
#instagram-left, #instagram-right {
	width: 270px;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 130px;
}
.instagram-pic.top {
	margin-bottom: 6px;
}
}
 @media screen and (max-width: 600px) {
.cycle-pager {
	display: none; /* hide dots on mobile*/
}
.specialsText {
	padding: 15px 10px 22px 14px;
}
#inner-title-cell.long h2 {
	font-size: 25px;
}
#inner-title-cell h2 {
	font-size: 40px;
}
.no-mobile {
	display: none;
}
.mobile-only {
	display: inline;
}
/*.treatment { padding-top: 60px; }*/
.big-pic-left-text-right .big-pic-text, .big-pic-left-text-right .big-pic {
	width: 80%;
}
.feature-box-text {
	font-size: 25px;
}
#big-box-right-text h3 {
	font-size: 26px;
}
}
 @media screen and (max-width: 580px) {
.room-left-text-right, .room-right-text-left {
	margin-top: 20px;
}
}
 @media screen and (max-width: 570px) {
#instagram-area, #instagram-photo-container {
	width: 97%;
	max-width: 550px;
	margin: 0 auto;
}
#instagram-left {
	width: 100%;
}
#instagram-right {
	display: none;
}
#instagram-left-col-1, #instagram-left-col-2 {
	width: 49%;
}
.instagram-pic.top {
	margin-bottom: 6px;
}
.bottom-slider-copy {
	width: 50%;
}
}
 @media screen and (max-width: 550px) {
#top-stripe {
	height: 10px;
}
#header-container {
	height: 95px;
}
#vid-alternative {
	top: 90px
}
#mobile-nav {
	top: 95px;
}
#js-rotating li {
	font-size: 30px;
}
#big-image-area-slider, #home-blank-zone, #innerNavSolo, #inner-subnav {
	display: none;
}
/*#mobile-title {
	display: block;
}*/
#inner-masthead-mobile {
	display: block;
}
#logo {
	width: 125px;
	left: 65px;
}
.masthead-text-block h2 {
	font-size: 40px;
}
.masthead-text-block p {
	font-size: 16px;
}
.specials-grid-box {
	width: 100%;
}
.specials-grid-headline {
	height: auto;
}
.specials-grid-body {
	height: auto;
}
#big-box-right-text {
	padding: 20px;
}
#treatments-header h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
#home-intro-text p, #content-box-inner p {
	text-align: left;
}
#specials-banner-text h2 {
	font-size: 30px;
}
.overlay-copy {
	font-family: "Archer A", "Archer B";
}
}
 @media screen and (max-width: 500px) {
#inner-title-cell.long h2 {
	font-size: 20px;
}
#inner-title-cell h2 {
	font-size: 35px;
}
#bottom-block-container {
	height: 350px;
}
#bottom-slides .slides-navigation {
	display: none!important;
}
.bottom-slider-copy {
	width: auto;
	height: 100%;
	max-width: none;
	background-color: rgba(226,170,30,1);
}
#three-feature-boxes-container {
	width: 75%;
	padding-top: 15px;
}
.feature-box {
	position: relative;
	float: none;
	width: auto;
	padding: 0 15px 15px 15px;
}
.feature-box-text {
	font-size: 30px;
}
.bottom-slider-copy p {
	font-size: 16px;
}
#TA_certificateOfExcellence371, .ot-dc-badge--p {
	float: none;
	margin: auto;
}
}
 @media screen and (max-width: 425px) {
#inner-title-cell h2 {
	font-size: 30px;
}
#inner-title-cell p {
	font-size: 14px;
}
#big-box-right-text h3 {
	font-size: 26px;
}
#specials-banner-text h2 {
	font-size: 28px;
}
}
 @media screen and (max-width: 400px) {
#mobile-menu-button {
	left: 10px;
}
#mobile-call-button {
	right: 80px;
}
#book-now {
	width: 70px;
	font-size: 17px;
	right: 0;
	padding-top: 25px;
	height: 60px;
}
#logo {
	left: 50px;
}
#logo img {
	width: 112px;
}
#inner-title-cell.long h2 {
	font-size: 16px;
}
.grid-text {
	height: 100px;
}
.bottom-slider-copy h2 {
	font-size: 32px;
	margin-bottom: 8px;
}
.bottom-slider-copy h3 {
	font-size: 18px;
	margin-bottom: 18px;
}
.bottom-slide-copy p {
	font-size: 16px;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 375px) {
#inner-title-cell h2 {
	font-size: 25px;
}
#treatments-header h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
}
 @media screen and (max-width: 350px) {
#inner-title-cell h2 {
	font-size: 20px;
}
#bottom-block-container {
	height: 400px;
}
.gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent linear-gradient(transparent 40%, rgba(0,0,0,0.7)) repeat scroll 0 0;
}
}
