<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.booking-a {width:100%; float: left;}
.booking-l {margin:0px 348px 0px 0px;}
.booking-lb {width:100%; float:left;}
.booking-r {width:348px; float:left; overflow:visible; margin:0 0 0 -348px;}
.booking-p {padding-right:29px;}

.booking-form-i.maot-commentary {width: 100%;}

/*.maot-tab{position: relative; cursor: pointer;}*/

@media screen and (max-width:1130px) {  
	.booking-l {margin-right: 35%;}
	.booking-r {width: 35%; margin-left: -35%;}
	
	.booking-l {margin-right: 33%;}
	.booking-r {width: 33%; margin-left: -33%;}
}

@media screen and (max-width:910px) {
	.booking-l {margin-right: 100%; float: none; margin: 0px 0px 20px 0px;}
	.booking-r {width: 100%; margin: 0px;}
	.booking-p {padding-right: 0px;}
}

.preferences-list li.internet {background:url(../img/icons/pref-01.png) left top no-repeat;}
.preferences-list li.conf-room {background:url(../img/icons/pref-02.png) left top no-repeat;}
.preferences-list li.play-place {background:url(../img/icons/pref-03.png) left top no-repeat;}
.preferences-list li.restourant {background:url(../img/icons/pref-04.png) left top no-repeat;}
.preferences-list li.bar {background:url(../img/icons/pref-05.png) left top no-repeat;}
.preferences-list li.doorman {background:url(../img/icons/pref-06.png) left top no-repeat;}
.preferences-list li.kitchen {background:url(../img/icons/pref-07.png) left top no-repeat;}
.preferences-list li.spa {background:url(../img/icons/pref-08.png) left top no-repeat;}
.preferences-list li.bike {background:url(../img/icons/pref-09.png) left top no-repeat;}
.preferences-list li.entertaiment {background:url(../img/icons/pref-10.png) left top no-repeat;}
.preferences-list li.hot-tub {background:url(../img/icons/pref-11.png) left top no-repeat;}
.preferences-list li.pool {background:url(../img/icons/pref-12.png) left top no-repeat;}
.preferences-list li.parking {background:url(../img/icons/pref-13.png) left top no-repeat;}
.preferences-list li.gym {background:url(../img/icons/pref-14.png) left top no-repeat;}
.preferences-list li.tv {background:url(../img/icons/pref-15.png) left top no-repeat;}
.preferences-list li.pets {background:url(../img/icons/pref-16.png) left top no-repeat;}
.preferences-list li.handicap {background:url(../img/icons/pref-17.png) left top no-repeat;}
.preferences-list li.secure {background:url(../img/icons/pref-18.png) left top no-repeat;}

.preferences-list-alt li.internet {background:url(../img/icons/pref-alt-01.png) left top no-repeat;}
.preferences-list-alt li.parking {background:url(../img/icons/pref-alt-02.png) left top no-repeat;}
.preferences-list-alt li.gym {background:url(../img/icons/pref-alt-03.png) left top no-repeat;}
.preferences-list-alt li.restourant {background:url(../img/icons/pref-alt-04.png) left top no-repeat;}
.preferences-list-alt li.pets {background:url(../img/icons/pref-alt-05.png) left top no-repeat;}
.preferences-list-alt li.pool {background:url(../img/icons/pref-alt-06.png) left top no-repeat;}
.preferences-list-alt li.kitchen {background:url(../img/icons/pref-alt-07.png) left top no-repeat;}
.preferences-list-alt li.conf-room {background:url(../img/icons/pref-alt-08.png) left top no-repeat;}
.preferences-list-alt li.bike {background:url(../img/icons/pref-alt-09.png) left top no-repeat;}
.preferences-list-alt li.entertaiment {background:url(../img/icons/pref-alt-10.png) left top no-repeat;}
.preferences-list-alt li.bar {background:url(../img/icons/pref-alt-11.png) left top no-repeat;}
.preferences-list-alt li.secure {background:url(../img/icons/pref-alt-12.png) left top no-repeat;}

.chk-nights{background:url(../img/icons/icon-nights.png) left top no-repeat;}
.comlete-alert-a {background: url(../img/icons/icon-complete.png) left top no-repeat;}
.card-expiration .customSelect {background:url(../img/icons/card-select.png) right top no-repeat;}
.checkbox .jq-checkbox.checked span {background: transparent url(../img/icons/checkbox.png) left top no-repeat;}

