/*******************************************************************
	HTML, BODY, CONTAINER
*******************************************************************/

html {
	background: #f7f7f7;
}

body {
	background: #f7f7f7;
	font: 14px/24px "Arimo", Arial, sans-serif;
	color: #000000;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	margin: 0 auto;
	max-width: 1170px;
}

/*******************************************************************
	HEADINGS
*******************************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Arimo', Arial, serif;
	text-align: center;
}

.overH1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	color: #53b94b;
	position: relative;
	top: 10px;
	text-align: center;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 20px;
	margin-bottom: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont_v-3.2.1.eot');
	src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont_v-3.2.1.woff') format('woff'), url('fonts/fontawesome-webfont_v-3.2.1.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

p {
	margin: 0 0 1em 0;
}

ul {
	margin: 0 0 1em 0;
}

hr {
	height: 2px;
	margin: 20px 0;
	border: 0;
	background-color: #0e633c;
	color: #0e633c;
}

.frame {
	margin: 15px 5px;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #000;
	line-height: 0;
}

.frame img {
	width: 100%;
}

a.more:link, a.more:visited, .btn {
	display: inline-block;
	max-width: 80px;
	padding: 5px 10px;
	background: #53b94b;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a.more:hover {
	background: #53b94b;
	opacity: .7;
}

.photoborder .nivo-controlNav, .photoheader .nivo-controlNav,
.photoborder .pagination, .photoheader .pagination {
	display: none;
}

.photoheader {
	margin-bottom: 20px;
	line-height: 0;
}

.photoheader {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	/* max-height: 300px; */
}

.photoborder {
	border: 1px solid #5D636B;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	line-height: 0;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


blockquote {
	font-style: italic;
}

label {
	font-weight: normal;
}

li {
	list-style-position: inside;
}

img {
	max-width: 100%;
}

/* buttons */
#content a:link.button,
#content a:visited.button,
#content strong em a:link,
#content strong em a:visited,
#content em strong a:link,
#content em strong a:visited {
	background-color: #53b94b;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3), inset -2px 2px 2px rgba(255,255,255,0.3);
	color: #FFFFFF;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	height: 44px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

#content a.button:hover,
#content strong em a:hover,
#content em strong a:hover {
	background: #0e633c;
}

#SEOPageList h3,
#EventMarketingPageList h3 {
	text-align: center;
}

.events ul,
.attractions ul {
	list-style-type: none;
	text-align: center;
}

.events ul,
.attractions ul {
	padding: 0;
}

/*******************************************************************
	GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #0e633c;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/*******************************************************************
	INFO
*******************************************************************/

#info {
	background: url(../images/bkgd-footer.jpg);
	color: #fff;
	font: 100 15px/40px "Arimo", Arial, sans-serif;
	font-weight: bold;
	height: 65px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#info .contact {
	line-height: 65px;
}

#info a {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}

#info a:hover {
	text-decoration: underline;
}

#info .col-6:last-child {
	text-align: right;
}

#info .contact a:first-child {
	background: url(../images/ico-pin.png) no-repeat center left;
	padding-left: 20px;
}

#info .short {
	display: none;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#booking {
	font-size: 0;
	margin-right: 30px;
	text-align: right;
}

#booking h2 {
	color: #FFFFFF;
	display: inline-block;
	font: bold 15px 'Arimo',Arial,sans-serif;
	margin: 0;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

#booking .inputs {
	display: inline-block;
	margin-left: 15px;
}

#booking .title {
	display: inline-block;
	line-height: 65px;
}

#booking .arrival-container, #booking .departure-container {
	display: inline-block;
}

#booking .submit-container {
	display: inline-block;
	max-width: 160px;
}

#arrival, #departure {
	background: none repeat scroll 0 0 #eaeaea;
	border: 1px solid #000;
	color: #36393d;
	height: 35px;
	max-width: 90px;
	padding: 5px;
	font-size: 14px;
	vertical-align: middle;
}

#booking .calendar {
	margin: 0 5px;
	vertical-align: middle;
}
#booking .submit {
	display: inline-block;
	width: 190px;
	height: 35px;
	margin-top: 1px;
	padding: 10px 25px 10px 25px;
	background-color: #53b94b;
	font: normal 18px/17px  "Arimo", Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3), inset -2px 2px 2px rgba(255,255,255,0.3);
}

#booking .submit:hover {
	background-color: #85CC7F;
	text-decoration: none;
}

#booking .submit img {
	vertical-align: top;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
	HEADER
*******************************************************************/

