@import url('https://fonts.googleapis.com/css2?family=Condiment&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@font-face {
    font-family: 'Alegre';
    src: url('../font/AlegreSans-Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â5 */
}

@font-face {
    font-family: "Viceroy";
    src: url("../font/viceroy-regular.woff2") format("woff2"), url("../font/viceroy-regular.woff2") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Viceroy";
    src: url("../font/viceroy-italic.woff2") format("woff2"), url("../font/viceroy-italic.woff2") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Viceroy";
    src: url("../font/viceroy-bold.woff2") format("woff2"), url("../font/viceroy-bold.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Minion;
    src: url("../font/Minion_Pro_Cond_Italic.otf") format("opentype");
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}


/*remove*/

.placeholders {
    width: 100%;
    height: 100%;
}


/*remove*/

@keyframes rotate_tag {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-35deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.flex_booking_open_tag {
    position: fixed;
    z-index: 999999;
    left: 30px;
    top: 120px;
    cursor: pointer;
    padding: 15px;
    background-color: #f78f1e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* animation-fill-mode: forwards; */
    width: 90px;
    height: 90px;
}


/* .flex_booking_open_tag:hover {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
} */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #f78f1e;
    }
    80% {
        box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
    }
    100% {
        box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
    }
}

.flex_booking_open_tag_img {
    position: absolute;
    width: 100%;
    z-index: -99;
}

.flex_booking_text {
    color: #fff;
    font: 400 18px 'Minion';
    margin: 0;
    padding: 0;
    text-align: center;
}

.flex_booking_subtext {
    color: #fff;
    font: 400 30px 'Alegre';
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 2px;
}

.flex_booking_subtext_currency_symbol {
    color: #fff;
    font: 400 30px 'Alegre';
    margin: 0px;
    padding: 0;
    text-align: center;
}

.flex_booking_container {
    height: 100%;
    width: 380px;
    position: fixed;
    top: 0px;
    right: 0px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    background-color: #fff;
    z-index: 99999999999999;
}

@media screen and (max-width: 380px) {
    .flex_booking_container {
        width: 100%;
    }
}

.flex_booking_container.closed {
    left: -400px;
}

.flex_booking_container.opened {
    left: 0px;
}

.flex_booking_logo {
    margin: 0;
    padding: 0;
    height: 100px;
    position: relative;
}

.flex_booking_logo_section {
    position: relative;
    width: 100%;
    height: 102px;
    background-color: #f4f5f6;
}

.flex_booking_close_button {
    position: absolute;
    top: 23px;
    right: 2px;
    cursor: pointer;
    float: right;
    font: 600 25px 'Source Sans Pro', sans-serif;
    transform: translateY(-50%);
    margin: 0;
}

.flex_booking_close_button>svg {
    width: 35px;
    fill: #f78f1e;
    box-shadow: 0px 0px 10px grey;
    border-radius: 50%;
}

.flex_booking_close_button>svg:hover {
    fill: #e5851d;
    box-shadow: 0px 0px 0px grey;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.flex_booking_top_section {
    width: 100%;
    height: 110px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 5px 0;
}

.flex_booking_top_section_currency {
    cursor: pointer;
    font: 600 25px 'Source Sans Pro', sans-serif;
    width: fit-content;
}

.flex_booking_top_section_currency_select {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
}

.flex_booking_logo_section_text_title {
    font: 400 25px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #000;
    margin: 0 0 0 0;
    letter-spacing: 2.5px;
}

.flex_booking_logo_section_text_subtitle {
    font: 400 16px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #000;
    margin: 10px 0;
    letter-spacing: 1.2px;
}

.flex_booking_check-in {
    position: relative;
    width: 106px;
    height: 106px;
}

.flex_booking_contact_icons {
    width: 100%;
    position: relative;
    height: 25px;
    /* background-color: #e8e5e2; */
    background-color: #bfae9f;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex_booking_contact_icons_item {
    flex: 1 0 12%;
    height: 100%;
    position: relative;
}

.flex_booking_contact_icons_hyperlink {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: center;
    transition: 0.2s all ease-in-out;
    opacity: 0.8;
}

.flex_booking_contact_icons_hyperlink:hover {
    transform: scale(1.3, 1.3);
    opacity: 1;
    transition: 0.2s all ease-in-out;
}

.flex_booking_contact_icons_svg {
    height: 100%;
    position: relative;
}

.flex_booking_contact_icons_svg path {
    fill: #fff;
}

.flex_booking_contact_icons_tooltip {
    width: 0;
    position: absolute;
    overflow: hidden;
    /* visibility: hidden; */
    font: 200 16px 'Source Sans Pro', sans-serif;
    background-color: #3d3935;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    z-index: 9;
    bottom: 120%;
    transform: translateX(-50%);
    margin: 0;
}

.flex_booking_contact_icons_hyperlink:hover~.flex_booking_contact_icons_tooltip {
    /* visibility: visible;  */
    width: max-content;
    overflow: visible;
    padding: 5px 10px;
    transition: 0.2s all ease-in-out;
    cursor: default;
}

.flex_booking_contact_icons_item:first-child .flex_booking_contact_icons_tooltip {
    left: 0;
    transform: unset;
}

.flex_booking_contact_icons_item:nth-child(2) .flex_booking_contact_icons_tooltip {
    left: 25%;
    transform: translateX(-25%);
}

.flex_booking_contact_icons_item:last-child .flex_booking_contact_icons_tooltip {
    left: unset;
    right: 0;
    transform: unset;
}


/*---------------------------WEATHER-------------------------*/

.flex_booking_weather_text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 0 3px 0;
}

.flex_booking_weather_image_item {
    height: 35px;
    position: relative;
    display: block;
}

.flex_booking_weather_container_temperature {
    font: 400 15px 'Source Sans Pro', sans-serif;
    color: #8c8e90;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    width: fit-content;
}

.flex_booking_weather_container_description {
    font: 300 15px 'Source Sans Pro', sans-serif;
    color: #8c8e90;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 20px;
}


/*---------------------------END WEATHER-------------------------*/

.flex_booking_calendar_section {
    position: relative;
    cursor: pointer;
    background-color: #0a4b9d;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex_booking_container #start-date {
    height: 0;
    width: 0;
    position: relative;
    opacity: 0;
    top: -12px;
}

.flex_booking_container #end-date {
    height: 0;
    width: 0;
    position: relative;
    opacity: 0;
    top: -12px;
}


