@media screen and (max-width: 1500px) {
    .et_pb_row,
    .et-db #et-boc .et-l .et_pb_row {
        max-width: none;
    }
    .slide-overlay-container {
        max-width: none !important;
        left: 30px !important;
    }
    .main_slide .et-pb-slider-arrows,
    .main_slide .et-pb-controllers {
        max-width: none !important;
        left: auto !important;
        right: 30px;
    }
    /*.sec-overview {
        max-width: 90%;
    }*/
    .et_pb_row,
    .sec-overview .et_pb_row,
    .et-db #et-boc .et-l .et_pb_row {
        width: 90%;
    }
    .sec-list-item .card-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    h1, .h1, .main-slide-text h1 {
        font-size: 45px;
    }
    .card-slider .et_pb_slide {
        min-height: 450px;
    }

    /**/
    .accom-page .icon-wrapper {
        width: 90%;
    }
    .accom-page .icon-wrapper li {
        font-size: 12px;
    }
    .sec-amenities h3 {
       font-size: 28px;
    }
}
@media screen and (max-width: 1200px) {
  .get-in-touch a i.icomoon.icon-tripadvisor,
  .get-in-touch a i.icomoon.icon-tripadvisor:hover {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1168px) {
    .sec-gallery .card-item .et_pb_image {
        height: 450px;
    }
    .sec-gallery .sl-column .slick-prev {
        left: 30px;
    }
    .sec-gallery .sl-column .slick-next {
        right: 30px;
    }
}

@media screen and (max-width: 1128px) {
    .card-item .cta {
        margin: -60px 40px 0;
    }

    /**/
    .slider-full-content .et_pb_slide_description .et_pb_slide_title {
        font-size: 23px;
        padding-bottom: 15px;
    }
    .slider-full-content .et_pb_slide_content {
        font-size: 16px;
    }

    /**/
    .sl-column .slick-slide .et_pb_image_wrap img {
        height: 400px;
    }
    .sl-column .card-item .cta h4 span {
        font-size: 24px;
    }
    .sl-column .card-item .cta {
        min-height: 200px;
    }

    /**/
    .sec-gallery .card-item .et_pb_image {
        height: 400px;
    }

    /**/
    .get-in-touch p {
        font-size: 16px;
    }
    .get-in-touch .et_pb_social_media_follow {
        margin: -17px 0 0 -30px !important;
    }
    .get-in-touch .et_pb_social_media_follow li a.icon::before {
        font-size: 24px;
    }

    .footer-info {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255,255,255,.15);
        padding-top: 40px;
        margin-top: 40px;
        order: 3;
    }
    .footer-social {
        order: 2;
    }
    .footer-newsletter {
        order: 1;
    }
    .footer-menu ul {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    header .container {
        width: calc(100% - 40px);
    }
    header .social {
        margin-right: -5px;
    }
    #header .mainmenu li.dropdown ul.sub-menu,
    #header.sticky .mainmenu li.dropdown ul.sub-menu {
        display: none;
    }

    /**/
    .card-slider .et_pb_slide {
        min-height: 400px;
    }
    .card-item .cta h4 {
        font-size: 23px;
    }

    /**/
    .slider-full-content .et_pb_container {
        max-height: none;
        min-height: auto;
    }
}

@media screen and (max-width: 1000px) {
    header .sec__reservation { max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; top: 3px; }
    ._btn_mobilereser.active a { position: relative; padding: 5px 30px 3px 20px; }
    ._btn_mobilereser:before { position: absolute; content: ""; height: 2px; width: 0; top: 16px; right: 16px; left: auto; background-color: #ffffff; z-index: 1; -webkit-transition: transform 0.6s ease 0s; -moz-transition: transform 0.6s ease 0s; -o-transition: transform 0.6s ease 0s; -ms-transition: transform 0.6s ease 0s; transition: transform 0.6s ease 0s; }
    ._btn_mobilereser:after { position: absolute; content: ""; height: 2px; width: 0; top: 16px; right: 16px; left: auto; background-color: #ffffff; z-index: 1; -webkit-transition: transform 0.6s ease 0s; -moz-transition: transform 0.6s ease 0s; -o-transition: transform 0.6s ease 0s; -ms-transition: transform 0.6s ease 0s; transition: transform 0.6s ease 0s; }
    ._btn_mobilereser.active:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 12px; }
    ._btn_mobilereser.active:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); width: 12px; }
    header .sec__reservation.active { max-height: 1000px; padding-top: 15px; padding-bottom: 15px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; }
    .sec__mainslide-subpage .wp__photo { height: 45vw; }
}

