@font-face {
	font-family: 'ElegantIcons';
	src: url('../webfonts/ElegantIcons.eot');
	src: url('../webfonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), 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;
}
@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: 'Gaslight';
	src: url('../webfonts/Gaslight.eot');
	src: url('../webfonts/Gaslight.eot?#iefix') format('embedded-opentype'), url('../webfonts/Gaslight.woff') format('woff'), url('../webfonts/Gaslight.woff2') format('woff2'), url('../webfonts/Gaslight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Newtext';
	src: url('../webfonts/Newtext.eot');
	src: url('../webfonts/Newtext.eot?#iefix') format('embedded-opentype'), url('../webfonts/Newtext.woff') format('woff'), url('../webfonts/Newtext.woff2') format('woff2'), url('../webfonts/Newtext.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	position: relative; /*font-family: 'Gaslight', serif;*/
	font-style: normal;
	background-color: #fff; /*background-image: url(../images/video-frame-4.jpg); background-repeat: no-repeat; background-size: cover;*/
	z-index: 500;
}
h1, h2 {
	font-family: 'Newtext', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.clear {
	clear: both;
}
.border-button {
	position: relative;
	width: 210px;
	height: 42px; /*height: 42px;*/
	text-align: center;
	z-index: 5;
	transition: all color .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.border-button-rfp {
	position: relative;
	width: 230px;
	height: 42px; /*height: 42px;*/
	text-align: center;
	z-index: 5;
	transition: all color .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.border-button:hover {
	cursor: pointer;
}
.border-button-rfp:hover {
	cursor: pointer;
}
.button-deco {
	position: absolute;
	width: 216px;
	height: 48px;
	border: 2px solid;
	border-color: inherit;
	z-index: -1;
}
.button-deco-rfp {
	position: absolute;
	width: 236px;
	height: 48px;
	border: 2px solid;
	border-color: inherit;
	z-index: -1;
}
.button-deco.top, .button-deco-rfp.top {
	top: -8px;
	left: -8px;
}
.button-deco.bottom, .button-deco-rfp.bottom {
	top: 0;
	left: 0;
}
.border-button a {
	display: block;
	padding: 12px 0 12px 0;
	font-family: 'Newtext', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	line-height: normal;
}
.border-button-rfp a {
	display: block;
	padding: 12px 0 12px 10px;
	font-family: 'Newtext', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	line-height: normal;
}
.border-button.black, .border-button-rfp.black {
	border-color: #2c2d2c;
}
.border-button.black a, .border-button-rfp.black a {
	color: #2c2d2c;
	text-transform: uppercase;
}
.border-button.black:hover, .border-button-rfp.black:hover {
	background-color: #979468; /*border-color: #979468;*/
}
.border-button.black:hover .button-deco, .border-button-rfp.black:hover .button-deco-rfp {
	border-color: #979468;
}
.border-button.black:hover a, .border-button-rfp.black:hover a {
	color: #fff;
}
.border-button.white {
	border-color: #fff;
	/*background: rgba(0, 0, 0, .2);*/
}
.border-button.white:hover {
	background-color: #979468;
}
.border-button.white:hover a {
	color: #fff;
}
.border-button.white:hover .button-deco {
	border-color: #979468;
}
.border-button.white a {
	color: #fff;
}
.border-button.gold {
	border-color: #979468;
}
.border-button.gold a {
	color: #979468;
}
.border-button.gold:hover {
	background-color: #979468;
}
.border-button.gold:hover a {
	color: #fff;
}
.border-button.gold-fill {
	background-color: #979468;
	border-color: #979468;
}
.border-button.gold-fill a {
	color: #fff;
}
.border-button.gold-fill:hover {
	background-color: #fff;
}
.border-button.gold-fill:hover a {
	color: #979468;
}
.border-button.gold-fill.trans {
	background-color: rgba(165,158,106,.3);
}
.border-button.gold-fill.trans:hover {
	background-color: rgba(165,158,106,1);
}
.border-button.gold-fill.trans:hover a {
	color: #fff;
}
#screen {
	position: absolute;
	background-color: #fff;
	z-index: 9999999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#wallpaper {
	position: fixed;
	z-index: -50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/video-frame-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#darker {
	position: fixed;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
}
#vid-content-area {
	position: relative;
	display: table;
	height: 100%;
	margin: 0 auto;
}
#vid-content-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	z-index: 5;
}
#vid-logo {
	width: 325px;
	margin: 0 auto;
}
#vid-logo img {
	width: 100%;
	height: auto;
}
#vid-text {
	text-align: center;
	color: #fff;
	font-family: 'Gaslight', sans-serif;
	font-size: 18px;
	margin-top: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#vid-text-separator {
	width: 154px;
	height: 2px;
	border: 1px #fff solid;
	border-width: 0 0 1px 0;
	margin: 32px auto 0 auto;
}
#vid-alternative {
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -2;
	background-image: url(../images/static-background-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#masthead-down-arrow-container {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
	z-index: 6;
}
#masthead-down-arrow {
	width: 50px;
	margin: 0 auto;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	color: rgba(255,255,255,.65);
}
/******  /////////  HEADER & NAV  ///////////  *******/

#header-container {
	font-family: 'Gaslight', sans-serif;
	background-color: transparent;
	height: 106px; /*position: fixed;*/
	z-index: 201;
	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;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 26px;
}
#book-now {
	float: right;
	width: 153px;
	padding-top: 31px;
}
#book-now .border-button {
	width: 138px;
}
#book-now .button-deco {
	width: 144px;
}
.to868 {
	display: inline;
}
.below868 {
	display: none;
}
.inner #book-now .border-button {
	height: 42px;
}
#logo {
	width: 139px;
	float: left;
	padding-top: 25px;
}
#logo img {
	width: 100%;
	height: auto;
}
.inner #logo {
	z-index: 9999;
}

.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: 197px;
	top: 29px;
}
#main-nav ul li {
	display: inline-block;
	position: relative; /*margin-right: 30px;*/
	padding: 15px 9px 5px 9px;
}
#main-nav ul li a:hover, #main-nav ul li a.active {
	border-bottom: 3px #979468 solid;
}
#main-nav ul li a, #mobile-menu a.drop-link {
	font-family: 'Newtext', sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
/*#main-nav ul li a:hover { color: #38c7d4; }*/

/**** drop-downs ****/

.nav-drop {
	display: none;
	position: absolute;
	top: 77px;
	background-color: #fff;
	z-index: 300;
	width: 230px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	padding: 21px 0 0 0;
	-webkit-box-shadow: -1px 3px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -1px 3px 5px 5px rgba(0,0,0,0.25);
	box-shadow: -1px 3px 5px 5px rgba(0,0,0,0.25);
}
.nav-drop-img {
	width: 44px;
	margin: 0 auto 20px auto;
}
.nav-drop-img img {
	width: 100%;
	height: auto;
}
.drop-links {
}
.drop-links-container {
	text-align: center;
}
#main-nav ul li a.drop-link {
	font-family: 'Newtext', sans-serif;
	font-size: 12px;
	padding: 0;
	display: inline-block;
	color: #404042;
	text-decoration: none;
	border: none!important;
}
#main-nav ul li a.drop-link:hover {
	color: #979468;
	border: none!important;
}
.subnav-separator {
	height: 2px;
	border: solid 1px #e0ddcb;
	border-width: 0 0 1px 0;
	width: 108px;
	margin: 23px auto;
}
.nav-drop-stripe {
	height: 25px;
	background-image: url(../images/bg-texture-2.jpg);
	margin-top: 48px;
}
/*** mobile nav ***/

