/*
ver. 2
*/

html,
body {
    height: 100%;
}

img.FlexiCustom2021_disabled_image {
    width: 40px;
    height: 40px;
    position: relative;
    filter: invert(100%) sepia(1%) saturate(7433%) hue-rotate(177deg) brightness(119%) contrast(100%);
    margin: 0 10px 0 0;
}

a.FlexiCustom2021_disabled_link {
    display: flex;
    position: relative;
    padding: 5px;
    background-color: #18359d;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.FlexiCustom2021_disabled_link_container {
    position: fixed!important;
    right: 0;
    top: 15%;
    z-index: 9999;
    width: max-content;
}


/* .FlexiCustom2021_disabled_link_container:hover {
    left: 90%;
    transition: 0.2s all ease-in-out;
} */

p.FlexiCustom2021_disabled_test {
    padding: 0;
    margin: 0;
    position: relative;
    width: max-content;
    color: #fff;
    text-decoration: none;
    width: 0;
    height: 0;
    opacity: 0;
}

.FlexiCustom2021_disabled_link_container:hover p.FlexiCustom2021_disabled_test {
    width: max-content;
    height: unset;
    opacity: 1;
    transition: 0.2s all ease-in-out;
}

body {
    background-color: #fff;
    margin: 100px 0 0 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    /*font-family: 'Dosis', lighter;
	font-weight: lighter;*/
}

::-moz-selection {
    /* Code for Firefox */
    color: #000;
    background: #b4ac97;
}

::selection {
    color: #000;
    background: #b4ac97;
}

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

.FlexiCustom2021_menu>a {
    color: #999;
    font: 400 16px 'Source Sans Pro', sans-serif;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_menu>a:hover {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #000;
}

.FlexiCustom2021_header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 0 100px 0 0;
    z-index: 1000;
}

.FlexiCustom2021_logo_link {
    display: block;
    position: relative;
    height: 100%;
    float: left;
}

.FlexiCustom2021_logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 0 0 200px;
    height: 50%;
}

.FlexiCustom2021_menu {
    float: right;
    position: relative;
    margin: 40px 0;
}

.FlexiCustom2021_language_selector {
    float: right;
    position: relative;
    color: #999;
    cursor: pointer;
    font: 400 16px 'Source Sans Pro', sans-serif;
    margin: 40px 0;
}

.FlexiCustom2021_language_selector_current_language>img {
    padding: 0 5px 0 0;
    vertical-align: middle;
}

.FlexiCustom2021_language_selector:hover {
    color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_language_selector_down_arrow>path {
    fill: #999999;
}

.FlexiCustom2021_language_selector:hover .FlexiCustom2021_language_selector_down_arrow>path {
    fill: #000000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_language_selector_down_arrow {
    vertical-align: middle;
    width: 17px;
    height: 17px;
    transform: rotate(0deg);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_language_selector_rest_lang {
    width: 150px;
    height: 0px;
    padding: 0 0 0 0px;
    position: absolute;
    left: 0;
    background-color: #fff;
    overflow: hidden;
}

.FlexiCustom2021_language_selector_rest_lang_language:hover {
    background-color: #999;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_language_selector_rest_lang_language:hover>a {
    color: #fff;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


/*.FlexiCustom2021_language_selector:hover>.FlexiCustom2021_language_selector_rest_lang{
	height: auto;
}*/

.FlexiCustom2021_language_selector_rest_lang_language {
    margin: 0;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #999;
}

.FlexiCustom2021_language_selector_rest_lang_language_hyperlink {
    text-decoration: none;
    color: #999;
    font: 400 16px 'Source Sans Pro', sans-serif;
    padding: 10px;
}

.FlexiCustom2021_language_selector_rest_lang_language_hyperlink>img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.FlexiCustom2021_header_svg_open {
    width: 35px;
    height: 20px;
    cursor: pointer;
    float: right;
    position: relative;
    display: block;
    margin: 40px 10px;
}

.FlexiCustom2021_header_svg_open_path {
    background-color: #b4ac97;
    height: 1px;
    position: absolute;
    left: 0;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: block;
}

#FlexiCustom2021_header_svg_path1 {
    width: 100%;
    top: 0%;
}

#FlexiCustom2021_header_svg_path2 {
    width: 70%;
    top: 50%;
}

#FlexiCustom2021_header_svg_path3 {
    width: 100%;
    top: 100%;
}

.FlexiCustom2021_header_svg_open:hover>#FlexiCustom2021_header_svg_path1 {
    width: 100%;
    top: 100%;
}

.FlexiCustom2021_header_svg_open:hover>#FlexiCustom2021_header_svg_path2 {
    width: 100%;
    top: 50%;
}

.FlexiCustom2021_header_svg_open:hover>#FlexiCustom2021_header_svg_path3 {
    width: 100%;
    top: 0%;
}


/*---------------------------OLD MENU BUTTON------------------------
.FlexiCustom2021_header_svg_open:hover> #FlexiCustom2021_header_svg_path1{
	d: path('M14,17 50,17');
}
.FlexiCustom2021_header_svg_open:hover> #FlexiCustom2021_header_svg_path3{
	d: path('M14,3 50,3');
}
.FlexiCustom2021_header_svg_open:hover> #FlexiCustom2021_header_svg_path2{
	d: path('M14,10 50,10');
}
.FlexiCustom2021_header_svg_open:hover>.FlexiCustom2021_header_svg_open_path{
	stroke: #9B937E;
	stroke-width: 2px;
	-moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#FlexiCustom2021_header_svg_path1{
	d: path('M14,3 50,3');
}
#FlexiCustom2021_header_svg_path2{
	d: path('M14,10 40,10');
}
#FlexiCustom2021_header_svg_path3{
	d: path('M14,17 50,17');
}
.FlexiCustom2021_header_svg_open_path{
	stroke: #b4ac97;
	stroke-width: 2px;
	height: 1px;
	-moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
----------------------END OLD MENU BUTTON-----------------------------------*/

