﻿/*HOTEL*/
/*HOTEL*/
/*HOTEL*/

@charset "utf-8";

.hotel-search-wrap .bottom .row .input-field {
	width: 100%;
	display: block;
}
.hotel-search-wrap {
	padding: 10px 0 10px !important;
}



.banner-content>.container{
	margin-top:100px;
}
.landing-banner .input-field select {
    min-width: 80px; 
}
.landing-banner .hotel-search-wrap .bottom .row .input-field.dateIcon {
    width: auto;
}

.page-hotel-listing .hotel-search-wrap .select-room-field,
.page-hotel-detail .hotel-search-wrap .select-room-field {
    width: auto !important;
}

.landing-banner .location-selector-wrap {
    margin-top: 0px !important;
}

.page-home #hotel .location-selector-wrap {
    margin-top: 10px !important;
    left:0px !important;
}

    .page-home #hotel .location-selector-wrap .location-lv1-wrap:last-child,
    .page-home #hotel .location-selector-wrap .location-lv2-wrap:last-child {
        display: none !important;
    }

.nomargin {
    margin: 0 0 0 0 !important;
}

.nopadding{
  padding: 0 0 0 0 !important;
}
.noborder{
  border: 0 !important;
}
.bg-orange01 {
    background-color: #FF8B04;
}
.bg-green01 {
    background-color: #4bbdad;
}

.card-hotel-wrap .card:nth-child(4n) {
    margin-right: 0;
}
.card-hotel-wrap .card .img {
    position: relative;
    background-position:center;
    background-size:cover;
}
.card-hotel-wrap .card .location {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: -180px;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, .8);

    -webkit-text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -ms-text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    -o-text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
.card-hotel-wrap .card .img {
    background-size:auto;
    background-position: top;
}
.card-hotel-wrap .card .content .top {
    position: relative;
    width: 100%;
}
.card-hotel-wrap .card .content .hotel {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-bottom:5px;
}  
.card-hotel-wrap .card .content .mid {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 100px;
}
.card-hotel-wrap .card .content .comments {
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
    color: #969696;
}
.card-hotel-wrap .card .content .bottom {
    position: relative;
    width: 100%;
    margin-top: 2px;
}
.card-hotel-wrap .card .content .distance {
    width: 100%;
}
.card-hotel-wrap .card .content .distance, .card-hotel-wrap .card .content .benifits div {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #969696;
}

.card-hotel-wrap .card .content .benifits div {
    font-size: 12px;
    line-height: 14px;
}

.card-hotel-wrap.card-2-wrap.withborder .card,
.card-hotel-wrap.card-2-wrap.withborder .card-2 {
    height: 380px;
}

.card-hotel-wrap.card-2-wrap .card .content {
    max-height: 180px;
}



