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

body {
	background: transparent !important;
}	

.fullscreen-bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

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

#header-topborder {
	background: #B8B8B8;
	border-bottom:1px solid #B8B8B8;
	height: 30px;
}

.header-sub-nav{
	margin-top: -27px;
}

.header-sub-nav-leftcorner, .header-sub-nav-rightcorner {
	background-image: none !important;
}

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

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

.header-sub-nav li a:hover, .header-sub-nav li p a:hover, .shopping-cart-container a:hover, .shopping-cart-container p a:hover {
	color:#fff !important;
	}

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

#header-container {
	background: url(../images/logo.png) no-repeat;
	background-color:transparent !important;
	background-position: center 30px;
	background-size: 100%;
	box-shadow:none;
	width:auto;
	height: auto !important;
}

#header-container .destination-logo-container{
	background: none !important;
	height: 11.8vw !important;
	width: 100% !important;
	margin: 0 !important;
	position: relative !important;
}

#main-nav {
	border:none !important;
	background: #222 !important;
	width: 100%;
	height: 40px;
	display: inline-block;
	text-align: center;
}

#main-nav ul{
	width: auto;
	float: none;
	position: relative;
	z-index: 100;
	margin: 0 auto !important;
	height: 40px;
	display: inline-block;
}

#main-nav li {
	text-shadow:none !important;
}

#main-nav li a {
	border: 0;
	background: transparent;
	color: #fff !important;
	width: auto;
	font-size: 14px;
	height: auto;
	line-height: 40px;
	font-weight: normal;
	padding: 0 10px;
	text-transform: uppercase;
}

.nav-home{
	border: 0;
}

#main-nav li a:hover{
	color: #fff !important;
	border-bottom: 2px solid #fff;
}

mobile-nav{
	height: 40px;
}

.mobile-nav-toggle{
	background: #222;
	border-bottom: 0;
	height: 40px;
}

.navbar-brand{
	color: #fff;
	float: right !important;
	padding: 10px;
}

.navbar-toggle{
	border: 0;
	float: right !important;
	margin-top: 2px !important;
}

.navbar-toggle .icon-bar{
	background: #fff;
	width: 25px;
}

.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 4px;
}

.mobile-nav ul{
	background: #222;
}

.mobile-nav ul li a{
	color: #fff !important;
	background: transparent !important;
	padding: 0;
	margin-top: 0;
	border: 0;
	width: auto;
	height: auto;
	font-weight: normal;
	text-transform: uppercase;
}

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

.show-mobile-user-menu{
    color: #2f2f2f;
    background: #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
}

.mobile-user-menu ul li a{
    color: #2f2f2f;
    background: #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
}

@media all and (max-width: 991px) {
	#header-container .destination-logo-container{
		background: none !important;
		height: 11.8vw !important;
		width: 100% !important;
		margin: 0 !important;
		position: relative !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{
		height: 161px !important;
		background-size: 760px;
	}
	#header-container .destination-logo-container{
		height: 70px !important;
		width: 250px !important;
		margin: 10px 0 10px 10px !important;
	}
	.maincontainer{
		padding: 20px !important;
		margin-top: 0 !important;
	}
	.homepage-topcontainer{
		display: block;
	}
}

@media all and (max-width: 560px) {
	#plrs-content img{
		width: 100%;
		max-width: 450px;
		height: auto;
	}
}

@media all and (max-width: 415px){
	.header-sub-nav{
		background-image: none !important;
	}
}

/* ----- 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: -5px;
	background-color:#FFF; 
	margin-bottom:-20px;
	box-shadow: none !important;
}

/*.maincontainer-custom {
	width:960px !important;
	padding:20px !important;
	margin-bottom:-20px !important;
}

.background-container-custom {
	background-image:none !important;
}


.rightcontainer {
	margin-top:0 !important;
	}
*/

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

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

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

#plrs-content h1 {
	color: #065C95;
	font-size:16px;
	margin-bottom:.5em;
	}

.leftcontainer h1 {
	color: #1d386b;
	line-height:none;
	line-height: 20px;
	margin-top: 10px;
}

#plrs-content p{
	margin: 0 !important;
}

.tabs-3C, .tabs-3C-current{
	width: 88px !important;
}

.leftcontainer .rightcontainer{
	display: none;
}

.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;
	}

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

.footer-container {
	padding-top:15px;
	background: url(../images/footer-bg.png);
	width:auto;
}

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

.footer-icon {
	border-right: 1px solid #c9c9c9;
	padding-top: 0 !important;
}

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

.footer-icon h3 {
	color:#fff !important;
}

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

.footer-icon a:hover, .footer-icon a:active, .footer-icon a:focus {
	color:#fff !important;
	text-decoration:underline;
}

.footer-other-destinations-outercontainer{
	background: transparent;
}

.footer-rdlogo{
	background:url(/content/images/powered_by_Reserve_Direct_white.png) transparent no-repeat center center !important;
	border-top: 1px solid #c9c9c9 !important;
	border-bottom: 1px solid #c9c9c9 !important;
	margin-bottom: 0 !important;
}
.footer-rdlogo img{
	visibility: hidden !important;
}

.footer-payment-container {
	margin: 0 auto;
	padding: 15px 0px 20px;
	height: 70px;
	border-bottom: 0;
	color: #757575;
}

.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: #757575;
	text-align: left;
}

.footer-bottombar {
	background: #E5E5E5 url(../images/post-footer-bg.png) no-repeat center 1px;
	color: #666;
}

.footer-bottombar a {
	color: #666 !important;
	}
	
.footer-bottombar p a:hover {
	color:#909090;
	text-decoration:underline;
	}
	
.secure-logo-container{
	width: auto !important;
	margin-top: -25px !important;
}

@media all and (max-width: 767px){
	.secure-logo-container{
		margin-top: 0 !important;
	}
	.footer-icon-image{
		display: block;
	}
}