.booking-form
{
	float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 420px;
	font-size:12px;
}
.booking-form .tabs
{
	float:left;
	width:100%;
	border-bottom: #c5991c solid 3px;
	background:#374958;
}
.booking-form .tabs li
{
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	padding:7px 20px;
	margin-right:0px;
}
.booking-form .tabs li a{text-decoration:none; color:#000; }
.booking-form .tabs li.active, .booking-form .tabs li:hover,.booking-form .tabs li:hover a
{
	background:#c5991c;
	color:#ffffff;
	/*border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;*/
	cursor:pointer;
}
.booking-form .tab-content
{
	border: 1px solid #292929;
    border-radius: 0 0 5px 5px;
    display: none;
    padding: 15px 5px;
	float:left;
	border-top:none;
	background:rgba(0,0,0,0.7);
	min-height:267px;
}
.booking-form .tab-content .row
{
	float:left;
	width:100%;
}
.booking-form .tab-content .trip
{
	padding:0px 10px 10px;
}
.booking-form .tab-content .trip input[type='radio']
{
	margin:0 5px 0 0;
}
.booking-form .tab-content .trip label
{
	margin-right: 10px;
	color:#004784
}
.booking-form .tab-content .row .clm
{
	padding:5px 10px;
	float:left;
}
.booking-form .tab-content .row input[type="text"]
{
	padding:4px;
	width:93%;
	border:#cccccc solid 1px;
}
.booking-form .tab-content .row input[type="text"]:focus
{
	box-shadow:#a9e5ff 0 0 3px inset;
	-moz-box-shadow:#a9e5ff 0 0 3px inset;
	-o-box-shadow:#a9e5ff 0 0 3px inset;
	-webkit-box-shadow:#a9e5ff 0 0 3px inset;
	border:#5cb4db solid 1px;
}
.booking-form .tab-content .row select
{
	padding:4px;
	width:98%;
	border:#cccccc solid 1px;
}
label.category
{
	color:#006;
}
.booking-form .tab-content .row .clm label
{
	display:block;
	padding-bottom:5px;
	color:#A8A8A8;
}
.booking-form .tab-content .row.clm2 .clm
{
	width:44.80952380952381%;
}
.booking-form .tab-content .row.clm3 .clm
{
	width:27.713%;
}
.search-btn
{
	/*background:#F7A31F;*/
	border:#fff solid 2px;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin:20px 20px 0px 0px;
	color:#ffffff;
	text-transform:uppercase;
	padding:4px 15px;
	text-shadow:1px 1px 1px #555; -moz-text-shadow:1px 1px 1px #555; -ms-text-shadow:1px 1px 1px #555; -webkit-text-shadow:1px 1px 1px #555; -o-text-shadow:1px 1px 1px #555; 
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	background: #f6d420; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6d420 0%, #b28113 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6d420), color-stop(100%,#b28113)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6d420 0%,#b28113 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6d420 0%,#b28113 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6d420 0%,#b28113 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6d420 0%,#b28113 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d420', endColorstr='#b28113',GradientType=0 ); /* IE6-9 */

}
.search-btn:hover
{
	background: #b28113; /* Old browsers */
	background: -moz-linear-gradient(top,  #b28113 0%, #f6d420 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b28113), color-stop(100%,#f6d420)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b28113 0%,#f6d420 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b28113 0%,#f6d420 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b28113 0%,#f6d420 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b28113 0%,#f6d420 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28113', endColorstr='#f6d420',GradientType=0 ); /* IE6-9 */


}
.hidden-row
{
	display:none;
}
.booking-form .tab-content .row input[type="text"].disable {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #EFEFEF;
}
.img_holder1
{
	float:left;
	margin-right: 0px;
	text-align:center;
	position:relative;
	display:block;
}
.img_holder1 img.tag1
{
	position:absolute;
	right:0;
	top:35px;
	
}
.city_list1 li {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 5px 5px 5px 5px;
	border:1px solid #e6e6e6;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 17px;
    padding: 10px 11px 5px 12px;
    width: 16%;
	cursor:pointer;
	

}
.city_list1 li:hover
{
	/*background: none repeat scroll 0 0 #eaeaea;*/
	box-shadow:0px 0px 10px #dfdfdf;
	


}
.city_list1 li.last
{
	margin-right:0;
}
.city_list li .list_left1
{
	float:left;
	width:100%;
}
.city_list1 li .list_left1 a
{
	display:block;
}
.city_list1 li h3
{
	display:block;
	padding:5px 0 5px;
	color:#f7a31f;
	font-size:15px;	
}
.h3
{
	font-weight:bold;
	color:#13b9ec;
	font-size:18px;
}
.city_list1 li .inside_right1
{
	display:block;
	float:left;
}
.city_list1 li .inside_right1 ul
{
	display:block;
	height:17px;
}
.city_list1 li .inside_right1 ul li
{
	display:block;
	float:left;
	padding:0;
	height:15px;
	border:none;
	margin:0;
	width:auto;
}
.city_list1 li .inside_right1 strong
{
	display:block;
	font-size:11px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	font-weight:normal;
}
.city_list1 li .inside_right1 em
{
	font-size:11px;
	display:block;
	padding:3px 0;
	color:#919191;
}
.city_list1 li .inside_right1 strong
{
	color:#4792e6;	
	font-size:14px;
	font-weight:bold;
}
.city_list1 li .inside_right1 a
{
	font-weight:bold;
	padding:3px;
	display:block;
	text-align:left;
	color:#666;
	text-decoration:none;
	font-size:25px;
}

.city_list1 li .inside_right1 a label
{
	font-size:12px;
	display:inline;
	color:#0fc706;
}
