html, body {
    height: auto !important;
    background-color: #fff;
}
:-moz-focusring  {
    outline: 2px solid rgba(47, 144, 254, 0.7);
}
/* FONT */
body{
    font-family: 'Roboto', sans-serif;
    background-color:inherit;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
blockquote{
    font-size: 13px;
    margin: 0;
    padding: 0 20px;
}
a:focus, .name_room:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}
a.label_link,
a.userAgreementLink,
label.ch_label,
a.label_link,
.md-radio,
.md-radio > label:not(.rate-label){
    outline: none !important;
}
.btn-default:focus,
.select_accommodations_tab .table td.adults .bootstrap-select .btn:focus, .select_accommodations_tab .table td.children .bootstrap-select .btn:focus,
.additional-guests-prev:focus, .additional-guests-next:focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.find-by-promo:focus, .find-by-group-code:focus,
.roomtype .bootstrap-select .btn:focus{
    color: #333;
    background-color: #acabab;
    border-color: #8c8c8c;
}

.btn.green:not(.btn-outline):focus,
.roomtype .bootstrap-select.rooms_select .btn:focus{
    color: #FFF;
    background-color: #17645d;
    border-color: #18666d;
}
.check_availability_group .btn:not(.btn-outline):focus {
    color: #fff;
    background-color: #e12330;
    border-color: #a1161f;
}
.padding-0{
    padding:0 !important;
}
.padding-15{
    padding:15px;
}
.padding-left-0{
    padding-left: 0;
}

.padding-right-0{
    padding-right: 0;
}

.margin-left-0{
    margin-left: 0 !important;
}
.margin-right-0{
    margin-right: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.red{
    color:red;
}
.blue{
    color:#12234e;
}
.bold {
    font-weight: 600 !important;
}
.medium {
    font-weight: 500 !important;
}

.page-header.navbar{
    height:auto;
}
.page-header-inner .hotel_name{
    margin:0;
    color:#fff;
    margin-top: 10px;
    font-size:27px;
}
.page-header-inner{
    padding-bottom:10px;
}
.check_availability_group {
    text-align: center;
    padding-left: 0;
}
.check_availability_group i {
    font-size: 18px !important;
}
.page-boxed .page-container{
    border:none;
}
.page-bar .page-breadcrumb {
    padding:5px 0;
}
.page-bar.small .page-breadcrumb > li {
    display: none !important;
}
.page-bar.small .page-breadcrumb > li.active {
    display: block !important;
    width: 100%;
}
.page-bar.small .page-breadcrumb > li.active > span:after {
    border-left: none;
}
.page-bar .page-breadcrumb > li > span{
    color:#fff;
    text-transform: uppercase;
}
.page-bar .page-breadcrumb > li > span .numberCircle {
    border-radius: 50%;
    /*behavior: url(https://static3.cloudbeds.com/mybookings/latest/css/PIE.htc); /* remove if you don't care about IE8 */
    width: 28px;
    height: 28px;
    padding: 4px 9px;
    background: #fff;
    border: 2px solid transparent;
    color: #e3e3e3;
    text-align: center;
    margin-right:10px;
}
.page-bar .page-breadcrumb > li.finished > span .numberCircle{
    padding: 3.8px 1px 3.8px 4px;
}
.page-bar .page-breadcrumb > li.active > span .numberCircle{
    color: #12234e;
}
.page-bar .page-breadcrumb > li.finished > span{
    color: #12234e;
}

.page-breadcrumb li {
    float: left;
    padding:0;
}
.page-breadcrumb li > span {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: #e3e3e3;
    position: relative;
    display: block;
    float: left;
    width:100%;
    line-height:40px;
    text-align:center;
    cursor: default;
}
.page-breadcrumb li > span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}
.page-breadcrumb li:first-child > span {
    padding-left: 10px;
}
.page-breadcrumb li > span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.page-breadcrumb li:last-child > span:after {border: 0;}
.page-breadcrumb li:last-child > span:before {border:0 ;}
.page-breadcrumb li:last-child > span { padding-right:30px; }

.page-bar .page-breadcrumb{
    float:none;
    display:block;
}
.page-bar{
    margin-bottom:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.available_rooms{
    margin: 0 0 5px 0;
    display:table;
    width:100%;
}
.box_names{
    background:#f0f0f0;
    padding:12px 0;
    margin: 0 0 5px 0;
}
.available_rooms .roomtype{
    background:#fff;
}
.available_rooms .roomtype .col-md-3{
    background:#fff;
}

.room_image img.bigger {
    margin: 52px 0 0 82px;
}
.image_container{
    width:100px;
    height:70px;
    background: rgba(240, 240, 240, 0.2);
    margin-top:8px;
    margin-left:7px;
}
.image_container > a {
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.image_container > div.no_image {
    cursor: default;
}
.image_container > div {
    background-image: url("../../../../mybookings/latest/images/no_image.png");
}

.name_room {
    color: #165d86;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
    max-width: 200px;
    overflow: hidden;
    padding-left: 18px;
    text-decoration: underline;
    text-overflow: ellipsis;
    margin:0;
    display:table-cell;
    vertical-align:middle;
    float:none;
    height: 75px;
    border:none;
    -webkit-appearance: none !important;
    outline: none !important;
}
.for_plus {
    background: url("../../../../mybookings/latest/images/shape_plus.png") no-repeat scroll left 50%;
}
.for_minus {
    background: url("../../../../mybookings/latest/images/shape_minus.png") no-repeat scroll left 50%;
}
.room_name_container{
    display:block;
}
.only_left {
    color: #df1414;
    display: block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    line-height: 10px;
    white-space: normal;
}
.mobile .only_left {
    text-align: right;
}
.available_rooms .col-md-9 > a{
    font-size:13px;
}
.box_names .table-rows .col-md-2, .box_names .table-rows .col-md-1{
    font-size:13px;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
}
.room_more, .basic_tarifas_small{
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    background: #fff;
    margin-top: 10px;
}
.basic_prices, .guest-prices{
    margin:0;
    line-height:16px;
}
.room_details{
    padding:15px 0 0;
    border-top:1px solid #e3e3e3;
    background:#fff;
}
.room_details .tabbable-line > .nav-tabs > li:first-child{
    margin-left:15px;
}
.room_details .tab-content{
    padding:15px;
    background: #ebebeb;
}
.available_rooms .vertical-align > .beds{
    justify-content:flex-end;
    display:flex;
}
.booking_helper{
    text-align:center;
    margin:0;
    color: #4d4d4d;
}
.booking_helper i.fa{
    color:#4d4d4d;
    font-size:10px;
    border:1px solid #4d4d4d;
    border-radius:50%;
    padding:0 5px;
    position:relative;
    top:-2px;
}
.rooms_book{
    background:#ebebeb;
    padding-top:15px;
}
.available_rooms .col-md-9, .available_rooms .col-md-3{
    display:table-cell;
    float:none;
    vertical-align:top;
}
.confirm{
    clear:both;
    font-size:12px;
    text-align: center;
    color: #394151;
    margin-top:10px;
}
.check_availability{
    background: #ebebeb;
}
#wizard-container {
    margin-bottom:20px;
    background-color: #f6f5f5;
}
.portlet.property_info > .portlet-title{
    background:#ebebeb;
    padding:10px;
}
.page-boxed .page-container{
    background:transparent !important;
    border: none !important;
}
.property_info .portlet-title .caption{
    color: #394151;
}
.map_info{
    margin-bottom:20px;
}
.map_info p{
    margin:0;
    font-size:12px;
    color: #959595;
}
.map_info p span{
    font-weight:600;
    color: #394151;
}
#map_canvas {
    height: 300px;
    background:#ccc;
    margin:0 5px;
}
.property_info h5{
    color: #394151;
    font-weight:500;
    font-size:14px;
}
.amenities {
    display: block;
    float: left;
    margin-right: 31px;
    padding-left:0;
    width: 100%;
}
.amenities li {
    color: #252525;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
}
.amenities_tab li, ul.amenities li {
    padding-left: 1.2em;
}
.amenities_tab li {
    width:49%;
    vertical-align: top;
    display: inline-block;
}
.amenities_tab li::before, ul.amenities li::before {
    color: #39b54a;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1em;
    width: 1.2em;
}
.checkin{
    margin:0;
}
.checkin span{
    font-weight:600;
}
.politica{
    margin-bottom:0;
}
.portlet.property_info > .portlet-body{
    padding: 10px 10px 20px;
}
.portlet.property_info > .portlet-body > p.text > img {
    width: 100%;
}
.page-footer p{
    color: #000;
}
.page-footer p:first-child{
    padding-top:8px;
}
.page-boxed .page-footer{
    height:auto;
    padding-top:0;
}