header {
	padding: 10px 0;
	font: 15px "Arimo", Arial, sans-serif;
	background: #f7f7f7;
	text-transform: uppercase;
	height: 75px;
	position: fixed;
	top: 65px;
	width: 100%;
	z-index: 100;
}

header a:link, header a:visited {
	color: #fff;
	text-decoration: none;
}

header .logo {
	display: block;
	max-width: 122px;
	width: 100%;
	height: 60px;
	margin-left: 20px;
	background: url(../images/logo.png) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
}

/*******************************************************************
	NAVIGATION
*******************************************************************/

#navigation {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0;
}

#navigation > li {
	z-index: 998;
	position: relative;
	display: inline-block;
	border-right: 1px solid black;
	font: bold 15px/40px "Arimo", Arial, sans-serif;
	text-align: center;
}

#navigation li:hover ul {
	display: block;
}

#navigation li ul {
	z-index: 999;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0;
	min-width: 150%;
	white-space: nowrap;
}

#navigation li ul li {
	position: relative;
	float: none;
	display: block;
	min-height: 30px;
	margin-left: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
}

#navigation ul a:link, #navigation ul a:visited {
	background: #0e633c;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}

#navigation ul a:hover {
	background: #53b94b;
}

#navigation li:last-child {
	border: 0;
}

#navigation a:link, #navigation a:visited {
	color: black;
	display: block;
	padding: 0 13px;
	line-height: 40px;
}

#navigation a:hover, #navigation >  li:hover > a {
	background: #0e633c;
	color: #fff;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/
#masthead {
	position: relative;
	z-index: 0;
	min-height: 150px;
	margin-top: 145px;
	text-align: center;
}

#masthead .shadow {
	width: 100%;
}

#masthead .slider-wrapper {
	max-height: 450px;
	overflow: hidden;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}

#masthead .nivo-controlNav, #masthead .pagination {
	display: none;
}

#masthead .theme-default .nivo-directionNav a {
	display: none;
}

/*******************************************************************
	CALLOUTS
*******************************************************************/

#callouts {
	max-width: 1170px;
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
}

#callouts .more {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

#callouts h2 {
	margin: 0 0 20px 0;
	color: #000000;
	font: 20px "Arimo", Arial, sans-serif;
}

#callouts p {
	margin: 0;
}

#callouts .col-3 {
	margin-right: 27px;
	position: relative;
	padding-bottom: 10px;
	color: #000000;
	text-align: center;
}

#callouts .col-3:last-of-type {
	margin-right: 0;
}

#callouts h3 {
	margin: 0;
	font: 14px "Arimo", Arial, sans-serif;
	color: #53b94b;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#callouts .frame {
	margin: 0 0 15px 0;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #000;
	line-height: 0;
}

#callouts .frame img {
	width: 100%;
}

#callouts section {
	padding:  0 10px;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	background: #F7F7F7;
	margin-top: 10px;
	padding: 50px 0;
}

#content a:hover {
	border-bottom-color: #0e633c;
}

#content h4 {
	margin-bottom: 10px;
}

/*******************************************************************
	TABBY
*******************************************************************/

#content .tabby > ul > li {
	background: #FFFFFF;
	display: inline-block;
	max-width: 140px;
	width: 33%;
	height: 48px;
	margin-right: -4px;
	border: 1px solid #c2b6ac;
	border-right: 0;
	font-family: 'Arimo', Arial, serif;
	line-height: 48px;
	list-style: none;
	text-align: center;
	box-shadow: inset 0 -40px 40px -40px rgba(0, 0, 0, 0.25);
}

#content  .tabby  h3{
	font: 16px Arimo, sans-serif;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	color: black;
}

#content .tabby ul {
	margin: 0;
	padding: 0;
}

#content .tabby h2 {
	margin: 0;
}

#content .tabby .more {
	margin-top: 10px;
}

#content .tabby li.last {
	border-right: 1px solid #c2b6ac;
}

#content .tabby li.active {
	border-bottom: 1px solid #FFFFFF;
	box-shadow: none;
}

#content .tabby li a {
	display: block;
	border-bottom: 0;
	font-size: 12px;
	line-height: 48px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

#content .tabby > div {
	background: #FFFFFF;
	min-height: 170px;
	margin-top: -1px;
	padding: 25px;
	display: none;
	border: 1px solid #c2b6ac;
}

#content .tabby > div.active {
	display: block;
}

#content .tabby p {
	display: block;
	margin-bottom: 15px;
}

#content .tabby h2 {
	margin-bottom: 5px;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: 'Arimo', Arial, serif;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #53b94b;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #0e633c;
}

