/* ################################################################

-------------------------TABLE OF CONTENTS-------------------------

	HTML, BODY, CONTAINER
	HEADINGS
	TEXT & OTHER GENERAL PAGE ELEMENTS
	GLOBAL LINKS
	HEADER
	NAVIGATION
	MASTHEAD AND SLIDER/IMAGE BACKGROUND
	PAGE CONTENT
	SIDEBAR
	GALLERY
	FOOTER
	SPECIALS AND OTHER EXTRA FORMATTING
	MEDIA QUERIES

################################################################# */

/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%
}
body {
	background: #759EB4;
	background-size: cover;
	background-size: 100% 100%;
	color: #fff;
	font: 16px/22px Myriad Pro, Arial, sans-serif, sans;
	line-height: 20px;
	overflow-x: hidden;
}


#page_dropshadow {
	width: 100%;
	height: 46px;
	position: fixed;
	top: 80px;
	background: url(../images/page-dropshadow.png) repeat-x;
	z-index: 100;
}

#backstretch {
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
}


/*******************************************************************
  HEADINGS
*******************************************************************/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Rockwell', 'Kameron', serif;
	margin-bottom: 10px;
	line-height: normal;
	font-weight: normal;
	position: relative;
	color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 180%;
	text-transform: uppercase;
}

h2 {
	font-size: 150%;
	margin: 35px 0 10px 0;
}

h3 {
	font-size: 150%;
	margin: 15px 0;
}

h1 + h2 {
	margin: 0 0 10px 0;
}


small {
	font-style: italic;
}

#topRightHeading {
	position: absolute;
	right: 20px;
	top: 130px;
}

#topRightAward {
	position: absolute;
	right: 20px;
	top: 230px;
}

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.required {color: #ff0000}

p {margin: 10px 0}

hr {
	background: #FFFFFF;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.photoborder {
	float: right;
	margin: 15px 0 10px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.photoborder.left {
	float: left;
	margin: 15px 10px 10px 0;
}

blockquote {
	padding-left: 25px;
	font-style: italic;
}

label {
	font-weight: normal;
}

li {
	list-style-position: inside;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/


a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/*******************************************************************
  SPECIALS AND OTHER EXTRA FORMATTING
*******************************************************************/

.specialsPackagesText {
	border-bottom: 1px solid #759eb4;
}

.specialsPackagesText .text > br {
	display: none;
}
.specialsPackagesText:last-child {
	border-bottom: none;
}


#displayFeaturedSpecial {
	color: #000;
	margin-top: 10px;
	padding: 10px;
}

#displayFeaturedSpecial a {
	color: #000;
}

.specialsPackagesTextHeader b {
	display: block;
	margin: 25px 0 0px 0;
	font: 170%/normal 'Rockwell', 'Kameron', serif;
	color: #fff;
}

#boxMainPageLists br {display: none}

#boxMainPageLists .text strong {
	font: 130% 'Rockwell', 'Kameron', serif;
	color: #759eb4;
	display: block;
	margin: 15px 0 5px 0;
}

#main #content .content #boxMainPageLists ul, #main #content .content #boxMainPageLists li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#boxMainPageLists a:link,  #boxMainPageLists a:visited {
	font-weight: normal;
	text-decoration: none;
}

#boxMainPageLists a:hover {
	text-decoration: underline; 
}

.testimonial-sender {
	font: 130%/normal 'Rockwell', 'Kameron', serif;
}



/*******************************************************************
  GALLERY
*******************************************************************/

div.slide {
	display: block;
	background: url(../images/bg-slide-img.png) 23px 0 no-repeat transparent;
	background-color: transparent!important;
}
div.slide-img { padding: 15px 0 18px 49px; }
div.slide-img img { display: block; height: 646px; }
/* Slider Text */
div.slide-text { width: 450px; padding: 0 0 0 40px; font-size: 90%; }
div.slide-text-icon { width: 47px; float: left; display: inline; }

.slideNav { width: 340px; text-align: center; padding-bottom: 10px; margin-left:120px; margin-top:15px; }
.slideNav  a { background-color: #dd8019; color: white; padding: 2px 10px; display: inline-block; width: 70px; text-decoration: none; }
.slideNav  a:hover { text-decoration: underline; }

div.theme-default div.pagination span.prev {
	left: -10px;
}
div.theme-default div.pagination span.next {
	right: -10px;
}

.theme-default .pagination .prev {
    background-image: url("../images/thumbnail-arrows.png") !important;
    left: 0 !important;
    z-index: 1000;
}
.theme-default .pagination .next {
    background-image: url("../images/thumbnail-arrows.png") !important;
    right: 0 !important;
    z-index: 10000;
}

/*******************************************************************
  CAROUSEL
*******************************************************************/

#carousel {
	position: absolute;
	z-index: 11;
	bottom: 80px;
	left: 400px;
	width: 700px;
	height: 116px;
	padding: 2px 0px 2px 2px;
	background-color: #759eb4;
}

