\/* SEARCH HOTELS
==================================================================================*/
.hotel_search {
	width: 940px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

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

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

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

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

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

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

.hotel_search input[type="text"] {
	border: 1px solid #8e8e8e;
	width: 240px;
	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;
}

.hotel_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: 30px 26px 8px 26px;
}

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

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

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

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

.hotel_search form {
	background: #fff;
	margin: 0;
	width: 924px !important;
	padding: 21px 8px 22px 8px;
}

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

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

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

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

.hotel_search form label.first {
	width: 143px;
}

.hotel_search form label.second {
	width: 157px;
}

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

.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;
}

a.jqTransformCheckbox {
   background: transparent url(../../images/form-elements.png) no-repeat -10px -52px;
   vertical-align: middle;
   height: 18px;
   width: 21px;
   display: 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;
}


.noClicked{
	background: url(../../images/check_out.png) no-repeat right top;
	height: 18px;
	width: 22px;
	display:block;
	cursor:pointer;
	float: left;
	margin-right: 5px;
}

.clicked{
	background: url(../../images/check_over.png) no-repeat right top;
	height: 18px;
	width: 22px;
	display:block;
	cursor:pointer;
	float: left;
	margin-right: 5px;
}


.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: inline-block;
	color: #002a5c;
	font-size: 13px;
	padding-bottom: 5px;
	width:100%
}

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

/* SEARCH RESULTS
==================================================================================*/
/*--------------------- Search ---------------------*/
.inside_search {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.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: 5px;
}

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

.inside_search .container fieldset {
	display: block;
	padding: 0;
	font-size: 11px;
	color: #393939;
	padding-bottom: 10px;
	position: relative !important;
}

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

.inside_search .container label span {
	font-weight: normal;
	font-size: 12px;
}

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

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

.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;
	margin: 10px 0 -10px 0;
}
.inside_search input[type="button"]:hover {
	background: #002a5c;
}

.inside_search input::-webkit-input-placeholder,
.filters input::-webkit-input-placeholder {
   color: #b4b4b4 !important;
   font-size: 12px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.inside_search input:-moz-placeholder,
.filters input:-moz-placeholder {
   color: #b4b4b4 !important;
   font-size: 12px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.inside_search input::-moz-placeholder,
.filters input::-moz-placeholder {
   color: #b4b4b4 !important;
   font-size: 12px !important;
   font-style: italic !important;
   font-weight: normal !important;
}

.inside_search input:-ms-input-placeholder,
.filters input:-ms-input-placeholder {  
   color: #b4b4b4 !important;
   font-size: 12px !important;
   font-style: italic !important;
   font-weight: normal !important;
}


.inside_search .ui-datepicker-trigger {
    margin-left: 5px !important;
	margin-top: -3px !important;
}

.inside_search fieldset h3 {
	color: #28b1a4;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.inside_search .box {
	margin: 5px 0 0 0;
	padding: 0;
	display: inline-block;
}

.inside_search .box.first {
	width: 80px;
}
.inside_search .box.second {
	width: 100px;
	margin-left: 7px;
}
.inside_search .box.third {
	display: block;
	margin-top: 12px;
}

.inside_search .selected_time {
	font-weight: normal !important;
	font-style: normal !important;
	color: #28b1a4 !important;
	font-size: 12px !important;
}

.inside_search .remove {
	font-size: 10px;
	top: 7px;
	right: 0px;
}

.inside_search .add {
	line-height: 30px;
	margin: 3px 0 -4px 0;
	float: right;
	font-size: 12px;
}

.ui-autocomplete a{
	width: 404px!important;
}
/*--------------------- Filters ---------------------*/
.filters {
	margin: 20px 0 0 0;
	padding: 0;
}

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

.sideblock {
	padding:0px;
	margin-bottom: 5px;
	background: #efefef;
}

.sideblock .sidehead {
	padding: 10px 7px 0 7px;
}

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

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

.sideblock h2.togled {
	background-position: 192px 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-range8 {
	width: 190px !important;
	margin-left: 10px;
}

.sideblock #fromDistance,
.sideblock #toDistance {
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #002a5c;
	font-weight: bold;
	display: inline-block;
	width: 45px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
}

.sideblock ul li {
	display: block;
	height: 25px;
}

.sideblock ul li span.available {
	font-weight: normal;
	font-size: 12px;
	float: right;
}

.sideinsider p {
	margin-top: 10px;
	width: 100%;
	display: block !important;
}

.sideinsider p:first-child {
	margin-top: 5px;
}

.volume {
	color: #002a5c;
	font-weight: bold;
}

/*--------------------- Content - number of results ---------------------*/
.results {
	width: 700px;
	color: #275a91;
	font-size: 16px;
	font-weight: bold;
}

/*--------------------- Content - Map ---------------------*/
.map_area {
	width: 700px;
	margin-bottom: 20px;
	position: relative;
	text-align: right;
}

.map_area .map_hide,
.map_area .map_show {
	color: #557da8;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
}

.map_area .map_show {
	display: none;
}

.map_area .map_hide:hover,
.map_area .map_show:hover  {
	color: #28b1a4;
}

.map_area #map {
	display: block;
	margin-top: 5px;
	width: 696px;
	height: 185px;
	text-align: left;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
}

.map_area #map .map_frame {
	position: absolute;
	top: 0;
	padding: 0;
	width: 696px;
	height: 400px;
	z-index: 1;
}