.listing .logo {
    background: #fff none repeat scroll 0 0 !important;
    color: #363636;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 135px;
    margin: -43px 12px 0 0 !important;
    max-height: 135px;
    max-width: 135px;
    padding: 5px;
    text-align: center;
    width: 135px;
    position:relative;
    z-index:1;
}
.page-header-inner .margin-left-160 {
    float: none;
    margin-left: 160px;
}
.hotel_inform {
    border-right: 1px solid #e1e1e1;
    float: left;
    height: 76px;
    max-width: 306px;
    min-width:260px;
    margin-left:-15px;
}
.hotel_views {
    margin-left: -1px;
    margin-top: 10px;
}
.hotel_views a[rel="gallery"] {
    background-color: #e0e0e0;
    border: 1px solid #dbdbdb;
    display: block;
    float: left;
    height: 55px;
    width: 55px;
}
#hotel-slider a {
    margin: 0 4px 0 0;
}
.listing .hotel_views img {
    height: 55px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    padding: 0;
    width: 55px;
    border-bottom:1px solid #ddd;
}
.listing .hotel_views img:last-child {
    margin-right: 0;
}
.listing .hotel_views .next_photo {
    background: #e0e0e0 url("../../../../mybookings/latest/images/photo.png") no-repeat scroll 12px 8px;
    border: 1px solid #dbdbdb;
    color: #555555;
    display: inline-block;
    font-size: 11px;
    line-height: 23px;
    padding: 4px;
    text-align: center;
    width: 55px;
}

.listing .hotel_views .next_photo span {
    display: inline-block;
    height: 28px;
    line-height: 49px;
    margin-top: 10px;
    text-align: center;
}

