/* Colors
Light Gray		#e5e6e7
Mid Gray		#a8a8a8
Dark Gray		#565656
*/

@import url('https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic&08007cc130a9');

/* 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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

:focus {
	outline: 0;
}

textarea {
	overflow: auto;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

/* Type
==================================================*/

body {
	font-family: "Cantarell", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
}

p {
	margin: 0 0 15px;
}

p:last-child {
	margin: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style: disc inside;
	margin: 0 0 15px;
}

ol {
	list-style: decimal inside;
	margin: 0 0 15px;
}

li {
	margin: 0 0 5px;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Structure
==================================================*/

#content {
	background: #fff;
}

.bluebar {
	height: 8px;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1000px;
}

.container .row {
	margin: 0 -15px;
	overflow: hidden;
}

/* Header
==================================================*/

body {
	padding-top: 60px;
}

#header-small {
	display: none;
}

#header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 10;
}

#header .col-left {
	padding: 20px 0 0 15px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

#header .col-left .countdown {
	background: url('/site_media/static/images/timebg.png?4e75b9058c40') no-repeat center;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	width: 92px;
	font-family: "Courier", sans-serif;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
}

#header .col-right {
	padding: 28px 15px 0 0;
	float: right;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
}

#header .col-right a {
	font-weight: bold;
	padding: 0 5px;
}

/* Footer
==================================================*/

#footer {
	margin-top: 15px;
}

#footer > div {
	background: #e5e6e7;
	display: table;
	width: 100%;
}

#footer .col-left,
#footer .col-right {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

#footer a.join {
	display: block;
	position: relative;
	height: 31px;
	width: 150px;
}

#footer a.join img {
	position: absolute;
	left: 3px;
	top: 8px;
	z-index: 3;
}

#footer a.join span {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0;
	width: 65px;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	color: #545456;
}

#footer .nav {
	text-align: right;
	white-space: nowrap;
}

#footer .nav a {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 0 5px;
	border-right: 1px solid #545456;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .nav a:last-child {
	border: 0;
	padding-right: 0;
}

#footer .nav a span {
	position: relative;
	top: 10px;
}

#footer .social {
	margin: 25px 0 12px;
	text-align: right;
}

#footer .social a {
	display: inline-block;
	vertical-align: middle;
}

#footer .social a.newsletter {
	margin-left: 6px;
	padding: 0 0 1px;
	border-bottom: 1px solid #545456;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
}

/* Page
==================================================*/

a.logo {
	display: inline-block;
	height: 115px;
	margin: 15px 25px;
	position: relative;
	z-index: 8;
}

a.logo img {
	display: block;
	margin-top: 4px;
}

#flatpage {
	padding: 20px;
	min-height: 360px;
}

h1.flatpage-title {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0px 20px;
	border-bottom: 8px solid #a8a8a8;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
}

h1.flatpage-title:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #a8a8a8;
	position: absolute;
	bottom: -8px;
	left: -8px;
}

h1.flatpage-title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #a8a8a8;
	position: absolute;
	bottom: -16px;
	right: -8px;
}

.section {
	position: relative;
	margin: 0 0 20px;
}

.section:last-child {
	margin: 0;
}

.section .title {
	background: #565656;
	width: 160px;
	min-height: 90px;
	margin: 0 16px 0 0;
	padding: 10px 12px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
}

.section .content {
	padding-left: 180px;
	font-size: 14px;
}

/* Page - Home
==================================================*/

#home .home-slider {
	position: relative;
	overflow: hidden;
	margin-top: -25px;
}

#home .home-slider > img {
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
}

#home .home-slider > svg {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#home .home-slider ul {
	list-style: none;
	margin: 0;
}

#home .home-slider li {
	margin: 0;
}

#home .home-slider li img {
	width: 100%;
	height: auto;
	display: block;
}

#home .footer {
	padding: 70px 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Page - About
==================================================*/

#aboutcontainer {
	margin-top: -145px;
	overflow: hidden;
	position: relative;
}

#about {
	position: relative;
	height: 520px;
}

#about > * {
	position: absolute;
}