.map_area #map .full_map,
.map_area #map .small_map {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fffefc;
	background: #28b1a4;
	text-decoration: none;

	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 7px;

	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 10px;
}

.map_area #map .small_map {
	display: none;
}

.map_area #map .full_map:hover,
.map_area #map .small_map:hover {
	background: #002a5c;
}

/*--------------------- Content - Toolbar ---------------------*/
.toolbar {
	width: 700px;
	border-bottom: 1px solid #e2e2e2;
	margin: -5px 0 40px 0;
	padding: 0;
	line-height: 0;
}

.toolbar h3 {
	color: #002a5c;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 0 20px 0 0;
	line-height: 30px;
	padding: 0;
	vertical-align: top;
}

.toolbar ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.toolbar ul li {
	float: left;
	border-left: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.toolbar ul li a {
	text-decoration: none;
	display: inline-block;
	color: #28b1a4;
	font-size: 13px;
	line-height: 30px;
	padding: 0 20px;
}

.toolbar ul li a:hover {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1dfdf 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1dfdf), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1dfdf 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dfdf, endColorstr='#fafafa,GradientType=0 ); /* IE6-9 */

	color: #002a5c;
}

.toolbar ul li a.active {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1dfdf 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1dfdf), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1dfdf 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1dfdf 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dfdf, endColorstr='#fafafa,GradientType=0 ); /* IE6-9 */

	color: #002a5c;
}

.toolbar ul li a .arrow_up {
	display: none;
}

.toolbar ul li a.active .arrow_up {
	background: url(../../images/arrow_up.png) right center no-repeat !important;
	width: 22px;
	height: 8px;
	display: inline-block !important;
	padding: 0;
	margin: 0;
}

.toolbar ul li a.active:hover .arrow_up,
.toolbar ul li a.active .arrow_down {
	background: url(../../images/arrow_down.png) right center no-repeat !important;
	width: 22px;
	height: 8px;
	display: inline-block !important;
	padding: 0;
	margin: 0;
}

.toolbar ul li a.active:hover .arrow_down {
	background: url(../../images/arrow_up.png) right center no-repeat !important;
}

/*--------------------- Content - Hotel Results ---------------------*/
.hotel-results {
	display: block;
	width: 700px;
	margin-top: 20px;
}

.hotel-result {
    display: table;
    width: 696px;
    margin-bottom: 20px;
	margin-top: 30px;
    border: 2px solid #002a5c;
	position: relative;
	background: #fff;
}

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

.hotel-result .rating {
	display: inline-block;
	background: url(../../images/star_bg.png) top right no-repeat #f2f2f2;
	padding: 0 16px 0 10px;
	margin-right: 12px;
	height: 40px;
	float: left;
}

.hotel-result .rating .stars {
	background: url(../../images/rating.png) center right no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
}


.hotel-result .rating .stars.one {
	width: 15px;
}
.hotel-result .rating .stars.two {
	width: 33px;
}
.hotel-result .rating .stars.three {
	width: 51px;
}
.hotel-result .rating .stars.four {
	width: 70px;
}
.hotel-result .rating .stars.five {
	width: 87px;
}


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

.hotel-result .price .price_bg {
	background: #002a5c;
	margin-left: 20px;
	display: block;
	text-align: right;
	padding: 2px 10px 8px;
}

.hotel-result .price p {
	font-size: 11px;
	color: #fff;
}
.hotel-result .price h2 {
	font-size: 30px;
	color: #fff;
}

