/* SEARCH TRANSFER
==================================================================================*/
.transfer_search {
	width: 940px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.transfer_search h1 {
	color: #28b1a4;
	font-size: 18px;
	margin-bottom: 20px;
}

.transfer_search h2 {
	color: #28b1a4;
	font-size: 16px;
	margin: 16px 12px 26px;
}

.transfer_search input::-webkit-input-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.transfer_search input:-moz-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.transfer_search input::-moz-placeholder {
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.transfer_search input:-ms-input-placeholder {  
   color: #dbdad7 !important;
   font-size: 18px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.transfer_search input[type="text"] {
	background-image: url(../../images/destination_icon.png);
    background-position: 300px center;
    background-repeat: no-repeat;
	border: 1px solid #8e8e8e;
	width: 302px;
	height: 20px;
	padding: 8px 15px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-style: normal;
	color: #002a5c;
	vertical-align: top;
}

.transfer_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 270px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 68px 26px 8px;
}

.transfer_search input[type="button"]:hover {
	background: #002a5c;
}

.transfer_search input[type=text]:focus,
.transfer_search input[type=password]:focus {
	border-color: #002a5c !important;
}

.transfer_search #datepicker1,
.transfer_search #datepicker2 {
	width: 108px;
}

.transfer_search .ui-datepicker-trigger {
    margin-left: 8px;
	margin-top: 0px;
    cursor: pointer;
}

.transfer_search form {
	background: #e9e9e9;
	background:
		linear-gradient(135deg, transparent 10px, #FFF 0) top left,
		linear-gradient(225deg, transparent 10px, #FFF 0) top right,
		linear-gradient(315deg, transparent 10px, #FFF 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #FFF 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	margin: 0;
	width: 924px !important;
	padding: 21px 8px 22px 8px;
}

.transfer_search form fieldset {
	position: relative !important;
}

.transfer_search form .grid_6 {
	width: 50% !important;
	margin: 0 0 30px 0;
	padding: 0;
}

.transfer_search form .grid_2,
.transfer_search form .grid_3,
.transfer_search form .grid_7 {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
}
.transfer_search form .grid_2 {
	width: 191px;
}
.transfer_search form .grid_3 {
	width: 202px;
}
.transfer_search form .grid_7 {
	width: 531px;
}

.transfer_search form label {
	font-weight: bold;
	color: #393939;
	font-size: 16px;
	display: inline-block;
	margin: 0 0 0 12px;
	padding: 0;
	line-height: 42px;
}

.transfer_search form label.first {
	width: 66px;
}

.transfer_search form label.second {
	width: 78px;
	text-align: right;
	padding-right: 27px;
}

.transfer_search form label span {
	font-size: 12px;
}

.transfer_search form fieldset {
	position: relative;
}

.transfer_search form .trip {
	display: block;
	position: absolute;
	top: 37px;
	right: 249px;
}

.trip_box {
	display: none;
}

.transfer_search form .trip label {
	font-size: 14px;
	margin-left: 0px !important;
}

.top {
	margin-top: 15px !important;
}

.transfer_search fieldset .top .chosen-container {
	width: 129px !important;
	margin-top: -5px !important;
	margin-left: 25px;
}

.transfer_search fieldset .top .chosen-container-single .chosen-single {
    font-weight: normal;
}

.border {
	border-bottom: 1px solid #e2e2e2;
}

.remove {
	background: url(../../images/remove_out.png) no-repeat center right;
	color: #e60010;
	font-size: 11px;
	text-decoration: none;
	padding-right: 22px;
	line-height: 27px;
	position: absolute;
	right: 0;
	top: 10px;
}
.remove:hover {
	background: url(../../images/remove_over.png) no-repeat center right;
	color: #000;
}

.add {
	background: url(../../images/add_out.png) no-repeat center left;
	color: #28b1a4;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
	margin: 16px 12px 42px 12px;
	display: inline-block;

}
.add:hover {
	background: url(../../images/add_over.png) no-repeat center left;
	color: #002a5c;
}

.additional {
	text-align: center;
	border-top: 1px dashed #cdcccc;
	border-bottom: 1px dashed #cdcccc;
	padding: 15px 0;
}

.additional #objA2,
.additional .group_2_a_out {
	color: #002a5c;
	font-weight: bold;
	font-size: 16px;
	background: url(../../images/add_arrow_out.png) no-repeat center right;
	padding-right: 35px;
	text-decoration: none;
}

.additional #objA2.group_2_a_over {
	background: url(../../images/add_arrow_over.png) no-repeat center right;
}

.additional #objDIV2 {
	display: none;
	width: 924px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.additional input[type=radio] + label {
    background: url(../../images/radio_out.png) no-repeat left center;
	height: 20px;
	width: 20px;
	display:block;
	cursor:pointer;
	float: left;
	margin-right: 5px !important;
}
.additional input[type=radio]:checked + label {
    background: url(../../images/radio_over.png) no-repeat left center;
}

a.jqTransformCheckbox {
	background: transparent url(../../images/form-elements.png) no-repeat -10px -50px;
	vertical-align: middle;
	height: 18px;
	width: 21px;
	display: inline-block;
	/* display: -moz-inline-block; */
	position: relative;
	bottom: 0px;
	margin-right: 5px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformCheckbox.jqTransformChecked {
	background-position: -9px -75px;
}
a.jqTransformChecked { background-position: -10px -4px;}


input[type=checkbox],
input[type=radio]{
	display: none;
}

.jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -9px -27px transparent;
    vertical-align: middle;
    height: 20px;
    width: 20px;
	display: inline-block;
	margin-top: 15px;
	margin-left: -10px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformChecked {
    background-position: -9px -2px;
}

.small .jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -12px -126px transparent;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    display: block;
}

.small a.jqTransformChecked {
    background-position: -12px -105px;
}

.additional .grid_5,
.additional .grid_4,
.additional .grid_3 {
	display: inline-block;
	padding: 0;
	margin: 20px 0px 10px 0px !important;
	min-height: 226px
}

.additional .grid_5 {
	width: 478px !important;
}
.additional .grid_4,
.additional .grid_3 {
	width: 222px !important;
	border-left: 1px solid #e2e2e2;
}

.additional h3 {
	color: #393939;
	font-weight: bold;
	margin: 9px 7px 19px 7px;
	display: block;
	font-size: 16px;
}

.additional .grid_4 h3,
.additional .grid_3 h3 {
	margin: 9px 40px 19px 40px;
}

.additional .grid_5 ul {
	display: inline-block;
	margin: 0px 7px 0px -7px;
	padding: 0;
	list-style: none;
	width: 469px;
}

.additional .grid_5 ul li {
	display: inline-block;
	width: 47%;
	color: #002a5c;
	font-size: 13px;
	padding-bottom: 5px;
	float: left;
}

.additional .grid_4 ul,
.additional .grid_3 ul {
	display: inline-block;
	margin: 0px 7px 0px 27px;
	padding: 0;
	list-style: none;
	width: 134px;
}

.additional .grid_4 ul li,
.additional .grid_3 ul li {
	display: block;
	color: #002a5c;
	font-size: 13px;
	padding-bottom: 5px;
}

ul li .stars {
	background: url(../../images/stars.png) no-repeat left top;
	display: inline-block;
	height: 13px;
	margin-left: 5px;
}

/*-------- Hotel Search --------*/
.transfer_search fieldset .chosen-container {
    font-size: 14px;
	width: 69px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.transfer_search fieldset .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_select.png) no-repeat scroll right center transparent;
    background-size:30px 30px!important;
}

.transfer_search fieldset .chosen-container-single .chosen-single div {
    width: 30px;
}

.transfer_search fieldset .chosen-container-single .chosen-single {
    height: 40px;
    border: 1px solid #8e8e8e;
	color: #002a5c;
    line-height: 39px;
	font-weight: bold;
}

.transfer_search fieldset .chosen-single.chosen-default {
	color: #dbdad7 !important;
}

.transfer_search fieldset .chosen-container .chosen-results li {
	font-size: 12px;
}

/* SEARCH RESULTS
==================================================================================*/


.inside_search h1 {
	background: #28b1a4;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	line-height: 36px;
	border-bottom: 1px solid #a93003;
}

.inside_search h1 img {
	vertical-align: middle;
}

.inside_search .container {
	border: 1px solid #e0e0e0;
	border-top: 0;
	background: #fff;
	padding: 0 5px 6px 6px;
}

.inside_search .container form fieldset {
	display: block;
	padding: 0px;
	font-size: 11px;
	color: #393939;
}

.inside_search .container fieldset p {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 5px 5px 0px 0px !important;
	padding-bottom: 10px !important;
}

.inside_search .container fieldset p span {
	float: left;
	display: inline-block;
	margin-top: -14px !important;
	margin-right: 5px !important;
	margin-left: 10px;
}
.inside_search .container fieldset p label {
	float: left;
	display: inline-block !important;
    margin-top: 0px !important;
    font-weight: normal !important;
	font-size: 11px !important;
}

.inside_search label {
    margin-top: 7px;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.inside_search input {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #28b1a4;
    font-size: 12px;
    padding: 5px 10px;
    width: 186px;
    margin: 5px 0px 0px;
}

.inside_search #datepicker1,
.inside_search #datepicker2 {
    width: 70px;
}

.inside_search #datepicker2 {
	margin-bottom: 20px;
}

.inside_search fieldset .chosen-container {
    font-size: 12px;
	width: 71px !important;
	margin: -2px 0 0 2px;
}

.inside_search fieldset .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_select_small.png) no-repeat scroll right center transparent;
    background-size:19px 19px!important;
}