#mobile-call-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 20px;
	left: 65px;
	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: 37px;
	right: 20px; /*left: 15px;*/
	z-index: 99999;
	font-family: FontAwesome;
	font-size: 30px;
}
#mobile-menu-button a {
	text-decoration: none;
	color: #fff;
}
#mobile-nav {
	display: none;
	background-color: #fff; /*#2b3951;*/
	position: absolute;
	top: 106px;
	left: 0px;
	right: 0;
	z-index: 99999;
	font-weight: normal;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 25px;
}
.nav-cat {
	height: 60px;
	right: 0;
	left: 0;
	border: 1px solid #e0ddcb;
	border-width: 0 0 1px 0;
	padding-left: 24px; /*padding-top: 15px;*/
	color: #404042;
	font-size: 16px;
	overflow: hidden;
	position: relative;
}
.nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 25px;
	color: #404042;
	text-decoration: none;
	font-family: 'Newtext';
}
.nav-cat:hover { /*background-color: #3a79ae;*/
}
.nav-sub {
	display: none;
}
.nav-symbol {
	font-family: Arial;
	position: absolute;
	top: -3px;
	right: 40px;
}
.nav-symbol a {
	color: #404042;
	font-size: 20px;
	text-decoration: none;
}
.nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-sub ul li {
	height: 60px;
	width: auto;
	border: 1px solid #e0ddcb;
	border-width: 0 0 1px 0;
	padding-left: 24px; /*padding-top: 15px;*/
	color: #404042;
	font-size: 17px;
	overflow: auto;
	text-transform: uppercase;
	background-color: #fff;
}
.nav-sub ul li a {
	display: block;
	padding-top: 22px;
	color: #979468;
	text-decoration: none;
}
/*#mobile-nav ul li a:hover { color: #341300; }*/

.nav-sub ul li:hover {
	background-color: #979468;
}
.nav-sub ul li:hover a {
	color: #fff;
}
/*#mobile-nav ul li.link:hover a { color: #341300; }*/

.nav-sub ul li {
	text-indent: 15px;
}
/******* END HEADER & NAV *********/


#content-wrap {
	position: relative;
	z-index: 200;
	background-color: #fff;
	border: 1px #fff solid;
}
/****** BOOKING ******/

#submasthead {
	position: relative;
	height: 83px;
	background: #f9f9f5;
}
.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;
}
#booking {
	width: 1125px;
	position: relative;
	height: 38px;
	margin: 0px auto;
	padding: 19px 0 0 0;
}
#form-check-in .box {
	width: 150px;
	border: solid #e3e3e1;
	border-width: 0 0 2px 0;
	background-color: #f9f9f5;
	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: 1px;
	padding-left: 3px;
}
#form-check-in label.datepicker {
	/*padding-left: 7px;*/
	color: #666;
	font-size: 14px;
	font-family: "Gaslight", 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: "Gaslight", 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: "Gaslight", 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;
	padding-top: 2px;
	background-color: transparent;
	width: 266px;
	text-align: center;
	float: right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	border: 2px solid #979468;
	font-family: "Newtext", sans-serif;
	font-size: 16px;
	color: #1e1e1e;
	text-decoration: none;
}
#booking #button-check-now:hover {
	background-color: #979468;
	color: #f9f9f5;
}
 #booking -webkit-input-placeholder, #booking :-moz-placeholder, #booking ::-moz-placeholder, #booking ::placeholder, #booking :placeholder-shown {
font-family: "Gaslight", sans-serif;
font-size: 16px;
color: #6e6e6e;
opacity: 1 !important;
padding-top: 1px;
}
#booking input:focus { outline: none; }

.below1190 {
	display: none;
}
#intro-box {
	position: relative;
	background-color: #fff;
	z-index: 20;
	max-width: 1200px;
	border: 2px #979468 solid;
	margin: 30px auto 35px auto;
}
#intro-text {
	padding: 1em 14% .5em;
}
#intro-text h1 {
	color: #404042;
	font-family: 'Newtext', sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: .8em;
	letter-spacing: 2px;
	font-weight: normal;
}
#intro-text h2 {
	color: #404042;
	margin-bottom: 1em;
}
#intro-text p {
	font-family: 'Gaslight';
	color: #737373;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 1.5em;
}
#intro-text p a {
	color: #979468;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#intro-text p a:hover {
	color: #737373;
}
#intro-text .border-button {
	height: 42px;
}
#intro-icon {
	width: 40px;
	margin: 10px auto 24px auto;
}
#intro-icon img {
	width: 100%;
	height: auto;
}
#video-banner-container {
	position: relative;
	z-index: 20;
	margin-top: 40px;
	margin-bottom: 40px;
}
#video-banner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/vid-banner-bg-4.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: hidden;
}
#video-banner-still {
	position: relative;
	float: left;
	width: 59%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#video-banner-still img {
	width: 100%;
	height: auto;
	display: block;
}
#video-banner-button-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
}
#video-banner-button-area {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 10;
}
#video-banner-button-positioner {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#video-banner-button {
	width: 73px;
	height: 61px;
	background-color: rgba(165,158,106,1);
	opacity: .8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	margin-left: auto;
	margin-right: auto;
}
/*#video-banner-button:hover { background-color: rgba(165,158,106,1); }*/

#video-banner-button:hover {
	opacity: 1;
}
#video-banner-button a {
	display: block;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
}
#video-banner-right {
	float: left;
	width: 37%;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
#video-banner-right-content {
	padding: 99px 14% 0 14%;
}
#video-banner-right-content h2 {
	font-family: 'Newtext';
	font-size: 28px;
	line-height: 38px;
	color: #404045;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}
#video-banner-right-content p {
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 34px;
	color: #404045;
	margin-bottom: 54px;
}
#video-banner-right-content .border-button {
	margin-left: 8px;
}
#video-banner-separator {
	height: 2px;
	border: 2px solid #444345;
	border-width: 0 0 2px 0;
	width: 64px;
	margin-bottom: 40px;
}
/* HOME INSTA */

#home-insta {
	margin-top: 28px;
}
.insta-title {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 25px;
	font-family: 'Newtext';
	font-size: 24px;
	letter-spacing: 2px;
	color: #474747;
}
.insta-title a {
	color: #474747;
	text-decoration: none;
}
.insta-box {
	float: left;
	width: 25%;
	position: relative;
	cursor: pointer;
}
.insta-box.insta-1, .insta-box.insta-2, .insta-box.insta-3, .insta-box.insta-4 {
	background-size: cover;
	background-position: center center;
}
.insta-box img {
	width: 100%;
	height: auto;
}
.instagram-icon {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0px;
	bottom: 0;
}
.instagram-icon a {
	font-family: FontAwesome;
	font-size: 25px;
	color: #fff!important;
	text-decoration: none;
}
#instaroll-1, #instaroll-2, #instaroll-3, #instaroll-4 {
	display: none;
}
.instagram-rollover {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.instaroll-link {
	display: block;
	height: 100%;
	width: 100%;
}
.instaroll-border-L-T-R {
	position: absolute;
	left: 14px;
	top: 14px;
	right: 14px;
	bottom: 14px;
	box-sizing: border-box;
	border: solid #979468;
	border-width: 2px 2px 0 2px;
}
.instaroll-border-BL {
	position: absolute;
	left: 14px;
	bottom: 14px;
	height: 10px;
	border: solid #979468;
	border-width: 0 0 2px 0;
	width: 42%;
}
.instaroll-border-BR {
	position: absolute;
	right: 14px;
	bottom: 14px;
	height: 10px;
	border: solid #979468;
	border-width: 0 0 2px 0;
	width: 42%;
}
.instaroll-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.instaroll-icon img {
	width: 100%;
	height: auto;
}
#footer {
	position: relative;
	z-index: 20;
	background-color: #fff;
}
#footer-width {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.footer {
	color: #414042;
	box-sizing: border-box;
}
.footer a {
	color: #414042;
	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: #979468;
}
#footer h2 {
	font-family: 'Newtext';
	font-size: 16px;
	color: #444345;
	margin-bottom: 20px;
	font-weight: normal;
}
#footer p {
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 24px;
	color: #414042;
}
#footer-one {
	width: 21.3%;
	float: left;
	padding-top: 96px;
	text-align: center;
}
#footer-one img {
	width: 156px;
	height: auto;
}
.footer-text {
	font-family: 'Gaslight';
	text-align: left;
	padding-left: 70px;
	height: 140px;
	border: #dad9da solid;
	border-width: 0 0 0 1px;
}
#footer-two {
	width: 24.69%;
	float: left;
	padding-top: 118px;
}
#footer-three {
	font-size: 14px;
	width: 24.45%;
	float: left;
	padding-top: 118px;
}
#footer-four {
	float: right;
	width: 29.23%;
	padding-top: 118px;
}
#footer-four .border-button {
	margin-left: 8px;
	margin-top: 34px;
}