.hotel-result .photos {
	width: 150px;
	padding: 9px;
	display: block;
	float: left;
	position: relative !important;
}

#preview {
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999;
}

.hotel-result .photos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}

.hotel-result .photos ul li {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	width: 48px;
}

.hotel-result .photos ul li a {
	cursor: default;
}

.hotel-result .content {
	width: 528px;
	padding: 9px 0;
	display: block;
	float: left;
}

.hotel-result .content .row {
	width: 510px;
	display: block;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.hotel-result .content p {
	margin-top: 10px;
}

.hotel-result .content .description_section_text {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

.hotel-result .content .description_section_title {
    margin-top: 0;
    font-weight: bold;
}

.description .description_section_title {
    margin-top: 0;
    font-weight: bold;
}

.hotel-result .content .description {
	width: 510px;
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
}

.hotel-result .content .address {
	background: url(../../images/pin.png) no-repeat center left;
	padding-left: 18px;
	color: #28b1a4;
	line-height: 16px;
	display: inline-block;
}

.hotel-result .content .map {
	font-weight: bold;
	color: #4a4b4c;
	background: url(../../images/earth.png) no-repeat center left;
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin-right: 9px;
}

.hotel-result .content .map:hover {
	color: #002a5c;
	background: url(../../images/earth_over.png) no-repeat center left;
}

.hotel-result .content .objA5 {
	font-weight: bold;
	color: #4a4b4c;
	background: url(../../images/users.png) no-repeat center left;
	padding-left: 22px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
}

.hotel-result .content .objA5:hover {
	color: #002a5c;
	background: url(../../images/users_over.png) no-repeat center left;
}

.hotel-result .content .objA6,
.hotel-result .content .objA6:hover {
	color: #fff !important;
	background: url(../../images/users_selected.png) no-repeat center left !important;
	font-weight: bold;
	padding-left: 25px;
	line-height: 18px;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding: 12px 22px;
}

.hotel-result .content .objDIV5 {
	position: absolute;
	display: none;
	background: rgba(37, 91, 145, 0.96);
	width: 100%;
	top: 42px;
	left: 0;
	z-index: 99;
}

.hotel-result .content .objDIV5 .hide {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.hotel-result .content .objDIV5 .hide span {
	font-size: 15px;
}

.objDIV5 .row {
	display: block;
	width: 100% !important;
}

.objDIV5 ul {
	width: 298px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 35px;
}

.objDIV5 ul:last-child {
	margin-left: 0px;
	margin-right: 20px;
	vertical-align: top;
}

.objDIV5 ul li {
	border-bottom: 1px dashed #61a8e5;
}

.objDIV5 ul li:hover {
	border-bottom: 1px dashed #ffb300;
}

.objDIV5 ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.objDIV5 ul li a:hover {
	color: #ffb300;
}

.objDIV5 ul li a span {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #ffb300;
}

.hotel-result #objMoreDescription {
	color: #002a5c;
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
	text-decoration: none;
	padding-right: 15px;
	display: inline;
}

.hotel-result #objMoreDescription:hover {
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
}

.hotel-result #objMoreDescription.group_7_a_over {
	display: none;
}

.hotel-result .description .hide {
	background: url(../../images/detail_arrow_up.png) no-repeat right center;
	color: #28b1a4;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
}

.hotel-result #objMoreDescription {
	position: relative;
}

.hotel-result .content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #002a5c;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px dashed #cdcdcc;
	width: 527px;
}

.hotel-result .content .rooms {
	width: 528px;
	display: block;
	margin: 0;
	padding: 0;
}

.hotel-result .content .rooms .room {
	border-bottom: 1px dashed #cdcdcc;
	width: 100%;
	height: 50px;
}

.hotel-result .content .rooms .room .details {
	display: inline-block;
	float: left;
	padding: 5px 0 0 0;
	width: 50%;
}

.hotel-result .content .rooms .room .details h3 {
	font-size: 16px;
	color: #28b1a4;
	font-weight: bold;
}

.hotel-result .content .rooms .room .details p {
	margin: 0;
	padding: 0;
}

.hotel-result .content .rooms .room .offer {
	float: left;
	display: inline-block;
	position: relative;
	width: 101px;
	height: 50px;
}

.hotel-result .content .rooms .room .offer .text {
	background: url(../../images/offer_icon.png) no-repeat center 8px;
	color: #fff;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 101px;
	top: 0;
	left: 0;
	z-index: 1;
}