@media screen and (max-width: 980px) {
    #logo {
        width: 160px;
    }
    header .top_header {
        width: calc(100% - 140px) !important;
    }

    /* */
    .sec-list-item .card-item {
        width: 48%;
        margin-right: 4%;
    }
    .card-item .cta {
        padding: 32px 20px !important;
        margin: -60px 30px 0;
    }

    /**/
    .sec-list-item .card-item {
        width: 48%;
        margin-right: 4%;
    }

    /**/
    .slider-full-content .et_pb_slide_content {
        font-size: 15px;
    }
    .slider-full-content .et_pb_slides .et_pb_slider_container_inner {
        padding: 40px 60px;
    }
    .slider-full-content .et-pb-arrow-prev,
    .slider-full-content:hover .et-pb-arrow-prev,
    .slider-full-content .et-pb-arrow-next,
    .slider-full-content:hover .et-pb-arrow-next {
        font-size: 36px;
    }
    .slider-full-content .et-pb-arrow-prev, .slider-full-content:hover .et-pb-arrow-prev {
        left: 10px;
    }
    .slider-full-content .et-pb-arrow-next, .slider-full-content:hover .et-pb-arrow-next {
        right: 10px;
    }

    /**/
    .accom-page .icon-wrapper {
        width: 100%;
    }
    .accom-page .icon-wrapper li {
        font-size: 11px;
    }

    /**/
    .sec-gallery .sl-column .slick-prev {
        left: 10px;
    }
    .sec-gallery .sl-column .slick-next {
        right: 10px;
    }
    .sec-gallery .sl-column .slick-dots {
        bottom: -10px;
    }

    /**/
    .get-in-touch.et_pb_row {
        width: 100% !important;
    }
}

@media screen and (max-width: 900px) {
    .sl-column .slick-slide .et_pb_image_wrap img {
        height: 375px;
    }
}

@media screen and (max-width: 860px) {
    .get-in-touch.et_pb_row {
        justify-content: space-evenly;
    }
    .get-in-touch .et_pb_column {
        width: calc(50% - 20px) !important;
    }
    .get-in-touch .et_pb_column:nth-child(1) {
        order: 2;
    }
    .get-in-touch .et_pb_column:nth-child(2) {
        width: 100% !important;
        margin-bottom: 30px !important;
        order: 1;
    }
    .get-in-touch .et_pb_column:nth-child(3) {
        order: 3;
    }
    .get-in-touch a i.icomoon.icon-tripadvisor,
    .get-in-touch a i.icomoon.icon-tripadvisor:hover {
    margin-right: 60px;
  }
    /**/
    #formbox {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    header .top_header {
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    /**/
    ._btn_mobilereser {
        display: block;
    }
    #header.sticky ._btn_mobilereser {
        position: relative;
    }

    /* */
    .top_menu {
        width: 100%;
    }
    #top-menu-custom {
        display: none;
    }
    ._btn_mobilemenu {
        display: flex;
        margin-top: 0;
    }
    .sec__checkbox.slide-down, .sec__reservation.slide-down {
        display: none;
    }

    /**/
    h1, .h1, .main-slide-text h1 {
        font-size: 42px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    .sec-overview p {
        font-size: 18px;
    }

    /**/
    .main-slide-text {
        width: 90%;
        margin: -55px auto 0;
    }
    .main-slide-text h1,
    .main-slide-text .et_pb_fullwidth_header_subhead {
        text-align: center;
    }

    /**/
    .card-slider .et_pb_slide {
        min-height: 350px;
    }
    .card-item .cta h4 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .card-item .cta .et_pb_promo_description,
    .card-item .cta p {
        font-size: 15px;
		padding-bottom: 15px;
    }
    .card-item .cta ul {
        font-size: 13px;
    }

    /**/
    .subindex .sec-list-item .card-item .et-pb-controllers {
        display: none;
    }

    .subindex-dvfix.sec-list-item .card-item .et-pb-controllers {
        display: none;
    }

    /**/
    .sec-amenities .icon-item {
        width: calc(50% - 40px);
    }
    .sec-amenities .icon-item:nth-last-child(3) {
        border-bottom: none !important;
    }
    .amenities li {
        width: calc(50% - 20px);
        margin: 15px 10px;
    }

    /**/
    .sec-gallery .card-item .et_pb_image {
        height: 350px;
    }

    /**/
    .sec-map .gmap {
        width: 100%;
    }

    /**/
    .footer-section-copy {
        flex-direction: column;
    }

    /**/
    .white-popup {
        max-width: 90%;
        padding: 40px 30px;
    }

    .get-in-touch a i.icomoon.icon-tripadvisor,
    .get-in-touch a i.icomoon.icon-tripadvisor:hover {
        margin-right: 50px;
    }
}

