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

.flight_search h1 {
	color: #006FCF;
	font-size: 18px;
	margin-bottom: 20px;
}

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

.flight_search form .grid_12 {
	width: 100% !important;
	margin: 0 0 30px 0;
	padding: 0;
}

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

.flight_search form .grid_12 fieldset {
	font-weight: bold;
	color: #393939;
	font-size: 14px;
}

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


.flight_search #fromDescription{
	width: 315px!important;
}

.flight_search #toDescription{
	width: 314px!important;
}

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

.flight_search form .grid_12 fieldset p {
	display: inline-block;
	margin: 0 30px 20px 10px;
}

.flight_search form .grid_12 fieldset p.right {
	float: right;
	vertical-align: top;
}

.right a.jqTransformCheckbox {
	margin-right: 4px;
}

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

.border label {
	font-size: 11px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

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

.inside_search .small .jqTransformRadio {
	margin-right: 3px;
}

.box a.jqTransformCheckbox {
    display: block!important;
}

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


.jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -9px -26px transparent;
    vertical-align: text-top;
    height: 21px;
    width: 21px;
	display: inline-block;
	margin-right: 10px;
	margin-top: -1px;
	transition: none;
	-webkit-transition: none;
}

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

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

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

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

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

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

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

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

.flight_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	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-right: 15px;
	margin-bottom: -20px;
}

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

.flight_search fieldset p {
	margin-bottom: 10px;
	text-align: right;
}

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

.flight_search #datepicker1,
.flight_search #datepicker2 {
	width: 114px;
}

.flight_search .time_1,
.flight_search .time_2 {
	display: inline-block;
	margin: 0 0 0 -3px;
	padding: 0;
}

#flightCriteria_flightLegEntityWTOList0_times0_chosen{
	 float: right;
     margin-right: 17px;
}

#flightCriteria_flightLegEntityWTOList1_times0_chosen{
	 float: right;
     margin-right: 13px;
}

/* SEARCH RESULTS
==================================================================================*/
/*--------------------- Search ---------------------*/


