/***** Nav *****/
#headerPhone {
	border: none;
    display: block;
    top: 19px;
    width: 300px;
    right: 47px;
    left: inherit;
    text-align: right;
    color: #333;
    font-size: 30px;
}
#headerPhone a {
	color: #333333 !important;
}
#headerPhone i {
	color: #db0862;
}
nav {
	padding-top: 4px;
}




/***** Home *****/
.home .homeTours {
	max-width: 810px;
	margin: 0 auto;
}
.homeTours h1 {
    margin: 0 0 21px 0;
    font-size: 36px;
    text-align: left;
}




/***** Slider *****/
#sliderWrapper {
	height: 300px;
	text-align: center;
}
#sliderWrapper li a { 
	height: 300px;
}
#sliderWrapper ol.dots {
	left: 0;
	margin-left: 5%;
}
#sliderWrapper ol.dots li {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#sliderWrapper h1 {
	font-size: 36px;
	padding-top: 96px;
	margin-bottom: 8px;
}
#sliderWrapper .wrapper {
	max-width: 1150px;
}
#sliderWrapper p {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 1px;
}





/***** Article *****/
#content {
	background: #fff;
	background: -moz-linear-gradient(top,  
		#fff 0%, 
		#f5e9ed 100%
	);
	background: -webkit-gradient(linear, left top, left bottom, 
		color-stop(0%,#fff), 
		color-stop(100%,#7db9e8)
	);
	background: -webkit-linear-gradient(top,  
		#fff 0%,
		#f5e9ed 100%
	);
	background: -o-linear-gradient(top,  
		#fff 0%,
		#f5e9ed 100%
	);
	background: -ms-linear-gradient(top,  
		#fff 0%,
		#f5e9ed 100%
	);
	background: linear-gradient(to bottom,  
		#fff 0%,
		#f5e9ed 100%
	);
}
.home #content {
	background: none;
}
article {
	max-width: 780px;
}
.pageContent article {
	max-width: 990px;
	padding-top: 22px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.pageContent article h1 {
	font-size: 45px;
	font-weight: 100;
}
#breadCrumb {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
}
#breadCrumb i {
	padding: 0 5px;
}
article h2 {
	font-size: 34px;
}
#pageHeader {
	padding-top: 14px;
}
#pageHeader h1 {
	font-size: 45px;
	font-weight: 100;
}
.commentNest .commentNest {
	padding-left: 50px;
}




/***** Aside *****/
.asideWrapper {
	max-width: 745px;
    margin: 0 auto;
}
aside .spotlight {
	float:left;
	clear:left;
	width: 48%;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
}
aside .spotlight:nth-child(even) {
	float:right;
	clear: none;
	clear: right;
}





/***** Tour modules *****/
.moreTours {
	clear: both;
}
.tourSpot {
	width: 49%;
	float: left;
	margin: 0 0 30px 0;
	height: 371px;
}
article .tourSpot:nth-child(odd),
#fullWidth .tourSpot:nth-child(odd) {
	float: right;
}
.tourSpot h3 {
	padding-right: 35px;
}
.tourSpot a:hover img {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}




/***** Tour List *****/
#fullWidth {
	max-width: 738px;
	margin: 0 auto;
}




/***** Tour Details *****/
#tourHeader {
	padding-top: 14px;
}
#tourHeader h1 {
	font-size: 45px;
	font-weight: 100;
	margin-right: 65px;
}
#tourHeaderImage {
	float: left;
	width: 60%;
	overflow: hidden;
	/*height: 365px;*/
	background: #000;
	/*margin-bottom: 20px;*/
	height: auto;
	min-height: 365px;
}
#tourHeaderImage img {
	height: 100%;
	width: auto;
}
#tourOptions {
	float: right;
	width: 40%;
	padding: 7px 12px;
	/*height: 365px;*/
	margin-bottom: 0;
	height: auto;
	min-height: 365px;
}
#tourOptions h2 {
	background: #f99d31 url(../images/title-watermarks.png) no-repeat right top;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 18px;
	margin: 0 -17px 9px -5px;
	position: relative;
	font-weight: 300;
	color: #fff;
}
#tourOptions h2 i {
	position: absolute;
	right: 1px;
	bottom: -4px;
	width: 4px;
	height: 4px;
	background: url(../images/title-corners.png) no-repeat 0 0;
}
#depositPrice {
	margin-bottom: 6px;
}
#tourExcerpt {
	padding: 10px 0 0 0;
}
#tourHightlights,
#tourInclusions,
#tourWowMoments {
	margin-bottom: 33px;
}
#tourInclusions {
	margin-bottom: 40px;
}
.tourNotice {
	margin-bottom: 40px;
}
.itineraryImgWrapper img {
	width: 100px;
	height: auto;
}
/*.itineraryDay h3,
.itinerarySubHead,
.itineraryDay p {
	margin-left: 120px;
}*/
.itineraryDay h3 {
	margin-bottom: 6px;
}
.itinerarySubHead {
	margin-bottom: 8px;
}
#socialTop {
    position: absolute;
    right: -1px;
    top: 15px;
    width: 70px;
    text-align: right;
    padding: 0;
}