#about .top-wedge,
#about .bottom-wedge {
	z-index: 3;
}

#about .top-wedge {
	left: -1px;
	top: 100px;
}

#about .bottom-wedge {
	bottom: 135px;
	left: 0;
}

#about .pnwrapper {
	height: 275px;
	margin-top: 105px;
	width: 100%;
	z-index: 7;
}

#about .prev,
#about .next {
	background: url('/site_media/static/images/pn.png?4e75b9058c40') no-repeat;
	cursor: pointer;
	display: none;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 125px;
	z-index: 0;
}

#about .pnwrapper:hover .prev,
#about .pnwrapper:hover .next {
	display: block;
}

#about .prev {
	left: 28px;
}

#about .next {
	background-position: -22px 0;
	right: 28px;
}

#about .white {
	background: white;
	height: 145px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#about .white.top {
	top: -42px;
}

#about .white.bot {
	bottom: 0;
}

#about .wrapper {
	height: 280px;
	overflow: hidden;
	position: relative;
	top: 100px;
}

#about .wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	position: absolute;
}

#about .wrapper ul li {
	float: left;
	position: relative;
}

#about .wrapper ul img {
	position: relative;
	z-index: 2;
}

#about .wrapper ul .title {
	bottom: 20px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	height: 9px;
	left: 20px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	z-index: 6;
}

#about .slide-nav {
	position: absolute;
	bottom: 120px;
	right: 15px;
	z-index: 10;
	color: #000;
	font-weight: bold;
}

#about .slide-nav .active {
	border-bottom: 1px solid #000;
	display: inline-block;
	height: 21px;
}

#about .x-axis {
	background: url('/site_media/static/images/dots.png?4e75b9058c40') 41px 0;
	border-bottom: 1px solid;
}

#about .times {
	height: 465px;
	width: 2830px;
	position: absolute;
	top: 0;
	z-index: 5;
}

#about .times > div {
	height: 100%;
	width: 100%;
	position: relative;
}

#about .times b {
	width: 82px;
	float: left;
	position: relative;
	top: 470px;
	font-size: 9px;
	text-align: center;
}

#about .times .suntime {
	background-color: #959799;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	height: 100%;
	width: 18px;
	position: absolute;
	top: 0;
}

#about .times .suntime.sunrise {
	background-image: url('/site_media/static/images/sunrise.png?4e75b9058c40');
}

#about .times .suntime.sunset {
	background-image: url('/site_media/static/images/sunset.png?4e75b9058c40');
}

#about .now {
	border: 6px solid;
	height: 0;
	width: 0;
	margin: 0 auto;
	position: absolute;
	top: 453px;
	left: 486px;
	z-index: 6;
}

/* Page - Visit
==================================================*/

#reservation {
	margin-top: 20px;
	position: relative;
	font-size: 11px;
}

#reservation:after {
	content: "";
	display: table;
	clear: both;
}

/* Week Nav */

#reservation .week-nav {
	margin: 0 0 20px 120px;
	padding: 0 0 2px;
	border-bottom: 1px solid #565656;
	color: #000;
}

#reservation .week-nav .yellow-bg {
	background: url('/site_media/static/images/yellow-bg.png?4e75b9058c40') center repeat-x;
	margin-right: 5px;
}

#reservation .week-nav .thisweek a.weeklink {
	display: inline-block;
	float: right;
	background: url('/site_media/static/images/r-arrow.png?4e75b9058c40') right no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

#reservation .week-nav .nextweek a.weeklink {
	display: inline-block;
	float: right;
	background: url('/site_media/static/images/l-arrow.png?4e75b9058c40') left no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

/* Week Table */

@media screen and (min-width:781px) {

#reservation .weeks > div {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#reservation .column {
	display: table-cell;
	vertical-align: top;
	width: 12.5%;
	text-align: center;
	border-left: 1px solid #a7a7a8;
}

#reservation .column:nth-child(1) {
	width: 100px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#reservation .column:nth-child(1),
#reservation .column:nth-child(2) {
	border-left: 0;
}

#reservation .column:first-child > div {
	padding-left: 0;
}