.inside_search h1 {
	background: #0F1C3E;
	color: #ffffff;
	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 h1 img {
	padding-top: 0!important;
}

.inside_search fieldset img {
	padding-top: 10px!important;
}

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

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

.inside_search .container fieldset p label {
	margin: 0 3px 0 0;
	display: inline-block;
}

.remove {
    background: url(../../images/remove_out.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #E60010;
    font-size: 11px;
    line-height: 27px;
    padding-right: 22px;
    float:right;
    right: 0;
    text-decoration: none;
    top: 10px;
}

.inside_add {
    background: url(../../images/add_out.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #28b1a4;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 22px;
    text-decoration: none;
}

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

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


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

.inside_search .bottom {
	padding-bottom: 5px !important;
}

.inside_search input {
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	color: #006FCF;
	font-size: 12px;
/* 	padding: 5px 10px; */
	padding:7px 10px 4px;
	width: 186px;
	margin: 5px 0 0 0;
}

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

.inside_search select {
	width: 77px;
	border: 1px solid #e0e0e0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	height: 24px;
	margin-left: 35px;
	color: #28b1a4;
	font-size: 12px;
}


.preferred_airlines select {
	width: 150px;
	height: 25px;
	margin-left: 0px;
	color: #002a5c;
	font-size: 12px;
	margin-bottom: 3px;
}

.preferred_airlines_initial select {
	border: 1px solid #8e8e8e !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	height: 35px;
	margin-left: 5px;
	color: #002a5c;
	font-size: 14px;
}

.inside_search input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	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: 0;
}
.inside_search input[type="button"]:hover {
	background: #002a5c;
}

.inside_search .time_8,
.inside_search .time_21,
.inside_search .time_9 {
	display: inline-block;
	margin: -1px 0 0 0px;
	padding: 0;
}

.inside_search .time_8 dd,
.inside_search .time_8 dt,
.inside_search .time_8 ul,
.inside_search .time_21 dd,
.inside_search .time_21 dt,
.inside_search .time_21 ul,
.inside_search .time_9 dd,
.inside_search .time_9 dt,
.inside_search .time_9 ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.inside_search .time_8 dt,
.inside_search .time_21 dt,
.inside_search .time_9 dt {
	background: #fff;
	height: 15px;
	color: #28b1a4;
	font-size: 12px;
	font-weight: normal;
}

.inside_search .time_8 a span, 
.inside_search .time_21 a span, 
.inside_search .time_9 a span {
	color: #28b1a4;
	font-size: 12px;
	padding: 0;
}

.inside_search .time_8 a div, 
.inside_search .time_21 a div, 
.inside_search .time_9 a div {
	color: #28b1a4;
	font-size: 12px;
	padding: 0;
}

.inside_search .time_8 dd,
.inside_search .time_21 dd,
.inside_search .time_9 dd {
	position:relative;
}
.inside_search .time_8 a,
.inside_search .time_8 a:visited,
.inside_search .time_21 a,
.inside_search .time_21 a:visited, 
.inside_search .time_9 a,
.inside_search .time_9 a:visited {
	color:#28b1a4;
	text-decoration:none;
	outline:none;
	padding: 5px;
	font-size: 12px;
}
.inside_search .time_8 a:hover,
.inside_search .time_21 a:hover,
.inside_search .time_9 a:hover {
	color:#28b1a4;
}
.inside_search .time_8 dt a:hover,
.inside_search .time_21 dt a:hover,
.inside_search .time_9 dt a:hover {
	color:#28b1a4;
}
.inside_search .time_8 dt a,
.inside_search .time_21 dt a,
.inside_search .time_9 dt a {
	background:#fff url(../../images/arrow_select_small.png) no-repeat scroll right center;
	display:inline-block;
	padding-right:0px;
	width:75px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inside_search .time_8 dd ul,
.inside_search .time_21 dd ul,
.inside_search .time_9 dd ul {
	background:#fff none repeat scroll 0 0;
	border:1px solid #e0e0e0;
	color:#000;
	display:none;
	left:-85px;
	padding:5px 0px;
	position:absolute;
	top:6px;
	width:80px;
	list-style:none;
	z-index: 9999;
}
.inside_search .time_8 dd ul li a,
.inside_search .time_21 dd ul li a,
.inside_search .time_9 dd ul li a {
	padding:5px;
	display:block;
}
.inside_search .time_8 dd ul li:hover,
.inside_search .time_21 dd ul li:hover,
.inside_search .time_9 dd ul li:hover {
	background: #f1f1f1;
}


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

.inside_search .box .direct{
	margin-top: 13px ! important;
}


.inside_search .box.first {
	margin-right: 23px;
	width: 26%;
}
.inside_search .box.second {
	width: 60%;
}
.inside_search .box.third {
	width: 33%;
}
.inside_search .box.fourth {
	width: 47%;
}

.inside_search .box p {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 5px 0 10px 0 !important;
	padding: 0 !important;
}


.inside_search .time_22  {
	display: inline-block !important;
	margin: 5px 0 0 0;
}


.inside_search .time_22 dd,
.inside_search .time_22 dt,
.inside_search .time_22 ul {
	padding: 0px;
	width: 35px;
	vertical-align: middle;
}

.inside_search .time_22 dt
{
	background: #fff;
	height: 15px;
	color: #28b1a4;
	font-size: 12px;
}

.inside_search .time_22 a span{
	color: #28b1a4;
	font-size: 12px;
	padding: 5px 0;
}

.inside_search .time_22 dd{
	position:relative;
}

.inside_search .time_22 a,
.inside_search .time_22 a:visited{
	color:#28b1a4;
	text-decoration:none;
	outline:none;
	padding: 0 5px;
	font-size: 12px;
}

.inside_search .time_22 a:hover{
	color:#28b1a4;
}

.inside_search .time_22 dt a:hover{
	color:#28b1a4;
}

.inside_search .time_22 dt a{
	background:#fff url(../../images/arrow_select_small.png) no-repeat scroll right center;
	display:inline-block;
	padding:5px 20px 5px 5px;
	width:15px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.inside_search .time_22 dd ul{
	background:#fff none repeat scroll 0 0;
	border:1px solid #e0e0e0;
	color:#28b1a4;
	display:none;
	padding:5px 0px;
	position:absolute;
	width:40px;
	top: 8px;
	list-style:none;
	z-index: 9999;
}

.inside_search .time_22 dd ul li a{
	display:block;
	padding: 2px 5px;
}

.inside_search .time_22 dd ul li:hover{
	background: #f1f1f1;
}

.inside_search .time_14,
.inside_search .time_24  {
	display: inline-block !important;
	margin: 5px 0 0 0;
}

.inside_search .time_14 ul,
.inside_search .time_24 ul {
	padding: 0px;
	width: 35px;
	vertical-align: middle;
}

.inside_search .time_14 dt,
.inside_search .time_24 dt {
	background: #fff;
	height: 15px;
	color: #28b1a4;
	font-size: 12px;
}

.inside_search .time_14 a span,
.inside_search .time_24 a span {
	color: #28b1a4;
	font-size: 12px;
	padding: 5px 0;
}

.inside_search .time_14 a div,
.inside_search .time_24 a div {
	color: #28b1a4;
	font-size: 12px;
	padding: 5px 0;
}


.inside_search .time_14 dd,
.inside_search .time_24 dd {
	position:relative;
}
.inside_search .time_14 a,
.inside_search .time_14 a:visited,
.inside_search .time_24 a,
.inside_search .time_24 a:visited {
	color:#28b1a4;
	text-decoration:none;
	outline:none;
	padding: 0 5px;
	font-size: 12px;
}
.inside_search .time_14 a:hover,
.inside_search .time_24 a:hover {
	color:#28b1a4;
}
.inside_search .time_14 dt a:hover,
.inside_search .time_24 dt a:hover  {
	color:#28b1a4;
}
.inside_search .time_14 dt a,
.inside_search .time_24 dt a {
	background:#fff url(../../images/arrow_select_small.png) no-repeat scroll right center;
	display:inline-block;
	padding:5px 20px 5px 5px;
	width:55px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inside_search .time_14 dd ul,
.inside_search .time_24 dd ul  {
	background:#fff none repeat scroll 0 0;
	border:1px solid #e0e0e0;
	color:#28b1a4;
	display:none;
	padding:5px 0px;
	position:absolute;
	width:80px;
	top: 8px;
	list-style:none;
	z-index: 9999;
}
.inside_search .time_14 dd ul li a,
.inside_search .time_24 dd ul li a  {
	display:block;
	padding: 5px;
}
.inside_search .time_14 dd ul li:hover,
.inside_search .time_24 dd ul li:hover {
	background: #f1f1f1;
}

.inside_search input[type=checkbox] {
	display:none;
}

.inside_search input[type=checkbox] + label {
    background: url(../../images/check_out.png) no-repeat right top;
	height: 18px;
	width: 22px;
	display:block;
	cursor:pointer;
	float: left;
	margin-right: 5px;
}
.inside_search input[type=checkbox]:checked + label {
    background: url(../../images/check_over.png) no-repeat right top;
}

/*--------------------- 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: #fff;
	border: 2px dotted #ccc;
}

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

.sideinsider {
	padding: 2px 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 182px -60px transparent;
	cursor:pointer;
	border-bottom: 1px solid #e2e2e2;
}

.sideblock h2.togled {
	background-position: 182px 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 #price-slider,
.sideblock #duration-slider{
	width: 190px !important;
	margin-left: 6px;
}

.sideblock .range_slider {
	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;
	margin-top: 10px;
	padding: 8px 20px 2px;
}

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

.sideblock #startTime1,
.sideblock #endTime1,
.sideblock #startTime2,
.sideblock #endTime2,
.sideblock #startTime3,
.sideblock #endTime3,
.sideblock #startTime4,
.sideblock #endTime4 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
	display: inline-block;
}

.sideinsider h5 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #e2e2e2;
}

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

.sideinsider .radio p:first-child {
	margin-top: 0;
}

.sideinsider h6 {
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	width: 20%;
	padding-right:3%;
	padding-top: 10px;
}

.sideinsider .range_slider {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 10px;
	padding: 10px 0;
}

.sideinsider .price {
	display: inline-block;
	float: right;
	color: #002a5c;
	font-size: 12px;
	background:none;
	position: static;
}

.sideinsider .airport {
	display: inline-block;
	width: 103px;
}

/*--------------------- Content - number of results ---------------------*/
.results {
	width: 700px;
	margin-bottom: 20px;
	color: #0F1C3E;
	font-size: 16px;
}

/*--------------------- Content - Flight table ---------------------*/
.flighttable {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.flighttable .tabex {
	display: inline-block;
	width: 100%;
}

.hidden {
    display: none!important;
}

.flighttable .tabex a {
	color: #ffffff;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	background-color: #71ACDF;
	display: inline-block;
	padding: 8px 15px;
	margin: 0 10px 5px 0;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
}

.flighttable .tabex a.active,
.flighttable .tabex a:hover {
	color: #fff;
	background-color: #0F1C3E;
	text-decoration: none;
}

.flightsfound {
	background: #fff;
	border: 1px solid #0F1C3E ;
	display: table;
	width: 698px;
	border-radius: 15px;
}

.flightsfound .labels {
	float: left;
	position: relative;
/* 	z-index: 150; */
}

.flightsfound .labels .labl {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 20px 3px 20px 20px;
	border-bottom: 1px dashed #cdcdcc;
	height:17px;
}

.flightsfound .labels .labl:last-child {
	border: 0;
}

#flights-slider {
	height: 173px;
	position: relative;
	float: right;
	width: 566px;
/* 	overflow-x: hidden; */
}

#flights-slider .viewport {
	float: left;
	width: 566px;
	height: 173px;
	position: relative;
	overflow: hidden;
}

#flights-slider .overview {
	list-style: none outside none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#flights-slider .overview li {
	float: left;
	width: 84px;
}

#flights-slider .overview li .flit {
	display: block;
	height: 57px;
	text-align: center;
	border-bottom: 1px dashed #cdcdcc;
}

#flights-slider .overview li .flit:last-child {
	border: 0;
}

.airlogo {
	display: inline-block;
	margin-top: 5px;
}

#flights-slider .overview li .flit .log {
	padding-top: 4px;
}