#footer-social {
	font-family: FontAwesome;
	color: #fff;
	font-size: 22px;
	margin: 3px auto 0 auto;
}
#footer-social a {
	padding-right: 20px;
	color: #414042;
	/*color: #979468;*/
}
#footer-social a:hover {
	color: #979468;
}
#footer-four .border-button {
	text-align: left;
	height: 32px;
	width: 160px;
	margin-left: 0;
	border: none;
}
#home #footer-four .border-button {
	height: 40px;
}
#footer-four .border-button a {
	display: inline-block;
	text-align: left;
	padding-left: 12px;
	padding-top: 18px!important;
	padding-right: 12px;
	padding-bottom: 0;
	font-family: 'Gaslight';
	color: #404042;
	font-size: 16px;
	height: 100%;
	vertical-align: top;
}
#footer-four .border-button a:hover {
	background-color: #979468;
	color: #fff;
}
.footer-button-arrow {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 20px;
	vertical-align: top;
	line-height: 15px;
}
#sub-footer {
	background-color: #444345;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px;
	text-align: center;
}
#sub-footer ul {
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
#sub-footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
	padding-bottom: 15px;
}
#sub-footer ul li a {
	font-family: 'Gaslight';
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
#sub-footer ul li img {
	vertical-align: middle;
	width: 100px;
	height: auto;
}
#sub-footer #mobile-logo {
	display: none;
	margin-top: 25px;
	text-align: center;
}
#sub-footer #mobile-logo img {
	width: 100px;
	height: auto;
}

#copyright{color:#fff;font-size:.7em; font-family: sans-serif; margin: 15px auto; }

/***** home banner one ******/

#home-banner-one {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #414042; /* background color for ADA*/
}
#home-banner-one-image {
	width: 100%;
	height: auto;
	display: block;
}
#banner-one-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	bottom: 0;
	right: 0;
	left: 0;
	display: table;
	transform: translateY(-50%);
}
#banner-one-positioner {
	position: relative;
	display: table-cell;
	height: 100%;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
#banner-one-logo {
	margin-bottom: 74px; /*margin-top: -74px;*/
}
#banner-one-headline {
	font-family: "Newtext";
	font-size: 28px;
}
#banner-one-positioner .border-button {
	margin-top: 39px;
	margin-right: auto;
	margin-left: auto;
}
/***** home slider ******/

#home-slider-container {
	position: relative;
	width: 100%;
	max-width: 1330px;
	margin: 40px auto;
	z-index: 50;
}
.cycle-slideshow {
	width: 100%;
}
.home-slide {
	position: relative;
	width: 100%;
}
.home-slide-text-area {
	position: absolute;
	z-index: 20;
	width: 54%;
	box-sizing: border-box;
	border: 2px #979468 solid;
	top: 43px;
	left: 30px;
	bottom: 45px;
}
.home-slide-text {
	margin: 18% 0 0 35px;
	width: 335px;
}
.home-slide-image-area {
	float: right;
	z-index: 10;
	width: 50%;
	right: 0;
	top: 0;
}
.home-slide-image-area img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-separator {
	height: 2px;
	border: #444345 solid;
	border-width: 0 0 2px 0;
	width: 64px;
	margin: 40px 0 35px 0;
}
.home-slide .border-button {
	margin-left: 8px;
	margin-top: 40px;
}
.home-slide-text h2 {
	font-family: 'Newtext';
	font-size: 28px;
	line-height: 40px;
	color: #444345;
	font-weight: normal;
}
.home-slide-text p {
	font-family: 'Gaslight';
	font-size: 14;
	line-height: 30px;
	color: #444345;
}
.slide-icon {
	position: absolute;
	bottom: 23px;
	right: 115px;
	width: 125px;
}
.slide-icon img {
	width: 100%;
	height: auto;
}
#home-slide-counter {
	font-family: 'Gaslight';
	position: absolute; /*border: 1px red solid;*/
	width: 30px;
	height: 15px;
	top: 0;
	left: 30px;
	color: #979468;
	font-size: 16px;
	letter-spacing: 2px;
}
#home-pager {
	position: absolute; /*border: 1px red solid;*/
	width: 225px;
	height: 15px;
	top: 0;
	left: 68px;
	z-index: 99999;
}
.pager-dash {
	width: 48px;
	height: 10px;
	display: inline-block;
	margin-right: 18px;
	border: solid #d0d0d0;
	border-width: 0 0 2px 0;
	cursor: pointer;
}
.pager-dash.cycle-pager-active {
	border-color: #979468;
}
/***** home banner two ******/

#home-banner-two {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #414042; /* background color for ADA*/
}
#home-banner-two-image {
	width: 100%;
	height: auto;
	display: block;
}
#banner-two-content {
	position: absolute;
	top: 14px;
	bottom: 14px;
	right: 14px;
	left: 14px;
	box-sizing: border-box;
	border: 2px solid #979468;
}
#banner-two-copy {
	position: absolute;
	left: 63px;
	bottom: 26px;
	color: #fff;
	padding-right: 15px;
}
#banner-two-copy a {
	color: #fff;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#banner-two-copy a:hover {
	color: #DBD8C3;/*color: #979468;*/
}
#banner-two-copy h2 {
	font-family: 'Newtext';
	font-size: 36px;
	font-weight: normal;
}
#banner-two-copy p {
	font-family: 'Gaslight';
	font-size: 18px;
}
.banner-two-copy-arrow {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 25px;
	/*vertical-align: bottom;*/
}
/* ///// local guide (most local guide styles in guide.css ///// */

#local-guide-separator {
	height: 2px;
	border: 2px solid #444345;
	border-width: 0 0 2px 0;
	width: 64px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#sub-guide {
	height: 36px;
	background-image: url(../images/video-banner-bg-mobile-3.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* ///////////////////// MOBILE LOCAL GUIDE ////////////////////////// */

#mobile-local-guide {
	display: none;
	position: relative;
	margin: 50px 0 0 0;
}
#mobile-local-nav {
	background-color: #333e48;
	font-weight: normal;
	border-top: 1px #666 solid;
}
.guide-nav-cat {
	font-family: 'Newtext';
	height: 65px;
	right: 0;
	left: 0;
	padding-left: 24px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #979468;
	background-color: #333e48;
	letter-spacing: .1em;
}
.guide-nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 23px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
#things-sub, #shopping-sub, #food-sub {
	display: none;
}
.guide-nav-cat:hover {
	background-color: #5d6e7e;
}
.guide-nav-cat:hover a {
	color: #fff;
}
.guide-nav-symbol {
	position: absolute;
	top: -2px;
	right: 40px;
	width: 25px;
}
.guide-nav-symbol a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.guide-nav-sub {
	height: 55px;
	width: auto;
	border: 1px solid #444;
	border-width: 0 0 1px 0;
	font-family: 'Gaslight';
	font-size: 14px;
	overflow: auto;
	background-color: #2e2e2e; /*text-transform: uppercase;*/
	padding-left: 15px;
}
.guide-nav-sub a {
	display: block;
	padding-top: 18px;
	padding-left: 24px;
	color: #fff;
	text-decoration: none;
}
.guide-nav-sub:hover {
	background-color: #666;
}
/*.guide-nav-sub { text-indent: 15px; }*/