/*-----------------CHECK IN------------------------------------*/

.flex_booking_check-in {
    flex: 1 0 40%;
    height: 100px;
    position: relative;
    float: left;
}

.flex_booking_check-in_text {
    padding: 0;
    margin: 7px auto;
    width: fit-content;
    width: -moz-fit-content;
    font: 600 16px 'Source Sans Pro', sans-serif;
    color: #DDD;
}

.flex_booking_check-in_dates {
    border-right: 1px solid #ddd;
    height: 60%;
    padding: 0 18%;
}

.flex_booking_check-in_dates_day {
    width: 40%;
    float: left;
    height: 100%;
    text-align: center;
    font: 300 45px 'Source Sans Pro', sans-serif;
    color: #eee;
}

.flex_booking_check-in_dates_month_year_container {
    width: 40%;
    float: right;
    height: 100%;
}

.flex_booking_check-in_dates_month {
    width: 100%;
    height: 50%;
    text-align: center;
    font: 300 25px 'Source Sans Pro', sans-serif;
    color: #eee;
}

.flex_booking_check-in_dates_year {
    width: 100%;
    float: right;
    height: 50%;
    text-align: center;
    font: 300 25px 'Source Sans Pro', sans-serif;
    color: #eee;
}


/*-----------------CHECK IN UNTILL HERE------------------------------------*/


/*-----------------CHECK OUT------------------------------------*/

.flex_booking_check-out {
    flex: 1 0 40%;
    height: 100px;
    position: relative;
    float: left;
}

.flex_booking_check-out_text {
    padding: 0;
    margin: 7px auto;
    width: fit-content;
    width: -moz-fit-content;
    font: 600 16px 'Source Sans Pro', sans-serif;
    color: #DDD;
}

.flex_booking_check-out_dates {
    height: 60%;
    padding: 0 18%;
}

.flex_booking_check-out_dates_day {
    width: 40%;
    float: left;
    height: 100%;
    text-align: center;
    font: 300 45px 'Source Sans Pro', sans-serif;
    color: #eee;
}

