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

body {
	background: #fff url(../images/background.jpg) repeat-y !important;
	background-size: 100% !important;
	background-position: 0 -194px !important;
}	

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

#header-topborder {
	background: rgb(255, 0, 0);
	border-bottom:1px solid rgb(255, 0, 0);
}

.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:#fff;
	background:rgb(255, 0, 0);
	border-bottom:1px solid rgb(255, 0, 0);
}

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

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

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

#header{
	width: 100%;
	max-width: 1000px;
}

#header-container .destination-logo-container{
	background: url(../images/logo.jpg) no-repeat;
	background-size: 100%;
	height: 87px !important;
	width: 302px !important;
	margin: 0 0 -36px 0 !important;
	position: relative !important;
	float: left !important;
}

#main-nav {
    border: none !important;
    width: 100%;
    max-width: 1000px;
    padding-left: 302px;
	background-image: linear-gradient(rgb(255, 102, 102) 0%, rgb(255, 102, 102) 4%, rgb(255, 0, 0) 42%, rgb(153, 0, 0) 100%);
	height: 36px;
}

#main-nav ul{
	width: auto;
	float: left;
	position: relative;
	z-index: 100;
	margin-bottom: 0;
}

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

#main-nav li a {
	border: 0;
	border-left: 1px solid rgb(255, 102, 102) !important;
	background-image: linear-gradient(rgb(255, 102, 102) 0%, rgb(255, 102, 102) 4%, rgb(255, 0, 0) 42%, rgb(153, 0, 0) 100%);
	color: #fff !important;
	width: auto;
	font-size: 14px;
	height: auto;
	line-height: 22px;
	font-weight: normal;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 7px 25px;
	text-transform: uppercase;
}

#main-nav li a:hover{
	color: #fff !important;
}

.mobile-nav-toggle{
	background: transparent;
	border-bottom: 0;
	width: auto !important;
	float: right !important;
	margin-top: -67px;
}

.navbar-brand{
	color: #fff;
	display: none !important;
}

.navbar-toggle{
	border: 0;
}

.navbar-toggle .icon-bar{
	background: #fff;
	height: 4px;
}

.mobile-nav ul{
	background: rgb(255, 0, 0);
}

.mobile-nav ul li a{
	color: #fff !important;
	background: transparent !important;
	padding: 0;
	margin-top: 0;
	border: 0 !important;
	width: auto;
	height: auto;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #fff;
    background: rgb(255, 0, 0);
    border-bottom: 1px solid rgb(255, 0, 0);
}

.mobile-user-menu ul li a{
	color: #fff;
    background: rgb(255, 0, 0);
    border-bottom: 1px solid rgb(255, 0, 0);
}

@media all and (max-width: 991px) {
	#main-nav{
		width: 750px !important;
	}
	#main-nav li a{
		font-size: 12px;
		padding: 7px;
	}
	#header-container .destination-logo-container{
		background: url(../images/logo.jpg) no-repeat;
		background-size: 100%;
		height: 87px !important;
		width: 302px !important;
		margin: 0 0 -36px 0 !important;
		position: relative !important;
		float: left !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: 123px !important;
	}
	#header-container .destination-logo-container{
		height: 70px !important;
		width: 250px !important;
		margin: 10px 0 10px 10px !important;
	}
	.maincontainer{
		padding: 20px !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: 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;
	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: linear-gradient(rgb(246, 246, 246) 0%, rgb(246, 246, 246) 1%, rgb(204, 204, 204) 100%);
	width:auto;
	max-width: 1200px;
	border-bottom: 5px solid rgb(255, 0, 0);
	margin: 0 auto !important;
	margin-top: 20px !important;
}

.footer-container .container{
	max-width: 1140px;
}

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

.footer-icon {
	border-right: 1px solid rgb(5, 5, 5);
	padding-top: 0 !important;
}

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

.footer-icon h3 {
	color: rgb(5, 5, 5) !important;
}

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

.footer-icon a:hover, .footer-icon a:active, .footer-icon a:focus {
	color: rgb(5, 5, 5);
	text-decoration:underline;
}

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

.footer-rdlogo{
	background:url(/content/images/powered_by_Reserve_Direct.png) transparent no-repeat center center !important;
	border-top: 1px solid rgb(5, 5, 5) !important;
	border-bottom: 1px solid rgb(5, 5, 5) !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: 1px solid rgb(5, 5, 5);
}

.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: rgb(5, 5, 5);
	text-align: left;
}

.footer-bottombar {
	background-color:transparent;
	color: rgb(5, 5, 5);
}

.footer-bottombar a {
	color: rgb(5, 5, 5) !important;
	}
	
.footer-bottombar a:hover {
	color: rgb(5, 5, 5);
	text-decoration:underline;
	}
	
.secure-logo-container{
	width: auto !important;
	margin-top: -25px !important;
}

.footer-phonenumber{
	color: rgb(5, 5, 5) !important;
}

@media all and (max-width: 1199px){
	.footer-container{
		max-width: 970px;
	}
	.footer-container .container{
		max-width: 910px;
	}
}
	
@media all and (max-width: 991px){
	.footer-container{
		width: 750px !important;
	}
	.footer-container .container{
		max-width: 690px;
	}
	.footer-travelagent{
		max-width: 750px !important;
	}
}

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