﻿@font-face {
	font-family:'proximanova';
	font-style: normal;
	font-weight: normal;
	src: url('proximanova_regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('proximanova_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('proximanova_regular-webfont.woff') format('woff'), url('proximanova_regular-webfont.ttf') format('truetype'), url('proximanova_regular-webfont.svg#proximanovaRegular') format('svg');
}
@font-face {
	font-family:'proximanova';
	font-style: normal;
	font-weight: bold;
	src: url('proximanova_bold-webfont.eot'); /* IE9 Compat Modes */
	src: url('proximanova_bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('proximanova_bold-webfont.woff') format('woff'), url('proximanova_bold-webfont.ttf') format('truetype'), url('proximanova_bold-webfont.svg#proximanovaBold') format('svg');
}
@font-face {
	font-family: 'proximanova';
	font-weight: 300;
	src: url('proximanova-light-webfont.eot');/* IE9 Compat Modes */
	src: url('proximanova-light-webfont.eot?iefix') format('eot'), url('proximanova-light-webfont.woff') format('woff'), url('proximanova-light-webfont.ttf') format('truetype'), url('proximanova-light-webfont.svg#proximanovaLight') format('svg');
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in iPhone landscape */
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #65615f;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #FFF;
}
a:link, a:visited {
	color: #492E1D;
}
a:active, a:hover {
	color: #BAB06F;
	text-decoration: underline;
}
img {
	border: none;
	margin:0px;
	padding:0;
}
p {
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
	color: #333333;
	margin-top: 0px;
	margin-bottom:0px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #b6ad6d;
	font-weight: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 15px;
	color: #B3A960;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
#main {
	padding: 0px;
	width: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
#headContainer {
	width: 100%;
	z-index: 40;
	height: 155px;
	top: 0px;
	position: relative;
	background-image: url(../images/layout/headerBk.png);
	background-repeat: repeat-x;
}
#header {
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	height: 155px;
	width: 100%;
	max-width: 960px;
	padding: 0px;
	margin: 0px auto;
	z-index: 50;
	position: relative;
	top: 0px;
	background-image: url(../images/layout/logoBk.png);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	height: 43px;
	max-width: 204px;
	position: absolute;
	left: 50%;
	top: 10px;
	z-index: 99;
	margin-left: -102px;
}

#logoLink{
	margin-top:0px;
	padding:0;
	width:135px;
	height:120px;
	clear: none;
	position: absolute;
	left: 40%;
	top: 30px;
	}

#headNavLeft {
	text-align: left;
	float: left;
	margin: 90px 0px 0px;
}
#headNavRight {
	float: right;
	text-align: right;
	margin: 43px 0px 0px;
	clear: right;
}
.nav, .navL {
	padding: 0px;
	position: relative;
	max-width: 415px;
	height: 25px;
	font-size: 13px;
}

.nav a {
	margin-right: 15px;
	margin-left: 15px;
}

.navL a {
	margin-right: 15px;
	margin-left: 15px;
}

.nav a:link, .nav a:visited {
	color: #ad9300!important;
	text-decoration: none;
}
.navL a:link, .navL a:visited {
	color: #ad9300!important;
	text-decoration: none;
}
.nav a:hover, .navL a:hover {
	color: #492F1E!important;
}
.nav a.navFirst, .navL a.navFirst { margin-left: 0; }
.nav a.navLast { margin-right: 0; }

#subnav {
	float: right;
	font-size: 10px;
	padding-top: 10px;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: right;
	display: block;
	clear: right;
}
#subnav a:link, #subnav a:visited {
	color: #FFFFFF!important;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFFF99!important;
}
/*---footer---*/
#footerBk {
	height: 115px;
	width: 100%;
	background-color: #f5ecec;
	position: relative;
	z-index: 35;
}
#footer {
	margin: 0px auto;
	padding: 13px 0px 0px;
	width: 100%;
	max-width: 960px;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #65615f;
	font-size: 12px;
}
#	Socials {
	/*float: left;*/
	/*width: 165px;*/
}
#footerSocials img {
	margin-right: 12px;
}
#footerLogo {
	/*height: 53px;*/
	width: 158px;
	float: right;
	/*padding: 20px 0px 0px 0px;*/
	margin: 0px;
}
#footerLinks {
	/*float: left;*/
	margin: 10px 20px 0px 0px;
	padding: 0px;
	clear: left;
	/*width: 850px;*/
}
#footerLinks a {
	color: #999999;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#footerLinks a:hover {
	color: #666666;
	text-decoration: none;
}
#copyright {
	text-transform: none;
	margin-top: 5px;
}
#footerAddress {
	text-transform: none;
	margin-top: 5px;
}
/*--------footer properties slider ---------*/
#slidingDiv {
	text-transform:uppercase;
	height:800px;
	width: 100%;
	clear: both;
	position: relative;
	left: 0px;
	bottom: 0px;
	background-color: #f5ecec;
	margin: 0px;
	padding: 20px 0px 20px 5px;
}
#footerCloseCont {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#footerClose {
	text-align: right;
	margin-bottom: 5px;
	padding-right: 50px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