.inside_search fieldset .chosen-container-single .chosen-single div {
    width: 19px;
}

.inside_search fieldset .chosen-container-single .chosen-single {
    height: 27px;
    border: 1px solid #e0e0e0;
	color: #28b1a4;
    line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

.inside_search fieldset .chosen-single.chosen-default {
	color: #28b1a4 !important;
	font-weight: normal !important;
	font-style: normal;
}

.inside_search fieldset .chosen-container .chosen-results li {
	font-size: 12px;
	color: #28b1a4 !important;
}

.inside_search fieldset .chosen-container .chosen-drop {
  border: 1px solid #e0e0e0;
}

.inside_search fieldset .chosen-container .chosen-results li.highlighted {
	background: #f1f1f1;
	color: #28b1a4;
}

.inside_search fieldset h2 {
	color: #28b1a4;
	font-size: 14px;
	margin: 10px 0 5px;
	padding: 0;
}

.inside_search .box {
	display: inline-block;
	margin-bottom: 12px;
	width: 47%;
	margin-right: 5px;
}

.inside_search .box.first {
    width: 26%;
}
.inside_search .box.third {
	width: auto;
    min-width: 47%;
	max-width: 100%;
}
.inside_search .box label {
    margin-top: 7px !important;
    font-weight: bold !important;
    display: block !important;
    font-size: 14px !important;
}

.inside_search fieldset.border .box .chosen-container {
	width: 42px !important;
	margin: 5px 0 0 0;
}

.inside_search fieldset .box .chosen-container {
	width: 47px !important;
	margin: 5px 0 0 0;
}

.inside_search .box p {
	margin-top: 10px !important;
}

.inside_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	 
}
.inside_search input[type="button"]:hover {
	background: #002a5c;
}

