html {
    width: 100%;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.majestic_accommodation_margin_top {
    width: 100%;
    height: var(--top_menu_height);
    position: relative;
    margin: 0;
    padding: 0;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
}

.animation-element.slide-left.in-view {
    opacity: 1;
    left: 0;
}

.animation-element.slide-left {
    opacity: 0;
    left: -100px;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-right {
    opacity: 0;
    left: 100px;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-right_fast {
    opacity: 0;
    left: 100px;
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-right {
    opacity: 0;
    transform: translateX(100px);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-left {
    opacity: 0;
    transform: translateX(-100px);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-right.in-view,
.animation-element.slide-translate-left.in-view {
    opacity: 1;
    transform: translateX(0);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-bottom {
    opacity: 0;
    transform: translateY(100px);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-bottom_fast {
    opacity: 0;
    transform: translateY(100px);
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-top {
    opacity: 0;
    transform: translateY(-100px);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-top.in-view,
.animation-element.slide-translate-bottom.in-view {
    opacity: 1;
    transform: translateY(0);
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-translate-bottom_fast.in-view {
    opacity: 1;
    transform: translateY(0);
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    position: relative;
}

.animation-element.slide-top {
    opacity: 0;
    top: -100px;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-bottom {
    opacity: 0;
    top: 100px;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-bottom.in-view,
.animation-element.slide-top.in-view {
    opacity: 1;
    top: 0%;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-right.in-view,
.animation-element.slide-left.in-view {
    opacity: 1;
    left: 0;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    position: relative;
}

.animation-element.slide-right_fast.in-view {
    opacity: 1;
    left: 0;
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    position: relative;
}

.svg-circle-open--light {
    stroke: #fff;
    stroke-width: 1px;
}

.svg-circle-open--gray-dark {
    stroke: #939393;
    stroke-width: 1px;
}

.svg-circle-open {
    fill: none;
    fill-rule: evenodd;
}

.circle-arrow__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--majestic_default_font_size) * 2.2);
    height: calc(var(--majestic_default_font_size) * 2.2);
    transition: transform .3s ease;
    transform: translate(-50%, -50%);
}

.majestic_competitive_advantages_link:hover .circle-arrow__circle {
    transition: transform .3s ease;
    transform: translate(-50%, -50%) scale3d(1.35, 1.35, 1);
}

.majestic_booking_bar_rest_pages_container {
    position: fixed;
    top: -100px;
    background-color: rgba(250, 250, 251, 0.8);
    /* background-color: var(--top_menu_color); */
    left: 0;
    transition: 0.2s all ease-in-out;
    width: 100%;
    z-index: 99999999;
}

.majestic_booking_bar_rest_pages_container.visible {
    top: var(--top_menu_height);
    transition: 0.5s all ease-in-out;
}

.majestic_booking_bar_rest_pages_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/booking_bar_bg.jpg");
    background-repeat: repeat;
    background-size: auto;
    background-position: left center;
}

.majestic_booking_bar_rest_pages_container .majestic_booking_bar_container input:-webkit-autofill,
.majestic_booking_bar_rest_pages_container .majestic_booking_bar_container input:-webkit-autofill:hover,
.majestic_booking_bar_rest_pages_container .majestic_booking_bar_container input:-webkit-autofill:focus {
    color: #000!important;
    background-color: transparent!important;
}

.majestic_booking_bar_rest_pages_container .majestic_calendar_svg path {
    fill: #000;
}

.majestic_booking_bar_rest_pages_container .majestic_booking_bar_submit {
    color: #000!important;
    border: 1px solid #000;
}

.majestic_booking_bar_rest_pages_container .majestic_dates_input:not(:placeholder-shown)~.majestic_booking_dates_label,
.majestic_booking_bar_rest_pages_container .majestic_codes_input:focus~.majestic_booking_dates_label,
.majestic_booking_bar_rest_pages_container .majestic_codes_input:not(:placeholder-shown)~.majestic_booking_dates_label,
.majestic_booking_bar_rest_pages_container .majestic_booking_bar_dates_custom,
.majestic_booking_bar_rest_pages_container .majestic_codes_input,
.majestic_booking_bar_rest_pages_container .majestic_booking_dates_label {
    color: #000!important;
}

.majestic_booking_bar_rest_pages_container .majestic_booking_bar_dates {
    border-bottom: 1px solid #000;
    color: #000!important;
}

.majestic_menu_pdf {
    width: 100%;
    height: calc(100vh - var(--top_menu_height));
    margin-top: var(--top_menu_height);
}


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/


/*--------------CUISINE--------------*/

.visit_rest_presentation_hashtags_container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.visit_rest_presentation_hashtags {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0 0.5vw 1vh 0;
    position: relative;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

.visit_rest_presentation_hashtags_title {
    position: relative;
    margin: 0;
    padding: 0;
    font: 100 calc(var(--majestic_default_font_size) * var(--majestic_smaller_text)) 'Geologica', sans-serif;
    color: #000;
    transition: 0.2s all ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .visit_rest_presentation_hashtags_container {
        margin: 2vmax auto 2vmax auto;
    }
    .visit_rest_presentation_hashtags {
        margin: 0 1vmax 1vmax 0;
    }
}

.visit_rest_presentation_hashtags.active_filter {
    background-color: #a6192e;
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.active_filter .visit_rest_presentation_hashtags_title {
    color: #fff;
    transition: 0.2s all ease-in-out;
}


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/


/*------------------HASHTAGS---------------*/