header.clx {
        /*position: fixed !important;*/
    /*top: 0;*/
    /*z-index: 9999;*/

}

.comfort-room-list > h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 20px;
}

.t-dates {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
}

.filter_control-outer span {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
}

.bookRoom {
    margin: 250px auto 0;
    background-color: #00000080;
}

.bookRoom h2 {
    font-family: initial;
}

.submitBtn {
    border: none;
    border-radius: 0px !important;
}

.inner-booking-fields-box {
    background-color: #00000080;
}

.s_10_container .inner-booking-fields-box {
    background-color: transparent;
}

.s_10_container .booking-fields-box {
    margin-top: 0px !important;
}

.t-datepicker-day {
    border-radius: 0px;
}

.room-persons-popup-box, .room-meals-popup-box, .voucher-popup-box {
    border-radius: 0px;
}

.p-v-30 .lSSlideOuter .lSPager.lSGallery {
    display: none;
}

@media only screen and (max-width: 977px) {
    .t-datepicker-open .t-dates {
        border: 1px solid #000;
        background-color: transparent;
        border-radius: 0px;
        color: #000;
    }
}

@media only screen and (max-width: 575px) {
    .bookRoom {
        margin: 150px auto 75px !important;
    }
}