@media (max-width: 1500px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1366px) {


}

@media (max-width: 1280px) {
    /* BODY */
    .slide_rooms .slick-slide {
        padding: 0 15px;
    }

    .slide_rooms .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }


}

@media (max-width: 1200px) {

    /* HEADER */
    .main_menu li {
        padding: 0 8px;
    }

    /* BODY */
    .section_bestrate, .section_accommodation, .section_highlights, .section_offers,
    .section_gallery{
        padding: 80px 0;
    }

    .description_child.our_room {
        padding: 80px 0 100px;
    }
    .section_footer {
        padding: 80px 0 0;
    }
    .address_footer {
        padding: 0 0 80px;
    }

    .section_description {
        padding-bottom: 80px;
    }

    .container {
        padding: 0 80px;
    }

    .offers_type {
        height: 400px;
    }
    .card_info .photo_info img {
        height: 300px;
    }
    .photo_info img {
        height: auto;
    }
    .address_footer > [class*=col-xs-] {
        padding: 15px 10px;
    }
}

@media (max-height: 680px) {
    .artwork {
        width: 400px;
        height: 455px;

    }
    .reservation .container {
        width: 100%;
    }

    .you_stay {
        width: 100%;
        padding: 50px 0;
    }
    .title_ibe {
        display: none;
    }
    .t-datepicker-day {
        top: 120px;
    }
    #popup_room_list.popup_content {
        max-height: 290px;
        overflow: auto;
    }
    #popup_room_list.popup_content #numberrroomRow {
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    .detsils_highlights{
        width: calc(100% - 50px );
    }
    .address_footer li:nth-child(1) {
        justify-content: center;
    }
    /* HEADER */

    .scroll_menu .brand_logo  {
        height: 115px;
    }
    h3{
        font-size: 19px;
    }
    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        color: #2f2e2e;
        background: #fff;
        padding: 100px 50px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(300px);
        transition: all 500ms ease-in-out;
    }

    .main_menu.z_index {
        z-index: 4;
    }

    .navbar.open_menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .menu_top li {
        display: none;
    }

    .menu_top li:last-child,.menu_top li.video_layer {
        display: block;
    }
    .nav-lang:before {
        display: none;
    }
    .video_layer:before {
        left: auto;
        right: 0;
    }


    .main_menu {
        height: 70px;
    }

    .main_menu ul {
        float: none;
    }
    .main_menu .brand_logo a {
        opacity: 1;
        padding: 0;
    }
    .brand_logo img,
    .scroll_menu .brand_logo img{
        height: 50px;
    }
    .main_menu a,
    .dropdown_menu .menu_list label{
        line-height: normal;
        padding: 6px 0;
        display: inline-block;
        width: 100%;
        opacity: .6;
        transition: all .4s;
    }

    .nav_fixed li:hover > a {
        opacity: 1;
    }
    .dropdown_menu li > a {
        padding: 5px 0;
    }
    .scroll_menu .main_menu a {
        line-height: normal;
    }

    .navbar .nav_fixed li {
        float: none;
        width: 100%;
    }

    .main_menu li:nth-child(1), .main_menu li {
        padding: 0;
    }

    .menu_mobile, .ui-icon-plus, .hamburger,
    .dropdown_new .dropdown_menu.active {
        display: block;
    }

    .dropdown_new .dropdown_menu,.main_menu .dropdown_listmenu {
        position: relative;
        pointer-events: auto;
        transform: translateY(0);
        opacity: 1;
        background: none;
        color: #2f2e2e;
        display: none;
        padding-left: 20px;
    }
    .main_menu .dropdown_listmenu {
        left: 0;
        display: block;
        padding-left: 30px !important;
    }
    .main_menu .dropdown_listmenu li {
        background: none;
    }

    .dropdown_menu:after, .dropdown_menu:before,.dropdown_listmenu:before,
    .dropdown_listmenu:after{
        display: none;
    }

    .dropdown_menu a.main_room {
        background: none;
        border-top: 0;
        border-bottom: 0;
    }

    .dropdown_menu a:hover {
        background: none;
    }

    .open_menu .nav_fixed > li {
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
    }

    .open_menu .nav_fixed li:nth-child(1) {
        animation-delay: 0.05s;
    }

    .open_menu .nav_fixed li:nth-child(2) {
        animation-delay: 0.1s;
    }

    .open_menu .nav_fixed li:nth-child(3) {
        animation-delay: 0.15s;
    }

    .open_menu .nav_fixed li:nth-child(4) {
        animation-delay: 0.2s;
    }

    .open_menu .nav_fixed li:nth-child(5) {
        animation-delay: 0.25s;
    }

    .open_menu .nav_fixed li:nth-child(6) {
        animation-delay: 0.3s;
    }

    .open_menu .nav_fixed li:nth-child(7) {
        animation-delay: 0.35s;
    }

    .open_menu .nav_fixed li:nth-child(8) {
        animation-delay: 0.4s;
    }

    .open_menu .nav_fixed li:nth-child(9) {
        animation-delay: 0.45s;
    }

    .open_menu .nav_fixed li:nth-child(10) {
        animation-delay: 0.5s;
    }

    .open_menu .nav_fixed li:nth-child(11) {
        animation-delay: 0.55s;
    }

    .nav_fixed {
        max-height: 600px;
        /* overflow: scroll; */
    }
    .menu_list svg {
        transform: rotate(90deg);
    }
    .nav_booknowtopw {
        display: none;
    }

    .nav_booknow_mobile {
        display: block;
    }

    .nav_fixed .active .ui-icon-plus:before, .nav_fixed .active .ui-icon-plus:after {
        background-color: var(--color-primary);
    }

    /* BODY */
    .container {
        padding: 0 50px;
    }
    .col-xs-5 .images_description {
        height: auto;
        display: block;
    }

    .images_box img {
        height: 250px;
    }

    .room_type img {
        height: 500px;
    }

    .box_galleryhome {
        height: 200px;
    }

    #collapse_hillside .images_box img {
        height: 300px;
    }

    .card_child {
        width: 100%;
    }

    .card_child:before {
        width: 90%;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 100px !important;
    }

    .address_footer .col-xs-3 {
        width: 100%;
        padding: 15px 0;
    }

    .address_footer .col-sm-11 {
        margin-top: 10px;
        padding-left: 0;
    }

    .address_footer [class*=col-sm-] {
        width: 100%
    }

    .section_footer [class*=col-xs-]:nth-child(1) {
        padding: 0 0 15px;
    }

    .section_footer [class*=col-xs-]:last-child {
        padding: 15px 0 0;
    }
    .address_footer {
        display: flow-root;
    }
    .section_footer [class*=col-xs-] {
        width: 100%;
        text-align: center;
    }

    .address_footer li {
        float: none;
    }
    .address {
        padding-left: 0;
    }
    .address_footer li:nth-child(1) {
        margin-bottom: 0;
        padding: 0;
    }
    .filterizr-container img {
        height: 280px;
    }
    #wave_resp {
        bottom: -1px;
    }
    #wave_resp .waves {
        bottom: 0;
        display: block;
    }
    .address_footer li:nth-child(2) {
        padding: 0;
    }

}
@media (max-width: 991px) {
    .btn_booknow_mobile label {
        left: 67px;
        bottom: 64px;
    }
    .slide_rooms .slick-arrow {
        top: -218px;
    }

    /* BODY */
    .section_bestrate, .section_accommodation, .section_highlights, .section_offers,
    .section_gallery, .description_child {
        padding: 50px 0;
    }
    .section_footer {
        padding: 50px 0 0;
    }

    .description_child.our_room {
        padding: 50px 0;
    }

    .content_child {
        padding: 0 0 50px;
    }

    .section_description {
        overflow: hidden;
        padding-bottom: 50px;
    }

    .details_description h1 {
        font-size: 36px;
    }

    .card_child h2 {
        font-size: 24px;
    }

    .slide_rooms .slick-list {
        margin: 0;
        overflow: hidden !important;
    }

    .slide_rooms .slick-slide {
        padding: 0;
    }

    .amenities {
        padding-bottom: 0;
    }

    .social_footer {
        margin-bottom: 0;
    }

    .address_footer {
        text-align: center;
        margin: 0;
    }

    .address_footer [class*=col-xs-] {
        width: 100%;
        padding: 15px 0;
    }

    .address_footer [class*=col-sm-] {
        width: inherit;
    }

    .address_footer .col-sm-11 {
        margin-top: 10px;
        padding-left: 0;
    }

    .slide_rooms .slick-next {
        right: 0;
    }

    .slide_rooms .slick-prev {
        left: 0;
    }

    .card-header {
        top: -95px;
    }


    .details_room .btn_allroom {
        padding: 10px 25px;
    }
    .address_footer {
        padding: 0 0 50px;
    }
    main {
        overflow: hidden;
    }
}
@media (max-width: 932px) {

    .card_info .col-xs-6 .info_offers .editable{
        text-align: initial;
    }
    /* SLIDE SHOW */
    #maximage ,
    .index-video-wrapper{
        height: 70vh !important;
    }
    #arrow_left {
        left: 30px;
    }

    #arrow_right {
        right: 30px;
    }

    /* BODY */
    .section_description [class*=col-xs-],
    .card_info [class*=col-xs-]{
        width: 100%;
    }
    .card_info {
        padding: 5px 0 0;
    }
    .card_info [class*=col-xs-]:nth-child(1) {
        float: none;
        text-align: center;
    }
    .content_info {
        padding: 0 0 30px;
        height: auto;
        text-align: center;
    }
    .clearfix {
        display: none;
    }

    .details_description {
        display: block;
        text-align: center;
        padding: 0;
    }

    .images_description {
        height: auto;
    }

    .details_description h1:before {
        margin: auto;
        right: 0;
    }

    .slider_photodescription, .slide_rooms, .slide_highlights,
    .slide_offers, .box_gallery, .slider_icon {
        margin-top: 30px;
    }
    .gallery {
        padding: 30px 0 0;
    }

    .slide_rooms .slick-arrow {
        top: -180px;
    }

    .details_room li:nth-last-child(1) {
        float: none;
    }

    .btn_allroom {
        margin-top: 15px;
    }
    .btn_offers .btn_allroom{
        margin-top: 0;
        margin-bottom: 50px;
    }

    .highlights_type img {
        height: 300px;
    }

    .box_galleryhome {
        height: 150px;
    }

    .card-body [class*=col-xs-] {
        width: 50%;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 110px !important;
    }


    .filterizr-container img{
        height: 250px;
    }
    .amenities {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .amenities [class*=col-xs-] {
        width: 100%;
    }
    .content_info .editable {
        text-align: center;
    }

    .sub_topic, .content_info ul {
        text-align: left;
    }
    .look_img {
        display: none;
    }
    .content_child [class*=col-xs-] {
        width: 100%;
    }

    .content_child [class*=col-xs-]:nth-child(2) {
        padding: 50px 15px 0;
    }

    .content_child [class*=col-xs-] {
        padding: 50px 15px 0;
    }
    .room_type .btn_allroom {
        display: none;
    }

    .highlights_type img {
        height: 300px;
    }
    .details_rooms {
        width: 100%;
    }

}
@media (max-width: 820px) {
    .filter-controls li{
        padding: 10px;
    }
    .details_room .col-xs-9{
        padding-right: 0;
        width: 100%;
    }
    .btn_offers{
        margin-left: 0;
    }

    .section_description .col-xs-5 .editable{
        text-align: center;
    }
    .card_info .photo_info img,
    .photo_info img{
        height: 500px;
    }
    .filter-controls li {
        padding: 0 10px 5px;
    }
    .filterizr-container img {
        height: 200px;
    }
}
@media (max-width: 768px) {

    .room_type img,.photo_child .images_box img,.photo_info img {
        height: auto;
    }
    .highlights_type img,.card_info .photo_info img {
        height: 500px;
    }
    .slide_highlights .slick-arrow {
        top: 220px;
    }
}
@media (max-width: 667px) {
    .artwork {
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* HEADER */
    .menu_top, .main_menu {
        padding: 0 25px;
    }

    .brand_logo {
        left: 25px;
    }

    .nav_booknow_mobile {
        display: none;
    }

    .navbar {
        padding: 100px 25px;
    }

    .hamburger.open-bar {
        right: 10px;
    }

    .my_booking span {
        display: none;
    }


    /* SLIDE SHOW */

    #wave_resp .waves {
        height: auto;
        min-height: auto;
    }

    .scrolldown {
        bottom: 100px;
        z-index: 2;
    }

    #arrow_left {
        left: 25px;
    }

    #arrow_right {
        right: 25px;
    }

    /* BODY */
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .container {
        padding: 0 25px;
    }

    .details_room [class*=col-xs-] {
        width: 100%;
    }

    .details_room .col-xs-9 {
        padding-right: 0;
    }

    .details_room .btn_allroom {
        float: initial;
    }

    .slider_icon img {
        width: auto;
        height: 36px;
    }

    .offers_type {
        height: 350px;
    }

    .box_gallery .col-xs-3 {
        width: 50%;
    }

    .detsils_highlights {
        padding: 15px 15px 0;
    }

    .logo_social img {
        width: auto;
        height: 50px;
    }

    .box_galleryhome {
        height: 120px;
    }

    .section_copyright {
        margin-bottom: 60px;
    }

    .reser_mobile {
        display: block;
    }

    .card-body [class*=col-xs-] {
        width: 100%;
    }
    .filterizr-container [class*=col-sm-] {
        width: 50%;
        float: left;
    }
    .filterizr-container img {
        height: 130px;
    }

    #collapse_hillside .images_box img,
    .card_info .photo_info img,  .photo_child .images_box img {
        height: 250px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 80px !important;
    }
    .childroom_box h4 {
        top: 0;
    }

    .childroom_box .btn_allroom {
        top: 0;
        opacity: 1;
    }
    .card_child {
        padding: 0 22px;
    }
    .amenities [class*=col-xs-] {
        text-align: left;
        padding: 0 0 15px;
        display: flex;
    }

    .amenities {
        grid-template-columns: 1fr;
    }

    .images_icon {
        vertical-align: middle;
    }
    .amenities [class*=col-xs-]:last-child {
        padding: 0;
    }

    .amenities p {
        margin: 0;
        display: inline-block;
    }
    .amenities {
        padding-top: 15px;
    }
    .amenities.details_rooms {
        padding: 0;
    }
    .slider_icon .images_icon {
        margin: 0;
    }
    .images_icon {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .lg-toolbar .lg-icon {
        width: 36px;
    }
    .filter-controls li {
        padding: 0 10px 3px ;
        width: 100%;
    }
    .room_type img, .highlights_type img {
        height: 250px;
    }
    .slide_rooms .slick-arrow,
    .slide_highlights .slick-arrow{
        top: 100px;
        bottom: auto;
    }
    .amenities.details_rooms [class*="col-xs-"] {
        padding: 5px 0;
        text-align: center;
        display: inline-block;
    }
    .amenities.details_rooms  .images_icon  {
        vertical-align: middle;
    }
    .section_parallax .slider_guest_review {
        height: auto;
        display: block;
        padding: 50px 0;
    }
    .slider_guest_review .slide {
        padding: 0;
    }
    .section_parallax .title_guest_review {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .icon_detail>div,
    .icon_detail>div:nth-child(1){
        display: flex;
        padding: 10px 0;
    }
    .details_room i, .icon_detail i {
        font-size: 24px;
        margin-right: 15px;
    }
    .details_description .icon_detail {
        margin: 0;
    }
    .room_type img, .photo_child .images_box img, .photo_info img {
        height: 250px;
    }

    .map iframe {
        height: 400px;
    }

    .description_child.our_room .icon_detail{
        text-align: left !important;
    }
}
@media (max-width: 430px) {
    .fac-amenities ul{
        padding-left: 15px;
    }
    .section_offers hgroup h3{
        font-size: 26px;
    }
    /* HEADER */

    .main_menu {
        top: 35px;
        height: 70px;
        background: rgb(255,255,255,0.85);
    }
    .hamburger {
        line-height: 70px;
        top: 4px;
    }
    .nav-lang #lang_primary {
        line-height: 35px;
    }
    #maximage ,
    .index-video-wrapper{
        height: 60vh !important;
    }

    /* BODY */
    h3 {
        font-size: 22px;
    }
    .slide_offers .slick-arrow {
        top: -40px;
    }
    .detsils_highlights {
        width: calc(100% - 35px);
    }
    .item_box {
        padding-top: 30px;
    }
    .title_footer {
        display: none;
    }
    .section_parallax p {
        font-size: 16px;
        margin: 8px 0 0;
    }
    .social_footer {
        margin: 5px 0 0;
    }
}
@media (max-width: 414px) {

}