.mobile-sub-sub {
	position: relative;
	display: none;
	padding: 15px 15px 0 25px;
	height: 150px;
	font-family: 'Gaslight';
	font-size: 14px;
	color: #404045;
	background-color: #fff;
}
.mobile-sub-sub-text {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}
.mobile-sub-sub-links {
	width: 99%;
	max-width: 320px;
	margin: 0 auto; /*border: 1px red solid;*/
}
.mobile-sub-sub .border-button.sitelink {
	float: right;
	width: 135px;
	height: 30px;
	border-color: #404045;
}
.mobile-sub-sub .border-button.sitelink a {
	font-family: 'Newtext';
	font-size: 11px;
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-top: 6px;
	color: #404045;
}
.mobile-sub-sub .border-button.maplink {
	float: left;
	width: 135px;
	height: 30px;
	border-color: #404045;
}
.mobile-sub-sub .border-button.maplink a {
	font-family: 'Newtext';
	font-size: 11px;
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-top: 6px;
	color: #404045;
}
.mobile-sub-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	cursor: pointer;
}
/******* END MOBILE GUIDE *********/


/**** INNER MASTHEAD (CALLED 'HOME' BECAUSE LEGACY CODE) ****/

#home-masthead-container {
	position: relative;
}
#home-masthead {
	position: relative;
	width: 100%;
	max-width: 1648px;
	margin: 0 auto;
}
.masthead-slide {
	position: relative;
	background-size: 0 0; /* prevents background from being visible on desktop*/
}

.mobile-mast {display:none;}

#home-masthead img {
	width: 100%;
	height: auto;
	filter: brightness(0.75) saturate(120%);
}
.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: 'Newtext', serif;
	font-size: 45px;
	line-height: 1.15em;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.masthead-text p {
	font-family: 'Gaslight', sans-serif;
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 30px;/*54px;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
#home-masthead .border-button {
	width: 163px;
	height: 44px;
	margin: 0 auto;
}
#home-masthead .border-button a {
	text-align: center;
	/*padding-top: 22px;*/
	text-shadow: none;
	text-transform: uppercase;
}
#home-masthead .button-deco {
	width: 168px;
}

#home-masthead-container.shifted {
	top: -100px;
}


/* inner pages styles */

.leftCol{width:50%; float:left;}
.rightCol{width:50%; float:right;}

.page-text {
	max-width: 1149px;
	margin: 0 auto;
	font-family: 'Gaslight', serif;
	font-size: 14px;
	line-height: 30px;
	color: #737373;
	padding-left: 20px;
	padding-bottom: 20px;
}
.page-text a {
	color: #979468;
	text-decoration: none;
}
.page-text a:hover {
	color: #404042;
}
.leftalign {
	text-align: left;
	text-align-last: left;
}
.page-text h3 {
	margin: 1em 0 .5em;
	color: #404042;
}
.page-text p {
	margin-bottom: 1em;
}
.page-text ul {
	text-align: left;
	padding-left: 30px;
	margin-bottom: .8em;
}
.page-text ul li {
	font-size: 14px;
	color: #737373;
	text-align: left;
	line-height: 30px;
}
.normalheight {
	line-height: 1.25em;
}

h3.para-heading {
	font-family: 'Newtext', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
	color: #404042;
}
#contact h3.para-heading {
	line-height: 30px;
}
.inner-left {
	width: 47%;
	float: left;
	margin: 20px 0;
	line-height: 30px;
}
.inner-right {
	width: 47%;
	float: right;
	margin: 20px 0;
	line-height: 30px;
}
.inner-right img, .inner-left img {
	width: 100%;
	height: auto;
}
/***** home banner two ******/

#inner-slider {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
.inner-slide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 601px 320px;
	background-color: #414042; /* background color for ADA*/
}
.mobile-slider-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.inner-slider-image {
	width: 100%;
	height: auto;
	display: block;
	filter: brightness(0.75) saturate(110%);
}
.mobile-slider-image {
	width: auto;
	height:100%;
	display: none;
	filter: brightness(0.75) saturate(110%);
	top: 0;
	position: absolute;
}

.inner-slider-content {
	position: absolute;
	top: 14px;
	bottom: 14px;
	right: 14px;
	left: 14px;
	box-sizing: border-box;
	border: 2px solid #979468;
	z-index: 10000!important;
}
.inner-slider-copy {
	position: absolute;
	left: 63px;
	bottom: 26px;
	color: #fff;
	padding-right: 15px;
}
.inner-slider-copy a {
	color: #fff;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.inner-slider-copy a:hover {
	color: #DBD8C3; /*color: #979468;*/
}
.inner-slider-copy h2 {
	font-family: 'Newtext';
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: auto;
}
.inner-slider-copy p {
	font-family: 'Gaslight';
	font-size: 18px;
}
#inner-slider-pager {
	position: absolute;
	width: 150px;
	height: 15px;
	bottom: 47px;
	right: 20px;
	z-index: 99999;
}
/****** ROOMS PAGE ******/

#rooms-block {
	width: 100%;
	max-width: 1300px;
	margin: 53px auto 20px auto;
	border: #f8f8f8 solid;
	border-width: 2px 0 2px 0;
	background-image: url(../images/rooms/rooms-block-bg.jpg);
}
#rooms-block-inner {
	margin-left: 54px;
	margin-right: 54px;
	background: white;
	padding-top: 36px;
}
#rooms-block-left {
	float: left;
	width: 56.5%;
	overflow: visible;
	padding-bottom: 60px;
}
#rooms-block-left img {
	display: block;
	position: relative;
	width: 102%;
	height: auto;
	position: relative;
	top: 0;
	right: 15px;
}

#rooms-data {
}
#rooms-table {
	width: 100%;
}
#rooms-table th {
}
#rooms-table tr.alt {
	background-color: #fbfbfb;
}
#rooms-table td {
	height: 41px;
	font-family: 'Gaslight';
	color: #737373;
	font-size: 14px;
	text-align: center;
}
#rooms-table tr.header-row td {
	font-family: 'Newtext';
	color: #2e2e2d;
	font-size: 12px;
	padding-top: 5px;
	background-color: #f1f1e4;
	height: 38px;
}
#rooms-table td.col1 {
	text-align: left;
	padding-left: 23px;
}
.small-header {
	display: none;
}
#mobile-table-intro {
	display: none;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	font-family: 'Newtext';
	font-size: 14px;
	color: #2e2e2d;
}
#rooms-block-right {
	float: right;
	width: 42%;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
#rooms-block-right-content {
	padding: 74px 14% 0 14%;
}
#rooms-block-right-content h2 {
	font-family: 'Newtext';
	font-size: 16px;
	line-height: 36px;
	color: #404045;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}
#rooms-block-right-content p {
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 34px;
	color: #737373;
	margin-bottom: 44px;
}
#rooms-block-right-content .border-button {
	margin-left: 8px;
}
#rooms-block-right-content .border-button a {
	padding-top: 15px;
}
#rooms-block-separator {
	height: 2px;
	border: 2px solid #444345;
	border-width: 0 0 2px 0;
	width: 64px;
	margin-bottom: 40px;
}
/***** ZIG-ZAG *******/