.airname {
	display: block;
	color: #002a5c;
	font-size: 10px;
	padding-top: 3px;
	position: relative;
	bottom: 3px;
}

#flights-slider .btnz {
	position: absolute;
	right: 0px;
	top: -38px;
	height: 28px;
	padding: 0px 5px;
}

#flights-slider .buttons {
	display: block;
	float: left;
	background: url(../../images/fligthsarwwos.png) no-repeat scroll left top transparent;
	width: 16px;
	height: 14px;
	margin: 6px;
	transition: normal !important;
	-webkit-transition: normal !important;
}

#flights-slider .next { background-position:right top; }
#flights-slider .prev:hover {background-position:left bottom}
#flights-slider .next:hover {background-position:right bottom}

.pr {
	color: #002a5c;
	line-height: 57px;
}

/*--------------------- Content - Toolbar ---------------------*/
.toolbar {
	width: 700px;
	border-bottom: 1px solid #e2e2e2;
	margin: 20px 0 0 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: #71ACDF;
	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: #0F1C3E;
}

.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 - Flight Results ---------------------*/
.flight-results {
	display: block;
	width: 700px;
	margin-top: 20px;
}

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

.flight-result h1 {
	background: #0F1C3E;
	color: #fff;
	font-size: 16px;
	padding: 9px 0 4px 48px;
}

