body {
    margin: 100px 0 0 0;
    --booking_engine_2021_hotel_info_title_font_size: 5.5vw;
    --booking_engine_2021_hotel_info_subtitle_font_size: 1vw;
    --booking_engine_2021_hotel_info_subtitle_line_height: 1.8vw;
}

html,
body {
    height: 100%;
}

.booking_engine_2021_hotel_info_general_container {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    height: calc(100vh - 100px);
    margin: 0;
}

.booking_engine_2021_hotel_info_general_slider {
    width: 100%;
    position: relative;
    height: 100%;
}

.booking_engine_2021_hotel_info_general_slider_img_container {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.booking_engine_2021_hotel_info_general_slider_img {
    width: 100%!important;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.booking_engine_2021_hotel_info_general_slider .owl-stage-outer,
.booking_engine_2021_hotel_info_general_slider .owl-stage,
.booking_engine_2021_hotel_info_general_slider .owl-item {
    height: 100%;
}

.booking_engine_2021_hotel_info_general_slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}

.booking_engine_2021_hotel_info_general_slider .owl-dot {
    float: left;
    padding: 0;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 5px;
    text-indent: -999px;
    outline: 0;
    overflow: hidden;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    bottom: 0px;
}

.booking_engine_2021_hotel_info_general_slider .owl-dot.active {
    height: 15px;
    width: 15px;
    bottom: 3px;
    border-radius: 35%;
    background: transparent;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.booking_engine_2021_hotel_info_general_slider_img_container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* background: linear-gradient( 0deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .65) 25%, transparent 55%, hsla(0, 0%, 100%, 0)); */
}

