<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-wrap{
    overflow: hidden;
}
/* ==========================================================================
   Header
   ========================================================================== */
.city-header{
    background-color: #33b9db;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    z-index: 9;
    border-color: #fff;
    padding: 13px 5px;
    /* border-radius: 7px; */
}
.city-branding{
    display: inline-block;
    background-color: #029adb;
    padding: 30px;
}
.city-branding__logo {
    float: left;
}
.city-branding__name{
    display: none;
}
.city-search__input{
    width: 65%;
    background-color: #f3f3f3;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
    height: 40px;
}
.select-options{
    display: none;
}
.b247-searchbox{
    /*float: right;
    width: 70%;*/
    margin-top: 10px;
    background-color: transparent;
    padding: 0;
}
.csb-container {
    position: relative;
    z-index: 10;
    padding: 0;
}
.csb-container .check-date-container__icon:after{
    top: 0;
}
.csb-container .check-date-container__text{
    top: 18px;
}
.csb-container .select-duration{
    margin-top: 5px;
}
.b247-searchbox .b247-button .btn{height: 53px;}
.csb-container .nights{
    color: #333;
}
.city-search{
    border-radius: 0;
    height: 45px;
    border: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}
.csb-container .b247-searchbox .b247-button .btn-success{
    border-color: #e8827a;
    background-color: #F44336;
    border: 0;
    box-shadow: 0px 0px 0px 6px #ffc1c1;
    /*box-shadow: 0px 0px 0px 1px hsla(4, 90%, 58%, 1), 
                0px 0px 0px 2px hsla(4, 90%, 50%, 1), 
                0px 0px 0px 3px hsla(4, 90%, 42%, 1),
                0px 0px 0px 4px hsla(4, 90%, 34%, 1),
                0px 0px 0px 5px hsla(4, 90%, 26%, 1);*/
}
/* search options */
.search-options{
    margin-top: 10px;
}
.search-options__view,
.search-options__filters
.search-options__sort{
    display: inline-block;
}
.search-options__view{
    margin-right: 15px;
}
.search-options__view a{
    margin-right: 7px;
}
.search-options__view .fa{
    margin-right: 5px;
}
.search-options a{
    margin: 0 10px;
    color: #00296f;
}
.search-options__sort a{
    font-weight: bold;
}
.search-options a:hover, .search-options a:focus{
    text-decoration: none;
}
.search-options__sort{
    float: right;
}
.search-options__trigger{
    box-shadow: 0 0 0 1px #dadada;
    border-radius: 10px;
    padding: 4px 10px;
    background-color: #ededed;
}
.search-options__sub{
    position: absolute;
    background-color: #fff;
    width: auto;
    padding: 20px;
    top: 119px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    display: none;
}
/* ==========================================================================
   Guests
   ========================================================================== */