/***** Blog List *****/
.postTile p,
.postTile h2 {
	margin: 0 0 0 115px;
}
.postTile h2 {
	font-size: 22px;
}
.postTile img {
	max-width: 140px;
}




/***** Photos *****/
#galleryTileWrapper {
	overflow: hidden;
}
.galleryTile {
    width: 48%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    height: 290px;
    border: none;
}
.galleryTile:nth-child(even) {
    float:right;
}
.galleryTile img:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
body.photos .pageContent .articleWrapper {
	max-width: 800px;
}




/***** Booking Form *****/
#bookingCart h2 {
	font-size: 26px;
}
#bookingFormWrapper ol {
	max-width: none;
}
article fieldset label {
	float: left;
    width: 180px;
    text-align: right;
    margin: 9px 7px 0 0;
}
.bookingCartItem label {
	/*margin-top: 11px;*/
}
.longLabelLi label {
	margin-top: 0;
}
.bookingTourPreferences li,
.bookingFitTravel li {
	margin-bottom: 23px;
}
.bookingTourPreferences strong,
.bookingTourPreferences label,
.bookingFitTravel strong,
.bookingFitTravel label {
	float: left;
    width: 300px;
    text-align: right;
}
.bookingTourPreferences .radioLi label,
.bookingFitTravel .radioLi label {
	width: 12%;
}
.stateLi select {
	margin-top: 10px;
}
.tourPreAccLi label,
.smokingLi label,
.shareRoomLi label,
.travelInsLi label,
.heartCli label,
.disableLi label,
.illnessLi label,
.dietLi label {
	margin-top: 0;
}
.roomNameLi label {
	margin-top: 9px;
}
.roomNameLi input {
	width: 150px;
}
.bookingTourPreferences .smokingLi strong {
	margin-right: 19px;
}
.bookingTourPreferences .smokingLi label {
	width: 20%;
	white-space: nowrap;
}
.bookInstructions {
	max-width: 600px;
	margin: 0 auto 20px auto;
}
#bookingFormWrapper .button {
    margin: 0 auto 40px auto;
    width: 200px;
    line-height: 50px;
    font-size: 22px;
}
.control-group,
.currentMemberCheck {
	padding-left: 94px;
}
.currentMemberCheck label {
	margin-top: 0;
	width: 13%;
}
.currentMemberCheck input {
	width: auto;
}
.dobLi select,
.titleLi select {
	margin-top: 6px;
}
#disableD input,
#heartD input,
#illnessD input,
#dietD input {
	width: 286px;
}
input.error {
	border: 2px solid #cc0000;
}
em.error {
	text-align: center;
	clear: both;
}
.airportDepartLi label,
.airportReturnLi label {
	margin-top: 9px;
}
.airportDepartLi input,
.airportReturnLi input {
	width: 280px;
}
.hearAboutLi strong,
.otherRequestsLi strong {
	margin: 9px 7px 0 0;	
}
.hearAboutLi input {
	width: 280px;
}
.otherRequestsLi textarea {
	width: 280px;
}




/***** Progress Payment *****/
#progressPay1 {
	margin-bottom: 60px;
}
.progPayTour {
	margin-bottom: 20px;
}
.progPayTour select {
	margin-top: 10px;
}





/***** Design Holiday *****/
.designHolidayLi textarea {
	height: 400px;
}




/***** Join Form *****/
.dobJLi select,
.stateJLi select {
	margin-top: 11px;
}
article #member_form .button,
article #checkout_form .button {
    margin: 0 auto 40px auto;
    width: 300px;
    line-height: 50px;
    font-size: 22px;
    display: block;
}
#travelHistory label {
	text-align: left;
	width: 100%;
}




/***** Team Members *****/
.teamMember {
	margin: 0 0 20px 0;
}
.teamMember img {
	float:left;
	max-width: 200px;
}
.teamMemberDesc {
	margin: 0 0 0 220px;
}






/***** Footer *****/
footer {
	clear: both;
}
#footerPromo {
	overflow: hidden;
}
#footerPromo .col1 {
	float: left;
	width: 48%;
}
#footerPromo .col2 {
	float: right;
	width: 48%;
}
#footerPromo .button {
	font-size: 22px;
	padding: 0 34px;
	line-height: 58px;
}
#footerNav li {
    margin: 0 40px 5px 0;
    float: left;
}
#footerSocial li {
    margin: 0;
}
#footerContent {
	overflow: hidden;
}
#footerContent .col1 {
	padding: 20px 0;
}
#footerContent .col2 {
	float: left;
	width: 48%;
}
#footerContent .col3 {
	float: right;
	width: 46%;
}
#footerLegals {
	overflow: hidden;
	font-size: 14px;
	padding: 20px 0 12px 0;
}
#footerLegals .col1 {
	float: left;
	width: auto;
	padding-top: 15px;
}
#footerLegals .col2 {
	float: left;
	width: auto;
	/*text-align: right;*/
	padding-top: 15px;
}
#footerSponsors {
	float: right;
	width: auto;
	overflow: hidden;
}
#footerSponsors li {
	float: right;
	margin: 0 0 0 20px;
}