/* SEARCH RESULTS
	Filters
==================================================================================*/
.filters {
    margin: 20px 0px 0px;
    padding: 0px;
}

.filters h1 {
    background: none repeat scroll 0% 0% #002a5c;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 36px;
    border-bottom: 1px solid #002a5c;
    font-weight: bold;
}

.sideblock {
	padding:0px;
	margin-bottom: 5px;
	background: #fff;
	border: 2px dotted #ccc;
}

.sideblock .sidehead {
	padding: 8px 2px 0px ;
}

.sideinsider {
	padding: 10px 10px;
	display: none;
}

.sideblock h2 {
	color:#393939;
	font-size:16px;
	margin: 0;
	padding-bottom: 10px;
	font-weight:bold;
	background: url(../../images/sidetog.png) no-repeat 187px -60px transparent;
	cursor:pointer;
	border-bottom: 1px solid #e2e2e2;
}

.sideblock h2.togled {
	background-position: 187px 0px;
}

.sideblock h2 span {
	color:#6a6a6a;
	font-size:12px;	
	float: right;
	font-weight:normal;
}

.sideblock .ranger-tittle {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	display: inline-block;
}

.sideblock .right {
	float: right;
	text-align: right;
}

.sideblock .center {
	float: none;
	text-align: center;
}

.sideblock .ranger {
	border: 0 !important;
	background: transparent !important;
	width: 68px !important;
	display: inline-block;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
	color: #002a5c !important;
	font-size: 14px !important;
	font-weight: bold;
}

