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

}

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

}

@media screen and (max-width: 1280px) {
    .section_arrow_slide img {
        width: 40px;
    }


    .owl-theme .owl-nav {
        position: inherit;
        height: auto;
    }

    .owl-next, .owl-prev {
        position: initial;
    }

    .owl-theme .owl-nav [class*=owl-] {
        margin: 25px 10px 0;
    }
    .imagebox_content {
        height: 500px;
    }
    .slide_offers .owl-nav{
        display: none;
    }
    .slide_offers .owl-dots {
        display: block;
    }
    .slide_facilities .owl-nav{
        display: none;
    }
    .slide_facilities .owl-dots {
        display: block;
    }
    .slide_accommodation .owl-nav{
        display: none;
    }
    .slide_accommodation .owl-dots {
        display: block;
    }
    .slide_info .owl-nav{
        display: none;
    }
    .slide_info .owl-dots {
        display: block;
    }
}

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

    .section_description {
        padding: 50px 0;
    }

    .section_offers {
        padding: 50px 0;
    }

    .section_facilities {
        padding: 50px 0;
    }

    .section_accommodation {
        padding: 50px 0;
    }
    .row_content {
        padding: 50px 0;
    }
    .image_photo {
        height: 350px;
    }
    .section_info .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    .section_info {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .nav > li > a {
        padding: 10px 10px;
    }

    .brand_logo {
        width: 100px;
        height: 85px;
    }

    h1 {
        font-size: 30px;
    }

    .btn_booknow a {
        padding: 10px 15px !important;
    }

    .scroll_menu .brand_logo {
        width: 70px;
        height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: none;
    }

    .widget_02 {
        display: none;
    }

    .container {
        padding: 0 25px;
    }

    .menu_mobile {
        display: block;
    }

    .section_reservationmobile {
        display: block;
    }

    .scrolldown_button a {
        bottom: 100px;
    }

    .section_arrow_slide {
        top: 0;
        bottom: 0;
    }

    .scroll_menu {
        height: 80px;
    }

    .section_copyright {
        padding: 15px 0 70px 0;
    }
    .imagebox_content {
        height: 400px;
    }
    .section_arrow_slide{
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .col-xs-6 {
        width: 100%;
    }
    .section_footer{
        text-align: center;
    }
    .social_media {
        text-align: center;
        margin: 25px 0 0;
    }
    .weather {
        margin: 25px 0;
    }
    .navbar-brand{
        padding: 20px 0;
    }
    .scroll_menu .navbar-brand{
        padding: 20px;
    }
    .details_content {
        padding: 50px 0 0;
        height: auto!important;
        text-align: center!important;
    }
    .demo-gallery .col-xs-4{
        width: 50%;
    }
    .simplefilter li{
        padding: 10px 20px;
    }
    .box_banner{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .demo-gallery .col-xs-4{
        width: 100%;
    }
    .padding_gallery {
        padding: 15px 0;
    }
    .details_info li {
        width: 50%;
        padding: 15px 10px;
    }
    .size img {
        width: 25px;
    }
    .size li {
        padding: 0 25px;
    }
    .box-gallery{
        text-align: left;
    }
    .box-gallery ul{
        margin: 0;
    }
    .amenities img {
        height: 35px;
    }
}

@media screen and (max-width: 375px) {
    .details_info li {
        width: 100%;
    }
    .details_info ul{
        margin-top: 0;
    }
    .details_info li{
        padding: 10px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 5px;
        height: 5px;
    }
    .owl-theme .owl-dots .owl-dot{
        width: 15px;
        height: 15px;
    }
}