#mobile-navigation  li {
	position: relative;
	min-width: 200px;
	max-width: 300px;
	padding: 0;
	margin: 0;
	background: #53b94b;
	list-style-type: none;

}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #0e633c;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #FFFFFF;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin: 0;
	padding-left: 0;
	background: #f3953a;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: #53b94b;
}

#mobile-navigation li li a:hover {
	background: #0e633c;
}

/*******************************************************************
	FOOTER
*******************************************************************/

footer {
	background: url(../images/bkgd-footer.jpg);
	padding: 25px 0 30px 0;
	color: #fff;
}

footer p {
	margin: 0;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .let-link {
	margin-top: 15px;
}

footer .let-copyright {
	margin-bottom: 15px;
}

footer .logos {
	text-align: right;
}

footer .rewards {
	display: inline-block;
	width: 166px;
	height: 37px;
	margin: 20px 20px 0 0;
	background: url(../images/rewards.png) no-repeat;
	vertical-align: middle;
	text-indent: 9999px;
}

/*******************************************************************
	MEDIA BAR
*******************************************************************/
#bottomBarLET {
	line-height: 16px;
}

/*******************************************************************
	MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1200px) {
	header {
		height: 75px;
		margin: 50px 0 0 0;
		padding: 0;
		position: relative;
	}

	header .contact {
		overflow: visible;
		height: auto;
	}

	header li a {
		padding: 0 10px;
	}

	#masthead {
		margin-top: 60px;
	}

	#info {
		height: 110px;
		text-align: center;
	}

	#info .contact {
		line-height: 55px;
		margin: 0;
	}

	#booking .submit img {
		display: none;
	}

	#booking {
		margin: 0;
		text-align: center;
	}

	#booking .inputs {
		margin: 0;
	}

	#booking h2 {
		display: none;
	}

	#booking .submit-container {
		max-width: 100%;
	}

	#booking .submit {
		width: 170px;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	footer {
		padding: 25px 20px 25px 20px;
	}

	header .logo {
		height: 70px;
		margin: 0 auto;
	}

	#navigation {
		margin: 0;
		text-align: center;
	}

	#navigation > li {
		width: 45%;
		min-height: 32px;
		margin: 10px 0;
		border-right: none;
	}

	#navigation > li > a {
		max-height: 32px;
		font-size: 16px;
		line-height: 32px;
	}

	#navigation li ul {
		min-width: 100%;
		top: 100%;
	}

	header .contact {
		text-align: center;
	}

	#masthead {
		min-height: 0;
	}

	/* CALLOUTS */
	#callouts {
		text-align: center;
		padding: 0 20px;
	}

	#callouts .col-3 {
		margin: 10px 0;
	}

	#callouts .frame {
		max-width: 270px;
		margin: 15px auto;
	}

	#callouts h2 {
		margin: 20px 0;
		padding: 0;
		background: none;
	}

	/* CONTENT */
	#content {
		padding: 0 20px;
	}

	#content .tabby {
		margin: 25px 0;
		text-align: center;
	}

	#content .tabby li a {
		font-size: 12px;
	}

	#content .tabby .frame {
		float: none;
		max-width: 209px;
		margin: 0 auto 10px auto;
	}

	#content .tabby h3 {
		margin-top: 10px;
	}

	/* FOOTER */
	footer .last {
		display: none;
	}

	#bottomBarLET {
		display: none;
	}

	.departureLabel {
		margin-left: 44px;
	}
}

@media handheld, only screen and (max-width: 768px) {
	.shadow {
		display: none;
	}

	#masthead .overlay {
		display: none;
	}

	.departureLabel {
		margin-left: 44px;
	}

	footer, footer .logos {
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 660px) {
	#info {
		font-weight: normal;
	}

	#info .long {
		display: none;
	}

	#info .short {
		display: inline;
	}

	#booking .calendar {
		display: none;
	}

	#arrival, #departure {
		margin: 0 5px 0 0;
	}
}

@media handheld, only screen and (max-width: 600px) {
	#booking .submit img {
		display: none;
	}
}

@media handheld, only screen and (max-width: 480px) {
	/* HEADER */
	header .contact .contact {
		font-size: 12px;
		padding-top: 30px;
	}

	#info .contact {
		padding: 0 6%;
		text-align: left;
	}

	/* CONTENT */
	#content .tabby li a {
		font-size: 10px;
	}

	.departureLabel {
		margin-left: 44px;
	}

	.overH1 {
		margin-top: -25px;
	}
}

@media handheld, only screen and (max-width: 420px) {
	#booking .submit {
		padding: 10px 10px 10px 10px;
		width: 140px;
	}

	#arrival, #departure {
		max-width: 80px;
	}

	#info .contact {
		padding: 0 10%;
	}
}