#sliderHotels {
	clear: both;
	margin-left: auto;
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
}
#sliderHotels ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sliderHotels li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	float: left;
	margin: 0;
}
.footerHotelBox {
	text-align: center;
	width: 140px;
	padding: 10px;
	font-size: 11px;
}
.footerHotelBox img {
	margin-bottom: 10px;
}
.footerHotelBox a:link, .footerHotelBox a:visited {
	color: #605526!important;
	line-height: 1.4em;
	text-decoration: none!important;		
}
.footerHotelBox a:hover {
	color: #EB6E1A!important;
}
/* homepage */
#homeBigPic {
	height: 550px;
	width: 100%;
	max-width: 1700px;
	padding: 0;
	position: relative;
	background-color: #fff;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	top: -42px;/* left: 30px;*/
}

#homeTransBox {
	background-image: url(../images/home/transBoxBk.png);
	background-repeat: repeat-x;
	height: 145px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	bottom: 0px;
	position: absolute;
	line-height: 36px;
	top: 518px;
}
#homeTransBoxText {
	/*width: 100%;*/
	max-width: 960px;
	/*font-size: 40px;*/
	color: #ffffcc;
	text-shadow: black 0.1em 0.1em 0.2em;
	/*font-family:  Georgia, "Times New Roman", Times, serif;*/
	font-family: Cinzel, Times, serif; 
	font-size: 32px; 
	line-height: 40px; 
	/*text-shadow: 1px 1px #666;*/
	font-weight: normal;
	margin: 0px auto;
	/*padding: 0px;*/
	position: relative;
	/*border: 1px solid blue;*/
}
.homeCycleText {
	width: 95%!important;
	/*max-width: 960px;*/
	padding-top: 40px;
	/*border: 1px solid red;*/
}
#homeContent {
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 30px;
}
#homeContent .opening {
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #978b84;
	font-size: 20px;
	margin-bottom:20px;
}

.specialBox, .innerSpecial { height: 400px!important; width: 100%!important;}

.innerSpecial h3 { margin-top: 10px; }
.innerSpecial h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #b6ad6d;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
}
.innerSpecial .subhead {
	font-size: 14px;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 10px;
}

#blockLeft, #blockRight {
	float:left;
}
#blockMiddle {
	float:left;
	margin: 0 30px;
}

.homeBlock {
	padding: 10px;
	width: 280px;
	height: 345px; /*225*/
	font-size: 14px;
	background-color: #F9F0E5;
}

.specialBox p { font-size: 14px; }

.homeBlock h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #b6ad6d;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
}
.homeBlock .subhead {
	font-size: 14px;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 10px;
}
.homeboxImg, .innerboxImg {
	/*float: right;*/
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.learn {
	font-size: 12px;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.learn a:link, .learn a:visited {
	color: #b0a660;
	padding: 0px;
	margin-right: 10px;
	background-image: url(../images/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 18px;
	text-decoration: none;
}
.learn a:hover {
	color: #492E1D;
	background-image: url(../images/layout/arrow_over.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 18px;
	text-decoration: none;
}
/* inner pages */
#innerBigPic {
	/*height: 380px;*/
	width: 100%;
	/*max-width: 1600px;*/
	padding: 0;
	position: relative;
	background-color: #fff;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	top: -42px;
	text-align: center;
	/*background-image: url(../images/home/transBoxBk.jpg);*/
}
#innerPic { 
	position: relative; 
}

#innerPic img { width: 100%; max-width: 1600px; height: auto; }

#innerTransBox {
	background-image: url(../images/home/transBoxBk.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	bottom: 0px;
	position: absolute;
	line-height: 36px;
	/*top: 403px;*/
	bottom: 0;
	display:none;
}
#innerTransBoxText {
	width: 100%;
	max-width: 960px;
	font-size: 14px;
	color: #ffffcc;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 20px auto 0px;
	padding: 0px;
	text-align: right;
	text-transform: uppercase;
}
#pageTitle {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#pageTitle h2 .thin {
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
}
#innerLine {
	width: 100%;
	max-width: 960px;
	border-bottom: 1px solid #c7c0bb;
	margin: 15px auto 10px auto;
	padding-bottom: 2px;
}
#innerNav {
	width: 100%;
	max-width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 13px;
}
#innerNav a:link, #innerNav a:visited {
	color: #6e462d!important;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
