.cta-tours{
	background-color:#333;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	clear:both;
}
.cta-tours a{
	display:inline-block;
	margin-left:15px;
	background-color:#F7961D;
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	float:right;
	border-radius:4px;
	margin-bottom:15px;
}
.itinerary-details{
	background-color:#bbb;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	text-align:right;
}
.itinerary-details h3{
	color:#FFF;
	font-size:40px;
	padding-top:20px;
	text-shadow:3px 3px 3px #999;
}
.itinerary-details table{
	width:51.75%;
	float:right;
}
.itinerary-details table td{
	font-size:14px;
}
.itinerary-details table td.table-note, .tour-block table td.table-note{
	font-size:12px;
	padding-left:0px;
	padding-top:7px;
	padding-bottom:0px;
	border:0px !important;
}
.itinerary-details table td.table-note{
	background-color:#bbb;
}
.itinerary-details table th{
	font-size:17px;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:700 !important;
	text-align:left;
	width:50px;
}
.itinerary-details .modules4check{
	background-color:#bbb !important;
}
.itinerary-details .container{
	clear:both;
}
.itinerary-details .modules4check ul{
	text-align:left;
}
.itinerary-info{
	width:45%;
	float:left;
	padding-left:200px;
	font-size:16px;
}
.itinerary-info a{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:700 !important;
	text-decoration:underline;
	font-size:20px;
}
.tour-block{
	color:#FFF;
	background-color:#333;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:5px;
	margin-top:10px;
	min-height:338px;
}
.tour-block h2{
	border-bottom:1px solid #666;
}
.tour-block h3{
	color:#999;
	float:right;
}
.tour-block img{
	float:left;
	margin-right:15px;
	width:100%;
	height:auto;
	max-width:535px;
	margin-bottom:15px;
}
.tour-block table{
	width:590px;
}
.tour-block table, .tour-block table td, .tour-block table th, .itinerary-details table, .itinerary-details table td, .itinerary-details table th{
	border:0px;
}
.tour-block table td, .tour-block table th, .itinerary-details table td, .itinerary-details table th{
	border-bottom:1px solid #FFF;
}
.tour-block table th{
	font-size:15px;
	text-transform:uppercase;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:400 !important;
	text-align:left;
}
.tour-block table, .tour-block table td{
	font-size:14px;
}
.tour-block table strong{
	font-size:15px;
	color:#900;
}
.tour-block table td.table-note{
	background-color:#333;
	color:#fff;
}
@media only screen and (max-width: 1172px) {
	.itinerary-info{
		width:29%;
		padding-left:0px;
		text-align:left;
	}
	.itinerary-details table{
		width:70%;
	}
	.tour-block table{
		width:auto;
	}
}
@media only screen and (max-width: 600px) {
	.tour-block h2{
		margin-top:0px;
	}
	.tour-block h3{
		float:none;
		margin-bottom:0px;
	}
	.tour-block table{
		width:100%;
	}
	.itinerary-details table, .itinerary-info{
		width:100%;
		float:none;
		clear:both;
	}
	.itinerary-details table{
		margin-top:20px;
	}
}