﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color:#381E0E !important;
}	

/* ----- CUSTOMER ACCOUNT BAR ----- */

#header-topborder {
	background: #768d3a;
	border-bottom:1px solid #768d3a;
}

.header-sub-nav-leftcorner, .header-sub-nav-rightcorner {
	background-image: url(../images/sub-nav-corners.png);
}

.header-sub-nav li a, .header-sub-nav li p, .shopping-cart-container a, .shopping-cart-container p {
	color:#505424;
	background:#768d3a;
	border-bottom:1px solid #768d3a;
}

.shopping-cart-container a, .shopping-cart-container p {
	background-image: url(/content/images/cart-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.shopping-cart-container a:hover {
	color: #fff;
}

/* ----- HEADER, NAVIGATION ----- */

#header-container {
	background: url(../images/header.jpg) no-repeat;
	background-color:transparent !important;
	background-position: center 0;
	box-shadow:none;
	width:auto;
}

#header-container .destination-logo-container{
	width: 400px !important;
	height: 80px !important;
}

#main-nav {
	border:none !important;
	background:none !important;
}

#main-nav ul{
	margin: 0 !important;
}

#main-nav li {
	text-shadow:none !important;
	padding-top:22px;
	margin-bottom:-20px;
	}

#main-nav li a {
	line-height:0px !important;
}

.nav-home, .nav-shows, .nav-attractions, .nav-return, .nav-lodging {
	color:black !important;
	padding: 0 20px 0 12px;
	background:none !important;
	text-shadow:none !important;
	margin-top:-7px;
	margin-right:12px;
	padding-top:11px;
	height:11px !important;
	border-left:none;
	border-right:none;
	width:auto;
}

.nav-home, .nav-shows, .nav-attractions, .nav-lodging {
	border-right:1px solid #9c8257 !important;
	}

#main-nav .nav-home:hover, .nav-shows:hover, .nav-attractions:hover, .nav-lodging:hover, .nav-return:hover, .nav-home.current, .nav-shows.current, .nav-attractions.current, .nav-lodging.current, .nav-return.current {
	color:#522d19 !important;
	background:none !important;
	text-shadow:none !important;
	margin-top:-7px;
	margin-right:12px;
	padding-top:8px;
	height:14px !important;
	border-left:none;
	}
	
.mobile-nav-toggle{
	background: url(../images/mobile-nav.jpg) repeat;
	border-bottom: 1px solid #341c10;
}

.navbar-brand{
	color: #341c10;
}

.navbar-toggle{
	border: 1px solid #341c10;
}

.navbar-toggle .icon-bar{
	background: #341c10;
}

.mobile-nav ul{
	background: url(../images/mobile-nav.jpg) repeat;
}

.mobile-nav ul li a{
	color: #341c10 !important;
	background: transparent !important;
	padding: 0;
	margin-top: 0;
	border: 0;
	width: auto;
	height: auto;
}

.mobile-nav ul li a:hover{
	color: #341c10 !important;
	background: transparent !important;
	padding: 0;
	margin-top: 0;
	border: 0;
	height: auto;
}

.show-mobile-user-menu{
	color: #505424;
	background: #768d3a;
	border-bottom: 1px solid #768d3a;
}

.mobile-user-menu ul li a{
	color: #505424;
	background: #768d3a;
	border-bottom: 1px solid #768d3a;
}

@media all and (max-width: 991px) {
	#header-container{
		height: 126px;
		background-size: 750px;
		background-position: center 11px;
	}
	#main-nav{
		width: 750px !important;
		margin-top: 55px;
	}
	#header-container .destination-logo-container{
		width: 400px !important;
		height: 80px !important;
		margin: 0 !important;
	}
	.maincontainer{
		padding: 10px 6px 10px 6px !important;
	}
	#plrs-content{
		width: 100% !important;
		padding-left: 0 !important;
	}
	.quickpicker{
		width: 100% !important;
	}
	.quick-picks-selection-table{
		width: 99.5%;
	}
	.quick-picks-selection-table td{
		width: 33.33%;
		padding-right: 1%;
	}
	.quick-picks-selection-table td select{
		width: 100% !important;
	}
}

