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

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

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

.package_search .destination {
	width: 261px!important;
}

.package_search #toDescription{
	width: 329px!important;
}

.package_search #hotelName{
	width: 317px!important;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .package_search input::-webkit-input-placeholder {
		padding: 0 !important;
		margin: 0 !important;
		height: 10px !important;
	}

	::i-block-chrome, .package_search input[type="text"] {
		height: 20px !important;
		line-height: 24px !important;
	}
}

.package_search #datepicker1{
	margin-left: 12px;
}

.package_search #datepicker2{
	margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.package_search form .grid_2,
.package_search form .grid_3,
.package_search form .grid_7 {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
}

.package_search form .grid_2 {
	width: 215px;
}

.package_search form .grid_3 {
	width: 202px;
}

.package_search form .grid_7 {
	width: 490px;
}

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

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


.economy {
    display: inline-block;
}

.economy .chosen-container {
    font-size: 16px;
    margin: 0 0 0 20px;
    width: 125px !important;
}
.economy .chosen-container {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 45px;
    width: 69px !important;
}

.economy .chosen-container-single .chosen-single {
    border: 1px solid #8E8E8E;
    color: #002a5c;
    font-weight: bold;
    height: 44px;
    line-height: 43px;
}

.economy .chosen-container {
    font-size: 16px;
    margin: 0 0 0 20px;
    width: 125px !important;
}

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

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

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

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

.radios {
	width: 40% !important;
}

#flightCriteria_cabinType_chosen{
	width: 130px!important;
}

.small.radios .jqTransformRadio {
	margin-left: 2px;
	margin-top: -1px!important;
}

.radios .jqTransformRadio {
	margin-left: 9px;
	margin-top: 0px!important;
}

.secondRadios .jqTransformRadio {
	margin-left: 11px;
	margin-top: 0px!important;
}

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