.booking-complete-btn a {text-decoration: none; color: #fff;}

.room-about-wrapper{
    margin-bottom: 10px;
}
.room-about{
    float: right;
    width: 73.5%;
    min-height: 125px;
}
.room-about-top{
    position: relative;
}
.room-about-icon{
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -7px;
    right: 0;
    background-image: url('../img/icons/chk-edit.png');
}
.room-about-icon:hover{
    cursor: pointer;
}
.room-about h2{
    margin-bottom: 5px;
    /*color: #626262;*/
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.room-about p{
    margin-bottom: 7px;
    /*color: #626262;*/
    color: #000;
    display: inline-block;
    font-size: 10px;
}
.room-about-middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 4px;
    border-top: 1px solid #00C0FF;
    border-bottom: 1px solid #00C0FF;
}
.room-about-middle-left{
    float: left;
    width: 45%;
}
.room-about-middle-left p{
    margin-right: 15px;
}
.room-about-middle-right{
    float: right;
    width: 45%;
    text-align: right;
}
.room-about-middle-right p{
    margin-left: 15px;
}
.room-about-bottom{
    border-bottom: 1px solid #00C0FF;
}
.room-about-bottom p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: #626262;
}
.room-about-bottom p:first-letter {
    text-transform: uppercase;
}
.float-right{
    /*float: right;*/
}
.span-title{
    font-weight: bold;
    font-size: 14px;
}
.span-description, .room-duration-text, .room-duration-info-text{
    font-size: 14px;
    color: #626262;
}

.h-help-phone.no-image-padding{
    background-image: none;
    padding: 0;
}
.booking-left h2{
    font-weight: bold;
    font-family: 'Roboto';
}
.booking-form-i label{
    font-weight: bold;
}
.page-title{
    font-weight: bold;
}
.page-title span{
    color: #000;
}
.room-about .hotel-subname{
    /*font-weight: bold;*/
    color: #626262;
    font-size: 13px;
}
.booking-left{
    font-family: 'Roboto';
}
.span-description.room-price-price{
    color: #FF7201;
    font-size: 20px;
    font-family: 'robotobold';
}
.row-left{
    float: left;
}
.row-right{
    float: right;
}

@media screen and (max-width: 800px) {
    .hotel-bron-class .room-about{
        width: 100%;
        float: none;
    }
    .room-about-middle-right br{
        display: none;
    }
    .room-about-middle-right .float-right{
        float: none;
    }
}
.room-about-middle-w {
    width: calc(100% - 140px);
}

.room-about-itoginfo {
    width: 140px;
    text-align: center;
    border-left: 1px solid #E4E4E4;
    padding: 20px 0;
}
.room-about-middle .room-about-roominfo {
    display: block;
    border-bottom: 1px solid #E4E4E4;
}

.room-about-middle .room-about-duration {
    display: block;
}

.room-about-datesinfo p {
    float: left;
    width: 50%;
}

.room-price-resume-text {
    display: block;
}

.room-about-middle p {
    margin-bottom: 0;
}

.room-about-roominfo {
    padding: 5px 0;
}
.room-about-roominfo p:first-child {
    margin-bottom: 5px;
}
.room-about-datesinfo {
    padding: 5px 0;
}

.room-about-datesinfo p:first-child {
    margin-bottom: 5px;
}
.room-about-datesinfo p:nth-child(2) {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1140px) {

    .room-about-middle {
        flex-wrap: wrap;
    }

    .room-about-middle-w {
        width: 100%;
    }
    .room-about-itoginfo {
        width: 100%;
        border-left: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 480px) {

    .room-about-datesinfo p {
        width: 100%;
        margin-bottom: 7px!important;
    }
}

.cat-list-content-header {
    display: flex;
}

.cat-list-content-header-info {
    width: calc(100% - 180px);
    padding-right: 20px;
    box-sizing: border-box;
}
.cat-list-content-header-info-price {
    text-align: center;
    width: 180px;
}

.cat-list-content-header-info-price .cat-list-btn {
    width: 100%;
}

.cat-list-content-header-info-w {
    display: flex;
    justify-content: space-between;
}

.room-search .cat-list-content-header-info-price .roboto {
    font-size: 24px;
    line-height: 24px;
    font-family: 'robotobold';
    font-weight: bold;
    color: #FF8500;
}

@media screen and (max-width: 990px){
    .cat-list-content-header {
        flex-wrap: wrap;
    }
    .room-search .cat-list-content-header-bottom .content-item-1 {
        width: 21%;
    }
    .cat-list-content-header-info {
        width: 100%;
        padding-right: 0;
    }
    .cat-list-content-header .cat-list-content-header-info-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cat-list-content-header-price {
        display: none;
    }
    .offer-slider-r .maot-full-price{
        display: block!important;
    }
    .cat-list-item.room-search .cat-list-btn {
        order: 1;
    }
    .room-search .offer-slider-r {
        order: 2;
    }
    .cat-list-item .offer-slider-r{
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 480px){
    .room-search .cat-list-content-header-cont .span-title {
        font-size: 12px;
    }
    .room-search .cat-list-content .roboto {
        font-size: 12px;
    }
    .cat-list-item.room-search .cat-list-btn {
        width: 120px;
        font-size: 12px;
    }
    .room-search .cat-list-content-header .content-item-4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .offer-slider-r .b-roboto {
        font-size: 16px!important;
    }
}

.cat-list-content-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}</pre></body></html>