<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1920px) {

}

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

}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 50px !important;
    }
}

@media screen and (max-width: 1199px) {
    .box_reservation img {
        display: none;
    }

    .widget_02 li {
        width: 100% !important;
        text-align: center;
    }
}

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

}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 30px !important;
    }

    .section_copyright .col-xs-6 {
        width: 100%;
        text-align: center !important;
    }
}

@media screen and (max-width: 991px) {
    .nav_lang li:nth-child(1), .nav_lang li:nth-child(2), .nav_lang li:nth-child(3), .navbar {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .main_menu{
        height: 80px;
    }
    .section_copyright{
        margin-bottom: 43px;
    }
    .lang_parent li{
        display: block!important;
    }
    .nav_lang li:nth-last-child(1){
        display: block!important;
    }
}

@media screen and (max-width: 768px) {
    #maximage {
        height: 50vh !important;
        margin-top: 40px;
    }
    .section_header{
        top: 0;
    }
    .slide_accommodation .image_images, .parallax-one, .images_contentchild, .google_map{
        height: 350px;
    }
    .col-xs-6, .section_infoabout .col-xs-8, .section_infoabout .col-xs-4{
        width: 100%;
    }
    .details_contentchild{
        height: auto;
        padding: 30px;
    }
    .gallrey_info .col-xs-4, .row_gallery .col-xs-4{
        width: 50%;
    }
    .section_photoinfopage .overlay_gallery, .slide_accommodation .image_images, .parallax-one, .images_contentchild {
        height: 250px;
    }
    #accordion{
        display: none;
    }
    .parallax-one{
        background: url('../images/icon/bg.jpg') no-repeat center center;
        background-size: cover;
    }
    .section_youtube iframe{
        width: 100%;
        height: 400px;
    }
}

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

}

@media screen and (max-width: 600px) {
    .parallax-one, .slide_accommodation .image_images, .google_map{
        height: 250px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 22px;
    }
    .section_roomamenities li {
        width: 100%;
        padding: 10px 5px;
    }
    .gallrey_info .col-xs-4, .row_gallery .col-xs-4{
        width: 100%;
    }
    #arrow_left{
        left: auto;
        right: 80px;
    }
    #arrow_right{
        right: 30px;
    }
    .section_arrow_slide {
        top: auto;
        bottom: 80px;
        height: auto;
    }
    .section_youtube iframe {
        height: 250px;
    }
    .our_contact {
        word-wrap: break-word;
    }
}

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

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