@charset "utf-8";

ul.ui-autocomplete.ui-menu li
{
    line-height: 20px;
}
ul.ui-autocomplete.ui-menu
{
    z-index:10004 !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
    position: absolute;
    background: #fff;
    border:2px solid #e5e5e5 !important;
    #text-transform: uppercase;
}



ul.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-content .ui-state-hover, .ui-autocomplete .ui-widget-header .ui-state-hover, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-widget-content .ui-state-focus, .ui-autocomplete .ui-widget-header .ui-state-focus
{
    background: transparent !important;
    #text-transform: uppercase;
    text-shadow: 0px 0px 0px black !important;
    color:inherit !important;
    font-size:inherit;
    font-family: inherit;

}

.search-content hr, .search-tab-content hr
{margin-bottom: 10px;
 margin-top: 10px;}

.search-content h5, .search-tab-content h5
{margin-bottom: 5px;
}

.travelo-circle {
  border: 1px solid;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.7333em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  text-align: center;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 34%;
    color: black;

}

#hotel-availability .listing-style3.hotel .details > *:first-child > *
{border-bottom: 0px;}

input.input-text1, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: none;
    line-height: normal;
}

.other-details input.input-text {
  padding-left: 15px;
  padding-right: 15px;
  height: 23px;
}

.cancelplcy a{
    cursor: pointer;
}
.cancelplcy a:hover{
    text-decoration: underline;
}

#more_rooms:hover{
    text-decoration: underline;
}
.atlas{
    display: none;
}
ul.check-square li:before{
    color: #d9d9d9;
    content: none;
}

ul.check-square li.active:before{
    content: "\e8ba";
}
.listing-style3.flight .details .details-wrapper > *:first-child > *{
    vertical-align: middle;
}

.tr-offer-price{
    text-decoration: line-through;
    font-size: 12pt;
    color: #e20707;
}
.ui-helper-hidden-accessible
{
    position:relative !important;
    display:none !important;
}

#booking .booking-info .room-info {
  float: left;
  padding: 2px 5px 2px 5px;
  border-left: 1px solid #f5f5f5;
  text-transform: uppercase;
  /*padding-top: 2px;*/
  margin-bottom: 0;
  width: 110px;
}

#booking .booking-info .room-info * {
  font-size: 0.8333em;
  font-weight: normal;
}
#booking .booking-info .room-info dt {
  color: #e44049;
}

#booking .booking-info .room-info *
{
  font-size: 0.9em;
  text-transform: capitalize;
}
#booking .booking-info .room-info dt
{
      color: #4A452A;
}

