/*******************************************************************
	LODGING OPTIONS
*******************************************************************/

.lodging .lodgingDescription {
	overflow: hidden;
}

.lodging h3 {
	border-top: 1px solid rgba(67,140,176,0.3);
	color: #000000;
	padding: 15px 0 0 0;
}

a.threesixty:link, a.threesixty:visited {
	font-weight: bold;
}

.return {
	text-align: right;
}

/*******************************************************************
	VIRTUAL TOURS
*******************************************************************/

/* needed for iOS */
#iframe {
	margin: 0 0 15px 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#VRteam_content {
	border: none;
	height: 275px;
	margin: 0;
	max-width: 525px;
	width: 100%;
}

#iframe .mobile {
	display: none;
}

#VRTEAMContentDisplay {
	border: none;
	height: 313px;
	margin: 30px 0 0 0;
	max-width: 548px;
	width: 100%;
}

/*******************************************************************
	RATES SCHEDULES
*******************************************************************/

table.reservationsTable {
	border: 1px solid #4aa2c5;
	box-shadow: 3px 3px 14px #48392A;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 30px 0;
}

table.reservationsTable tr {
	background: #0375A3;
	border-bottom: 1px solid #4aa2c5;
}

table.reservationsTable tr td {
	border-right: 1px solid #4aa2c5;
	padding: 8px;
}

table.reservationsTable thead tr,
table.reservationsTable tbody tr.rowHeading {
	background: #005678;
	font-weight: bold;
}

table.reservationsTable tbody tr.alt {
	background: #0386BB;
}

/* reservations page 2014 */

table.twentyFourteen tbody tr.dark {
	background: #003e57;
	font-weight: normal;
}

table.twentyFourteen thead tr {
	text-align: center;
}

#alert {
	background: #C9211F;
	border-bottom: 2px solid #8B0000;
	color: #FFFFFF;
	padding: 10px 10px 1px 10px;
	text-align: center;
}

@media handheld, only screen and (max-width: 440px) {
	#wrap.contentTables {
		padding-left: 0;
		padding-right: 0;
	}
}

@media handheld, only screen and (max-width: 400px) {
	table.reservationsTable {
		font-size: 9px;
	}
}

/*******************************************************************
	MEMBERS LOGIN
*******************************************************************/

.memberForm {
	background: #408CB2;
	border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	padding: 20px 20px 15px 20px;
	text-align: center;
	width: 280px;
}

.memberForm h1 {
	color: #FFFFFF;
}

.memberForm label {
	color: #FFFFFF;
	display: block;
	margin: 0 0 5px 0;
}

.memberForm input[type="text"],
.memberForm input[type="password"] {
	margin-bottom: 10px;
}

.memberForm input[type="submit"] {
	background: #FFFFFF;
	border: none;
	color: #57595b;
	display: block;
	margin: 10px auto 15px auto;
	padding: 10px 20px;
	text-transform: uppercase;
}

.memberForm input[type="submit"]:hover {
	background: #57595B;
	color: #FFFFFF;
}

/*******************************************************************
	SPECIALS
*******************************************************************/

.special {
	margin: 20px 0;
	border-bottom: 1px solid #5c6079;
	min-height: inherit;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.special:last-child {
	border-bottom: none;
}

/*******************************************************************
	TESTIMONIALS
*******************************************************************/

.testimonial {
	padding: 20px 0;
	border-bottom: 1px solid #408cb2;
}

.testimonial:last-child {
	border-bottom: none;
}

.testimonial-sender {
	font-style: italic;
	color: #fff;
}

/*******************************************************************
	FLEX VIDEO
*******************************************************************/

.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden; 
}
.flex-video.widescreen {
    padding-bottom: 57.25%; 
}
.flex-video.vimeo {
    padding-top: 0; 
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/*******************************************************************
	FLEX VIDEO
*******************************************************************/

.styled-table table {
	width: 100%;
	background: #fff;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd; 
		color: #222222;
}
.styled-table table thead,
.styled-table table tfoot {
    background: whitesmoke;
    font-weight: bold; 
}
.styled-table table thead tr th,
.styled-table table thead tr td,
.styled-table table tfoot tr th,
.styled-table table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;

	text-align: left; 
}
.styled-table table tr th,
.styled-table table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
}
  .styled-table table tr.even, .styled-table table tr.alt, .styled-table table tr:nth-of-type(even) {
    background: #f9f9f9; 
}
.styled-table table thead tr th,
.styled-table table tfoot tr th,
.styled-table table tbody tr td,
.styled-table table tr td,
.styled-table table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; 
}

/*******************************************************************
  TABLES (JQUERY.STACKTABLE)
*******************************************************************/

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media handheld, only screen and (max-width: 800px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }

	.stacktable.small-only {
		margin: 0 auto;
	}
}

/*******************************************************************
	ACCORDIOn
*******************************************************************/

#accordion {
	margin: 20px 0;
}

#accordion div {
	height: auto !important;
}

#accordion span {
	display: none;
}

#accordion h3 {
	background-color: #990000;
	color: #fff;
	border: none;
}

#accordion h3:hover {
	background-color: #fff;
	color: #990000;
}

