html, body {
	background-color: #0a2835;
	font-family: Georgia, serif;
	color: #000;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	min-width: 480px;
}

a {
	font-family: Georgia, serif;
	color: #39c;
	letter-spacing: 1px;
}

/* Hacktastic! */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#full-body-container {
	max-width: 990px;
}

.container-fluid,
.container {
	min-width: 480px;
  // Disable large-desktop breakpoint.
  max-width: 990px;
}

.menu_container {
	background: #0a2835 url('../img/background/header.jpg') no-repeat top left;
	background-size: cover;
	width: 100%;
	padding: 10px 0 0;
	height: 137px;
	border-bottom: 5px solid #99ffff;
}

.menu_highlight {
	color: #99ffff;
	background-color: #99ffff;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 5px;
}

.menu_logo {
	height: 85px;
}

.menu {
	margin: 0 auto;
	text-align: center;
}


.menu_item {
	vertical-align: middle;
}
.menu_item a {
	width: 130px;
	color: #fff;
}
.menu_item2 {
	display: table-cell;
	vertical-align: middle;
}
.menu_item2 a {
	width: 195px;
	color: #fff;
}

.menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.25em;
	padding: 1.5em 0 0 0;
	letter-spacing: .1em;
}

.menu_logo a {
	display: block;
}

.menu a:hover {
	text-decoration: underline;
}

.menu th,td {
	vertical-align: middle;
}

.menu_padding {
	padding: 0 20px 0 20px;
}

.top-submenu {
}
.top-submenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: Georgia, serif;
	font-size: 1em;
	letter-spacing: .1em;
}

.slider {
	height: 15em;
}

.slider-container-wrapper {
	height: 100%;
	background-color: #9ff;
}

.swoosh-overlay {
	position: relative;
	width: 100%;
	height: 100%;
}

.swoosh {
	max-height: 76px;
	width: 100%;
/*	vertical-align: bottom; */
	position: relative;
	transform: translateY(-100%);
}

.footer {
	background: #012233 url('../img/background/footer.jpg') no-repeat top left;
	background-size: cover;
	color: #fff;
	width: 100%;
	min-height: 400px;
	line-height: 1.5em;
	padding: 1em 0 0 0;
}

.footer_left {
	float: left;
	width: 425px;
	height: 315px;
	display: block;
	padding: 35px 0px 30px 30px;
}

.footer_right {
	float: right;
	width: 475px;
	height: 315px;
	padding: 35px 30px 30px 0px;
	display: block;
}

.footer-section {
	line-height: 1.5em;
	padding: 0 1.25em 2em 0;
}

.footer_section_final {
	padding: 10px 0 0 0;
}

.footer_section_header {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

.footer_link {
	color: #39c;
	font-weight: bold;
}

.footer_link:hover {
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	margin: -5px 0 0 0;
}

.justify {
	text-align: justify;
}

.start {
	position: relative;
	margin: 0 0 -10px;
	clear: both;
}

.hr60 {
	width: 60%;
	height: 1px;
	border-bottom: 1px solid #39c;
	margin: 0 auto;
	text-align: center;
}

.margin-bottom5 {
   margin-bottom: 5px !important;
}

.pad4 {
	padding: 4px;
}

.social {
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

.social a {
	padding: 3px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.content {
	background: #0a2835 url('../img/background/content_gradient.png') repeat-x top left;
	background-size: contain;
	width: 100%;
	padding: 1em;
}

.home-section-container {
}

.home-section {
	padding: 1.25em .75em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.content_section_image img {
	border: 2px solid white;
}

.content_section_header {
	font-size: 150%;
	font-weight: bold;
	padding: .5em 0;
}
.content_section_header a {
	text-decoration: none;
	color: #000;
}
.content_section_header a:hover {
	text-decoration: underline;
}

.content_section_text {
	color: #9ff;
}

.content_section_link {
	padding: 0;
}

.content_section_link a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.content_section_link a:hover {
	text-decoration: underline;
}

.no_resort_fee_container {
	background-color: #0a2835;
	width: 90%;
	height: 4em;
}

.no_resort_fee_text_container {
	margin: 1em 0 0;
}

.no_resort_fee_text {
	color: #9ff;
	font-size: 175%;
	font-weight: bold;
}

.invitation {
	margin: 1.5em 0 0;
	color: #fff;
}

.unslider { 
	position: relative; 
	overflow: hidden;
	width: 990px;
	height: 300px;
}
.unslider li { 
	list-style: none; 
}
.unslider ul li { 
	float: left; 
}

.side-menu-container {
	padding: 1em;
}

#side_menu {
    list-style: none;
    padding: 4px;
	 background-color: #fff;
}
#side_menu div {
    display: block;
    background-color: #39c;
	 color: #fff;
    font-weight: bold;
    margin: 2px 0;
    cursor: pointer;
    padding: 10px;
    list-style: circle;
}
#side_menu.no_slide div {
	cursor: inherit !important;
}
#side_menu ul {
	 list-style-image: url('../img/triangle.png');
    padding: 0 0 0 30px;
    display: none;
	 text-align: left;
}
#side_menu ul li {
    background-color: #fff;
    cursor: auto;
    padding: 6px 0 6px 3px;
}
#side_menu a {
    text-decoration: none;
    font-weight: bold;
	 color: #39c;
}
#side_menu a:hover {
    text-decoration: underline;
}
#side_menu li div a {
	color: #fff;
	text-decoration: none;
}
.page_section {
	padding: 2em 0 0 0;
}