@media (max-width: 393px) {
   
    /* BODY */
    .details_description h1 {
        font-size: 32px;
    }
    .social_footer a {
        width: 40px;
        height: 40px;
        padding: 7px 11px;
    }

    .amenities {
        font-size: 14px;
    }

}
@media (max-width: 375px) {
    .address_footer i {
        font-size: 16px;
    }
    .social_footer a {
        padding: 9px 11px;
    }
    .reser_mobile .book_mobile {
        padding: 20px 10px !important;
    }

}
@media (max-width: 320px) {
    
    .nav_fixed {
        overflow: scroll;
    }
    /* HEADER */
    .my_booking label {
        display: none;
    }

    .nav_fixed {
        max-height: 450px;
    }

    .navbar {
        padding: 60px 25px;
    }

    .hamburger.open-bar {
        top: -25px;
    }

    /* SLIDE SHOW */
    #maximage {
        height: 80vh !important;
    }

    /* BODY */
    h1 , .section_accommodation hgroup h3, .section_highlights hgroup h3, .section_offers hgroup h3,
    .details_description h1{
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4,.section_accommodation hgroup h2, .section_highlights hgroup h2, .section_offers hgroup h2 {
        font-size: 14px;
    }
    .amenities [class*=col-xs-] {
        display: flex;
    }


    .logo_social img {
        height: 40px;
    }


    .slide_rooms .slick-arrow {
        top: 100px;
    }
    #collapse_hillside .images_box img, .card_info .photo_info img, .photo_child .images_box img {
        height: 200px;
    }
    .slider_photodescription .slick-dots {
        display: none !important;
    }
    .section_gallery h3 {
        font-size: 14px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px !important;
    }

    .hotel_facilities.amenities [class*=col-xs-]{
        display: flex;
    }
    .filter-controls li {
        padding: 0 0 3px;
    }
    .section_footer,.section_copyright {
        font-size: 14px;
    }
    .bar_hamburger {
        margin: 0;
    }
    .hamburger label {
        display: none;
    }
    .card_info.contact_from {
        font-size: 14px;
    }
    .section_bestrate h2 {
        font-size: 18px;
    }
}
@media (max-height: 450px) {
    #maximage, .index-video-wrapper {
        height: 100vh !important;
    }
    .artwork {
        width: 270px;
        height: 343px;
    }
    .artwork .content_banner {
        padding: 15px;
    }
    .artwork .content_banner h3 {
        font-size: 26px;
    }
}