.flight-result h1 span {
	font-weight: normal;
	font-size: 14px;
}

.flight-result h1.dept {
	background: url(../../images/dept_icon.png) no-repeat top left #0F1C3E;
}
.flight-result h1.ariv {
	background: url(../../images/ariv_icon.png) no-repeat top left #0F1C3E;
}

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

.flight-result .price h2 {
	background: #006FCF;
	border-radius:  20px 0 20px 0;
	font-size: 25px;
	color: #fff;
	padding: 5px 10px;
	margin-left: 20px;
}

.flightline {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #cdcccb;
	overflow: hidden;
	height: 69px;
}

.flightline .flbox {
	display: inline-block;
	padding: 8px;
	float: left;
}

.flightline .flbox.lst {
	margin-right:0;
}

.flightline .flbox .dst {
	display: inline-block;
	text-align:center;
}

.flightline .flbox .dst img {
	margin: -25px 20px 0 20px;	
}

.flightline .flbox .pla {
	color: #002a5c;
	font-size: 11px;
	display: block;
}

.flightline .flbox .time {
	color: #193965;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* .flightline .flbox.one { */
/* 	padding: 6px 10px 6px 20px; */
/* } */

.flightline .flbox.one {
    padding: 6px 5px 6px 8px!;
    text-align: center;
    width: 71px;
}

.flightline .flbox .hours {
	font-size: 16px;
	text-align: center;
	color: #193965;
	margin-top: 10px;
	display: block;
}

.flightline .flbox .hours img {
	margin-top: -5px;
}

.flightline .flbox.two {
	margin: 0 0 0 20px;
}

.flightline .toglz {
	color: #002a5c;
	text-decoration: none;
	background: url(../../images/detail_arrow_down.png) no-repeat center right;
	padding-right: 18px;
	margin-top: 15px;
	display: block;
}

.flightline .tog{
	background: url(../../images/detail_arrow_up.png) no-repeat center right;
	color: #0f1c3e;
}

.flightline .toglzInfo {
	color: #002a5c;
	text-decoration: none;
	background: url(../../images/detail_arrow_down.png) no-repeat center right;
	padding-right: 18px;
	margin-top: 15px;
	display: block;
}

.flightline .togInfo{
	background: url(../../images/detail_arrow_up.png) no-repeat center right;
	color: #0f1c3e;
}

.flightline .flbox.radio {
	background: url(../../images/radio_bg.png) no-repeat left center #e1e1e1;
	float: right;
	width: 44px;
	text-align: center;
	display: inline-block;
	height: 44px;
	padding: 25px 0px 0 35px;
}

.flight-result a.book {
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	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;
}

.flight-result a.bookBrandedFare {
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 1px;
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
}


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

.flight-result a.bookBrandedFare:hover {
	background: #002a5c;
}

.flightinfodet {
    display: none;
	position: relative;
	margin-top: -1px;
}

.flightinfodet.open {
	display:block;
}

.flightinfodet .infoblc {
	display: block;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #f3f3f3;
	padding: 10px 0;
	overflow:hidden;
	margin-bottom: 2px;
}

.flightinfodet .vbx {
	float: left;
}

.flightinfodet .mid {
	background: url(../../images/route.png) no-repeat center center;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.flightinfodet .mid2 {
	background: url(../../images/route2.png) no-repeat center center;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.flightinfodet .mid span {
	margin-left: -10px;
}

.flightinfodet .vbx.one {
	width: 140px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

.flightinfodet .vbx.two {
	width:416px;
	text-align: center;
	margin-top: 4px;
}

.flightinfodet .vbx.three {
	width:140px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

.flightinfodet .vbx .nam {
	color: #999999;
	
	font-size: 11px;
	display:block;
	margin-top: 6px;
}

.flightinfodet .vbx .fl {
	color: #999999;
	
	font-size: 11px;
	display:block;
}

.flightinfodet .vbx .plan {
	color: #999999;
	
	font-size: 11px;
	display:block;
}

.flightinfodet .vbx .terms {
	color: #999999;
	
	font-size: 11px;	
	display:inline-block;
	text-decoration: none;
	margin: 0;
}

.flightinfodet .vbx .tp span {
	display: inline-block;
	width: 49.5%;	
	color: #393939;
	font-size: 12px;
	
	font-size: 11px;	
}
.flightinfodet .vbx .tp span.lft {
	text-align:left;
	color:#99999;
}

.flightinfodet .vbx .tp span.mi {
	text-align:center;
}

.flightinfodet .vbx .tp span.rgt {
	text-align:right;
}

.flightinfodet .vbx .bot span {
	display: inline-block;
	width: 32%;
	color: #193965;
	font-size: 18px;
	font-weight: bold;
}

.flightinfodet .vbx .bot span em {
	color: #b20601;
	font-size: 11px;
	font-style: normal;
	display: block;
}

.flightinfodet .vbx .bot span.lft {
	text-align:left;
}

.flightinfodet .vbx .bot span.mi {
	text-align:center;
	font-size: 14px;
	font-weight: normal
}

.flightinfodet .vbx .bot span.rgt {
	text-align:right;
}

.arrivalLbl{
	float: right;
	margin-top: 0px;
	text-align: left;
	padding-top:6px;
	color: #0072BC;
	font-weight:bold;
}

.departureLbl {
	float: left;
	margin-top: 25px;
	text-align: left;
	color: #0072BC;
	font-weight:bold;
}

/*--------------------- 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: #006FCF;
}

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

.departureLeg:hover{
	background:#002a5c;
	color: #ffffff;
}
.arrivalLeg:hover{
	background:#002a5c;
	color: #ffffff;
}

/*flight flexible css*/

.flight_choices table.dates td {
	    background: none repeat scroll 0 0 #F7F7F7;
	    border: 1px solid #D0D1D2;
	    height: 59px;
	    text-align: center;
	    vertical-align: middle;
	    width: 90px;
	}
    
    .flight_choices .right_col table.prices td {
	    border: 1px solid #D0D1D2;
	    height: 59px;
	    text-align: center;
	    vertical-align: middle;
	    width: 85px;
	}
	
	.flight_choices .right_col table.prices td.current {
	    background: none repeat scroll 0 0 #002a5c;
	}
	
	.flight_choices table.dates td.current {
	    background: none repeat scroll 0 0 #002a5c;
	}
	
	.flight_choices .right_col table.prices td.best_price {
	    background: none repeat scroll 0 0 #509BDA;
	    color: #FFFFFF;
	}
	
	.flight_choices table.dates td.current p {
	    color: #FFFFFF;
	}
	
	.flight_choices .right_col table.prices td.current a {
	    color: #FFFFFF!important;
	}
	
	.flight_choices .right_col table.prices td.best_price p {
	    color: #FFFFFF;
	}
	.flight_choices .right_col table.prices td p {
	    color: #393C45;
	    margin-bottom: 3px;
	}
	.flight_choices p {
	    color: #0072BC;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 0;
	}
	
	.choser .topchecks.top {
	    border-bottom: 1px solid #CCC2C2;
	}
	
	.choser .topchecks {
	    padding: 15px;
	    text-align: right;
	}
	
	.choser {
	    border: 1px solid #8C845C;
	    box-shadow: 0 1px 3px #D2D2D2;
	    margin: 20px 0;
	    overflow: hidden;
	    padding: 0;
	}
	
	.choser input[type="radio"] {
	    display: none;
	}
	
	.choser input[type="radio"] + label {
	    background: url(../../images/radio_small_out.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	    cursor: pointer;
	    display: block;						     
	    height: 13px;
	    margin-left: 5px;
	    width: 13px;
	    float: right;
	}
	
	.choser input[type="radio"]:checked + label {
	    background: url(../../images/radio_small_over.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	    float: right;
	}
	
	.flight_choices .right_col .bottom_info {
	    margin: 15px 0 10px;
	    overflow: hidden;
	}

	.flight_choices .right_col .bottom_info span {
	    background: url(../../images/best_price.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	    color: #000000;
	    float: left;
	    font-size: 12px;
	    font-weight: bold;
	    padding-left: 22px;
	}
	
	.flight_choices .right_col .bottom_info p {
	    color: #787878;
	    float: right;
	    font-size: 12px;
	    font-style: italic;
	    font-weight: normal;
	}
	
	a.cont {
	    background: none repeat scroll 0 0 #006FCF;
	    border: medium none;
	    border-radius: 10px;
	    color: #FFFFFF;
	    cursor: pointer;
	    float: right;
	    font-size: 20px;
	    font-weight: bold;
	    height: 33px;
	    margin: 0;
	    padding-top: 10px;
	    text-align: center;
	    text-decoration: none;
	    vertical-align: middle;
	    width: 33%;
	}
	
	a.cont:hover {
		background: none repeat scroll 0 0 #002a5c;
	}
	
/*end flight flexible css*/

@supports (-moz-appearance:meterbar) and (background-attachment:local) {
	#flights-slider .overview li .flit {
		height: 57px;
	}

	.flight_search input[type="text"] {
		height: 24px;
	}
}

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

	#flights-slider {
		width: 547px;
	}

	#flights-slider .viewport {
		width: 566px;
	}

	.flightline .flbox.radio {
		padding: 25px 0px 0 32px;
	}

	.flightinfodet .vbx.three {
		width: 136px;
	}

	::i-block-chrome, .flight_search .time_1 dt, .flight_search .time_2 dt {
		line-height: 27px;
	}
}

/* PASSENGERS
-------------------------------------------------------------------------------------------*/

.flight-results.passengers {
    margin-top: -30px;
}

.passengers .flightinfodet {
	display: block;
}

.inside_search .container h2 span {
	color: #0f1c3e;
}

.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 span {
	color: #393939;
	font-weight: normal;
}

.inside_search .container .total {
	background: #006fcf;
	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;
}

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

.wrapper .grid_9 .passenger_details h1 {
	color: #fff;
	font-size: 16px;
	background: #0f1c3e;
	padding: 10px 20px;
}

.wrapper .grid_9 .passenger_details h1 span{
	font-size: 12px;
	font-style: italic;
	float: right;
	font-weight: normal;
	margin-top: 2px;
}

.wrapper .grid_9 .passenger_details h2 {
	border-bottom: 1px solid #e2e2e2;
	color: #006fcf;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wrapper .grid_9 .passenger_details h2 span {
	font-weight: normal;
	font-size: 14px;
	color: #193965;
}

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

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

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

.wrapper .grid_9 .passenger_details fieldset:nth-child(5n+1),
.wrapper .grid_9 .passenger_details fieldset:nth-child(10) {
	margin-right: 0px;
/* 	float:right; */
}

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

/* .wrapper .grid_9 .passenger_details fieldset .male, */
/* .wrapper .grid_9 .passenger_details fieldset .female { */
/* 	display:none; */
/* } */

/* .wrapper .grid_9 .passenger_details fieldset input[type=radio] + label { */
/* 	width: 31px; */
/* 	height: 33px; */
/* 	display:inline-block; */
/* 	cursor:pointer; */
/* 	float: left; */
/* } */

/* .wrapper .grid_9 .passenger_details fieldset .male + label { */
/* 	background: url(../../images/male_out.png) no-repeat left center; */
/* } */
/* .wrapper .grid_9 .passenger_details fieldset .male:checked + label { */
/* 	background: url(../../images/male_over.png) no-repeat left center; */
/* } */

/* .wrapper .grid_9 .passenger_details fieldset .female + label { */
/* 	background: url(../../images/female_out.png) no-repeat left center; */
/* } */
/* .wrapper .grid_9 .passenger_details fieldset .female:checked + label { */
/* 	background: url(../../images/female_over.png) no-repeat left center; */
/* } */

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

	border: 1px solid #8e8e8e;
	height: 24px;
	width: 111px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color: #006fcf;
}

.wrapper .grid_9 .passenger_details fieldset .date {
	width: 104px !important;
}

.wrapper .grid_9 .passenger_details fieldset .card {
	width: 88px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .wrapper .grid_9 .passenger_details fieldset .card {
		width: 83px !important;
	}
}

.wrapper .grid_9 .passenger_details fieldset .city {
	width: 120px !important;
}

.wrapper .grid_9 .passenger_details fieldset .address {
	width: 189px !important;
}

.wrapper .grid_9 .passenger_details fieldset .post {
	width: 69px !important;
}

.wrapper .grid_9 .passenger_details fieldset .mail {
	width: 182px !important;
}

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

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

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

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

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

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

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

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

.passenger_select a div {
	color: #dbdad7;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

.passenger_select dd {
	position:relative;
}

.passenger_select a,
.passenger_select a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
	padding: 5px 0 5px 4px;
	font-size: 12px;
}

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

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

.passenger_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:125px;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

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

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

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

.citizenship-2.passenger_select dt a {
	width:84px;
}

.citizenship-2.passenger_select dd ul {
	left:-118px;
	top:6px;
	width:108px;
}

.citizenship-3.passenger_select dt a {
	width:94px;
}

.citizenship-4.passenger_select dt a,
.citizenship-5.passenger_select dt a {
	width:244px;
}

.citizenship-4.passenger_select dt,
.citizenship-5.passenger_select dt {
	line-height: 25px;
}

.citizenship-4.passenger_select,
.citizenship-5.passenger_select {
	margin-bottom: 10px;
}

.citizenship-4.passenger_select a span,
.citizenship-5.passenger_select a span {
	color: #bdbab4;
	font-size: 18px;
}

.citizenship-4.passenger_select dd ul,
.citizenship-5.passenger_select dd ul {
	left: -274px;
	top: 6px;
	width: 269px;
}

.citizenship-3.passenger_select dd ul {
	left: -124px;
    top: 6px;
    width: 118px;
}

.citizenship-3.passenger_select {
    margin: 5px 0 0 10px !important;
	vertical-align: top;
}

.citizenship-6.passenger_select dt a {
	width:109px;
}

.citizenship-6.passenger_select dd ul {
	left: -143px;
    top: 6px;
    width: 134px;
}

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

.wrapper .grid_9 .passenger_details p {
	font-size: 11px;
	text-align: justify;
	padding-bottom: 15px;
}

.wrapper .grid_9 .passenger_details  p strong {
	color: #ba0000;
}

.wrapper .grid_9 .passenger_details .box {
	display: inline-block;
	width: 302px;
	min-height: 100px;
}

.wrapper .grid_9 .passenger_details  .box:last-child {
	float: right;
}

.wrapper .grid_9 .passenger_details  .box h2 {
	color: #002a5c;
	font-size: 15px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin: 15px 0;
}

.wrapper .grid_9 .passenger_details  .box p {
	font-size: 14px;
	text-align: left;
	padding: 16px 0;
}

.wrapper .grid_9 .passenger_details  .box p strong {
	color: #393939;
}

.wrapper .grid_9 .passenger_details  .box p span {
	color: #006fcf;
	font-weight: bold;
}

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

.wrapper .grid_9 .passenger_details  .tabs li input[type=radio],
.wrapper .grid_9 .passenger_details  .tab-content input[type=radio] {
	display: none;
}

.wrapper .grid_9 .passenger_details  .tabs li input[type=radio] + label,
.wrapper .grid_9 .passenger_details  .tab-content input[type=radio] + label {
	cursor:pointer;
	float: left;
	background: url(../../images/radio_out.png) no-repeat left center;
	padding-left: 30px;
	margin-right: 20px;
	line-height: 20px;
	color: #393939;
	font-size: 14px;
	font-weight: bold;
}

.wrapper .grid_9 .passenger_details  .tabs li input[type=radio]:checked + label,
.wrapper .grid_9 .passenger_details  .tab-content input[type=radio]:checked + label {
	background: url(../../images/radio_over.png) no-repeat left center;
}

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

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

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

.wrapper .grid_9 .passenger_details  .tab-content input[type=radio] + label {
	margin-right: 40px;
}

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

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

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

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

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

.wrapper .grid_9 .passenger_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 .passenger_details .terms input[type=checkbox]:checked + label {
	background: url(../../images/check_over.png) no-repeat left center;
}

a.passenger_book {
	background: #006fcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	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.passenger_book:hover {
	background: #002a5c;
}
.nationality_0formError{
	top: 697px!important;
	left: 1080.5px!important;
}

 
@-moz-document url-prefix() {
   .nationality_0formError {
       top: 697px!important;
	   left: 1080.5px!important;
	   margin-top:-10px!important
    }
}
 
/*---------------------------------------------------------------------------------- Select new css ----------------------------------------------------------------------------------*/


.flight_search label {
	font-size: 16px !important;
	vertical-align: middle;
	line-height: 40px;
}

.flight_search .border label {
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 17px;
}

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


/*-------- Hotel Search --------*/
.flight_search .grid_6 .chosen-container {
    font-size: 16px;
	width: 77px !important;
	margin: 0;
	margin-left: 0px;
}

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

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

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

.flight_search .grid_6  .chosen-single.chosen-default {
	color: #ecebe9 !important;
}

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

.time-preference {
	margin-top: 10px;
}

.inside_search .time-preference .chosen-container{
	margin-left: 0px !important;
}

.flight_search .grid_12 .chosen-container {
    font-size: 16px;
	width: 69px !important;
	margin-left: 10px;
	margin-right: 45px;
}

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

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

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

.flight_search .grid_12 .chosen-single.chosen-default {
	color: #ecebe9 !important;
}

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

.flight_search .grid_12 .economy {
	display: inline-block;
}

.flight_search .grid_12 .economy .chosen-container {
    font-size: 14px;
	width: 125px !important;
	margin: 0;
	margin-left: 20px;
}

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

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

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

.flight_search .grid_12 .economy .chosen-single.chosen-default {
	color: #ecebe9 !important;
}

.flight_search .grid_12 .economy .chosen-container .chosen-results li {
	font-size: 12px;
}

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

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

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

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

.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: #006FCF;
    line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

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

.inside_search fieldset .chosen-container .chosen-results li {
	font-size: 12px;
	color: #006FCF !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;
}


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

.passenger_details fieldset .citizenship-2 .chosen-container {
	width: 147px !important;
	margin-right: 0px;
}

.expire{
	margin-left:-5px;
}

.middleName{
	padding-right: 6px!important;
}

.passenger_details fieldset .citizenship-3 {
	display: inline-block;
}

.passenger_details fieldset .citizenship-3 .chosen-container {
	width: 122px !important;
	margin: -2px 0 0 10px;
}

.passenger_details fieldset .citizenship-6 .chosen-container {
	width: 140px !important;
}

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

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

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

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

.passenger_details fieldset .chosen-container .chosen-results li {
	font-size: 12px;
	border-bottom: 1px solid #d4d4d4;
}

.passenger_details .citizenship-4 {
	margin-bottom: 10px;
}

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

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

.passenger_details .citizenship-4 .chosen-container-single .chosen-single div {
    width: 30px;
}

.passenger_details .citizenship-4 .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;
}

.passenger_details .citizenship-4 .chosen-single.chosen-default {
	color: #dbdad7 !important;
}

.passenger_details .citizenship-4 .chosen-container .chosen-results li {
	font-size: 12px;
}


/*------------------------------------new radio---------------------------------*/

.wrapper .grid_9 .passenger_details .tabs label,
.wrapper .grid_9 .passenger_details .radio label {
	cursor:pointer;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
	color: #393939;
	font-size: 14px;
	font-weight: bold;
}
.wrapper .grid_9 .passenger_details .tabs .jqTransformRadio,
.wrapper .grid_9 .passenger_details .radio .jqTransformRadio {
	float: left;
}
.wrapper .grid_9 .passenger_details fieldset .jqTransformRadio {
	width: 31px;
	height: 33px;
	display:inline-block;
	cursor:pointer;
	float: left;
	margin: 0;
	padding: 0;
}
.wrapper .grid_9 .passenger_details fieldset .male .jqTransformRadio {
	background: url(../../images/male_out.png) no-repeat left center !important;
}
.wrapper .grid_9 .passenger_details fieldset .male a.jqTransformChecked {
	background: url(../../images/male_over.png) no-repeat left center !important;
}
.wrapper .grid_9 .passenger_details fieldset .female .jqTransformRadio {
	background: url(../../images/female_out.png) no-repeat left center !important;
}
.wrapper .grid_9 .passenger_details fieldset .female a.jqTransformChecked {
	background: url(../../images/female_over.png) no-repeat left center !important;
}

.brandedFareIncluded {
	float: right;
	margin-right: 120px;
	color: white;
	cursor: pointer;
}

.brandedFaresPopUp{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #000000;
    display: block;
    padding-bottom: 10px;
    position: absolute;
    z-index: 999999;
    padding:10px 25px 10px 30px;
    top: 40px;
    left: 252px;
    width: 390px;
    font-size: 90%;
}

.brandedFaresPopUp table tr td {
	border-bottom: 1px solid #000000;
	padding: 5px;
	vertical-align: middle;
}

#criteria_flightCriteria_preferredAirlines_chosen {
	width : 200px !important;
	height: 100px;
    border: 1px solid #e0e0e0;
	color: #002a5c;
    line-height: 40px;
	font-weight: bold;
	padding: 0 0 0 0px;
	border-radius: 3px;
	
}

#flightCriteria_preferredAirlines_chosen {
	width : 600px !important;
	height: 44px;
    border: 1px solid #8e8e8e;
	color: #002a5c;
    line-height: 43px;
	font-weight: bold;
	padding: 0 0 0 0px;
	border-radius: 3px;
	
}