/*@media (min-width: 580px) and (max-width: 980px) {
    .row_2_cols .et_pb_column {
        width: 47.25%;
        margin-bottom: 0;
    }
    .row_2_cols .et_pb_column.et_pb_column_1 {
        margin-right: 5.5%;
    }
}*/
@media screen and (max-width: 730px) {
  .get-in-touch a i.icomoon.icon-tripadvisor,
  .get-in-touch a i.icomoon.icon-tripadvisor:hover {
      margin-right: 40px;
  }
}

@media screen and (max-width: 700px) {
    .card-slider .et_pb_slide {
        min-height: 300px;
    }
    .card-item .cta .et_pb_promo_description,
    .card-item .cta p {
        color: #55565a;
        font-size: 14px;
    }
    .card-item .cta {
        margin: -60px 20px 0;
    }
    .btn-more {
        font-size: 14px !important;
    }

    /**/
    .slider-full-content .et_pb_slides .et_pb_slider_container_inner {
        flex-direction: column;
        justify-content: flex-start;
    }
    .slider-full-content .et_pb_slide_image {
        width: 100%;
    }
    .slider-full-content .et_pb_slide_image img {
        height: 240px !important;
    }
    .slider-full-content .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%;
        margin-top: 30px;
    }
    .slider-full-content .et-pb-arrow-prev,
    .slider-full-content .et-pb-arrow-next {
        top: 155px;
    }

    /**/
    .sec-offer-item .card-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec-offer-item .card-item {
        width: calc(100% - 40px) !important;
        margin: 0 0 50px;
    }

    /**/
    .subindex .sec-list-item .card-wrapper {
        padding: 40px 20px;
    }
    .subindex .sec-list-item .card-item,
    .subindex .sec-list-item .card-item:nth-child(2) {
        flex-direction: column;
    }
    .subindex .sec-list-item .card-item .card-slider {
        width: 100%;
    }
    .subindex .sec-list-item .card-item:nth-child(1) .cta,
    .subindex .sec-list-item .card-item:nth-child(2) .cta  {
        width: 100%;
        margin: 0;
    }

    /**/
    .subindex .card-slider .et_pb_slide {
        min-height: 350px;
    }

    /* --------- */

    .subindex-dvfix.sec-list-item .card-wrapper {
        padding: 40px 20px;
    }
    .subindex-dvfix.sec-list-item .card-item,
    .subindex-dvfix.sec-list-item .card-item:nth-child(2) {
        flex-direction: column;
    }
    .subindex-dvfix.sec-list-item .card-item .card-slider {
        width: 100%;
    }
    .subindex-dvfix.sec-list-item .card-item:nth-child(1) .cta,
    .subindex-dvfix.sec-list-item .card-item:nth-child(2) .cta  {
        width: 100%;
        margin: 0;
    }

    .subindex-dvfix.card-slider .et_pb_slide {
        min-height: 350px;
    }
}
@media screen and (max-width: 640px) {
  .get-in-touch a i.icomoon.icon-tripadvisor,
  .get-in-touch a i.icomoon.icon-tripadvisor:hover {
      margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
    .card-slider .et_pb_slide {
        min-height: 350px;
    }
    .sec-list-item .card-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec-list-item .card-item {
        width: calc(100% - 40px) !important;
        margin: 0 0 50px;
    }

    /**/
    .sec-amenities .icon-item i {
        margin-right: 0;
    }
    .sec-amenities .icon-item .et_pb_text_inner {
        text-align: center;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec-amenities .icon-item .h5 {
        font-size: 14px;
    }
    .sec-amenities .icon-item p {
        font-size: 14px;
    }

    /**/
    .sec-gallery .sl-column .slick-prev::before,
    .sec-gallery .sl-column .slick-next::before {
        font-size: 48px;
    }

    /**/
    .form-subscribe {
        width: 280px;
    }

    /**/
    #sec-form {
        padding: 50px 30px !important;
    }
    #formbox label {
        font-size: 13px;
    }
    #formbox select,
    #formbox input,
    #formbox textarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
  .get-in-touch a i.icomoon.icon-tripadvisor,
  .get-in-touch a i.icomoon.icon-tripadvisor:hover {
      margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
    header .row1 {
        flex-wrap: nowrap;
    }
    header .container {
        width: 100%;
        padding: 0 20px;
    }
    header .top_header {
        /*justify-content: center;*/
        width: auto !important;
        height: 85px;
    }
    header .social { display: none; }

    /**/
    #logo {
        width: 150px;
    }
    #loyalty-login {
        position: absolute;
        margin-right: 0;
        top: 0;
    }
    .top_menu {
        width: 100%;
        justify-content: flex-end;
    }
    ._btn_mobilereser {
        margin: 0 0 0 15px;
    }
    ._btn_mobilereser a {
        font-size: 12px;
        line-height: 35px;
        padding: 1px 12px 0;
    }
    .show-on-mobile, .sec__mobilemenu #mobile-menu-custom li.show-on-mobile {padding: 0 25%;}
    .sec__mobilemenu #mobile-menu-custom .social {width: 100%}
    .sec__mobilemenu #mobile-menu-custom li .social a {width: 45%}
    /**/
    h1, .h1, .main-slide-text h1 {
        font-size: 38px;
    }

    /**/
    .et_pb_row,
    .sec-overview .et_pb_row,
    .et-db #et-boc .et-l .et_pb_row {
        width: 100%;
    }

    /**/
    .slide-overlay-container {
        left: 20px !important;
    }
    .main-slide-text {
        width: 100%;
    }

    .sec-overview h2,
    .sec-overview .h2 {
        font-size: 15px;
    }

    /**/
    .sec-experiences .et_pb_row {
        width: calc(100% - 40px) !important;
    }
    .slider-full-content .et_pb_slides .et_pb_slider_container_inner {
        padding: 35px;
    }
    .slider-full-content .et_pb_slide_description .et_pb_slide_title {
        font-size: 20px;
    }
    .slider-full-content .et-pb-arrow-prev,
    .slider-full-content:hover .et-pb-arrow-prev {
        font-size: 32px;
        left: 0;
    }
    .slider-full-content .et-pb-arrow-next,
    .slider-full-content:hover .et-pb-arrow-next {
        font-size: 32px;
        right: 0;
    }

    /**/
    .sec-offers .et_pb_row {
        padding: 0 20px;
    }

    /**/
    .subindex .card-slider .et_pb_slide {
        min-height: 300px;
    }

    .subindex-dvfix.card-slider .et_pb_slide {
        min-height: 300px;
    }

    /**/
    .get-in-touch.et_pb_row {
        flex-direction: column;
    }
    .get-in-touch .et_pb_column {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .get-in-touch .et_pb_column:nth-child(3) {
        margin-bottom: 0 !important;
    }
    .get-in-touch a i.icomoon.icon-tripadvisor,
    .get-in-touch a i.icomoon.icon-tripadvisor:hover {
        margin-right: 80px;
    }

    /**/
    #formbox .col-6 {
        width: 100%;
        margin-left: 0;
    }

    /**/
    .page-faqs .sec-accordion.et_pb_section,
    .sec-accordion .et_pb_row {
        padding-bottom: 0;
    }
    .page-faqs .sec-overview .et_pb_row {
        padding: 0 !important;
    }
    /*.sec-accordion .et_pb_row {
        width: calc(100% - 40px) !important;
    }*/


    /**/
    .footer-col-section {
        flex-direction: column;
        justify-content: center;
    }
    .footer-col-3 {
        text-align: center;
    }
    .footer-newsletter {
        margin-bottom: 40px;
    }
    .form-subscribe {
        width: auto;
        margin: 8px auto 0;
    }

    /**/
    .footer-newsletter {
        margin-bottom: 30px;
    }
    .footer-info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 400px) {
    #logo {
        width: 130px;
    }
    ._btn_mobilemenu .text_menu {
        display: none;
        font-size: 11px;
        letter-spacing: 1px;
    }

    /**/
    .accom-page .card-slider .et_pb_slide {
        min-height: 240px;
    }
    .accom-page .icon-wrapper {
        width: 100%;

        flex-wrap: wrap;
    }
    .accom-page .icon-wrapper li {
        width: 50%;
        margin: 0;
    }

    /**/
    .amenities li {
        width: 100%;
        margin: 0;
        line-height: 26px;
    }
    .sec-amenities .icon-item {
        width: calc(50% - 30px);
    }

    /**/
    .footer-menu ul {
        flex-direction: column;
    }
    .get-in-touch a i.icomoon.icon-tripadvisor,
    .get-in-touch a i.icomoon.icon-tripadvisor:hover {
        margin-right: 60px;
    }
}