.section{
    padding: 50px 0;
}
.section-guests{
    background-color: #33b9db;
    margin-top: -65px;
    color: #fff;
}
.section-header{
    font-size: 35px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.section-guests .section-header{
    margin-top: 75px;
    
    line-height: 1.65;
    margin-bottom: 20px;
    color: #fff;
    
}
.section-guests .section-content{
    font-size: 20px;
}
/* ==========================================================================
   Destinations
   ========================================================================== */
.section-destinations .section-header{
    text-align: center;
    margin-bottom: 40px;
}
.section-sub{
    font-size: 14px;
    font-weight: normal;
}
.dest-single{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.dest-single:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    z-index: 2;
    transition: background-color 0.5s ease;
}
.dest-single:hover:after {
    background-color: rgba(0,0,0,0.66);
}
.dest-single:hover img{
    transform: scale(1.45);
}
.dest-single img{
    transition: all 0.5s ease;
}
.dest-single__head{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 35px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
}
.dest-single__head span{
    border: 1px solid #fff;
    padding: 20px 40px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/*.footer{
    background-color: #33b9db;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}*/

/* ==========================================================================
   stack : toggle view
   ========================================================================== */

/* map view */

.map-wrapper.map-view{
    width: 100%;
}
.properties-main.map-view{
    display: none;
}

/* tile-view */
.map-wrapper.tile-view{
    width: 49.5%;
}
.properties-main.tile-view{
    display: block;
    width: 50.5%;
}
.properties-main__content{
    overflow: hidden;
}
/* list-view */
.map-wrapper.list-view{
    width: 75%;
}
.properties-main.list-view{
    display: block;
    width: 25%;
}

/* ==========================================================================
   properties list
   ========================================================================== */
.property-content__description, .rooms-expander{
    display: none;
}
body{
    font-family: 'lato', sans-serif;
    line-height: 1.85;
}
.property {
    overflow: hidden;
    /*margin-bottom: 40px;*/
    border: 1px solid #e4e4e4;
    padding: 15px 15px 30px 15px;
    transition: box-shadow 0.25s ease;
    background-color: #fff;
    position: relative;
}
.property-tile:nth-child(3n+1){
    clear: left;
}
.property-resize{
    width: 48.9%;
    float: left;
    /*margin: 13px 0 13px 10px;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property:hover{
    /*box-shadow: 0 0 50px rgba(0,0,0,0.25);*/
}
.property-content__name{
	margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.property-resize-1{
    width: 100%;
    float: none;
    margin: 0;
    box-shadow: none;
    display: inline-block;
}
.property-resize-2{
    width: 48.9%;
    float: left;
    display: inline-block;
    /*margin: 13px 10px 13px 0;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property-resize-3{
    width: 32.55%;
    float: left;
    display: inline-block;
    /*margin: 13px 10px 13px 0;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property__image{
    margin-bottom: 15px;
    padding: 0;
}
.property__image img{
    width: 100%;
}
.property-content__name a{
    font-size: 17px;
    font-weight: bold;
    color: #585858;
    line-height: 1.35;
}
.property-content__name a:hover{
    text-decoration: underline;
    color: #5d5d5d;
}
.property-content__meta{
	margin-bottom: 10px;
    color: #a4a4a4;
    margin-top: -7px;
}
.property-content__name{
    display: inline-block;
    margin-bottom: 0;
}
.property-content__star-rating{
    display: inline-block;
    float: right;
    margin-left : 3px;
}
.property-content__star-rating .fa{
    color: #e2cc54;
    font-size: 14px;
}
.property-content__description{
    margin-bottom: 20px;
}
.property-expander{
    padding: 0 7px;
    color: #797979;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #eee;
}
.property-rooms{
    clear: both;
}
.property-room:first-child{
    border-top: 0;
}
.property-room{
    overflow: hidden;
    color: #6d6d6d;
    border-top: 1px solid #e4e4e4;
}
.property-room:hover{
    background-color: #f9f9f9;
}
.property-room__details{
    overflow: hidden;
    padding: 3px 0;
    width: 70%;
    float: left;
}
.property-room__details &gt; div{
    display: inline-block;
}
.property-room__name{
    font-size: 14px;
    float: left;
    margin-top: 5px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-room__cost {
    font-weight: 800;
    font-size: 15px;
    float: right;
    margin-top: 5px;
}
.property-cta{
    position: relative;
    text-align: right;
    padding-bottom: 10px;
}
.property-cta a{
    margin-top: 8px;
    background-color: transparent;
    color: #d43f3a;
    padding: 2px 10px;
}
.property-content__cta{
    text-align: right;
    margin: 30px 0;
}
.property-roomtype{
    font-weight: bold;
}
.roomtype-active{
    padding-left: 15px;
}
.proom-cave{
    display: none;
}
.rooms-expander{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.rooms-expander a{
    padding: 5px 0;
    border: 1px solid #e0e0e0;
    display: block;
    transition: all 0.25s ease;
    font-weight: bold;
}
.rooms-expander a:hover{
    background-color: #f9f9f9;
    text-decoration: none;
}
/* citySuggest */
.sbx-destination{
    position: relative;
}
.city-suggest {
    position: absolute;
    width: 89.5%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25);
    top: 0;
    opacity: 0;
    transition: all 0.25s ease;
}
.city-suggest.appear{
    top: 36px;
    opacity: 1;
}
.city-suggest a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #988e8e;
    text-transform: capitalize;
    transition: all 0.25s ease;
}
.city-suggest a:hover{
    color: #333333;
    background-color: #f9f9f9;
    padding-left: 20px;
}
.search-heading{
    background-color: #33b9db;
    border: 0;
    border-radius: 0;
    color: #fff
}
.search-heading__sort{
    float: right;
}
.search-heading__count{
    font-weight: bold;
}
.search-heading__result{
    display: inline-block;
    padding-top: 5px;
}
.pagination{
    padding: 10px 15px;
    background-color: #dbdbdb;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.55);
}
.pagination &gt; li&gt; a {
    color: #b2c2c8;
    border-radius: 0;
    margin-right: 5px;
}
.pagination &gt;li:last-child a {
    margin-right: 0;
}
.load-properties{
    text-align: center;
    margin: 20px;
}
.load-properties a {
    border: none;
    display: block;
    background-color: #fff;
    color: #00296f;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    transition: all 0.25s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.load-properties a:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    color: #00296f;
}
/* ==========================================================================
   FIlters
   ========================================================================== */
.city-filters{
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.city-filters__heading{
    margin-top: 0;
    background-color: #708f9c;
    padding: 15px 10px;
    font-size: 24px;
    color: #fff;
}
.filter{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.filter__heading{
    font-size: 15px;
    font-weight: bold;
    position: relative;
    margin-top: 0;
}
.filter__heading a{
    font-size: 14px;
}
.filter-list{
    list-style-type: none;
    padding-left: 5px;
    top: 15px;
    background-color: #fff;
    left: 10px;
    /*box-shadow: 0 0px 6px rgba(0,0,0,0.25);*/
    z-index: 2;
}
.filter-list li a{
    text-decoration: none;
}
.filter-list li a:hover{
    text-decoration: none;
}
.filter-list__item{
    display: block;
    color: inherit;
    padding: 0 7px;
}
.filter-list__item input[type="checkbox"] {
    margin-right: 5px;
}
.filter-imp__item{
    display: block;
    margin-right: 10px;
}
.filter-imp__item input{
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.filter-imp__item label{
    color: #0064b1;
}
.filter-list__item span .fa{
    color: #cccc38;
}
.filter-list__item:hover{
    text-decoration: none;
    background-color: #eee;
}
.filter-list__item .fa{
    font-weight: normal;
    margin-right: 7px;
}
.filter-item__count{
    color: #a4a4a4;
    float: right;
}
.city-filters__clear{
    padding: 5px 15px;
    color: #708f9c;
}
.filter-item label {
    color: #5d5d5d;
    font-weight: normal;
}
/*infowindow styles*/
.infoWindow-content{
   overflow: hidden;
   padding: 10px 0;
}
.infoWindow-content img{
    width: 200px;
    max-height: 134px;
    overflow: hidden;
    float: left;
}
.infoWindow-main{
    float: left;
    margin-left: 15px;
    height: 134px;
    position: relative;
}
.infoWindow-main__name {
    font-size: 22px;
    color: #333;
    margin-bottom: 4px;
}
.infoWindow-main__rating {
    margin-top: 8px;
    color: goldenrod;
}
.infoWindow-main__cta {
    position: absolute;
    bottom: 0;
}
.infoWindow-main__cta a {
    padding: 10px;
    display: inline-block;
    background-color: #f44336;
    color: #fff;
}
.infoWindow-main__cta a:hover{
    text-decoration: none;
}
.property__carousel{
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 992px){
    .properties-wrap__row{
        min-height: 800px;
    }
}
@media screen and (max-width: 991px){
    .search-heading{
        text-align: center;
    }
    .search-heading__sort{
        float: none;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px){
    .header{
        position: relative;
        overflow: hidden;
        height: 0;
        transition: all 0.5s ease;
    }
    .mqflag{
        content: 'mobile';
    }
    .city-suggest{
        z-index: 10000;
    }
    .city-header{
        min-height: 50px;
        padding-bottom: 0;
    }
    .city-branding{
        position: relative;
        overflow: hidden;
        text-align: center;
        display: block;
    }
    .city-branding__logo{
        max-width: 80px;
        float: none;
    }
    .csb-container{
        margin-top: 0;
    }
    .b247-sbx div[class*='col-sm-'] {
        margin-bottom: 10px;
    }
    .datepicker{
        background-color: #fff;
    }
    .swal-modal{
        z-index: 99999;
    }
    .property-room__details{
        width: 100%;
        float: none;
    }
    .properties-wrap .container{
        padding: 0;
    }
    .property-content__name, 
    .property-content__star-rating,
    .property-content__meta{
        display: block;
        text-align: center;
        float: none;
    }
    .property-content__name{
        margin-bottom: 10px;
    }
    .property-content__name a{
        font-size: 30px;
        line-height: 1;
    }
    .property-content__star-rating{
        margin: 0 0 5px 0;
    }
    .property-cta{
        text-align: center;
    }
    .property-cta a {
        position: relative;
        margin: 10px 0;
        box-shadow: 0px 4px 0 0 #b72722;
    }
    .property-cta a:focus{
        top: 4px;        
    }
    .property-room__details &gt; div{
        display: block;
        text-align: center;
        float: none;
    }
    .properties-main__content{
        background-color: #fff;
    }
    .city-header{
        background-color: #0064b1;
    }
    .properties-wrap__row{
        margin: 0;
    }
    .city-filters{
        margin-bottom: 20px;
    }
    .city-filters__heading{
        margin-bottom: 0;
    }
    .city-filters__container{
        padding: 15px 0;
        display: none;
    }
    .filter__heading{
        margin-top: 0;
    }
    /* sort filter menu */
    .search-heading__sort,
    .city-filters{
        display: none;
    }
    .sfm{
        margin-bottom: 10px;
    }
    .sfm__heading{
        background-color: #708f9c;
        overflow: hidden;
        padding: 15px;
    }
    .sfm__heading ul{
        float: right;
        margin-bottom: 0;
    }
    .sfm__heading ul li{
        display: inline-block;
        margin-right: 10px;
    }
    .sfm__heading ul li .fa{
        margin-right: 5px;
        color: #fff;
    }
    .sfm__heading ul li a{
        color: #fff;
    }
    .sfm__container{
        background-color: #fff;
        padding: 15px;
    }
    .sfm__content--sort{
        text-align: center;
    }
    .sfm__content--sort a {
        display: inline-block;
        background: #eee;
        color: #333;
        border: none;
        padding: 5px 8px;
    }
    .hide-filter__trigger{
        float: right;
    }
    .select-options {
        box-sizing: border-box;
        border-top: 1px solid #ecebeb;
        display: block;
    }
    .select-options a {
        color: #333;
        display: inline-block;
        width: 25%;
        text-align: center;
        border-right: 1px solid #ecebeb;
        padding: 7px 0;
        float: left;
    }
    .select-options a:hover, .select-options a:focus{
        text-decoration: none;
    }
    .select-options a:last-child{
        border-right: none;
    }
    .select-options .fa{
        margin-right: 5px;
    }
    .filter-list{
        display: block;
        position: relative;
        width: auto;
        box-shadow: 0 0px 2px rgba(0,0,0,0.25);
        top: 0;
    }
    .filter-imp__item{
        display: block;
        list-style-type: none;
    }
    .search-options__sort{
        float: none;
    }
    .search-options__sort a{
        display: block;
    }
    .map-wrapper{
        float: none;
        width: 100%;
    }
    /*.map-wrapper{
        float: none;
        width: 100%;
        height: 100%;
        display: none;
    }
    #map{
        height: 100%;
        width: 100%;
        margin-bottom: 15px;
        position: fixed;
        overflow: hidden;
        display: block;
        z-index: 9999;
        top: 0;
        left: 0;
        float: none;
    }*/
}
@media screen and (max-width: 480px){
    .property-cta a {
        width: 100%;
    }
}

</pre></body></html>