.ui-accordion-header-active {
	color: #990000 !important;
	border: solid 1px #aaaaaa !important;
}
 
#accordion h2 {
	background: #408cb2;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	margin: 2px 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#accordion h2:hover {
	background-color: #fff;
	color: #408cb2;
}

#accordion > div {
	display: none;
	/* margin: 20px auto; */
	clear: both;
	overflow: hidden;
}

#accordion > div .side {
	float: left;
	margin-right: 50px;
	overflow: visible;
	width: 310px;
}

#accordion .gallery {
	max-width: 310px;
}

#accordion .gallery a.visible {
		max-width: 100%;
	display: block;
	padding: 10px;
	margin: 8px 0 0 8px;
	box-shadow: 0 2px 5px #666;
}

#accordion > div .side p {
	text-transform: uppercase;
}

#accordion > div .side p.open-gallery {
	display: inline-block;
}

#accordion > div .side p.booking {
	display: inline-block;
	float: right;
}

#accordion > div .side p.open-gallery .open,
#accordion > div .side p.booking .checkrates {
	background-color: #f7941d;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 6px;
	padding: 5px 10px;
}

#accordion > div .side p.open-gallery .open:hover,
#accordion > div .side p .checkrates:hover {
	background: #080d33;
	text-decoration: none;
}

#accordion > div .side a img {
	width: 100%;
}

#accordion > div .main {
	overflow: hidden;
}

#accordion h3 {
	font-size: 16px;
	/* margin-top: 30px; */
}

#accordion h3:first-child {
	margin-top: 0;
}


/*******************************************************************
  CONTACT FORM
*******************************************************************/

.form {
	margin: 0 0 20px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	border: 1px solid #cccccc;
	padding: 0.25em 0.5em;
	background-color: white;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.75);
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out; 
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; 
    border-color: #999999;
    outline: none;
}

.form input[type="radio"] {
	margin: 0 5px;
}

/* Submit button for the form*/
.form .submit {
	display: inline-block;
	width: 180px;
	border-style: none;
	padding: 10px 35px 10px 35px;
	background: #990000;
	font-size: 16px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	font: 18px/14px 'Lato', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
}

/* Submit hover state*/
.form .submit:hover {
	background-color: #fff;
	color: #990000;
}

/* Contact form error messages*/
.form strong.required, .form div.error {color: #c73232}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #c73232}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important} 

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	background: #990000;
	border-radius: 5px;
	color: #FFF;
	display: none;
	margin: 30px 0 30px 0;
	padding: 5px 20px;
	text-align: center;
	width: intrinsic;
}

/*******************************************************************
	PHOTO GALLERY
*******************************************************************/

.gallery {
	max-width: 1000px;
}

.gallery>div.stack {
	margin: 5px 0 !important;
	padding: 0 0;
}

.gallery > div:last-child {
	margin-right: 0;
	padding-right: 0;
}

.magnific a[data-type='magnific-image'] {
	display: none;
}

.magnific a img {
    max-width: 300px;
}

.magnific a:focus {
	outline: none;
}

.magnific a.visible {
	position: relative;
	display: block;
	margin:5px 0;
}

.magnific a h4 {
	display: block;
	background-color: rgba(255,255,255, .9);
	min-width: 120px;
	min-height: 16px;
	max-height: 128px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'Lato', 'Myriad Pro', Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #78512a;
	line-height: 16px;
	padding: 9px 6px;
}


.open-gallery {
	float: left;
}

/*******************************************************************
	ROOM GALLERY
*******************************************************************/
.room .gallery {
	text-align: justify;
}

.room .magnific.gallery:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}

.room .magnific a.visible {
	display: inline-block;
	max-width: 33%;
	margin: 0;
}

.room .magnific a img {
	max-width: 100%;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1280px) {
	.room .magnific a.visible {
		max-width: 49%;
	}
}

@media handheld, only screen and (max-width: 1000px) {
	#content {
		padding: 15px;
	}

	#backstretch {
		position: relative !important;
		height: 300px !important;
		top: 0 !important;
	}

	footer {
		position: relative;
	}

	.room .magnific a.visible {
		max-width: 33%;
	}
}

@media handheld, only screen and (max-width: 760px) {
	#accordion > div .side p.open-gallery,
	#accordion > div .side p.booking {
		float: none;
		text-align: center;
	}

	#accordion > div .side {
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	#accordion > div .side a img {
		margin: 8px auto 20px auto;
	}

	#accordion > div .side p .checkrates {
		float: none;
		margin-left: 20px;
	}
}

@media handheld, only screen and (max-width: 610px) {
	#iframe .mobile {
		display: block;
		margin: 10px 0 15px 0;
	}

	.room .magnific a.visible {
		max-width: 49%;
	}
}

@media handheld, only screen and (max-width: 600px) {
	.form a.reload {
		display: block;
	}

	.form .submit {
		margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 525px) {
	#wrap.wide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media handheld, only screen and (max-width: 390px) {
	#accordion > div .side {
		width: 100%;
	}

	#accordion > div .side p {
		padding-left: 0;
	}

	#accordion > div .side p .checkrates {
		display: block;
		float: none;
		margin: 10px auto 0 auto;
		width: intrinsic;
	}
}