#carousel a:link, #carousel a:visited {
	color: #fff;
	text-decoration: none;
}

#carousel a:hover {
	text-decoration: underline;
}


#featurecontain {
	height: 100%;
}

#features {
	float: left;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
.feature {
	float: left;
	width: 345px;
	height: 115px;
}

.feature img {
	float: left;
}
.feature .text {
	width: 185px;
	padding: 5px 5px 0 5px;
	font-size: 14px;
	line-height: 16px;
	float: left;
}

.feature h4 {
	font: 14px Myriad Pro, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.feature p {
	margin: 0;
}

#carousel #pagination { 
	position: absolute;
	right: 0;
	top: 0;
	background-color: #759eb4;
	border-left: 1px solid #6d93a8;
	width: 20px;
	height: 120px;
}
#carousel .next {
	position: absolute;
	z-index: 10000;
	display: block !important;
	left: 5px;
	width: 11px;
	height: 100%;
	background: url(../images/ico-next.png) no-repeat center center;
	cursor: pointer;
	overflow:hidden;
	text-indent: -9000px;
}



.back {
	display: none !important;
}
/*******************************************************************
  HEADER
*******************************************************************/

#header {
	background-color: #759eb4;
	color: #fff;
	height: 60px;
	padding: 15px 2%;
	position: fixed;
	width: 98%;
	top: 0;
	z-index: 1000;	
}

#header .container .row .twelvecol {
	position: relative;
}

#header .row {overflow: visible}

#header a {
	color: #fff;
	display: inline-block;
	*display: inline;
	text-decoration: none;
	text-transform: uppercase;
	*zoom: 1;
	font-weight: normal;
}

#header .logo-container {
	display: none;
}

#header .logo {
	display: block;
	background: url(../images/logo.png) no-repeat right center;
	background-size: contain;
	max-width: 240px;
	height: 89px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	text-indent: -9999px;
	width: 100%;
}

#header #branding {
	height: 40px;
	position: absolute;
	text-align: right;
	top: 0;
	right: 20px;
}

#header #branding h2 {
	color: #FFFFFF;
	font-size: 140%;
	margin: 0 0 10px 0;
}

#header .headerInfo {
	position: relative;
}

#header .headerInfo p.address {
	float: left;
	width: 505px;
	font-family: "Rockwell", "Kameron", sans-serif;
}

#header .headerInfo p.guarantee {
	float: left;
	width: 200px;
}

/*******************************************************************
  SIDEBAR AND NAVIGATION
*******************************************************************/

#side {
	position: absolute;
	min-height: 500px;
	padding-top: 90px;
	padding-left: 30px;
	width: 310px;
	z-index: 100000000;
}

#side .logo {
	display: block;
	background-size: contain;
	max-width: 240px;
	height: 89px;
	margin: 50px auto 25px auto;
	background: url(../images/logo.png) no-repeat right center;
	text-align: left;
	text-indent: -9999px;
}

.mobile-navigation {
	display: none;
}

.close {
	display: none;
}

#navigation {
	position: relative;
	left: -30px;
	margin: 20px;
	width: 330px;
}


#main #navigation ul li {
	list-style: none;
	position: relative;
}

#main #navigation ul li.mobileOnly {
	display: none;
}

#main #navigation ul li a {
	color: #FFFFFF;
	font: 18px/30px 'Rockwell', 'Kameron', serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 6px 0 11px 35px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 12;
}

#main #navigation ul li a:hover, #main #navigation ul li:hover > a {
	color: #759eb4;
}

#main #navigation ul li:hover {
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	color: #759eb4;
}


#main #navigation ul li:hover ul {
	display: block;
}

#main #navigation ul li ul {
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	display: none;
	left: 0;
	padding-left: 320px;
	position: absolute;
	top: 0;
	z-index: 11;
	white-space: nowrap;
}

#main #navigation ul li ul li {
	display: inline-block;
	margin-right: 10px;
}

#main #navigation ul li ul a {
	padding: 0 15px;
	color: #759eb4;
	font: 18px/30px 'Rockwell', 'Kameron', serif;
}

#main #navigation ul li ul li:hover {
	background: #759eb4;
	color: #fff;
}

#main #navigation ul li ul li:hover a {
	color: #fff;
}

#main #virtualTour {
	display: block;
	text-align: center;
	margin: 15px auto 20px auto;
	text-decoration: none;
	padding: 20px 50px;
	/* width: 250px; */
	text-transform: uppercase;
	background-color: #e3633f;  font: bold 18px/14px "Rockwell", "Kameron", serif;
}