#criteria_flightCriteria_preferredAirlines_chosen ul.chosen-choices {
	border: 0;
	height: 100px !important;
	background-image: none !important;
	background-color:transparent !important;
	box-shadow: none !important;
}

#flightCriteria_preferredAirlines_chosen ul.chosen-choices {
	border: 0;
}

#criteria_flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-field input[type="text"],
#flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-field input[type="text"] {
	padding-top: 15px;
	font-size: 12px;
}

#criteria_flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-choice,
#flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-choice  {
	border: 0 !important;
	background-image: none !important;
	background-color:transparent !important;
	box-shadow: none !important;
	top: 10px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	color: #002a5c;
}

#criteria_flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-choice .search-choice-close {
	background: url(../../images/remove_out.png) no-repeat center;
	top: 0px;
	width: 14px;
	height: 14px;
}

#flightCriteria_preferredAirlines_chosen ul.chosen-choices li.search-choice .search-choice-close  {
	background: url(../../images/remove_out.png) no-repeat center;
	top: 1px;
	width: 14px;
	height: 14px;
}

#criteria_flightCriteria_preferredAirlines_chosen div.chosen-drop ul.chosen-results li.result-selected  {
	color: #ccc !important;
}

#criteria_flightCriteria_preferredAirlines_chosen div.chosen-drop ul.chosen-results li.active-result  {
	color: #006FCF !important;
}