#hotel-slider a {
    margin: 0 4px 0 0;
}
.clickable-logo{
    display:block;
    max-width:162px;
}
.clickable-logo img.logo {
    margin-left: 0px !important;
}
.search_panel {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin-top: 0;
    padding-top: 8px;
    margin-left:15px;
}
.table-block{
    display:table;
}
.package_warning .alert-danger{
    margin-bottom:5px;
}
.promotion{
    margin-bottom:5px;
    background:#fff;
    padding:15px 0;
}
.promo_info{
    margin:0 15px;
}
#promo_remove, #group_code_remove {
    height: 10px;
    right:25px;
    margin-top: -26px;
    position: absolute;
    width: 10px;
    cursor:pointer;
}
.promo_apply #promo_remove .fa-times, .group_code_apply #group_code_remove .fa-times  {
    color:#fff;
}
.promo_apply .form-control, .group_code_apply .form-control {
    background-color: #26a69a;
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.guest_info, .additional_guests, .payment_method, .confirmation, .reservation_custom_fields, .opt-in-confirmation {
    background:#fff;
    margin-bottom:5px;
    padding:15px;
}
.opt-in-confirmation .md-radio {
    padding-bottom: 5px;
}
.opt-in-confirmation .opt-in-option-title {
    font-weight: 400;
    font-size: 14px;
}
.reservation_custom_fields {
    padding: 15px 0;
}
.guest_info h4, .additional_guests h4, .payment_method h4{
    margin-bottom:15px;
}
.form-group.form-md-line-input.form-md-floating-label .form-control ~ label{
    color:#333;
}
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-info .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ .form-control-focus:after, .form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ .form-control-focus:after {
    background: #148ef4;
    z-index: 3;
}
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input.has-info .form-control.form-control-static ~ label, .form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ label {
    color: #333;
}
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-info .form-control.form-control-static ~ i, .form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ i, .form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ i {
    color: #148ef4;
}
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ .help-block, .form-group.form-md-line-input.has-info .form-control.form-control-static ~ .help-block, .form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ .help-block, .form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ .help-block {
    color: #148ef4;
}
.form-group.form-md-line-input.has-info .input-group-addon {
    color: #148ef4;
}
.form-horizontal .form-group.form-md-line-input.has-info > label {
    color: #148ef4;
}
.confirmation{
    background:#f0f0f0;
}
.secure{
    font-size:16px;
    padding-left:50px;
    line-height:1;
    padding-top:10px;
}
.secure:before{
    color: #444;
    content: "\f023";
    font-family: FontAwesome;
    font-size:45px;
    cursor: pointer;
    line-height:45px;
    position: absolute;
    left:15px;
    top:4px;
}
.secure:hover{
    color:#1e1e1e;
}
.secure span{
    line-height:1.33em;
}
.secure span a{
    text-decoration: underline;
}
.bold_blue{
    background:#12234e;
    height:5px;
    margin-top:5px;
}
.reserve_info h2{
    margin:10px 0 0;
}
.reserve_info p{
    margin:0;
}
.total_value{
    font-size:16px;
}
.sum{
    text-align:right;
    padding-right:30px;
}
.checkout .reserve_total .padding-0 {
    padding: 0 !important;
}
.services .row:last-child{
    margin-top: 10px;
}
.reserve_info hr{
    margin:10px 0;
}
.reserve_info p.name_total{
    margin-top:2px;
}
.ui-datepicker th {
    font-weight: 100;
    font-size: 8px;
}
.select_addons{
    margin-top:9px;
}
.select_addons a{
    text-decoration:underline;
    color:blue;
}
.reserve_success .done{
    background:#fff;
    padding:10px 15px 15px;
}
.reserve_guestname, .reserve_number{
    color:#999;
    font-size:20px;
}
.guest h4{
    margin:0;
}
.reserve_success .reserve_info h2, .checkout .reserve_info h2{
    color:#12234e;
}
.book_info{
    border-bottom:1px solid #ddd;
}
.addons_header{
    background:#12234e;
    color:#fff;
    padding:15px;
    margin-bottom:5px;
}
.addons_header h4{
    margin:0;
}
.addons_header .icon {
    display: inline-block;
    vertical-align: top;
}
.addons_header .icon .fa{
    font-size: 40px;
    line-height: 40px;
    padding-right: 10px;
}
.addons_header .text {
    display: inline-block;
    width: calc(100% - 60px);
}
.addons_header h3 {
    font-size: 14px;
    margin: 3px 0 0;
}
.addons{
    margin-top: 5px;
}
.items_header{
    margin-bottom:5px;
    background:#f0f0f0;
    padding:12px 15px;
}
.room_services{
    margin-bottom:5px;
    background:#fff;
}
.room_services .img{
    background:#f0f0f0;
    display:block;
    position:relative;
    width:150px;
    height:75px;
}
.room_services .img div {
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.btn-group.bootstrap-select.addon_count {
    display: inline-block;
    min-width: 30px;
}
.bootstrap-select.addon_count .btn.dropdown-toggle.selectpicker.default,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
input.quantity{
    width: 60px !important;
}
input.quantity {
    border: none;
    font-size: 16px !important;
    overflow: hidden;
    padding: 9px 7px 8px;
    background-color: #e5e5e5;
    color: #333;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    width: 100%;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.inner{
    padding:10px;
}
.about p{
    margin:0;
}
.about .col-md-4{
    min-width:150px;
}
.select{
    font-size:16px;
    margin-right:10px;
}
.check_addons{
    margin-top:-10px;
}
.price{
    min-width:89px;
}
.room_services .price {
    font-size: 16px;
}
.dimensions{
    position:absolute;
    left:35%;
    top:25%;
    text-align:center;
}
.room_services img.bigger{
    position:absolute;
    right:0;
    bottom:0;
    cursor:pointer;
}
.items_header .price{
    min-width:inherit;
    padding-left:30px;
}
.additional_saved_items{
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.additional_saved_items .room-group {
    margin-bottom: 20px;
}
.additional_saved_items h5{
    font-weight: 600;
    font-size: 14px;
    padding-left: 5px;
}
.saved_items {
    margin:0 0 20px;
}
.additional_saved_items hr{
    margin:0;
}
hr.bold{
    border-width: 3px 0 0;
    margin: 5px 0 0;
}
.visible-xs-block hr.bold{
    margin: 5px 0 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.saved_items > thead > tr > th{
    border-bottom: 1px solid #ddd;
}
.for_saved_items{
    margin:0;
    padding:10px 15px 15px;
}
.done h2{
    margin-top:0;
}
.logo_small img{
    width:100%;
}
@media (min-width:0px) and (max-width:991px){
    .rate-check{
        top: 100px;
    }
    #rooms-search-form{
        margin:0;
    }
    #rooms-search-form:before,
    #rooms-search-form:after {
        display: none !important;
    }
    .check_availability_group{
        margin-top:0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .check_availability_group .btn {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .table-block{
        display:block !important;
    }
    .available_rooms .col-md-9, .available_rooms .col-md-3{
        display:block;
        float:left;
        padding-right:0;
    }
    .page-header-inner h2, .page-header-inner .margin-left-160 {
        margin-left:0;
        margin-top: 34px;
        line-height: 1.5em;
    }
    .logo_small{
        padding:0;
    }
    .available_rooms .rooms_book{
        padding-right:15px;
    }
    .md-radio-inline .md-radio{
        display:block;
    }
    .secure{
        padding-bottom:15px;
    }
    .listing {
        height:auto;
    }
    .reserve_info{
        padding-left:30px;
    }
    .main_info{
        margin-left:15px;
    }

    .av_wrapper {
        margin-bottom: 15px !important;
        margin-top: 10px;
    }

}
.small .page-breadcrumb li a::before, .small .page-breadcrumb li.active a::before, .small .page-breadcrumb li.finished a::before{
    border:none;
}
.mobile{
    background:#fff;
}
.mobile .table{
    margin:0;
}
.mobile  .table > tbody > tr:first-child > td{
    border-top:none;
}
.mobile  .table > tbody > tr:last-child > td{
    border-bottom: 1px solid #ddd;
}
.mobile .room_image{
    padding-left:0;
    padding-top:10px;
}
.mobile .table > tbody > tr > td:last-child{
    text-align:right;
}
.people{
    padding:0 15px;
}
.booking_helper{
    margin-bottom:0;
}
.available_rooms .roomtype .starting_at div.several_rows,
.available_rooms .roomtype .price_for_nights div.several_rows{
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.basic_tarifas_small{
    padding:10px;
}.basic_tarifas_small .table{
     margin:0;
 }
.basic_tarifas_small .table > tbody > tr> td{
    border:none;
    padding:0;
}
.promo-code, .group-code {
    padding-bottom:15px;
}
.book_now{
    height:50px;
}
.book_now.disabled {
    pointer-events: all !important;
}
.mobile .choose .guests_icon{
    margin-top:-3px;
}.clonable {
     display:none;
 }
.disclaimer{
    padding-bottom:15px;
}
.table-responsive{
    border:none;
}
.available_rooms .roomtype .adults, .available_rooms .roomtype .children, .available_rooms .roomtype .no-rooms{
    padding:0 !important;
}
.hide {
    display: none !important;
}

.selected_rooms{
    margin:0;
    text-align:center;
}
.qty_rooms{
    height:70px;
    vertical-align: middle;
}
.contact_us{
    color: #12234e;
}

.adults, .children, .no-rooms {
    padding: 5px !important;
}

.photo_content .small {
    border: 1px solid #96ADAC;
    display: inline-block;
    height: 57px;
    padding: 2px;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.photo_content .small .room_image {
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.nights_count {
    margin: 0 3px;
}
.selected_rooms_price {
    font-size: 22px;
    color: #26a0da;
    margin: 2px 0;
    text-align: center;
}
.selected_rooms {
    font-size: 18px;
    font-weight: 100;
}
.selected_rooms .roomsCount {
    font-weight: bold;
}
.popup {
    padding: 0px;
    background-color: #fff;
    border: 6px solid #000;
    display: none;
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed ;
    top: 25%;
    width: 300px;
    z-index:1050;
}
.popup.availability_popup {
    width: 760px;
    height: auto;
    margin-left:-380px;
    position: absolute;
}
.popup.terms_package_popup {
    width: 600px;
    height: 340px;
    margin-left: -300px;
    margin-top: -170px;
}
.popup.terms_package_popup .popup-body{
    height: 272px;
}
.galleria_popup,
.room_gallery_popup{
    height: 500px;
    margin-left: -400px;
    margin-top:-250px;
    width: 800px;
}
.galleria_popup_in{
    position: relative;
    width: 100%;
    height: 100%;
}
.galleria_popup .close_popup,
.room_gallery_popup .close_popup {
    background-color: #fff;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
    top: 6px;
    text-align: center;
    width: 18px;
    z-index: 10;
    padding: 0;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    user-select: none;
}
.galleria-image-nav-left > button,
.galleria-image-nav-right > button{
    background: none;
    border: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-right,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-left:hover button,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-right:hover button,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-left button:focus,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-right button:focus{
    opacity: 1;
}
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-left button,
.galleria-theme-classic .galleria-image-nav .galleria-image-nav-right button{
    opacity: 0.3;
}

.tabbable-line > .nav-tabs > li {
    border-bottom: 4px solid transparent;
}
.modal-overlay {
    background-image: url('../../../../mybookings/latest/images/black_25.png');
    z-index: 50002;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.galleria-container{
    margin-top:-6px;
}
.short_info2 {
    padding-top: 10px;
}
.error-message-container {
    color: #F3565D;
    font-size: 14px;
}
.error-message-container > .errors-count{
    font-size: 16px;
    color: #F3565D;
    text-decoration: none !important;
    cursor: default !important;
}
.error-message-container > div > a {
    font-weight: bold;
    color: #F3565D;
}
.error-message-container > div:last-child{
    margin-bottom: 20px;
}
.has-error label, .has-error a {
    color: #F3565D !important;
}
.has-error input, .has-error textarea, .has-error select, .has-error .StripeElement, .has-error .form-control-cb-error {
    border-bottom: solid 2px #F3565D !important;
}
.spinner_container {
    height: 200px;
}
#lang_currency_switchers{
    float: right;
    margin-right: 14px;
    top: 0;
    border-radius: 0px 0px 5px 5px;
    background:#f6f4f5;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    flex-shrink: 0;
}

.search_panel #lang_currency_switchers{
    top: 0px;
}
#lang_currency_switchers > div,
#lang_currency_switchers > a.dropdown{
    display: block;
    *display: inline;
    zoom: 1;
    width: 30px;
    position: relative;
    margin: 0;
    padding: 5px 6px;
    float:left;
}

#lang_currency_switchers > a.dropdown{
    width: 55px;
    background: #f6f4f5;
    margin-left: -5px;
    background: url(../../../../mybookings/latest/images/arr.png) no-repeat 33px 50% #f6f4f5;
    cursor: pointer;
}

#lang_currency_switchers > div.first{
    border-radius: 0 0 0 5px;
    height:28px;
    width:36px;
    background: #787878 url("../../../../mybookings/latest/images/earth.png") no-repeat scroll 5px 50%;
}

#lang_currency_switchers > .last{
    border-radius: 0 0 5px 0;
}

#lang_currency_switchers > a.dropdown .slimScrollDiv{
    background: transparent !important;
    border: none !important;
}

#lang_currency_switchers > a.dropdown > span{
    white-space: nowrap;
    overflow: hidden;
}

#lang_currency_switchers > a.middle > span > span.flag{
    margin-left: 2px;
}

#lang_currency_switchers > a.dropdown  > div{
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    border: 1px solid #cbcbcb;
    background: #f0f0f0;
    border-radius: 5px;
    width: 200px;
    z-index: 1000;
}

#lang_currency_switchers > a.dropdown  > div ul > li{
    padding: 5px 13px 5px 28px;
    cursor: pointer;
    font-size: 13px;
}

#lang_currency_switchers > a.dropdown  > div ul > li.selected{
    background: url(../../../../mybookings/latest/images/selected.png) no-repeat 8px 50%;
}

#lang_currency_switchers > a.dropdown  > div ul > li:hover{
    background: #cbcbcb;
}

#lang_currency_switchers > a.dropdown  > div ul > li.selected:hover{
    background: url(../../../../mybookings/latest/images/selected.png) no-repeat 8px 50% #cbcbcb;
}

#lang_currency_switchers > a.middle > div{
    right: -50px;
}

#lang_currency_switchers a.active > div{
    display: block;
}

#lang_currency_switchers .lang-currency-dropdown-button{
    border: none !important;
    background: transparent !important;
    text-align: left !important;
}

#lang_currency_switchers .lang-currency-dropdown-button:focus {
    background: #ccc !important;
    outline: 1px solid #ccc !important;
}

.z-index-0{
    z-index: 0;
}