.rooms-container {
	width: auto;
	max-width: 1300px;
	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 {
	background-image: url(../images/layout/dots-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.room-left-text-right .room-text {
	float: right;
	width: 40%;
	padding: 30px 100px 20px 10px;
}
.room-left-text-right .room-pic {
	float: left;
	width: 48%;
	position: relative;
}
.room-right-text-left {
	background-image: url(../images/layout/dots-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.room-right-text-left .room-text {
	float: left;
	width: 40%;
	padding: 30px 10px 20px 100px;
}
.room-right-text-left .room-pic {
	float: right;
	width: 48%;
	position: relative;
}
.room-pic img {
	width: 100%;
	height: auto;
}
.room-text {
	font-family: 'Gaslight', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #737373;
	padding: 5px 10px 0;
	text-align: left;
}
.room-text a {
	color: #979468;
	text-decoration: none;
}
.room-text a:hover {
	color: #404042;
}
.room-text ul {
	margin-bottom: 1.4em;
}
.room-text ul li { /*line-height: 1.35em !important;*/
	margin-left: 25px;
}
.room-text h2 {
	font-family: 'Newtext', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35em;
	color: #404042;/*#e2aa1e;*/
	text-transform: uppercase;
}
.room-left-text-right p, .room-right-text-left p {
	color: #737373;
	margin-bottom: 1.2em;
	font-size: 14px;
}
hr.room-divider {
	color: #ddd;
	height: 1px;
	background-color: #ddd; /*makes Chrome behave*/
	border: none;
	margin-top: 25px;
}
.rooms-container .border-button {
	text-align: center;
	text-align-last: center;
	margin-left: 6px;
}
.rooms-container .border-button a {
	text-align: center;
	padding-top: 11px;
}

.fineprint, #intro-text p.fineprint {
	font-size: .8em;
	line-height: 1.4em;
	font-family: 'Gaslight', sans-serif;
	color: #737373;
}


/****** outlined zigzags****/

#inner-zig-container {
    position: relative;
    width: 100%;
    max-width: 1330px;
    margin: 40px auto;
    z-index: 50;
}

.item-photo-right, .item-photo-left {
	position: relative;
	width: 100%;
}
.item-photo-right .item-text-area {
	position: absolute;
	z-index: 20;
	width: 54%;
	box-sizing: border-box;
	border: 2px #979468 solid;
	top: 43px;
	left: 30px;
	bottom: 45px;
}


.item-photo-left .item-text-area {
	position: absolute;
	z-index: 20;
	width: 54%;
	box-sizing: border-box;
	border: 2px #979468 solid;
	top: 43px;
	right: 30px;
	bottom: 45px;
	text-align: right;
}

.item-photo-left .slide-icon {
	position: absolute;
	bottom: 23px;
	left: 115px;
	width: 125px;
}

#inner-zig-container .item-photo-right .slide-text {
	margin: 10% 0 0 35px;
	width: 335px;
}

#inner-zig-container .item-photo-left .slide-text {
	margin: 10% 35px 0 0;
	width: 350px;
	float: right;
}
#inner-zig-container .item-photo-left .slide-text p {
	/*margin-left: 100px;*/
}
#inner-zig-container .slide-text a {
color: #979468;
text-decoration: none;
}

#inner-zig-container .slide-text a:hover {
text-decoration: underline;
}

#inner-zig-container .slide-text .border-button a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.item-photo-right .image-area {
	float: right;
	z-index: 10;
	width: 50%;
	right: 0;
	top: 0;
}

.item-photo-left .image-area {
	float: left;
	z-index: 10;
	width: 50%;
	right: 0;
	top: 0;
}

.item-photo-right .image-area img {
	width: 100%;
	height: auto;
	display: block;
}

.item-photo-left .image-area img {
	width: 100%;
	height: auto;
	display: block;
}

.item-photo-right .border-button {
	margin: 30px 0 30px;
}
.item-photo-right h2, .item-photo-left h2 {
	font-family: 'Newtext';
	font-size: 22px;
	/*line-height: 40px;*/
	color: #444345;
	font-weight: normal;
}
.item-photo-right p, .item-photo-left p {
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 30px;
	color: #444345;
	margin-bottom:1em;
}
p.item-address{
	font-family: 'Newtext', sans-serif;
    font-size: 12px;
    line-height: 1.6em;
}


/**** INNER SUBNAV ****/

#inner-subnav {
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
}
#inner-subnav ul {
	margin: 0;
	padding: 0;
}
#inner-subnav ul li {
	font-family: 'Newtext', serif;
	font-size: 16px;
	padding: 0 0 .1em 0;
	display: inline-block;
	border-width: 0 0 5px 0;
	border-color: #fff;
	border-style: solid;
	margin: 0 .5em 0 .5em;
	margin-bottom: .5em;
}
#inner-subnav ul li.last {
	margin-right: 0;
}
#inner-subnav ul li:hover {
	border-color: #979468;
}
#inner-subnav ul li a {
	text-decoration: none;
	color: #404042;
	text-transform: uppercase;
}
#media #inner-subnav #nav-media a, #releases #inner-subnav #nav-releases a, #awards #inner-subnav #nav-awards a {
	color: #979468;
	cursor: default;
}
#media #inner-subnav #nav-media, #releases #inner-subnav #nav-releases, #awards #inner-subnav #nav-awards {
	border: none;
}
#neighborhood-block {
	width: 90%;
	max-width: 1300px;
	margin: 20px auto 30px auto;
}
.neighborhood-item {
	padding: 15px;
	margin-bottom: 20px;
}
.neighborhood-pic {
	width: 14%;
	float: left;
}
.neighborhood-copy {
	width: 67.8%;
	float: left;
	border-right: 1px #dad9da solid;
}
.neighborhood-content {
	padding-left: 20px;
	padding-right: 20px;
}
.neighborhood-content a {
	color: #979468;
	text-decoration: none;
}
.neighborhood-content a:hover {
	color: #979468;
	text-decoration: underline !important;
}
.neighborhood-address {
	margin-top: 15px;
}
.neighborhood-address a {
	font-family: 'Newtext', sans-serif;
	font-size: 14px;
	color: #979468;
	text-decoration: none;
}
.neighborhood-address a:hover {
	text-decoration: underline;
}
.neighborhood-data {
	width: 16.765%;
	float: right;
	font-family: 'Newtext', sans-serif;
	font-size: 12px;
	color: #404042;
	line-height: 22px;
}
.neighborhood-data a {
	color: #404042;
	text-decoration: none;
}
.neighborhood-data a:hover {
	color: #979468;
}
.neighborhood-pic img {
	width: 100%;
	height: auto;
}
.neighborhood-copy h3 {
	font-family: 'Newtext', sans-serif;
	font-size: 18px;
	color: #404042;
	margin-bottom: 10px;
}
.neighborhood-copy p {
	font-family: 'Gaslight', serif;
	font-size: 14px;
	color: #737373;
	line-height: 25px;
}
#neighborhood-shopping, #neighborhood-eat {
	display: none;
}
/**** SPECIAL OFFERS 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 10px 15px;
	color: #373737;
	text-align: center;
}
.specials-grid-headline {
	margin-bottom: 10px;
}
.specials-grid-text h3 {
	font-family: 'Newtext', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.specials-grid-body {
	height: 40px;
	margin-bottom: 10px;
}
.specials-grid-text p {
	font-family: 'Gaslight', serif;
	font-size: 16px;
	color: #737373;
}
.learn-more {
	height: 25px;
	text-align: center;
	font-family: 'Newtext', sans-serif;
	font-size: 14px;
}
.learn-more a {
	color: #979468;
	text-decoration: none;
}
.specials-grid-box .blue-button {
	margin-bottom: 0;
	margin-top: 15px;
}
.link-arrow {
	font-family: FontAwesome;
	text-decoration: none;
}
/* specials page banner */