#innerNav a:hover {
	color: #472e1e!important;
	padding-bottom: 0px;
	border-bottom: 5px solid #472e1e;
	text-decoration: none;
}
#accommodationsPage #innerGuestrooms, #accommodationsButler #innerButler, #accommodationsAmenities #innerAmenities, #accommodationsPolicies #innerPolicies, #meetingsPage #innerMeetings, #B2P #innerB2P, #eventDining #innerEventDining, #rfpPage #innerRFP, #activitiesPage #innerActivities, #conciergePage #innerConcierge, #eventsPage #innerEvents, #weddingPage #innerWeddings, #weddingMenu #innerWeddingMenu, #weddingExp #innerWeddingExp, #weddingsElopements #innerWeddingElope, #weddingsCelebrations #innerWeddingCeleb, #weddingGal #innerWeddings, #diningPage #innerDining, #winePage #innerWine, #menuPage #innerMenus, #chefPage #innerChef, #wineDir #innerWineDir, #innPage #innerInn, #servicesPage #innerServices, #spaPage #innerSpa, #treatmentsPage #innerTreatments, #spaSpecials #innerSpaSpecials, #glowPage #innerGlow, #spaPackages #innerPackages, #spaProducts #innerProducts, #spaMenu #innerSpaMenu, #galleryPage #innerInn, #roomsGalleryPage #innerRooms, #diningGalleryPage #innerDining, #spaGalleryPage #innerSpa, #awardsPage #innerAwards, #contactPage #innerContact, #moviePage #innerMovie, #mapPage #innerMap, #specialsPage #innerMeetingSpecials, #eventMenu #innerMeetingMenus, #mediaPage #innerMedia, #pressPage #innerPress,#awardsPage #innerAwards{ /*inner nav highlight live page*/
	color: #472e1e!important;
	padding-bottom: 0px;
	border-bottom: 5px solid #472e1e;
}
#contentOuter {
	margin: 0 auto;
	width: 100%;
	min-height:300px;
	/*margin-top: -50px;*/
}
#content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#singleCol {
	margin: 10px auto 0px;
	width: 100%;
	max-width: 960px;
}
#left-col {
	float: left;
	width: 600px;
	/*border: 1px red solid; FOR TESTING */
}
#right-col {
	float: right;
	width: 310px;
	/*border: 1px green solid; FOR TESTING */
}
#content ul {
	list-style: none;
	padding:0;
	margin:0;
}
#content li {
	padding-left: 1em;
	text-indent: -.7em;
	line-height: 1.6em;
	font-size: 14px;
}
#content li:before {
	content: "\2022";
	color: #B3A960; /* or whatever color you prefer */
	padding-right: 5px;
}
/*rooms*/

#roomsUI {
	float: left;
	width: 160px;
	border-right: 1px dotted #999;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-right: 30px;
}
#roomsUI ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}
#roomsUI li:before {
	content:normal;
}
#roomsUI li {
	list-style-type: none;
	padding:0;
	margin: 0 0 10px 20px;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}
#roomsUI li .ital {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
.tab a:link, .tab a:visited {
	color: #d4872f!important;
	text-decoration: none;
}
.tab a:hover {
	color: #492F1E!important;
	text-decoration: none;
}
.tab.active {
	color: #492F1E!important;
	text-decoration: none;
}
.tab a.active {
	color: #492F1E!important;
	text-decoration: none;
}
.etabs {
	margin: 0;
	padding: 0;
}
.tab-container .panel-container {
	padding: 0;
}
.panel-container {
	margin-bottom: 10px;
}
.roomPic {
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	width: 308px;
	margin-right: 25px;
}
.roomsDescription {
	float: right;
	width: 715px;
	padding-right: 25px;
	background-color: #FFF;
}
/* specials box */