#lang_currency_switchers > a.dropdown  > div.display-block{
    display: block;
}
#currency-selector li, #lang-selector li, .amenities_tab ul li{
    list-style-type: none;
}
#currency-selector, #lang-selector{
    padding-left:0px;
    margin-bottom:0;
}
.amenities_tab ul{
    padding-left:0;
}
.popup-title {
    border-bottom: 1px solid #D5D5D5;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 16px;
    height: 56px;
    padding: 10px;
    text-transform: uppercase;
}
.popup-title label {
    margin-top: 10px;
    float: left;
}
.popup:not(.galleria_popup) > .close_popup {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-weight:bold;
    user-select: none;
    overflow: hidden !important;
    border: none !important;
    -webkit-appearance: none !important;
}
.popup-title .close_popup {
    float: right;
    cursor: pointer;
    font-weight:bold;
    font-size:25px;
    user-select: none;
    padding: 0;
    overflow: hidden !important;
    background: none !important;
    border: none !important;
    -webkit-appearance: none !important;
}
.popup-body, .popup-body .cancellation_policy {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px;
}
.portlet-body .cancellation_policy .pp {
    margin-bottom:0px;
}
.popup-body .cancellation_policy {
    padding:0;
}
.page-breadcrumb .checkLabel {
    display: none;
}
.page-breadcrumb .numberLabel {
    display: inline;
}
.page-breadcrumb .finished .checkLabel {
    display: inline;
}
.page-breadcrumb .finished .numberLabel {
    display: none;
}
.stay{
    position:absolute;
    z-index:2;
    padding:17px 14px 0 ;
    min-width: 288px;
    overflow-y: hidden;
    bottom: 50px;
}
.stay table{
    width: 100%;
}
.stay table tbody tr td{
    border:0;
}
.stay table tbody{
    border:none;
}
.stay table{
    border-top:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    background:#fff;
}
.stay .stay_bg{
    background: url("../../../../mybookings/latest/images/stay3.png") bottom left no-repeat;
    height: 14px;
    margin-top:-3px;
    margin-left: 18px;
}
.stay .stay_line {
    height: 1px;
    border-bottom: 1px solid #cdcdcd;
}
.stay.detailed_rates{
    padding:0;
    min-width: 236px;
    left: 20%;
}
.stay.popup_shared{
    margin-top: -65px;
}
.stay .min_stay {
    color: #000;
    text-align: left;
    line-height: 15px;
    min-width: 200px;
    padding: 5px 15px;
}
.stay .nights {
    color: #000;
    font-weight: 700;
    line-height: 30px;
    padding-right: 15px;
    text-align: right;
    min-width: 130px;
}

.stay.detailed_rates .min_stay{
    min-width: 100px;
}

/* BEGIN RATE CHECK STYLES */
.rate-check{
    position: fixed;
    top: 200px;
    right: -8px;
    display:none;
    pointer-events: none;
    z-index: 1000;
}
.rate-check-arrow{
    display: inline-block;
    vertical-align: top;
    background-color: #111111;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    cursor: pointer;
    height: 47px;
    float: left;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.rate-check-arrow-container{
    display: inline-block;
    height: 17px;
    padding-top: 5px;
    width: 16px;
}
.rate-check-arrow.arrow-left{
    background-image: url('../../../../mybookings/latest/images/arrow-left.png');
}
.rate-check-arrow.arrow-right{
    background-image: url('../../../../mybookings/latest/images/arrow-right.png');
}
.rate-check-arrow-text{
    display: inline-block;
    color: white;
    font-family: "Roboto", "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    max-width: 60px;
    text-align: center;
    padding-right: 10px;
}
.rate-check-container{
    display: inline-block;
    width: 0;
    float: right;
    background-color: white;
    min-height: 400px;
}
.rate-check-prices, .rate-check-why, .rate-check-channel{
    width: 280px;
}
.rate-check-why, .rate-check-channel{
    display:none;
}
.rate-check-inline{
    display:inline-block;
}
.rate-check-title{
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    height: 47px;
    padding: 10px;
    background-color: #49514a;
    color: white;
    line-height: 27px;
}
.rate-check-content{
    padding: 15px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    border: solid 1px #49514a;
    border-top: solid 0 transparent;
    background-color: white;
}
.styled_select.room_select{
    background: url(../../../../mybookings/latest/images/up_down.png) no-repeat 195px center #fff;
    border-bottom:1px solid #e4e4e4;
    color:#000;
    font-size:16px;
    line-height:24px;
    width: 220px;
    display:inline-block;
    overflow:hidden;
    border-radius: 5px;
    padding-bottom: 4px;
}
.room-select{
    border:0 solid transparent;
    color: #363636;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    font-size: 18px;
    padding:0 2px;
    *margin-left:-20px;
    width: 250px !important;
    margin-bottom: 10px !important;
    background-color: transparent;
    height: auto;
}
.room-select .dropdown-menu li{
    width: 220px;
}
.room-select .dropdown-menu li > a{
    white-space: initial;
}
.room-select button span.filter-option{
    word-wrap: initial;
    white-space: initial;
}
.room-channel-name, .room-channel-price{
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 14px;
}
.room-channel-details{
    margin-top: 4px;
    margin-bottom: 4px;
    height: 22px;
}
.room-channel-name{
    float: left;
}
.booking-channel-name{
    border-bottom: 1px dotted black;
    cursor: pointer;
}
.room-channel-price{
    float:right;
    text-align: right;
}
.room-channel-price.direct-rate{
    color: #3eb248;
}
.room-divider{
    height: 1px;
    background: #e4e4e4;
    border: 0;
    margin: 5px 0;
}
.prices-without-taxes{
    font-size: 11px;
    text-align: center;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
.rate-check-button{
    text-align: center;
    background-color: white;
    color: black;
    border: 1px solid #e4e4e4;
    width:220px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    margin: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
}
.rate-check-confirmed{
    margin:10px 45px;
}
.room-details{
    display:none;
}
.room-details-container{
    min-height: 170px;
}
.rate-check-direct-close{
    display: inline-block;
    float: right;
    margin-right: 10px;
    background: url('../../../../mybookings/latest/images/close-widget.png') center center no-repeat transparent;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.rate-check-channel-close{
    width:8px;
    height:8px;
    background: url('../../../../mybookings/latest/images/close_button.png') no-repeat center center transparent;
    float: right;
    cursor: pointer;
}
.rate-check-channel-description{
    height:225px;
}
/* END RATE CHECK DETAILS */

.carousel-inner .item {
    height: 250px;
}
.carousel-inner img {
    max-height: 250px !important;
    margin: 0 auto;
    max-width: 100%;
}
.long_names {
    display: block;
    text-align: left;
}
.available_rooms .col-md-9 .guests_icon{
    position:relative;
    bottom:1px;
}
.page-header-inner .margin-left-160-image{
    margin-left:160px;
}
.secure_popup {
    margin-left: -300px;
    margin-top: -100px;
    width: 600px;
    height: 200px;
}
.add_guest_btn {
    margin-bottom:10px;
}
.message_container {
    padding: 10px 10px 10px 50px;
    margin-bottom: 5px;
    background-color: white;
    position: relative;
    display: block;
}
.message_container:before{
    color: #f56060;
    content: "\f273";
    font-family: FontAwesome;
    font-size:20px;
    cursor: pointer;
    line-height:20px;
    position: absolute;
    left: 20px;
    top:35%;
}
.availability_calendar_container {
    padding: 10px;
    margin-bottom: 5px;
    min-height: 170px;
    background-color: white;
}

.available_rooms .room_image{
    top:-3px;
}
.secure_popup .popup-title label{
    float:none;
}
.finalize{
    white-space: pre-wrap;
}
.finalize:disabled{
    cursor: not-allowed;
    pointer-events: auto !important;
}
.alert-warning {
    background-color: #ccc;
    box-shadow: none;
}
.margin-right-0 {
    margin-right: 0;
}
.page-header.navbar{
    border-radius:0 !important;
}
.floating-label-unsupported .form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
    top: 0 !important;
    bottom: auto!important;
    font-size: 13px!important;
    font-weight: normal!important;
}
.floating-label-unsupported .form-group.form-md-line-input.form-md-floating-label .form-control ~ label:after{
    height: 0px!important;
}

.ie8 .form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
    top: 0 !important;
}
.ie8 .page-bar .page-breadcrumb > LI{
    margin-right:0;
}
.ie8 .page-bar .page-breadcrumb > LI.second{
    overflow:hidden;
}
.ie9 :not([class*='col-']):not(.input-group-btn):not([class*='form-control']).bootstrap-select,
.ie8 :not([class*='col-']):not(.input-group-btn):not([class*='form-control']).bootstrap-select,
.ie10 :not([class*='col-']):not(.input-group-btn):not([class*='form-control']).bootstrap-select{
    width:auto;
}
.ie9 .no-rooms .btn-group > .btn + .dropdown-toggle,
.ie8 .no-rooms .btn-group > .btn + .dropdown-toggle,
.ie10 .no-rooms .btn-group > .btn + .dropdown-toggle{
    padding-left:14px;
    padding-right:25px;
}
.ie9 .available_rooms .roomtype .col-md-2, .ie9 .available_rooms .roomtype .col-md-1, .ie9 .roomtype .beds,
.ie8 .available_rooms .roomtype .col-md-2, .ie8 .available_rooms .roomtype .col-md-1, .roomtype .beds{
    padding-top:25px;
}
.ie10 .available_rooms .roomtype .col-md-2, .ie10 .available_rooms .roomtype .col-md-1, .ie10 .roomtype .beds{
    padding-top:0px;
}
.ie8 .adults .beds,
.ie9 .adults .beds{
    padding-top:20px;
}
.ie10 .adults .beds{
    padding-top:25px;
}
.ie8 .bootstrap-select > .btn{
    width:auto;
}
.ie8 .room_image .image_container > a{
    margin-top:3px;
}
.ie8 .adults .adults_select, .ie8 .children .children_select, .ie8 .no-rooms .rooms_select,
.ie9 .adults .adults_select, .ie9 .children .children_select, .ie9 .no-rooms .rooms_select{
    margin-top:12px;
}
.bootstrap-select .caret {
    margin-top: -7px !important;
}
.mobile .room_name_container {
    margin: 10px;
}
.mobile .room_name_container .name_room {
    font-size: 18px;
}
.roomtype .bootstrap-select .btn{
    max-width:60px;
}
.margin-left-right-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.padding-left-right-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gray_bg{
    background-color: #f6f5f5;
}

.checkout .row{
    margin-right:0;
}

.form-md-floating-label.form-group label {
    overflow: hidden;;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
}

.nowrap{
    white-space: nowrap;
}
.terms_popup {
    width: 50%;
    min-width:300px;
    margin-left: -25%;
    height: 400px;
    margin-top: 0px;
}
.terms_popup .popup-body{
    overflow-y: auto;
    height: 332px;
}
.md-checkbox.has-info label, .md-checkbox.has-info label a {
    color: #89C4F4 !important;
}

.green {color:#3eb247;}
.red {color:#f90001;}
.strike {text-decoration: line-through;}

.week_availability .day {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    font-size: 10px;
    width: 14px;
    text-align: center;
}
.week_availability .day.active {
    color: #fff;
    background: rgba(38, 194, 134, 0.9) none repeat scroll 0 0;
}
.room {
    background-color: white;
    margin-bottom: 5px;
}
.room.clonable {
    display: none;
}
.additional_guest_name{
    margin-bottom:10px;
}
.available_rooms .room_types .beds{
    height: auto;
}
.show_promo_code, .show_group_code {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.show_promo_code a, .show_group_code a {
    text-decoration: underline;
    color: #999;
}

.show_promo_code a:hover, .show_group_code a:hover {
    color: #777;
}
.promo-code, .group-code {
    display: none;
}
.userAgreementLink, .agreement_brazil {
    text-decoration: underline;
}

.visible-xs-block .book_info > tbody > tr > td, .visible-sm-block .book_info > tbody > tr > td,
.visible-xs-block .saved_items > tbody > tr > td, .visible-sm-block .saved_items > tbody > tr > td{
    border:none;
    padding:0 8px;
}
.table.book_info > thead > tr > th {
    border-bottom: 1px solid #ddd;
}
.visible-xs-block .book_info, .visible-xs-block .saved_items{
    border-bottom:none;
}
.visible-xs-block .saved_items{
    margin: 20px 0;
}
.max_people{
    word-break: break-all;
}
.reservations_terms_conditions{
    word-break: normal;
    overflow:hidden;
}

.reservations_terms_conditions blockquote {
    padding: 0 !important;
}

.ie8 .md-checkbox label > .check{
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, SizingMethod='auto expand')";
    left: 4px;
    top:-7px;
}

.ie8 .md-checkbox label > span.inc, .ie8 .md-radio label > span.inc {
    height: 25px;
    left: -2px;
    top: -2px;
    width: 25px;
}

#rooms-search-form > .form-group.checkout-date {
    margin-left: 30px;
    margin-right: 15px;
}

#rooms-search-form .form-group .input-group{
    margin-right:39px;
}

#rooms-search-form .form-group .input-group input{
    display: block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 39px;
}

