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

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


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

}

@media screen and (max-width: 1200px) {
    .slide_offers .owl-dots{
        position: inherit;
        display: inline-block;
        right: 0;
    }
    .slide_offers .owl-dots .owl-dot span{
        margin: 0 5px;
    }
    .container {
        padding: 0 50px;
    }

}

@media screen and (max-width: 1199px) {
    .slide_offers .owl-dots {
        right: -25px;
    }
    .info_roomamenities li{
        width: 100%;
        padding: 3px 0;
    }
    .info_roomamenities li:nth-child(even){
        padding-left: 0;
    }

}

@media screen and (max-width: 1024px) {
    .slide_facilities .owl-nav {
        display: none;
    }

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

    .images_accommodations {
        height: 400px;
    }
    .images_info{
        height: 500px;
    }
    .btn_readmore{
        padding: 10px 20px;
    }
    .details_accommodations h2{
        padding: 5px 0 5px 30px;
        font-size: 18px;
    }
    .demo_gallery .col-xs-4{
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .box_reservation, .nav_desktop {
        display: none;
    }

    .section_menu {
        height: 80px;
    }

    .menu_mobile {
        display: block;
    }

    .section_menu, .container {
        padding: 0 30px;
    }

    .slide_offers .owl-dots {
        right: auto;
        display: inline-block;
        position: inherit;
    }

    .slide_offers .owl-dots .owl-dot span {
        margin: 0 5px;
    }

    .section_description, .section_offers, .section_accommodatoions, .section_gallery {
        padding: 50px 0;
    }

    .section_facilities {
        padding-bottom: 50px;
    }

    .book_mobile {
        display: block;
    }

    .col-xs-6, .col-xs-4, .col-xs-7, .col-xs-5 {
        width: 100%;
    }

    .section_description .col-xs-6:nth-last-child(1) {
        padding: 0;
        display: none;
    }

    .details_description {
        padding: 0 0 0 30px;
        margin-top: 30px;
    }

    .box_description, .details_contentchild {
        height: auto !important;
    }

    .details_contentchild {
        padding: 30px;
    }

    .slide_accommodations, .slide_facilities {
        margin-top: 50px;
    }

    .btn_readmore {
        padding: 10px 20px;
    }

    .details_accommodations h2 {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }

    .btn_accommodations {
        float: none;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        display: inline-flex;
        position: relative;
    }

    .details_accommodations {
        text-align: center;
        bottom: 30px;
    }

    .details_offers {
        padding: 20px 0 0 0;
        height: auto;
    }

    .btn_bookaccom {
        display: none;
    }

    .section_footer .col-xs-4:nth-child(1), .section_footer .col-xs-4:nth-child(3) {
        text-align: center;
    }

    .section_footer p {
        margin-top: 0;
    }

    #cycle-nav {
        padding: 0 30px;
    }

    .text_slide {
        padding: 0 30px;
    }
    .info_roomamenities li{
        width: 50%;
    }
    .images_info{
        height: 400px;
    }
    .slide_photoinfo .owl-nav{
        right: 30px;
    }
    .slide_photoinfo .owl-dots{
        left: 30px;
    }
    .section_footer .col-xs-4:nth-child(2){
        text-align: center;
        float: none;
    }


}

@media screen and (max-width: 768px) {
    .form_contact {
        width: 100%;
    }
    .social_media:before{
        width: calc(50% - 130px);
    }
    .social_media:after{
        width: calc(50% - 130px);
    }
}

@media screen and (max-width: 600px) {
    .box_location:after {
        content: none;
    }

    .box_location {
        position: inherit;
        width: 100%;
        padding: 0 30px 50px;
    }

    .slide_gallery .owl-dots {
        position: inherit;
        top: auto;
        margin-top: 25px;
        right: 0;
        left: 0;
    }

    h1 {
        font-size: 30px;
    }

    #cycle-nav {
        padding: 0 30px;
        width: 100%;
        right: 0;
        left: 0;
    }

    .book_mobile {
        bottom: 80px;
    }

    .text_slide h1 {
        font-size: 30px;
    }

    .images_accommodations {
        height: 300px;
    }

    .map #map-container {
        height: 300px;
    }

    .top_header span {
        display: none;
    }

    .allroom_amenities li {
        width: 50%;
    }
    .box_location{
        background: none;
    }
    .slide_photoinfo .owl-dots{
        display: none;
    }
    .info_roomamenities li{
        width: 100%;
        padding: 5px 0;
    }
    .demo_gallery .col-xs-4{
        width: 100%;
    }

}

@media screen and (max-width: 375px) {
    .allroom_amenities li {
        width: 100%;
    }

    .images_accommodations {
        height: 250px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 26px;
    }
}