#reservation .column:last-child > div {
	padding-right: 0;
}

#reservation .column .table-cell {
	min-height: 80px;
	padding: 5px;
	border-top: 4px solid #eee;
}

#reservation .column .table-cell:first-child {
	border-top: 0;
	height: 160px;
	overflow: hidden;
}

#reservation .column .daybox {
	background: #565656;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	max-width: 80px;
	padding: 10px 5px;
	margin: 0 auto 10px;
}

#reservation .column .daybox .day {
	margin: -3px 0 5px;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
}

#reservation .column a[href] {
	color: blue;
}

#reservation .week-nav > div,
#reservation .weeks > div {
	display: none;
}

#reservation .week-nav > div.show {
	display: block;
}

#reservation .weeks > div.show {
	display: table;
}

/* Week Modal */

#reservation .column.active {
	position: relative;
}

#reservation .column.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent #ffdf26;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 144px;
	z-index: 1;
}

#reservation .column.active .table-cell:first-child {
	box-shadow: inset 0px 0px 80px #ffdf26;
}

#reservation_form {
	display: none;
	background: #fff;
	border: 1px solid #a7a7a8;
	border-top: 8px solid #ffdf26;
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	max-width: 828px;
	max-height: 500px;
	position: absolute;
	top: 196px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
}

#reservation_form > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#reservation_form iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#reservation_form.active {
	display: block;
}

}

/* Page - Support
==================================================*/

#support {
	padding: 10px;
}

#support table ul,
#support table li {
	list-style: 0;
	margin: 0;
}

#support table {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	font-size: 14px;
}

#support table tr th,
#support table tr td {
	vertical-align: middle;
	padding-bottom: 10px;
}

#support table th {
	width: 130px;
	padding-right: 10px;
	text-align: right;
}

#support input[type=text],
#support select {
	width: 100% !important;
	height: 24px;
}

#support input[type=submit] {
	border: 0;
	border-radius: 0;
	margin: 10px 0 0;
	padding: 10px 8px;
	background: #565656;
	font-family: "Cantarell", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Page - Events
==================================================*/




/* Page - News
==================================================*/

#flatpage.news:after {
	content: "";
	display: table;
	clear: both;
}

#flatpage.news .main {
	width: 100%;
	float: left;
}

#flatpage.news .main > div {
	padding-right: 270px;
}

#flatpage.news .sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
}

/* Article List */

#flatpage.news ol.article-list {
	list-style: none;
	margin: 0;
}

#flatpage.news ol.article-list li {
	margin: 0 0 20px;
	overflow: hidden;
}

#flatpage.news ol.article-list img.left {
	float: left;
	margin: 0 20px 0 0;
}

#flatpage.news ol.article-list .right {
	overflow: hidden;
}

#flatpage.news ol.article-list .date-top {
	margin: 0 0 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#flatpage.news ol.article-list .date-top .day {
	font-size: 22px;
	font-family: "Georgia", sans-serif;
	font-weight: normal;
}

#flatpage.news ol.article-list .details h3 {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#flatpage.news ol.article-list .details .byline {
	margin: 0 0 5px;
	font-size: 13px;
	text-transform: uppercase;
}

#flatpage.news ol.article-list .details .body * {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	color: inherit !important;
}

#flatpage.news ol.article-list .details a.more {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	color: #565656;
}

/* Article Detail */

#article-content .photos {
	margin: 0 0 20px;
	font-size: 13px;
}

#article-content .photos img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	margin: 0 0 5px;
}

#article-content .datebox {
	width: 76px;
	margin: 0 0 20px;
	padding: 2px 10px 5px;
	background: #565656;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#article-content .datebox .day {
	margin: 0 0 3px;
	font-family: "Georgia", serif;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

#article-content .details h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

#article-content .details .byline {
	margin: 0 0 20px;
	font-size: 14px;
}

#article-content .fb-like,
#article-content .social-block {
	margin: 20px 0 0;
}

/* Press List */

#press {
	margin: 40px 0 0;
}

#press ol {
	list-style: none;
	margin: 0 -10px;
}