#rooms-search-form .form-group .input-group input:focus + span {
    border-left-color: #999;
}

#rooms-search-form .form-group .input-group.is-mobile-input{
    width: 100%;
    display: block;
}

#rooms-search-form .form-group .input-group.is-mobile-input input[type="date"]{
    position: relative;
    text-indent: -500px;
    display: block;
    -webkit-appearance: none;
    width: 100%;
}

#rooms-search-form .form-group .input-group.is-mobile-input input[type="date"]:before {
    content: attr(data-date);
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: -39px;
    padding-left: 12px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 34px;
}

#rooms-search-form .form-group .input-group.is-mobile-input input[type="date"]::-webkit-inner-spin-button,
#rooms-search-form .form-group .input-group.is-mobile-input input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
}

#rooms-search-form .input-group .input-group-addon{
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    padding: 8px 12px;
    z-index: 2;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-left: 1px solid #e5e5e5;
}

#rooms-search-form .form-group .input-group.is-mobile-input .input-group-addon{
    pointer-events: none;
}

@media(max-width: 991px){
    #lang_currency_switchers{
        position: relative;
        display: block;
        float: right;
        right: 0 !important;
    }

    #rooms-search-form > .form-group.checkout-date {
        margin-right: 0;
        margin-left: 15px;
    }
}
#reservationDetailsForm .md-checkbox{
    margin-left:15px;
}
.car-block{
    display:block;
    line-height:250px;
    width:100%;
    text-align: center;
}
.car-block img{
    display:inline-block;
    vertical-align: middle;
}
.mobile .people .adults_select, .mobile .people .children_select{
    margin:0;
    padding:5px 15px;
    font-size:16px;
    line-height:18px;
}
.mobile .people .rooms_select{
    padding:5px 0px 5px 15px;
    font-size:16px;
    line-height:18px;
}
.lang_cur{
    font-size:18px;
}
.mobile_switchers div.first, .mobile_switchers div.swt{
    padding: 0 !important;
    border-radius: 0 !important;
}
.mobile_switchers div.swt{
    width: 164px !important;
}
.mobile_switchers > div.first{
    height:25px !important;
}
.mobile_switchers .lang_cur{
    opacity: 0;
    position: absolute;
}
@media (max-width: 1280px) {
    .container{
        padding:0 !important;
    }
}

#map_canvas{
    margin:0;
}
@media (max-width:1024px){
    .terms_popup, .my_terms_popup{
        width:100%;
        margin:0;
        height:100%;
        left:0;
        top:0;
        min-width:100%;
    }
    .terms_popup .popup-body, .my_terms_popup .popup-body{
        height:94%;
    }
    .adults_select.bootstrap-select .btn,
    .children_select.bootstrap-select .btn,
    .rooms_select.bootstrap-select .btn {
        padding-left:10%;
    }
    #promo_code_input, #group_code_input {
        font-size: 16px !important;
    }

}
.rate-check > div{
    pointer-events: all;
}
#search_start_date_mobile, #search_end_date_mobile{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    font-size: 16px !important;
}
.margin-0 {
    margin: 0 !important;
}
.reservation_custom_fields .custom_field textarea{
    resize: none;
}
.room_services .details {
    padding-right: 10px;
    padding-bottom: 5px;
}
.check_addons .md-checkbox label {
    padding-left: 20px;
}
.legend {
    display: inline-block;
    height: 27px;
    margin-bottom: -3px;
    margin-right: 5px;
    min-width: 27px;
    text-align: center;
    white-space: nowrap;
    font-size: 80%;
    border:1px solid #ddd;
    padding:5px;

}
.legend_booking p {
    margin-bottom: 0;
}
.legend_booking .pull-left{
    margin-right:5%;
}
.legend_booking .unav{
    background: #ddd;
    text-decoration: line-through;
}
.legend_booking .today{
    background: #01aeee;
    border: 1px solid #01aeee;
    color:#fff;
}

