@media screen and (min-width: 1920px) {

}

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

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

}

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

}


@media screen and (max-width: 1199px) {
    .details_rooms{
        bottom: 100px;
        left: 50px;
    }
    .slide_rooms .owl-dots {
        position: absolute;
        left: 50px;
        bottom: 50px;
    }

}

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

}

@media screen and (max-width: 991px) {
    .nav_menu ul{
        display: none;
    }
    .nav_mobile{
        display: block;
    }
    #maximage, .map {
        height: 60vh!important;
    }
    .section_description p{
        width: 100%;
    }
    .col-xs-5, .col-xs-7, .col-xs-6, .col-xs-10, .col-xs-2{
        width: 100%;
    }
    .social_media {
        float: none;
        margin-top: 25px;
    }
    .section_footer{
        text-align: center;
    }
    .social_media ul{
        display: inline-block;
    }
    .image_swimmingpool, .image_rooms{
        height:400px;
    }
    .details_swimmingpool{
        height: auto!important;
        padding: 50px 0;
    }
    .details_rooms{
        position: inherit;
        text-align: center;
        color: initial;
        display: inline-block;
        width: 100%;
        padding: 50px 30px;
    }
    .details_rooms h1 {
        color: #3b3b3b;
    }
    .overlay_item{
        display: none;
    }
    .details_rooms p {
        width: 100%;
    }
    .slide_rooms .owl-dots{
        position: absolute;
        bottom: auto;
        left: 0;
        top: 330px;
        width: 100%;
    }
    .container {
        padding: 0 30px;
    }
    h1{
        font-size: 30px;
    }
    #arrow_left{
        left: 30px;
    }
    #arrow_right{
        right: 30px;
    }
    .gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33.333%;
        -moz-column-width: 33.333%;
        column-width: 33.333%;
    }
    .section_contact table{
        width: 100%;
    }
    .section_contact td:nth-child(1){
        width: 15%;
    }
    .facebook_full{
        display: none;
    }
    .section_form .col-xs-7, .section_form .col-xs-5 {
        padding: 0;
    }
    .row_form {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
    .btn{
        font-size: 17px!important;
    }
    .section_contact td:nth-child(1) {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .image_swimmingpool, .image_rooms {
        height: 250px;
    }
    .slide_rooms .owl-dots{
        top: 200px;
    }
    .section_slide:before{
        height: 80px;
    }
    .section_room, .section_location{
        padding: 30px 0 0;
    }
    .line_hr {
        margin: 30px 0 0 0;
    }
    .slide_rooms, .box_location, .section_contentroom {
        margin-top: 30px;
    }
    .details_rooms, .box_form{
        padding: 30px;
    }
    .box_form .col-xs-4, .box_form .col-xs-8{
        width: 100%;
    }
    .paddingcontact {
        padding: 10px 0;
    }
    .details_swimmingpool, .section_rates, .section_contact{
        padding: 30px 0;
    }
    .text_swimmingpool{
        padding: 30px;
    }
    h1 {
        font-size: 24px;
    }
    .section_rates td{
        padding: 5px;
    }
    .section_rates thead, .section_rates tbody{
        font-size: 14px;
    }
    .section_rates table{
        margin: 30px 0;
    }
    .section_contentroom ul{
        width: 100%;
    }
    .row_contact table{
        font-size: 14px;
    }
    .section_contact td:nth-child(1) {
        width: 33%;
    }
}

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

}

@media screen and (max-width: 375px) {
    .test_otherfac ul{
        font-size: 14px;
        padding-left: 20px;
    }
}