@media all and (max-width: 767px) {
	#header-container{
		width: 100% !important;
		height: 167px;
		background-image: url(../images/mobile-header.jpg);
		background-position: 0 20px;
		background-color: #341c10 !important;
	}
	#header-container .destination-logo-container{
		width: 310px !important;
		height: 55px !important;
		margin: 0 !important;
		margin-bottom: 31px !important;
	}
	.maincontainer{
		padding: 20px !important;
	}
	.homepage-topcontainer{
		display: block;
	}
}

@media all and (max-width: 560px) {
	#header-container .destination-logo-container{
		width: 310px !important;
		height: 55px !important;
		margin: 0 !important;
		margin-bottom: 31px !important;
	}
	#plrs-content img{
		width: 100%;
		max-width: 450px;
		height: auto;
	}
}

@media all and (max-width: 415px){
	.header-sub-nav{
		background-image: url(../images/sub-nav-corners.png);
	}
}

/* ----- MAIN CONTENT ----- */

.booking-options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #065C95;
	float: left;
	margin-bottom:.3em;
}

.maincontainer {
	width: 1000px;
	min-height:470px;
	margin: 20px auto;
	padding:20px;
	margin-top:0px;
	background-color:#FFF; 
	margin-bottom:-21px;
}

.quickpicker {
	width:960px;
	padding-top:20px;
	border-top: 1px solid #e0e0e0;
	position: relative;
	float: left;
}

.homepage-topcontainer {
	border-bottom:none;
	margin-top: 0 !important;
}

.homepage-topcontainer .rightcontainer{
	display: none;
}

#plrs-content {
	width:470px;
	padding-left:19px;
	float:left;
	color:#555;
	font-size:12px;
	margin-bottom:20px;
}

#plrs-content h1 {
	color: #065C95;
	font-size:16px;
	}

.leftcontainer h1 {
	color: #1d386b;
	line-height: 22px !important;
	margin-top: 10px;
}

.tabs-container a:link, .tabs-container a:visited {
	color:#2480d1;
	}
	
.tabs-3A-current, .tabs-3B-current, .tabs-3C-current, .tabs-3A:hover, .tabs-3B:hover, .tabs-3C:hover, .quicksearch-selectionbox input, p.need-help-call-us {
	color:#1b466b;
	}

.quicksearch-container h2 {
	color:#0d2840;
	}
	
.tabs-3C, .tabs-3C-current{
	width: 88px !important;
}

/* ----- FOOTER ----- */

.footer-container {
	padding-top:15px;
	background:none;
	width:1000px;
	}

.footer-destination-illustrations {
	display:none;
}

.footer-icon {
	border-right: 1px solid #47362c;
}

.footer-icon-image {
	display:none;
}

.footer-icon h3 {
	color:#F7B01A;
	}

.footer-travelagent {
	text-align:right;
	margin:0 auto;
	padding: 10px 0px;
	width: 960px;
	height: auto;
	border-top: 1px solid #47362c;
}

.footer-travelagent a, .footer-travelagent a:visited, .footer-icon a, .footer-icon a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #d6d6d6;
	text-decoration:none;
	}

.footer-travelagent a:hover, .footer-travelagent a:active, .footer-travelagent a:focus, .footer-icon a:hover, .footer-icon a:active, .footer-icon a:focus {
	color:#fff;
}

.footer-reservedirect {
	margin:0 auto;
	padding: 20px 0px;
	background:url(/content/images/powered_by_Reserve_Direct_white.png) transparent no-repeat center center;
	width: 960px;
	border-top: 1px solid #47362c;
	border-bottom: 1px solid #47362c;
	max-width: 960px;
}

.footer-payment-container {
	margin: 0 auto;
	padding: 15px 0px 20px;
	width: 960px;
	height: 70px;
	border-bottom: 1px solid #47362c;
}

.footer-payment-container p {
	margin: 0px 0px 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

.secure-logo-container{
	width: auto !important;
	margin-top: -25px !important;
}

.footer-bottombar {
	background-color:transparent;
	width: 960px;
}

@media all and (max-width: 991px){
	.footer-reservedirect{
		max-width: 750px;
	}
	.footer-travelagent{
		max-width: 750px;
	}
}