/* datepicker new style // */
.ui-datepicker.ui-widget {
    margin-top: 10px;
    font-family: inherit;
}
.ui-datepicker.ui-widget-content {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
.ui-datepicker .ui-widget-header {
    border: none;
    background: #fff;
    color: #333;
}
.ui-datepicker th {
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
}

.ui-datepicker td .ui-state-default,
.ui-datepicker td.ui-state-highlight,
.ui-datepicker td.ui-state-hover,
.ui-datepicker td.ui-state-focus,
.ui-datepicker td.ui-state-active {
    text-align: center;
    border: none;
}
.ui-datepicker .ui-state-default {
    background: #fff;
    color: #333;
}
.ui-datepicker .ui-state-hover {
    background: #efefef;
}
.ui-datepicker .ui-datepicker-today {
    background: #357dba;
}

.ui-datepicker .ui-state-checkin,
.ui-datepicker .ui-state-checkin .ui-state-default,
.ui-datepicker .ui-state-checkout,
.ui-datepicker .ui-state-checkout .ui-state-default {
    background: #357dba;
    color: #fff;
}
.ui-datepicker .ui-state-checkin {
    border-radius: 4px 0 0 4px;
}
.ui-datepicker .ui-state-checkout {
    border-radius: 0 4px 4px 0;
}

.ui-datepicker .ui-state-checkin.ui-state-disabled {
    opacity: 1;
}

.ui-datepicker .ui-state-range,
.ui-datepicker .ui-state-range .ui-state-default {
    background: #ebf4f8;
}

.ui-datepicker .ui-icon.ui-icon-circle-triangle-w,
.ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
    background: none !important;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon,
.ui-datepicker .ui-datepicker-next span.ui-icon {
    width: 10px;
    height: 16px;
    text-indent: 0;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 14px;
    color: #333;
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f053";
    position: relative;
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f054";
    position: relative;
}

.ui-datepicker .ui-datepicker-prev {
    top: 1px;
    left: 1px;
}
.ui-datepicker .ui-datepicker-next {
    top: 1px;
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    top: 1px;
    opacity: 1;
    border-color: #fff;
    background: #fff;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-hover.ui-state-disabled {
    opacity: 0.35;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-arrow {
    position: absolute;
    margin: 0 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 10px 10px 10px;
}

@media (max-width:500px){
    #ui-datepicker-div {
        width: 18em !important;
    }
    .ui-datepicker .ui-datepicker-group {
        width: 100%;
    }
}
/* // datepicker new style */

.half_year .ui-datepicker-group,
.half_year_popup .ui-datepicker-group,
.one_month .ui-datepicker-group {
    margin:0 2%;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    width:30.5%;
    border-right: none;
    border-bottom: none;
}
.half_year .ui-datepicker-group table,
.half_year_popup .ui-datepicker-group table,
.one_month .ui-datepicker-group table {
    width:100%;
    margin:0;
}
.half_year .ui-datepicker,
.half_year_popup .ui-datepicker,
.one-month .ui-datepicker {
    width:100% !important;
    border: none !important;
    padding:0 0 10px;
}
.half_year .ui-datepicker-header,
.half_year_popup .ui-datepicker-header,
.one_month .ui-datepicker-header {
    background: #363636;
    color: #fff;
    font-weight:bold;
}
.half_year .ui-datepicker th,
.half_year_popup .ui-datepicker th,
.one_month .ui-datepicker th {
    font-size:10px;
    border-right: 1px solid #d3d3d3;
}
.half_year .ui-datepicker-next, .half_year .ui-datepicker-prev,
.half_year_popup .ui-datepicker-next, .half_year_popup .ui-datepicker-prev,
.one_month .ui-datepicker-next, .one_month .ui-datepicker-prev {
    display: none;
}
.half_year .calendar,
.one_month .calendar {
    margin-top:20px;
}
.half_year .ui-datepicker-today,
.half_year_popup .ui-datepicker-today,
.one_month .ui-datepicker-today {
    background: #01aeee;
}
.half_year .ui-datepicker-today .ui-state-active,
.half_year_popup .ui-datepicker-today .ui-state-active,
.one_month .ui-datepicker-today .ui-state-active {
    background: #01aeee;
    border-bottom:1px solid #01aeee;
    border-left:1px solid #01aeee;
    color:#fff;
}
.half_year .ui-datepicker td,
.half_year_popup .ui-datepicker td,
.one_month .ui-datepicker td {
    padding: 0;
    border: 1px solid #d3d3d3;
    height:25px;
}
.half_year_popup .ui-datepicker.ui-widget-content {
    box-shadow: none;
}
.half_year_popup .ui-datepicker .ui-widget-header {
    border-right: 1px solid white;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .half_year .ui-datepicker td:first-child,
    .half_year_popup .ui-datepicker td:first-child {
        border-left:none;
    }
}
.calendar_table tbody > tr > td .ui-state-default{
    background: none;
    border:none;
    text-align: center;
}
.calendar_table tbody > tr > td.unavailable .ui-state-default{
    text-decoration: line-through;
    border: none;
}
.rewind_buttons p{
    margin-top:5px;
}
.close_calendar, .show_avail_calendar a{
    text-decoration:underline;
}
.custom-select-rooms .bootstrap-select.rooms_select{
    margin: 0 auto;
    display: inline-block;
}
.custom-select-rooms .several_rows{
    width:100%;
}

@media (max-width:767px){
    .half_year .calendar-date table{
        width:60%;
        margin-left:20%;
    }
    .av_select_width{
        width:100%;
    }
}
@media (min-width:0px) and (max-width:1024px){
    .room{
        padding-bottom:0;
    }
    .mobile .people .col-sm-3{
        padding-top:10px;
    }
    .custom-select-rooms{
        padding-bottom:10px;
    }
    .available_rooms{
        display: block;
    }
}
.prev_calendar, .next_calendar{
    position:absolute;
    top:50%;
}
.prev_calendar i, .next_calendar i{
    font-size:30px !important;
}
.prev_calendar{
    left:15px;
}
.next_calendar{
    right:15px;
}
.box_names .custom-select-rooms{
    background: initial;
}
.custom-select-rooms .type_of_room{
    text-align: center;
    margin-top:-15px;
    font-size: 10px;
    margin-bottom:3px;
}
.type_of_room.required, .type_of_room_mobile.required {
    color: #df1414;
}
.half_year .ui-datepicker-group-first,
.half_year_popup .ui-datepicker-group-first {
    margin-left: 0;
}
.rewind_buttons{
    margin-right: 6%;
}
.one_month .ui-datepicker-inline{
    margin: 0 auto;
    border: none;
}
.prev_one_month, .next_one_month{
    margin-top: 100px;
    display: block;
}
.prev_one_month i.fa, .next_one_month i.fa{
    font-size:25px;
}
.one_month .ui-datepicker th:first-child{
    border-left: 1px solid #d3d3d3;
}
.calendar_table tbody > tr > td.unavailable{
    background: #ddd;
}
.calendar_table tbody a {
    cursor: pointer;
}
.calendar_table tbody td.unavailable a {
    cursor: default;
    pointer-events: none;
}
.half_year_popup {
    margin-top: 10px;
}
.rooms_select .btn, .rooms_select.open .btn,
.rooms_select .btn:hover, .rooms_select .btn:focus, .rooms_select .btn:active{
    background: #26A69A;
    color:#fff;
}
.grey_popup_block{
    background: #f5f5f5;
    border-radius: 4px;
}
.show-tick .btn{
    background:#fff;
}
.grey_popup_block i.fa{
    color: #f56060;
    font-size:20px;
    margin-top:9px;
}
.prev_half_year.disabled, .prev_one_month.disabled {
    color: grey;
    pointer-events: none;
    pointer: default;
}
.half_year .ui-datepicker-group-last, .half_year_popup .ui-datepicker-group-last{
    margin-right:0;
}
.av_select_width{
    max-width:700px;
}
.dropdown-menu.open {
    z-index: 2000000001 !important;
}
.show_avail_calendar, .close_avail_calendar {
    background-color: inherit;
}
.popup.alert{
    height: auto;
}
.available_rooms .roomtype .starting_at, .choose_room .roomtype .starting_at,
.available_rooms .roomtype .price_for_nights, .choose_room .roomtype .price_for_nights{
    width:12%;
    float:left;
    height:100%;
    line-height:100%;
    position: relative;
}
.available_rooms .roomtype .adults, .available_rooms .roomtype .children, .available_rooms .roomtype .custom-select-rooms,
.choose_room .roomtype .custom-adults, .choose_room .roomtype .custom-children, .choose_room .roomtype .custom-select-rooms{
    width: 10%;
    float:left;
    height:100%;
    line-height:100%;
}
.available_rooms .roomtype .custom-max-guests, .choose_room .roomtype .custom-max-guests{
    width: 10%;
    float:left;
    height:100%;
    line-height:100%;
}
.available_rooms .roomtype .first_container, .choose_room .roomtype .room_type_name{
    width: 36%;
    float:left;
}
.available_rooms .roomtype .first_container,
.available_rooms .roomtype .custom-max-guests,
.available_rooms .roomtype .adults,
.available_rooms .roomtype .children,
.available_rooms .roomtype .custom-select-rooms,
.available_rooms .roomtype .starting_at,
.available_rooms .roomtype .price_for_nights{
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    text-align:center;
    padding: 0 7px;
}
.available_rooms .roomtype .first_container{
    text-align: left;
}
.choose_room .roomtype .room_type_name,
.choose_room .roomtype .custom-max-guests,
.choose_room .roomtype .custom-adults,
.choose_room .roomtype .custom-children,
.choose_room .roomtype .custom-select-rooms,
.choose_room .roomtype .starting_at,
.choose_room .roomtype .price_for_nights{
    font-size:12px;
    align-items: center;
}
.available_rooms .roomtype .adults .adults_select,
.available_rooms .roomtype .children .children_select{
    margin: 0 auto 0;
}
.available_rooms .roomtype .custom-max-guests span{
    width: 100%;
}
.choose_room .vertical-align{
    align-items: center;
}

.book_inner.hiddenBlockInner .selected_rooms,
.book_inner.hiddenBlockInner .selected_rooms_price,
.book_inner.hiddenBlockInner .book_now{
    display: none;
}
.rate-check-content .room-select .dropdown-menu li{
    width: auto;
}
.pink {
    background: url(../../../../mybookings/latest/images/pink.png) no-repeat top right;
}
.unclickable, .unclickable a {
    cursor: default !important;
}
.stay.calendar_tooltip {
    margin-bottom: -36px;
    margin-left: -25px;
    z-index: 2000000002 !important;
}
.stay.calendar_tooltip td {
    padding: 5px 15px !important;
    font-size: 13px;
    border: none;
    line-height: 15px;
}
.stay.calendar_tooltip .slimScrollDiv{
    border: 1px solid #cdcdcd;
    border-bottom: none;

}
.stay.calendar_tooltip .stay-slim-wrapper {
    margin: -1px;
    margin-bottom: 0;
}
.stay.calendar_tooltip .accomodation_type {
    font-weight: bold;
    padding-top: 8px !important;
}
.calendar_table tbody > tr > td {
    position: relative;
}
.cta_yes, .ctd_yes, .max_l_yes, .min_l_yes {
    display:table-row !important;
}
.cta_yes._0, .ctd_yes._0, .max_l_yes._0, .min_l_yes._0, .min_l_yes._1 {
    display:none !important;
}
.cta_no, .ctd_no, .max_l_no, .min_l_no {
    display:none !important;
}
.cta_no._0, .ctd_no._0, .max_l_no._0, .min_l_no._0, .min_l_no._1 {
    display:table-row !important;
}
.stay.calendar_tooltip .stay-slim-wrapper{
    background: #fff;
}
.one_month .stay.calendar_tooltip table{
    margin: 0;
}
.for_plus .show_add_guest_info, .for_minus .hide_add_guest_info {
    display: block;
}
.for_minus .show_add_guest_info, .for_plus .hide_add_guest_info {
    display: none;
}
.for_plus, .for_minus {
    padding-left: 18px;
    cursor: pointer;
}
table.additional_guests_pricing {
    width: 100%;
}
table.additional_guests_pricing th, table.additional_guests_pricing td {
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
}
table.additional_guests_pricing .adult, table.additional_guests_pricing .child, table.additional_guests_pricing th.date  {
    font-weight: bold;
}
table.additional_guests_pricing .date.unrange {
    font-weight: normal;
    color: #b3b3b3;
}
table.additional_guests_pricing .date {
    text-align: center;
}
.available_rooms .roomtype .select_accommodations{
    float: left;
    height: 100%;
    line-height: 100%;
    width: 30%;
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding: 0 7px;
    text-align: center;
}
.select_accommodations_tab .table td.adults,
.select_accommodations_tab .table td.children{
    width:10%;
}
.select_accommodations_tab .table .rooms_s{
    width:20%;
    min-width:150px;
}
.select_accommodations_tab .table .rooms_s .select-room-block .text-label{
    text-transform: uppercase;
}
.select_accommodations_tab .table .rooms_s .select-room-block{
    border:1px solid #ddd;
    margin:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.select_accommodations_tab .table .rooms_s .select-room-block .md-checkbox{
    padding: 7px 8px 2px;
    display: block;
}
.select-room-block .md-checkbox label > .box{
    top:6px;
    left: 11px;
    background: #fff;
}
.select-room-block .md-checkbox label > span.inc{
    height: 30px;
    left: 5px;
    top: 2px;
    width: 30px;
}
.select-room-block .md-checkbox label > .check{
    left: 15px;
    top: 1px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
}
.underline{
    text-decoration: underline !important;
}
.tab_rate_id_select_acc .custom_room_details{
    color: #165d86;
    background: none;
    border:none;
    padding:0;
}
.select_accommodations_tab .table tbody > tr > td{
    vertical-align: middle;
}
.accommodation-row.selected .select-room-block{
    background-color: #26a69a;
    color: #ffffff;
}

.select-room-block b.selected,
.accommodation-row.selected b.not-selected{
    display: none;
}

.accommodation-row.selected b.selected,
.select-room-block b.not-selected{
    display: inline-block;
}

.select-room-block label{
    padding-left: 35px;
}
.mobile .people .select_accommodations{
    padding: 10px 15px;
}
.mobile .people .select_accommodations .btn{
    white-space: pre-wrap;
}
.select_accommodations_tab .table td.adults .bootstrap-select .btn,
.select_accommodations_tab .table td.children .bootstrap-select .btn{
    background: #fff;
}
@media (min-width:0px) and (max-width:992px){
    .select_accommodations_tab .table td.adults,
    .select_accommodations_tab .table td.children{
        width:20%;
    }
    .select_accommodations_tab .table .rooms_s{
        width:30%;
    }
}
.select-room-block div.checker span{
    background: none;
}

.g_info_text{
    background-color: #fff;
    display: block;
    padding: 10px;
    max-height: 100px;
    overflow-y: auto;
}
.g_info_title{
    color: #000;
    font: bold 12px/1.1 arial,sans-serif;
}
.g_info_description{
    color: #000;
    font: normal 12px/1.4 arial,sans-serif;
    margin-top: 7px;
}

/* end custom gallery */
#tab_rate_id_select_acc_1 .table{
    margin:0;
}

.mobile.rm-type-dorm .people .custom-adults,
.mobile.rm-type-dorm .people .custom-children {
    opacity: 0
}

.room_types .room .package_img {
    height: 91px;
    float: left;
    margin-right: 15px;
}

.room_types .room .table.accommodations-table {
    margin-bottom: 0;
}

.accommodation-row.disabled .action-td,
.accommodation-row.disabled-by-rate .action-td,
.accommodation-row.disabled-by-shared .action-td{
    cursor: not-allowed;
}

.accommodation-row.disabled .action-td > *,
.accommodation-row.disabled-by-rate .action-td > *,
.accommodation-row.disabled-by-shared .action-td > *{
    pointer-events: none;
    opacity: 0.5;
}
.availability_calendar_container .legend_booking > div > div {
    margin-top: 10px;
}
.availability_calendar_container.mobile .grey_popup_block:first-child div.form-group {
    margin: 0;
}

.accommodation-row.selected .md-checkbox label > .check{
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.accommodation-row.selected .md-checkbox label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.accommodation-row.selected .md-checkbox .inc{
    display: none;
}
.ie8 .roomtype .bootstrap-select{
    margin-left: 25%;
}
.ie8 .available_rooms .roomtype .adults .adults_select,
.ie8 .available_rooms .roomtype .children .children_select{
    margin-top:24%;
}
.ie8 .available_rooms .roomtype .starting_at div.several_rows{
    margin-top:28%;
}
.ie8 .available_rooms .roomtype .price_for_nights div.several_rows{
    margin-top:31%;
}
.ie8 #lang_currency_switchers > div.first{
    height:29px;
}
.ie8 #rooms-search-form .input-group .input-group-addon{
    right:0;
    padding-left:0;
    padding-right:0;
}
.ie8 .custom-select-rooms .several_rows{
    margin-top:24%;
}
.ie8 .available_rooms .roomtype .custom-max-guests span{
    margin-top:44%;
    display:block;
}