h3#feature-special-title {
	font-family: 'lustria', serif;
	font-size: 40px;
	font-weight: 500;
	color: #4c4c4c; /*#e2aa1e;*/
	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: 'lustria', serif;
	font-size: 30px; /*color: #e2aa1e;*/
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
.specials-grid-box .border-button {
	width: 160px;
	margin: 15px auto 0 auto;
}
.specials-grid-box .button-deco {
	width: 166px;
	height: 46px;
}
 @media screen and (max-width: 1500px) {
.specials-grid-box {
	width: 33.3%;
}
}
 @media screen and (max-width: 980px) {
.specials-grid-box {
	width: 50%;
}
}
 @media screen and (max-width: 750px) {
.specials-grid-body {
	height: 55px;
}
}
 @media screen and (max-width: 650px) {
.specials-grid-box {
	width: 100%;
}
.specials-grid-body {
	height: auto;
}
}
#special-banner-container {
	position: relative;
	z-index: 20;
	margin-top: 40px;
	margin-bottom: 40px;
}
#special-banner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/vid-banner-bg-4.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#special-banner-image {
	position: relative;
	float: left;
	width: 40%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#special-banner-image img {
	width: 100%;
	height: auto;
	display: block;
}
#special-banner-right {
	float: right;
	width: 60%;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
#special-banner-right-content {
	padding: 30px 17% 0 5%;
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 30px;
	color: #737373;
}
#special-banner-right-content h2 {
	font-family: 'Newtext';
	font-size: 22px;
	line-height: 30px;
	color: #404045;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}
#special-banner-right-content p {
	margin-bottom: 15px;
}
#special-banner-right-content p a, #special-banner-right-content ul li a {
	color: #979468;
	text-decoration: none;
}
#special-banner-right-content p a:hover, #special-banner-right-content ul li a:hover {
	color: #404042;
}
#special-banner-right-content ul li {
	margin-left: 25px;
	font-family: 'Gaslight';
	font-size: 14px;
	line-height: 30px;
	color: #737373;
}
#special-banner-right-content .border-button {
	margin-left: 8px;
	height: 42px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#special-banner-right-content .border-button a {
	padding-top: 14px;
}
#special-banner-separator {
	height: 2px;
	border: 2px solid #444345;
	border-width: 0 0 2px 0;
	width: 64px;
	margin-bottom: 20px;
}
#other-specials {
	font-family: 'Newtext', sans-serif;
	font-size: 22px;
	color: #404042;
}
#special-banner .fine-print {
	font-family: 'Gaslight', serif;
	font-size: 12px;
	color: #737373;
	margin-bottom: 30px;
	line-height:2em;
}
 @media screen and (max-width: 1550px) {
#special-banner-image {
	width: 35%;
}
#special-banner-right {
	width: 65%;
}
}



/****** MEDIA QUERIES *******/



@media screen and (max-width: 1500px) {
.instaroll-border-BL, .instaroll-border-BR {
	width: 40%;
}
}

 @media screen and (max-width: 1300px) {
.footer-text {
	padding-left: 50px;
}
.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;
}
}
 @media screen and (max-width: 1270px) {
#intro-box {
	margin-left: 30px;
	margin-right: 30px;
}
#neighborhood-block .slide-icon {
	width: 90px;
}
}
 @media screen and (max-width: 1250px) {
#video-banner-right-content {
	padding: 60px 14% 0 10%;
}
#footer-one {
	padding-top: 66px;
}
#footer-two, #footer-three, #footer-four {
	padding-top: 88px;
}
.home-slide-text {
	margin-top: 15%;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 39%;
}
#rooms-block-right-content {
	padding: 30px 14% 0 10%;
}
}
 @media screen and (max-width: 1200px) {
#video-banner-right-content h2 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 25px;
}
#video-banner-separator {
	margin-bottom: 30px;
}
#video-banner-right-content p {
	margin-bottom: 40px;
}
#banner-one-logo {
	margin-bottom: 50px;
}
#banner-two-copy, .inner-slider-copy {
	left: 30px;
}
#rooms-block-right-content h2 {
	line-height: 28px;
	margin-bottom: 25px;
}
#rooms-block-separator {
	margin-bottom: 30px;
}
#rooms-block-right-content p {
	margin-bottom: 25px;
}
#neighborhood-block .slide-icon {
	width: 70px;
}
}
 @media screen and (max-width: 1190px) {
#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;
}
.below1190 {
	display: inline;
}
.above1190 {
	display: none;
}
#booking #button-check-now {
	width: 200px;
}
}

/* 1170px was the ORG 
1315px */
 @media screen and (max-width: 1170px) {

#main-nav {
	display: none;
}
#mobile-menu-button {
	display: block;
}


