/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
	vertical-align : baseline;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display : block;
}
	body {
	line-height : 1;
}
	ol, ul {
	list-style : none;
}
	blockquote, q {
	quotes : none;
}
	blockquote:before, blockquote:after, q:before, q:after {
	content : '';
	content : none;
}
	table {
	border-collapse : collapse;
	border-spacing : 0;
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.container:after {
	content : "\0020";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content : '\0020';
	display : block;
	overflow : hidden;
	visibility : hidden;
	width : 0;
	height : 0;
}
.row:after, .clearfix:after {
	clear : both;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear : both;
	display : block;
	overflow : hidden;
	visibility : hidden;
	width : 0;
	height : 0;
}
/* #Basic Styles
================================================== */
body {
	background: url(../images/bkg/bkg1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	overflow-y: scroll;
}
.left {
	float: left;
}
.right {
	float: right;
}
/** for reservation **/

.reservationWrap { padding: 0 15px 15px 15px; margin: 10px 0 15px; background: #C1C0BF; border: 1px solid #000; border-radius: 10px; margin-bottom: 15px; }
.reservationWrap fieldset { padding: 0; margin: 0; overflow: hidden; border: 0px; }
.reservationWrap legend { font-size: 16px; color: #000000; padding: 10px 0; margin: 0; height: 10px; display: block; font-weight: normal; font-family: Verdana, Geneva, sans-serif; font-size: 13px; font-weight: bold; }
.fieldBlock { overflow: hidden; padding: 15px 15px; height: 1%; background: #333333; border: 1px solid #666; border-radius: 10px; }
.reservationWrap p { padding: 4px 0; margin: 0; clear: both; color: #CCC; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.reservationWrap img { margin-top: 8px; }
.reservationWrap select.small { width: 50px; }
.reservationWrap select.medium { width: 100px; }
.reservationWrap p label, .reservationWrap p select { width: 170px; padding: 0 10px 0 0; float: left; margin: 0; text-align: right; color: #CCC; font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.reservationWrap p select { padding: 0; margin: 0 3px 0 0; text-align: left; color: #000; }
.reservationWrap p input { width: 200px; float: left; padding: 0; margin: 0; }
.reservationWrap p input[type="text"] { background: #CCC; border: 1px solid #FFF !important; padding: 3px 10px; color: #000; font-size: 12px; }
.reservationWrap p textarea { width: 330px; height: 100px; background: #ccc; border: 1px solid #fff; padding: 3px 10px; color: #000; font-size: 12px; resize: none; }
.reservationWrap input.checkBox { width: 13px; height: 13px; padding: 0; margin: 3px 3px 3px 0; }
.reservationWrap p em { padding: 0 0 0 190px; color: #cccccc }
.button { border-radius: 4px 4px 4px 4px; margin-top: 20px; }
.button {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 4px #000000;
    color: #FFFFFF !important;
    padding: 5px 15px;
}
.button:hover { background: #fff; padding: 5px 15px; border: 1px solid #000; color: #000 !important; box-shadow: 0px 0px 5px #000; cursor: pointer; }
.reservationWrap label.error { background: #d99183; border: 1px solid #a81d01; padding: 2px 10px !important; color: #360900; width: auto !important; float: right; }
select.error { background: #FFFFFF; border: #7f9db9 1px solid; padding: 0 !important; margin: 0 !important; }
.securityBox { width: 250px; margin-left: 179px; }
.mail-sent { color: #CCC; font-family: Verdana, Geneva, sans-serif; }
.mail-sent a { color: #930; font-family: Verdana, Geneva, sans-serif; text-decoration: none; }
.mail-sent a:hover { color: #CF6; font-family: Verdana, Geneva, sans-serif; text-decoration: underline; }
.btn { color: 000; }
#zoom-gallery { background: url(../images/header.png) no-repeat left; height: 200px; }
.p2p { margin-top: 5px; width: 680px; padding-bottom: 10px; }
.rates-top { padding-bottom: 40px; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #E5B27F; line-height: 18px; background: #121212; border: 1px solid #1D1D1D; padding: 0px 10px 20px 10px; overflow: hidden; }
.rates-wrapper { margin-top: 15px; }
.rates-wrapper .rates-info { background: #CCC; width: 62%; border-radius: 8px; padding: 10px; float: left; height: 110px; background: url(../images/rates-info-bg.jpg) no-repeat top center; }
.rates-wrapper .airport-special { background: #CCC; width: 62%; border-radius: 8px; padding: 10px; float: left; height: 100%; background: url(../images/rates-info-bg.jpg) no-repeat top center #dbd5d7; margin-bottom: 20px; }
.rates-wrapper .airport-special table { margin-bottom: 10px; }
table.2ndtble { margin: 0px !important; }
.rates-wrapper .airport-special table tr { background: #aeaeae; transition: ease-in 0.5s; }
.rates-wrapper .airport-special table tr:hover { background: #8d8d8d; }
.rates-wrapper .airport-special table td { color: #000; }
.rates-wrapper .airport-special table td.table-head { color: #ba3300; font-size: 16px; }
.rates-wrapper .airport-special table td.tble-head2 { color: #000; font-size: 14px; font-weight: bold; }
.rates-wrapper .rates-info h1 { font-family: Impact; font-size: 29px; margin: 0; color: #000; text-align: center; letter-spacing: 1px; font-weight: normal; text-transform: uppercase; cursor: default; }
.rates-wrapper .rates-info h2 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; margin: 0; margin-top: 10px; color: #800000; text-align: center; letter-spacing: 1px; font-weight: normal; text-transform: uppercase; cursor: default; }
.rates-wrapper .rates-info h2.airport { font-family: Arial, Helvetica, sans-serif; font-size: 16px; margin: 0; color: #800000; text-align: center; letter-spacing: 1px; font-weight: normal; text-transform: uppercase; cursor: default; }
.rates-wrapper .rates-info h3 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin: 0; margin-top: 10px; color: #000; text-align: center; letter-spacing: 1px; font-weight: normal; cursor: default; }
.rates-wrapper .rates-vehicle { background: #fff; float: right; width: 33%; /*height:130px;*/
border-radius: 15px; }
.rates-wrapper .rv2, .rates-wrapper .rv3 { margin-top: 15px; }
.leftcontent .rates_vehicle_left { border-radius: 15px 15px 15px 15px; padding: 2px; width: 227px; background: none repeat scroll 0 0 #FFFFFF; margin-bottom: 15px; }
.leftcontent .rates_vehicle_left img { border-radius: 15px 15px 15px 15px; }
.rates-wrapper .rates-vehicle img { width: 227px; /*height:126px;*/
border-radius: 15px; padding: 2px; }
.policy { margin-top: 10px; position: relative; background: #000000; padding: 10px; }
.policy h2 { }
.policy p { font-size: 12px; font-family: Verdana, Geneva, sans-serif; color: #C5B26D; line-height: 19px; border: 1px solid #1D1D1D; padding: 20px; background: #121212; }
.policy ul { border: 1px solid #1D1D1D; padding: 20px; background: #121212; }
.policy ul li { list-style: none; line-height: 19px; font-size: 12px; font-family: Verdana, Geneva, sans-serif; color: #C5B26D; }
/*.address { margin-top: 10px; color: #F90; font-family: Verdana, Geneva, sans-serif; font-size: 15px; border-top: 1px dotted #CCC; padding-top: 10px; padding-bottom: 10px; overflow: hidden; }
.address a { text-decoration: none; color: #F60; }
.address a:hover { color: #FC0; }
.address address { float: left; margin-left: 100px; }
.address span { float: left; }*/
.counter { float: left; margin-top: 5px; font-family: Verdana, Geneva, sans-serif; color: #fff; font-size: 12px; background: tranparent; width: 143px; margin-left: 700px; }
.counter img { margin-top: 1px; margin-left: 5px; }
/*---------------- FAQ'S PAGE ---------------*/
.rightcontent-faqs { margin: 0; padding: 0; /*float:right;*/
	/*width:73%;*/
padding-bottom: 20px; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; color: #E5B27F; }
.rightcontent-faqs h3 { font-size: 20px; margin-left: 40px; }
ul.faqs { padding: 0px; }
ul.faqs li { list-style: none; margin-bottom: 15px; padding: 10px; background: #121212; border: 1px solid #1D1D1D; margin-bottom: 15px; }
ul.faqs li p { }
ul.faqs li table tr td { font-size: 14px; font-family: Arial, Helvetica, sans-serif; border: none; padding: 5px 202px 5px 5px; color: #E5B27F; border: 1px solid #2C2C2C; background: #000; }
ul.faqs li p.question { font-weight: bold; color: #FFCC33; font-size: 16px; }
ul.faqs li p.ans { color: #E5B27F; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; }
ul.faqs li span { color: #E5B27F; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; }
/*------------------- Airport Rates -------------------*/
.tble-head td { background: none repeat scroll 0 0 #AEAEAE; color: #000000; font-size: 16px; font-weight: bold; }
.airport-rates-tble tr:nth-child(2n+1) { background: none repeat scroll 0 0 #BBBBBB; color: #000000; }
.airport-rates-tble tr:nth-child(2n) { background: none repeat scroll 0 0 #D4D4D4; color: #000000; }
.airport-rates-tble tr td { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.slider-wrapper { margin-bottom: 12px; }
.slider-wrapper1 { overflow: hidden; }
#tour-videos-gallery { padding: 30px 72px; margin: 20px 5px 0px 0px; background: #131313; border: 6px solid #181818; }
.package-deal ul { width: 27%; }
.package-deal img { xheight: 264px; margin-left: 5px; width: 600px; }
.contactmessages h1 { color: #A44500; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 17px; }
.contactmessages h1.error { color: red; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 17px; }
.contactmessages p { color: #000000; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 15px; }
.contact-info { color: #FFF; float: right; width: 365px; }

h5{font-family:Verdana, Geneva, sans-serif; font-size:20px; font-weight:bold; margin-bottom:15px;}
.welcome p{color:#656565; font-size:12px; line-height:17px;}
.why-block-content ul li{ margin-bottom:8px;}
.why-block-content img{float:left; margin-right:10px; border-radius:10px;}