.lf-icon {
    width: 25px !important;
    height: 41px !important;
    margin-top:-41px !important;
    margin-left:-12px !important;
    background:url(../../../../mybookings/latest/images/marker-icon.png);
}

.leaflet-popup {
    bottom: 25px !important;
}

.border-pulsate  {
    box-shadow: 0 0 0 rgba(255,0,0, 0.4);
    animation: pulse 2s infinite;
}
.border-pulsate :hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
        box-shadow: 0 0 0 10px rgba(255,0,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
}
.leaflet-popup-content-wrapper{
    border-radius: 2px !important;
}
.book_now_tooltip {
    color: white;
    display: block;
    margin: 10px;
    font-size: 12pt;
}
.book_now_tooltip:active {
    color: white !important;
}
.addon_full_name{
    height: 75px;
    vertical-align: middle;
    display: table-cell;
}
.room_services .price{
    height: 75px;
    vertical-align: middle;
    display: table-cell;
}
.tab_rate_id_description img {
    max-width: 100%;
}
.add_guest_name .row div{
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal_redirect{
    padding: 15px;
}
.modal_redirect .redirect_time{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.modal_redirect .btn_cancel_redirect, .modal_redirect .btn_redirect_now{
    padding-top: 15px;
    padding-bottom: 15px;
}
.select_addon{
    height: 75px;
    vertical-align: middle;
    display: table-cell;
    padding-top:26px;
}

.md-checkbox > a:hover{
    text-decoration: none;
    padding-left: 30px;
}
.md-checkbox a > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
.md-checkbox a > .check{
    top: -4px;
    left: 6px;
    width: 10px;
    height: 20px;
    border: 2px solid #26a69a;
    border-top: 0;
    border-left: 0;
    opacity: 0;
    z-index: 5;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}
.md-checkbox a > .box {
    top: 0;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    z-index: 5;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.custom_field label {
    font-size: 16px;
}
.rate_min_derived:hover, .rate_min_derived:focus {
    text-decoration: none;
}
.creditcard_info .form-md-line-input select.form-control:focus {
    border-bottom: 4px solid #8ab2ea;
    border-radius: 2px;
}
.ch_label a.select {
    margin-right: 0;
    margin-left: 10px;
}
.ch_label a.select:hover, .ch_label a.select:focus {
    text-decoration: none;
}
.btn.update-btn{
    white-space: pre-wrap;
    padding: 12px 5px;
}
a.label_link:hover, a.label_link:focus{
    text-decoration: none;
}

.push-cc {
    animation: push 0.3s linear 1;
}

@keyframes push{
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    100%  {
        opacity: 1;
        transform: scale(1)
    }
}

.icon-cc {
    height: 28px;
    width: 35px;
    padding-bottom: 8px;
    padding-right: 10px;
}

.pgw {
    padding-bottom: 30px;
}

.form-group.pgw label {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 5px;
    margin-left: 33px;
    width: 100%;
    background: white;
    pointer-events: none;
    font-size: 16px;
    transition: 0.2s ease all;
}

.form-group.pgw .no-padding{
    padding: 0 !important;
}

.form-group.pgw .focused + label,
.form-group.pgw #card_number_label:not(.empty) + label
{
    font-size: 13px;
    top: -20px;
    z-index: 20;
    margin-left: 0;
    background: transparent;
    transition: 0.2s ease all, 0s ease background-color;
}

#ccFormPGW {
    position: relative;
}

#ccFormPGW .loading_pgw {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

#ccFormPGW .errored_pgw {
    background: #ea4343;
    display: inline-block;
    color: white;
    padding: 7px 14px;
    border-radius: 4px;
}

#ccFormPGW .errored_pgw .btn {
    margin-top: 10px;
    color: black;
}