.tripadvisor {
    margin: 8px 0;
    padding-left: 32px;
}
.tripadvisor:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 17px;
    margin-top: -2px;
    background-image: url('../img/common/icon-tripadvisor.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tripadvisor li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 1px solid #ff8b04;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tripadvisor li.full:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8b04;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hotel-inner-search {
    max-width: inherit !important;
    padding: 0;
}
.hotel-inner-search .hotel-search-tabs-content {
    display: table;
}
.hotel-inner-search .hotel-search-tabs-content .input-field {
    display: table-cell;
    width: 30%;
    padding-right: 10px;
    vertical-align: top;
}
.hotel-inner-search .hotel-search-tabs-content .input-field .input-field {
    display: table;
    margin-top: 10px;
    margin-left: auto;
    padding-right: 0;
}
.hotel-inner-search .hotel-search-tabs-content .input-field .input-field label {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-search .hotel-search-tabs-content .input-field .input-field .selectboxit-container {
    display: table-cell;
}
.hotel-inner-search .hotel-search-tabs-content .input-field:last-child {
    padding-right: 0;
}
.hotel-inner-search .hotel-search-tabs-content input {
    width: 100%;
}

.hotel-search-tabs-content .three-col .input-field:nth-child(1),
.hotel-search-tabs-content .three-col .input-field:nth-child(2) {
    width: 40%;
}

.hotel-search-tabs-content .three-col .input-field:last-child {
    width: 28%;
}

.banner-wrap-s {
    position: relative;
    width: 100%;
    height: 100px;
}

.banner-wrap-l {
    position: relative;
    width: 100%;
    height: 420px;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul.pagination li {
    margin-left: 6px;
    padding: 8px 10px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;

    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
ul.pagination .btn-prev, ul.pagination .btn-nect {
    color: #fff;
    background-color: #ff8b04;
}

.btn-submit {
    display: inline-block;
    min-width: 120px;
    padding: 10px 20px 10px 20px;
}

.hotel-filter-wrap {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 0px solid #c2c2c2;
    background-color: #4bbdad;
    color:#fff;
}
.hotel-filter-wrap .input-field {
    font-size: 14px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
    .hotel-filter-wrap .input-field select {
        text-align: right;
        height: auto;
        border: 0px !important;
        width: auto;
        float: right;
        background: #4bbdad;
        color: #fff;
    }

        .hotel-filter-wrap .input-field select:after {
            background-image: url(../img/common/btn-dropdown_w.png);
            content: '';
            top: 3px;
            width: 26px;
            height: 26px;
            margin-left: 0px;
            background-size: 26px 26px;
        }

        .hotel-filter-wrap .input-field select:hover,
        .hotel-filter-wrap .input-field select:active {
            border: 0px !important;
        }


    .hotel-filter-wrap .input-field select option {
        text-align: right;
    }

    .hotel-filter-wrap .input-field .selectboxit-container .selectboxit-btn {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
    }

.star-wrap {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 3px;
}

.icon-star {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background-image: url('../img/common/icon-star_yellow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon-star-grey {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background-image: url('../img/common/icon-star_stroke.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.line-through {
    text-decoration: line-through;
}

.hotel-listing-wrap .card {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
}
.hotel-listing-wrap .card .img {
    position: relative;
    display: table-cell;
    width: 225px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hotel-listing-wrap .card .location {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    color: #969696;
}
.hotel-listing-wrap .card .right {
    position: absolute;
    top: 20px;
    right: 25px;
    text-align: right;
}
.hotel-listing-wrap .card .right p {
    line-height: 1;
    margin-bottom: 5px;
}
.hotel-listing-wrap .card .content {
    position: relative;
    display: table-cell;
    padding: 20px 25px;
}

.hotel-listing-wrap .card .content .top {
    position: relative;
    width: 100%;
}
.hotel-listing-wrap .card .content .hotel {
    font-size: 14px; 
    width: 100%;
    color: #969696;
}
.hotel-listing-wrap .card .content .hotel p { 
    width: auto;
    margin-bottom: 0;
    vertical-align: top;
    text-align:left;
}
.hotel-listing-wrap .card .content .small {
    font-size: 14px;
    margin-bottom: 5px;
    color: #969696;
}




.hotel-listing-wrap .card .content .tripadvisor {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    padding-left: 32px;
}
.hotel-listing-wrap .card .content .tripadvisor:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 17px;
    margin-top: -2px;
    background-image: url('../img/common/icon-tripadvisor.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hotel-listing-wrap .card .content .tripadvisor li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 1px solid #ff8b04;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hotel-listing-wrap .card .content .tripadvisor li.full:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8b04;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hotel-listing-wrap .card .content .mid {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 100px;
}
.hotel-listing-wrap .card .content .comments {
    font-size: 14px;
    display: inline-block;
    color: #969696;
}
.hotel-listing-wrap .card .content .bottom {
    position: relative;
    width: 100%;
    margin-top: 2px;
}
.hotel-listing-wrap .card .content .distance {
    width: 100%;
}
.hotel-listing-wrap .card .content .distance, .hotel-listing-wrap .card .content .benifits div {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #969696;
}

.hotel-search-wrap-side p.highlight {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
.hotel-search-wrap-side .row {
    vertical-align: middle;
}
.hotel-search-wrap-side label {
    margin-bottom: 10px;
}

.hotel-search-wrap-side #search_head {
    color: #ffffff;
    background: #4bbdad;
    width: 100%;
    padding: 15px;
    display: inline-flex;
}

.hotel-search-wrap-side #search_head p {
    margin: 0px;
    font-size: 18px;
}

.hotel-search-wrap-side #search_head a {
    color: #ffffff;
    border-color: #fff;
    right: 15px;
    position: absolute;
    bottom: 10px;
}

.price-range-wrap, .ranking-range-wrap {
    font-size: 16px;
    position: relative;
}
.price-range-wrap .ui-slider, .ranking-range-wrap .ui-slider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.price-range-wrap .ui-slider *, .ranking-range-wrap .ui-slider * {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.price-range-wrap .ui-slider .ui-slider-range, .ranking-range-wrap .ui-slider .ui-slider-range {
    background-color: #e6e6e6;
}
.price-range-wrap .ui-slider-horizontal, .ranking-range-wrap .ui-slider-horizontal {
    position: relative;
    top: 5px;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}
.price-range-wrap .ui-slider-horizontal:after, .ranking-range-wrap .ui-slider-horizontal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.price-range-wrap .ui-slider-handle, .ranking-range-wrap .ui-slider-handle {
    top: -6px;
    width: 16px;
    height: 16px;
    margin-left: -4px;
    border: 0;
    outline: none;
    background: url('../img/common/btn-arrow-r-blue.png') no-repeat center;
    background-size: 16px 16px;
}
.price-range-wrap .ui-slider-handle:last-child, .ranking-range-wrap .ui-slider-handle:last-child {
    background: url('../img/common/btn-arrow-l-blue.png') no-repeat center;
    background-size: 16px 16px;
}

.hotel-room-detail {
    position: relative;
    display: table;
    width: 100%;
    background-color: #fff;
}
.hotel-room-detail .img {
    position: relative;
    display: table-cell;
    width: 225px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hotel-room-detail .location {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    color: #969696;
}
.hotel-room-detail .content {
    position: relative;
    display: table-cell;
    padding: 20px 25px;
}

.hotel-room-detail-wrap .content .col-6 {
    position: relative;
    display: table-cell;
    width: 50% !important;
}

.hotel-room-detail-wrap .content > .col-6:first-child {
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}

.hotel-room-detail-wrap .content > .col-6:last-child {
    padding-left: 20px;
}

.hotel-room-detail .content .top {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.hotel-room-detail-wrap .content .middle {
    position: relative;
    display: table;
    width: 100%;
}

.hotel-room-detail-wrap .content .middle .col-6{
    vertical-align: bottom;
}



.hotel-room-detail .content .hotel {
    display: inline-block;
    width: 100%;
    color: #969696;
}
.hotel-room-detail .content .hotel p {
    font-size: 18px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: top;
}
.hotel-room-detail .content .bottom {
    position: relative;
    width: 100%;
    margin-top: 2px;
}
.hotel-room-detail .content .bottom .room-desc p {
    font-size: 14px;
    margin-bottom: 2px;
    color: #969696;
}

span.icon {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
span.icon.icon-wifi {
    background-image: url('../img/common/icon-wifi.png');
}
span.icon.icon-car {
    background-image: url('../img/common/icon-car.png');
}
span.icon.icon-location {
    background-image: url('../img/common/icon-location.png');
}
span.icon.icon_24hours {
    background-image: url('../img/hotel/icon/icon_24hours.png');
}
span.icon.icon_bar {
    background-image: url('../img/hotel/icon/icon_bar.png');
}
span.icon.icon_businesscenter {
    background-image: url('../img/hotel/icon/icon_businesscenter.png');
}
span.icon.icon_elevator {
    background-image: url('../img/hotel/icon/icon_elevator.png');
}
span.icon.icon_fitnessdesign {
    background-image: url('../img/hotel/icon/icon_fitnessdesign.png');
}
span.icon.icon_freeonline {
    background-image: url('../img/hotel/icon/icon_freeonline.png');
}
span.icon.icon_indoorpool {
    background-image: url('../img/hotel/icon/icon_indoorpool.png');
}
span.icon.icon_laundry {
    background-image: url('../img/hotel/icon/icon_laundry.png');
}
span.icon.icon_luggage {
    background-image: url('../img/hotel/icon/icon_luggage.png');
}
span.icon.icon_outdoorpool {
    background-image: url('../img/hotel/icon/icon_outdoorpool.png');
}
span.icon.icon_parking {
    background-image: url('../img/hotel/icon/icon_parking.png');
}
span.icon.icon_Restaurant {
    background-image: url('../img/hotel/icon/icon_Restaurant.png');
}
span.icon.icon_roomfreedesign {
    background-image: url('../img/hotel/icon/icon_roomfreedesign.png');
}
span.icon.icon_year {
    background-image: url('../img/hotel/icon/icon_year.png');
}
.scroll-txt-area {
    font-size: 14px;
    position: relative;
    overflow-y: scroll;
    width: 100%;
    height: 200px;
    padding: 15px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
}

.hotel-confirmation-heading .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.hotel-confirmation-heading p span {
    font-size: 14px;
}

.page-hotel-detail .col-4 {
    position: relative;
}
.page-hotel-detail .col-8 {
    position: relative;
}
.page-hotel-detail .pn-ProductNav_Wrapper {
    border-top: 0;
}
.page-hotel-detail .pn-ProductNav_Wrapper .pn-landing-ProductNav_Contents {
    padding-right: 400px;
}
.page-hotel-detail .pn-ProductNav_Wrapper .right {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 400px;
}
.page-hotel-detail .pn-ProductNav_Wrapper .right p {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}
.page-hotel-detail .location-selector-wrap {
    z-index: 10;
    top: 44px;
    width: 600px;
    border-top: 1px solid #f5f5f5;
}
.page-hotel-detail .popup-selectbox {
    right: 10px;
}

.hotel-room-wrap{
  padding: 20px 0 !important;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0 !important;
}
.hotel-room-img-wrap{
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
}
.hotel-room-img-wrap .content-wrap{
  padding-bottom: 0;
  margin-bottom: 0;
}
.hotel-gallery-wrap {
    position: relative;
    width: 100%;
}
.hotel-gallery-wrap .slider-for {
    position: relative;
}
.hotel-gallery-wrap .slider-for .item {
    height: 460px;
}
.hotel-gallery-wrap .slider-nav {
    position: relative;
    margin-top: 10px;
}
.hotel-gallery-wrap .slider-nav .item {
    width: 120px;
    height: 90px;
    margin: 0 5px;
}
.hotel-gallery-wrap .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.hotel-room-detail-wrap .content div {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-bottom: 5px;
    color: #969696;
}
.hotel-room-detail-wrap .price {
    display: inline-block;
}
.hotel-room-detail-wrap .price-txt {
    display: inline-block;
    margin-right: 5px;
}
.hotel-room-detail-wrap .txt {
    display: inline-block;
}
.hotel-room-detail-wrap .highlight {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.hotel-room-detail-wrap .benifits {
    display: inline-block;
    list-style: disc;
}
.hotel-room-detail-wrap .benifits li {
    font-size: 14px;
    display: inline-block;
    width: 185px;
    padding-right: 20px;
}
.hotel-room-detail-wrap .benifits li:nth-child(3n) {
  padding-right: 0;
}
.hotel-room-detail-wrap .benifits li:before {
    content: '.';
    font-size: 22px;
    position: relative;
    top: -3px;
    display: inline-block;
    padding-right: 10px;
}


.hotel-room-detail-wrap .rate {
    position: relative;
    display: inline-block;
}

.hotel-room-detail-wrap .rate span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../img/common/icon-star_stroke.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hotel-room-detail-wrap .rate span.solid {
    background-image: url('../img/common/icon-star_yellow.png');
}

.around-hotel {
    position: relative;
    width: 100%;
    height: 560px;
}

.table-hotel-detail {
    width: 100%;
    margin-bottom: 10px;
    color: #e6e6e6;
}
.table-hotel-detail thead th {
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 15px !important;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(1), .table-hotel-detail tr:nth-child(1) th:nth-child(1) {
    min-width: 280px;
    padding: 0;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(2), .table-hotel-detail tr:nth-child(1) th:nth-child(2) {
    min-width: 250px;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(3), .table-hotel-detail tr:nth-child(1) th:nth-child(3) {
    width: 250px;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(4), .table-hotel-detail tr:nth-child(1) th:nth-child(4) {
    width: 360px;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(5), .table-hotel-detail tr:nth-child(1) th:nth-child(5) {
    min-width: 160px;
}
.table-hotel-detail tr:nth-child(1) td:nth-child(6), .table-hotel-detail tr:nth-child(1) th:nth-child(6) {
    min-width: 160px;
}
.table-hotel-detail td {
    padding: 10px 15px;
    vertical-align: middle;
    border: 1px solid #f5f5f5;
}
.table-hotel-detail td .img {
    width: 280px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.table-hotel-detail td:last-child {
    vertical-align: middle;
}
.table-hotel-detail td.td-price {
    position: relative;
}

.hotel-search-wrap .oragne-block {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #FFFFFF;
  background-color: #FF8B04;
}
.hotel-search-wrap .bottom .row .input-field label {
    padding-left: 10px;
}
.hotel-search-wrap .oragne-block:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #FF8B04;
}

.w100{
  width: 100% !important;
}

.hotel-search-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  text-align: left;
}
.hotel-search-wrap.hotel-search-wrap {
    max-width: 450px;
    margin: 0 0 50px 0px;
}

.page-hotel-detail .hotel-search-wrap.hotel-search-wrap {
    margin: 0px;
}

.hotel-search-wrap .top {
    position: relative;
    width: 100%;
    border: 0px solid #969696;
    background-color: #3fa9f5;
    color: #ffffff;
}

    .hotel-search-wrap .top p {
        font-size: 24px;
        display: inline-block;
        min-width: 80px;
        padding: 8px 10px 8px 65px;
        text-align: center;
        color: #ffffff;
    }
.hotel-search-wrap .top img{
  position: absolute;
  display: block;
  top: 10px;
  left: 20px;
  width: 34px;
  height: 34px;
}

.hotel-search-wrap .bottom {
  position: relative; 
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.hotel-search-wrap .bottom .selectboxit-container {
  width: 100%;
}
.hotel-search-wrap .bottom .row {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: top;
}
.hotel-search-wrap .bottom .row .input-field {
  position: relative;
  display: table-cell;
  padding-right: 10px;
  vertical-align: bottom;
}
.hotel-search-wrap .bottom .row .input-field label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hotel-search-wrap .bottom .row .input-field:last-child {
  padding-right: 0;
}
.hotel-search-wrap .bottom .row.two-col .input-field {
  width: 359.5px;
}

.hotel-search-wrap .bottom .row.four-col .input-field:nth-child(2) {
  width: 359.5px;
}
 

    .hotel-search-wrap .bottom .row .checkbox-wrap {
        padding-bottom: 15px;
    }

.page-hotel-detail .hotel-search-wrap .bottom .row {
    margin-bottom: 10px;
}

.card-2-wrap.three-col .card {
    width: 380px;
    height: 320px;
}

.select-wrap.w100 .selectboxit-container{
  width: 100%;
}
.hotel-landing-ad-wrap .listing-info-wrap{
  padding: 20px;
  margin-bottom: 0 !important;
}

.hotel-landing-ad-wrap .listing-info-wrap.two-col .listing-info{
  width: 49.5%;
  margin-right: 0;
  padding-right: 20px;
  margin-bottom: 15px;
}

.hotel-landing-ad-wrap .listing-info-wrap.pink-arrow .listing-info:before {
    content: '';
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #3fa9f5;
    background-image: url(../img/common/btn-arrow-s_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
  }


.card-3-wrap.eight-col .card{
  width: 138px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.card-3-wrap.eight-col .card:nth-child(8n){
  margin-right: 0;
}

.card-3-wrap.eight-col .card span{
  font-size: 20px;
} 

.trigger-location-selector#form_from:before, .trigger-location-selector:first-child:before {
    background-image: url('../img/common/icon_city.png');
	height:16px;
	width:16px;
	opacity:1;
}
.hotel-landing-ad {
    background: #fff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    -moz-box-shadow: inset 0 0 5px #E6E6E6;
    -webkit-box-shadow: inset 0 0 5px #E6E6E6;
    box-shadow: inset 0 0 5px #E6E6E6;
}

    .hotel-landing-ad .label-promo {
        display: inline-table;
    }

        .hotel-landing-ad .label-promo li {
            font-size: 0;
            display: table-cell;
            width: 25%;
            padding: 20px;
            border-right: 1px solid #E6E6E6;
            text-align: left;
            vertical-align: top;
        }

            .hotel-landing-ad .label-promo li:last-child {
                border-right: 0px;
            }

            .hotel-landing-ad .label-promo li .icon {
                display: table-cell;
                width: 45px;
                height: 45px;
                background-repeat: no-repeat;
                background-position: left;
                background-size: contain;
            }

            .hotel-landing-ad .label-promo li h4 {
                display: table-cell;
				color: #333333;
            }

            .hotel-landing-ad .label-promo li .txt {
                font-size: 16px;
				line-height:20px;
                display: table-cell;
                padding-left: 20px;
                vertical-align: middle;
                color: #666666;
            }

.hotel-landing-bannerad-wrap img {
    max-width: 100%;
}
.hotel-listing-wrap .card .img {
    position: relative;
    display: table-cell;
    width: 225px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location-selector-wrap{
    z-index:99; 
}


.page-hotel-listing .hotel-search-wrap.hotel-search-wrap,
.hotel-detail-search.hotel-search-wrap {
    max-width: 100%;
}

.page-hotel-listing .hotel-search-wrap .select-01 {
    width: 150px;
}

.page-hotel-listing .hotel-search-wrap .hotel-room-wrap,
.hotel-search-wrap.hotel-detail-search .hotel-room-wrap {
    border-top: 0px;
    padding: 5px 0 !important;
    width: auto;
    float: right;
    clear: both;
}

    .page-hotel-listing .hotel-search-wrap .hotel-room-wrap{
        padding-top:0 !important;
        
    }

    .page-hotel-listing .hotel-search-wrap .hotel-room-wrap .input-field,
    .hotel-search-wrap.hotel-detail-search .hotel-room-wrap .input-field {
        width: auto;
        padding-left: 10px;
        padding-right: 0;
    }

    .page-hotel-listing .hotel-search-wrap .hotel-room-wrap .input-field {
        width: auto !important; 
    }

.hotel-search-wrap.hotel-detail-search .hotel-room-wrap .input-field{
    text-align:right;
}

.hotel-search-wrap-side .content-wrap {
    padding: 15px;
}


.hotel-search-wrap-side p.label {
    font-size: 16px;
    color: #898989;
}


.hotel-search-wrap-side #hotel-price-range-txt,
.hotel-search-wrap-side #ranking-range {
    border: 0px;
    width: auto;
}

.hotel-search-wrap-side #hotel-price-range-slider,
.hotel-search-wrap-side #ranking-slider-range {
    margin-top: 10px;
    width: calc(100% - 10px);
}

.hotel-search-wrap-side .ui-widget.ui-widget-content {
    overflow-y: unset;
    overflow-x: unset;
    width: auto;
}
.hotel_disabledbook{
    background:#c2c2c2!important;
}

.select-room-field select{
    width:150px;
}

.page-hotel-listing .select-room-field select.select-01,
.page-hotel-detail .select-room-field select.select-01 {
    width: 95px;
}

.hotel-detail-search .hotel-search-tabs-content .input-field,
.page-hotel-listing .hotel-search-tabs-content .input-field {
    vertical-align: top !important;
} 

    .page-hotel-listing .hotel-search-tabs-content .input-field.trigger-location-selector,
    .page-hotel-detail .hotel-search-tabs-content .input-field.trigger-location-selector {
        min-width: 210px;
        width: 210px;
    }

    .page-hotel-listing .hotel-search-tabs-content .input-field.dateIcon {
        width: 150px !important;
    }

    .hotel-detail-search .hotel-search-tabs-content .input-field span,
    .page-hotel-listing .hotel-search-tabs-content .input-field span {
        font-size: 16px;
        margin-right: 10px;
        line-height: 40px;
    }

.hotel-search-wrap.hotel-detail-search .hotel-room-wrap {
    padding: 0px 0px 10px !important;
} 

.hotel-detail-search .hotel-search-tabs-content .row .hotel-child,
.page-hotel-listing .hotel-search-tabs-content .row .hotel-child {
    text-align: right;
}

#top_ProductNav_Wrapper {
    background: #fff;
    display: none;
    z-index: 999;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

#div_HotelList .card .content .top img {
    display: inline-block;
    margin: 5px 0px;
    padding-right: 10px;
}

#div_HotelList .card .content .price {
    padding-right: 0px;
    padding-top: 10px;
}

.page-hotel-listing .hotel-search-wrap .bottom,
.hotel-detail-search.hotel-search-wrap .bottom {
    padding-bottom: 1px;
}

.btn-change-hotel {
    padding: 10px 50px 10px 50px;
    color: #3fa9f5;
    border: 1px solid #3fa9f5;
    background-color: transparent;
}
 

.night-number-field #nightnum {
    max-width: 20px;
    text-align: center;
    height: 40px;
    background: #fff;
}

.landing-banner .night-number-field #nightnum {
    max-width: 40px; 
}

.night-number-field span {
    font-size: 14px;
    padding: 5px;
}

.page-hotel-listing .night-number-field,
.hotel-detail-search .night-number-field {
    width: auto !important;
    white-space: nowrap;
}
 

.sorting-list {
    position: absolute;
    background: #fff;
    width: auto;
    padding: 0px 10px 10px;
    margin-top: 7px;
    z-index: 9;
    right: 0px;
    -webkit-animation: fadeOut 5s;
    animation: fadeOut 5s;
    display: none;
}

.sorting-item {
    padding: 7px 0px;
    min-width: 70px;
    display: inline-table;
}

.sorting-list li {
    margin-top: 10px;
}

    .sorting-list li a {
        font-size: 16px;
        color: #000;
    }

.th.txt-r .sorting-list {
    right: 5px;
}

.th.txt-c .sorting-list {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.th:hover .sorting-item ~ .sorting-list,
.th .sorting-item:hover ~ .sorting-list,
.sorting-list:hover {
    display: block; 
} 

.table-hotel-sorting .th {
    text-align: right;
    padding-right: 30px !important;
}

.table-hotel-sorting .th:first-child{
    text-align:left;
}


#mapMarkerHotel .detail-bar {
    display: inline-flex;
}

#mapMarkerHotel .detail-bar .location {
    margin-top: 5px;
    margin-right: 10px;
}

#mapMarkerHotel .middle .facilities li {
    max-width:350px;
}

#mapMarkerHotel .middle .facilities li {
    padding: 3px 0;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #969696;
}

#mapMarkerHotel .stars-rates {
    padding: 10px 0px 5px;
    font-size: 14px;
    line-height: 16px; 
    color: #969696;
    display: flex;
}

#btn-search-hotel {
    height: 40px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.searchBtn .btn-wrap {
    border-radius: 3px;
}

.input-field textarea#specrequest{
    width:70%;
}

.progress-bar li.half span.dot,
.progress-bar li.full span.dot,
.progress-bar li.half:after,
.progress-bar li.full:after {
    background-color: #ff9600;
}

.table-customer-confirm .th{
    width:33%;
}

.hotel-Home-promotion .main-content,
.hotel-landing-content {
    padding-top: 0px;
}

.confirm-item {
    display: inline-flex;
}

.hotel-confirm-page .input-field .select2 {
    width: 150px !important;
    min-width: 150px;
}

.autoSearchLoading {
    z-index: 99999;
    position: fixed;
    background-color: #ffffff;
    display: none;
    text-align:center;
}

.autoSearchLoading img {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.autoSearchLoading span {
    margin-left: 6px; 
    display: inline-block;
    font-size:10px;
    vertical-align: bottom; 
}

.hotel-room-detail-wrap .rate .title {
    white-space: pre;
    margin-right: 20px;
    background-image: none;
}


/*酒店自動搜索樣式*/
.ui-widget.ui-widget-content { 
    overflow-y: scroll;
    overflow-x: hidden;
    width: 400px;
}
 
.ui-menu-item-wrapper.ui-state-active {
    background: #fff;
    color: #3fa9f5;
    border: 1px solid #fff;
}

.ui-menu li {
    font-size: 15px;
    line-height: 1.5;
    color: #969696;
    padding-left: 5px;
}

.city0, .hotel0, .traffic0, .scenics0, .school0 {
    padding-top:35px !important;
    top:5px;
}

.city0::after {
    display: block;
    padding-left: 15px;
    content: "城市/區域";
    background: url('../../../../img/hotel/positioning.png') left 3px no-repeat;
    background-size: auto 16px;
    white-space: nowrap;
    top: 5px;
    position: absolute;
}
 
.hotel0::after {
    display: block;
    padding-left: 18px;
    content: "酒店";
    background: url('../../../../img/hotel/hotel.png') left 3px no-repeat;
    background-size: auto 16px;
    white-space: nowrap;
    top: 5px;
    position: absolute;
}

.traffic0::after {
    display: block;
    padding-left: 18px;
    content: "車站/機場";
    background: url('../../../../img/hotel/transportation.png') left 3px no-repeat;
    background-size: auto 16px;
    white-space: nowrap;
    top: 5px;
    position: absolute;
}

.scenics0::after {
    display: block;
    padding-left: 18px;
    content: "景點";
    background: url('../../../../img/hotel/house.png') left 3px no-repeat;
    background-size: auto 16px;
    white-space: nowrap;
    top: 5px;
    position: absolute;
}

.school0::after {
    display: block;
    padding-left: 18px;
    content: "學校";
    background: url('../../../../img/hotel/banner.png') left 3px no-repeat;
    background-size: auto 16px;
    white-space: nowrap;
    top: 0px;
    position: absolute;
}

@media screen and (max-width: 993px) {
    .banner-content > .container {
                margin-top: 0px;
            }

            .hotel-search-wrap .bottom .row {
                position: relative;
                display: flex;
                width: 100%;
                margin-bottom: 1px;
                vertical-align: top;
            }

            .datepicker-wrap:before {
                top: 46px;
            }

            .trigger-location-selector:before {
                top: 22px;
            }

            .card-3-wrap.eight-col .card {
                width: 32.5%;
                margin: 1px !important;
            }

            .hotel-landing-ad .label-promo li {
                display: block;
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #E6E6E6;
            }

                .hotel-landing-ad .label-promo li:last-child {
                    border-bottom: none;
                }

                .hotel-landing-ad .label-promo li .txt {
                    line-height: 24px;
                    font-size: 14px;
                }
    /**
            .hotel-listing-wrap .card .img {
                display: table-cell !important;
                width: 150px !important;
            }*/

            .hotel-listing-wrap .card .content {
                padding: 10px 10px !important;
            }

            .hotel-listing-wrap .card .right {
                top: 10px !important;
                margin-bottom:10px;
            }

            .benifits {
                /*display: none;*/
            }

            .icon-star, .icon-star-grey, .hotel-room-detail-wrap .rate span {
                width: 10px;
                height: 10px;
                margin-right: 0px;
            }

            .hotel-listing-wrap .card .content .tripadvisor li, .tripadvisor li {
                width: 10px;
                height: 10px;
                margin-right: 0px;
            }

                .hotel-listing-wrap .card .content .tripadvisor li.full:before, .tripadvisor li.full:before {
                    width: 6px;
                    height: 6px;
                }

            .hotel-listing-wrap .card .location {
                font-size: 12px;
            }

            .hotel-listing-wrap .card .content .comments {
                font-size: 12px;
            }

            .hotel-room-detail-wrap .content > .col-6:first-child {
                border-right: 1px solid #e6e6e6;
                display: contents;
            }

            .hotel-room-detail-wrap .content div {
                padding: 0px 5px;
            }

            .hotel-room-detail-wrap .content > .col-6:last-child {
                padding-left: 10px;
            }

            .hotel-room-detail-wrap .content .middle .col-6 {
                vertical-align: top;
            }

            .tripadvisor {
                margin: 0px 0;
                padding-left: 32px;
            }

            .desktop_ver {
                display: none !important;
            }


    .hotel-search-wrap .dateIcon,
    .hotel-search-wrap .night-number-field,
    .hotel-search-wrap .hotel-room-num,
    .hotel-search-tabs-content .input-field.dateIcon,
    .page-hotel-listing .hotel-search-tabs-content .input-field.dateIcon {
        width: calc((100% - 80px) / 2) !important;
        display: inline-block !important;
    }


    .hotel-search-wrap .row .input-field select{
        width: 100% !important;
    }
     
    .hotel-search-wrap .hotel-child .input-field:first-child {
        width: 180px !important;
    }

    .hotel-search-wrap .three-col.hotel-child .input-field p {
        padding-top:5px;
    }

    .hotel-search-tabs-content .input-field.dateIcon input {
        min-width: initial !important;
    }

    .hotel-search-tabs-content .input-field.night-number-field {
        width: 60px !important; 
        margin-right:0px;
    }


    .hotel-search-tabs-content .input-field {
        margin-bottom: 15px;
    }


    .hotel-search-wrap .dateIcon:first-child,
    .hotel-search-wrap .night-number-field,
    .hotel-search-wrap .hotel-adult .input-field:first-child,
    .hotel-search-wrap .hotel-child .input-field:first-child,
    .landing-banner .hotel-search-wrap .three-col.hotel-adult .input-field p,
    .hotel-search-wrap .three-col.hotel-adult .input-field:nth-child(2),
    .page-hotel-detail .hotel-search-wrap .hotel-adult.hotel-adult-1 .input-field:nth-child(2),
    .page-hotel-listing .hotel-search-tabs-content .four-col .input-field:nth-child(2),
    .mobile-search-page .hotel-search-wrap .three-col.hotel-child .input-field:nth-child(2),
    .landing-banner .hotel-search-wrap .three-col.hotel-child .input-field:nth-child(2){
        margin-right: 15px;
    }
     
    .hotel-search-wrap .three-col.hotel-adult .input-field p{
        margin-right: 10px !important;
    }

    .hotel-detail-search .hotel-search-tabs-content .input-field span,
    .hotel-search-wrap .three-col.hotel-adult .input-field p,
    .hotel-search-wrap .three-col.hotel-child .input-field p,
    .page-hotel-listing .hotel-search-tabs-content .input-field span {
        white-space: pre;
        width: 42px;
        font-size: 14px;
        line-height: 1.6em;
    }

    .hotel-search-wrap .three-col.hotel-adult .input-field,
    .hotel-search-wrap .three-col.hotel-child .input-field {
        width: calc((100% / 3) - 30px) !important;
    }


        .hotel-search-wrap .three-col.hotel-adult .input-field:nth-child(2),
        .hotel-search-wrap .three-col.hotel-child .input-field:nth-child(2),
        .page-hotel-listing .hotel-search-wrap .hotel-child .input-field:first-child,
        .page-hotel-detail .hotel-search-wrap .hotel-child .input-field:first-child {
            width: calc((100% / 3) + 22px) !important;
        }


    .page-hotel-listing .hotel-search-wrap .three-col.hotel-child .input-field:nth-child(2) {
        width: auto !important;
    }

    .page-hotel-listing .hotel-search-wrap .hotel-child .input-field:first-child,
    .page-hotel-detail .hotel-search-wrap .hotel-child .input-field:first-child {
        margin-right: 0px;
    }

    .page-hotel-listing .hotel-search-wrap .hotel-child .input-field select { 
    }

    .hotel-search-wrap .night-number-field {
        background: #fff;
    }

    .page-hotel-listing .hotel-search-tabs-content .input-field span,
    .hotel-detail-search .hotel-search-tabs-content .input-field span {
        margin-top: 10px;
    }

    .hotel-search-wrap .hotel-adult .input-field,
    .hotel-search-wrap .hotel-child .input-field {
        width: initial !important;
        display: inline-flex !important;
    }

    .page-hotel-detail .hotel-search-wrap .bottom .row,
    .page-hotel-listing .hotel-search-wrap .bottom .row {
        /*display: contents;*/
        display: inline-block;
    }


    .page-hotel-detail .hotel-search-wrap .bottom .row {
        margin-bottom: 0px;
    }
     
        .landing-banner .hotel-search-tabs-content .input-field input {
            border-radius: 0px;
        }

    .landing-banner .hotel-search-wrap .three-col,
    .hotel-search-wrap .bottom .row {
        display: inline-flex;
        text-align: right;
    }
     
    .landing-banner .hotel-search-wrap .three-col.hotel-child .input-field p {
        width: 100%;
        text-align: right;
    }
    
    .page-hotel-detail .hotel-search-wrap .hotel-adult.hotel-adult-1 .input-field:first-child{
        text-align:left;
    }
     
    .mobile-search-page .hotel-search-wrap .three-col.hotel-child .input-field:last-child select {
        margin-left: 0px;
    }

    .mobile-search-page .hotel-search-wrap .three-col.hotel-child .input-field p,
    .page-hotel-listing .hotel-search-wrap .three-col.hotel-child .input-field p {
        text-align: right;
        width: 100%;
    }

    .hotel-detail-search .hotel-search-tabs-content .row .hotel-child .input-field span,
    .page-hotel-listing .hotel-search-tabs-content .row .hotel-child .input-field span {
        margin-right: 15px;
    }

    .page-hotel-detail .hotel-search-wrap .input-field select.select-01,
    .page-hotel-listing .hotel-search-wrap .input-field select.select-01 {
        width: 80px;
    }

    .hotel-search-wrap.hotel-detail-search .hotel-room-wrap {
        /*display: table-cell !important;*/
        padding: 0px !important;
    }
      

    .hotel-search-wrap .three-col.hotel-adult .input-field:last-child{
        margin-right: 0px;
        display: inline-block !important;
    }


        .hotel-search-wrap.hotel-search-wrap {
            /* text-align:center; */
        }


    .hotel-landing-banner {
        display: block !important;
        background: #fff;
        background-image: none !important;
        padding: 30px 0px 0px;
    }

    .hotel-search-wrap .top img {
        top: 5px;
    }

    .hotel-search-wrap .top p {
        padding: 10px 10px 10px 70px;
    }

    .hotel-search-wrap .bottom {
        padding: 20px 10px 10px;
    }

    .landing-banner .hotel-search-wrap{
        margin:0px;
    }

    .hotel-landing-content h4 {
        margin-top: 15px;
    }

    .hotel-Home-promotion .card-2-wrap.three-col .card {
        width:100%;
        margin:auto !important;
        height:250px;
    }

    .hotel-Home-promotion .card-2-wrap .card .content {
        top: 140px;
    }

    .hotel-Home-promotion .card-2-wrap .card .img {
        height: 170px;
    } 

    .card-hotel-wrap.card-2-wrap.withborder .card, 
    .card-hotel-wrap.card-2-wrap.withborder .card-2{
        height:300px;
    }

    .card-hotel-wrap .card .content .benifits div,
    .hotel-listing-wrap .card .content .distance,
    .hotel-listing-wrap .card .content .benifits div {
        font-size: 11px;
        line-height: 11px;
    }

    .hotel-listing-wrap .card .content .distance,
    .hotel-listing-wrap .card .content .benifits div {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .around-hotel {
        height: 350px !important;
        margin-top: 15px;
    }



    .hotel-search-wrap .btn-wrap {
        width: 100% !important;
        margin-bottom: 15px;
    }

    #div_HotelList .card .content .price {
        padding-top: 0px;
    }

     
    .btn-sorting {
        background: #4bbdad;
        float: right;
        bottom: 10px;
    }

    .hotel-advanced-search-overlay.open-advanced-search {
        display: block;
    }

    .hotel-advanced-search-overlay ~ .hotel-advanced-search {
        top: 56px;
    }

    .hotel-advanced-search-overlay.open-advanced-search ~ .hotel-advanced-search {
        /*background: rgba(0, 0, 0, .7);*/
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }

    .hotel-advanced-search-overlay.open-advanced-search ~ .hotel-advanced-search .content-wrap {
        overflow: auto;
        max-height: calc(100vh - 124px);
    }

    .hotel-advanced-search-overlay.open-advanced-search ~ .hotel-advanced-search #search_head .btn-close {
        left: -60px;
    }

    .hotel-advanced-search-overlay.open-advanced-search ~ .hotel-advanced-search:before {
        color: #ffffff;
        background: rgba(255, 40, 100, 0);
        opacity: 0;
    }


    .hotel-advanced-search-overlay {
        display: none;
        background: rgba(0,0,0,0.7);
        position: fixed;
        top: 0  ;
        left: 0;
        width: 100%;
        z-index: 9;
        height: 100%;
    }



    .hotel-advanced-search {
        position: absolute;
        top: 0;
        right: 0;
    }

    .hotel-advanced-search {
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        top: 0;
        opacity: 0;
        right: 0;
        z-index: 9999;
        width: 80%;
        padding-top: 68px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }

        .hotel-advanced-search.active {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }

        .hotel-advanced-search .inner .input-field {
            padding: 0 10px;
        }

    .hotel-advanced-search:before {
        font-family: 'Material Icons';
        content: 'close';
        display: block;
        color: #fff;
        text-align: center;
        opacity: 0;
        position: absolute;
        cursor: pointer;
        width: 50px;
        line-height: 50px;
        font-size: 30px;
        z-index: 10000000;
        top: 0;
        height: 50px;
        right: 100%;
        -webkit-transition: opacity ease 200ms;
        -o-transition: opacity ease 200ms;
        transition: opacity ease 200ms;
        transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .hotel-advanced-search.active:before {
        opacity: 1;
    }


        .hotel-advanced-search #search_head {
            color: #ffffff;
            background: #4bbdad;
            width: 100%;
            position: fixed;
            right: 0;
            top: 0;
            padding: 20px;
            display: inline-flex;
            min-height: 68px;
        }

        .hotel-advanced-search .content-wrap {
            position: fixed;
            top: 68px;
            right: 0;
            width: 100%;
        }

    .page-hotel-listing .col-3,
    .page-hotel-listing .col-3 .hotel-landing-bannerad-wrap {
        padding-top: 20px;
    }

    .hotel-room-detail-wrap .benifits li {
        font-size: 12px;
        line-height: 12px; 
        width: 45%;
        padding-right: 0px;
    }

    .card-hotel-wrap.card-2-wrap.withborder .card, 
    .card-hotel-wrap.card-2-wrap.withborder .card-2{
        height:340px;
    }


    .hotel-confirm-page .hotel-confirmation-heading {
        margin-top: 0px;
    }

    .hotel-confirm-page .input-field .select2 {
        width: 100px !important;
        min-width: 100px;
    }

    .hotel-confirm-page .contact-person-info .row {
        margin-top: 0px;
    }

    .btn-wrap.half .btn {
        /* width: 45%;*/
        width: 135px;
        float: none;
        white-space: nowrap;
        display: inline-block;
        padding: 10px !important;
    }

        .btn-wrap.half .btn:last-child {
            float: right;
            position: absolute;
            margin-left: 15px;
        }

    .hotel-checkout-page .table-customer-confirm {
        display: inline-grid;
    }

    .hotel-checkout-page .table-customer-confirm .td {
        display: flex;
        padding: 5px 15px;
    }

    .hotel-checkout-page input#CouponCode{
        height:40px !important;
    }

    .table-hotel-detail td .img {
        height: 250px;
    }

    .night-number-field #nightnum,
    .night-number {
        max-width: 20px !important;
        padding: 12px 0px !important;
    }

    .hotel-landing-banner .hotel-search-wrap .top {
        display:none;
    }

    .location-selector-wrap .location-lv2-wrap ul li {
        padding: 10px;
    }


    .hotel-items p:last-child {
        margin-bottom: 10px;
    }

    .table-hotel-detail tr td.hotel-items {
        width:100%;
    }

    .hotel_short_info {
        background: #fff;
        border: 1px solid #E6E6E6;
        margin: 10px auto 20px;
        padding: 10px;
        display: inline-table;
        width: 100%;
    }

    .hotelgreyIcon {
        background: url(../img/hotel/icon_hotel_grey.png) 0px center no-repeat;
        width: 36px;
        height: 36px;
    }

    .hotel_short_info li{
        width: 100%;
        text-align:left;
    }

    .hotel_short_info .night-number {
        text-align: center;
    }


    .hotel_short_info li .btn-box {
        white-space: nowrap;
        position: absolute;
        margin-top: -40px;
        right: 10px;
    }


    .hotel-search-wrap-mobile{
        display:none;
    }

    ul.ui-widget.ui-widget-content {
        width: calc(100% - 32px) !important;
    }

    .gender-field,
    .gender-field select,
    .input-field textarea{
        width: 100% !important;
    }

    p.icon-security{
        margin-bottom:15px;
    }

    .hotel-landing-ad-wrap .listing-info-wrap.two-col .listing-info {
        width: 100%; 
        padding-right: 15px;
    }


    .hotel-search-wrap-side .content-wrap {
        padding: 15px 15px 50px 15px;
    }

    .hotel-search-wrap-side #search_head a.mobile_ver {
        left: 15px;
        right: initial;
    }
     
}
        /** end max-width: 993px */


@media screen and (max-width: 320px) {

    .hotel-advanced-search #search_head a {
        padding: 10px 10px;
    }

}