.hotel-result .content .rooms .room .offer .skew {
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background: #ffb300;
	position: absolute;
	width: 101px;
	height: 50px;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

.hotel-result .content .rooms .room .price {
    background: url(../../images/price_corner.png) no-repeat scroll left center #F3F3F3;
    display: inline-block;
    float: right;
    height: 50px;
    padding-left: 18px;
    position: static;
    text-align: center;
    width: 80px;
}

.hotel-result .content .rooms .room .price em {
	padding-top: 8px;
	display: block;
	font-size: 12px;
}

.hotel-result .content .rooms .room .price p {
	font-weight: bold;
	font-size: 17px;
	color: #002a5c;
	margin-top: 0px;
}

.hotel-result .content .rooms .room .radio {
    background: url(../../images/select_corner.png) no-repeat scroll left center #E1E1E1;
    display: inline-block;
    float: right;
    height: 50px;
    margin-right: 0;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 38px;
}

.hotel-result input[type=radio] {
	display:none;
}

.hotel-result 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: 14px 8px;
}
.hotel-result input[type=radio]:checked + label {
    background: url(../../images/radio_over.png) no-repeat left center;
}

.hotel-result .content h2 span {
	font-size: 13px;
	font-weight: normal;
}

.hotel-result .hidden {
    display: none;
}

.hotel-result .hiddenrooms {
    display: none;
}

.hotel-result .fast {
    display: block;
}

.hotel-result .content .rooms .morerooms {
	float: right;
	border-bottom: 1px solid #e2e2e2;
	width: 158px;
	line-height: 23px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #002a5c;
	background: url(../../images/more_arrow_down.png) no-repeat center right;
}

.hotel-result .content .rooms .morerooms:hover,
.hotel-result .content .rooms .morerooms.open {
	background: url(../../images/more_arrow_up.png) no-repeat center right;
}


.hotel-result .content .rooms .hide {
	float: right;
	border-bottom: 1px solid #e2e2e2;
	width: 158px;
	line-height: 23px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #002a5c;
	background: url(../../images/more_arrow_up.png) no-repeat center right;
}

/* .hotel-result #objDIV8, */
/* .hotel-result #objDIV9 { */
/* 	display: none; */
/* 	width: 528px; */
/* } */

.hotel-result .book {
	width: 696px;
	display: block;
	border-top: 1px dashed #cdcdcc;
	float: left;
	margin-top: 10px;
}

.hotel-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;
	margin: 10px;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
}

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

/*--------------------- 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;
}

@supports (-moz-appearance:meterbar) and (background-attachment:local) {
	.hotel-result .price {
		top: -13px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.hotel-result .price {
		right: -2px;
		top: -11px;
	}

	::i-block-chrome, .hotel-result .price {
		top: -15px;
	}

	.objDIV5 ul {
		width: 296px;
	}

	.hotel-result .content .objDIV5 {
		top: 40px;
		left: 0;
	}
}


/* GUESTS
-------------------------------------------------------------------------------------------*/

.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 .cost li span span {
	color: #393939;
	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: 22px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -4px;
}

.hotel-results.guest {
	margin-top: -20px;
}

.hotel-results.guest .photos {
	width: 678px;
	display: block;
	padding: 9px 9px 0 9px;
}

.hotel-results.guest .photos .preview {
	margin-right: 5px;
}

.hotel-results.guest .photos .preview:nth-child(5n) {
	margin-right: 0px;
}

.hotel-results.guest .photos .preview img {
	width: 128.4px;
	margin-bottom: 9px;
}

.hotel-results.guest .more {
	border-bottom: 1px dashed #ccc;
	padding: 9px;
	width: 678px;
	font-size: 11px;
}

.hotel-results.guest .more a {
	font-size: 12px;
	float: right;
}

.hotel-results.guest .more .hide {
	background: url(../../images/detail_arrow_up.png) no-repeat right center transparent;
	color: #28b1a4;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
/* 	display: none; */
}

.hotel-results.guest .description {
	padding: 9px;
	width: 678px;
	text-align: justify;
}

.hotel-results.guest .check {
	padding: 9px;
	width: 678px;
	text-align: justify;
	border-top: 1px dashed #e2e2e2;
	color: #28b1a4;
	font-size: 12px;
}

.hotel-results.guest .check span {
	margin-right: 20px;
}

.hotel-results.guest .description h2 {
	background: url(../../images/pin.png) no-repeat scroll left center transparent;
	padding-left: 18px;
	color: #28b1a4;
	display: block;
	font-weight: normal;
}