.specialsBox {
	padding: 15px 15px 30px 15px;
	width: 100%;
	max-width: 280px;
	height: 100%;
	background-color: #fdf9f5;
	color: #492F1E;
	font-size: 12px;
}
.specialsBox h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #b6ad6d;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
.specialsBox .subhead {
	font-size: 14px;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.specialsBox p {
	line-height: 1.3em;
}
.specialsBoxSq {
	float: right;
	height: 130px;
	width: 130px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* callout box */

.calloutBox {
	padding: 15px 15px 30px 15px;
	width: 90%;
	max-width: 540px;
	height: 100%;
	background-color: #fdf9f5;
	color: #492F1E;
	font-size: 12px;
}
.calloutBox h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #b6ad6d;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
.calloutBox .subhead {
	font-size: 14px;
	font-family:'proximanova', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.calloutBox p {
	line-height: 1.3em;
}
.calloutBoxSq {
	float:none;
	height: 130px;
	width: 500px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* popup box for hours */
.hours-button {
	position: relative;
	margin: 20px auto;
}
.hours-ctl {
	font-family:'proximanovalight';
	border:1px solid #d1c7b8;
	height: 12px;
	width: 125px;
	background-color: #e9e2d7;
	color: #845504;
	padding: 8px 30px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	margin:auto;
	text-align:center;
	text-decoration:none;	
}
.hours-box {
	display: none;			/* DISPLAY IS ENABLED VIA JQUERY ON THE POPUP BUTTONS */
	width: 90%;
	background-color: rgb(71, 46, 30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity:.9;
/*	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;*/
	padding: 2px 22px 12px;
	position: absolute;
	top: -250px;
	left: 0;
	z-index: 999;
	color: white;
	padding-bottom: 10px;
}
.hours-text {
	margin: 5px;
	text-align: center;
}

.hours-text h3{margin-top:10px;}

/*misc*/
.clear {
	clear: both;
}
.notopmargin {
	margin-top: 0px !important;
}
.specialsBook {
	background-image: url(../images/layout/bookBk.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 134px;
	text-align: center;
	padding-top: 6px;
	padding-right: 3px;
	margin-top: 10px;
}
.specialsBook a:link, .specialsBook a:visited {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #d4872f;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.specialsBook a:hover {
	color: #492E1D;
	text-decoration: none;
}
.spaMenuButton {
        background-image: url(../images/layout/spaMenu.png);
        background-repeat: no-repeat;
        height: 30px;
        width: 300px;
        text-align: center;
        padding-top: 6px;
        padding-right: 0px;
        margin-top: 15px;
}
.spaMenuButton a:link, .spaMenuButton a:visited {
        font-family:  Georgia, "Times New Roman", Times, serif;
        color: #d4872f;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
}
.spaMenuButton a:hover {
        color: #492E1D;
        text-decoration: none;
}
.specialsPic {
	padding: 10px;
	float: right;
	border: 1px solid #CCC;
	width: 275px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.specialsPic img { 
	width: 100%; height: auto;
}
.staffPic {
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.finePrint {
	font-size:11px;
}
.hrLight {
	color:#efefef;
	border:1px solid #efefef;
}
.specForm {
	padding: 4px 0px;
}
.specForm span.field {
	display: block;
	float: left;
	width: 100px;
	padding-right: 6px;
}
.specForm div {
	float: left;
	font-size: 10px;
}
/* -- specials scroller --*/

#homePage #specialsContainer {
	padding: 0px;
	height: 200px;
	background-color: #F9F0E5;
	border: none;
}

#specialsContainer {
	position: relative;
	margin: 0px 0px 10px;
	padding: 10px;
	/*padding: 15px 15px 30px;*/
	background-color: #FCF7EF;
	height: 345px;
	border: 1px solid #ccc;
}
#specialsCarousel {
	margin: 0px;
	padding: 0px;
	height: auto;/*200px;*/
	list-style-type: none;
	position: relative;
	font-size: 12px;
}

#homePage #specialsNav {
	padding: 0px 2px 5px 0px;
	position: absolute;
        right: 0px;
        bottom: -150px;
}

#specialsNav {
	margin: 0px;
	padding: 0px 12px 5px 0px;
	height: 11px;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#specialsNav a {
	display: block;
	float: left;
	text-indent: -5000px;
	height: 6px;
	width: 6px;
	margin-right: 4px;
	background-color: transparent;
	background-image: url(../images/layout/dots.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#specialsNav a.activeSlide {
	background-color: transparent;
	background-image: url(../images/layout/dots.gif);
	background-repeat: no-repeat;
	background-position: -6px 0px;
}

#tempAlert{
	color: #FFF;
	background-color:rgba(65,36,36,0.8);
	padding: 20px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1.6em;
	font-size: 13px;
	margin-bottom:20px;
}

#tempAlert a:link, #tempAlert a:visited{
	color: #FFC;
}

#tempAlert a:active, #tempAlert a:hover{
	color: #FFF;
	text-decoration:none;
}

.menuSection p{
	font-size: 0.94em;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #65615F;
}
.menuSection h2 {
	font-size:22px;
}

.menuSection .price {
	color: #b6ad6d;
	font-weight: bold;
}

/* ///////////////////// MOBILE NAV ////////////////////////// */


#mobile-menu-button, #mobile-call-button { 
	display: none;
}