.FlexiCustom2021_floating_menu {
    width: 400px;
    height: 100%;
    z-index: 999999;
    position: fixed;
    background-color: #fff;
    /* background-image: url('../images/ab-bg-7.jpg'); */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.FlexiCustom2021_floating_menu_closed {
    top: -150%;
    right: 0;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.FlexiCustom2021_floating_menu_opened {
    top: 0;
    right: 0;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.FlexiCustom2021_header_svg_close {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    fill: #b4ac97;
    box-shadow: 0px 0px 10px grey;
    border-radius: 50%;
    z-index: 1;
}

.FlexiCustom2021_header_svg_close:hover {
    fill: #9B937E;
    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;
}

.FlexiCustom2021_floating_menu_top_logo {
    position: relative;
    width: 100%;
    /* height: 10%; */
    padding: 25% 0 5% 0;
}

.FlexiCustom2021_floating_menu_top_logo img {
    width: 70%;
    display: block;
}

.FlexiCustom2021_logo_floating {
    height: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

.FlexiCustom2021_floating_menu_container {
    position: relative;
    width: 100%;
    max-height: 90%!important;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.FlexiCustom2021_floating_menu_container_item {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    /*background-color: rgba(180, 172, 151, 0.5);*/
    border-bottom: 1px solid #999;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.FlexiCustom2021_floating_menu_container_item:first-child {
    border-top: 1px solid #999;
}

.FlexiCustom2021_floating_menu_container_item>a {
    text-align: center;
    color: #999;
    font: 400 22px 'Source Sans Pro', sans-serif;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.FlexiCustom2021_floating_menu_container_item_phone {
    margin: 50px auto 0 auto;
}

.FlexiCustom2021_floating_menu_container_item_phone_hyperlink {
    color: #b4ac97;
    font: 200 35px/60px 'Source Sans Pro', sans-serif;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.FlexiCustom2021_floating_menu_container_item_phone_hyperlink:hover {
    color: #999;
    font: 200 38px/60px 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.FlexiCustom2021_floating_menu_container_item_phone_item {
    color: #b4ac97;
    font: 200 40px/40px 'Source Sans Pro', sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 10px 0;
}

.FlexiCustom2021_floating_menu_container_book_now_container {
    position: relative;
    padding: 60px 0 60px 0;
}

.FlexiCustom2021_floating_menu_container_book_now {
    position: relative;
    background-color: #b4ac97;
    border-color: #b4ac97;
    padding: 18px 30px;
    color: #fff;
    font: 200 25px/28px 'Source Sans Pro', sans-serif;
    outline: none;
    border: 0;
    cursor: pointer;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_floating_menu_container_book_now:hover {
    background-color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


/*------------------------------SIDEBAR-------------------------*/

.FlexiCustom2021_left_sidebar {
    width: 100px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}

.FlexiCustom2021_left_sidebar_container {
    width: 100px;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0% 0 3% 0;
}

.FlexiCustom2021_left_sidebar_phone_number {
    position: relative;
    transform: rotate(-90deg);
    width: max-content;
    margin: 0 0 100px -15px;
}

.FlexiCustom2021_left_sidebar_phone_number>a {
    text-decoration: none;
    font: 300 16px 'Source Sans Pro', sans-serif;
    color: #999;
    letter-spacing: 2px;
}

.FlexiCustom2021_left_sidebar_book_btn {
    margin: 20px 0 0 0;
    outline: none;
    border: 0;
    width: 120px;
    height: 100px;
    background-color: #b4ac97;
    font: 200 25px 'Source Sans Pro', sans-serif;
    color: #fff;
    cursor: pointer;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_left_sidebar_book_btn:hover {
    background-color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_left_sidebar_pnone_svg {
    width: 26px;
    height: 26px;
    margin: 20px 37px;
}

.FlexiCustom2021_left_sidebar_pnone_svg_path {
    fill: #b4ac97;
}


/*------------------------------END SIDEBAR-------------------------*/

.FlexiCustom2021_homepage_fullscreen_slider {
    width: 100%;
    height: calc(90% - 90px);
    position: relative;
    overflow: hidden;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
    /* width: 100%; */
}

.FlexiCustom2021_homepage_fullscreen_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.FlexiCustom2021_homepage_fullscreen_video {
    width: calc(100% - 100px);
    height: calc(90% - 90px);
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
}

.service_provider_2022_homepage_video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*----------------------OWL DOTS-----------------*/

.FlexiCustom2021_homepage_fullscreen_slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.FlexiCustom2021_homepage_fullscreen_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;
}

.FlexiCustom2021_homepage_fullscreen_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;
}


/*----------------------END OWL DOTS-----------------*/


/*----------------------OWL NAVIGATION-----------------*/

.FlexiCustom2021_nav_arrow_main_slider_left {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url('../images/left-arrow-slider_small.png'), auto!important;
}

.FlexiCustom2021_nav_arrow_main_slider_right {
    width: 50%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: url('../images/right-arrow-slider_small.png'), auto!important;
}

.FlexiCustom2021_restaurants_item_slider .owl-prev {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 0% 80% 80% 0;
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_restaurants_item_slider .owl-next {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 80% 0% 0% 80%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_restaurants_item_slider .owl-prev:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_restaurants_item_slider .owl-next:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_restaurants_arrow {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}


/*----------------------END OWL NAVIGATION-----------------*/


/*----------------------BOOKING LINE HOMEPAGE-----------------*/

.FlexiCustom2021_homepage_booking_line {
    position: relative;
    display: block;
    width: calc(100% -100px);
    height: 200px;
    margin-left: 100px;
    /*background-color: #E7DFCA;*/
}


/*.FlexiCustom2021_homepage_booking_line:before {
    content:"";
    position:absolute;
    width: 100%;
	height: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}*/

.FlexiCustom2021_homepage_booking_line_container {
    position: relative;
    margin: 0 auto;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.FlexiCustom2021_homepage_booking_line_arrival {
    position: relative;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #CEC6B1;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_arrival:hover {
    background-color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_arrival:hover .FlexiCustom2021_homepage_booking_line_arrival_text {
    color: #fff;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_arrival:hover .FlexiCustom2021_homepage_booking_line_arrival_day {
    /*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_arrival_text {
    position: relative;
    width: 100%;
    font: 200 30px 'Alegreya Sans', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_arrival_month {
    position: relative;
    width: 100%;
    font: 100 30px 'Alegreya Sans', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.FlexiCustom2021_homepage_booking_line_arrival_day {
    position: relative;
    width: 100%;
    font: 200 55px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.FlexiCustom2021_homepage_booking_line_departure {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #CEC6B1;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.FlexiCustom2021_homepage_booking_line_departure:hover {
    background-color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_departure:hover .FlexiCustom2021_homepage_booking_line_departure_text {
    color: #fff;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_departure:hover .FlexiCustom2021_homepage_booking_line_departure_day {
    /*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_departure_text {
    position: relative;
    width: 100%;
    font: 200 30px 'Alegreya Sans', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.FlexiCustom2021_homepage_booking_line_departure_month {
    position: relative;
    width: 100%;
    font: 100 30px 'Alegreya Sans', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.FlexiCustom2021_homepage_booking_line_departure_day {
    position: relative;
    width: 100%;
    font: 200 55px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.FlexiCustom2021_homepage_booking_line_book_button {
    margin: 0 0 0 0;
    outline: none;
    border: 0;
    width: 150px;
    height: 100%;
    background-color: #b4ac97;
    font: 200 40px 'Source Sans Pro', sans-serif;
    color: #fff;
    cursor: pointer;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_book_button:hover {
    background-color: #000;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_booking_line_placeholder {
    display: none;
}


/*----------------------END BOOKING LINE HOMEPAGE-----------------*/

.FlexiCustom2021_homepage_competitive_advantages {
    width: 100%;
    position: relative;
    margin: 0;
}

.FlexiCustom2021_homepage_description_section {
    width: 76%;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
    height: unset;
}

.FlexiCustom2021_homepage_description_section_title {
    color: #b4ac97;
    font: 200 60px 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 0;
    position: relative;
}

.FlexiCustom2021_homepage_description_section_title_bold {
    font: 400 20px 'Effra', sans-serif;
    color: #b4ac97;
    text-align: center;
    padding: 20px 0 30px 0;
    margin: 0;
    position: relative;
}

.FlexiCustom2021_homepage_description_section_images_text {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    margin: 0 0 5vh 0;
}

.FlexiCustom2021_homepage_description_section_images_text.reversed {
    flex-direction: row-reverse;
}

.FlexiCustom2021_homepage_description_section_images_text.reversed .FlexiCustom2021_homepage_description_section_image_left_style2 {
    margin: 0 0 0 auto;
}

.FlexiCustom2021_homepage_description_section_image_left {
    /* width: 50%; */
    flex: 0 1 50%;
    position: relative;
    overflow: hidden;
    padding: 0% 0 0 0;
    /* height: 100%; */
}

.FlexiCustom2021_homepage_description_section_image_left_style2 {
    width: 80%;
    height: 100%;
    /* float: left; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*----------------TEXT RIGHT-----------------------*/

.FlexiCustom2021_homepage_description_section_text_right {
    /* width: 50%; */
    flex: 0 1 50%;
    position: relative;
    overflow: hidden;
    padding: 10px 0 0 0;
    /* height: calc(100% - 50px); */
}

.FlexiCustom2021_homepage_description_section_text_right_text {
    width: 70%;
    margin: 0 auto 0 auto;
}

.FlexiCustom2021_homepage_description_section_text_right_text.full_width {
    width: 100%;
}

.FlexiCustom2021_homepage_description_section_text_right_text_par {
    margin: 0;
    color: #999;
    font: 200 20px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_homepage_description_section_text_right_image {
    width: 100%;
    height: 50vh;
    margin: 2vh 0 0 0;
    padding: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.FlexiCustom2021_homepage_description_section_text_right_hyperlink {
    margin-top: 20px;
}

.FlexiCustom2021_homepage_description_section_text_right_hyperlink>a {
    color: #999;
    font: 400 17px 'Source Sans Pro', sans-serif;
    letter-spacing: 3px;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.FlexiCustom2021_homepage_description_section_text_right_hyperlink_arrow {
    width: 15px;
    vertical-align: middle;
}


/*----------------TEXT LEFT-----------------------*/

.FlexiCustom2021_homepage_description_section_image_right {
    width: 50%;
    float: right;
    position: relative;
    overflow: hidden;
    padding: 0% 0 0 0;
    height: 100%;
}

.FlexiCustom2021_homepage_description_section_image_right_style2 {
    width: 80%;
    height: 100%;
    float: right;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.FlexiCustom2021_homepage_description_section_text_left {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 50px 0 0 0;
    height: calc(100% - 50px);
}

.FlexiCustom2021_homepage_description_section_text_left_text {
    width: 70%;
    margin: 0 auto 0 auto;
}

.FlexiCustom2021_homepage_description_section_text_left_text_par {
    margin: 0;
    color: #999;
    font: 300 20px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_homepage_description_section_text_left_image {
    width: 100%;
    height: 70%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.FlexiCustom2021_homepage_description_section_text_left_hyperlink {
    margin-top: 50px;
}

.FlexiCustom2021_homepage_description_section_text_left_hyperlink>a {
    color: #999;
    font: 600 17px 'Source Sans Pro', sans-serif;
    letter-spacing: 3px;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.FlexiCustom2021_homepage_description_section_text_left_hyperlink_arrow {
    width: 15px;
    vertical-align: bottom;
}


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

.FlexiCustom2021_homepage_all_rooms_title {
    color: #b4ac97;
    font: 200 52px/28px 'Source Sans Pro', sans-serif;
    text-align: left;
    padding: 0px 0 0 0;
    margin: 50px auto;
    position: relative;
    width: 70%;
    line-height: 60px;
    letter-spacing: 4px;
}

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

@media screen and (min-width: 1081px) {
    .FlexiCustom2021_homepage_all_rooms {
        width: calc(100% - 100px)!important;
        position: relative;
        margin: 0 0 0 100px;
    }
}

.FlexiCustom2021_homepage_all_rooms_item {
    width: 95%!important;
    height: 100%;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}

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

.FlexiCustom2021_nav_arrow {
    width: 25px;
}

.FlexiCustom2021_homepage_all_rooms .owl-prev {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_all_rooms .owl-prev:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_all_rooms .owl-next {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_all_rooms .owl-next:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_all_rooms .owl-nav {
    position: absolute;
    bottom: -17px;
    right: 30%;
}

.FlexiCustom2021_homepage_all_rooms_item_text {
    color: #fff;
    font: 600 30px 'Source Sans Pro', sans-serif;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 5%;
    left: 3%;
    letter-spacing: 4px;
    -webkit-text-stroke-color: #b4ac97;
    -webkit-text-stroke-width: 1px;
}

.FlexiCustom2021_homepage_all_rooms_item_text p {
    font: 600 40px 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0 0 5px 0;
}

.FlexiCustom2021_homepage_all_rooms_icons_master_container {
    width: 80%;
    position: relative;
    padding: 0;
    margin: 0 0 3% 3.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.5vw;
    row-gap: 1vh;
}

.FlexiCustom2021_homepage_all_rooms_icons_container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 1vw;
}

.FlexiCustom2021_homepage_all_rooms_icons_container img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    width: 25px!important;
    position: relative;
    display: block;
}

.FlexiCustom2021_homepage_all_rooms_icons_container p {
    color: #fff;
    font: 400 25px 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}


/*----------------------------FlexiCustom2021_homepage_comments-------------*/

.FlexiCustom2021_homepage_comments_title {
    color: #b4ac97;
    font: 200 52px/28px 'Source Sans Pro', sans-serif;
    text-align: left;
    padding: 0px 0 0 0;
    margin: 50px auto;
    position: relative;
    width: 70%;
    line-height: 60px;
    letter-spacing: 4px;
}

.FlexiCustom2021_homepage_comments {
    margin: 2% 0 0 100px;
    width: calc(100% - 100px)!important;
}

.FlexiCustom2021_homepage_comments .owl-stage-outer,
.FlexiCustom2021_homepage_comments .owl-stage {
    height: unset!important;
    /* width: 100%; */
}

.FlexiCustom2021_homepage_comments_item {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.FlexiCustom2021_homepage_comments_item:hover>.FlexiCustom2021_homepage_comments_item_container {
    top: 0;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments_item_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(180, 172, 151, 0.8);
    margin: 0;
    color: #fff;
    text-align: left;
    font: 300 14px 'Source Sans Pro', sans-serif;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments_item_text {
    width: 80%;
    max-height: 90%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.FlexiCustom2021_homepage_comments_item_text_name {
    font: 300 18px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 1px 0;
}

.FlexiCustom2021_homepage_comments_item_text_country {
    font: 300 16px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 2px 0;
}

.FlexiCustom2021_homepage_comments .owl-prev {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments .owl-prev:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments .owl-next {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments .owl-next:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_homepage_comments .owl-nav {
    position: absolute;
    bottom: -30px;
    right: 10%;
}


/*--------------------------FOOTER SUBSCRIBE-------------------------*/


/*--------------------------HOMEPAGE VILLAS-------------------------*/

.FlexiCustom2023_homepage_villas_master {
    width: 100%;
    position: relative;
    margin: 0 0 5vh 0;
}

.FlexiCustom2023_homepage_villas_master_container {
    margin: 5vh 0 0 100px;
    width: calc(100% - 100px)!important;
    position: relative;
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}

.FlexiCustom2023_homepage_villas_master_container:nth-of-type(odd) {
    flex-direction: row;
}

.FlexiCustom2023_homepage_villas_master_container:nth-of-type(even) {
    flex-direction: row-reverse;
}

.FlexiCustom2021_homepage_villas_section_title {
    flex: 0 1 100%;
    color: #b4ac97;
    font: 200 60px 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 0 0 2vh 0;
    margin: 0;
    position: relative;
}

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

.FlexiCustom2023_homepage_villas_text_container {
    flex: 0 1 40%;
    position: relative;
    margin: 0vh 0 0 0;
    padding: 0vh 0;
    min-height: calc((40vw - 47px) * 0.5625);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.FlexiCustom2023_homepage_villas_text_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vW;
    height: 100%;
    z-index: -1;
    display: none;
}

.FlexiCustom2023_homepage_villas_master_container:nth-of-type(odd) .FlexiCustom2023_homepage_villas_text_container::after {
    background-color: #efefef;
}

.FlexiCustom2023_homepage_villas_master_container:nth-of-type(even) .FlexiCustom2023_homepage_villas_text_container::after {
    background-color: #fff;
}

.FlexiCustom2023_homepage_villas_text {
    width: 100%;
    margin: 0 auto;
    font: 300 20px 'Source Sans Pro', sans-serif;
    color: #999;
}

.FlexiCustom2023_homepage_villas_slider_container {
    flex: 0 1 40%;
    position: relative;
    overflow: hidden;
}

.FlexiCustom2023_homepage_villas_slider {
    width: 100%;
    position: relative;
    height: 70vh;
}

.FlexiCustom2023_homepage_villas_slider .owl-stage-outer,
.FlexiCustom2023_homepage_villas_slider .owl-stage,
.FlexiCustom2023_homepage_villas_slider .owl-item {
    height: 100%;
    /* width: 100%; */
}

.FlexiCustom2023_homepage_villas_slider_img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.FlexiCustom2023_homepage_villas_slider_img .FlexiCustom2021_room_info_other_rooms_item_container {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
    color: #fff;
    font: 400 40px 'Ubuntu', sans-serif;
    font-style: italic;
    -webkit-text-stroke: 1px #b4ac97;
    text-stroke: 1px #b4ac97;
}

.FlexiCustom2023_homepage_villas_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.FlexiCustom2023_homepage_villas_slider .owl-nav .FlexiCustom2021_nav_arrow {
    width: 45px;
}

.FlexiCustom2023_homepage_villas_icons_master_container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 3% 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2%;
}

.FlexiCustom2023_homepage_villas_icons_container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 0.5vw;
    /* border-bottom: 1px solid #000; */
    flex: 0 1 31%;
    margin: 0 0 2vh 0;
}

.FlexiCustom2023_homepage_villas_icons_container img {
    /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%); */
    width: 25px!important;
    position: relative;
    display: block;
    filter: invert(67%) sepia(0%) saturate(148%) hue-rotate(234deg) brightness(93%) contrast(86%);
    /* filter: invert(65%) sepia(0%) saturate(24%) hue-rotate(213deg) brightness(94%) contrast(88%); */
}

.FlexiCustom2023_homepage_villas_icons_container p {
    margin: 0;
    padding: 0;
    position: relative;
    font: 300 18px/35px 'Source Sans Pro', sans-serif;
    color: #999;
}

.FlexiCustom2023_homepage_villas_button {
    border: 1px solid #b4ac97;
    border-radius: 3px;
    width: 50%;
    height: 50px;
    background: linear-gradient(to right, #b4ac97 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #999;
    font: 300 25px/35px 'Source Sans Pro', sans-serif;
    margin: 3vh auto 0 auto;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.FlexiCustom2023_homepage_villas_button:hover {
    background-position: left top;
    color: #fff;
    border: 1px solid #999;
}

.FlexiCustom2023_homepage_villas_slider_container .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.FlexiCustom2023_homepage_villas_slider_container .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;
}

.FlexiCustom2023_homepage_villas_slider_container .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;
}


/*--------------------------HOMEPAGE VILLAS-------------------------*/

.FlexiCustom2021_footer_subscribe {
    padding: 30px 0;
}

.FlexiCustom2021_footer_subscribe_container {
    margin: 0 auto 5% auto;
    width: 30%;
}

.FlexiCustom2021_footer_subscribe_text {
    text-align: center;
    color: #999;
    font-size: 30px;
    font-weight: 300;
    /*white-space: nowrap;*/
    margin: 0 0 4% 0;
}

.FlexiCustom2021_footer_subscribe_form {
    width: 100%;
    border: 1px solid #b4ac97;
    border-radius: 3px;
    position: relative;
    margin: 0 0 20px 0;
}

.FlexiCustom2021_footer_subscribe_input {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 10px;
    color: #999;
    width: 100%;
}

.FlexiCustom2021_footer_subscribe_button {
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 15px;
    background-color: transparent;
}

.FlexiCustom2021_footer_subscribe_button_img {
    vertical-align: sub;
}

.FlexiCustom2021_footer_privacy_policy_terms {
    font: 300 16px/16px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #999;
}

.privacy_policy_terms_href {
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #999;
}

.FlexiCustom2021_footer_hyperlinks {
    text-align: center;
}

.FlexiCustom2021_footer_hyperlinks_item {
    font-size: 12px;
    font-weight: 300;
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #999;
    margin: 0 0.5%;
    letter-spacing: 2px;
}

.FlexiCustom2021_footer_badges {
    width: 690px;
    position: relative;
    margin: 0 auto;
}

.FlexiCustom2021_footer_badges_title {
    font: 200 50px/35px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #b4ac97;
}

.FlexiCustom2021_footer_badges_slider {
    margin: 0 0 50px 0;
}

.FlexiCustom2021_footer_badges_slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.FlexiCustom2021_footer_badges_slider .owl-dot {
    float: left;
    padding: 0;
    background: #e2d7d4;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 0px solid #e2d7d4;
    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;
}

.FlexiCustom2021_footer_badges_slider .owl-dot.active {
    background: #b4ac97;
    border: 0px solid #b4ac97;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_badges_left_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: -35px;
    /*background-color: #b4ac97;
	padding: 5px;
	border-radius: 50%;*/
    width: 20px;
}

.FlexiCustom2021_footer_badges_right_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    /*background-color: #b4ac97;
	padding: 5px;
	border-radius: 50%;*/
    width: 20px;
}

.FlexiCustom2021_footer_traveller_opinion {
    width: 100%;
    position: relative;
    margin: 50px auto 0 auto;
}

.FlexiCustom2021_footer_traveller_opinion_title {
    font: 200 50px/35px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #b4ac97;
}

.FlexiCustom2021_footer_traveller_opinion_container {
    text-align: center;
    /*background-color: rgba(180, 172, 151, 0.2);*/
    padding: 5px 0;
}

.FlexiCustom2021_footer_traveller_opinion_img {
    vertical-align: middle;
    height: 35px;
    margin: 0 5px;
    -webkit-filter: grayscale(70%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}

.FlexiCustom2021_footer_traveller_opinion_hyperlink {
    opacity: 0.6;
    text-decoration: none;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_traveller_opinion_hyperlink:hover {
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_traveller_opinion_hyperlink:hover>.FlexiCustom2021_footer_traveller_opinion_img {
    transform: scale(1.1, 1.1);
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_social_net {
    width: 100%;
    position: relative;
    margin: 50px auto 0 auto;
}

.FlexiCustom2021_footer_social_net_title {
    font: 200 50px/35px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #b4ac97;
}

.FlexiCustom2021_footer_social_net_container {
    text-align: center;
    /*background-color: rgba(180, 172, 151, 0.2);*/
    padding: 5px 0;
}

.FlexiCustom2021_footer_social_net_hyperlink {
    opacity: 0.6;
    text-decoration: none;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_social_net_hyperlink:hover {
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_social_net_svg {
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(70%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0 10px;
}

.FlexiCustom2021_footer_social_net_svg:hover {
    transform: scale(1.1, 1.1);
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_info {
    width: calc(100% - 100px);
    margin: 0 0 0 100px;
    position: relative;
    background-color: rgba(180, 172, 151, 0.2);
    border-top: 1px double #999;
    border-bottom: 1px double #999;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.FlexiCustom2021_footer_info_logo {
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    margin: 0 auto;
}

.FlexiCustom2021_footer_info_container {
    position: relative;
    flex: 1 0 25%;
    text-align: center;
}

.FlexiCustom2021_footer_info_item,
.FlexiCustom2021_footer_info_item_hyperlink {
    font: 300 18px/35px 'Alegreya Sans', sans-serif;
    text-align: left;
    color: #333;
    text-decoration: none;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 60%;
    margin: 5px auto 0 auto;
}

.FlexiCustom2021_footer_info_item_hyperlink:hover {
    color: #b4ac97;
    font: 300 23px/35px 'Alegreya Sans', sans-serif;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_footer_copyrights_img {
    padding: 20px 0;
    text-align: center;
}

.FlexiCustom2021_footer_copyrights_text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font: 300 15px/20px 'Alegreya Sans', sans-serif;
    color: #999;
}


/*-----------------ACCOMMODATION-----------------------------*/

.FlexiCustom2021_accommodation_room {
    margin: 0 0 100px 0;
    /* height: calc(100% - 100px); */
}

.FlexiCustom2021_accommodation_room {
    position: relative;
}

.FlexiCustom2021_accommodation_text {
    width: 70%;
    height: auto;
    margin: 5% auto;
}

.FlexiCustom2021_accommodation_title {
    color: #b4ac97;
    letter-spacing: 2px;
    font: 200 60px/65px 'Source Sans Pro', sans-serif;
    text-align: left;
}

.FlexiCustom2021_accommodation_subtitle {
    color: #999;
    text-align: left;
    letter-spacing: 1.5px;
    font: 400 30px/35px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_accommodation_description {
    color: #999;
    text-align: left;
    font: 300 16px/35px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2023_floor_plan_image {
    width: 40%;
    position: relative;
    display: block;
}


/*-----------------------ACCOMMODATION SLIDER------------------------*/

.FlexiCustom2021_accommodation_rooms {
    width: 100%;
    height: 700px;
    position: relative;
}

.FlexiCustom2021_accommodation_rooms_item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*------------owl-dots------------------------*/

.FlexiCustom2021_accommodation_rooms .owl-dots {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    width: 30px;
}

.FlexiCustom2021_accommodation_rooms .owl-dot {
    padding: 0;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 5px auto;
    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;
}

.FlexiCustom2021_accommodation_rooms .owl-dot.active {
    height: 15px;
    width: 15px;
    bottom: 3px;
    border-radius: 35%;
    margin: 10px auto;
    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;
}


/*------------END owl-dots------------------------*/


/*----------------------OWL NAVIGATION-----------------*/


/*----------------------END OWL NAVIGATION-----------------*/


/*-----------------------ACCOMMODATION SLIDER END------------------------*/


/*----------------------ACCOMMODATION ROOMS INFO-----------------*/

.FlexiCustom2021_accommodation_rooms_info {
    width: 70%;
    /* height: 550px; */
    position: relative;
    background-color: #fff;
    z-index: 99;
    margin: 0 auto;
    top: -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 40px 0 40px;
}

.FlexiCustom2021_accommodation_rooms_info_text {
    width: 45%;
    height: 100%;
    position: relative;
    margin: 0;
}

.FlexiCustom2021_accommodation_rooms_info_text_title {
    font-size: 30px;
    color: #b4ac97;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.FlexiCustom2021_accommodation_rooms_info_text_description {
    font-size: 18px;
    color: #999;
    line-height: 30px;
    margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

@keyframes arrow {
    0% {
        left: 0px;
        transform: rotate(0deg);
    }
    25% {
        left: 5px;
        transform: rotate(90deg);
    }
    50% {
        left: 10px;
        transform: rotate(180deg);
    }
    75% {
        left: 15px;
        transform: rotate(270deg);
    }
    100% {
        left: 20px;
        transform: rotate(360deg);
    }
}

.FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink {
    margin-top: 20px;
}

.FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink:hover .FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink_arrow {
    animation-name: arrow;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink>a {
    color: #999;
    font: 400 16px 'Source Sans Pro', sans-serif;
    letter-spacing: 4px;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink_arrow {
    width: 22px;
    vertical-align: bottom;
    position: relative;
}

.FlexiCustom2021_accommodation_rooms_info_amenities {
    width: 45%;
    /* height: 100%; */
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.FlexiCustom2021_accommodation_rooms_info_amenities_icons_and_count {
    text-align: center;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.FlexiCustom2021_accommodation_rooms_info_text_svg {
    width: 50px;
    height: 50px;
    margin: 0 0px;
    vertical-align: bottom;
    flex: 0 1 15%;
}

.FlexiCustom2021_accommodation_rooms_info_text_svg_path {
    fill: #999999;
}

.FlexiCustom2021_accommodation_rooms_info_number_of {
    font-size: 35px;
    color: #999;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    flex: 0 1 17%;
}

.FlexiCustom2021_accommodation_rooms_info_price {
    width: 100%;
    position: relative;
    font-family: 'Arima Madurai', cursive;
    font-weight: 100;
    font-size: 60px;
    color: #b4ac97;
    text-align: center;
}

.FlexiCustom2021_accommodation_rooms_info_price_small {
    font-size: 20px;
    color: #b4ac97;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.FlexiCustom2021_accommodation_rooms_info_book_now {
    border: 1px solid #b4ac97;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    display: block;
    background: linear-gradient(to right, #b4ac97 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #999;
    font: 600 25px/35px 'Source Sans Pro', sans-serif;
    margin: 10px auto;
    outline: none;
    cursor: pointer;
}

.FlexiCustom2021_accommodation_rooms_info_book_now:hover {
    background-position: left top;
    color: #fff;
    border: 1px solid #999;
}


/*-----------------------------ROOM INFO-------------------*/

.FlexiCustom2021_room_info_text.sections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.FlexiCustom2023_villas_section_container {
    flex: 0 1 45%;
}

.FlexiCustom2021_room_info_slider {
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden;
    height: calc(90% - 90px);
}

.FlexiCustom2021_room_info_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.sections .FlexiCustom2021_room_info_title {
    margin: 20px 0;
    flex: 0 1 100%;
}


/*----------------------OWL DOTS-----------------*/

.FlexiCustom2021_room_info_slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.FlexiCustom2021_room_info_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;
}

.FlexiCustom2021_room_info_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;
}


/*----------------------END OWL DOTS-----------------*/

.FlexiCustom2021_room_info_text {
    width: 70%;
    height: auto;
    margin: 5% auto;
}

.FlexiCustom2021_room_info_title {
    color: #b4ac97;
    text-align: left;
    letter-spacing: 2px;
    font: 200 50px/35px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_room_info_subtitle {
    color: #999;
    text-align: left;
    font: 300 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
}

.FlexiCustom2021_room_info_description {
    color: #999;
    text-align: left;
    font: 300 20px/35px 'Source Sans Pro', sans-serif;
    padding-left: 35px;
    margin: 10px 0;
}

.FlexiCustom2021_room_info_description_title {
    font: 400 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #b4ac97;
    text-align: left;
}

.FlexiCustom2021_room_info_facilities_image {
    width: 25px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    filter: invert(71%) sepia(11%) saturate(414%) hue-rotate(6deg) brightness(95%) contrast(90%);
}

.FlexiCustom2021_room_info_description_text {
    color: #999;
    text-align: left;
    font: 300 20px/35px 'Source Sans Pro', sans-serif;
}


/*----------------END DESCRIPTION-------------------------*/

.FlexiCustom2021_room_info_page {
    /* Prevent vertical gaps */
    width: calc(100% - 100px);
    position: relative;
    margin-left: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 5px;
    row-gap: 5px;
}

.FlexiCustom2021_room_info_page_img_gallery {
    /* Just in case there are inline attributes */
    width: 99% !important;
    position: relative;
}

.FlexiCustom2021_room_info_page figcaption {
    display: none;
}

.FlexiCustom2021_room_info_page_figure_gallery {
    flex: 1 0 33%;
    position: relative;
    margin: 0 0 0.5% 0;
    max-width: 33%;
}

.FlexiCustom2021_room_info_facilities {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.FlexiCustom2021_room_info_facilities_title_container {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.FlexiCustom2021_room_info_facilities_title {
    font: 400 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #b4ac97;
    text-align: left;
    margin: 20px 0;
    flex: 0 1 100%;
}

.sections .FlexiCustom2021_room_info_facilities_title {
    flex: unset;
}

.FlexiCustom2021_room_info_facilities_item {
    flex: 0 1 32%;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin: 0 1% 0 0;
    padding: 0.5% 0;
    max-width: 40%;
}

.FlexiCustom2021_room_info_facilities_item_icon {
    position: relative;
    /*top: 6px;
    left: 5px;*/
    padding: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background: #CCCCCC;
    border-radius: 50%;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_facilities_item_text {
    margin: 0;
    padding: 0 0 0 25px;
    font: 300 20px 'Alegreya Sans', sans-serif;
    color: #999;
    letter-spacing: 3px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_facilities_item:hover>.FlexiCustom2021_room_info_facilities_item_icon {
    background: #999;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_facilities_item:hover>.FlexiCustom2021_room_info_facilities_item_text {
    font: 400 20px 'Alegreya Sans', sans-serif;
    color: #333;
    /* letter-spacing: 6px; */
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}


/*----------------------------FlexiCustom2021_room_info_other__rooms-------------*/

.FlexiCustom2021_room_info_other_rooms {
    margin: 2% 0 0 auto;
    width: calc(100% - 100px)!important;
}

.FlexiCustom2021_room_info_other_rooms_item {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.FlexiCustom2021_room_info_other_rooms_item_container {
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
    color: #fff;
    font: 400 30px 'Ubuntu', sans-serif;
    font-style: italic;
    -webkit-text-stroke: 1px #b4ac97;
    text-stroke: 1px #b4ac97;
}

.FlexiCustom2021_room_info_other_rooms_item_container_title {
    padding: 0 0 1vh 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font: 400 60px 'Ubuntu', sans-serif;
    font-style: italic;
    -webkit-text-stroke: 1px #b4ac97;
    text-stroke: 1px #b4ac97;
}

.FlexiCustom2021_room_info_other_rooms .owl-prev {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_other_rooms .owl-prev:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_other_rooms .owl-next {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_other_rooms .owl-next:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_room_info_other_rooms .owl-nav {
    position: absolute;
    bottom: -17px;
    right: 10%;
}


/*----------------EXPERIENCE GENERAL DESCRIPTION-------------------------*/

.FlexiCustom2021_experience_general_top_text {
    width: 70%;
    height: auto;
    margin: 0% auto 5% auto;
    padding: 10px 0 0 0;
    position: relative;
    background-color: #fff;
}

.FlexiCustom2021_experience_general_text {
    width: 70%;
    height: auto;
    margin: 0% auto 5% auto;
    padding: 20px 0 0 0;
    position: relative;
    bottom: 25px;
    z-index: 9;
    background-color: #fff;
}

.FlexiCustom2021_experience_general_title {
    color: #b4ac97;
    text-align: left;
    letter-spacing: 2px;
    font: 200 50px/50px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_experience_general_subtitle {
    color: #999;
    text-align: left;
    font: 300 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
}

.FlexiCustom2021_experience_general_description_text {
    color: #999;
    text-align: left;
    font: 300 20px/35px 'Source Sans Pro', sans-serif;
}


/*----------------EXPERIENCE GENERAL DESCRIPTION-------------------------*/


/*----------------EXPERIENCE ITEM-------------------------*/


/*----------------EXPERIENCE ITEM SLIDER-------------------------*/

.FlexiCustom2021_experience_fullscreen_slider {
    width: 100%;
    height: calc(90vh - 90px);
    position: relative;
    overflow: hidden;
}

.FlexiCustom2021_experience_fullscreen_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.FlexiCustom2021_experience_fullscreen_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 130px;
}

.FlexiCustom2021_experience_fullscreen_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;
}

.FlexiCustom2021_experience_fullscreen_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;
}


/*----------------EXPERIENCE ITEM SLIDER-------------------------*/

.FlexiCustom2021_experience_description_title {
    font: 200 60px/70px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #999;
    text-align: center;
    margin: 0 0 20px 0;
}

.FlexiCustom2021_experience_description_text {
    color: #999;
    text-align: left;
    font-size: 16px;
    font: 200 20px 'Source Sans Pro', sans-serif;
}


/*--------------------------CONTACT US----------------------------*/

.FlexiCustom2021_contact_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.FlexiCustom2021_contact_map_container {
    flex: 1 0 45%;
    width: calc(50% - 100px);
    /*height: 100%;
	float: left;*/
    position: relative;
    margin-left: 100px;
}

.FlexiCustom2021_contact_map_container .FlexiCustom2023_homepage_villas_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.FlexiCustom2021_contact_contact_form_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    /*
  background-image:url('./images/contact_bg.jpg');
  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.FlexiCustom2021_contact_contact_form_container {
    -webkit-box-shadow: -10px 0px 25px 1px #555;
    -moz-box-shadow: -10px 0px 25px 1px #555;
    box-shadow: -10px 0px 25px 1px #555;
    /*width: 50%;
	height: 100%;
	float: right;*/
    position: relative;
    flex: 1 0 45%;
}

.FlexiCustom2021_contact_contact_form {
    /*position: absolute;*/
    width: 80%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 20px 0;
}

.FlexiCustom2021_contact_form_input {
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.8);
    text-align: left;
    text-transform: none;
    padding: 20px 0;
    font: 300 16px/16px 'Source Sans Pro', sans-serif;
    background-color: transparent;
}

.FlexiCustom2021_contact_form_input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.FlexiCustom2021_contact_form_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.FlexiCustom2021_contact_form_input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.FlexiCustom2021_input_subject {
    width: 100%;
}

.FlexiCustom2021_input_name {
    width: 48%;
    margin-right: 1%;
}

.FlexiCustom2021_input_email {
    width: 48%;
    margin-left: 1%;
}

.FlexiCustom2021_input_Landline_phone {
    width: 48%;
    margin-left: 1%;
}

.FlexiCustom2021_input_phone {
    width: 48%;
    margin-right: 1%;
}

.FlexiCustom2021_input_address {
    width: 100%;
}

.FlexiCustom2021_input_room_type {
    width: 30%;
    padding: 20px 0 19px 0;
}

.FlexiCustom2021_input_additional_info {
    width: 100%;
}

.FlexiCustom2021_input_check_in {
    width: 30%;
}

.FlexiCustom2021_input_check_out {
    width: 30%;
    margin: 0 2.5% 0 2.5%;
}

.FlexiCustom2021_input_recaptcha {
    margin: 25px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.FlexiCustom2021_input_recaptcha>img {
    width: 100%;
    position: relative;
}

.FlexiCustom2021_contact_contact_form_people {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
}

.FlexiCustom2021_contact_contact_form_people_adults,
.FlexiCustom2021_contact_contact_form_people_chlidren {
    flex: 1 0 50%;
}

.FlexiCustom2021_contact_contact_form_people_adults>label {
    width: 50%;
    float: left;
}

.FlexiCustom2021_contact_contact_form_people_chlidren>label {
    width: 50%;
    float: left;
}

.FlexiCustom2021_input_adults,
.FlexiCustom2021_input_chlidren {
    border: 0!important;
    padding: 20px 0;
}

.FlexiCustom2021_contact_contact_form_people_item {
    border: 0!important;
    margin: 0 auto;
}

.FlexiCustom2021_input_submit {
    border: 1px solid #b4ac97;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    display: block;
    background: linear-gradient(to right, #b4ac97 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left top;
    transition: all .5s ease-out;
    color: #fff;
    font: 600 25px/35px 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_input_submit:hover {
    background-position: right bottom;
    color: #999;
    border: 1px solid #fff;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


/*--------------------------END CONTACT US----------------------------*/


/*--------------------------LOCATION----------------------------*/

.FlexiCustom2021_location_distances_slider {
    position: relative;
    width: calc(100% - 100px)!important;
    background-color: #DDD;
    margin: 0 0 0 100px;
}

.FlexiCustom2021_location_distances_slider_title {
    width: 80%;
    margin: 100px auto 50px auto;
    font: 400 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #b4ac97;
    text-align: left;
}

.FlexiCustom2021_location_distances {
    background-color: #fff;
    border: 2px solid #999;
}

.FlexiCustom2021_location_distances_img {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 auto;
}

.FlexiCustom2021_location_distances_img_title {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #000;
}

.FlexiCustom2021_location_distances_title {
    text-align: center;
    font: 300 30px/16px 'Source Sans Pro', sans-serif;
    color: #999;
    margin: 40px 0 0 0;
}

.FlexiCustom2021_location_distances_details_title {
    font: 400 20px/16px 'Source Sans Pro', sans-serif;
    border-bottom: 1px solid #999;
    text-align: center;
    color: #b4ac97;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

.FlexiCustom2021_location_distances_details_text {
    font: 300 18px/16px 'Source Sans Pro', sans-serif;
    border-bottom: 1px solid #999;
    text-align: center;
    color: #999;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

.FlexiCustom2021_location_google_pin {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}

.FlexiCustom2021_location_google_pin_hyperlink {
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    padding: 30px 0;
    position: relative;
}

.FlexiCustom2021_location_text {
    width: 70%;
    position: relative;
    margin: 100px auto;
}

.FlexiCustom2021_location_text_title {
    font: 400 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #b4ac97;
    text-align: left;
}

.FlexiCustom2021_location_text_details {
    color: #999;
    text-align: left;
    font: 200 20px/35px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_location_map_container {
    width: 80%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

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

.FlexiCustom2021_location_distances_slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.FlexiCustom2021_location_distances_slider .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.FlexiCustom2021_location_distance_table {
    border-collapse: collapse;
    margin: 25px auto;
    min-width: 80%;
    box-shadow: 0 0 20px rgba(180, 172, 151, 0.70);
    position: relative;
}

.FlexiCustom2021_location_distance_table_head_title {
    font: 400 23px/25px 'Source Sans Pro', sans-serif;
    text-align: center;
}

.FlexiCustom2021_location_distance_table_each_item {
    font: 300 20px/25px 'Source Sans Pro', sans-serif;
    text-align: center;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_head_row {
    background-color: #b4ac97;
    color: #ffffff;
    text-align: left;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_head_title,
.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_each_item {
    padding: 12px 15px;
    width: 32%;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_item_row {
    border-bottom: 1px solid #dddddd;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_item_row:nth-of-type(odd) {
    background-color: #fff;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_item_row:nth-of-type(even) {
    background-color: #f3f3f3;
}

.FlexiCustom2021_location_distance_table_item_row:hover>.FlexiCustom2021_location_distance_table_each_item {
    background-color: #000;
    color: #fff;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_item_row:last-of-type {
    border-bottom: 2px solid #b4ac97;
}

.FlexiCustom2021_location_gallery {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding: 20px 0 0 0;
    width: calc(100% - 100px);
    margin-left: 100px;
}

.FlexiCustom2021_location_img_gallery {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.FlexiCustom2021_location_gallery figcaption {
    display: none;
}

.FlexiCustom2021_location_figcaption_gallery {
    margin: 0 0 20px 0;
}

.FlexiCustom2021_location_figure_gallery {
    margin: 0px 0 20px 0;
}


/*--------------------------END LOCATION----------------------------*/


/*--------------------------SERVICES----------------------------*/

.FlexiCustom2021_services {
    /* Prevent vertical gaps */
    /* OLD
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   20px;
  -moz-column-count:    5;
  -moz-column-gap:      20px;
  column-count:         5;
  column-gap:           20px;  
  padding: 20px 0 0 0;*/
    width: calc(100% - 100px);
    position: relative;
    margin-left: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 5px;
    row-gap: 5px;
}

.FlexiCustom2021_services_title {
    flex: 0 1 95%;
    width: 95%;
    color: #b4ac97;
    letter-spacing: 2px;
    font: 200 60px/65px 'Source Sans Pro', sans-serif;
    text-align: left;
    padding: 0 0 0 5%;
}

.FlexiCustom2021_services_page_facilities_title {
    width: 95%;
    color: #b4ac97;
    letter-spacing: 2px;
    font: 200 60px/65px 'Source Sans Pro', sans-serif;
    text-align: left;
    padding: 7vh 0 7vh 5%;
    margin: 0;
}

.FlexiCustom2021_services_img_gallery {
    /* Just in case there are inline attributes */
    /* OLD
	width: 100% !important;
	height: auto !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	*/
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.5s all ease-in-out;
}

.FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_img_gallery {
    top: 50%;
    transition: 0.5s all ease-in-out;
    transform: translateY(-50%);
}

.FlexiCustom2021_services figcaption {
    display: none;
}

.FlexiCustom2021_services_figure_gallery {
    flex: 0 1 33%;
    /* The important bit. This percentage decides your columns. 
	The percent can be px. It just represents your minimum starting width.
	 */
    margin: 0;
    height: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    max-width: 60%;
    height: calc(28vw * 0.5625);
    /* border: 1px solid #333; */
    border-radius: 5px;
    background-color: #b4ac97;
}

.FlexiCustom2021_services.concierge .FlexiCustom2021_services_figure_gallery {
    background: rgb(163 150 114);
}

.FlexiCustom2021_services_headline {
    font: 400 30px 'Alegreya Sans', sans-serif;
    font-style: italic;
    text-align: center;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-decoration: none;
    color: #fff;
    line-height: .95em;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #999;
    padding: 7% 0%;
    /* background-image: radial-gradient(circle, rgba(148, 148, 148, 1) 0%, rgba(255, 255, 255, 0) 89%); */
    background-size: 82% 86%;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    /* border: 1px solid #fff; */
}

.FlexiCustom2021_services:nth-of-type(3) .FlexiCustom2021_services_headline {
    color: #fff;
}

.FlexiCustom2021_services_headline_underline {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    width: 60px;
    height: 1px;
    background: #fff;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_services:nth-of-type(3) .FlexiCustom2021_services_headline_underline {
    background: #fff;
}

.FlexiCustom2021_services_figure_gallery_overlay {
    background-color: rgba(38, 37, 38, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.FlexiCustom2021_services_figure_gallery_overlay_container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid #ad8f60; */
    width: 95%;
    height: 95%;
}

.FlexiCustom2021_services_headline_overlay {
    font: 100 32px 'Alegreya Sans', sans-serif;
    font-style: normal;
    text-align: center;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-decoration: none;
    color: #fff;
    line-height: .95em;
    text-transform: capitalize;
    padding: 0 0 20px 0;
    /*letter-spacing: -3px;*/
}

.FlexiCustom2021_services_headline_overlay:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #b4ac97;
}

.FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_figure_gallery_overlay {
    opacity: 1;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_headline {
    opacity: 0;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


/*--------------------------RESTAURANTS----------------------------*/

.FlexiCustom2021_restaurants_item {
    position: relative;
    width: calc(100% - 100px);
    height: 80%;
    margin: 0 0 0 100px;
}

.FlexiCustom2021_restaurants_item.text_left>.FlexiCustom2021_restaurants_item_text {
    float: left;
}

.FlexiCustom2021_restaurants_item.text_left>.FlexiCustom2021_restaurants_item_slider_container {
    float: right;
}

.FlexiCustom2021_restaurants_item.text_right>.FlexiCustom2021_restaurants_item_text {
    float: right;
}

.FlexiCustom2021_restaurants_item.text_right>.FlexiCustom2021_restaurants_item_slider_container {
    float: left;
}

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

.FlexiCustom2021_restaurants_item_slider.owl-carousel.owl-loaded.owl-drag {
    height: 100%;
}

.FlexiCustom2021_restaurants_item_text {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
}


/*.FlexiCustom2021_restaurants_item:nth-of-type(even) .FlexiCustom2021_restaurants_item_text{
	background-image: url('../images/ab-bg-7.jpg');
}*/

.FlexiCustom2021_restaurants_item:nth-of-type(odd) .FlexiCustom2021_restaurants_item_text {
    background-image: none;
}

.FlexiCustom2021_restaurants_item_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center
}


/*.FlexiCustom2021_restaurants_item_slider .owl-stage-outer{
	height: 100%;
}*/

.text_left .FlexiCustom2021_restaurants_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 30px;
}

.text_right .FlexiCustom2021_restaurants_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.FlexiCustom2021_restaurants_item_slider .owl-dot {
    height: 3px;
    background-color: #fff;
    flex: 1 0 20%;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-left: 1px solid #b4ac97;
}

.FlexiCustom2021_restaurants_item_slider .owl-dot.active {
    transform: scale(1.5);
    background-color: #b4ac97;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.text_right .FlexiCustom2021_restaurants_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 30px;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 80%;
    text-align: left;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.text_left .FlexiCustom2021_restaurants_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 30px 0 0;
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 80%;
    text-align: right;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.FlexiCustom2021_restaurants_item_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.FlexiCustom2021_restaurants_item_text_container_title {
    font: 300 45px 'Alegreya Sans', sans-serif;
    text-align: center;
    color: #b4ac97;
    margin: 0 0 30px 0;
    padding: 0;
}

.FlexiCustom2021_restaurants_item_text_container_text {
    font: 200 20px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #999;
    margin: 0;
    padding: 0;
    max-height: 250px;
    position: relative;
}


/*--------------------------END RESTAURANTS----------------------------*/


/*--------------------------END SERVICES----------------------------*/


/*--------------------------CONFERENCE----------------------------*/

.FlexiCustom2021_conference_item_text {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background-image: url('../images/conf-bg2.jpg');*/
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.FlexiCustom2021_conferences_item:nth-of-type(odd) .FlexiCustom2021_conference_item_text {
    background-image: url('../images/conf-bg22.jpg');
}

.FlexiCustom2021_conferences_item:nth-of-type(even) .FlexiCustom2021_conference_item_text {
    background-image: url('../images/conf-bg11.jpg');
}


/*.FlexiCustom2021_conference_item_text:nth-of-type(even){
	
}
.FlexiCustom2021_conference_item_text:nth-of-type(odd){
	background-image: url('../images/conf-bg.jpg');
}*/

.FlexiCustom2021_conferences_item {
    position: relative;
    width: calc(100% - 100px);
    height: 80%;
    margin: 0 0 0 100px;
}

.FlexiCustom2021_conferences_item.text_left>.FlexiCustom2021_conferences_item_text {
    float: left;
}

.FlexiCustom2021_conferences_item.text_left>.FlexiCustom2021_conferences_item_slider_container {
    float: right;
}

.FlexiCustom2021_conferences_item.text_right>.FlexiCustom2021_conferences_item_text {
    float: right;
}

.FlexiCustom2021_conferences_item.text_right>.FlexiCustom2021_conferences_item_slider_container {
    float: left;
}

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

.FlexiCustom2021_conferences_item_text {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('../images/ab-bg-7.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
}

.FlexiCustom2021_conferences_item_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


/*.FlexiCustom2021_conferences_item_slider .owl-stage-outer{
	height: 100%;
}*/

.text_left .FlexiCustom2021_conferences_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 30px;
}

.text_right .FlexiCustom2021_conferences_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.FlexiCustom2021_conferences_item_slider .owl-dot {
    height: 3px;
    background-color: #fff;
    flex: 1 0 20%;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-left: 1px solid #b4ac97;
}

.FlexiCustom2021_conferences_item_slider .owl-dot.active {
    transform: scale(1.5);
    background-color: #b4ac97;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.text_right .FlexiCustom2021_conferences_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 30px;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 80%;
    text-align: left;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.text_left .FlexiCustom2021_conferences_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 30px 0 0;
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 80%;
    text-align: right;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.FlexiCustom2021_conferences_item_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.FlexiCustom2021_conferences_item_text_container_title {
    font: 300 45px 'Alegreya Sans', sans-serif;
    text-align: center;
    color: #b4ac97;
    margin: 0 0 30px 0;
    padding: 0;
}

.FlexiCustom2021_conferences_item_text_container_text {
    font: 300 18px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #555;
    margin: 0;
    padding: 0;
    max-height: 250px;
    position: relative;
}

.FlexiCustom2021_conferences_item_slider .owl-prev {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 0% 80% 80% 0;
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_conferences_item_slider .owl-next {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 80% 0% 0% 80%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_conferences_item_slider .owl-prev:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_conferences_item_slider .owl-next:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_conferences_arrow {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}


/*--------------------------END CONFERENCE----------------------------*/


/*--------------------------WEDDINGS----------------------------*/

.FlexiCustom2021_weddings_item_text {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background-image: url('../images/conf-bg2.jpg');*/
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
}

.FlexiCustom2021_weddings_item:nth-of-type(odd) .FlexiCustom2021_weddings_item_text {
    background-image: url('../images/wed5.jpg');
}

.FlexiCustom2021_weddings_item:nth-of-type(even) .FlexiCustom2021_weddings_item_text {
    background-image: url('../images/wed-bg1.jpg');
}


/*.FlexiCustom2021_weddings_item_text:nth-of-type(even){
	
}
.FlexiCustom2021_weddings_item_text:nth-of-type(odd){
	background-image: url('../images/conf-bg.jpg');
}*/

.FlexiCustom2021_weddings_item {
    position: relative;
    width: calc(100% - 100px);
    height: 80%;
    margin: 0 0 0 100px;
}

.FlexiCustom2021_weddings_item.text_left>.FlexiCustom2021_weddings_item_text {
    float: left;
}

.FlexiCustom2021_weddings_item.text_left>.FlexiCustom2021_weddings_item_slider_container {
    float: right;
}

.FlexiCustom2021_weddings_item.text_right>.FlexiCustom2021_weddings_item_text {
    float: right;
}

.FlexiCustom2021_weddings_item.text_right>.FlexiCustom2021_weddings_item_slider_container {
    float: left;
}

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

.FlexiCustom2021_weddings_item_text {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('../images/ab-bg-7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.FlexiCustom2021_weddings_item_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


/*.FlexiCustom2021_weddings_item_slider .owl-stage-outer{
	height: 100%;
}*/

.text_left .FlexiCustom2021_weddings_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 30px;
}

.text_right .FlexiCustom2021_weddings_item_slider .owl-dots {
    width: 50%;
    height: 5px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.FlexiCustom2021_weddings_item_slider .owl-dot {
    height: 3px;
    background-color: #fff;
    flex: 1 0 20%;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-left: 1px solid #b4ac97;
}

.FlexiCustom2021_weddings_item_slider .owl-dot.active {
    transform: scale(1.5);
    background-color: #b4ac97;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.text_right .FlexiCustom2021_weddings_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 30px;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 80%;
    text-align: left;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.text_left .FlexiCustom2021_weddings_item_title {
    font: 700 50px 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 0 30px 0 0;
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 90%;
    text-align: right;
    color: #DDD;
    z-index: 9;
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 5px;
}

.FlexiCustom2021_weddings_item_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.FlexiCustom2021_weddings_item_text_container_title {
    font: 300 45px 'Alegreya Sans', sans-serif;
    text-align: center;
    color: #b4ac97;
    margin: 0 0 30px 0;
    padding: 0;
}

.FlexiCustom2021_weddings_item_text_container_text {
    font: 300 18px 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #999;
    margin: 0;
    padding: 0;
    max-height: 250px;
    position: relative;
}

.FlexiCustom2021_weddings_item_slider .owl-prev {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 0% 80% 80% 0;
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_weddings_item_slider .owl-next {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 80% 0% 0% 80%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    opacity: 0.7;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_weddings_item_slider .owl-prev:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_weddings_item_slider .owl-next:hover {
    opacity: 1;
    transform: scale(1.1);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_weddings_arrow {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}


/*--------------------------END WEDDINGS----------------------------*/


/*----------------sightseeing GENERAL DESCRIPTION-------------------------*/

.FlexiCustom2021_sightseeings_general_top_text {
    width: 70%;
    height: auto;
    margin: 0% auto 5% auto;
    padding: 10px 0 0 0;
    position: relative;
    background-color: #fff;
}

.FlexiCustom2021_sightseeings_general_text {
    width: 70%;
    height: auto;
    margin: 5% auto 2% auto;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.FlexiCustom2021_sightseeings_general_title {
    color: #b4ac97;
    text-align: left;
    letter-spacing: 2px;
    font: 200 50px/35px 'Source Sans Pro', sans-serif;
}

.FlexiCustom2021_sightseeings_general_subtitle {
    color: #999;
    text-align: left;
    font: 300 30px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
}

.FlexiCustom2021_sightseeings_general_description_text {
    color: #999;
    text-align: left;
    font-size: 16px;
    font: 300 16px/35px 'Source Sans Pro', sans-serif;
}


/*----------------sightseeings GENERAL DESCRIPTION-------------------------*/


/*----------------sightseeings ITEM-------------------------*/


/*----------------sightseeings ITEM SLIDER-------------------------*/

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

.FlexiCustom2021_sightseeings_fullscreen_slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.FlexiCustom2021_sightseeings_fullscreen_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 130px;
}

.FlexiCustom2021_sightseeings_fullscreen_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;
}

.FlexiCustom2021_sightseeings_fullscreen_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;
}


/*----------------sightseeings ITEM SLIDER-------------------------*/

.FlexiCustom2021_sightseeings_description_title {
    font: 400 60px/35px 'Source Sans Pro', sans-serif;
    letter-spacing: 1.5px;
    color: #999;
    text-align: center;
    margin: 0 0 20px 0;
}

.FlexiCustom2021_sightseeings_description_text {
    color: #999;
    text-align: left;
    font: 300 22px/40px 'Source Sans Pro', sans-serif;
    width: 70%;
    margin: 20px auto;
    position: relative;
    background-color: transparent;
}

.FlexiCustom2021_homepage_video_container {
    height: 77vh;
    overflow: hidden;
    width: 76%;
    margin: 0 auto;
}

.FlexiCustom2021_homepage_video {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/*--------------------------RESPONSIVE----------------------------*/

@media screen and (orientation:portrait) and (max-width: 1280px) {
    /*--------------------------HOMEPAGE----------------------------*/
    body {
        margin: 80px 0 0 0;
        width: 100%!important;
    }
    .FlexiCustom2021_floating_menu_container_item>a {
        text-align: center;
        color: #999;
        font: 600 25px 'Source Sans Pro', sans-serif;
        border: 0;
        outline: 0;
        text-decoration: none;
        cursor: pointer;
        padding: 10px 0px;
    }
    .FlexiCustom2021_room_info_slider {
        width: 100%;
        height: calc(45.5vh - 36.4px);
        position: relative;
        overflow: hidden;
    }
    .FlexiCustom2021_nav_arrow_main_slider_right,
    .FlexiCustom2021_nav_arrow_main_slider_left {
        display: none;
    }
    .FlexiCustom2021_location_map_container {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        position: relative;
    }
    .FlexiCustom2021_footer_info_logo {
        width: 50%;
        top: unset;
        transform: unset;
        position: relative;
        margin: 10px auto 0 auto;
    }
    .FlexiCustom2021_header {
        width: 100%;
        height: 80px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 0 0px 0 0;
        z-index: 1000;
    }
    .FlexiCustom2021_language_selector {
        float: right;
        position: relative;
        color: #999;
        cursor: pointer;
        margin: 30px 40px 30px 0;
    }
    .FlexiCustom2021_header_svg_open {
        float: left;
        margin: 30px 0 30px 40px;
    }
    .FlexiCustom2021_logo_link {
        display: unset;
        position: unset;
        height: unset;
        float: unset;
    }
    .FlexiCustom2021_logo {
        position: absolute;
        height: 50%;
        margin: 0px 0 0 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        float: none;
    }
    .FlexiCustom2021_floating_menu {
        width: 100%;
        height: 100%;
        z-index: 999999;
        position: fixed;
        background-color: #fff;
    }
    .FlexiCustom2021_floating_menu_container_item>a {
        font: 400 26px 'Source Sans Pro', sans-serif;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_menu {
        float: right;
        margin: 18px 0;
        position: relative;
        display: none;
    }
    .FlexiCustom2021_homepage_fullscreen_slider {
        height: calc(45.5vh - 36.4px);
    }
    .FlexiCustom2021_homepage_fullscreen_video {
        width: 100%;
        height: calc(45.5vh - 36.4px);
    }
    .service_provider_2022_homepage_video {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .FlexiCustom2021_left_sidebar_container {
        width: 50px;
        height: fit-content;
        height: -moz-fit-content;
        position: fixed;
        top: 75%;
        transform: translateY(-25%);
        left: 0;
        margin: 0% 0 0% 0;
        z-index: 995;
        background-color: #fff;
    }
    .FlexiCustom2021_left_sidebar {
        width: 0;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0px;
        background-color: transparent;
        z-index: 995;
    }
    .FlexiCustom2021_left_sidebar_container a {
        padding: 34px 0 0 0;
    }
    .FlexiCustom2021_left_sidebar_phone_number {
        display: none;
    }
    .FlexiCustom2021_left_sidebar_pnone_svg {
        width: 20px;
        height: 20px;
        margin: 15px 15px;
    }
    .FlexiCustom2021_homepage_all_rooms {
        height: 50%;
    }
    .FlexiCustom2021_left_sidebar_book_btn {
        margin: 10px 0 0 0;
        outline: none;
        border: 0;
        width: auto;
        height: 70px;
        padding: 0 7px;
        background-color: #b4ac97;
        font: 200 20px 'Source Sans Pro', sans-serif;
        color: #fff;
        cursor: pointer;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_homepage_description_section {
        height: unset;
        margin-top: 20px;
    }
    .FlexiCustom2021_homepage_description_section_images_text {
        width: 100%;
        position: relative;
        height: unset;
    }
    .FlexiCustom2021_homepage_description_section_image_left,
    .FlexiCustom2021_homepage_description_section_image_right {
        display: none;
    }
    .FlexiCustom2021_homepage_description_section_text_left_text,
    .FlexiCustom2021_homepage_description_section_text_right_text {
        width: 100%;
        margin: 0;
    }
    .FlexiCustom2021_homepage_description_section_text_right,
    .FlexiCustom2021_homepage_description_section_text_left {
        height: unset;
        padding: 0;
        flex: 0 1 100%;
    }
    .FlexiCustom2021_homepage_description_section_text_right_image,
    .FlexiCustom2021_homepage_description_section_text_left_image {
        height: 42vh;
        z-index: 999;
    }
    .FlexiCustom2021_homepage_description_section_text_right_text_par,
    .FlexiCustom2021_homepage_description_section_text_left_text_par {
        font: 300 30px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_description_section_text_right_hyperlink>a {
        font: 400 20px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_description_section_text_left_hyperlink>a {
        font: 400 20px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_all_rooms_item_text {
        font: 600 35px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_all_rooms_item_text p {
        font: 600 50px 'Source Sans Pro', sans-serif;
        margin: 0;
        padding: 0 0 5px 0;
    }
    .FlexiCustom2021_homepage_booking_line {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        margin-left: 0px;
        background-color: transparent;
    }
    /*--------------------------FOOTER-------------------------*/
    .FlexiCustom2021_footer_info {
        width: 100%;
        position: relative;
        margin: 0;
        background-color: rgba(180, 172, 151, 0.2);
        border-top: 1px double #999;
        border-bottom: 1px double #999;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: flex-start;
        justify-content: center;
    }
    .FlexiCustom2021_footer_info_container {
        flex: 1 0 100%;
        /*border-bottom: 1px solid #333;*/
    }
    /*.FlexiCustom2021_footer_info_container:first-child{
    	 flex: 1 0 100%;
    }*/
    .FlexiCustom2021_footer_info_item_mapsite {
        border-bottom: 1px solid #d1d1cb;
    }
    .FlexiCustom2021_footer_info_container:last-child>.FlexiCustom2021_footer_info_item_mapsite:last-child {
        border-bottom: 0;
    }
    .FlexiCustom2021_footer_info_item,
    .FlexiCustom2021_footer_info_item_hyperlink {
        text-align: center;
    }
    .FlexiCustom2021_footer_badges {
        width: 85%;
        position: relative;
        margin: 0 auto;
    }
    .FlexiCustom2021_footer_subscribe_container {
        margin: 0 auto 5% auto;
        width: 70%;
    }
    .FlexiCustom2021_nav_arrow {
        width: 20px;
    }
    .FlexiCustom2021_homepage_comments {
        margin: 2% 0 0 0px;
        width: 100%!important;
    }
    .FlexiCustom2021_homepage_comments .owl-prev {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_homepage_comments .owl-next {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_homepage_comments .owl-nav {
        right: 10%;
        bottom: -30px;
    }
    .FlexiCustom2021_footer_info_item,
    .FlexiCustom2021_footer_info_item_hyperlink {
        font: 300 25px/50px 'Alegreya Sans', sans-serif;
        width: 100%;
    }
    .FlexiCustom2021_footer_copyrights_text {
        font: 300 20px/20px 'Alegreya Sans', sans-serif;
    }
    /*--------------------------END FOOTER-------------------------*/
    /*--------------------------ACCOMMODATION----------------------------*/
    .FlexiCustom2021_accommodation_description {
        font: 300 30px/40px 'Source Sans Pro', sans-serif
    }
    .FlexiCustom2021_homepage_all_rooms_item {
        width: 100%!important;
        height: 100%;
    }
    .FlexiCustom2021_homepage_all_rooms .owl-nav {
        right: 10%;
    }
    .FlexiCustom2021_accommodation_room {
        margin: 0;
        height: max-content;
    }
    .FlexiCustom2021_accommodation_rooms_info {
        width: 100%;
        height: fit-content;
        height: -moz-fit-content;
        position: relative;
        background-color: #fff;
        z-index: 999;
        bottom: 0;
        flex-direction: column;
        row-gap: 2vh;
        padding: 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities,
    .FlexiCustom2021_accommodation_rooms_info_text {
        height: fit-content;
        height: -moz-fit-content;
        width: 80%;
        margin: 0px auto 0 auto;
        float: none;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_description {
        color: #999;
        text-align: left;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_title {
        color: #b4ac97;
        letter-spacing: 2px;
        font: 200 50px/50px 'Source Sans Pro', sans-serif;
        text-align: left;
        padding: 20px 0 0 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities_icons_and_count {
        text-align: center;
        width: 100%;
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_svg {
        width: 50px;
        height: 50px;
        margin: 0px 15px;
        vertical-align: middle;
    }
    .FlexiCustom2021_accommodation_rooms_info_price {
        text-align: center;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink {
        text-align: right;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink>a {
        font: 400 20px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dots {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        top: unset;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dot {
        padding: 0;
        background: #fff;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        margin: 0 5px;
        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;
        float: left;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dot.active {
        height: 15px;
        width: 15px;
        bottom: 3px;
        border-radius: 35%;
        margin: 0 5px;
        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;
    }
    .FlexiCustom2021_accommodation_rooms {
        height: calc(45.5vh - 36.4px);
        overflow: hidden;
    }
    .FlexiCustom2021_room_info_title {
        color: #b4ac97;
        text-align: left;
        letter-spacing: 2px;
        font: 200 50px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_description_title {
        font: 200 50px/50px 'Source Sans Pro', sans-serif;
        letter-spacing: 1.5px;
        color: #b4ac97;
        text-align: left;
    }
    .FlexiCustom2021_room_info_description {
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_description_text {
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_facilities_item {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 0 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .FlexiCustom2021_room_info_page {
        position: relative;
        width: 100%;
        margin: 20px 0 0 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .FlexiCustom2021_room_info_page_figure_gallery {
        flex: 0 1 49%;
        position: relative;
        margin: 0 0 0% 0;
        max-width: unset;
    }
    /*--------------------------VILLA SECTIONS-------------------------*/
    .FlexiCustom2021_room_info_text,
    .FlexiCustom2021_location_text {
        width: 80%;
    }
    .FlexiCustom2023_villas_section_container {
        flex: 0 1 100%;
    }
    /*--------------------------VILLA SECTIONS-------------------------*/
    .FlexiCustom2023_floor_plan_image {
        width: 100%;
    }
    /*----------------------------FlexiCustom2021_room_info_other__rooms-------------*/
    .FlexiCustom2021_room_info_other_rooms {
        margin: 2% 0 0 0;
        width: 100%!important;
    }
    /*--------------------------EXPERIENCE----------------------------*/
    .FlexiCustom2021_experience_fullscreen_slider {
        height: calc(45.5vh - 36.4px);
    }
    .FlexiCustom2021_experience_general_text {
        bottom: 0;
    }
    .FlexiCustom2021_experience_fullscreen_slider .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .FlexiCustom2021_experience_description_text {
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    /*--------------------------LOCATION----------------------------*/
    .FlexiCustom2021_location_text_title {
        font: 300 50px/50px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_location_text_details {
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_location_distance_table {
        min-width: 100%;
        z-index: 999;
    }
    .FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_head_title,
    .FlexiCustom2021_location_distance_table .FlexiCustom2021_location_distance_table_each_item {
        padding: 15px 0;
        z-index: 999;
    }
    /*--------------------------RESTAURANTS----------------------------*/
    .FlexiCustom2021_restaurants_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_restaurants_item_slider_container {
        float: none;
        width: 100%;
        height: calc(45.5vh - 36.4px);
    }
    .FlexiCustom2021_restaurants_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_restaurants_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_restaurants_item_title {
        display: none;
    }
    .FlexiCustom2021_restaurants_item_text_container_title {
        font: 300 60px/65px 'Alegreya Sans', sans-serif;
    }
    .FlexiCustom2021_restaurants_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_restaurants_item_text {
        background-size: cover;
    }
    /*--------------------------END RESTAURANTS----------------------------*/
    /*--------------------------conferences----------------------------*/
    .text_left .FlexiCustom2021_conferences_item_title {
        width: 95%;
    }
    .text_right .FlexiCustom2021_conferences_item_title {
        width: 95%;
    }
    .FlexiCustom2021_conferences_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_conferences_item_slider_container {
        float: none;
        width: 100%;
        height: 50%;
    }
    .FlexiCustom2021_conferences_item_title {
        display: none;
    }
    .FlexiCustom2021_conference_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_conferences_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_conferences_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_conferences_item_text_container_title {
        font: 300 50px 'Alegreya Sans', sans-serif;
    }
    .FlexiCustom2021_conferences_item_text {
        background-size: cover;
    }
    /*--------------------------END conferences----------------------------*/
    /*--------------------------WEDDINGS----------------------------*/
    .FlexiCustom2021_weddings_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_weddings_item_slider_container {
        float: none;
        width: 100%;
        height: 50%;
    }
    .FlexiCustom2021_weddings_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_weddings_item_title {
        display: none;
    }
    .FlexiCustom2021_weddings_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_weddings_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_weddings_item_text_container_title {
        font: 300 50px 'Alegreya Sans', sans-serif;
    }
    .FlexiCustom2021_weddings_item_text {
        background-size: cover;
    }
    /*--------------------------END WEDDINGS----------------------------*/
    /*--------------------------SIGHTSEEINGS----------------------------*/
    .FlexiCustom2021_sightseeings_description_text {
        bottom: -10px;
        transform: translateY(0%);
        width: 70%;
        background-color: #fff;
        color: #999;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_sightseeings_fullscreen_slider {
        height: auto;
    }
    .FlexiCustom2021_sightseeings_fullscreen_slider_img {
        height: 50%;
    }
    /*--------------------------END SIGHTSEEINGS----------------------------*/
    /*--------------------------CONTACT US----------------------------*/
    .FlexiCustom2021_contact_container {
        display: block;
    }
    .FlexiCustom2021_contact_map_container {
        width: 100%;
        height: 40vh;
        float: none;
        position: relative;
        margin-left: 0px;
    }
    .FlexiCustom2021_contact_contact_form_container {
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        width: 100%;
        float: none;
        position: relative;
        height: fit-content;
        height: -moz-fit-content;
    }
    .FlexiCustom2021_contact_contact_form {
        width: 80%;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        z-index: 99;
        padding: 50px 0;
        margin: 0 auto;
    }
    .FlexiCustom2021_contact_form_input {
        font: 400 20px/16px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_input_adults,
    .FlexiCustom2021_input_chlidren {
        padding: 13px 0;
    }
    #contact_form_fullname,
    #contact_form_email,
    #contact_form_phone,
    #contact_form_mobile {
        width: 100%;
        margin-left: 0;
    }
    .FlexiCustom2021_input_check_in {
        width: 48.5%;
    }
    .FlexiCustom2021_input_check_out {
        width: 48.5%;
        margin: 0 0 0 2.3%;
    }
    .FlexiCustom2021_input_room_type {
        width: 100%;
    }
    .FlexiCustom2021_footer_privacy_policy_terms {
        font: 400 16px/16px 'Source Sans Pro', sans-serif;
    }
    /*--------------------------END CONTACT US----------------------------*/
    /*--------------------------LOCATION----------------------------*/
    .FlexiCustom2021_location_figure_gallery {
        margin: 0px 0 2% 0;
        flex: 0 1 49%;
    }
    .FlexiCustom2021_location_gallery {
        width: 100%;
        margin-left: 0;
        z-index: 999;
        position: relative;
        line-height: unset;
        -webkit-column-count: unset;
        -webkit-column-gap: unset;
        -moz-column-count: unset;
        -moz-column-gap: unset;
        column-count: unset;
        column-gap: unset;
        padding: 20px 0 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }
    .FlexiCustom2021_location_distances_slider {
        width: 100%!important;
        margin-left: 0;
        z-index: 999!important;
        position: relative;
    }
    /*--------------------------END LOCATION----------------------------*/
    /*--------------------------SERVICES----------------------------*/
    .FlexiCustom2021_services_figure_gallery {
        width: 100%;
        margin-left: 0;
    }
    .FlexiCustom2021_services {
        /* Prevent vertical gaps */
        /* OLD
		line-height: 0;
		 
		-webkit-column-count: 5;
		-webkit-column-gap:   20px;
		-moz-column-count:    5;
		-moz-column-gap:      20px;
		column-count:         5;
		column-gap:           20px;  
		padding: 20px 0 0 0;*/
        width: 100%;
        margin-left: 0;
        row-gap: unset;
        justify-content: center;
    }
    .FlexiCustom2021_services_figure_gallery {
        flex: 0 1 76%;
        margin: 0 0 10px 0;
        height: 76vw;
        max-width: unset;
    }
    .FlexiCustom2021_services_headline {
        font: 400 35px 'Alegreya Sans', sans-serif;
        font-style: italic;
        text-align: center;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        text-decoration: none;
        /* color: #CCC; */
        line-height: .95em;
        /* -webkit-text-stroke-width: 0.5px; */
        -webkit-text-stroke-color: #999;
        padding: 7% 1%;
        /* background-image: radial-gradient(circle, rgba(148, 148, 148, 1) 0%, rgba(255, 255, 255, 0) 89%); */
        background-size: 82% 86%;
        background-repeat: no-repeat;
        background-position: 50%;
        -moz-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        /* border: 1px solid #fff; */
    }
    .FlexiCustom2021_services_headline_overlay {
        font: 100 30px 'Alegreya Sans', sans-serif;
        font-style: normal;
        text-align: center;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        text-decoration: none;
        color: #fff;
        line-height: .95em;
        text-transform: capitalize;
        padding: 0 0 20px 0;
        /*letter-spacing: -3px;*/
    }
    /*--------------------------END SERVICES----------------------------*/
    .FlexiCustom_2021_homepage_description_section_text_right_text_par_container {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
    }
    .FlexiCustom2021_homepage_description_section_text_left_hyperlink,
    .FlexiCustom2021_homepage_description_section_text_right_hyperlink {
        margin-top: 30px;
        position: relative;
        z-index: 9;
    }
    .FlexiCustom2021_homepage_description_section_title {
        padding: 0px 0 20px 0;
    }
    .FlexiCustom2021_homepage_comments .owl-stage-outer,
    .FlexiCustom2021_homepage_comments .owl-stage,
    .FlexiCustom2021_homepage_comments .owl-item {
        height: unset;
    }
    .FlexiCustom2021_homepage_comments_item {
        overflow: hidden;
    }
    /*----------------NEW STYLES 2023----------------*/
    .FlexiCustom2023_homepage_villas_master_container {
        width: 100%!important;
        z-index: 999;
        flex-direction: column!important;
        margin: 0;
    }
    .FlexiCustom2021_homepage_villas_section_title {
        order: 0;
        flex: unset;
        width: 100%;
        background-color: #fff;
    }
    .FlexiCustom2023_homepage_villas_slider_container {
        width: 100%;
        flex: unset;
        height: 40vh;
        order: 1;
    }
    .FlexiCustom2023_homepage_villas_slider {
        height: 100%;
    }
    .FlexiCustom2023_homepage_villas_text_container {
        margin: 0;
        padding: 0;
        order: 2;
        background-color: #fff;
    }
    .FlexiCustom2023_homepage_villas_text {
        width: 90%;
        margin: 0 auto;
        font: 300 30px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2023_homepage_villas_icons_master_container {
        width: 95%;
        margin: 2vh 0 0 auto;
        justify-content: space-between;
        column-gap: unset;
    }
    .FlexiCustom2023_homepage_villas_icons_container p {
        font: 300 25px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2023_homepage_villas_icons_container {
        flex: 0 1 48%;
        margin: 0 0 1.7vmax 0;
    }
    .FlexiCustom2023_homepage_villas_icons_container img {
        margin-right: 1.5vw;
    }
    .FlexiCustom2023_homepage_villas_button {
        width: 90%;
        height: unset;
        margin: 3vh auto 3vh auto;
        padding: 8px 0;
    }
    /*----------------NEW STYLES 2023----------------*/
    .FlexiCustom2021_homepage_video_container {
        height: 42vh;
    }
    .FlexiCustom2021_homepage_video {
        width: unset;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }
}


/*--------------------------RESPONSIVE LANDSCAPE----------------------------*/

@media screen and (orientation:landscape) and (max-width: 1270px) {
    /*--------------------------MENU----------------------------*/
    body {
        margin: 80px 0 0 0;
        width: 100%!important;
    }
    .FlexiCustom2021_homepage_fullscreen_slider {
        height: calc(100vh + 10px);
    }
    .FlexiCustom2021_homepage_fullscreen_video {
        width: 100%;
        height: calc(100vh + 10px);
    }
    .service_provider_2022_homepage_video {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .FlexiCustom2021_floating_menu_container_item>a {
        text-align: center;
        color: #999;
        font: 600 26x 'Source Sans Pro', sans-serif;
        border: 0;
        outline: 0;
        text-decoration: none;
        cursor: pointer;
        padding: 10px 0px;
    }
    .FlexiCustom2021_room_info_slider {
        width: 100%;
        height: calc(100vh + 10px);
        position: relative;
        overflow: hidden;
    }
    .FlexiCustom2021_nav_arrow_main_slider_right,
    .FlexiCustom2021_nav_arrow_main_slider_left {
        display: none;
    }
    .FlexiCustom2021_location_map_container {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        position: relative;
    }
    .FlexiCustom2021_footer_info_logo {
        width: 20%;
        top: unset;
        transform: unset;
        position: relative;
        margin: 10px auto 0 auto;
    }
    .FlexiCustom2021_room_info_page {
        position: relative;
        width: 100%;
        margin: 20px 0 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        z-index: 999;
    }
    .FlexiCustom2021_header {
        width: 100%;
        height: 80px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 0 0px 0 0;
        z-index: 1000;
    }
    .FlexiCustom2021_language_selector {
        float: right;
        position: relative;
        color: #999;
        cursor: pointer;
        margin: 30px 40px 30px 0;
    }
    .FlexiCustom2021_header_svg_open {
        float: left;
        margin: 30px 0 30px 40px;
    }
    .FlexiCustom2021_logo_link {
        display: unset;
        position: unset;
        height: unset;
        float: unset;
    }
    .FlexiCustom2021_logo {
        position: absolute;
        top: 50%;
        height: 50%;
        margin: 0px 0 0 0;
        left: 50%;
        transform: translate(-50%, -50%);
        float: none;
    }
    .FlexiCustom2021_floating_menu {
        width: 100%;
        height: 100%;
        z-index: 999999;
        position: fixed;
        background-color: #fff;
    }
    .FlexiCustom2021_floating_menu_container_item>a {
        font: 400 26px 'Source Sans Pro', sans-serif;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_floating_menu_top_logo {
        padding: 1% 0 5% 0;
    }
    .FlexiCustom2021_menu {
        float: right;
        margin: 18px 0;
        position: relative;
        display: none;
    }
    .FlexiCustom2021_left_sidebar_container a {
        padding: 34px 0 0 0;
    }
    .FlexiCustom2021_homepage_booking_line {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        margin-left: 0px;
        background-color: #E7DFCA;
    }
    /*--------------------------END MENU----------------------------*/
    /*--------------------------HOMEPAGE----------------------------*/
    .FlexiCustom2021_left_sidebar_container {
        width: 50px;
        height: fit-content;
        height: -moz-fit-content;
        position: fixed;
        top: 55%;
        transform: translateY(-45%);
        left: 0;
        margin: 0% 0 0% 0;
        z-index: 995;
        background-color: #fff;
    }
    .FlexiCustom2021_left_sidebar {
        width: 0;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0px;
        background-color: transparent;
        z-index: 995;
    }
    .FlexiCustom2021_left_sidebar_phone_number {
        display: none;
    }
    .FlexiCustom2021_left_sidebar_pnone_svg {
        width: 20px;
        height: 20px;
        margin: 15px 15px;
    }
    .FlexiCustom2021_left_sidebar_book_btn {
        margin: 10px 0 0 0;
        outline: none;
        border: 0;
        width: auto;
        height: 70px;
        padding: 0 7px;
        background-color: #b4ac97;
        font: 200 20px 'Source Sans Pro', sans-serif;
        color: #fff;
        cursor: pointer;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_homepage_booking_line {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        margin-left: 0px;
        background-color: transparent;
    }
    .FlexiCustom2021_homepage_description_section_image_left,
    .FlexiCustom2021_homepage_description_section_image_right {
        display: none;
    }
    .FlexiCustom2021_homepage_description_section_text_right,
    .FlexiCustom2021_homepage_description_section_text_left {
        flex: 0 1 100%;
        height: unset;
        padding: 0;
    }
    .FlexiCustom2021_homepage_description_section_text_left_text,
    .FlexiCustom2021_homepage_description_section_text_right_text {
        width: 100%;
        margin: 0;
    }
    .FlexiCustom2021_homepage_description_section_images_text {
        height: unset;
    }
    .FlexiCustom2021_homepage_description_section_text_right_text_par,
    .FlexiCustom2021_homepage_description_section_text_left_text_par {
        font: 300 30px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_description_section_text_right_image {
        height: 70vh;
    }
    .FlexiCustom2021_homepage_description_section {
        height: unset;
        margin-top: 20px;
    }
    .FlexiCustom2021_homepage_all_rooms {
        height: calc(80vh - 64px);
    }
    /* .FlexiCustom2021_homepage_all_rooms .owl-stage-outer {
        width: 100%;
        top: -128px;
    } */
    .FlexiCustom2021_homepage_description_section_text_right_hyperlink>a {
        font: 400 20px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_comments {
        margin: 2% 0 0 0px;
        width: 100%!important;
    }
    .FlexiCustom2021_footer_info {
        width: 100%;
        position: relative;
        margin: 0;
        background-color: rgba(180, 172, 151, 0.2);
        border-top: 1px double #999;
        border-bottom: 1px double #999;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: flex-end;
        justify-content: center;
    }
    .FlexiCustom2021_footer_info_container {
        flex: 1 0 100%;
        /*border-bottom: 1px solid #333;*/
    }
    /*.FlexiCustom2021_footer_info_container:first-child{
    	 flex: 1 0 100%;
    }*/
    .FlexiCustom2021_footer_info_item_mapsite {
        border-bottom: 1px solid #d1d1cb;
    }
    .FlexiCustom2021_footer_info_container:last-child>.FlexiCustom2021_footer_info_item_mapsite:last-child {
        border-bottom: 0;
    }
    .FlexiCustom2021_footer_info_item,
    .FlexiCustom2021_footer_info_item_hyperlink {
        text-align: center;
        font: 300 25px/50px 'Alegreya Sans', sans-serif;
        width: 100%;
    }
    .FlexiCustom2021_footer_subscribe_container {
        margin: 0 auto 5% auto;
        width: 50%;
    }
    .FlexiCustom2021_homepage_all_rooms_item {
        width: 100%!important;
        height: 100%;
    }
    .FlexiCustom2021_homepage_all_rooms .owl-nav {
        position: absolute;
        bottom: -30px;
        right: 5%;
    }
    .FlexiCustom2021_homepage_all_rooms_item_text {
        font: 600 35px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_homepage_all_rooms_item_text p {
        font: 600 50px 'Source Sans Pro', sans-serif;
        margin: 0;
        padding: 0 0 5px 0;
    }
    /*------------------------ACCOMMODATION------------------------------*/
    .FlexiCustom2021_accommodation_description {
        color: #999;
        text-align: left;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_accommodation_room {
        height: auto;
    }
    .FlexiCustom2021_accommodation_rooms {
        width: 100%;
        height: calc(100vh + 10px);
        position: relative;
    }
    .FlexiCustom2021_accommodation_rooms .owl-stage-outer {
        height: 100%;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities,
    .FlexiCustom2021_accommodation_rooms_info_text {
        height: fit-content;
        height: -moz-fit-content;
        width: 70%;
        margin: 40px auto 0 auto;
        float: none;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_description {
        color: #999;
        text-align: left;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_title {
        color: #b4ac97;
        letter-spacing: 2px;
        font: 200 50px/50px 'Source Sans Pro', sans-serif;
        text-align: left;
        padding: 20px 0 0 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink>a {
        font: 400 20px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities_icons_and_count {
        text-align: center;
        width: 100%;
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_svg {
        width: 50px;
        height: 50px;
        margin: 0px 15px;
        vertical-align: middle;
    }
    .FlexiCustom2021_room_info_page_figure_gallery {
        flex: 0 1 32%;
    }
    .FlexiCustom2021_accommodation_rooms_info_price {
        text-align: center;
    }
    /*------------------------END ACCOMMODATION------------------------------*/
    .FlexiCustom2021_room_info_title {
        color: #b4ac97;
        text-align: left;
        letter-spacing: 2px;
        font: 200 50px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_description {
        color: #999;
        text-align: left;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_description_text {
        color: #999;
        text-align: left;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_room_info_description_title {
        font: 200 50px/40px 'Source Sans Pro', sans-serif;
        letter-spacing: 1.5px;
        color: #b4ac97;
        text-align: left;
    }
    .FlexiCustom2021_accommodation_room {
        margin: 0;
    }
    .FlexiCustom2021_accommodation_rooms_info {
        width: 100%;
        height: fit-content;
        height: -moz-fit-content;
        position: relative;
        background-color: #fff;
        z-index: 999;
        bottom: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        row-gap: 5vh;
        padding: 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities,
    .FlexiCustom2021_accommodation_rooms_info_text {
        height: fit-content;
        height: -moz-fit-content;
        width: 70%;
        margin: 0% auto;
        float: none;
        position: relative;
    }
    .FlexiCustom2021_accommodation_rooms_info_price {
        font-family: 'Arima Madurai', cursive;
        font-weight: 100;
        font-size: 60px;
        text-align: center;
    }
    .FlexiCustom2021_accommodation_rooms_info_book_now {
        margin: 5vh 0 5vh 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_right_hyperlink {
        text-align: right;
        position: relative;
        right: 60px;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dots {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        top: unset;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dot {
        padding: 0;
        background: #fff;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        margin: 0 5px;
        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;
        float: left;
    }
    .FlexiCustom2021_accommodation_rooms .owl-dot.active {
        height: 15px;
        width: 15px;
        bottom: 3px;
        border-radius: 35%;
        margin: 0 5px;
        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;
    }
    .FlexiCustom2021_accommodation_rooms_info_amenities_icons_and_count {
        text-align: center;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    /*--------------------------VILLA SECTIONS-------------------------*/
    .FlexiCustom2021_room_info_text,
    .FlexiCustom2021_location_text {
        width: 88%;
    }
    /*--------------------------VILLA SECTIONS-------------------------*/
    .FlexiCustom2023_floor_plan_image {
        width: 49.7%;
    }
    /*----------------------------FlexiCustom2021_room_info_other__rooms-------------*/
    .FlexiCustom2021_room_info_other_rooms {
        margin: 2% 0 0 0;
        width: 100%!important;
    }
    /*--------------------------EXPERIENCE----------------------------*/
    .FlexiCustom2021_experience_general_text {
        width: 100%;
        height: auto;
        margin: 0% auto 5% auto;
        padding: 0px 0 0 0;
        position: relative;
        bottom: 25px;
        z-index: 9;
        background-color: transparent;
    }
    .FlexiCustom2021_experience_fullscreen_slider .owl-dots {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .FlexiCustom2021_experience_fullscreen_slider {
        width: 100%;
        height: calc(100vh + 10px);
        position: relative;
        overflow: hidden;
    }
    .FlexiCustom2021_experience_description_title {
        font: 200 60px/65px 'Source Sans Pro', sans-serif;
        letter-spacing: 1.5px;
        color: #999;
        text-align: center;
        margin: 0 auto;
        width: 70%;
        background-color: #fff;
        padding: 40px 0;
    }
    .FlexiCustom2021_experience_description_text {
        width: 80%;
        margin: 0 auto;
        position: relative;
        font: 300 30px 'Source Sans Pro', sans-serif;
    }
    /*--------------------------END EXPERIENCE----------------------------*/
    /*--------------------------RESTAURANTS----------------------------*/
    .FlexiCustom2021_restaurants_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_restaurants_item_slider_container {
        float: none;
        width: 100%;
        height: calc(100vh + 10px);
    }
    .FlexiCustom2021_restaurants_item_title {
        display: none;
    }
    .FlexiCustom2021_restaurants_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_restaurants_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_restaurants_item_text_container_title {
        font: 300 50px 'Alegreya Sans', sans-serif;
    }
    .FlexiCustom2021_restaurants_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_restaurants_item_text {
        background-size: cover;
    }
    /*--------------------------END RESTAURANTS----------------------------*/
    /*--------------------------conferences----------------------------*/
    .FlexiCustom2021_conferences_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_conferences_item_slider_container {
        float: none;
        width: 100%;
        height: 90%;
    }
    .FlexiCustom2021_conference_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_conferences_item_title {
        display: none;
    }
    .FlexiCustom2021_conferences_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_conferences_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_conferences_item_text_container_title {
        font: 300 50px 'Alegreya Sans', sans-serif;
    }
    .FlexiCustom2021_conferences_item_text {
        background-size: cover;
    }
    /*--------------------------END conferences----------------------------*/
    /*--------------------------Weddings----------------------------*/
    .FlexiCustom2021_weddings_item {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .FlexiCustom2021_weddings_item_slider_container {
        float: none;
        width: 100%;
        height: 90%;
    }
    .FlexiCustom2021_weddings_item_text {
        float: none;
        width: 100%;
        height: auto;
    }
    .FlexiCustom2021_weddings_item_title {
        display: none;
    }
    .FlexiCustom2021_weddings_item_text_container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
    }
    .FlexiCustom2021_weddings_item_text_container_text {
        max-height: unset;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
        text-align: center;
        color: #999;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .FlexiCustom2021_weddings_item_text {
        background-size: cover;
    }
    .FlexiCustom2021_weddings_item_text_container_title {
        font: 300 50px 'Alegreya Sans', sans-serif;
    }
    /*--------------------------End Weedings----------------------------*/
    /*--------------------------SIGHTSEEINGS----------------------------*/
    .FlexiCustom2021_sightseeings_description_text {
        bottom: -10px;
        transform: translateY(0%);
        width: 70%;
        background-color: #fff;
        color: #999;
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_sightseeings_fullscreen_slider {
        height: auto;
    }
    .FlexiCustom2021_sightseeings_fullscreen_slider_img {
        height: 70%;
    }
    /*--------------------------END SIGHTSEEINGS----------------------------*/
    /*--------------------------CONTACT US----------------------------*/
    .FlexiCustom2021_contact_container {
        display: block;
        /*height: -moz-fit-content;*/
    }
    .FlexiCustom2021_contact_map_container {
        /*	width: 50%;
	height: 100%;
	float: none;
	position: relative;*/
        margin-left: 0px;
        z-index: 997;
        width: auto;
        height: 75vh;
        flex: 1 0 35%;
    }
    .FlexiCustom2021_contact_contact_form_container {
        /*-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	width: 100%;
	float: none;
	position: relative;
	height: fit-content;
   	height: -moz-fit-content;*/
        z-index: 998;
        flex: 1 0 65%;
    }
    .FlexiCustom2021_contact_contact_form {
        width: 85%;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        z-index: 99;
        padding: 10px 0 50px 0;
        margin: 0 auto;
    }
    .FlexiCustom2021_contact_form_input {
        font: 400 20px/16px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_footer_privacy_policy_terms {
        font: 400 16px/16px 'Source Sans Pro', sans-serif;
    }
    /*--------------------------END CONTACT US----------------------------*/
    /*--------------------------LOCATION----------------------------*/
    .FlexiCustom2021_location_figure_gallery {
        margin: 0px 0 2% 0;
        flex: 0 1 32%;
    }
    .FlexiCustom2021_location_gallery {
        width: 100%;
        margin-left: 0;
        z-index: 999;
        position: relative;
        line-height: unset;
        -webkit-column-count: unset;
        -webkit-column-gap: unset;
        -moz-column-count: unset;
        -moz-column-gap: unset;
        column-count: unset;
        column-gap: unset;
        padding: 20px 0 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }
    .FlexiCustom2021_location_distances_slider {
        width: 100%!important;
        margin-left: 0;
        z-index: 999!important;
        position: relative;
    }
    .FlexiCustom2021_location_text_details {
        font: 300 30px/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_location_text_title {
        font: 300 50px/50px 'Source Sans Pro', sans-serif;
    }
    /*--------------------------END LOCATION----------------------------*/
    /*--------------------------SERVICES----------------------------*/
    .FlexiCustom2021_services_figure_gallery {
        width: 49.5vw;
        height: 49.5vw;
        margin: 0 0 1% 0;
        position: relative;
        flex: unset;
        max-width: unset;
    }
    .FlexiCustom2021_services {
        /* Prevent vertical gaps */
        /* OLD
		line-height: 0;
		 
		-webkit-column-count: 5;
		-webkit-column-gap:   20px;
		-moz-column-count:    5;
		-moz-column-gap:      20px;
		column-count:         5;
		column-gap:           20px;  
		padding: 20px 0 0 0;*/
        width: 100%;
        margin-left: 0;
        justify-content: center;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_img_gallery {
        width: unset;
        height: 100%;
    }
    .FlexiCustom2021_services_headline {
        font: 400 32px 'Alegreya Sans', sans-serif;
        font-style: italic;
        text-align: center;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        text-decoration: none;
        /* color: #fff; */
        line-height: .95em;
        /* -webkit-text-stroke-width: 0.5px; */
        /* -webkit-text-stroke-color: #999; */
        padding: 5% 0%;
        /* background-image: radial-gradient(circle, rgba(148, 148, 148, 1) 0%, rgba(255, 255, 255, 0) 89%); */
        background-size: 100% 86%;
        background-repeat: no-repeat;
        background-position: 50%;
        -moz-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        /* border: 1px solid #fff; */
    }
    .FlexiCustom2021_services_headline_overlay {
        font: 100 32px 'Alegreya Sans', sans-serif;
        font-style: normal;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        text-decoration: none;
        color: #fff;
        line-height: .95em;
        text-transform: capitalize;
        padding: 0 0 20px 0;
        /*letter-spacing: -3px;*/
    }
    /*--------------------------END SERVICES----------------------------*/
    .FlexiCustom_2021_homepage_description_section_text_right_text_par_container {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
    }
    .FlexiCustom2021_homepage_description_section_text_left_image {
        height: 70vh;
    }
    .FlexiCustom2021_homepage_description_section_text_left_hyperlink,
    .FlexiCustom2021_homepage_description_section_text_right_hyperlink {
        margin-top: 30px;
        position: relative;
        z-index: 9;
    }
    .FlexiCustom2021_homepage_description_section_title {
        padding: 0px 0 20px 0;
    }
    .FlexiCustom2021_homepage_comments .owl-stage-outer,
    .FlexiCustom2021_homepage_comments .owl-stage,
    .FlexiCustom2021_homepage_comments .owl-item {
        height: unset;
    }
    .FlexiCustom2021_homepage_comments_item {
        overflow: hidden;
    }
    /*----------------NEW STYLES 2023----------------*/
    .FlexiCustom2023_homepage_villas_master_container {
        width: 100%!important;
        z-index: 999;
        flex-direction: column!important;
        margin: 0;
    }
    .FlexiCustom2021_homepage_villas_section_title {
        order: 0;
        flex: unset;
        width: 100%;
        background-color: #fff;
    }
    .FlexiCustom2023_homepage_villas_slider_container {
        width: 100%;
        flex: unset;
        height: calc(100vh - 80px);
        order: 1;
    }
    .FlexiCustom2023_homepage_villas_slider {
        height: 100%;
    }
    .FlexiCustom2023_homepage_villas_text_container {
        margin: 0;
        padding: 0;
        order: 2;
    }
    .FlexiCustom2023_homepage_villas_text {
        width: 90%;
        margin: 0 auto;
        font: 300 30px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2023_homepage_villas_icons_master_container {
        width: 90%;
        margin: 2vh auto 0 auto;
        justify-content: space-between;
        column-gap: unset;
    }
    .FlexiCustom2023_homepage_villas_icons_container {
        column-gap: unset;
        flex: 0 1 48%;
        margin: 0 0 5vh 0;
    }
    .FlexiCustom2023_homepage_villas_icons_container p {
        font: 300 25px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2023_homepage_villas_icons_container img {
        width: 30px!important;
        margin-right: 1.5vw;
    }
    .FlexiCustom2023_homepage_villas_button {
        width: 90%;
        height: unset;
        margin: 3vh auto 3vh auto;
        padding: 8px 0;
    }
    .FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_img_gallery {
        height: 100%;
        width: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /*----------------NEW STYLES 2023----------------*/
    /*----------------NEW STYLES 2023----------------*/
    .FlexiCustom2021_homepage_video_container {
        height: 70vh;
    }
    .FlexiCustom2021_homepage_video {
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}


/*---------ONLY FOR GALLERY-------------*/

@media screen and (orientation:portrait) {
    .pswp__button--close,
    .pswp__button--share,
    .pswp__button--fs,
    .pswp__button--zoom,
    .pswp__counter {
        transform: scale(2, 2);
        margin: 25px 25px!important;
    }
    .pswp__caption__center {
        transform: scale(2, 2);
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1270px) {
    .FlexiCustom2023_homepage_villas_icons_container {
        margin: 0 0 2vmax 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_svg {
        width: 50px;
        height: 50px;
    }
    .FlexiCustom2021_services_figure_gallery {
        width: 32vw;
        height: 32vw;
        margin: 0 0 1% 0;
        position: relative;
        flex: unset;
        max-width: unset;
    }
    .FlexiCustom2021_services {
        /* Prevent vertical gaps */
        /* OLD
		line-height: 0;
		 
		-webkit-column-count: 5;
		-webkit-column-gap:   20px;
		-moz-column-count:    5;
		-moz-column-gap:      20px;
		column-count:         5;
		column-gap:           20px;  
		padding: 20px 0 0 0;*/
        width: 100%;
        margin-left: 0;
        justify-content: center;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_img_gallery {
        height: 100%;
        width: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .FlexiCustom2021_homepage_description_section_text_right_text_par,
    .FlexiCustom2021_homepage_description_section_text_left_text_par {
        font: 300 2.1vw 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2023_homepage_villas_text {
        font: 300 2.1vw 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_accommodation_description,
    .FlexiCustom2021_accommodation_rooms_info_text_description,
    .FlexiCustom2021_location_text_details,
    .FlexiCustom2021_room_info_description,
    .FlexiCustom2021_restaurants_item_text_container_text {
        font: 300 2.1vw/40px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_experience_description_text {
        font: 300 2.1vw 'Source Sans Pro', sans-serif;
    }
}

@media screen and (orientation: portrait) and (min-width: 600px) and (max-width: 1270px) {
    .FlexiCustom2023_homepage_villas_icons_container {
        margin: 0 0 2vmax 0;
    }
    .FlexiCustom2021_accommodation_rooms_info_text_svg {
        width: 50px;
        height: 50px;
    }
    .FlexiCustom2021_services_figure_gallery {
        width: 48vw;
        height: 48vw;
        margin: 0 0 1% 0;
        position: relative;
        flex: unset;
        max-width: unset;
    }
    .FlexiCustom2021_services {
        /* Prevent vertical gaps */
        /* OLD
		line-height: 0;
		 
		-webkit-column-count: 5;
		-webkit-column-gap:   20px;
		-moz-column-count:    5;
		-moz-column-gap:      20px;
		column-count:         5;
		column-gap:           20px;  
		padding: 20px 0 0 0;*/
        width: 100%;
        margin-left: 0;
        justify-content: center;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .FlexiCustom2021_services_figure_gallery:hover .FlexiCustom2021_services_img_gallery {
        height: 100%;
        width: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .FlexiCustom2021_footer_info_logo {
        width: 40%;
    }
}


/*---------ONLY FOR FLOATING MENU-------------
@media screen and (max-height: 800px){
	#FlexiCustom2021_floating_menu_container_id{
		max-height: 530px;
	}
}
@media screen and (max-height: 910px){
	#FlexiCustom2021_floating_menu_container_id{
		max-height: 630px;
	}
}
@media screen and (min-height: 911px){
	#FlexiCustom2021_floating_menu_container_id{
		max-height: 700px;
	}
}*/