.hotel-results.guest .description p {
	margin-top: 10px;
}


.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 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 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;
}

.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: #002a5c;
	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: #002a5c;
	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 .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;
}

.wrapper .grid_9 .guest_details .terms input[type=checkbox] {
	display: none;
}

.wrapper .grid_9 .guest_details .terms input[type=checkbox] + label {
	cursor:pointer;
	float: left;
	background: url(../../images/check_out.png) no-repeat left center;
	width: 22px;
	height: 18px;
	margin-right: 10px;
}

.wrapper .grid_9 .guest_details .terms input[type=checkbox]:checked + label {
	background: url(../../images/check_over.png) no-repeat left center;
}


.guest_select {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 0;
}

.guest_select dd,
.guest_select dt,
.guest_select ul {
	margin: 0;
	padding:0px;
	display: inline-block;
}

.guest_select dt {
	background: #fff;
	line-height: 15px;
	color: #dbdad7;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.guest-1.guest_select dt {
	line-height: 27px;
}

.guest_select a span {
	color: #dbdad7;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding: 8px 3px 10px 3px;
}

.guest-1.guest_select a span {
	font-size: 18px;
}

.guest_select dd {
	position:relative;
}

.guest_select a,
.guest_select a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

.guest_select a:hover {
	color:#000;
}

.guest_select dt a:hover {
	color:#000;
}

.guest_select dt a {
	background:#fff url(../../images/arrow_passenger.png) no-repeat scroll right center;
	background-size:25px 21px!important;
	display:inline-block;
	padding-right:20px;
	width:84px;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.guest-1.guest_select dt a {
	background:#fff url(../../images/arrow_select.png) no-repeat scroll right center;
	background-size:30px 30px!important;
	width:244px;
}

.guest_select dd ul {
	background:#fff none repeat scroll 0 0;
	border:1px solid #8e8e8e;
	color:#000;
	display:none;
	left:-115px;
	padding:5px 0px;
	position:absolute;
	top:10px;
	width:109px;
	list-style:none;
	z-index: 9999;
}

.guest-1.guest_select dd ul {
	left: -275px;
	top: 15px;
	width: 269px;
}

.guest_select dd ul li a {
	padding:5px; display:block;
}

.guest_select dd ul li a:hover {
	background-color:#c1c1c1;
}

.selected_guest {
	font-style: normal !important;
	color: #002a5c !important;
}


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;
}


.hotel-result .objA7 {
	color: #002a5c;
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
	text-decoration: none;
	padding-right: 15px;
	display: inline;
}

.hotel-result .objA7:hover {
	background: url(../../images/detail_arrow_down.png) no-repeat right center;
}

.hotel-result .objA7.group_7_a_over {
	display: none;
}

.hotel-result .description .hide {
	background: url(../../images/detail_arrow_up.png) no-repeat right center;
	color: #28b1a4;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
}

.hotel-result .objDIV7 {
	display: none;
	position: relative;
}

.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 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_ru_out.png) no-repeat left center !important;
}
.wrapper .grid_9 .guest_details fieldset .female a.jqTransformChecked {
	background: url(../../images/female_ru_over.png) no-repeat left center !important;
}


/*---------------------------------------------------------------------------------- Select new css ----------------------------------------------------------------------------------*/

.sideblock .sideinsider p span {
	display: block !important;
	width: 22px;
	float: left;
	margin-right: 5px;
}

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

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

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

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

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

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

/*-------- Hotel Results --------*/
.inside_search .border .chosen-container {
    font-size: 12px;
	width: 51px !important;
	margin: 5px 2px 0 0;
}

.inside_search .border .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 .border .chosen-container-single .chosen-single div {
    width: 19px;
}

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

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

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

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

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


/*-------- Hotel Geust --------*/

.large_box .chosen-container {
    font-size: 18px;
	width: 271px !important;
	margin: 0;
	text-align: left;
}

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

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

.large_box .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;
}

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

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

.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 {
    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 .check_details .dropDownClass .chosen-container .chosen-single div {
	    width: 30px;
}

.guest_details .check_details .dropDownClass.chosen-container-single .chosen-single {
    color: #002a5c;
    line-height: 39px;
    font-weight: bold;
}

.guest_details .check_details .dropDownClass .chosen-container-single .chosen-single div b {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/arrow_select.png);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
}

.guest_details .check_details .dropDownClass .chosen-container-single .chosen-single {
    color: #002a5c;
    line-height: 26px;
    font-weight: bold;
}