.unsupported-card-type {
    float: right;
    font-size: 10px;
    margin-top: 2px;
}

.__PrivateStripeElement {
    width: 100%;
    vertical-align: bottom;
    height: 100%;
    display: inline-block;
}

@media(min-width: 376px) {
    #carousel-example-generic .item {
        background: none !important;
    }
}
@media(min-width: 320px) and (max-width: 375px) {
    .listing > .container {
        padding: 0 !important;
    }
    .car-block img{
        display: none;
    }

    .search_panel {
        margin-left: 0;
    }
}

/* new booking styles */
.alt .container:after, .alt .container:before {
    display: none;
}
.page-header-wrap {
    display: flex;
}
.page-header.alt.navbar {
    height: 46px;
}
.page-header.alt .page-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
}
.img-wrap {
    display: inline-flex;
    background: white;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    padding: 5px;
}
.img-wrap > div {
    background: #eaeaea;
    width: 125px;
    height: 125px;
}
.container-alt .listing > .container {
    background: #f6f5f5;
}
.container-alt .listing .container {
    padding-left: 120px !important;
    min-height: 90px;
}
.container-alt .image_container > div {
    height: 100%;
}
.container-alt .search_panel {
    margin-left: 0;
}
.container-alt .table-block {
    border-left: 1px solid lightgrey;
    padding-left: 15px;
}
.container-alt .main-content.container {
    padding: 0;
}
.container-alt .available_rooms {
    margin: 0;
}
.container-alt  .available_rooms .room_image {
    width: 36%;
    margin-right: 15px;
}
.container-alt  .available_rooms .room_image .image_container,
.container-alt  .available_rooms .room_image .featured_photo {
    width: 100%;
    margin: 0;
}
.container-alt .room-preview {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.container-alt .available_rooms .roomtype {
    height: auto !important;
}
.container-alt .roomtype {
    padding: 15px;
    margin-bottom: 15px;
}
.container-alt {
    background-color: transparent;
}
.container-alt .available_rooms .roomtype .adults,
.container-alt .available_rooms .roomtype .children,
.container-alt .available_rooms .roomtype .custom-select-rooms,
.container-alt .choose_room .roomtype .custom-adults,
.container-alt .choose_room .roomtype .custom-children,
.container-alt .choose_room .roomtype .custom-select-rooms,
.container-alt .available_rooms .roomtype .custom-max-guests,
.container-alt .choose_room .roomtype .custom-max-guests,
.container-alt .choose_room .roomtype .starting_at,
.container-alt .available_rooms .roomtype .price_for_nights,
.container-alt .choose_room .roomtype .price_for_nights,
.container-alt .name_room {
    width: auto;
    height: auto;
    float: none;
}
.container-alt .available_rooms .roomtype .starting_at {
    width: 100%;
    height: auto;
    float: none;
    flex-wrap: wrap;
    text-align: left;
}
.container-alt .available_rooms .roomtype .starting_at > .stay_container {
    width: 100%;
}
.container-alt .name_room {
    background: none;
    color: black;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-decoration: none;
}
.room-name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.notice-label {
    margin: 0 -15px 0 15px;
    height: 30px;
    padding: 10px;
    background: #1a1a1a;
    color: #f8f8f8;
}
.container-alt .available_rooms .roomtype .starting_at div.several_rows {
    margin-bottom: 10px;
}
.container-alt .stays {
    display: flex;
    width: 100%;
}
.container-alt .stays > div {
    width: 50%;
}
.select-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
}
.container-alt .available_rooms .roomtype .custom-select-rooms,
.container-alt .available_rooms .roomtype .children,
.container-alt .available_rooms .roomtype .adults {
    flex-direction: column;
    margin-left: 10px;
}
.custom-checkboxes {
    padding: 30px 0;
    flex-grow: 1;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.custom-checkboxes > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-checkboxes > div > div:last-child {
    width: 30%;
    text-align: right;
}
.container-alt .custom-select-rooms .type_of_room {
    font-size: 12px;
    margin-bottom: 10px;
}
.room-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.show-details {
    color: #165d86;
    font-size: 14px;
}

.security-sprite {
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    background-image: url("../../../../mybookings/latest/images/security-sprites.png");
    background-size:108px 108px;
}
.security-pci {
    width: 108px;
    background-position:0px 0px
}

.security-ssl {
    width: 101px;
    background-position:0px -50px
}