<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) {
    .owl-carousel .owl-prev {
        left: -50px;
    }

    .owl-carousel .owl-next {
        right: -50px;
    }
    .slide_photoinfo .owl-stage-outer {
        overflow: hidden;
    }
}

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

    #main-menu li {
        padding: 20px 10px;
    }
}

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

}

@media screen and (max-width: 1024px) {
    .section_footer {
        padding: 25px 0;
    }

    .section_facilities {
        padding: 50px 0;
    }

    .section_accommodation {
        padding: 50px 0;
    }

    .section_offers {
        padding: 50px 0;
    }

    .section_description {
        padding: 50px 0;
    }

    .cnt223 {
        width: 500px;
        height: 300px;
    }
    .section_contentchild{
        padding: 50px 0;
    }
    .section_titlecontentchild{
        padding: 50px 0;
    }
    .section_titleinfo{
        padding: 50px 0;
    }
    .section_photoinfo{
        padding: 0 0 50px 0;
    }
    .image_photoinfo {
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .scroll_menu {
        padding: 0;
    }

    .logo {
        text-align: left;
    }

    .section_reservationmobile {
        display: block;
    }

    .owl-carousel .owl-nav {
        display: none;
    }

    .owl-carousel .owl-dots {
        display: block;
    }

    .section_copyright {
        margin-bottom: 45px;
    }
    .menu-mobile{
        display: block;
    }
    .section_gallery .col-xs-4{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .col-xs-4, .col-xs-6 {
        width: 100%;
    }
    .address_footer {
        text-align: center;
        margin-bottom: 15px;
    }
    .contact_footer {
        text-align: center;
        margin-top: 15px;
    }
    .details_contentchild {
        padding: 50px 0 0;
        height: auto!important;
    }
    .image_images{
        height: 400px;
    }
    .box_contactform{
        width: 100%;
    }
    .formError{
        right: 0!important;
        left: auto!important;
    }
}

@media screen and (max-width: 690px) {
    .cnt223 {
        width: 300px;
        height: 175px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 25px !important;
    }
    .button_container{
        right: 25px;
    }
    .image_images{
        height: 350px;
    }
    .section_gallery .col-xs-4{
        width: 100%;
    }

}

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

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