.flex_booking_check-out_dates_month {
    width: 100%;
    float: right;
    height: 50%;
    text-align: center;
    font: 300 25px 'Source Sans Pro', sans-serif;
    color: #eee;
}

.flex_booking_check-out_dates_year {
    width: 100%;
    float: right;
    height: 50%;
    text-align: center;
    font: 300 25px 'Source Sans Pro', sans-serif;
    color: #eee;
}


/*-----------------CHECK OUT UNTILL HERE------------------------------------*/

.flex_booking_nights {
    flex: 1 0 20%;
    height: 100px;
    position: relative;
    float: right;
}

.flex_booking_nights_count {
    height: 60%;
}

.flex_booking_nights_number {
    width: 100%;
    height: 100%;
    text-align: center;
    font: 300 45px 'Source Sans Pro', sans-serif;
    color: #eee;
    border-left: 1px solid #eee;
}


/*.litepicker{
	right: -400px;
	opacity: 0;
	-moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.calendar_visible{
	right: 0;
	opacity: 1;
	-moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}*/

.flex_booking_room {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #999;
    padding: 0;
}

.flex_booking_room_img_container {
    width: calc(100% - 20px);
    position: relative;
    margin: 10px auto 0 auto;
    height: 8vw;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.flex_booking_room_img {
    min-height: 100%;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.flex_booking_room_title {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 5px 0px;
    margin: 0;
    background-color: rgba(247, 143, 30, 0.6);
    color: #fff;
    font: 400 18px 'Source Sans Pro', sans-serif;
    width: 100%;
    text-align: center;
}

.flex_booking_room_choose_room {
    color: #0a4b9d;
    padding: 5px 0px 5px 5px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    font: 400 18px 'Source Sans Pro', sans-serif;
    margin: 0;
    position: relative;
}

.flex_booking_room_choose_room:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 7px;
    height: 7px;
    right: 15px;
    border-width: 0px 0px 2px 2px;
    border-color: #0a4b9d;
    border-style: solid;
    /* aspect-ratio: 1 / 1; */
    background-color: transparent;
    transform: rotate( -45deg) translateY(-50%);
    transition: 0.2s all ease-in-out;
}

.flex_booking_room_choose_room_container.choose_room_open .flex_booking_room_choose_room:after {
    transform: rotate(135deg) translateY(-50%);
    transition: 0.2s all ease-in-out;
    right: 21px;
    top: 47%;
}

.flex_booking_room_choose_room_all_options {
    width: 100%;
    max-height: 0px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    z-index: -999999;
    top: -10px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.flex_booking_room_choose_room_container.choose_room_open .flex_booking_room_choose_room_all_options {
    max-height: 10000px;
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.flex_booking_room_choose_room_option {
    font: 300 15px 'Source Sans Pro', sans-serif;
    padding: 5px 0px 5px 5px;
    position: relative;
    margin: 0;
    cursor: pointer;
    /* top: -10px;
    opacity: 0; */
    transition: background-color 0.2s ease-in-out;
}


/* .flex_booking_room_choose_room_container.choose_room_open .flex_booking_room_choose_room_option {
    top: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
} */

.flex_booking_room_choose_room_option.active {
    background-color: #f78f1e;
    color: #fff;
    transition: background-color 0.2s ease-in-out;
}

.flex_booking_room_choose_room_option:hover {
    background-color: #0a4b9d;
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.flex_booking_room_choose_room_option::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #999;
    bottom: 0;
    left: 0;
}

.flex_booking_calendar_holder {
    height: 0px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.holder_cal_visible {
    height: 300px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.flex_booking_rates {
    position: relative;
    padding: 0px 5px;
}

.flex_booking_rates_official_website_container {
    width: 100%;
    background-color: #f5f4eb;
    box-shadow: 0px 0px 10px grey;
    border-radius: 5px;
    margin-top: 25px;
}

.flex_booking_rates_official_website {
    width: 57%;
    position: relative;
    text-align: left;
    float: left;
    font: 300 30px 'Source Sans Pro', sans-serif;
    color: #f78f1e;
    margin-left: 10px;
}

.flex_booking_rates_official_website_best_rate {
    font: 300 15px 'Source Sans Pro', sans-serif;
    color: #888;
    margin: 2px 0 0 0;
    padding: 0;
}

.flex_booking_rates_official_rate {
    width: 30%;
    position: relative;
    text-align: right;
    float: right;
    font: 300 30px 'Source Sans Pro', sans-serif;
    color: #f78f1e;
    margin-right: 10px;
}

.flex_booking_rates_official_rate_nights {
    font: 300 15px 'Source Sans Pro', sans-serif;
    color: #888;
    margin: 2px 0 0 0;
    padding: 0;
}

.flex_booking_book_direct {
    width: 70%;
    position: relative;
    margin: 10px auto;
    outline: none;
    border-radius: 10px;
    border: 0.5px solid #fff;
    color: #fff;
    background-color: #0a4b9d;
    font: 400 18px 'Source Sans Pro', sans-serif;
    padding: 10.5px 1px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    /* max-height: 50px; */
    display: block;
    white-space: break-spaces;
}

.flex_booking_book_direct:hover {
    background-color: #fff;
    color: #0a4b9d;
    border: 0.5px solid #0a4b9d;
    transition: 0.2s all ease-in-out;
    -webkit-animation: pulse_blue 1s;
    animation: pulse_blue 1s;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse_blue {
    0% {
        box-shadow: 0 0 0 0 #0a4b9d;
    }
}

@keyframes pulse_blue {
    0% {
        box-shadow: 0 0 0 0 #0a4b9d;
    }
}

.flex_booking_rates_other_rates_text_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.flex_booking_rates_other_rates_text {
    width: fit-content;
    position: relative;
    text-align: left;
    font: 300 18px 'Source Sans Pro', sans-serif;
    color: #000;
}

.flex_booking_minus_button,
.flex_booking_plus_button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    color: #000;
    font-size: 19px;
    width: 26px;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
}

.flex_booking_minus_button:active,
.flex_booking_plus_button:active {
    background-color: #DDD;
    font-size: 18px;
}

#flex_booking_rates_other_rates_and_prices {
    width: 98%;
    position: relative;
    margin: 0 auto;
}

.flex_booking_rates_other_rates_channel {
    font: 300 18px 'Source Sans Pro', sans-serif;
    color: #444;
    text-align: left;
    border-bottom: 1px dashed #888;
    padding: 3px 0 8px 0;
    letter-spacing: 1px;
}

.flex_booking_rates_other_rates_price {
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #444;
    text-align: right;
    border-bottom: 1px dashed #888;
    padding: 0;
    letter-spacing: 1px;
}

.flex_booking_rates_official_rates_channel {
    font: 400 20px 'Source Sans Pro', sans-serif;
    color: #f78f1e;
    text-align: left;
    border-bottom: 1px dashed #888;
    padding: 3px 0 5px 0;
    letter-spacing: 1px;
}

.flex_booking_rates_official_rates_price {
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #f78f1e;
    text-align: right;
    border-bottom: 1px dashed #888;
    padding: 3px 0 5px 0;
    letter-spacing: 1px;
}

.flex_booking_rates_channel_logo {
    width: unset;
    height: 20px;
    margin-right: 5px;
    bottom: -4px;
    position: relative;
}


/*------------------------------ALL ROOMS------------------------------*/

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

.FlexiCustom2021_homepage_all_rooms_item {
    width: 80%;
    height: 100%;
}


/*-----------------------------------------CUSTOM SELECT-----------------------------------------------------*/


/* The container must be positioned relative: */

.widget_2021_custom_select {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_2021_custom_select select {
    display: none;
    /*hide original SELECT element: */
}

.widget_2021_custom_select .select-selected {
    background-color: transparent;
}


/* Style the arrow inside the select element: */

.widget_2021_custom_select .select-selected:after {
    position: absolute;
    content: "";
    top: 45%;
    width: 5px;
    right: 6px;
    border-width: 0px 0px 1px 1px;
    border-color: #0a4b9d;
    border-style: solid;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    transform: rotate(-45deg) translateY(-50%);
    transition: 0.2s all ease-in-out;
    height: 5px;
}


/* Point the arrow upwards when the select box is open (active): */

.widget_2021_custom_select .select-selected.select-arrow-active:after {
    transform: rotate(135deg) translateY(-50%);
    transition: 0.2s all ease-in-out;
    right: 11px;
    top: 47%;
}


/* style the items (options), including the selected item: */

.widget_2021_custom_select .select-items div {
    border: none;
    color: #000;
    padding: 5px 0px;
    cursor: pointer;
    font: 300 15px 'Source Sans Pro', sans-serif;
    border-bottom: 1px solid #999;
}

.widget_2021_custom_select .select-selected {
    color: #0a4b9d;
    padding: 5px 25px 5px 0;
    border: none;
    cursor: pointer;
    border-radius: 0;
    font: 400 18px 'Source Sans Pro', sans-serif;
}

.widget_2021_custom_select .select-selected.select-arrow-active {
    border-width: 0px;
}


/* Style items (options): */

.widget_2021_custom_select .select-items {
    position: absolute;
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-color: #000 #efefef #efefef #efefef;
    border-style: solid;
    top: 100%;
    right: -5px;
    z-index: 9999999;
    overflow-y: auto;
    max-height: 300px;
    width: 380px;
    left: unset;
}


/* Hide the items when the select box is closed: */

.widget_2021_custom_select .select-hide {
    display: none;
}

.widget_2021_custom_select .select-items div:hover {
    transition: 0.2s all ease-in-out;
    background-color: #0a4b9d;
    color: #fff;
}

.widget_2021_custom_select .same-as-selected {
    transition: 0.2s all ease-in-out;
    background-color: #f78f1e;
    color: #fff!important;
}


/* ------------------------------------------------END CUSTOM SELECT----------------------------------- */


/* ------------------------------------------------WHY BOOK ONLINE----------------------------------- */

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

.flex_booking_why_title {
    font: 400 25px 'Minion';
    color: #000;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.flex_booking_why_slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #f1f1f1;
    text-align: center;
    padding: 5px 0 5px 0;
    z-index: 0!important;
}

.flex_booking_why_item_svg {
    height: 50px;
    position: relative;
    width: unset!important;
    margin: 0 auto;
}

.flex_booking_why_item_svg path {
    fill: #797979;
}

.flex_booking_why_item_text {
    font: 400 15px 'Viceroy';
    color: #0a4b9d;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 3px 0 0 0;
    width: 80%;
}

.flex_booking_why_slider .owl-dots {
    bottom: -10px!important;
}

.flex_booking_why_slider .owl-dot.active {
    width: 12px!important;
    height: 12px!important;
}

.flex_booking_why_slider .owl-dot {
    width: 7px!important;
    height: 7px!important;
}


/* ------------------------------------------------END WHY BOOK ONLINE----------------------------------- */


/* ------------------------------------------------Travel Tools----------------------------------- */

.flex_booking_travel_tools_container {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.flex_booking_travel_tools_title {
    flex: 0 1 100%;
    text-align: center;
    margin: 0 0 0px 0;
    padding: 0;
    font: 400 25px 'Minion';
    color: #000;
    /* border-bottom: 2px solid #000; */
}

.flex_booking_travel_tools_container_slider {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 30px 0;
}

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

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

.flex_booking_travel_tools_img {
    position: relative;
    max-height: 40px;
    opacity: 0.8;
    transition: 0.2s all ease-in-out;
    margin: 0 auto;
    max-width: 80%;
    width: unset!important;
    padding: 10px 0 0 0;
}

.flex_booking_travel_tools_img:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
    transition: 0.2s all ease-in-out;
}


/* ------------------------------------------------END Travel Tools----------------------------------- */

.flex_booking_reviews {
    width: 98%;
    padding: 0 0;
    margin: 0 auto;
    position: relative;
}

.flex_booking_reviews_container_title {
    font: 400 25px 'Minion';
    color: #000;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 1px;
}

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

.flex_booking_review_container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 30px 0;
}

.flex_booking_review_title {
    margin: 0;
    padding: 5px 0;
    font: 600 20px 'Source Sans Pro', sans-serif;
    color: #f78f1e;
    text-align: left;
}

.flex_booking_review_rating_and_source {
    width: 100%;
    position: relative;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.flex_booking_review_rating {
    width: fit-content;
    position: relative;
    margin: 0;
    text-align: left;
    top: 1px;
}

.flex_booking_review_rating_img {
    height: 15px;
    position: relative;
    width: unset!important;
    margin: 0 5px 0 0;
    display: inline!important;
}

.flex_booking_review_name {
    margin: 0;
    padding: 5px 0;
    font: 600 18px 'Source Sans Pro', sans-serif;
    color: #000;
    text-align: left;
}

.flex_booking_review_source {
    margin: 0;
    padding: 0px 0;
    font: 600 15px 'Source Sans Pro', sans-serif;
    color: #000;
}

.flex_booking_review_source_img {
    height: 30px;
    position: relative;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: unset!important;
    display: inline!important;
}

.flex_booking_review_text {
    margin: 0;
    padding: 5px 0 10px 0;
    font: 400 14px 'Source Sans Pro', sans-serif;
    font-style: italic;
    color: #000;
    text-align: justify;
}

.flex_booking_container .owl-prev,
.flex_booking_container .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(200, 200, 200, 0.4); */
    padding: 10px 0;
}

.flex_booking_container .booking_engine_2021_nav_arrow {
    width: 25px;
}

.flex_booking_container .nav_arrow_left {
    transform: rotate(180deg);
}

.owl-prev {
    left: 0px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.flex_booking_container .owl-next {
    right: 0px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.flex_booking_container .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.flex_booking_container .owl-dot {
    float: left;
    padding: 0;
    background: #000;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 5px 5px 5px!important;
    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;
}

.flex_booking_container .owl-dot.active {
    height: 10px;
    width: 10px;
    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;
}

.flex_booking_powered {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px 0;
    margin: 0;
    font: 400 16px 'Source Sans Pro', sans-serif;
    color: #8c8e90;
}

.flex_booking_powered_img {
    width: 50%;
    position: relative;
    margin: 0;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    .flex_booking_container {
        width: 100%;
    }
    .flex_booking_container.closed {
        left: -100%;
    }
    .flex_booking_room_img_container {
        height: 20vh;
    }
    .widget_2021_custom_select .select-items {
        width: 100vw;
    }
    .flex_booking_open_tag {
        width: calc(var(--troodos_2021_font_size) * 4.2);
        height: calc(var(--troodos_2021_font_size) * 4.2);
    }
    .flex_booking_text {
        color: #fff;
        font: 400 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Minion';
    }
    .flex_booking_subtext {
        font: 400 calc(var(--troodos_2021_font_size) + 0.7vw)/calc(var(--troodos_2021_line_height) + 0.7vw) 'Alegre';
    }
    .flex_booking_open_tag {
        justify-content: space-evenly;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1050px) {
    .flex_booking_open_tag {
        width: calc(var(--troodos_2021_font_size) * 4.2);
        height: calc(var(--troodos_2021_font_size) * 4.2);
    }
    .flex_booking_open_tag {
        justify-content: space-evenly;
    }
    .flex_booking_subtext {
        font: 400 calc(var(--troodos_2021_font_size) + 0.5vw)/calc(var(--troodos_2021_line_height) + 0.5vw) 'Alegre';
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
    .flex_booking_room_img_container {
        height: 30vh;
    }
    .flex_booking_text {
        color: #fff;
        font: 400 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Minion';
    }
    .flex_booking_subtext {
        font: 400 calc(var(--troodos_2021_font_size) + 0.5vw)/calc(var(--troodos_2021_line_height) + 0.5vw) 'Alegre';
    }
    .flex_booking_open_tag {
        width: calc(var(--troodos_2021_font_size) * 5);
        height: calc(var(--troodos_2021_font_size) * 5);
    }
    .flex_booking_open_tag {
        justify-content: space-evenly;
    }
    .flex_booking_subtext {
        font: 400 calc(var(--troodos_2021_font_size) + 0.8vw)/calc(var(--troodos_2021_line_height) + 0.8vw) 'Alegre';
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1050px) {
    .flex_booking_open_tag {
        width: calc(var(--troodos_2021_font_size) * 5);
        height: calc(var(--troodos_2021_font_size) * 5);
    }
    .flex_booking_open_tag {
        justify-content: space-evenly;
    }
    .flex_booking_subtext {
        font: 400 calc(var(--troodos_2021_font_size) + 0.5vw)/calc(var(--troodos_2021_line_height) + 0.5vw) 'Alegre';
    }
}