#main #virtualTour:hover {
	background-color: #414141;
}


#side .submit:hover {
	background-color: #414140	
}

#side .submit img {
	vertical-align: baseline;
}

.signup  {
	margin-left: 20px;
	width: 85%;
	border-top: 1px solid #fff;
}

#signup .submit,
#mc_embed_signup .submit {
	display: inline-block;
	width: 90px;
	border: none;
	cursor: pointer;
	padding: 10px;
	background-color: #e3633f;
	font: bold 18px/14px "Rockwell", "Kameron", serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: top;
	float: right;
	margin-top: -34px;
}


#signup .email,
.mc-field-group .email{
	width: 155px;
	height: 36px;
	margin-right: 10px;
	padding: 0 0 0 5px;
	border-style: none;
	color: #555;
	/* text-transform: uppercase; */
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	vertical-align: top
}


/*******************************************************************
  NAVIGATION BACKGROUND 
*******************************************************************/

#navigation-background {
	left: 30px;
	position: fixed;
	top: 0;
	background: url(../images/sidebar-bknd.png);
	background-size: cover;
	width: 310px;
	height: 100%;
}


/*******************************************************************
  MAIN 
*******************************************************************/

#main {
	position: relative;
	z-index: 10;
	min-height:  820px;
}

#side hr.divider {
	width: 245px;
	clear: both;
	margin: 0 auto;
	color: #fff;
	height: 1px;
	background-color: #fff;
}

#content {
	padding-left: 350px;
	margin: 190px 0 100px 0;
	margin-bottom: 250px;
}

#content .content {
	background: url(../images/sidebar-bknd.png);
	margin: 0 50px 0 50px;
	padding: 50px;
	position: relative;
	max-width: 600px;
}

#content .content .text {
	margin: 12px 0;
}

#content .content ul, #main #content .content ol {
	margin-left: 20px;
}

#main .social {
	margin-top: 20px;
	text-align: center;
}

#main .photo-header img {
	max-width: 100%;
}

#main .photo-header .nivo-controlNav,
#main .photo-header .pagination {
	display: none;
}

/*******************************************************************
  FOOTER
*******************************************************************/

#footer {
	background: #759eb4;
	bottom: 0;
	color: #fff;
	height: 15px;
	padding: 5px 0;
	position: fixed;
	width: 100%;
	text-align: right;
	z-index: 10;
}

#footer p {
	font-size: 90%;
	margin: 0 27px 0 0;
	font-family:  'Rockwell', 'Kameron', serif;;
}

#footer a:link, #footer a:visited {
	opacity: 0.7;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	opacity: 1;
}


/*******************************************************************
  BOOKING ENGINE
*******************************************************************/
#booking {
	text-align: left;
	vertical-align: middle
}

#booking h3 {
	display: inline-block;
	margin: 0;
	font-size: 115%;
	color: #fff;
	vertical-align: middle
}

.arrival-container, .departure-container, .adults-container, .access-code-container {
	display: inline-block;
	vertical-align: middle
}

.access-code-container input {
	padding: 7px 7px;
	margin: 5px 0px 0px 10px;
	width: 80px;
}

.adults-container {
	margin: 0 0 0 20px;
}

#arrival, #departure {
	width: 90px;
	height: 30px;
	margin-left: 5px;
	padding: 0 0 0 5px;
	border-style: none;
	color: #555;
	text-transform: uppercase;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	vertical-align: middle
}

.adults-container label {
	display: block;
	font-size: 75%;
	margin: 0;
}

#adults {
	margin: 0;
}

#booking .submit {
	display: inline-block;
	width: 145px;
	margin-left: 35px;
	padding: 10px 35px 10px 35px;
	background-color: #e3633f;
	font: bold 18px/14px "Rockwell", "Kameron", serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
}

#booking .submit:hover {
	background-color: #414141;
}

#booking .submit img {
	vertical-align: baseline;
}



/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1350px) {
	#footer p {
	margin: 0 10px 0 0;
	}
}

@media handheld, only screen and (max-width: 1190px) {
	#header .sixcol.menu {
		display: none;
	}

	#header .sixcol.booking {
		float: none;
		width: 100%;
	}

	#header #branding {
		top: 5px;
		right: 20px;
	}

	#header #branding h2 {
		font-size: 110%;
		margin: 0 0 15px 0;
	}
	
	#header #branding {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1120px) {
	#carousel { left: 350px; }
}

@media handheld, only screen and (max-width: 1060px) {
	#header #branding h2 {
		font-size: 90%;
	}
}

@media handheld, only screen and (max-width: 1010px) {

	#bottomBarLET, .jx-bar {
		display: none !important;
		left: -9999px;
	}
	
	.meeting_space_layout table {
		font-size: 10px;
		width: 300px;
	}
 
	.meeting_space_layout table tr td {
		padding: 0;
	}
}