#main-nav {
	display: none;
}
#logo {
	width: 139px;
}
#book-now {
	margin-right: 40px;
}
}
 @media screen and (max-width: 1150px) {
.home-slide .slide-icon {
	right: 80px;
}
}
 @media screen and (max-width: 1100px) {
#video-banner-right-content {
	padding: 40px 14% 0 10%;
}
#video-banner-right-content h2 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.footer-text {
	padding-left: 35px;
}
.home-slide-text {
	margin-top: 12%;
}
.slide-icon {
	width: 90px;
}
#banner-one-logo {
	margin-bottom: 25px;
	margin-top: -25px;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 38%;
}
.masthead-text h1 {
	font-size: 35px;
	margin-bottom: 10px;
}
.masthead-text p {
	margin-bottom: 25px;
}
#neighborhood-block .slide-icon {
	display: none;
}
}
 @media screen and (max-width: 1080px) {
#inner-intro-box {
	padding-top: 30px
}
}
 @media screen and (max-width: 1060px) {
#booking {
	width: auto;
	max-width: 900px;
	padding-left: 15px;
	padding-right: 15px;
}
#best-rate {
	display: none;
}
#form-check-in .box.select {
	width: 115px;
}
}
 @media screen and (max-width: 1050px) {
.home-slide-text {
	width: 300px;
	margin-top: 10%;
}
.home-slide-text h2 {
	font-size: 24px;
	line-height: 35px;
}
.slider-separator {
	margin: 25px 0;
}
.home-slide .border-button {
	margin-top: 25px;
}
}
 @media screen and (max-width: 1040px) {
#screen {
	display: none;
}
#darker {
	display: none;
}
#big-video-wrap {
	display: none;
}
#wallpaper {
	display: none;
}
#vid-alternative {
	display: block;
}
.item-photo-right .slide-text .slide-icon, .item-photo-left .slide-text .slide-icon  {
	display: none;
}
}
 @media screen and (max-width: 1010px) {
/*#main-nav ul li { padding-left: 7px; padding-right: 7px; }*/

}
 @media screen and (max-width: 1000px) {
#video-banner, #special-banner {
	background-position: top 0 right -25px;
}
#video-banner-right-content {
	padding: 40px 14% 0 10%;
}
#special-banner-right-content {
	padding-top: 20px;
}
#video-banner-right-content h2 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
}
#video-banner-separator {
	margin-bottom: 25px;
}
#video-banner-right-content p {
	line-height: 25px;
	margin-bottom: 30px;
}
#footer-one {
	width: 196px;
}
#footer-two, #footer-three {
	width: 22%;
}
#footer-four {
	width: 32%;
}
.footer-text {
	padding-left: 20px;
}
.home-slide-text h2, .slide-text h2 {
	font-size: 20px;
	line-height: 30px;
}
.home-slide-text p , .slide-text p{
	font-size: 13px;
	line-height: 22px;
}
.home-slide .border-button, .item-photo-right .border-button , .item-photo-left .border-button {
	width: 190px;
	height: 30px;
}
.home-slide .button-deco, .item-photo-right .button-deco, .item-photo-left .button-deco  {
	width: 198px;
	height: 38px;
}
.home-slide .border-button a, .item-photo-right .border-button a, .item-photo-right .border-button a {
	font-size: 12px;
	padding-top: 9px;
}
#banner-two-copy h2, .inner-slider-copy h2 {
	font-size: 25px;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 37%;
}
#rooms-block-right-content {
	padding: 20px 14% 0 10%;
}
#rooms-block-right-content h2 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
#rooms-block-separator {
	margin-bottom: 20px;
}
#rooms-block-right-content p {
	line-height: 25px;
	margin-bottom: 20px;
}
#rooms-block-right-content .border-button {
	width: 170px;
	height: 37px;
}
#rooms-block-right-content .border-button a {
	font-size: 13px;
	padding-top: 12px;
}
#rooms-block-right-content .button-deco {
	width: 176px;
	height: 43px;
}
#inner-subnav ul li {
	font-size: 16px;
	border-width: 0 0 4px 0;
}
.room-right-text-left .room-text, .room-left-text-right .room-text {
	width: 39%;
}
}
 @media screen and (max-width: 980px) {
/*#main-nav ul li { padding-left: 5px; padding-right: 5px; }*/

}
 @media screen and (max-width: 950px) {
#book-now {
	width: 120px;
}
#book-now .border-button {
	width: 110px;
}
#book-now .button-deco {
	width: 118px;
}
#book-now .border-button a {
	font-size: 12px;
	padding-top: 13px;
}
.home-slide-text, .slide-text  {
	width: 250px;
}
#video-banner-right-content {
	padding: 30px 14% 0 10%;
}
#video-banner-right-content h2 {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
}
#video-banner-separator {
	margin-bottom: 15px;
}
#video-banner-right-content p {
	font-size: 13px;
	line-height: 22px;
}
#video-banner-right-content .border-button {
	width: 170px;
	height: 37px;
}
#video-banner-right-content .border-button a {
	font-size: 13px;
	padding-top: 11px;
}
#video-banner-right-content .button-deco {
	width: 178px;
	height: 45px;
}
.item-photo-right .item-text-area {
	left: 0;
}
.item-photo-left .item-text-area {
	right: 0;
}
.item-photo-left .slide-text {
	width: auto;
}
.item-photo-right h2, .item-photo-left h2 {
	font-size: 16px;
	line-height: 20px;
}
}
 @media screen and (max-width: 940px) {
#intro-text {
	padding: 1em 25px .5em 25px;
}
.room-right-text-left .room-text, .room-left-text-right .room-text {
	width: 38%;
}
.room-text h2 {
	font-size: 22px;
}
}
 @media screen and (max-width: 900px) {
#footer h2 {
	font-size: 13px;
}
#footer-one {
	padding-top: 40px;
}
#footer-two, #footer-three, #footer-four {
	padding-top: 62px;
}
#footer-four {
	width: 30%;
}
/*#footer-four .border-button { width: 170px; height: 35px; }

#footer-four .border-button a { font-size: 12px; padding-top: 11px; }

.slide-icon { display: none; }*/

.home-slide-text, .slide-text  {
	width: 75%;
}

.instaroll-border-BL, .instaroll-border-BR {
	width: 36%;
}
#footer-four .border-button {
	width: 135px;
}
#footer-four .border-button a {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 15px;
}
.footer-button-arrow {
	font-size: 18px;
	line-height: 14px;
}
.masthead-text h1 {
	font-size: 30px;
}
.masthead-text p {
	font-size: 17px;
}
#rooms-block-right-content {
	padding: 0 14% 0 10%;
}
#rooms-block-right-content h2 {
	line-height: 20px;
	letter-spacing: 1px;
}
#rooms-block-separator {
	margin-bottom: 15px;
}
#rooms-block-right-content p {
	font-size: 13px;
	line-height: 22px;
}
.item-text-area .slider-separator {
	visibility: hidden;
	margin: 5px 0;
}
#inner-zig-container .item-photo-left .slide-text {
	margin: 10% 35px 0 0;
	width: 300px;
	float: right;
}
}

 @media screen and (max-width: 850px) {
.home-slide-text, .slide-text  {
	margin-top: 8%;
}
.slider-separator {
	margin: 20px 0;
}
.slide-icon {
	display: none;
}
#video-banner-right-content h2 {
	font-size: 17px;
	line-height: 24px;
	letter-spacing: normal;
}

#inner-zig-container .item-photo-right .slide-text {
	width: auto;
	margin-right: 50px;
	margin-top: 25px;
}
#inner-zig-container .item-photo-left .slide-text {
	margin-top: 25px;
}
#inner-zig-container .slide-text p {
		line-height: normal;
	}
}
 @media screen and (max-width: 820px) {
/*#book-now { padding-top: 21px; }*/

#booking #button-check-now {
	width: 150px;
	font-size: 14px;
}
#inner-subnav ul li {
	font-size: 14px;
}
}
 @media screen and (max-width: 800px) {
#banner-one-headline {
	font-size: 20px;
}
#banner-one-logo {
	margin-bottom: 20px;
}
#banner-one-headline {
	font-size: 18px;
}
#banner-one-positioner .border-button {
	margin-top: 25px;
	width: 180px;
}
#banner-one-positioner .button-deco {
	width: 188px;
}
#banner-one-positioner .border-button a {
	font-size: 12px;
	padding-top: 14px;
}
#banner-two-copy p, .inner-slider-copy p {
	font-size: 16px
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 35%;
}
#inner-zig-container .item-photo-left .slide-text {
	width: 275px;
}
.room-right-text-left .room-text, .room-left-text-right .room-text {
	width: 37%;
}
 @media screen and (max-width: 767px) {
#video-banner {
	background-image: url(../images/video-banner-bg-mobile-3.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#special-banner {
	background: none;
}
#video-banner-still, #special-banner-image {
	float: none;
	width: auto;
	max-width: 550px;
	margin: 0 auto;
}
#video-banner-right, #special-banner-right {
	float: none;
	width: 90%;
	max-width: 550px;
	margin: 0 auto 75px auto;
	padding: 0 15px;
}
#special-banner-right, #special-banner-right-content {
	padding-left: 0;
	padding-right: 0;
}
#special-banner-right-content {
	padding-right: 15px;
}
#video-banner-right-content {
	text-align: center;
}
#video-banner-separator {
	margin: 20px auto;
}
#video-banner-right-content .border-button {
	margin: 0 auto;
}
#submasthead {
	display: none;
}
#footer-one {
	float: none;
	margin: 0 auto;
	padding-top: 30px;
}
#footer-two, #footer-three, #footer-four {
	width: 33%;
	padding-top: 50px;
	vertical-align: top;
}
#footer-four {
	float: left;
}
#footer-two .footer-text {
	border: none;
}
#home-slider-container {
	width: 90%;
	max-width: 450px;
	margin: 0 auto; /*border: 1px red solid;*/
	margin-top: 30px;
	height: auto;
	margin-bottom: 30px;
}
#home-slide-counter {
	left: 0;
	top: -15px;
}
#home-pager {
	left: 35px;
	top: -15px;
}
.home-slide-text-area, .item-text-area {
	position: relative;
	width: 100%;
	margin: 10px 0 20px 0;
	left: 0;
	padding-bottom: 30px;
	top: auto;
	bottom: auto;
}
.home-slide-image-area, .photo-right .image-area, .photo-left .image-area {
	float: none;
	position: relative;
	width: 100%;
	max-width: 450px;
	top: auto;
}
#mobile-local-guide {
	display: block;
}
#rooms-block {
	border-top: none;
}
#rooms-block-inner {
	margin: 0;
	width: auto;
	padding-top: 0;
}
#rooms-block-left {
	float: none;
	width: 90%;
	max-width: 693px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 25px;
}
#rooms-block-left img {
	width: 100%;
	display: inline;
	top: auto;
	right: auto;
}
#rooms-block-right {
	float: none;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