.booking_engine_2021_hotel_info_general_text_container {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.booking_engine_2021_hotel_info_title {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font: 400 var(--booking_engine_2021_hotel_info_title_font_size) 'Alegre';
    color: #fff;
}

.booking_engine_2021_hotel_info_text {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    font: 400 var(--booking_engine_2021_hotel_info_subtitle_font_size)/var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Open Sans', sans-serif;
    color: rgba(68, 68, 68, 0.6);
    width: 100%;
    color: #fff;
}

.booking_engine_2021_hotel_info_video_scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.booking_engine_2021_hotel_info_video_scroll_text {
    font: 500 14px 'Effra';
    color: #fff;
    margin: 0;
    padding: 5px;
}

.booking_engine_2021_hotel_info_video_scroll_img {
    height: 40px;
    position: relative;
    top: 0;
    animation-name: to_bottom;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes to_bottom {
    to {
        top: 10px;
    }
}

.booking_engine_2021_hotel_info_only_text_section {
    width: 100%;
    position: relative;
}

.booking_engine_2021_hotel_info_only_text_section_title {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font: 400 var(--booking_engine_2021_hotel_info_title_font_size) 'Alegre';
}

.booking_engine_2021_hotel_info_only_text_section_text {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    font: 400 var(--be_2021_mobile_20_px) 'Open Sans', sans-serif;
    color: #000;
    width: 70%;
}

.booking_engine_2021_hotel_info_map {
    width: 90%;
    height: 70vh;
    margin: 0 auto 0px auto;
    position: relative;
}

.booking_engine_2021_hotel_info_map iframe {
    width: 100%;
    height: 100%;
}


/*---------------ROOMS SLIDER---------------------*/

.booking_engine_2021_hotel_info_room_slider_title_divider {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font: 400 var(--troodos_2021_title_font_size) 'Alegre';
    /* background-color: #8a8c8e; */
}

.booking_engine_2021_hotel_info_room_slider {
    width: 98%!important;
    /* height: 90%; */
    padding: 50px 1% 50px 1%;
    position: relative;
    margin: 20px auto 0 auto;
    background-color: #faf6ef;
}

.booking_engine_2021_hotel_info_room_slider .owl-stage-outer,
.booking_engine_2021_hotel_info_room_slider .owl-stage,
.booking_engine_2021_hotel_info_room_slider .owl-item {
    height: 100%;
}

.booking_engine_2021_hotel_info_room_slider .owl-dots {
    bottom: 8px;
}

.booking_engine_2021_hotel_info_room_slider_item {
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.booking_engine_2021_hotel_info_room_slider_img_container {
    /* height: 65%; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.booking_engine_2021_hotel_info_room_slider_img {
    width: 100%;
    position: relative;
    /* left: 50%;
    transform: translateX(-50%);
    width: unset!important; */
}

.booking_engine_2021_hotel_info_room_slider_text_container {
    width: 100%;
    /* height: 35%; */
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.booking_engine_2021_hotel_info_room_slider_title {
    padding: 5px 0 5px 0;
    margin: 0;
    position: relative;
    width: 95%;
    font: 400 25px var(--be_2021_font);
    color: #f78f1e;
    text-align: center;
}

.booking_engine_2021_hotel_info_room_slider_links {
    padding: 5px 0 10px 0;
    margin: 0;
    position: relative;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.booking_engine_2021_hotel_info_room_slider_hyperlinks {
    padding: 0vh 3.5vw;
    text-decoration: none;
    margin: 10px 0px;
    font: 600 var(--booking_engine_2021_hotel_info_subtitle_font_size)/var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Alegre';
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: #0a4b9d;
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.booking_engine_2021_hotel_info_room_slider_hyperlinks:hover {
    background-color: #fff;
    color: #000;
    transition: 0.2s all ease-in-out;
}


/*---------------END ROOMS SLIDER---------------------*/

.booking_engine_2021_hotel_info_check_in_policy {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.booking_engine_2021_hotel_info_check_in_policy_title,
.booking_engine_2021_hotel_info_hotel_amenities_policy_title {
    padding: 20px 0;
    margin: 0;
    font: 300 50px 'Alegre';
    color: #222;
    position: relative;
}

.booking_engine_2021_hotel_info_check_in_policy_text {
    margin: 0;
    padding: 0;
    font: 400 var(--booking_engine_2021_hotel_info_subtitle_font_size)/var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Effra';
    color: #000;
}

.booking_engine_2021_hotel_info_check_out_policy {
    background-color: #efefef;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: justify;
    position: relative;
}

.booking_engine_2021_hotel_info_check_out_policy_title {
    text-align: right;
    padding: 20px 0;
    margin: 0;
    font: 300 50px 'Alegre';
    color: #222;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.booking_engine_2021_hotel_info_check_out_policy_text {
    margin: 0;
    padding: 0;
    font: 400 var(--booking_engine_2021_hotel_info_subtitle_font_size)/var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Effra';
    color: #000;
    width: 70%;
    margin: 0 auto;
    text-align: justify;
}

.booking_engine_2021_hotel_info_amenities_title_container {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.booking_engine_2021_hotel_info_amenities {
    width: 95%;
    position: relative;
    text-align: left;
    margin: 0 auto;
    /* border-top: 0.5px solid #104c97; */
    /* border-bottom: 0.5px solid #104c97; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.booking_engine_2021_hotel_info_amenities_item {
    flex: 0 1 8%;
    position: relative;
    margin: 0 0px;
    padding: 0px 0 0 0;
    text-align: center;
}

.booking_engine_2021_hotel_info_amenities_item_img {
    width: 50%;
    position: relative;
    max-width: 64px;
}

.booking_engine_2021_hotel_info_amenities_item_explain {
    font: 400 var(--be_2021_mobile_15_px) var(--be_2021_font);
    text-align: center;
}

.booking_engine_2021_hotel_info_policies {
    padding: 0;
    font: 400 18px/40px var(--be_2021_font);
    text-align: justify;
    width: 70%;
    margin: 0 auto;
}

.booking_engine_2021_hotel_info_policies_title {
    padding: 0;
    margin: 10px auto 10px auto;
    position: relative;
    width: 100%;
    font: 500 50px 'Alegre';
}

.booking_engine_2021_hotel_info_container_divider {
    width: 90%;
    position: relative;
    height: 1px;
    border-bottom: 1px dashed #aaabad;
    margin: 10px auto;
}

.booking_engine_2021_hotel_info_photo_gallery_title {
    padding: 0;
    margin: 10px auto 10px auto;
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font: 500 55px 'Alegre';
}

.booking_engine_2021_hotel_info_gallery {
    width: 90%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.booking_engine_2021_hotel_info_gallery_figure {
    flex: 0 1 32.6%;
    margin: 0 1% 0.5% 0;
    position: relative;
}

.booking_engine_2021_hotel_info_gallery_figure:nth-of-type(3n) {
    margin: 0 0 0.5% 0;
}

.booking_engine_2021_hotel_info_gallery_figcaption {
    display: none;
}

.booking_engine_2021_hotel_info_gallery_img {
    width: 100%;
    position: relative;
}

.booking_engine_2021_hotel_info_room_slider .owl-dot {
    background: #000;
    border: 2px solid #000;
}

.booking_engine_2021_hotel_info_room_slider .owl-dot.active {
    background: transparent;
}

@media screen and (orientation:portrait) and (max-width: 1150px) {
    body {
        margin: 100px 0 0 0;
        --booking_engine_2021_hotel_info_title_font_size: 9.5vmin;
        --booking_engine_2021_hotel_info_subtitle_font_size: 4vmin;
        --booking_engine_2021_hotel_info_subtitle_line_height: 5.6vmin;
    }
    .booking_engine_2021_hotel_info_general_container {
        height: 40vh;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    .booking_engine_2021_hotel_info_general_slider {
        position: absolute!important;
    }
    .booking_engine_2021_hotel_info_general_text_container {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0px 0;
    }
    .booking_engine_2021_hotel_info_general_slider_img {
        width: unset!important;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }
    .booking_engine_2021_hotel_info_video_scroll {
        display: none;
    }
    .booking_engine_2021_hotel_info_general_container {
        margin: 0 0 10px 0;
    }
    .booking_engine_2021_hotel_info_only_text_section_title {
        font: 500 50px 'Alegre';
        padding: 0 0 10px 0;
    }
    .booking_engine_2021_hotel_info_check_in_policy,
    .booking_engine_2021_hotel_info_check_out_policy {
        padding: 0 0 20px 0;
    }
    .booking_engine_2021_hotel_info_amenities_title_container,
    .booking_engine_2021_hotel_info_policies,
    .booking_engine_2021_hotel_info_check_in_policy,
    .booking_engine_2021_hotel_info_check_out_policy_title,
    .booking_engine_2021_hotel_info_check_out_policy_text,
    .booking_engine_2021_hotel_info_photo_gallery_title {
        width: 85%;
    }
    .booking_engine_2021_hotel_info_only_text_section_text {
        width: 85%;
        text-align: justify;
    }
    .booking_engine_2021_hotel_info_check_in_policy_text {
        text-align: justify;
    }
    .booking_engine_2021_hotel_info_amenities_item {
        flex: 0 1 21%;
    }
    .booking_engine_2021_hotel_info_amenities_item_img {
        width: 45%;
    }
    .booking_engine_2021_hotel_info_map {
        width: 100%;
        height: 40vh;
    }
    .booking_engine_2021_hotel_info_gallery {
        width: 85%;
    }
    .booking_engine_2021_hotel_info_gallery_figure,
    .booking_engine_2021_hotel_info_gallery_figure:nth-of-type(3n) {
        flex: 0 1 100%;
        margin: 0 0 10px 0;
    }
    .booking_engine_2021_hotel_info_check_in_policy_text,
    .booking_engine_2021_hotel_info_check_out_policy_text,
    .booking_engine_2021_hotel_info_policies {
        font: 400 var(--be_2021_mobile_20_px) 'Open Sans', sans-serif;
    }
    .booking_engine_2021_hotel_info_room_slider_hyperlinks {
        padding: 1vmax 2vmax;
        font: 600 var(--be_2021_mobile_25_px) / var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Alegre';
    }
    .booking_engine_2021_hotel_info_room_slider_title {
        font: 400 var(--be_2021_mobile_25_px) var(--be_2021_font);
    }
}

@media screen and (orientation:landscape) and (max-width: 1350px) {
    body {
        margin: 100px 0 0 0;
        --booking_engine_2021_hotel_info_title_font_size: 9.5vmin;
        --booking_engine_2021_hotel_info_subtitle_font_size: 4vmin;
        --booking_engine_2021_hotel_info_subtitle_line_height: 5.6vmin;
    }
    .booking_engine_2021_hotel_info_general_container {
        height: calc(100vh - 100px);
        margin: 0 0 30px 0;
        padding: 0;
    }
    .booking_engine_2021_hotel_info_general_slider {
        position: absolute!important;
    }
    .booking_engine_2021_hotel_info_general_text_container {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0px 0;
    }
    .booking_engine_2021_hotel_info_general_slider_img {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0%;
        transform: unset;
        height: unset;
    }
    .booking_engine_2021_hotel_info_video_scroll {
        display: none;
    }
    .booking_engine_2021_hotel_info_general_container {
        margin: 0 0 10px 0;
    }
    .booking_engine_2021_hotel_info_only_text_section_title {
        font: 500 50px 'Alegre';
        padding: 0 0 10px 0;
    }
    .booking_engine_2021_hotel_info_check_in_policy,
    .booking_engine_2021_hotel_info_check_out_policy {
        padding: 0 0 20px 0;
    }
    .booking_engine_2021_hotel_info_amenities_title_container,
    .booking_engine_2021_hotel_info_policies,
    .booking_engine_2021_hotel_info_check_in_policy,
    .booking_engine_2021_hotel_info_check_out_policy_title,
    .booking_engine_2021_hotel_info_check_out_policy_text,
    .booking_engine_2021_hotel_info_photo_gallery_title {
        width: 85%;
    }
    .booking_engine_2021_hotel_info_only_text_section_text {
        width: 85%;
        text-align: justify;
    }
    .booking_engine_2021_hotel_info_check_in_policy_text {
        text-align: justify;
    }
    .booking_engine_2021_hotel_info_amenities_item {
        flex: 0 1 18%;
    }
    .booking_engine_2021_hotel_info_amenities_item_img {
        width: 25%;
    }
    .booking_engine_2021_hotel_info_map {
        width: 100%;
        height: 70vh;
    }
    .booking_engine_2021_hotel_info_gallery {
        width: 85%;
    }
    .booking_engine_2021_hotel_info_gallery_figure,
    .booking_engine_2021_hotel_info_gallery_figure:nth-of-type(3n) {
        flex: 0 1 49%;
        margin: 0 2% 0.5% 0;
    }
    .booking_engine_2021_hotel_info_gallery_figure:nth-of-type(2n) {
        margin: 0 0% 0.5% 0;
    }
    .booking_engine_2021_hotel_info_room_slider_img_container {
        height: 50vh;
    }
    .booking_engine_2021_hotel_info_room_slider_img {
        top: 50%;
        transform: translateY(-50%);
    }
    .booking_engine_2021_hotel_info_check_in_policy_text,
    .booking_engine_2021_hotel_info_check_out_policy_text,
    .booking_engine_2021_hotel_info_policies {
        font: 400 var(--be_2021_mobile_20_px) 'Open Sans', sans-serif;
    }
    .booking_engine_2021_hotel_info_room_slider_hyperlinks {
        padding: 1vmax 2vmax;
        font: 600 var(--be_2021_mobile_25_px) / var(--booking_engine_2021_hotel_info_subtitle_line_height) 'Alegre';
    }
    .booking_engine_2021_hotel_info_room_slider_title {
        font: 400 var(--be_2021_mobile_25_px) var(--be_2021_font);
    }
}