@media handheld, only screen and (max-width: 1000px) {
	#carousel { display: none; }
}

@media handheld, only screen and (max-width: 1000px) {
	#topRightHeading {
		width: 50%;
	}
}

@media handheld, only screen and (max-width: 815px) {
	#booking .submit {
		width: 145px;
	}
}

@media handheld, only screen and (max-width: 780px) {

 	#header {
 		position: relative;
 		height: auto;
 		width: auto;
 		padding: 0 2% 10px 2%;
 		text-align: center;
 	}

 	#page_dropshadow {
		position: absolute;
		top: 219px;
 	}
	.container.main-area {
	padding: 50px 5% 90px 5%;
	width: 90%;
	}

	#main #content .content {
		width: auto;
	}
	
	#side {
		display: none;
	}

	#header .logo-container {
		display: block;
	}

	#booking {
		text-align: center;
	}

	#booking .submit {
		display: block;
		margin: 10px auto;
	}

	#booking h3 {
		display: none;
	}

	#header .headerInfo p.address,
	#header .headerInfo p.guarantee {
		float: none;
		width: 100%;
	}

	#header .headerInfo p.guarantee {
		display: none;
	}

 	#navigation-background {
	display: none;
	}

 	#main #navigation {
	display: none;
	}

	.mobile-navigation {
	display: block;
	}

	.close {
	display: block;
	}
	
	#main #navigation ul li.mobileOnly {
	display: block;
	}

	.mobile-navigation .menu {
	background: #e3633f;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font: 18px/14px "Julius Sans One", Myriad Pro, Arial, sans-serif, sans;
	padding: 13px 25px 9px 25px;
	position: fixed;
	right: 10px;
	top: -4px;
	z-index: 9999;
	}

	.mobile-navigation > ul {
	background-color: #e3633f;
	font: 12px "Julius Sans One", Myriad Pro, Arial, sans-serif, sans;
	border-radius: 2px;
	display: none;
	margin-right: 10px;
	padding: 2px;
	padding-right: 10px;
	position: fixed;
	right: 0;
	top: 35px;
	z-index: 9999;
	}

	.mobile-navigation li {
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
	padding: 3px 10px;
	}
	.mobile-navigation li:hover {
		background-color: #414141;
	}

	.mobile-navigation li ul {
	margin-left: 15px;
	}

	.mobile-navigation li ul li {
	line-height: 15px;
	}
	
	.mobile-navigation li ul li:hover {
		background-color: #759eb4
	}

	.mobile-navigation li:last-child {
	border: 0;
	}

	.mobile-navigation li.close {
	font-weight: bold;
	}

	.mobile-navigation li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	}

	#main #content {
	float: none;
	margin: 20px 20px;
	padding: 0;
	}

	#main #content .content {
	padding-top: 50px;
	margin: 0;
	max-width: none;
	}
	
	#page-dropshadow-bottom {
	display: none;
	}

	.container.main-area {
		padding: 30px 5% 90px 5%;
	}

	#carousel {
		opacity: 0;
		left: 0;
		width: 0;
		overflow: hidden;
	}

	#topRightHeading,
	#topRightAward {
		display: none;
	}
}

@media handheld, only screen and (max-width: 680px) {
	.meeting_space_layout table {
	font-size: 11px;
	width: 400px;
	}
}

@media handheld, only screen and (max-width: 570px) {
	h1,h2,h3,h4,h5,h6 {
	text-align: center;
	}

	.container.main-area {
	width: 90%;
	}

	#page_dropshadow {
		top: 114px;
	}
}

@media handheld, only screen and (max-width: 500px) {
	.meeting_space_layout table {
	font-size: 11px;
	width: 340px;
	}
	
	.photoborder, .photoborder.left {
	float: none;
	display: block;
	box-shadow: none;
	text-align: center;
	}
	
	.photoborder img {
		max-width: 100%;
	}
	h1 {
		font-size: 170%;
	}
}

@media handheld, only screen and (max-width: 440px) {
	#header {
		text-align: left;
	}

	#header .logo {
		float: left;
		margin-left: 10px;
		width: 60%;
	}

	
	.meeting_space_layout table {
		font-size: 11px;
		width: 280px;
	}


}


@media handheld, only screen and (max-width: 375px) {
	#header .booking #booking {
	height: 94px;
	text-align: left;
	}
	.container.main-area {
	padding: 25px 0;
	width: 100%;
	}
	#header {
		padding-left: 5px;
	}

		#header .departure-container input, #header .arrival-container input {
			width: 100px;
	}

	#header .headerInfo {
		text-align: center;
	}


}