.act-select
{
	background: rgb(255, 255, 255) url("../images/select.png") no-repeat scroll right center;
	position: relative;
    border:none;
}
.act-select p
{
	cursor: pointer;
}
.act-select .dropdown-menu
{
	margin-top: 16px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
.act-select input[type="radio"], .act-select label,  .depart input[type="radio"]
{
    display: inline-block;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
    margin-top: 0;
}
.act-select .dropdown-menu li
{
	padding: 5px 10px;
	border: none;
	display: inline-block;
	width: 100%;
}
.act-select input[type='radio'], .depart input[type='radio']
{
  -webkit-appearance:none;
  appearance: none;
  width:13px;
  height:13px;
  border:1px solid #fecb00;
  border-radius:50%;
  outline:none;
}
.act-select input[type='radio']:before , .depart input[type='radio']:before
{
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;
  border-radius:50%;
}
.act-select input[type='radio']:checked:before, .depart  input[type='radio']:checked:before
{
  background:#fecb00;
}

.act-number label
{
    color: #333333;
    left: 18px;
    line-height: 15px;
    margin: 4px 0 0;
    position: absolute;
    text-align: left;
    font-weight: bold;
}
.act-number .dropdown-menu
{
	padding: 0 8px;
}
.act-number .dropdown-menu li
{
	border-bottom: 1px solid #e1e1e1;
}
.act-number  .dropdown-menu
{
	min-width: 250px;
}
/*.....................................................................................
number selector starts
.....................................................................................
*/

.quantity
{
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    display: inline-block;
    float: left;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    background: none;
    font-weight: bold;
    color: #333333;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav
{
    float: right;
    height: 42px;
    padding-top: 8px;
    position: relative;
}

.quantity-button
{
  position: relative;
  cursor: pointer;
  width: 25px;
  text-align: center;
  color: #767a7b;
  font-size: 14px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1.5px solid #d7d7d7;
  font-weight: bold;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 63%;
}

.quantity-button.quantity-down
{
    height: 63%;
    left: -24px;
    margin: 0 !important;
    position: absolute;
}

/*.....................................................................................
number selector ends
.....................................................................................
*/

.point-top:after
{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 47%;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1000;
}

.hmb-second-row .form-control
{
    height: 50px;
    line-height: 20px;
    padding-top: 14px;
}

*.......................................................................................................................................................
top-flights section starts here
.......................................................................................................................................................*/

.home-top-flights
{
    background: #ededed none repeat scroll 0 0;
    padding-bottom: 40px;
    padding-top: 40px;
}
.home-top-flights h2, .best-round-trips h2, .our-popular-destinations h2
{
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	text-transform: uppercase;
}
.home-top-flights  p, .best-round-trips p
{
	font-size: 12px;
	color: #999999;
}
.home-top-flights .row+.row
{
	margin-top: 25px;
}
.home-top-flights .row .col-md-4
{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #c8c8c8;
    padding: 10px;
}
.home-top-flights .row > .col-md-4:nth-child(2)
{
    margin-left: 1.25%;
    margin-right: 1.25%;
}
.htf-avatar
{
    float: left;
    width: auto;
}
.htf-avatar img
{
	max-width: 98px;
	width: 100%;
}
.mrg-btm
{
	margin-bottom: 30px;
}
.mrg-top
{
	margin-top: 30px;
}
.htf-flight-dtls
{
    float: left;
    margin-left: 4%;
    width: 69%;
}
.htf-from, .htf-to
{
    float: left;
    padding-top: 10px;
    width: 43%;
}
.htf-from p, .htf-to p
{
    margin-bottom: 0px;
}
.htf-link
{
    float: left;
    margin: 4%;
    width: 6%;
}
.htf-link img
{
	transform: rotate(45deg);
	width: 100%;
	max-width: 20px;
}
.htf-flight-dtls h5
{
	margin: 0;
	color: #333333;
	font-size: 12px;
}
.htf-divider
{
    border-top: 1px dotted #e9e8e8;
    float: left;
    margin: 14px 0;
    width: 100%;
}
.htf-price p
{
    color: #333333;
    line-height: 13px;
    margin-bottom: 0px;
}
.htf-price h4, .brt-price h4
{
    color: #0673c0;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
}
.htf-booknow
{
    background: #0e355d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}
.htf-booknow:hover
{
	color: #fecb00;
}
/*.......................................................................................................................................................
top-flights section ends here
.......................................................................................................................................................*/
.time .time-desc{
    font-size: 0.8em;
}

ul.check-square li:before {
  font-family: 'soap-icons';
  content: "\e8ba";
  background: #d9d9d9;
  color: #fff;
  padding: 1px 4px 0;
  margin-right: 10px;
  font-size: 12px;
}
ul.check-square li.active {
  background: @color;
  color: #fff;
}
ul.check-square li.active > a {
  color: #fff;
}
ul.check-square li.active:before {
  background: #fff;
  color: #fdb714;
}

.suggested-places ul.check-square li:before {
  float: left;
  line-height: 1.3em;
}
.suggested-places ul.check-square li > a {
  margin-left: 25px;
  display: block;
}
.suggested-places ul.check-square li:hover, .suggested-places ul.check-square li.active {
  background: none;
}
.suggested-places ul.check-square li:hover:before, .suggested-places ul.check-square li.active:before {
  background: #fdb714;
  color: #fff;
}
.suggested-places ul.check-square li:hover .box-title, .suggested-places ul.check-square li.active .box-title {
  color: @color;
}


ul.check-square li:before{
    color: #d9d9d9;
    content: none;
}

ul.check-square li.active:before{
    content: "\e8ba";
}