.sideblock .ui-slider-horizontal {
    height: 6px !important;
}

.sideblock .ui-corner-all,
.sideblock .ui-corner-bottom,
.sideblock .ui-corner-right,
.sideblock .ui-corner-br {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-bottom,
.sideblock .ui-corner-left,
.sideblock .ui-corner-bl {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-top,
.sideblock .ui-corner-right,
.sideblock .ui-corner-tr {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sideblock .ui-corner-all,
.sideblock .ui-corner-top,
.sideblock .ui-corner-left,
.sideblock .ui-corner-tl {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.sideblock .ui-widget-header {
    background: none repeat scroll 0% 0% #fff !important;
}

.sideblock .ui-state-default,
.sideblock .ui-widget-content .ui-state-default,
.sideblock .ui-widget-header .ui-state-default {
    background: #002a5c !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	cursor: pointer;
	width: 15px !important;
	height: 15px !important;
}

.sideblock .ui-state-active,
.sideblock .ui-widget-content .ui-state-active,
.sideblock .ui-widget-header .ui-state-active {
	border: 0 !important;
	background: #28b1a4 !important;
	color: #fff !important;
}

.sideblock .ui-state-default:hover,
.sideblock .ui-widget-content .ui-state-default:hover,
.sideblock .ui-widget-header .ui-state-default:hover {
	border: 0 !important;
	background: #28b1a4 !important;
	color: #fff !important;
}

.sideblock #slider-range1,
.sideblock #slider-range6,
.sideblock #slider-range7 {
	width: 190px !important;
	margin-left: 10px;
}

.sideblock #slider-range2,
.sideblock #slider-range3,
.sideblock #slider-range4,
.sideblock #slider-range5 {
	width: 180px !important;
	margin-left: 10px;
}

.sideblock .sideinsider h3 {
	background: url(../../images/arrow_bg.png) no-repeat left center #fff;
	color: #002a5c;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 20px;
	margin-top: 10px;
}

.sideblock .sideinsider h3:first-child {
	margin-top: 0;
}



.transfer-results {
    display: block;
    width: 700px;
}

.transfer-result {
    display: table;
    width: 696px;
    margin-bottom: 33px;
	margin-top: 13px;
    border: 3px solid #ccc;
    border-radius:  3px;
    position: relative;
    background: #fff;
}

.transfer-result h1 {
    background: #002a5c;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
	padding-left: 18px;
}

.transfer-result .price {
    background: url(../../images/price_bg_new.png) no-repeat scroll left bottom transparent;
    position: absolute;
    display: block;
    top: -11px;
    right: 0px;
}

.transfer-result .price .price_bg {
    background: #28b1a4;
	box-shadow: 0px 1px 10px #FFF;
	border-radius:  20px 0 20px 0;
	font-size: 28px;
	color: #fff;
	padding: 3px 8px;
	margin-left: 20px;
}

.transfer-result .price p {
    font-size: 11px;
    color: #FFF;
}

.transfer-result .price h2 {
    font-size: 30px;
    color: #FFF;
    padding: 9 0px 5px 0;
}

.transfer-result .transfer-box {
	width: 696px;
	display: table;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

.transfer-result .transfer-box .photo,
.transfer-result .transfer-box .details {
	display: inline-block;
	float: left;
}

.transfer-result .transfer-box .details p {
	font-size: 15px;
	padding-left: 27px;
	color: #393939;
	line-height: 24px;
}

.transfer-result .transfer-box .details .location {
	color: #28b1a4;
	margin-top: 19px;
	background: url(../../images/location.png) no-repeat left center;
}

.transfer-result .transfer-box .details .distance {
	background: url(../../images/distance.png) no-repeat left center;
}

.transfer-result .transfer-box .details .time {
	background: url(../../images/time.png) no-repeat left center;
}

.transfer-result .description {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px dashed #ccc;
}

.transfer-result .book {
    width: 696px;
    display: table;
}

.transfer-result .book a {
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	display: inline-block;
	margin: 10px;
	padding: 5px 20px;
	text-decoration: none;
}

.transfer-result .book a:hover {
	background: #002a5c;
}

.inside_search .container h2 span {
    color: #28b1a4;
}

.inside_search .container .cost {
	border-top: 1px solid #e2e2e2;
	margin-top: 5px;
	padding-top: 5px;
	list-style: none;
	width: 100%;
}
.inside_search .container .cost li {
	margin-bottom: 8px;
	font-size: 12px;
}
.inside_search .container .cost li span {
	float: right;
	vertical-align: middle;
	color: #002a5c;
	font-weight: bold;
}
.inside_search .container .cost li span.include {
	font-weight: normal;
}

.inside_search .container .total {
	background: #002a5c;
	position: relative;
	width: 208px;
	margin-left: -5px;
	margin-bottom: -5px;
	color: #fff;
	font-size: 16px;
	padding: 8px 5px;
}

.inside_search .container .total span {
	float: right;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -4px;
}

.guest .transfer-result {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.guest .transfer-result .description {
	border-bottom: 0 !important;
}

.wrapper .grid_9 .guest_details {
	width: 696px;
	border: 1px solid #e2e2e2;
	padding: 1px;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

.wrapper .grid_9 .guest_details h1 {
	color: #fff;
	font-size: 16px;
	background: #002a5c;
	padding: 10px 20px;
}

.wrapper .grid_9 .guest_details {
	width: 696px;
	border: 1px solid #e2e2e2;
	padding: 1px;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

.wrapper .grid_9 .guest_details h1 {
	color: #fff;
	font-size: 16px;
	background: #002a5c;
	padding: 10px 20px;
}
.wrapper .grid_9 .guest_details h1 span {
	font-weight: normal;
}

.wrapper .grid_9 .guest_details h1 .details {
	float: right;
	font-size: 12px;
	font-style: italic;
	margin-top: 2px;
}

/* .wrapper .grid_9 .guest_details { */
/* 	margin: 15px 20px; */
/* 	width: 656px; */
/* 	display: block; */
/* } */

.wrapper .grid_9 .guest_details h2 {
	border-bottom: 1px solid #e2e2e2;
	color: #28b1a4;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wrapper .grid_9 .guest_details .require {
	font-size: 11px;
	color: #161414;
	font-style: italic;
	margin: 4px 0 !important;
	float: right;
	font-weight: normal;
}

.wrapper .grid_9 .guest_details .require.alone {
	margin: -7px 0 4px 0px !important;
}


.wrapper .grid_9 .guest_details fieldset {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
}

.wrapper .grid_9 .guest_details fieldset:nth-child(5n+1),
.wrapper .grid_9 .guest_details fieldset:nth-child(11) {
	margin-right: 0px;
}

.wrapper .grid_9 .guest_details fieldset h3 {
	display: block;
	color: #393939;
	font-size: 14px;
	margin-bottom: 5px;
}

.wrapper .grid_9 .guest_details fieldset .jqTransformRadio {
	width: 31px;
	height: 33px;
	display:inline-block;
	cursor:pointer;
	float: left;
	margin: 0;
	padding: 0;
}

.wrapper .grid_9 .guest_details fieldset .male .jqTransformRadio {
	background: url(../../images/male_out.png) no-repeat left center !important;
}

.wrapper .grid_9 .guest_details fieldset .male a.jqTransformChecked {
	background: url(../../images/male_over.png) no-repeat left center !important;
}

.wrapper .grid_9 .guest_details fieldset .female .jqTransformRadio {
	background: url(../../images/female_out.png) no-repeat left center !important;
}

.wrapper .grid_9 .guest_details fieldset .female a.jqTransformChecked {
	background: url(../../images/female_over.png) no-repeat left center !important;
}

.wrapper .grid_9 .guest_details fieldset input[type=text] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #8e8e8e;
	height: 24px;
	width: 122px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #002a5c;
}

.wrapper .grid_9 .guest_details fieldset .post {
	width: 80px !important;
}

.wrapper .grid_9 .guest_details fieldset .phone {
	width: 98px !important;
}

.wrapper .grid_9 .guest_details fieldset input::-webkit-input-placeholder {
   color: #bdbab4 !important;
   font-size: 13px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details fieldset input:-moz-placeholder {
   color: #bdbab4 !important;
   font-size: 13px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details fieldset input::-moz-placeholder {
   color: #bdbab4 !important;
   font-size: 13px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details fieldset input:-ms-input-placeholder {  
   color: #bdbab4 !important;
   font-size: 13px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details .boxes {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-top: -5px !important;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.wrapper .grid_9 .guest_details .boxes.noborder {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.wrapper .grid_9 .guest_details .fields {
	border-bottom: 1px solid #e2e2e2;
}

.wrapper .grid_9 .guest_details .fields h5 {
	margin: 15px 0;
	font-size: 14px;
}

.wrapper .grid_9 .guest_details .check_details {
	display: inline-block;
	width: 302px;
	font-size: 12px;
	min-height: 110px;
	border-bottom: 1px solid #e2e2e2;
}

.wrapper .grid_9 .guest_details .check_details p {
	margin-bottom: 8px;
}

.wrapper .grid_9 .guest_details .check_details span {
	color: #28b1a4;
}

.wrapper .grid_9 .guest_details .check_details h2 span {
	font-size: 12px;
	margin-left: 10px;
}

.wrapper .grid_9 .guest_details .check_details:nth-child(2n+1) {
	float: right;
}

.wrapper .grid_9 .guest_details .check_details:nth-child(6),
.wrapper .grid_9 .guest_details .check_details:nth-child(7) {
	min-height: 40px;
	border-bottom: 0px solid transparent;
}

.wrapper .grid_9 .guest_details .check_details:nth-child(6) h2,
.wrapper .grid_9 .guest_details .check_details:nth-child(7) h2 {
	border-bottom: 0px solid transparent;
	margin: 15px 0 0 0;
}

.wrapper .grid_9 .guest_details .check_details h2 {
	color: black;
	font-size: 15px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin: 15px 0px;
}

.wrapper .grid_9 .guest_details .small_box {
	display: inline-block;
	width: 165px;
	color: black;
	line-height: 36px !important;
}

.wrapper .grid_9 .guest_details .small_box h4 {
	font-size: 15px;
}

.wrapper .grid_9 .guest_details .small_box h3 {
	font-size: 24px;
	text-align: right;
}

.wrapper .grid_9 .guest_details .large_box {
	display: inline-block;
	width: 318px;
	text-align: center;
}


.wrapper .grid_9 .guest_details .tabs {
	list-style: none;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	height: 32px;
}

.wrapper .grid_9 .guest_details .tabs label,
.wrapper .grid_9 .guest_details .radio label {
	cursor:pointer;
	float: left;
	padding-left: 30px;
	margin-right: 20px;
	line-height: 20px;
	color: #393939;
	font-size: 14px;
	font-weight: bold;
}

.wrapper .grid_9 .guest_details .tabs .jqTransformRadio,
.wrapper .grid_9 .guest_details .radio .jqTransformRadio {
    vertical-align: middle;
    height: 20px;
    width: 20px;
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: -20px;
	transition: none;
	-webkit-transition: none;
}

.wrapper .grid_9 .guest_details .tab-content {
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 13px;
	text-align: left;
}

.wrapper .grid_9 .guest_details .tab-content p {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: left;
}

.wrapper .grid_9 .guest_details .tab-content .radio {
	display: block;
	width: 100%;
	margin: 30px 0 50px 0;
}

.wrapper .grid_9 .guest_details #tab-2 {
	display: none;
}

.wrapper .grid_9 .guest_details .terms {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
}

.wrapper .grid_9 .guest_details .terms a {
	color: #393939;
}

.wrapper .grid_9 .guest_details .terms a:hover {
	color: #28b1a4;
}

a.guest_book {
	background: #28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: -5px 0 0 0;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
}

a.guest_book:hover {
	background: #002a5c;
}

.guest_details fieldset .chosen-container {
    font-size: 13px;
	width: 111px !important;
	margin: 5px 0 0 0;
	text-align: left;
}

.guest_details fieldset .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_passenger.png) no-repeat scroll right center transparent;
    background-size:25px 21px!important;
}

.guest_details fieldset .chosen-container-single .chosen-single div {
    width: 25px;
}

.guest_details fieldset .chosen-container-single .chosen-single {
    height: 27px;
    border: 1px solid #8e8e8e;
	color: #002a5c;
    line-height: 26px;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.guest_details fieldset .chosen-single.chosen-default {
	color: #dbdad7 !important;
}

.guest_details fieldset .chosen-container .chosen-results li {
	font-size: 12px;
}

.wrapper .grid_9 .guest_details .boxes h4 {
    font-size: 14px;
	color: black;
}

.wrapper .grid_9 .guest_details .boxes .item input[type=text] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #8e8e8e;
	height: 38px;
	width: 218px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #002a5c;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.wrapper .grid_9 .guest_details .boxes .item #datepicker1,
.wrapper .grid_9 .guest_details .boxes .item #datepicker2 {
	width: 123px;
}

.wrapper .grid_9 .guest_details .boxes .item.row input {
	width: 90%;
}

.wrapper .grid_9 .guest_details .boxes .item .ui-datepicker-trigger {
    margin-left: -5px;
	margin-top: 12px;
}

.wrapper .grid_9 .guest_details .boxes .item input::-webkit-input-placeholder {
   color: #bdbab4 !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details .boxes .item input:-moz-placeholder {
   color: #bdbab4 !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details .boxes .item input::-moz-placeholder {
   color: #bdbab4 !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details .boxes .item input:-ms-input-placeholder {  
   color: #bdbab4 !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.wrapper .grid_9 .guest_details .boxes .item.row {
	display: inline-block;
	float: left;
}

.wrapper .grid_9 .guest_details .boxes .item.date {
	width: 200px;
}

.wrapper .grid_9 .guest_details .boxes .item.time {
	width: 143px;
}

.wrapper .grid_9 .guest_details .boxes .item.air {
	width: 144px;
	margin-right: 25px;
}

.wrapper .grid_9 .guest_details .boxes .item.number {
	width: 144px;
}

.wrapper .grid_9 .guest_details .boxes .item.row h4 {
	margin-top: 10px;
}

.wrapper .grid_9 .guest_details .boxes label {
	font-weight: bold;
	color: black;
	width: 110px;
	display: inline-block;
	margin-right: 20px;
}

.wrapper .grid_9 .guest_details .boxes input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #8e8e8e;
	height: 38px;
	width: 418px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #002a5c;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.guest_details .item.row .chosen-container {
    font-size: 14px;
	width: 119px !important;
	height: 38px;
	margin: 10px 0 0 0;
	text-align: left;
}

.guest_details .item.row .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_passenger.png) no-repeat scroll right center transparent;
    background-size:25px 21px!important;
}

.guest_details .item.row .chosen-container-single .chosen-single div {
    width: 25px;
}

.guest_details .item.row .chosen-container-single .chosen-single {
    height: 42px;
    border: 1px solid #8e8e8e;
	color: #002a5c;
    line-height: 41px;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.guest_details .item.row .chosen-single.chosen-default {
	color: #dbdad7 !important;
}

.guest_details .item.row .chosen-container .chosen-results li {
	font-size: 12px;
}


.transfer-result .check_details {
    border-bottom: 1px solid #E2E2E2;
    display: inline-table;
    font-size: 12px;
    min-height: 110px;
    width: 302px;
}

.transfer-result .check_details h2 {
    border-bottom: 1px solid #E2E2E2;
    color: #002A5C;
    font-size: 14px;
    margin: 14px 0;
    padding-bottom: 10px;
}

.transfer-result .check_details p {
    margin-bottom: 8px;
}

.transfer-result .check_details span {
    color: #28B1A4;
}

/*--------------------- Content - Pages ---------------------*/
.pager {
	width: 700px;
	background: #fff;
	text-align: center;
	position: relative;
}

.pager ul {
	list-style: none;
	display: inline-block;
	padding: 10px;
	margin-left: 50px;
    margin-right: 50px;
}

.pager ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #002a5c;
}

.pager ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #002a5c;
	text-decoration: none;
	padding: 5px;
}

.pager ul li a:hover,
.pager ul li a.active {
	color: #28b1a4;
}

.pager ul li a.prev,
.pager ul li a.next {
	position: absolute;
	top: 6px;
	font-weight: normal;
}

.pager ul li a.prev {
	left: 10px;
	background: url(../../images/prev.png) no-repeat center left;
	padding-left: 20px;
}
.pager ul li a.next {
	right: 10px;
	background: url(../../images/next.png) no-repeat center right;
	padding-right: 20px;
}

.pager ul li a.prev:hover {
	background: url(../../images/prev_over.png) no-repeat center left;
}
.pager ul li a.next:hover {
	background: url(../../images/next_over.png) no-repeat center right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .transfer-result .price {
		top: -15px;
		right: -2px;
	}

	::i-block-chrome, .transfer_search input::-webkit-input-placeholder {
		font-size: 15px !important;
	}

	.transfer-result .price {right: -2px;}
}

@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {
	.transfer-result .price {top: -13px;}
}