#press ol:after {
	content: "";
	display: table;
	clear: both;
}

#press li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 50%;
	float: left;
}

#press li:nth-child(2n+1) {
	clear: both;
}

#press .date {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 2px 4px;
	border-bottom: #ffdf26 solid 1px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#press .date .day {
	margin: -4px 0 0;
	font-family: "Georgia", serif;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

#press a.details {
	display: block;
	overflow: hidden;
	font-size: 13px;
}

#press a.details .publication {
	font-family: "Georgia", serif;
	font-style: italic;
}

/* Press Widget */

.widget {
	margin: 0 0 30px;
	border-bottom: 3px #373535 solid;
}

.widget h2 {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.widget h2:before {
	content: "";
	display: inline-block;
	height: 32px;
	width: 14px;
	background: url('/site_media/static/images/sep.png?4e75b9058c40') no-repeat;
	vertical-align: middle;
}

.widget h2:after {
	content: "";
	display: inline-block;
	height: 32px;
	width: 14px;
	background: url('/site_media/static/images/sep.png?4e75b9058c40') no-repeat center;
	vertical-align: middle;
}

.widget > a:last-child {
	display: block;
	margin: 0 0 20px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.widget.press ol {
	list-style: none;
	margin: 0;
}

.widget.press ol:after,
.widget.press li:after {
	content: "";
	display: table;
	clear: both;
}

.widget.press li {
	list-style: none;
	margin: 0 0 15px;
}

.widget.press li:last-child {
	margin: 0 0 5px;
}

.widget.press .details {
	font-size: 13px;
}

.widget.press .date {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 2px 4px;
	border-bottom: #ffdf26 solid 1px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.widget.press .date .day {
	margin: -4px 0 0;
	font-family: "Georgia", serif;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

.widget.press .publication {
	font-family: "Georgia", serif;
	font-style: italic;
}

.widget.press .text {
	font-size: 10px;
	text-transform: uppercase;
}

/* Slider
==================================================*/

.slides {
	margin: 0 0 20px;
	padding: 0 0 40px;
	border-bottom: 1px solid #565656;
}

.slides ul,
.slides li {
	list-style: none;
	margin: 0;
}

.slides li img {
	display: block;
	height: auto;
	width: 100%;
}

.slides li .credit {
	margin-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}

/* Responsive
==================================================*/

@media screen and (max-width:900px) {

/* Header */

#header .col-left .until {
	display: inline-block;
	width: 110px;
	vertical-align: top;
	line-height: 13px;
	margin-top: 1px;
}

#header .col-right {
	font-size: 13px;
}

#header .col-right a {
	font-weight: bold;
	padding: 0 4px;
}

/* Footer */

#footer > div {
	display: block;
	overflow: hidden;
}

#footer .col-left,
#footer .col-right {
	display: block;
	padding: 0 15px;
}

#footer a.join {
	margin: 15px auto;
}

#footer .nav {
	margin: 0 auto;
	max-width: 460px;
	text-align: center;
	white-space: normal;
}

#footer .nav a {
	margin: 2px 5px;
	padding: 5px;
	border: 0;
}

#footer .nav a:last-child {
	border: 0;
	padding-right: 0;
}

#footer .nav a span {
	top: 0;
}

#footer .social {
	margin: 15px 0 12px;
	text-align: center;
}

#footer .social a {
	display: inline-block;
	vertical-align: middle;
}

}

@media screen and (max-width:780px) {

/* Structure */

.container {
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	max-width: 1000px;
}

/* Header */

#header {
	display: none;
}

body {
	padding-top: 50px;
}

#header-small {
	display: block;
	width: 100%;
	min-height: 50px;
	position: fixed;
	top: 0;
	z-index: 10;
	color: #fff;
}

#header-small #hamburger {
	width: 34px;
	float: right;
	margin: 8px 10px 0 0;
	cursor: pointer;
}

#header-small #hamburger span {
	display: block;
	background: #fff;
	height: 3px;
	margin: 6px 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#header-small.active #hamburger span:nth-child(2) {
	opacity: 0;
}