#mobile-nav {
	width: 100%;
	/*height: 100%;*/
	display: none;
	background-color: #ca9132;
	position: absolute;
	top: 113px;
	left: 0px;
	z-index: 99999;
	padding-bottom: 20px;
}

#mobile-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mobile-nav ul li {
	height: 45px;
	width: 100%;
	border: 1px solid #341300;
	border-width: 0 0 1px 0;
	padding-left: 24px;
	/*padding-top: 15px;*/
	color: #ffffff;
	font-size: 14px;
	overflow:auto;
}

#mobile-nav ul li a {
	display: block;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
}

#mobile-nav ul li a:hover {
	color: #341300;
}

#mobile-nav ul li:hover {
	background-color: #bcae9e;
}

#mobile-nav ul li:hover a {
	color: #341300;
}


/******* END MOBILE NAV *********/


/******* mobile sub-nav *********/

.select-form {
	padding-top: 20px;
	padding-bottom: 15px;
}

.mobile-sub-nav-select {
	display: none;
	width: 90%; 
	font-size: 25px; 
	letter-spacing: 1px;
	overflow:auto;
	background-color: #fff;
	margin-left: 15px;
	border: 1px #999 solid;
}

/************/


/******* CHECK AVAILABILITY BUTTON ON HOME PAGE ********/

#checkAvailability { display: none; }

/**************/


/************** MEDIA QUERIES FOR RESPONSIVENESS ******************/

@media screen and (max-width: 1024px) {
	#homeBigPic { height: 400px; }
	#homeTransBox { top: 368px; }
}

@media screen and (max-width: 1000px) {
	.navL a.navFirst.xtra { margin-left: 10px; }
	.nav a.navLast.xtra { margin-right: 10px; }
	#contentOuter { width: 95%; padding-left: 10px; padding-right: 10px; }
	.navL a { font-size: 12px; margin-right: 12px; margin-left: 12px; }
	.nav a { font-size: 12px; margin-right: 12px; margin-left: 12px; }	
	#subnav { padding-right: 10px; }
	#homeContent { padding-left: 15px; padding-right: 15px; }
	.homeBlock { width: 30%; }
	#blockMiddle { margin: 0 15px; }
	#footer { padding-left: 10px; width: 98%; }
	#right-col { margin-right: 10px; }
	#left-col { width: 60%; }
}

@media screen and (max-width: 988px) {
	.homeCycleText { padding-left: 15px; }
}

@media screen and (max-width: 950px) {
	.navL a { font-size: 12px; margin-right: 10px; margin-left: 10px; }
	.nav a { font-size: 12px; margin-right: 8px; margin-left: 8px; }
	#subnav { font-size: 9px; }
	.homeBlock { width: 28%; }
	#footer { font-size: 11px; }
	#footerLogo { width: 125px; }
}

@media screen and (max-width: 900px) {
	/*.homeboxImg { float: left; margin-left: 0; margin-right: 15px; }*/
	/*.specialBox h3, .homeBlock h3 { clear: both; }
	.homeBlockImg { margin-bottom: 10px; }*/
	.specialBox, .homeBlock, .innerSpecial { height: 350px; }
	#homePage #specialsNav { bottom: -150px; }
	#subnav { font-size: 8px; }
	#innerNav a:link, #innerNav a:active { margin-left: 12px; margin-right: 12px; }
	#left-col { width: 55%; }
	.staffPic { float: none; }
}

@media screen and (max-width: 840px) {
	.navL a { margin-right: 5px; margin-left: 5px; }
	.nav a { font-size: 12px; margin-right: 4px; margin-left: 4px; }	
	#footer { font-size: 10px; }		
	#innerNav a:link, #innerNav a:active { margin-left: 8px; margin-right: 8px; }
}