.align_top {
	vertical-align: top;
}

.side_menu {
	width: 27em;
	padding: 2em 1em 1em 4em;
	float: left;
}

.no_resort_fee_padding {
	padding: 10px 0;
}

.breadcrumb {
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: .80em;
	padding: 0 0 .75em 0;
}

.breadcrumb a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb_current_page {
	font-size: 2em;
}
ul.js-disabled {
	display: block !important;
} 

.main-page-content {
	text-align: left;
}

.primary_content, .secondary_content {
	padding: 0 0 .5em 0;
	line-height: 1.25em;
}

.headline {
	margin: 0 auto;
	padding: .5em 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.temporarily_closed {
	margin: 0 auto;
	padding: .5em 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.subheader {
	padding: .25em 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

ul.default {
	list-style-type: disc;
	padding: 0 0 1em 2em;
}

.float-left {
	float: left;
	clear: both;
}

.float-right {
	float: right;
	clear: both;
}

.logo {
	padding: .5em 0;
}

.reservations_widget_container {
}

.reservations_widget_container .js-disabled {
	display: none !important;
}

.reservations-widget-image {
	width: 100%;
}

.reservations-widget {
	background-color: #122A35;
	height: 100%;
}

.reservations-widget h1 {
	padding: 0.15em 0;
	margin: 0 auto;
	text-align: center;
	font-size: 140%;
	color: #3CA9C8;
}

.reservations-widget .input_wrapper {
	text-align: center;
	margin: 0 auto;
	color: #3CA9C8;
	padding: 5px 0;
}
.reservations-widget .field {
	display: inline-block;
	text-align: left;
	width: 100px;
}
.reservations-widget label {
	display: inline-block;
	width: 110px;
	text-align: right;
}

.room_specifications_container, .meeting_layout {
	padding: 1em 0;
}

.black_link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.black_link:hover {
	text-decoration: none;
}
.room_specifications {
	border: 1px solid black;
}

.room_specifications th.header {
	font-size: .75em;
	font-weight: bold;
	width: 120px;
}

.room_specifications thead th {
	padding: 2px;
	border: 1px solid black;
}
.room_specifications tbody td {
	padding: 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.room_specifications img {
	padding: 0 4px;
}
.room_specifications tbody tr:nth-child(odd) {
   background-color: #ccc;
}

.reservation_button {
	background-color: #39c;
	border: 1px solid black;
	color: #fff;
	display: block;
	width: 10em;
	height: 2em;
	padding: 1em 0 0 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.reservation_button:hover {
	text-decoration: underline;
}

#reservation-form a {
	color: #3ca9c8;
	text-decoration: none;
}
#reservation-form a:hover {
	color: #3ca9c8;
	text-decoration: underline;
}

#banner_container {
	padding: .25em 0 0 0;
}

.banner {
	/*
	width: 990px;
	height: 100px;
	*/
}

#offer_timer {
	position: relative;
	top: -9rem;
	left: 26.25rem;
	height: 1rem;
	/* width: 160px; */
	font-size: 2rem;
	z-index: 15;
	color: #ffcc66; /* #7e0b08; */
}

.bold {
	font-weight: bold;
}

.align-left {
	text-align: left;
}

.page-section {
	padding: 2em 0 0 0;
}

.primary-content, .secondary-content {
	padding: 0 0 .5em 0;
	line-height: 1.25em;
}

.float-right-image {
	float: right;
	margin: 0 2em;
}

.reservation-button, .book-now-button {
	background-color: #39c;
	width: 8em;
	height: 2em;
	margin: 1em 0 0;
	display: inline-block;
}
.button-text a {
	padding: .5em 0 0 0;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.button-text a:hover {
	text-decoration: underline;
}
.ammenity-list {
	padding: .25em 0 .25em 1.25em;
	list-style-type: disc;
}

.slider-right-border {
/*	border-right: 5px solid #99ffff; */
}

.room-specifications {
	table-layout: fixed;
}
.room-specifications td,
.room-specifications th {
	border: 1px solid black;
}

.room-specifications .image-container,
.room-specifications .room-location {
	width: 29px;
	padding: 4px;
}

.purchase_tickets_link {
	color: #FF0;
	font-weight: bold;
	font-size: 125%;
	text-decoration: underline;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.purchase_tickets_link:hover {
	text-decoration: none;
}

.padded_link {
	padding: .25em;
}

.question-header {
  margin-top: .25em;
  padding: .25em;
  text-decoration: underline;
  font-size: 150%;
  font-weight: bold;
}
.question-footer {
  margin-bottom: 1em;
}
.question {
  margin-top: .25em;
  padding: .25em;
  font-size: 120%;
  font-weight: bold;
}
.answer-list {
  list-style: initial;
  margin: 1em 0;
  padding-left: 2.5em;
}
.answer-element {
}

.mobile-menu-container {
    padding: 1em 0;
}

.mobile-menu-container a {
    color: #000;
}