#header-small.active #hamburger span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

#header-small.active #hamburger span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

#header-small .col-left {
	float: left;
	margin: 0 0 0 10px;
}

#header-small .countdown {
	display: block;
	margin: 3px 0 -3px;
	font-family: "Courier", sans-serif;
	font-size: 20px;
}

#header-small .until {
	display: block;
	font-size: 11px;
}

#header-small ul.nav {
	display: none;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	max-height: 240px;
	overflow: none;
	overflow-y: auto;
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#header-small ul.nav li {
	max-width: 200px;
	margin: 0 auto;
	padding: 8px 0;
	border-top: 1px solid #fff;
}

#header-small ul.nav li:first-child {
	border-top: 0;
}

#header-small.active ul.nav {
	display: block;
}

/* Pages */

.section .title {
	width: 100%;
	min-height: 0;
	margin: 0 0 20px 0;
	position: static;
}

.section .content {
	padding-left: 0;
}

/* Page - About */

#aboutcontainer {
	margin-top: 0;
}

#about {
	display: none;
}

/* Page - News */

#flatpage.news .main {
	width: 100%;
	float: none;
}

#flatpage.news .main > div {
	padding-right: 0;
}

#flatpage.news .sidebar {
	float: none;
	width: 100%;
	margin-top: 40px;
	margin-left: 0;
	position: static;
}

/* Week Nav */

#reservation .week-nav {
	margin: 0 0 20px 0;
}

/* Week Table */

#reservation .weeks .column:first-child {
	display: none;
}

#reservation .column {
	border-bottom: 1px solid #a8a8a8;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

#reservation .column .table-cell:first-child {
	overflow: hidden;
}

#reservation .column .daybox {
	background: #565656;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
	padding: 10px 5px;
	margin: 0 0 10px;
	float: left;
}

#reservation .column .daybox .day {
	margin: -3px 0 5px;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
}

#reservation .column .message {
	float: right;
}

#reservation .column .message a[href] {
	display: block;
	height: 36px;
	width: 132px;
	background: transparent url('/site_media/static/images/btn-reserve.png?6c140a7c2d37') no-repeat center;
	background-size: contain;
	margin-top: 10px;
	text-indent: -9999px;
}

#reservation .column .message a[href]:after {
	content: "Required for Sunset Only";
	display: block;
	text-indent: 0;
	text-align: center;
	margin-top: 26px;
}

#reservation .column .time a[href] {
	color: blue;
}

#reservation .time {
	text-align: right;
	margin-top: 3px;
}

#reservation .time:nth-child(2):before {
	content: "SKYSPACE HOURS";
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}

#reservation .time:nth-child(3):before {
	content: "SUNRISE LIGHT SEQUENCE";
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}

#reservation .time:nth-child(4):before {
	content: "SUNSET LIGHT SEQUENCE";
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}

#reservation .time:nth-child(5) {
	text-align: left;
}

#reservation .time:nth-child(5) div {
	margin-bottom: 2px;
	text-align: right;
}

#reservation .time:nth-child(5) div:before {
	content: "SPECIAL EVENT";
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}

#reservation .week-nav > div,
#reservation .weeks > div {
	display: none;
}

#reservation .week-nav > div.show,
#reservation .weeks > div.show {
	display: block;
}

/* Week Modal */

#reservation .column.active {
	background: rgba(255,223,37,.2);
}

#reservation_form {
	display: none;
	background: #fff;
	border: 1px solid #a7a7a8;
	border-top: 8px solid #ffdf26;
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	margin: auto;
}

#reservation_form > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#reservation_form iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#reservation_form.active {
	display: block;
}

/* Slider */

.slides {
	display: none;
}

}

@media screen and (max-width:500px) {

/* Press List */

#press {
	margin: 40px 0 0;
}

#press ol {
	margin: 0;
}

#press li {
	padding: 0;
	width: 100%;
	float: none;
}

#press li:after {
	content: "";
	display: table;
	clear: both;
}

}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url('/site_media/static/cropo/js/simplemodal/img/basic/x.png?4e75b9058c40') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
