/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
ol, ul {
        list-style: none;
}
a { text-decoration: none; color: #000; }

header, footer { width: 100%; }


/*GLOBAL ********************************************************************************************************/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}
.clear { clear: both; }

/* HEADER */
header {
	background: #000;
	width: 100%;
	min-height: 65px;
	top:0;
	position: fixed;
	z-index: 99;
	overflow: hidden;
	/*-webkit-box-shadow: 3px 5px 10px #333; */
}
header a.logo img {
	margin:11px 0 0 15px;
	float: left;
	display: block;
	height: 35px;
}
header #nav-toggle {
    -moz-user-select: none;
    background: url("../images/hamburger.png") no-repeat center right;
    float: right;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding-right: 40px;
    margin-right: 10px;
}
#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
#nav li a {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #444;
	display: block;
	width: 100%;
}
#nav li a span {
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

#content-holder .content h2{color: #e1e1e1;}

#nav li a span { background-size: 18px 18px; }
#nav li.home a span { background: url(../images/icon_home.png) no-repeat; }
#nav li.accommodations a span { background: url(../images/icon_accommodations.png) no-repeat;  }
#nav li.gallery a span { background: url(../images/icon_gallery.png) no-repeat;  }
#nav li.dining a span { background: url(../images/icon_dining.png) no-repeat; }
#nav li.amenities a span { background: url(../images/icon_amenities.png) no-repeat; }
#nav li.specials a span { background: url(../images/icon_specials.png) no-repeat; }
#nav li.location a span { background: url(../images/icon_location.png) no-repeat; }
#nav li.check a span { background: url(../images/icon_check_availability.png) no-repeat; }
#nav li.golf a span { background: url(../images/icon_golf.png) no-repeat; }
#nav li.real_estate a span { background: url(../images/icon_real_estate.png) no-repeat; }
#nav li.spa a span { background: url(../images/icon_spa.png) no-repeat; }
.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.slideUp .nav-tree{
	box-sizing: content-box;
}

.slideUp .nav-tree.open{
	padding: 0;
}

#nav.opened {
  max-height: 9999px;
}

/* FOOTER */
footer {
	background: #231f20;
	position: fixed;
	min-width:320px;
	width: 100%;
	height: 35px;
	bottom: 0;
}
footer .phone {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin-left:15px;
	font-size: 0.9em;
	line-height: 35px;
	display: block;
}
footer .book-now {
	background: #fff;
	display: block;
	float: right;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 100%;
	line-height: 35px;
}
/*HEADER IMAGE*/
#header {

	overflow: hidden;
}
#header img {
	width: 100%;
}

/* SLIDER GALLERY */
#home-image{
  	width: 100%;
	height: 410px;
	overflow: hidden;
}
#home-image img {
	width: 100%;
}
#gallery {
  width: 100%;
  color: #000;
  height: 200px;
}
.rsSlide {
	height: 200px;
	overflow: hidden;
}
.rsSlide img {
	width: 100%;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

/* CONTENT */
#content-holder {
	margin: 45px 0 35px;
	height: auto;
	min-height: 245px;
}
#content-holder .content {
	padding: 15px;
}
#content-holder .content h1 {
	font-size:18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content-holder .content p {
	font-size:14px;
	line-height: 18px;
	margin-bottom: 15px;
}
#content-holder .content ul.highlights {
	margin:3px 0 15px 16px;
	list-style: square;
}
#content-holder .content ul.highlights li {
	color:#f09b25;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "Helvetica";
}
#content-holder .content ul.highlights li span {
	color:#000;
}

/* ACCOMMODATIONS */
ul#rooms li a.heading {
	background: url(../images/plus.png) no-repeat right center #EBECED;
	background-size: 25px 15px;
	text-transform: uppercase;
	padding: 15px 35px 15px 15px;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d5d7da;
}
ul#rooms li.current a.heading {
	background: url(../images/minus.png) no-repeat right center #EBECED;
	-webkit-box-shadow: 3px 5px 10px #e1e1e1; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
}
ul#rooms li div.showContent {
	display: none;
}
ul#rooms li div.showContent img {
	width: 100%;
}
ul#rooms li div.showContent ul {
	padding-left: 15px;
	list-style: disc;
	margin-bottom: 15px;
}
ul#rooms li div.showContent ul li {
	color: #555;
	font-size: 14px;
	margin-bottom: 3px;
}

/* SPECIALS */
#specials #content ul {
	margin:0!important;
}
#specials #content-holder ul li {
	padding: 10px;
}
#specials ul li img {
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
#specials ul li .desc h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#specials ul li .desc p {
	font-size:0.9em;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #555;
}
#specials ul li .desc p.disclaim {
	font-style: italic;
	font-size: 0.8em;
}

#specials ul li#no-specials{
	list-style: none;
}
a.book {
    background: #000;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 7px 10px 5px;
    text-transform: uppercase;
}

/* AMENITIES */
.content ul.list {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 20px;
}
.content ul.list li {
	font-size: 14px;
	margin-bottom: 3px;
}

/* GALLERY */
#gallery-page #content-holder img {
	width: 100%;
	margin-bottom: 10px;
}

/* LOCATION */
.header {
	margin-bottom: 5px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.header span {
	background: #FFF;
	padding: 10px;
	font-size: 0.9em;
	text-transform: uppercase;
	top:-10px;
	position: relative;
}
.info {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 70px;
}
.info a {
	text-decoration: underline;
	color: #777;
}
.info .map {
	display: inline-block;
	margin-top:5px;
	padding: 3px 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 0.6em;
}

.rsOverflow{ height: 100% !important;
}

/* POPUP
********************************************************************************************/
.popup-overlay {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	display: none; 
}
.popup-inner {
	position:relative;
	display:inline-block;
	margin:0 auto;
	max-width: 95%;
}
.popup-inner img {
	max-width: 100%;
	height: auto!important;
}
.popup-close {
	position:absolute;
	z-index:1;
	right:-10px;
	top:-10px;
	background: url('../images/close.png') no-repeat;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

/* MAP PAGE
********************************************************************************************/
/* Prevents Google Map controls from distorting */
.gmnoprint img {
    max-width: none !important;
    max-height: none !important;
}

/*

#gallery{ height: 100% !important;
}
*/

body#gallery-page #content-holder {
margin-top: 0px;
}

/* body#gallery-page{padding-top: 0 !important;} */


/*HIRES*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul.accordion li a {
		background: url(../images/plus-2x.png) no-repeat right center #EBECED;
	}
	ul.accordion li.current a {
		background: url(../images/minus-2x.png) no-repeat right center #EBECED;
	}
    #nav ul li.home a span {
		background:url(../images/icon_home-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.specials a span {
		background:url(../images/icon_specials-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.accommodations a span {
		background:url(../images/icon_accommodations-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.gallery a span {
		background:url(../images/icon_gallery-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.dining a span {
		background:url(../images/icon_dining-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.location a span {
		background:url(../images/icon_location-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.amenities a span {
		background:url(../images/icon_amenities-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.check a span {
		background:url(../images/icon_check_availability-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.golf a span {
		background:url(../images/icon_golf-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.real-estate a span {
		background:url(../images/icon_real_estate-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}
	#nav ul li.spa a span {
		background:url(../images/icon_spa-2x.png) no-repeat top center;
		background-size: 18px 18px;
	}

}
}