#rooms-block-separator {
	margin-left: auto;
	margin-right: auto;
}
#rooms-block-right-content {
	text-align: center;
}
#rooms-block-right-content h2 {
	font-size: 16px;
	line-height: 1.8em;
}
#rooms-block-right-content p {
	font-size: 14px;
}
#rooms-block-right-content .border-button {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.room-left-text-right, .room-right-text-left {
	margin-top: 30px;
	background-image: none;
}
.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-left-text-right .room-text, .room-right-text-left .room-text {
	margin-bottom: 20px;
	padding: 0 20px;
}
.neighborhood-pic, .neighborhood-copy, .neighborhood-data {
	float: none;
}
.neighborhood-pic {
	width: auto;
	max-width: 330px;
}
.neighborhood-copy {
	width: auto;
	margin-top: 15px;
	border: none;
}
.neighborhood-content {
	padding: 0;
}
.neighborhood-data {
	width: auto;
}
#neighborhood-block {
	display: none;
}
}
 @media screen and (max-width: 750px) {
.instaroll-border-BL, .instaroll-border-BR {
	width: 33%;
}
}
 @media screen and (max-width: 700px) {
.insta-box {
	width: 50%;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 40%;
}
.masthead-text h1 {
	font-size: 25px;
	letter-spacing: 1px;
}
.masthead-text p {
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: normal;
}
.col1 {
	width: 40%;
}
.inner-slider-copy {
	bottom: 50px;
}
#inner-slider-pager {
	left: 44px;
	right: auto;
}
.inner .inner-left, .inner .inner-right {
	width: auto;
	float: none;
}
}
 @media screen and (max-width: 692px) {

.leftCol{width:100%; float:none;padding: 10px 0 20px;}
.rightCol{width:100%; float:none;padding: 20px 0 10px;}

.inner #home-masthead, .inner #home-masthead .masthead-slide {
	height: 334px!important;
	overflow: hidden!important;
}
#home-masthead img {
	width: auto;
	height: 100%;
		  /* the following two values center the background image */
	margin-left: 50%;   /* Set left edge of inner element to 50% of the parent element */
	transform: translateX(-50%);   /* Move to the left by 50% of own width */
}

.desktop-mast {display:none;}
.mobile-mast {display:block;

}

}
 @media screen and (max-width: 670px) {
#footer-two, #footer-three {
	width: 30%;
}
}
 @media screen and (max-width: 600px) {
#pictures-left, #pictures-right {
	display: none;
}
#pictures-middle {
	margin-left: 0;
	width: 100%;
}
#intro-box {
	margin: 20px;
}
#intro-text {
	padding-left: 25px;
	padding-right: 25px;
}
/************ FIXES BY RICHARD 11-18-19 TO ADDRESS GOOGLE'S "MOBILE USABILITY ISSUES *********/
#intro-text p,
.home-slide-text p,
.slide-text p,
#video-banner-right-content p { font-size: 16px; }

#footer h2 { font-size: 15px; }
#footer p { font-size: 16px; }
#footer-social a { font-size: 25px; padding-right: 30px; }
#footer-three .footer-text p { line-height: 30px; }
#footer-four .border-button { width: 150px; }
#footer-four .border-button a { font-size: 16px; }
#sub-footer ul li { margin-right: 25px; }
#sub-footer ul li a { font-size: 15px; }
#copyright{font-size:12px;}

.room-left-text-right p,
.room-right-text-left p { font-size: 16px; }

.page-text,
.page-text p,
.page-text ul li { font-size: 16px; }
/********************** end 11-18-19 mobile fixes ************************/

#footer-two, #footer-three, #footer-four {
	float: none;
	width: auto;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
.footer {
	border: none;
	margin-bottom: 0;
}
#footer-one {
	margin-bottom: 15px;
}
#footer-social {
	margin-top: 15px;
	margin-bottom: 10px;
}
.footer-text {
	text-align: center;
	padding: 0;
	height: auto;
}
#footer-four .border-button {
	margin: 10px auto 0 auto;
}
#home-banner-one {
	height: 320px;
	overflow: hidden;
}
#home-banner-one-image {
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#home-banner-two, #inner-slider {
	height: 320px;
	overflow: hidden;
}
#home-banner-two-image {
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.inner-slider-image {
	opacity: 0;
	height: 320px;
	width: 100%;
}

.mobile-slider-image {
	display: block;
 }

#banner-two-copy h2, .inner-slider-copy h2 {
	font-size: 20px;
}
.insta-title a {
	font-size: 20px;
	letter-spacing: 1px;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 38%;
}
.room-text h2 {
	font-size: 20px;
}
}
 @media screen and (max-width: 550px) {

li#sub-footer-logo {
	display: none!important;
}
#sub-footer #mobile-logo {
	display: block;
}
#sub-footer ul li {
	margin-left: 9px;
	margin-right: 9px;
}
#mobile-table-intro {
	display: block;
}
.col4, .col5 {
	display: none;
}
.col1 {
	width: auto;
}
}
 @media screen and (max-width: 500px) {
#vid-logo {
	width: auto;
	max-width: 325px;
	margin-left: 15px;
	margin-right: 15px;
}
#masthead-down-arrow-container {
	bottom: 10px;
}
#intro-text h1 {
	font-size: 20px;
	letter-spacing: 1px;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 36%;
}
.inner-slider-copy {
	left: 20px;
}
#inner-slider-pager {
	left: 34px;
}
}
 @media screen and (max-width: 479px) {
.large-header {
	display: none;
}
.small-header {
	display: inline;
}
}
 @media screen and (max-width: 450px) {
#header-container {
	height: 75px;
}
#header {
	padding-right: 5px;
	padding-left: 10px;
}
#logo {
	width: 110px;
	padding-top: 15px;
}
#mobile-menu-button {
	top: 22px;
	right: 10px;
}
#book-now .border-button a {
	font-size: 10px;
}
#book-now .border-button {
	width: 100px;
	border-width: 2px;
}
.border-button.gold-fill.trans {
    background-color: rgba(165,158,106,.8);
}

#book-now .border-button .button-deco {
	display: none;
}
#book-now {
	margin-right: 35px;
	padding-top: 15px;
}
.pager-dash {
	width: 35px;
	margin-right: 10px;
}
}
 @media screen and (max-width: 440px) {
.instaroll-border-BL, .instaroll-border-BR {
	width: 35%;
}
}
 @media screen and (max-width: 400px) {
.insta-title {
	margin-bottom: 30px;
}
.insta-title a {
	font-size: 18px;
}
.instaroll-border-BL, .instaroll-border-BR {
	width: 34%;
}
#rooms-table td {
	font-size: 12px;
}
#rooms-table tr.header-row td, #mobile-table-intro {
	font-size: 10px;
}
#rooms-table td.col1 {
	padding-left: 10px;
}
}
 @media screen and (max-width: 370px) {
.home-slide-text h2 {
	font-size: 16px;
}
}
 @media screen and (max-width: 360px) {
.instaroll-border-BL, .instaroll-border-BR {
	width: 32%;
}
}