.additional .direct {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.additional .direct .grid_6 {
	margin: 0;
	padding: 0;
}

.additional .direct .grid_6.second {
	text-align: right;
}

.additional .direct .grid_6.second label {
	font-size: 14px;
	margin: 0;
	margin-right: 20px;
}

.additional .direct .chosen-container {
    font-size: 16px;
	width: 125px !important;
	margin: 0;
}

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

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

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

.additional .direct .chosen-single.chosen-default {
	color: #ecebe9 !important;
}

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


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

/*--------------------- Package ---------------------*/
.wrapper .package {
	margin-bottom: 20px;
}

.wrapper .package .box {
	background: #fff;
	display: table;
	width: 936px;
	border: 2px solid #002a5c;
}

.wrapper .package .box .flight,
.wrapper .package .box .hotel,
.wrapper .package .box .book {
	display: inline-block;
	float: left;
	position: relative !important;
	height: 280px;
}

.wrapper .package .box .ico {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.wrapper .package .box .change {
	border: 1px solid #002a5c;
	background: #002a5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 15px;
	text-decoration: none;
	position: absolute;
	bottom: 7px;
	left: 35.4%;
}

.wrapper .package .box .change:hover {
	background: #002a5c;
}

.wrapper .package .box .flight {
	width: 380px;
	border-right: 2px solid #e1e1e1;
	text-align: center;
}

.wrapper .package .box .flight .info {
    background: url(../../images/info.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    bottom: 11px;
    color: #002a5c;
    float: right;
    font-size: 12px;
    line-height: 16px;
    padding-left: 20px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
.wrapper .package .box .flight .info:hover {
	text-decoration: underline;
}

.wrapper .package .box .flight h1 {
	margin: 10px 10px 10px 13px;
	padding: 0;
	font-size: 14px;
	color: #002a5c;
	text-align: left;
}

.wrapper .package .box .flight span {
	font-size: 12px;
	font-weight: normal;
/* 	margin-left: 6px; */
}

.wrapper .package .box .flight .item {
	margin: 0 10px 0 13px;
	display: table;
	width: 327px;
}

.wrapper .package .box .flight .item .block {
	display: inline-block;
	float: left;
	vertical-align: top;
	font-size: 11px;
	color: #002a5c;
}

.wrapper .package .box .flight .item .block strong {
	display: block;
}

.wrapper .package .box .flight .item .block.company {
	width: 60px;
}

.wrapper .package .box .flight .item .block.company img {
	margin-bottom: 6px;
}

.wrapper .package .box .flight .item .block.location {
	width: 97px;
}

.wrapper .package .box .flight .item .block.location strong {
	font-size: 18px;
	color: #193965;
	margin-top: 5px;
}

.wrapper .package .box .flight .item .block.time {
	width: 73px;
	font-size: 12px;
}

.wrapper .package .box .flight .item .block.time p {
	color: #28b1a4;
	margin-top: 6px;
}

.wrapper .package .box .hotel {
	width: 366px;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .wrapper .package .box .hotel {
		width: 362px !important;
	}

	::i-block-chrome, .wrapper .package .box .hotel .item {
		width: 322px !important;
	}

	::i-block-chrome, .wrapper .package .box .hotel .item .headline {
		width: 220px !important;
	}
}

.wrapper .package .box .hotel .item {
	margin: 14px 20px;
	display: table;
	width: 326px;
	text-align: left;
}

.wrapper .package .box .hotel .item .image {
	width: 86px;
	float: left;
	display: inline-block;
	margin-right: 16px;
}

.wrapper .package .box .hotel .item .image img {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wrapper .package .box .hotel .item .headline {
	width: 224px;
	float: left;
	display: inline-block;
}

.wrapper .package .box .hotel .item .headline h1 {
	font-size: 18px;
	color: #002a5c;
	margin: 6px 0 6px;
}

.wrapper .package .box .hotel .item .headline .stars {
	background: url(../../images/rating.png) left top no-repeat;
	display: block;
	height: 15px;
}

.wrapper .package .box .hotel .item .headline .stars.one {
	width: 15px;
}

.wrapper .package .box .hotel .item .headline .stars.two {
	width: 33px;
}

.wrapper .package .box .hotel .item .headline .stars.three {
	width: 51px;
}

.wrapper .package .box .hotel .item .headline .stars.four {
	width: 70px;
}

.wrapper .package .box .hotel .item .headline .stars.five {
	width: 87px;
}

.wrapper .package .box .hotel .item .description {
	width: 326px;
	margin-top: 10px;
	float: left;
	display: inline-block;
	font-size: 13px !important;
}

.wrapper .package .box .hotel .change {
	left: 34.4% !important;
}

.wrapper .package .box .book {
	width: 158px;
	background: #002a5c;
	padding: 0 15px;
	text-align: right;
	color: #fff;
}

.wrapper .package .box .book h1 {
	font-size: 30px;
}

.wrapper .package .box .book h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 50px;
}

.wrapper .package .box .book a {
    background: none repeat scroll 0 0 #28b1a4;
    border-radius: 3px 3px 3px 3px;
    bottom: 15px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 27px 5px 14px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 125px;
}

.wrapper .package .box .book a:hover {
	background: #002a5c;
}

/*--------------------- 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!important;
	font-size: 11px!important;
	color: #393939!important;
	padding-bottom: 10px!important;
	position: relative !important;
}

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

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

.inside_search .box.second {
	width: 100px;
}

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


/*--------------------- 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 - Package Results ---------------------*/

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


.package-results .package-result {
	background: #fff;
	display: table;
	width: 696px;
	border: 2px solid #002a5c;
	margin-bottom: 20px;
}

.package-results .package-result .flight,
.package-results .package-result .hotel,
.package-results .package-result .book {
	display: inline-block;
	float: left;
	position: relative !important;
	height: 280px;
}

.package-results .package-result .ico {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.package-results .package-result .change {
	border: 1px solid #002a5c;
	background: #002a5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 15px;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	left: 42px;
}

.package-results .package-result .change:hover {
	background: #002a5c;
}

.package-results .package-result .flight {
	width: 290px;
	border-right: 2px solid #e1e1e1;
	text-align: center;
}

.package-results .package-result .flight .info {
	background: url(../../images/info.png) no-repeat left center;
	padding-left: 17px;
	line-height: 16px;
	float: right;
	right: 12px;
	bottom: 11px;
	position: absolute;
	color: #002a5c;
	font-size: 11px;
	text-decoration: none;
}

.package-results .package-result .flight .info:hover {
	text-decoration: underline;
}

.package-results .package-result .flight h1 {
	margin: 10px 12px 14px 12px;
	padding: 0;
	font-size: 12px;
	color: #002a5c;
	text-align: left;
}

.package-results .package-result .flight span {
	font-size: 11px;
	font-weight: normal;
/* 	display: block; */
}

.package-results .package-result .flight .item {
	margin: 0 12px;
	display: table;
	width: 266px;
}

.package-results .package-result .flight .item .block {
	display: inline-block;
	float: left;
	vertical-align: top;
	font-size: 11px;
	color: #002a5c;
}

.package-results .package-result .flight .item .block strong {
	display: block;
}

.package-results .package-result .flight .item .block.company {
	width: 60px;
}

.package-results .package-result .flight .item .block.company img {
	margin-bottom: 6px;
}

.package-results .package-result .flight .item .block.location {
	width: 80px;
}

.package-results .package-result .flight .item .block.location strong {
	font-size: 18px;
	color: #193965;
	margin-top: 5px;
}

.package-results .package-result .flight .item .block.time {
	width: 46px;
	font-size: 12px;
}

.package-results .package-result .flight .item .block.time p {
	color: #28b1a4;
	margin-top: 6px;
}

.package-results .package-result .hotel {
	width: 238px;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .package-results .package-result .hotel {
		width: 234px;
		text-align: center;
	}

	::i-block-chrome, .package-results .package-result .hotel .item {
		width: 210px;
	}

	::i-block-chrome, .package-results .package-result .hotel .item .headline {
		width: 112px;
	}
}

.package-results .package-result .hotel .item {
	margin: 14px 12px;
	display: table;
	width: 214px;
	text-align: left;
}

.package-results .package-result .hotel .item .image {
	width: 86px;
	float: left;
	display: inline-block;
	margin-right: 12px;
}

.package-results .package-result .hotel .item .image img {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.package-results .package-result .hotel .item .headline {
	width: 116px;
	float: left;
	display: inline-block;
}

.package-results .package-result .hotel .item .headline h1 {
	font-size: 16px;
	color: #002a5c;
	margin: 6px 0 6px;
}

.package-results .package-result .hotel .item .headline .stars {
	background: url(../../images/rating.png) left top no-repeat;
	display: block;
	height: 15px;
}

.package-results .package-result .hotel .item .headline .stars.one {
	width: 15px;
}

.package-results .package-result .hotel .item .headline .stars.two {
	width: 33px;
}

.package-results .package-result .hotel .item .headline .stars.three {
	width: 51px;
}

.package-results .package-result .hotel .item .headline .stars.four {
	width: 70px;
}

.package-results .package-result .hotel .item .headline .stars.five {
	width: 87px;
}

.package-results .package-result .hotel .item .description {
	width: 214px;
	margin-top: 10px;
	float: left;
	display: inline-block;
	font-size: 13px !important;
}

.package-results .package-result .hotel .change {
	left: 61px !important;
}

.package-results .package-result .book {
	width: 136px;
	background: #002a5c;
	padding: 0 15px;
	text-align: right;
	color: #fff;
}

.package-results .package-result .book h1 {
	font-size: 30px;
	width: 140px;
}

.package-results .package-result .book h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 70px;
}

.package-results .package-result .book a {
    background: none repeat scroll 0 0 #28b1a4;
    border-radius: 3px 3px 3px 3px;
    bottom: 15px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 51px 5px 2px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 93px;
}

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

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


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

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

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

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


/*-------- Package Results --------*/
.inside_search #package_form fieldset .box .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;
}

/*========================================= LightBoxes =========================================*/

#change_flight {
	background: #ebebf0 !important;
	padding: 6px;
	margin: 24px 0 0 0;
	width: 974px !important;
}

#change_flight .content {
	width: 971px;
	margin: 0;
	padding: 2px;
	background: #fff;
	height: 500px !important;
}

#change_flight .content iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 971px;
	height: 500px;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

#change_room {
	background: #ebebf0 !important;
	padding: 0;
	margin: 24px 0 0 0;
	width: 738px !important;
}

#change_room iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 738px;
	height: 519px;
	background: #ebebf0 !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

#flight_info {
	background: #ebebf0 !important;
	padding: 0;
	margin: 24px 0 0 0;
	width: 738px !important;
}

#flight_info iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 738px;
	height: 519px;
	background: #ebebf0 !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

.economy .chosen-container {
	font-size: 12px;
}