@media screen and (max-width: 800px) {
	#left-col { width: 50%; }
}

@media screen and (max-width: 767px) {
	.navL, .nav, #subnav, #headBook { display: none; }

	#mobile-menu-button {
		display: block;
		position: absolute;
		width: 50px;
		float: left;
		margin-left: 10px;
		top: 10px;
		z-index: 99;
	}
	#mobile-call-button {
		display: block;
		position: absolute;
		width: 50px;
		float: right;
		right: 0;
		top: 10px;
		z-index: 99;
	}
	#blockLeft.homeBlock, #blockMiddle.homeBlock, #blockRight.homeBlock { float: none; clear: both; width: 85%; margin-left: auto; margin-right: auto; height: auto; margin-bottom: 25px;}
	/*#blockLeft.homeBlock { height: 230px; }*/
	/*#blockLeft.homeBlock, #blockMiddle.homeBlock { margin-bottom: 15px; }*/
	#homePage #specialsContainer { min-height: 550px; }
	.specialBox { height: auto; float: none; width: 85%; margin-left: auto; margin-right: auto; }
	.homeBlock h3 { font-size: 24px; /*clear: none; float: left; */ }
	.homeBlock p { clear: both; }
	#homePage #specialsNav { bottom: -10px; }
	#homeTransBoxText { font-size: 25px; line-height: 30px; }
	#footerBk { height: 95px; margin-top: -40px;}
	#footer { width: 95%; }
	#footerLinks, #footerAddress { display: none; }
	#footerLogo { margin-top: -32px; }
	.mobile-sub-nav-select {
		display: block;
	}
	#innerLine {
		display: none;
	}
	#pageTitle h2 { margin-bottom: 10px; }
}

@media screen and (max-width: 710px) {
	#left-col, #right-col { float: none; width: 95%; margin: 0 auto; }
	.innerSpecial h3 { font-size: 18px; }
	.innerSpecial p { font-size: 14px; }
	.specialsPic { float: left; width: 90%; max-width: 275px; }
	#specialsContainer { height: 565px; }
}

@media screen and (max-width: 640px) {
	#blockLeft.homeBlock { height: 500px; }	
	#homePage #specialsContainer { min-height: 400px; }
	#homePage #specialsNav { bottom: -100px; }
	#specialsContainer { height: 525px; }

}

@media screen and (max-width: 600px) {
	#homeTransBoxText img { width: 98%; }
	#blockLeft.homeBlock { height: 475px; }	
	#homePage #specialsContainer { min-height: 375px }
	#homePage #specialsNav { bottom: -100px; }
	#specialsContainer { height: 500px; }
}

@media screen and (max-width: 560px) {
	#blockLeft.homeBlock { height: 450px; }
	#homePage #specialsContainer { min-height: 300px }
	#homePage #specialsNav { bottom: -150px; }
	#specialsContainer { height: 475px; }
}

@media screen and (max-width: 520px) {
	#specialsContainer { height: 450px; }
}

@media screen and (max-width: 500px) {
	#contentOuter { margin-top: 5px; }
	#innerBigPic, #innerTransBox { display: none; }
	#contentOuter { padding-top: 10px; }
	.addthis_toolbox { display: none; }
	 #footerSocials img {width:20px; height:20px;}

	.select-form { padding-top: 0; }
}

@media screen and (max-width: 480px) {
	#homeContent, #homeTransBox { display: none; }
	#footerBk { height: 75px; margin-top: -40px;}
	.innerSpecial img { display: none; }
	.hours-text { font-size: 12px; }
	#specialsContainer {
	margin-bottom:50px; height: 250px;}
	#cleanAir {margin-bottom:50px; }
	.roomSlides {margin-bottom:50px; }
	#checkAvailability { display: block; position: absolute; border: 1px solid #aaa; background-color: #ca9132; top: 200px; margin-left: auto; margin-right: auto; left: 0; right: 0; z-index: 9999; width: 250px; height: 40px; text-align: center; font-family: Times, Georgia, serif; font-size: 15px; } 
	#checkAvailability a { text-decoration: none; display: block; color: white; padding: 15px 15px;}

}

@media screen and (max-width: 400px) {
	#mobile-menu-button, #mobile-call-button { top: 65px; }
	#footerSocials img {width:20px; height:20px;}
	#blockLeft.homeBlock { height: 300px; }
	#left-col, #right-col { float: none; width: 90%; margin: 0 auto; }
	.specialsBox { width: 90%; }
}
