
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=vietnamese');

body.modal-open {
    overflow: hidden;
}

body {
    /*overflow-y:scroll;
    overflow-x:hidden;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

    body * {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
    }


.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

hr {
    border: none;
    border-bottom: 1px solid #999999;
    width: 30px;
    margin: 20px 0;
}

a {
    text-decoration: none;
    color: #333333;
}

sup {
    font-size: 15px;
    position: relative;
    top: -5px;
}

.smaller sup {
    font-size: 12px;
    position: relative;
    top: -5px;
}


/**************** FRAMEWORK ****************/
.full_height {
    height: 100%;
}

.full_width {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w42 {
    width: 41.6666%;
}

.w58 {
    width: 58.3333%;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.margin_160 {
    margin-top: 160px;
}

.relative {
    position: relative;
}

.toUppercase {
    text-transform: uppercase;
}


.row {
    width: 100%;
    float: left;
}

.stripe {
    float: left;
}

.cta {
    display: block;
}

h1, h2, h3, h4 {
    font-weight: 400;
}



.scroll_transition {
    -webkit-transition: all 1500ms cubic-bezier(0.190,1.000,0.220,1.000) !important;
    transition: all 1500ms cubic-bezier(0.190,1.000,0.220,1.000) !important;
    will-change: transform,opacity;
    backface-visibility: hidden;
}

html.touchevents .scroll_transition {
    -webkit-transition: none !important;
    transition: none !important;
}

    html.touchevents .scroll_transition.forced {
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
        transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    }

.has_transition_800_quint {
    -webkit-transition: all 800ms cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 800ms cubic-bezier(0.230,1.000,0.320,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_600_inout {
    -webkit-transition: all 600ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: all 600ms cubic-bezier(0.575,0.005,0.285,1.005);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_600_quint {
    -webkit-transition: all 600ms cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 600ms cubic-bezier(0.230,1.000,0.320,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1000_quint {
    -webkit-transition: all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1200 {
    -webkit-transition: all 1200ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 1200ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1500 {
    -webkit-transition: all 1500ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 1500ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1500_quint {
    -webkit-transition: all 1500ms cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 1500ms cubic-bezier(0.230,1.000,0.320,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1000_inout {
    -webkit-transition: all 1000ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: all 1000ms cubic-bezier(0.575,0.005,0.285,1.005);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1500_inout {
    -webkit-transition: all 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: all 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1500_inout_quint {
    -webkit-transition: all 1500ms cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all 1500ms cubic-bezier(0.645,0.045,0.355,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1000_inout_quint {
    -webkit-transition: all 1000ms cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all 1000ms cubic-bezier(0.645,0.045,0.355,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1600 {
    -webkit-transition: all 1600ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 1600ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_2000 {
    -webkit-transition: all 2000ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 2000ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_3000 {
    -webkit-transition: all 3000ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 2000ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_3000_inout {
    -webkit-transition: all 3000ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: all 3000ms cubic-bezier(0.575,0.005,0.285,1.005);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_800 {
    -webkit-transition: all 800ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 800ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_1000 {
    -webkit-transition: all 1000ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 1000ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_600 {
    -webkit-transition: all 600ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 600ms cubic-bezier(0.190,1.000,0.220,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}

.has_transition_3500_inout {
    -webkit-transition: all 3500ms cubic-bezier(0.860,0.000,0.070,1.000);
    transition: all 3500ms cubic-bezier(0.860,0.000,0.070,1.000);
    will-change: transform,opacity;
    backface-visibility: hidden;
}



.transform_only {
    -webkit-transition-property: transform, opacity !important;
    transition-property: transform, opacity !important;
}

.transform_all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
}


.no_opacity {
    opacity: 0 !important;
    pointer-events: none;
}

.no_visibility {
    visibility: hidden;
}

.no_width {
    transform: scale(0,1);
}

.no_height {
    transform: scale(1,0);
}

.disabled {
    pointer-events: none;
}

.top_single {
    opacity: 0 !important;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.top_double {
    opacity: 0 !important;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
}

.top_hidden {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}

.top_translated {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
}

.top_translated_full {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.bottom_hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hidden_by_scaling_full {
    -webkit-transform: scale(0.01) !important;
    transform: scale(0.01) !important;
    pointer-events: none;
}

.hidden_by_scaling_low {
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    pointer-events: none;
    opacity: 0;
}

.no_overflow {
    overflow: hidden;
    will-change: transform;
}

.no_transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.mobile_only {
    display: none;
}

.covered {
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.cover.grey {
    background: #EAEAEC;
}

.cover.white {
    background: #FFFFFF;
}

.covered .content.hidden {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.covered div.content {
    width: 100%;
    height: 100%;
}

.covered .content > .body {
    position: relative;
}

.cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: inherit;
    left: -100%;
    top: 0;
}

    .cover.hidden {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

.covered.vertical .cover {
    left: 0;
    top: -100%;
}

    .covered.vertical .cover.hidden {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

.covered.vertical .content.hidden {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}


/*************************** HOME *****************************/

#main {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#main_scroller {
    position: relative;
}

#content {
    float: left;
    width: 100vw;
    position: relative;
    z-index: 2;
}

.iScrollIndicator {
    -webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
}

#main_veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 10;
    transform-origin: top;
    -webkit-transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform;
    display: none;
}

    #main_veil.has_transition_1000_inout {
        -webkit-transition: all 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005) !important;
        transition: all 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005) !important;
        will-change: transform, opacity;
        backface-visibility: hidden;
    }

    #main_veil.hidden {
        transform: scale(1,0);
    }

#index #main_veil {
    display: block;
}

#header {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

    #header > img.desktop {
        position: absolute;
        right: 0px;
        bottom: 0;
        -webkit-transition: transform 3500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 3500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

    #header img.desktop.scaled {
        transform: scale(1.02);
    }

.white_panel {
    float: right;
    -webkit-transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: scale(1.009);
}

    .white_panel.hidden {
        transform: translateY(250px) scale(1.009);
    }

#header_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#right_panel {
    position: absolute;
    /*right: -40px;*/
    top: 0;
    height: 100%;
    width: 100%;
}

.c_letter {
    opacity: 0.5;
    height: 69.7%;
    float: right;
    margin-right: -37.8vh;
    margin-top: -11px;
    -webkit-transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

    .c_letter.hidden {
        transform: translateY(300px) translateX(-38px);
        opacity: 0;
    }

    .c_letter.faded {
        filter: blur(80px);
        opacity: 0;
        -webkit-transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

#right_content {
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    max-width: 360px;
}

.menu_controller {
    width: 25px;
    float: right;
    margin-right: 57px;
    cursor: pointer;
    padding: 7px 20px;
}

.lines hr {
    border: none;
    border-bottom: 1px solid #625559;
    margin: 0;
    margin-top: 3px;
}

    .lines hr:first-child {
        margin-top: 0;
    }

#menu_controller_container .menu_controller:hover hr._1 {
    -webkit-transform: rotate(90deg) translate3d(4px,0px,0) !important;
    transform: rotate(90deg) translate3d(4px,0px,0) !important;
}

#menu_controller_container .menu_controller:hover hr._2 {
}

#menu_controller_container .menu_controller:hover hr._3 {
    opacity: 0;
}

.upper_content .menu_controller:hover hr._1 {
    -webkit-transform: translateY(-23px) !important;
    transform: translateY(-3px) !important;
}

.upper_content .menu_controller:hover hr._2 {
}

.upper_content .menu_controller:hover hr._3 {
    -webkit-transform: translateY(3px) !important;
    transform: translateY(3px) !important;
}

.book_now_top {
    position: absolute;
    font-size: 16px;
    left: 21%;
    cursor: pointer;
}

#right_content {
    will-change: transform;
}

    #right_content .upper {
        height: 39vh;
        overflow: hidden;
    }

    #right_content .upper_content {
        margin-top: 30px;
    }

#panel_logo {
    width: 230px;
    will-change: transform;
    position: relative;
    left: 50%;
    margin-left: -95px;
}


    #panel_logo .lifestyle {
        float: right;
        margin-top: 0px;
        margin-right: 2px;
    }


#true_perfection {
    width: 230px;
    margin-top: 13.2vh;
    position: relative;
    left: 50%;
    margin-left: -95px;
    will-change: transform;
}

    #true_perfection hr {
        border: none;
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
    }

    #true_perfection h2.true {
        font-family: 'EB Garamond', serif;
        font-size: 30px;
        letter-spacing: 10px;
        color: #94878A;
        font-weight: 400;
        text-align: center;
    }

    #true_perfection h2.perfection {
        font-family: 'EB Garamond', serif;
        color: #94878A;
        font-size: 43px;
        font-weight: 400;
        margin-left: -8px;
    }

.audio_player {
    width: 35px;
    margin: auto;
}


.audio_stream {
    overflow-x: hidden;
    height: 0;
    will-change: transform;
}

    .audio_stream img {
        margin-left: -8px;
        opacity: 0.6;
    }

.player_controls {
    width: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: -2px;
    align-items: center;
    height: 24px;
}

    .player_controls > div {
        overflow: hidden;
        width: 9px;
        height: 12px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

.audio_state {
    font-size: 12px;
    width: calc(100% - 15px);
    text-align: center;
    margin-top: -1px;
}

.player_controls > div img {
    display: block;
}

#right_content .lower {
    position: absolute;
    bottom: 0px;
    height: 9vh;
    width: 230px;
    left: 50%;
    margin-left: -96px;
}


#scroll_down {
    position: absolute;
    right: 152px;
    margin-left: 0;
    bottom: 50px;
}

    #scroll_down .arrow {
        width: 13px;
        margin: auto;
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -7px;
    }

        #scroll_down .arrow > img {
            display: block;
            margin-top: -5px;
        }

    #scroll_down .vertical {
        height: 75px;
        overflow: hidden;
        width: 2px;
        margin: auto;
    }

    #scroll_down a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 25px;
        height: 45px;
        margin-left: -15px;
        border: 1px solid rgba(148, 135, 138, 0.65);
        border-radius: 50px;
        box-sizing: border-box;
    }

        #scroll_down a span::before {
            position: absolute;
            top: 8px;
            left: 52%;
            content: '';
            width: 5px;
            height: 5px;
            margin-left: -3px;
            background-color: #94878A;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

#scroll_down1 {
    position: absolute;
    right: 152px;
    margin-left: 0;
    bottom: 50px;
}

    #scroll_down1 .arrow {
        width: 13px;
        margin: auto;
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -7px;
    }

        #scroll_down1 .arrow > img {
            display: block;
            margin-top: -5px;
        }

    #scroll_down1 .vertical {
        height: 75px;
        overflow: hidden;
        width: 2px;
        margin: auto;
    }

    #scroll_down1 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 25px;
        height: 45px;
        margin-left: -15px;
        border: 1px solid rgba(148, 135, 138, 0.65);
        border-radius: 50px;
        box-sizing: border-box;
    }

        #scroll_down1 a span::before {
            position: absolute;
            top: 8px;
            left: 52%;
            content: '';
            width: 5px;
            height: 5px;
            margin-left: -3px;
            background-color: #94878A;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#menu_side {
    width: 75px;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -326px;
    right: 30px;
    transform: translateX(0px);
    pointer-events: none;
}

    #menu_side.hidden {
        transform: translateX(110px);
    }

#menu_center_side {
    margin-top: 1px;
    background: rgba(255,255,255,1);
    height: 350px;
    opacity: 0.8;
}

    #menu_center_side.hidden, #player_side.hidden {
        transform: translateX(110px);
    }

#book_side {
    height: 75px;
    background: rgba(255,255,255,1);
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    opacity: 0.8;
}

    #book_side p {
        font-size: 12px;
        line-height: 18px;
        margin-top: -3px;
        text-align: center;
    }

#player_side {
    height: 75px;
    background: rgba(255,255,255,1);
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    opacity: 0.8;
}

#player_side_2 {
    height: 35px;
    background-image: url(../images/bottom-menu.png);
    background-size: 100%;
    margin-top: 1px;
    pointer-events: all;
    cursor: pointer;
    background-repeat: no-repeat;
}

#menu_controller_container {
    width: 75px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url('../images/top-menu.png');
    background-size: 100%;
    pointer-events: all;
    background-repeat: no-repeat;
}

    #menu_controller_container .menu_controller {
        margin: 0;
        width: 21px;
        padding: 8px 50px 12px 27px;
        margin-top: 57px;
        /*background: #ffffff;*/
        display: block;
        opacity: 0.8;
    }

        #menu_controller_container .menu_controller .lines hr {
            width: 21px;
        }

#menu_logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*align-items: center;*/
    height: 203px;
    /*height: calc(100% - 75px);*/
    padding-bottom: 20px;
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer;
}

    #menu_logo img {
        width: 35px !important;
    }

#menu_scroller {
    height: 130px;
    display: flex;
    justify-content: center;
    padding-right: 0;
    box-sizing: border-box;
    position: relative;
}

    #menu_scroller .track {
        height: 100%;
        width: 1px;
        background: #CCCCCC;
    }

    #menu_scroller .pointer {
        width: 1px;
        position: absolute;
        height: 100%;
        background: #999999;
        transform: scale(1,0);
        transform-origin: top;
        z-index: 2;
        will-change: transform;
    }

    #menu_scroller .pointer_num {
        margin-left: 17px;
        font-family: 'EB Garamond', serif;
        font-size: 17px;
        margin-top: -4px;
    }

/*********************** MENU ****************************/

#main_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 10002;
    pointer-events: none;
    display: none;
}

    #main_menu.active {
        pointer-events: all;
        display: flex;
        flex-wrap: wrap;
    }


#menu_back {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
}

#main_menu .menu_panel {
    width: calc(21% - 1px);
    z-index: 1;
    margin-right: 1px;
    position: relative;
    overflow: hidden;
    height: 50vh;
}

    #main_menu .menu_panel.final {
        height: 100vh;
        margin-top: -50vh;
    }

    #main_menu .menu_panel .menu_panel_container {
        background: #EAEAEC;
        height: 100%;
        -webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

        #main_menu .menu_panel .menu_panel_container.no_opacity {
            -webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
            transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        }




    #main_menu .menu_panel.opened .menu_panel_container {
        background: #FFFFFF !important;
    }

    #main_menu .menu_panel.opened .center {
        transform: translateY(80px);
    }

    #main_menu .menu_panel.opened .menu_number {
        color: #D4D4D8 !important;
    }

        #main_menu .menu_panel.opened .menu_number span {
            color: #FFFFFF;
        }



    #main_menu .menu_panel .menu_panel_container.hidden {
        transform: translateX(-101%);
        opacity: 0;
    }


    #main_menu .menu_panel.final {
        width: 16%;
        margin-right: 0;
    }

.menu_panel.final .menu_small_button {
    cursor: pointer;
}

#main_menu .menu_panel.final .menu_panel_container {
    background: #00734a;
}

.menu_panel .upper {
    padding: 20px 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .menu_panel .upper .menu_number {
        font-family: 'EB Garamond', serif;
        color: #FFFFFF;
        font-size: 32px;
        line-height: 43px;
    }

        .menu_panel .upper .menu_number span {
            font-size: 30px;
            color: #FFFFFF !important;
        }

.menu_panel .menu_hide_content {
    background: #F6F6F7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

    .menu_panel .menu_hide_content:hover .cross .line_1 {
        transform: rotateZ(-45deg);
    }

    .menu_panel .menu_hide_content:hover .cross .line_2 {
        transform: rotateZ(45deg);
    }

    .menu_panel .menu_hide_content .cross {
        transform: rotateZ(45deg);
    }

.menu_panel .center {
    padding-left: 30px;
    padding-right: 3px;
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    top: 0;
    transform: translateY(calc(50% + 30px));
    will-change: transform;
}

.menu_panel .menu_title_open .menu_title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 6px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.menu_panel .menu_panel_content {
    margin-top: 10px;
    height: calc(100% - 46px);
    overflow: hidden;
    transform: translate3d(0,0,0);
}

.menu_panel_scrollbar {
    height: calc(100% - 50px);
    position: absolute;
    top: 20px;
    right: 1px;
    width: 1px;
    background: #D3D2E0;
    -webkit-transform-origin: top;
    transform-origin: top;
}

    .menu_panel_scrollbar.no_height {
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

#thanks_button {
    overflow: hidden;
    height: 16px;
}

    #thanks_button.active {
        height: 94px;
    }

    #thanks_button span._1 {
        margin-top: 15px;
    }

    #thanks_button span {
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 6px;
        display: block;
        text-decoration: none !important;
        display: inline-block;
    }



#lang_button {
    overflow: hidden;
    height: 16px;
    position: absolute;
    text-decoration: none;
}

    #lang_button:hover span.lang_label, #lang_button.active span.lang_label {
        text-decoration: underline;
    }

    #lang_button a:hover {
        text-decoration: underline !important;
    }



    #lang_button.active {
        height: 72px;
        z-index: 1;
    }



    #lang_button a {
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 6px;
        display: block;
        text-decoration: none !important;
        display: inline-block;
        width: 50%;
    }

.lang_label {
}

.lang_button_container {
    width: 103px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}


#experience_scrollbar {
    opacity: 0;
}

.menu_panel_scrollbar .pointer {
    background: #656565;
    width: 1px !important;
    position: relative;
    height: 20px;
}

.text_shadow_lower {
    position: absolute;
    bottom: 0px;
    height: 100px;
    pointer-events: none;
}

.text_shadow_upper {
    position: absolute;
    top: 7vh;
    height: 100px;
    pointer-events: none;
    z-index: 2;
}

.menu_panel .menu_panel_content_container {
    padding-bottom: 50px;
    will-change: transform;
    padding-right: 10px;
}


.menu_panel .menu_title_open {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.menu_panel .menu_panel_content .menu_paragraph {
    display: flex;
    margin-top: 5px;
    text-decoration: none;
    pointer-events: none;
    height: 50px;
}

.menu_panel.opened .menu_panel_content .menu_paragraph {
    pointer-events: all;
}

.menu_panel .menu_panel_content .menu_paragraph:first-child {
    margin-top: 0;
}

.par_number {
    color: #B1B1B7;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
}

.menu_panel .menu_panel_content .menu_paragraph .menu_titles {
    margin-left: 10px;
    margin-top: 5px;
}

.menu_title {
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
}

.menu_title_child {
    font-family: 'EB Garamond', serif;
    text-transform: none;
    font-size: 18px !important;
    letter-spacing: 0px;
}

.menu_panel .menu_panel_content .menu_paragraph .underline {
    width: 100%;
    height: 1px;
    background: #999999;
    margin-top: 1px;
    transform: scale(0,1);
    transform-origin: left;
}

.menu_panel .menu_panel_content .menu_paragraph:hover .underline {
    transform: scale(1,1);
}

.menu_panel .menu_panel_content .menu_paragraph .menu_titles .menu_subtitle {
    color: #826C71;
    font-size: 15px;
    margin-top: 2px;
    letter-spacing: 1.5px;
    display: block;
    text-decoration: none;
    max-width: 300px;
    text-transform: lowercase;
}

.menu_show_content {
    background: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    min-width: 35px;
}

.menu_hide_content {
}

.menu_show_content.hidden_by_scaling_full {
    -webkit-transform: scale(0.01) !important;
    transform: scale(0.01) !important;
}

.cross {
    height: 100%;
    width: 100%;
}


    .cross .line_1 {
        width: 15px;
        height: 1px;
        background: #ADAFB3;
        top: 50%;
        position: relative;
        margin-left: 10px;
    }

    .cross .line_2 {
        height: 15px;
        width: 1px;
        background: #ADAFB3;
        top: 50%;
        position: relative;
        margin-top: -8px;
        margin-left: 17px;
    }

.menu_panel.final .menu_panel_container > div {
    height: 33.333%;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}


.menu_panel.final .menu_panel_container .upper {
    padding: 20px 30px 0 30px;
    display: block;
}

.menu_panel.final .menu_panel_container .center {
    position: relative;
    width: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu_panel.final .menu_panel_container .lower {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu_small_button {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 100;
}

    /*.menu_small_button:hover {
        text-decoration: underline;
    }*/
     .menu_small_button a.EN:hover {
         text-decoration: underline;
    }
     .menu_small_button a.EN {
         margin-right: 3px;
    }
     .menu_small_button a.VI {
      margin-left: 3px;
    }
      .menu_small_button a.VI:hover {
         text-decoration: underline;
    }
    .menu_small_button.only {
        margin-top: 0;
    }

    .menu_small_button.top {
        position: absolute;
        top: 0;
    }

    .menu_small_button.v_centered {
        position: absolute;
        top: 70%;
        margin-top: -2px;
    }

#book_menu_button {
    top: 80%;
}

#home_menu_button {
    position: absolute;
    top: 70%;
    margin-top: -40px;
}

.menu_small_button.smaller {
    font-size: 13px;
    color: #333333;
}

.menu_panel .copyright {
    position: absolute;
    bottom: 6px;
    font-size: 11px;
    line-height: 16px;
    left: 18px;
}

.menu_close {
    float: right;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 0px;
    transform: rotateZ(45deg);
    cursor: pointer;
    padding: 30px;
}

    .menu_close .line_1 {
        width: 30px;
        height: 1px;
        background: #fff;
        top: 50%;
        position: relative;
    }

    .menu_close .line_2 {
        height: 30px;
        width: 1px;
        background: #fff;
        top: 50%;
        position: relative;
        margin-top: -16px;
        margin-left: 14px;
    }

    .menu_close:hover {
        transform: rotateZ(0);
    }

        .menu_close:hover .line_1 {
            transform: rotateZ(180deg);
            margin-top: 1px;
        }

        .menu_close:hover .line_2 {
            transform: rotateZ(90deg);
            margin-top: -4px;
            margin-left: 14px;
        }

/*** FOOTER ****/

#footer {
    height: 480px;
    width: 100%;
    overflow: hidden;
}

.sitemap_button {
    width: 33.6%;
    height: 100%;
    float: left;
    cursor: pointer;
}

.sitemap_block {
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: start;
    height: 100%;
    background: #006540;
}

    .sitemap_block .block_title .desc_text, .sitemap_block .block_title .desc_title {
        color: #FFFFFF;
    }





#socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    height: 100%;
    background: #eaeaec;
    width: 20%;
}

#social_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.logo_plus {
    display: flex;
    align-items: center;
    height: 80%;
    width: 80%;
    justify-content: center;
}

.social_ico {
    margin: 15px 0;
}

    .social_ico:first-child {
        margin-top: 0px;
    }

#privacy_policy {
    position: absolute;
    bottom: 5px;
    left: 36px;
}

#footer_panel {
    float: right;
    height: 100%;
    width: 66.4%;
    position: relative;
}

#footer_base {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}



#footer_base_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.design_hotel {
    position: absolute;
    bottom: 30px;
    left: 93px;
}

@media (max-width: 1280px) {
    .footer_logo > img {
        width: 215px;
    }
}

@media (max-width: 660px) {
    .footer_text {
        width: 100% !important;
    }
}

#privacy_policy p {
    font-size: 13px;
}

#partners {
    padding: 50px;
    display: flex;
    align-items: center;
    ;
    align-items: center;
}






/*****************************************************/


#page {
    float: left;
    width: 100%;
}




.paragraph.first {
    margin-left: 80px;
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
}

    .paragraph.first .body_text {
        width: 100%;
    }

.paragraph hr {
    margin: 0;
    width: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #999999;
    will-change: transform;
}


.big_title {
    font-size: 60px;
    color: #333333;
    font-weight: 300;
}

    .big_title.smaller {
        font-size: 25px;
    }

.big_subtitle {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
}

    .big_subtitle + .body_text {
        margin-top: 100px;
    }

.body_text {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 31px;
}



.two_col {
    column-gap: 120px;
    max-width: 1070px;
    column-count: 2;
}

.one_col {
    column-gap: 120px;
    max-width: 1070px;
    column-count: 1;
}

#understated_pic {
    position: relative;
    will-change: transform;
}

.mountain {
    z-index: 2;
}



.chic_layer {
    /*left: auto;
    right: 18.9%;
    top: 14.5vw;
    width: 29.1667%;
    opacity: 0.5;
    z-index: 1;*/
    will-change: transform;
}

.on_top {
    z-index: 3;
}

.understated_layer {
    left: auto;
    right: 23%;
    top: 24vw;
    width: 13.386%;
    opacity: 0.5;
    z-index: 1;
    will-change: transform;
}

.main_block_title {
    height: 400px;
    display: flex;
    align-items: center;
}

    .main_block_title .block_title {
        position: relative;
        top: -5px;
        right: 0;
        left: 80px;
    }

    .main_block_title .diagonal_line {
        position: absolute;
        top: 12vw;
        left: 44vw;
        height: 25vw;
        z-index: 2;
        -webkit-transform: rotate(-45deg) scale(1,1);
        transform: rotate(-45deg) scale(1,1);
    }

        .main_block_title .diagonal_line ._1 {
            background: #EAEAEC;
            height: 30%;
            width: 2px;
        }

        .main_block_title .diagonal_line ._2 {
            background: #EAEAEC;
            height: 60%;
            width: 2px;
            position: relative;
            top: 0;
        }

    .main_block_title .block_title .desc_text, .main_block_title .block_title .desc_title {
        text-align: left;
    }

.call_title .block_title {
    left: 15%;
}

    .call_title .block_title .desc_title {
        font-size: 70px;
    }

    .call_title .block_title .desc_text {
        font-size: 30px;
    }


.call_to .diagonal_line {
    position: absolute;
    top: 12vw;
    left: 44vw;
    height: 25vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
}

    .call_to .diagonal_line ._1 {
        background: #EAEAEC;
        height: 30%;
        width: 2px;
    }

    .call_to .diagonal_line ._2 {
        background: #EAEAEC;
        height: 60%;
        width: 2px;
        position: relative;
        top: 0;
    }

.call_to .main_block_title {
    background: rgb(244, 244, 245);
}



#specials_slideshow {
    position: relative;
    width: 100%;
    display: flex;
    height: calc(100vh - 110px);
    min-height: 650px;
    padding-bottom: 250px;
    overflow: hidden;
}

    #specials_slideshow .inner {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 91%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }

#specials_left {
    width: 50%;
    position: relative;
    float: left;
    height: 100%;
    padding-left: 40px;
    box-sizing: border-box;
}

    #specials_left .container {
        float: right;
        max-width: 640px;
        position: relative;
        width: 100%;
        height: 100%;
    }

#specials_slideshow .special_pic {
    overflow: hidden;
    height: 100%;
}

#specials_slideshow .outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    margin-left: -20px;
    margin-bottom: -20px;
}

    #specials_slideshow .outer img {
        width: 100%;
        margin-left: -40.7%;
        margin-bottom: -18.7%;
    }

.specials_title {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    letter-spacing: 10px;
}

.specials_description {
    position: absolute;
    color: #FFFFFF;
    top: 180px;
    top: 7vw;
    transform: rotateZ(45deg);
    transform-origin: left;
    left: 55px;
    left: 3.7vw;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#specials_right {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2% 5% 0% 5%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    height: 100%;
}

    #specials_right .container {
        max-width: 640px;
        position: relative;
        width: 100%;
        height: 100%;
    }

    #specials_right hr {
        border-bottom: 1px solid #999999;
    }

.special_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90%;
}

.special_title {
    font-family: 'EB Garamond', serif;
    font-size: 40px;
}

.special_dates {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 3px;
}

    .special_dates span {
        color: #999999;
        margin: 0 10px;
    }

.special_text {
    font-size: 15px;
    line-height: 25px;
}

.special_buttons {
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 480px;
}

.oval_button {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #008D5C;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.book_button {
    background: #EAEAEC;
}

.special_controls {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 70%;
    left: -20px;
    bottom: -85px;
}

    .special_controls > div {
        display: flex;
        align-items: center;
    }

.circle_icon {
    border: 1px solid #008D5C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special_prev .circle_icon {
    margin-right: 20px;
}

.special_next .circle_icon {
    margin-left: 20px;
}

    .special_next .circle_icon img {
        transform: rotateZ(180deg);
    }

.special_name {
    font-size: 16px;
}

.description_box {
    padding: 50px 80px 30px 80px;
    margin-top: 0;
}

    .description_box hr {
        text-align: left;
    }

    .description_box .back {
        background: #EAEAEC;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1,0.06);
        transform-origin: bottom;
        z-index: 0;
    }

.cta .description_box:hover .back {
    transform: scale(1,1);
}

.cta .description_box.grey:hover h3, .description_box.grey:hover .desc_text {
    color: #fff;
}

.cta .description_box.grey:hover hr {
    border-bottom: 1px solid #fff;
}

.stripe video {
    height: 100%;
    width: 100%;
}

.description_box.grey {
    background: #EAEAEC;
}

    .description_box.grey .back {
        background: #008D5C;
    }

.desc_title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.description_box .desc_title, .description_box hr, .description_box .desc_text {
    z-index: 2;
    will-change: transform;
    letter-spacing: 1px;
}

.description_box .desc_text {
    text-transform: lowercase;
}

.desc_title.top.top_hidden {
    -webkit-transform: transform:translateY(200%);
    transform: translateY(200%);
}

.desc_text {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 25px;
    position: relative;
    top: -2px;
}

.half_pic {
    width: 50%;
    float: left;
}

#latest_journal {
    background: #EAEAEC;
    padding: 100px 0;
}

.section_title {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.journal_title {
    text-align: center;
    margin: 25px 0 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: 290px;
    overflow: hidden;
    min-height: 53px;
}

.j_title {
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.journal_container {
    margin-top: 50px;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .journal_container a {
        margin: 14px 30px;
        overflow: hidden;
    }

        .journal_container a img {
            object-fit: cover;
        }

#experience_box {
    background: #CFCED3;
    padding: 168px 0 0;
    overflow: hidden;
}

    #experience_box > .left {
        width: 50vw;
        float: left;
        overflow: hidden;
    }

    #experience_box > .right {
        width: calc(50vw - 106px);
        float: left;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.exp_box_pic {
    float: left;
    width: 50vw;
}

.box_title {
    margin-left: 50px;
    margin-top: -10px;
}

    .box_title h3 {
        font-family: 'EB Garamond', serif;
        font-size: 20px;
        letter-spacing: 3px;
    }

.exp_data {
    margin-left: 50px;
    display: none;
}

    .exp_data.active {
        display: block;
    }

    .exp_data .body_text {
        /*display:none;*/
        font-size: 15px;
        line-height: 25px;
        max-width: 540px;
        margin-top: 25px;
        width: 90%;
    }

    .exp_data .section_separator {
        background: none;
    }

        .exp_data .section_separator .pointer {
            background: #FFFFFF;
        }

#experience_controller {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    width: 500px;
    position: relative;
    top: -35px;
}


    #experience_controller .controller_right {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    #experience_controller .circle_button.right {
        order: 1;
        margin-left: 10px;
    }

    #experience_controller .controller_left {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    #experience_controller .circle_button.left {
        margin-right: 12px;
    }

    #experience_controller .circle_button .back {
        background: #008D5C;
    }

    #experience_controller .circle_button.right img {
        transform: rotateZ(180deg);
    }

.controller_text {
    font-size: 12px;
    text-transform: lowercase;
    font-style: italic;
}

.section_text {
    font-size: 15px;
    line-height: 25px;
    margin-left: -12px;
    margin-top: 3vw;
}

.exp_data .more {
    margin-top: 25px;
    display: block;
    color: #333333;
    position: relative;
}

    .exp_data .more p {
        font-size: 12px;
        position: absolute;
        left: 10px;
        bottom: -4px;
        font-style: italic;
    }

    .exp_data .more .line {
        width: 1px;
        height: 50px;
        background: #FFFFFF;
        transform-origin: top;
    }





/************ CLOCKS *****************************/

#clocks {
    padding: 60px 0 160px 0;
    display: flex;
    max-width: 1800px;
    margin: auto;
    width: 95%;
    margin-top: 60px;
}

.clock {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

.clock-container {
    width: 100%;
    height: 100%;
}

    .clock-container > div {
        will-change: transform;
    }

    .clock-container:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        background: #DBDBDF;
        border-radius: 6px;
        content: "";
        display: block;
    }

.clock-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 0.5px);
    margin: -1px 0px 0px -25%;
    padding: 1px 0px 0px 25%;
    background: #B1B1B7;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.clock-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0px 0px;
    padding: 40% 1px 0 0;
    background: #B1B1B7;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% 0px 0 0px;
    padding: 40% 0px 0 1px;
    background: #DBDBDF;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock .center {
    width: 8px;
    height: 8px;
    background: #EAEAEC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.clock-shadow img {
    width: 90%;
    margin: auto;
}

.clock-city p {
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}

.main .clock-city p {
    color: #CFC3C2;
}

.clock.main {
    margin: 0 5vw;
}

/************************************/

#date {
    padding: 50px 0;
    background: #EAEAEC;
    overflow: hidden;
}


    #date .year {
        color: #FFFFFF;
        font-family: 'EB Garamond', serif;
        font-size: 100px;
        letter-spacing: 20px;
        line-height: 100px;
        position: relative;
        left: 50%;
        margin-left: -196px;
        float: left;
    }

    #date .day {
        font-family: 'EB Garamond', serif;
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 33px;
        margin-left: 30px;
        margin-top: 10px;
        position: relative;
        left: 50%;
        float: left;
        clear: both;
    }

#weather {
    padding: 120px 0;
}

#meteo_box {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.meteo_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: 30px;
}

    .meteo_row:first-child {
        margin-top: 0;
    }

.meteo_col {
    width: 200px;
}

.meteo_ico_big {
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: center;
}

.meteo_stats {
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: #666666;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 28px;
    height: 56px;
}

.meteo_row .data {
    display: flex;
    justify-content: center;
}

    .meteo_row .data > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

        .meteo_row .data > div img {
            margin-right: 12px;
        }

.meteo_small {
    font-size: 13px;
}

.temp_text {
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: #999999;
    font-size: 50px;
    letter-spacing: -10px;
    width: 100%;
    line-height: 41px;
    position: relative;
    text-indent: -13px;
}

    .temp_text span.temp_deg {
        position: absolute;
        top: -14px;
        font-size: 24px;
        margin-left: 10px;
    }

.hourly_row {
    display: flex;
    margin-top: 100px;
}

.hour_box {
    width: 12.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: -25px;
}

    .hour_box .hour_ico {
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }


        .hour_box .hour_ico img {
            transform: scale(0.55) translateY(20px);
        }



    .hour_box.active .hour_ico img, .hour_box:hover .hour_ico img {
        transform: scale(1) translateY(-5px);
    }

    .hour_box.active .active_line, .hour_box:hover .active_line {
        transform: scale(1,1);
    }

    .hour_box.active .hour_text p, .hour_box:hover .hour_text p {
        transform: translateY(0);
    }

    .hour_box .active_line {
        width: 40px;
        height: 3px;
        background: #008D5C;
        margin-top: -2px;
        transform: scale(0,1);
    }

    .hour_box .separator {
        width: 100%;
        margin-top: 10px;
        height: 1px;
        background: #E5E0E1;
    }

    .hour_box .hour_text {
        margin-top: 12px;
    }


        .hour_box .hour_text p {
            font-size: 14px;
            transform: translateY(-100%);
        }



    .hour_box.right .hour_ico {
        align-self: flex-end;
    }

    .hour_box.active > .hour_ico {
        align-self: center;
        transform: translateY(-5px);
    }

#days_box {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
    margin-top: 50px;
}

.day_name {
    background: #EAEAEC;
    width: 14.2857%;
    padding: 5px 15px;
    border-left: 1px solid #008D5C;
    position: relative;
    cursor: pointer;
}

    .day_name:first-child {
        border-left: none;
    }

    .day_name p {
        font-family: 'EB Garamond', serif;
        font-size: 25px;
        letter-spacing: -4px;
        text-align: center;
        z-index: 1;
        position: relative;
    }

    .day_name .day_back {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #008D5C;
        left: 0;
        top: 0;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        z-index: 0;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .day_name.active .day_back, .day_name:hover .day_back {
        -webkit-transform: scale(1);
        transform: scale(1);
    }


/******************************* ROOMS *****************************/

#rooms #commons, #dining #commons, #travel #commons, #lifestyle #commons, #photogallery #commons, #photogallery_detail #commons {
    display: none;
}

#rooms #footer, #dining #footer, #travel #footer, #lifestyle #footer, #photogallery #footer, #photogallery_detail #footer {
    display: none;
}

#rooms #footer_mobile, #dining #footer_mobile, #travel #footer_mobile, #lifestyle #footer_mobile, #photogallery #footer_mobile, #photogallery_detail #footer_mobile {
    display: none;
}


#rooms #partners, #dining #partners, #travel #partners, #lifestyle #partners, #photogallery #partners, #photogallery_detail #partners {
    display: none;
}

    #rooms #partners + .copy, #dining #partners + .copy, #travel #partners + .copy, #lifestyle #partners + .copy, #photogallery #partners + .copy, #photogallery_detail #partners + .copy {
        display: none;
    }

.loading_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #EAEAEC;
}

    .loading_cover.removed {
        transform: translateX(100%);
    }

#section_scroller {
    z-index: 0;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    position: absolute;
}

#section_scroller_container {
    height: 100vh;
    width: 99999px;
    position: absolute;
}

.section_panel {
    width: 33.3333vw;
    overflow: hidden;
    position: relative;
    height: 100%;
    float: left;
    cursor: pointer;
    color: #333333;
}

    .section_panel.intro {
        background: #006540;
        /*background-image: url(/Template/images/Van-da.png);
        background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -290px;*/
    }

a.section_panel > div {
    will-change: transform;
}

.panel_intro {
    padding: 0 30px;
}

.subsection_num {
    position: absolute;
    top: 15px;
}



.panel_section_title {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 90px;
    font-weight: 300;
    letter-spacing: 2px;
}

.list-panel_section_title {
    font-family: 'EB Garamond', serif;
    text-transform: none !important;
    font-size: 36px;
    margin-top: 90px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
    color: #fff;
}

.cusnumber {
    color: #3f3f40 !important;
}

.panel_section_subtitle {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'EB Garamond', serif;
    font-size: 33px;
    color: #FFFFFF;
    font-weight: 300;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.panel_section_text_container {
  overflow: hidden;
    height: calc(100% - 210px);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.panel_section_text {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 31px;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 60px);
    column-count: 2;
}

#lifestyle .panel_section_text {
    column-count: 1;
    max-width: 300px;
}

.panel_section_text_container.top_translated {
    -webkit-transform: translateY(calc(100% + 60px));
    transform: translateY(calc(100% + 60px));
}

.panel_separator {
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-backface-visibility: hidden;
}

    .panel_separator .line_1 {
        height: 100%;
        width: 1px;
        background: #A09FA3;
        position: absolute;
        left: 0;
        top: 0;
        transform-origin: top;
        -webkit-backface-visibility: hidden;
    }

    .panel_separator .line_2 {
        height: 100%;
        width: 1px;
        background: #D4D7DC;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: top;
        -webkit-backface-visibility: hidden;
    }

.panel_start {
    position: absolute;
    background: #005a3a;
    height: 100%;
    width: 10px;
}

.section_panel .info {
    position: absolute;
    bottom: 0;
    width: 90%;
    max-width: 480px;
    z-index: 2;
}

.section_panel .num_back {
    width: 480px;
    background: #eaeaec;
    width: 150%;
    padding-top: 150%;
    position: absolute;
    transform: rotateZ(45deg) translateY(50%) translateX(-21%);
}

.section_panel .section_triangle {
    z-index: 2;
    position: relative;
    will-change: transform;
}

.section_panel .info_data {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 6%;
    box-sizing: border-box;
    top: calc(100% - 257px);
}

.section_number {
    margin-top: 47%;
}

.section_pic {
    height: 100%;
}



#section_animation .section_panel .section_pic.first_run {
    width: 0;
}

    #section_animation .section_panel .section_pic.first_run img {
        left: 0;
    }

.section_pic.scaled {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.section_pic.scaled_full {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section_number p {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 46px;
    line-height: 43px;
    position: relative;
}

.section_number._1 p img {
    position: absolute;
    bottom: -1px;
    width: 14.834%;
}

.info_data {
    margin-top: 110px;
}

.section_panel_title h1 {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    max-width: 360px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

    .section_panel_title h1 br {
        display: none;
    }



.section_separator {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 12px 0;
    font-family: 'Open Sans', sans-serif;
}

    .section_separator .pointer {
        width: 30px;
        height: 1px;
        background: #CDCDD1;
    }


.section_subtitle h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 300;
}

.section_veil {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

#panel_controls {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 60px;
    pointer-events: none;
    display: flex;
    will-change: transform;
}

    #panel_controls > div {
        width: 33.333vw;
        height: 100%;
        float: left;
        overflow: hidden;
        pointer-events: all;
        position: relative;
    }

    #panel_controls .next, #panel_controls .prev {
        cursor: pointer;
    }

    #panel_controls > div.hidden {
        transform: translateY(-60px);
    }

    #panel_controls .next .panel_back {
        background: rgba(0,0,0,0.15);
        width: 50vw;
        height: 50vw;
        transform: rotateZ(45deg) translateY(calc(-23.5vw + 76px));
        transform-origin: top left;
        position: absolute;
    }


    #panel_controls .next .panel_text {
        right: 109px;
    }

    #panel_controls .next:hover .panel_back {
        transform: rotateZ(45deg) translateY(-23.5vw);
    }

    #panel_controls .next:hover .panel_text {
        transform: translateX(40px);
    }

    /*#panel_controls .next:hover .panel_circle,#panel_controls .prev:hover .panel_circle {
    background:rgba(255,255,255,0.6);
}

#panel_controls .next:hover .panel_circle img,#panel_controls .prev:hover .panel_circle img {
    filter:none;
}*/

    #panel_controls .next .panel_circle {
        right: 10px;
    }

        #panel_controls .next .panel_circle img.animating {
            webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
            animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
            will-change: transform;
        }


    #panel_controls .prev .panel_back {
        background: rgba(0,0,0,0.15);
        width: 50vw;
        height: 50vw;
        transform: rotateZ(45deg) translateY(calc(-47vw - 90px));
        transform-origin: top left;
        position: absolute;
    }


    #panel_controls .prev:hover .panel_back {
        transform: rotateZ(45deg) translateY(-47.8vw);
    }

    #panel_controls .prev .panel_text {
        left: 109px;
    }

    #panel_controls .prev:hover .panel_text {
        transform: translateX(-40px);
    }



    #panel_controls .prev .panel_circle {
        left: 10px;
    }

        #panel_controls .prev .panel_circle img.animating {
            webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
            animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
            will-change: transform;
        }




    #panel_controls .panel_circle img {
        filter: brightness(10);
    }

    #panel_controls .panel_circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        position: absolute;
        top: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #panel_controls .panel_text {
        position: absolute;
        top: 20px;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 200;
    }

    #panel_controls .menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #panel_controls .menu .panel_back {
            background: rgba(0,0,0,0.15);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        #panel_controls .menu .menu_panel_controller {
            width: 21px;
            cursor: pointer;
            z-index: 1;
            padding: 15px 0px;
            margin-top: 15px;
        }

            #panel_controls .menu .menu_panel_controller .lines hr {
                border-bottom: 1px solid #FFFFFF;
                width: 21px;
            }

            #panel_controls .menu .menu_panel_controller:hover hr._1 {
                -webkit-transform: rotate(90deg) translate3d(4px,0px,0) !important;
                transform: rotate(90deg) translate3d(4px,0px,0) !important;
                -webkit-transition: -webkit-transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
                transition: transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
            }

            #panel_controls .menu .menu_panel_controller:hover hr._2 {
            }

            #panel_controls .menu .menu_panel_controller:hover hr._3 {
                opacity: 0;
                -webkit-transition: -webkit-transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
                transition: transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
            }


#ca_home {
    z-index: 1;
    margin-right: 25px;
    cursor: pointer;
    margin-top: 3px;
}

    #ca_home:hover img {
        filter: brightness(0.85);
    }


.section_panel .details {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(207,206,211,0.8);*/
    z-index: 1;
    top: 0;
}

.info_details {
    margin-top: 100px;
}

.panel_detail {
    width: 60%;
    float: right;
    margin-top: 50px;
}

.detail:first-child {
    margin-top: 0;
}

.det_num {
    font-family: 'EB Garamond', serif;
    font-size: 60px;
    letter-spacing: -18px;
    position: relative;
    color: #FFFFFF;
    margin-left: -10px;
}

    .det_num span {
        color: #FFFFFF;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        letter-spacing: 0;
        margin-left: 10px;
        top: 3px;
    }

.special .det_num {
    font-size: 50px;
    letter-spacing: -17px;
    margin-left: -9px;
}

    .special .det_num .monthName {
        position: relative;
        font-size: 15px;
        top: -1px;
        letter-spacing: 0px;
        text-transform: lowercase;
        left: 1px;
        padding-right: 5px;
    }

    .special .det_num .year {
        top: -1px;
        position: relative;
        font-size: 38px;
        margin-left: -2px;
        font-family: 'EB Garamond', serif;
        letter-spacing: -11px;
    }

    .special .det_num .pedix {
        position: relative;
        top: -1px;
    }

.panel_detail.special + .panel_detail.special {
    margin-top: 30px;
}

.det_black {
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
}

.det_white {
    font-size: 16px;
    margin-top: 5px;
    color: #FFFFFF;
    margin-top: 5px;
    max-width: 90%;
}

.special li {
    margin-top: 2px;
}


li .special_snip {
    position: relative;
    left: 12px;
    display: block;
    text-indent: -8px;
}

li .dash {
    float: left;
}



#section_animation {
    height: 100vh;
    pointer-events: none;
    z-index: 6;
    position: relative;
}


    #section_animation.bottomOut {
        position: absolute;
        top: 0;
        z-index: 10;
        transform: translateY(-100%);
    }

        #section_animation.bottomOut + #section_content {
            margin-top: 100vh;
        }

    #section_animation.bottomIn {
        transform: translateY(0);
    }

    #section_animation .section_panel {
        width: 100vw;
        cursor: default;
    }

        #section_animation .section_panel .section_veil {
            width: calc(100% + 1px);
        }

        #section_animation .section_panel .section_pic {
            overflow: hidden;
            width: 33.3333vw;
            position: relative;
        }



/******************* ROOM DETAIL *******************/


.scroller_arrow {
    position: relative;
    overflow: hidden;
    height: 42px;
    pointer-events: all;
    border-radius: 50px;
    width: 150px;
    cursor: pointer;
}

    .scroller_arrow .arrow_back {
        width: 150px;
        display: flex;
        align-items: center;
        background: rgba(150,150,150,0.6);
        height: 40px;
        border-radius: 60px;
        box-sizing: border-box;
        padding-left: 10px;
        opacity: 1;
        transform: scale(1,1);
    }

    .scroller_arrow.right {
        float: right;
        margin-right: 13px;
    }

        .scroller_arrow.right .arrow_back {
            padding-left: 10px;
            transform-origin: right;
        }

    .scroller_arrow.left .arrow_back {
        padding-left: 10px;
        transform-origin: left;
    }



    .scroller_arrow.left {
        float: left;
        margin-left: 13px;
    }

    .scroller_arrow p {
        color: #FFFFFF;
        font-size: 14px;
        white-space: nowrap;
        top: 11px;
        left: 11px;
        position: absolute;
    }

        .scroller_arrow p.hover {
            transform: translateY(28px);
            color: #666666;
            opacity: 0;
        }

    .scroller_arrow .circle {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        right: 0px;
    }


        .scroller_arrow .circle .back {
            width: 40px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 50%;
            position: absolute;
            opacity: 0.7;
            top: 0;
        }





#scroller_previous .circle {
    left: 0px;
    right: auto;
}

#scroller_previous p {
    position: absolute;
    right: 12px;
    left: auto;
}

.scroller_arrow.hidden {
    width: 40px;
}

.scroller_arrow .arrow_back.hidden {
    opacity: 0;
    transform: scale(0,1);
}

.scroller_arrow:hover .circle .back {
    opacity: 1;
}

.scroller_arrow:hover p {
    transform: translateY(-28px);
    opacity: 0;
}

    .scroller_arrow:hover p.hover {
        transform: translateY(0);
        opacity: 1;
    }

.scroller_arrow:hover .arrow_back {
    background: #EEEEEE;
}

.scroller_arrow .arrow_back.hidden p {
    opacity: 0;
}

.arrow_container {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#scroller_next img {
    -webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    will-change: transform;
}

#scroller_previous img {
    -webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    will-change: transform;
}


@-webkit-keyframes arrow_next {
    0% {
        -webkit-transform: none;
    }

    20% {
        -webkit-transform: scale(1.5,1) translateX(180%);
        opacity: 1;
    }

    20.0001% {
        opacity: 0;
        -webkit-transform: scale(1.5,1) translateX(-205%);
    }

    20.0002% {
        opacity: 1;
        -webkit-transform: scale(1.5,1) translateX(-205%);
    }

    20.0003% {
        opacity: 1;
        -webkit-transform: scale(1.5,1) translateX(-205%);
    }

    40% {
        -webkit-transform: none;
    }

    100% {
        -webkit-transform: none;
    }
}

@-webkit-keyframes arrow_prev {
    0% {
        -webkit-transform: none;
    }

    20% {
        -webkit-transform: scale(1.5,1) translateX(-180%);
        opacity: 1;
    }

    20.0001% {
        opacity: 0;
        -webkit-transform: scale(1.5,1) translateX(205%);
    }

    20.0002% {
        opacity: 1;
        -webkit-transform: scale(1.5,1) translateX(205%);
    }

    20.0003% {
        opacity: 1;
        -webkit-transform: scale(1.5,1) translateX(205%);
    }

    40% {
        -webkit-transform: none;
    }

    100% {
        -webkit-transform: none;
    }
}

@keyframes arrow_next {
    0% {
        transform: none;
    }

    20% {
        transform: scale(1.5,1) translateX(180%);
        opacity: 1;
    }

    20.0001% {
        opacity: 0;
        transform: scale(1.5,1) translateX(-205%);
    }

    20.0002% {
        opacity: 1;
        transform: scale(1.5,1) translateX(-205%);
    }

    20.0003% {
        opacity: 1;
        transform: scale(1.5,1) translateX(-205%);
    }

    40% {
        transform: none;
    }

    100% {
        transform: none;
    }
}

@keyframes arrow_prev {
    0% {
        transform: none;
    }

    20% {
        transform: scale(1.5,1) translateX(-180%);
        opacity: 1;
    }

    20.0001% {
        opacity: 0;
        transform: scale(1.5,1) translateX(205%);
    }

    20.0002% {
        opacity: 1;
        transform: scale(1.5,1) translateX(205%);
    }

    20.0003% {
        opacity: 1;
        transform: scale(1.5,1) translateX(205%);
    }

    40% {
        transform: none;
    }

    100% {
        transform: none;
    }
}

#toBeMoved {
    display: none;
}

#head_content {
    position: absolute;
    width: 33.333vw;
    height: 100vh;
    z-index: 1;
}

    #head_content.exit {
        transform: translateX(-100%);
    }

.back_1 {
    background: #008D5C;
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    z-index: 2;
    transform-origin: left;
}

    .back_1.no_width {
    }

.back_2 {
    background: #B1B1B7;
    width: calc(100%);
    height: 100%;
    position: absolute;
    z-index: 1;
    transform-origin: left;
}

.back_1.reverse {
    background: #B1B1B7;
}

.back_2.reverse {
    background: #008D5C;
}

.back_2.no_width {
}

.head_body {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 10%;
}

    .head_body .no_overflow {
        clear: both;
    }

    .head_body .panel_pay {
        float: left;
        overflow: hidden;
        height: 250px;
        width: 100%;
        margin-top: 45px;
    }

.part_1 {
    position: absolute;
    right: 10px;
}

.part_2 {
    position: absolute;
    left: 100%;
}

.part_1 img.hidden {
    transform: translateX(100%);
}

.part_2 img.hidden {
    transform: translateX(-100%);
}


.head_text {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 2px;
}

    .head_text._1 {
        text-align: right;
        padding-right: 40px;
    }

    .head_text._2 {
        text-align: center;
        float: left;
        width: 100%;
    }


.panel_name {
    position: absolute;
    z-index: 3;
    bottom: 35% !important;
    width: 100%;
    left: -45px;
}

.name_body {
    display: flex;
    margin-left: 7%;
    position: relative;
}

.section_date .white {
    color: #FFFFFF;
    position: relative;
    top: -4px;
}

.panel_name .separator {
    height: 110px;
    width: 1px;
    background: #FFFFFF;
    transform: rotateZ(-40deg) scale(1);
    transform-origin: top;
}


    .panel_name .separator.hidden {
        transform: rotateZ(-40deg) scale(1,0);
    }

.small_num {
    margin-left: 70px;
    margin-top: 12px;
    margin-right: 5px;
    min-width: 52px;
}

    .small_num .dark {
        font-family: 'EB Garamond', serif;
        color: #5F5F63;
        font-size: 28px;
        line-height: 43px;
        letter-spacing: 5px;
        display: block;
        float: left;
    }

    .small_num .white {
        font-family: 'EB Garamond', serif;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 43px;
        letter-spacing: 5px;
        display: block;
        float: left;
    }

.section_top {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 30px;
}

.subsection .section_top {
    letter-spacing: -1px;
}

.top_container {
}

.section_name {
    font-family: 'EB Garamond', serif;
    font-size: 33px;
    align-self: flex-end;
    letter-spacing: 0px;
}

.name_container {
    height: 80px;
    margin-left: 77px;
    display: flex;
}

.date_container {
    position: absolute;
    left: 208px;
    top: 45px;
}

.section_date {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    letter-spacing: 1px;
}

.panel_name.has_date .name_container {
    margin-top: 0;
    height: 36px;
}

.panel_name.has_date .section_name {
    color: #FFFFFF;
    font-size: 30px;
}


.panel_name.subsection .name_container {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    left: 205px;
    top: 45px;
    height: 36px;
}

.panel_name.subsection .top_container {
    height: 36px;
    align-self: flex-start;
    margin-left: 77px;
    margin-top: 0px;
}


#section_content .row.grey {
    background: #EAEAEC;
}

#section_content .row.darker_grey {
    background: #B1B1B7;
}

    #section_content .row.darker_grey h1, #section_content .row.darker_grey h2, #section_content .row.darker_grey p {
        color: #FFFFFF;
    }

#section_content .paragraph_details {
    width: 33.3333%;
    float: left;
    margin-top: 250px;
    padding: 0 5vw;
    box-sizing: border-box;
}

#dining #section_content .paragraph_details {
    margin-top: 465px;
}

#section_content .paragraph.first {
    margin-left: 0;
    float: left;
    width: calc(66.666% - 106px);
    margin-bottom: 190px;
    margin-top: 150px;
}

.p_detail {
    margin-top: 100px;
}

    .p_detail:first-child {
        margin-top: 0;
    }

    .p_detail h4 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
    }

.body_text.smaller {
    font-size: 15px;
    line-height: 22px;
}

#inroom_title {
    width: 25%;
    background: #FFFFFF;
    min-width: 370px;
    float: left;
}

#inroom_title_container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 3vw 0 1vw 0;
}


#inroom_services .usable_size {
    width: 100%;
}

.title_1 {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 35px;
}

.title_2 {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
    margin-left: 55px;
    margin-top: -8px;
}

#inroom_title .separator {
    height: 112px;
    width: 1px;
    background: #E0DFE2;
    transform: rotateZ(-45deg) scale(1);
    transform-origin: top;
    margin-left: -40px;
}

#inroom_services {
    width: 25%;
    min-width: 370px;
    background: #FFFFFF;
}

.flexed {
    display: flex;
}

    .flexed.bottom {
        align-items: flex-end;
        justify-content: flex-end;
    }

.service_pic {
    align-self: flex-end;
    width: 75%;
    order: 2;
}

.service_row {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
    width: 100%;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.service_label {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
}

.service_ico {
    height: 40px;
}

#fullscreen_gallery {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    top: 0px;
    z-index: 3;
}

.button_down img {
    -webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    will-change: transform;
}

.loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(198, 191, 178, 0.3);
    border-right: 3px solid rgba(198, 191, 178, 0.3);
    border-bottom: 3px solid rgba(198, 191, 178, 0.3);
    border-left: 3px solid #C6BFB2;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1s infinite linear;
    animation: loaderSpin 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

    .loader,
    .loader:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pic_big {
    width: 100%;
    float: left;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

    .pic_big.behind {
        z-index: 1;
    }

    .pic_big.above {
        z-index: 3;
    }


#gallery_controller {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    z-index: 3;
}


.gallery_borders {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    will-change: transform;
}

    .gallery_borders .top {
        width: 100%;
        height: 10px;
        background: #FFFFFF;
        top: 0;
        left: 0;
        position: absolute;
    }

    .gallery_borders .bottom {
        width: 100%;
        height: 10px;
        background: #FFFFFF;
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .gallery_borders .left {
        width: 10px;
        height: 100%;
        background: #FFFFFF;
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .gallery_borders .right {
        width: 10px;
        height: 100%;
        background: #FFFFFF;
        top: 0;
        right: 0;
        position: absolute;
    }

#style_details {
    margin-top: 80px;
}

.style_shadow_top {
    position: absolute;
    left: 0;
    z-index: 1;
}

.style_row {
    display: flex;
}

.dark_grey_back {
    background: #EAEAEC;
}

.darker_grey_back {
    background: #008D5C;
}

.black_back {
    background: #333333;
}

.white_back {
    background: #FFFFFF;
}

.style_panel {
    position: relative;
}

.style_title {
    position: absolute;
    top: 50%;
    height: 180px;
    margin-top: -130px;
    left: 44%;
    margin-left: -140px;
    z-index: 1;
}

    .style_title .desc_text {
        font-size: 40px;
        line-height: initial;
        text-indent: 15px;
    }

    .style_title .desc_title {
        font-size: 70px;
    }

.style_label {
    position: absolute;
    height: 80px;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    transform-origin: left;
    z-index: 2;
    min-width: 340px;
}

    .style_label.top {
        top: 0;
    }

    .style_label.bottom {
        bottom: 0;
    }

    .style_label.left {
        left: 0;
    }

    .style_label .desc_title {
        position: absolute;
        margin: 5px;
    }

    .style_label.right {
        right: 0;
    }

    .style_label p.top {
        top: 0;
    }

    .style_label p.bottom {
        bottom: 0;
    }

    .style_label p.left {
        left: 0;
    }

    .style_label p.right {
        right: 0;
    }

.diagonal_line {
    position: absolute;
    top: 19vw;
    right: 19vw;
    height: 40vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2px;
}

    .diagonal_line ._1 {
        background: #EAEAEC;
        height: 59%;
        width: 2px;
    }

    .diagonal_line ._2 {
        background: #E0DFE2;
        height: 29.56%;
        width: 2px;
        position: relative;
        top: 12%;
    }

    .diagonal_line.hidden {
        -webkit-transform: rotate(-45deg) scale(1,0) !important;
        transform: rotate(-45deg) scale(1,0) !important;
    }

.stark {
    min-width: 245px;
}

.style_label.black_back p {
    color: #FFFFFF;
}

#panelDetailController {
    position: fixed;
    width: 400px;
    bottom: 30px;
    left: 50%;
    margin-left: -200px;
    overflow: hidden;
    pointer-events: none;
    will-change: transform;
}

#index #panelDetailController, #location #panelDetailController {
    display: none;
}

#panelDetailController > a {
    float: left;
    display: block;
    position: relative;
}

    #panelDetailController > a#panelNext {
        float: right;
        font-size: 15px;
        font-weight: 200;
    }

    #panelDetailController > a#backToPanels {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        font-size: 15px;
        font-weight: 200;
    }

.back_circle {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}

#panelDetailController .panel_text {
    position: absolute;
    top: 10px;
    font-size: 15px;
    font-weight: 200;
    color: #FFFFFF;
    width: calc(100% - 21px);
    text-align: center;
    height: 23px;
    overflow: hidden;
}


#panelDetailController #panelNext .panel_text {
    margin-left: 21px;
}

.line_container {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    left: 14.5px;
}

    .line_container .line {
        height: 20px;
        width: 1px;
        background: #FFFFFF;
        float: left;
        margin-left: 4px;
    }

        .line_container .line:first-child {
            margin-left: 0;
        }

.gallery_controller {
    position: absolute;
    top: 50%;
    margin-top: -180px;
    width: 75px;
    z-index: 5;
    will-change: transform;
    right: 30px;
}


    .gallery_controller .button_left {
        height: 40px;
        /* background: url(/style/images/slider_button_left.png) no-repeat; */
        width: 40px;
        background-position: right;
        padding: 20px 17.5px;
        cursor: pointer;
        position: relative;
    }

    .gallery_controller .button_right {
        height: 40px;
        /* background: url(/style/images/slider_button_right.png) no-repeat; */
        width: 40px;
        background-position: left;
        cursor: pointer;
        position: relative;
        padding: 5px 17.5px;
    }

.button_down {
    scroll-behavior: smooth;
}

.gallery_controller .button_right:hover, .gallery_controller .button_left:hover, .gallery_controller .button_down:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery_controller .button_down {
    height: 40px;
    /* background: url(/style/images/slider_button_right.png) no-repeat; */
    width: 40px;
    background-position: left;
    cursor: pointer;
    position: relative;
    padding: 35px 17.5px;
    margin-top: 50px;
}

    .gallery_controller .button_down .circle {
        transform: rotateZ(90deg);
    }

.gallery_controller .circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.button_left .circle {
    position: relative;
    top: auto;
}

.button_right .circle {
    position: relative;
    top: auto;
}

.button_down .circle {
    position: relative;
    top: auto;
}

.button_right img {
    -webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    will-change: transform;
}

.button_left img {
    -webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
    will-change: transform;
}

.button_down img {
    will-change: transform;
}

.gallery_diagonal {
    height: 52px;
    width: 1px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px #333333;
    left: 50%;
    transform: rotate(25deg);
    top: 4px;
}

#fullscreen_gallery .counter {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    display: block;
    float: left;
    text-shadow: 2px 2px 2px #333333;
    text-align: right;
    width: 45%;
    margin-top: 5px;
    transform-origin: 90% center;
}

#fullscreen_gallery .total {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    display: block;
    float: right;
    text-shadow: 2px 2px 2px #333333;
    text-align: left;
    width: 45%;
    margin-top: 25px;
}

#fullscreen_gallery .numbers {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 60px;
    bottom: 20px;
    z-index: 2;
}


/**************** DINING *******************/

.block_25 {
    background: #FFFFFF;
    align-items: center;
    width: 25%;
    position: relative;
}

.block_33 {
    background: #FFFFFF;
    align-items: center;
    width: 33.3333%;
    position: relative;
}

    .block_33.flexed.centered {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .block_33.flexed.centered .block_title {
            position: relative;
            right: 0;
            left: 0;
        }

            .block_33.flexed.centered .block_title + .block_title {
                margin-top: 18vw;
            }

.block_25.double {
    width: 37.5%;
    flex-direction: column;
    justify-content: flex-end;
}

    .block_25.double .top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 50%;
        box-sizing: border-box;
        padding: 0px 16% 8% 16%;
    }

        .block_25.double .top.smaller {
            height: 40%;
        }

    .block_25.double .bottom {
        width: 100%;
        height: 50%;
        overflow: hidden;
    }

        .block_25.double .bottom.bigger {
            height: 60%;
        }



.block_25.stuff {
    background: #F8F8F9;
    justify-content: center;
}

.block_title {
    position: relative;
    right: auto;
    margin-right: 13%;
}

    .block_title .desc_text {
        font-size: 20px;
        text-align: right;
        text-indent: 15px;
        line-height: 30px;
        margin-top: 5px;
    }

    .block_title .desc_title {
        font-size: 35px;
        position: relative;
        right: 2px;
        text-align: right;
    }

        .block_title .desc_title.giant {
            font-size: 40px;
            margin: 0 20px;
        }

.pic_75 {
    width: 75%;
}

.pic_70 {
    width: 70%;
}

.pic_30 {
    width: 30%;
}

.pic_33 {
    width: 33.3333%;
}

.pic_66 {
    width: 66.6666%;
}


.pic_62 {
    width: 62.5%;
}

.usable_size {
    width: calc(100% - 106px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}

    .usable_size.full {
        width: 100%;
    }

    .usable_size.bottom_aligned {
        justify-content: flex-end;
        position: relative;
        padding-bottom: 4.5vw;
    }

        .usable_size.bottom_aligned .block_title {
            right: 0;
        }

.row.bordered {
    padding-left: 2vw;
    box-sizing: border-box;
}

.closing {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    padding: 20% 22%;
    box-sizing: border-box;
}

    .closing.no_padding {
        padding: 10% 5%;
        font-size: 20px;
    }

.grey {
    background: #EAEAEC !important;
}

.dark_grey {
    background: #008D5C !important;
}

#dining_detail .diagonal_line {
    position: absolute;
    top: -4.3vw;
    left: 2.9vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
}

#dining_detail .block_25.double .diagonal_line {
    top: -4.2vw !important;
    left: 15vw !important;
}

#dining_detail .diagonal_line ._1 {
    background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#dining_detail .diagonal_line ._2 {
    background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#dining_detail .diagonal_line.hidden {
    -webkit-transform: rotate(-45deg) scale(1,0);
    transform: rotate(-45deg) scale(1,0);
}

#dining_detail .big_subtitle {
    margin-top: 10px;
}

#dining_detail #section_content .paragraph_details {
    margin-top: 465px;
}

#dining_detail #section_content .paragraph.first {
    margin-bottom: 190px;
    margin-top: 150px;
}


/********************* SPECIALS *******************/

.specials .closing {
    font-size: 22px;
    line-height: 45px;
    padding: 12% 10% 12% 33.333vw;
}

#more_specials {
    margin-top: 150px;
    margin-bottom: 150px;
    position: relative;
}

#more_specials_container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

#specials_detail .specials .block_title {
    margin: auto;
}

#specials_detail .desc_title {
    text-align: center;
}

#more_specials_scroller {
    display: flex;
    overflow: hidden;
}

.pic_box {
    width: 320px;
    height: 320px;
    overflow: hidden;
}

.special_box {
    text-decoration: none;
    margin-right: 20px;
}

.text_box {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #333333;
}

    .text_box.date_box {
        margin-top: 7px;
    }

.red {
    color: #FF2C53;
}

.special_arrow.left {
    top: 50%;
    position: absolute;
    left: calc(50vw - 600px);
    border-radius: 50px;
    border: 1px solid #008D5C;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    cursor: pointer;
}

.special_arrow.right {
    top: 50%;
    position: absolute;
    left: calc(50vw + 560px);
    border-radius: 50px;
    border: 1px solid #008D5C;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    cursor: pointer;
}

.special_book {
}

.block_title_underline {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #333333;
    left: 14px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}


.block_title:hover .block_title_underline {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}


/*********************** FACILITIES ****************/

.closing.single {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    padding: 10vw 0;
    box-sizing: border-box;
    width: 50%;
    margin: auto;
    min-width: 780px;
}

.download_item {
    margin-right: 13%;
    margin-top: 50px;
    position: relative;
    top: auto;
    right: auto;
}

.block_25:hover .download_item, .block_33:hover .download_item {
    margin-top: 100px;
}

    .block_25:hover .download_item .back, .block_33:hover .download_item .back {
        background: #999999;
        left: 0;
    }

    .block_25:hover .download_item .arrow img, .block_33:hover .download_item .arrow img {
        filter: brightness(6);
    }

.sitemap_block .download_item {
    margin-right: -90px;
}

.sitemap_block:hover .download_item {
    margin-top: 115px;
}

    .sitemap_block:hover .download_item .back {
        background: #fff;
        left: 0;
    }

    .sitemap_block:hover .download_item .arrow img {
        filter: brightness(6);
    }

.has_download {
    cursor: pointer;
}



/*********** LOCATION **********/


.block_42 {
    width: 41.6666%;
}

.location .section_name {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    letter-spacing: 2px;
}

.panel_name.location .name_container {
    left: 210px;
    top: 38px;
}


.how_to_label {
    display: flex;
    align-items: center;
    padding-bottom: 3.8vw;
    margin-right: 10.6%;
}

    .how_to_label .label {
        margin-left: 30px;
        font-family: 'EB Garamond', serif;
        font-size: 28px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

#gmap.enabled iframe {
    pointer-events: all;
}

#gmap iframe {
    pointer-events: none;
}

#gmap {
    height: 0;
    overflow: hidden;
    height: 0;
}

    #gmap iframe {
        padding: 10px;
        box-sizing: border-box;
        display: none;
    }

    #gmap.loaded iframe {
        display: block;
    }


    #gmap.loaded {
        height: 800px;
    }

/************************ LIFESTYLE *******************/

#lifestyle_detail .diagonal_line {
    position: absolute;
    top: -3vw;
    left: -6vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
}

#lifestyle_detail .block_25.double .diagonal_line {
    top: -7.2vw !important;
    left: 10vw !important;
}

#lifestyle_detail .diagonal_line ._1 {
    background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#lifestyle_detail .diagonal_line ._2 {
    background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#lifestyle_detail .diagonal_line.hidden {
    -webkit-transform: rotate(-45deg) scale(1,0);
    transform: rotate(-45deg) scale(1,0);
}

.grey_box {
    width: 100%;
    height: 100%;
    background: #B1B1B7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.letters {
    overflow: hidden;
}

    .letters .letter {
        /*font-family:'Open Sans', sans-serif;
        font-size: 50px;
        color: #FFFFFF;
        letter-spacing: 0px;
        color: #FFFFFF;
        display: block;
        float: left;
        margin: 0 20px;*/
        font-family: 'Open Sans', sans-serif;
        font-size: 45px;
        position: relative;
        right: auto;
        text-align: left;
        padding-left: 27px;
        padding-right: 27px;
    }

    .letters + .letters {
        margin-top: 20px;
    }

.horizontal_line {
    width: 200px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 100%;
    margin-left: -100px;
    z-index: 1;
}

    .horizontal_line ._1 {
        width: 50%;
        height: 2px;
        background: #E0DFE2;
        float: left;
    }

    .horizontal_line ._2 {
        float: left;
        height: 2px;
        background: #E0DFE2;
        width: 50%;
    }

.right .horizontal_line {
    left: 0;
}


#lifestyle_detail .block_33 .block_title .diagonal_line {
    top: 18px;
    left: calc(100% + 50px);
}

    #lifestyle_detail .block_33 .block_title .diagonal_line.alt {
        top: calc(100% - 10px);
        left: -50px;
    }

    #lifestyle_detail .block_33 .block_title .diagonal_line ._1 {
        background: #E0DFE2;
        height: 100%;
        width: 2px;
    }

    #lifestyle_detail .block_33 .block_title .diagonal_line.hidden {
        -webkit-transform: rotate(-45deg) scale(1,0);
        transform: rotate(-45deg) scale(1,0);
    }


/*************** TRAVEL GUIDE ***************/



#travel_detail .diagonal_line {
    position: absolute;
    top: -4.3vw;
    left: 2.9vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
}

#travel_detail .block_25.double .diagonal_line {
    top: -7.2vw !important;
    left: 10vw !important;
}

#travel_detail .diagonal_line ._1 {
    background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#travel_detail .diagonal_line ._2 {
    background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#travel_detail .diagonal_line.hidden {
    -webkit-transform: rotate(-45deg) scale(1,0);
    transform: rotate(-45deg) scale(1,0);
}


/************** PHOTOGALLERY ***********/


#fullscreen_gallery.gallery_section {
    position: absolute;
    top: 0;
    z-index: 7;
}

    #fullscreen_gallery.gallery_section.no_visibility {
        visibility: hidden;
    }

    #fullscreen_gallery.gallery_section .gallery_borders {
        display: none;
    }

#gallery_panel {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 60px;
    z-index: 5;
    overflow: hidden;
}

    #gallery_panel.hidden {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

.p_left {
    width: 240px;
    height: 60px;
    background: url(/style/images/p_left.png) no-repeat;
    background-position: top left;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.p_center {
    float: left;
    height: 60px;
    width: calc(100% - 360px);
    position: absolute;
    left: 180px;
    top: 0;
}

.p_right {
    width: 240px;
    height: 60px;
    background: url(/style/images/p_right.png) no-repeat;
    background-position: top right;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.b_left {
    width: 50%;
    float: left;
    height: 60px;
    background: url(/style/images/p_center.png);
    background-position: top left;
}

.b_right {
    width: 50%;
    float: right;
    height: 60px;
    background: url(/style/images/p_center.png);
    background-position: top right;
}

.b_center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_name {
    font-family: 'EB Garamond', serif;
    color: #FFFFFF;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #333333;
}

    .p_name .p_sub {
        text-transform: capitalize;
    }

.p_section {
    height: 100%;
    display: flex;
    align-items: center;
}

    .p_section p {
        font-size: 15px;
        color: #FFFFFF;
    }

    .p_section.left {
        margin-left: 30px;
    }

    .p_section.right {
        justify-content: flex-end;
        margin-right: 30px;
    }



    .p_section.left p img {
        margin-right: 15px;
    }


    .p_section.right p img {
        margin-left: 15px;
    }

.p_left:hover img {
    transform: translateX(-15px);
}

.p_right:hover img {
    transform: translateX(15px);
}
/****************** CONTACTS *******************/


.subsection.contacts .top_container {
    height: auto;
    margin-left: 77px;
}

.subsection.contacts .section_top {
    font-family: 'EB Garamond', serif;
    letter-spacing: 4px;
}

#contacts .closing {
    max-width: 700px;
    position: relative;
    padding: 10% 5% 10% 0;
    font-size: 19px;
}

.closing a {
    position: absolute;
    right: 5%;
}

.closing span {
    display: block;
}

#contacts .diagonal_line {
    position: absolute;
    top: -4.3vw;
    left: 2.9vw;
    top: 2vw;
    height: 20vw;
    left: -4.2vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
}



    #contacts .diagonal_line ._1 {
        background: #FFFFFF;
        height: 30%;
        width: 2px;
    }

    #contacts .diagonal_line ._2 {
        background: #E0DFE2;
        height: 65%;
        width: 2px;
        position: relative;
        top: 0;
    }

    #contacts .diagonal_line.hidden {
        -webkit-transform: rotate(-45deg) scale(1,0);
        transform: rotate(-45deg) scale(1,0);
    }

/****************** PRESS *********************/


.press_year_container {
    display: flex;
}

.press_year_box {
    width: 33.3333%;
    height: 350px;
    background: #CCCCCC;
    display: flex;
    align-items: flex-end;
}

.press_year {
    font-family: 'EB Garamond', serif;
    font-size: 200px;
    color: #FFFFFF;
    margin-left: 20px;
    line-height: 193px;
}

.press_items {
    width: calc(66.6666% - 130px);
    position: relative;
    top: -16px;
    padding: 0 60px;
    box-sizing: border-box;
    padding-bottom: 100px;
    border-bottom: 1px solid #999999;
    min-height: 480px;
}

#press .row:nth-child(odd) .press_year_box {
    background: #999999;
}

.row.press {
    margin-top: 100px;
}

.press_item .item_title {
    font-family: 'EB Garamond', serif;
    font-size: 34px;
    width: 100%;
    display: block;
    text-transform: lowercase;
}


.press_item .item_sub {
    position: relative;
    display: block;
    float: left;
}

    .press_item .item_sub .underline {
        /width: 100%;
        height: 1px;
        background: #999999;
        margin-top: 1px;
        transform: scale(0,1);
        transform-origin: left;
    }

.press_item:hover .underline {
    transform: scale(1);
}

.press_item {
    margin-top: 45px;
    clear: both;
}

    .press_item:first-child {
        margin-top: 0;
    }


/****************** BOOK INTERFACE ****************/

.overlay_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
    display: flex;
}

    .overlay_layer.hidden {
        display: none;
    }

    .overlay_layer > .white_back {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .overlay_layer .left_panel, #book_interface .right_panel {
        z-index: 1;
        position: relative;
    }

    .overlay_layer .left_panel {
        float: left;
        width: 33.3333vw;
        height: 100%;
        background: #008D5C;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .overlay_layer .left_panel.hidden {
            transform: translateX(-100%);
        }

    .overlay_layer .right_panel {
        float: left;
        width: 66.6666vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .overlay_layer .diagonal_line {
        position: absolute;
        bottom: 0%;
        left: auto !important;
        right: -3.5vw !important;
        height: 25vw !important;
        z-index: 2;
        -webkit-transform: rotate(-45deg) scale(1,1);
        transform: rotate(-45deg) scale(1,1);
        transform-origin: center !important;
        top: auto !important;
    }

        .overlay_layer .diagonal_line ._1 {
            background: #EAEAEC;
            height: 30%;
            width: 2px;
        }

        .overlay_layer .diagonal_line ._2 {
            background: #E0DFE2;
            height: 60%;
            width: 2px;
            position: relative;
            top: 0;
        }

.form_input {
    width: 400px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

    .form_input:first-child {
        margin-top: 0;
    }

    .form_input label {
        width: 100%;
        font-family: 'EB Garamond', serif;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #999999;
    }

        .form_input label img {
            margin-top: 15px;
        }

    .form_input input[type=text], .form_input input[type=email] {
        width: 100%;
        border: none;
        border-bottom: 1px solid #CCCCCC;
        margin-top: 20px;
        color: #666666;
        font-family: De Valencia;
        text-align: center;
        font-size: 34px;
        letter-spacing: -3px;
    }

    .form_input.people input {
        width: 100px;
    }



.overlay_title {
    font-family: 'EB Garamond', serif;
    font-size: 70px;
    position: relative;
}


.submit {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    color: #333333;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

    .submit.hidden {
        transform: translateX(-20px);
        opacity: 0;
    }

.circle_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 41px;
    overflow: hidden;
    position: relative;
}

    .circle_button .arrow {
        z-index: 1;
        position: relative;
        margin-top: -2px;
        left: 1px;
    }

    .circle_button.left .arrow.hidden {
        transform: translateX(30px);
    }

    .circle_button.right .arrow.hidden {
        transform: translateX(-30px);
    }


    .circle_button.bottom .arrow img {
        transform: rotateZ(90deg);
    }

    .circle_button.bottom .arrow.hidden {
        transform: translateY(-30px) rotateZ(90deg);
    }

    .circle_button .back {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 1px;
    }

#book_submit {
    margin-top: 120px;
    display: flex;
    align-items: center;
    margin-top: 100px;
    cursor: pointer;
}

    #book_submit .circle_button {
        margin-top: 9px;
        margin-left: 25px;
    }



        #book_submit .circle_button .arrow {
            left: 0px;
        }

    #book_submit:hover .circle_button .back {
        background: #666666;
    }

    #book_submit:hover .circle_button .arrow img {
        filter: brightness(10);
    }

.overlay_close {
    position: absolute;
    top: 20px;
    right: 36px;
    width: 25px;
    height: 25px;
    padding: 20px;
    cursor: pointer;
}

    .overlay_close .menu_close {
        float: right;
        width: 25px;
        height: 25px;
        position: absolute;
        right: auto;
        top: auto;
        transform: rotateZ(45deg);
        right: -10px;
        top: -10px;
    }

.copy {
    background: #EAEAEC;
    width: 100%;
    bottom: 0;
    margin-left: 0;
    padding: 10px 200px;
    box-sizing: border-box;
}

    .copy p {
        font-family: 'EB Garamond', serif;
        letter-spacing: 1px;
        color: #999999;
        text-align: right;
        font-size: 13px;
    }

.footer_text {
    width: 30%;
    float: left;
}

    .footer_text p {
        font-weight: 300;
        font-size: 17px;
        display: flex;
        justify-content: start;
    }

        .footer_text p i {
            color: #00A76D;
            margin-right: 10px;
            font-size: 17px;
            margin-top: 3px;
            text-align: center;
            width: 20px;
        }

            .footer_text p i.fa-map {
                margin-top: 10px;
                font-size: 14px;
                text-align: center;
                margin-right: 10px;
            }

        .footer_text p span {
            line-height: 25px;
        }
/****************** SITEMAP ******************/


#sitemapitem_box {
    z-index: 1;
    width: 85%;
    max-width: 800px;
    height: 85%;
    overflow: hidden;
    position: relative;
}

.items_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#sitemap_scroller {
    padding-bottom: 65px;
}

#sitemapitem_box .text_shadow_upper {
    top: 0;
}

.chapter_paragraph {
    display: block;
}

#sitemapitem_box .text_shadow_lower {
    bottom: 0;
}

.site_chapter {
    margin-top: 40px;
}

    .site_chapter:first-child {
        margin-top: 0;
    }

.chapter_name {
    color: #333333;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 4px;
    position: relative;
    display: block;
}

.chapter_number {
    color: #333333;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    margin-right: 20px;
    position: relative;
    top: -4px;
    letter-spacing: 1px;
}

.fancy_name {
    font-size: 14px;
    color: #CDCDD1;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.overlay_layer .section_separator {
    margin: 0;
    background: #EAEAEC;
    transform-origin: left;
}

.site_paragraph_name {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
}

.site_paragraph_number {
    color: #333333;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
    letter-spacing: 2px;
}

    .site_paragraph_number .bigger {
        font-size: 24px;
        color: #ADACB2;
    }

.site_paragraph_sub {
    color: #ADACB2;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    letter-spacing: 4px;
    margin-left: 20px;
}



/************ CREDITS ************/

#credits_box {
    z-index: 1;
}

.role {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    text-align: center;
    color: #998C92;
}

.people {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    text-align: center;
    color: #333333;
}

.mansion {
    font-size: 15px;
    text-align: center;
}

.credit_section {
    margin-top: 80px;
}

    .credit_section:first-child {
        margin-top: 0px;
    }




/************** FORMS ****************/

.has_form {
    display: flex;
}

    .has_form.full {
        margin-bottom: 100px;
    }

.form_info_block {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

    .form_info_block .diagonal_line {
        top: -4.2vw !important;
        left: 2vw !important;
    }

    .form_info_block .diagonal_line {
        position: absolute;
        height: 20vw;
        z-index: 2;
        -webkit-transform: rotate(-45deg) scale(1,1);
        transform: rotate(-45deg) scale(1,1);
        transform-origin: top;
    }


        .form_info_block .diagonal_line ._1 {
            background: #FFFFFF;
            height: 30%;
            width: 2px;
        }

        .form_info_block .diagonal_line ._2 {
            background: #E0DFE2;
            height: 65%;
            width: 2px;
            position: relative;
            top: 0;
        }

    .form_info_block .block_title {
        position: relative;
        right: 0;
        margin-top: 100px;
        margin-right: 0;
    }

    .form_info_block .desc_title {
        font-size: 65px;
    }

    .form_info_block .desc_text {
        font-size: 30px;
        letter-spacing: 6px;
    }

    .form_info_block .form_description {
        width: 80%;
        position: relative;
        max-width: 380px;
        right: 0%;
        margin-top: 250px;
    }

        .form_info_block .form_description p {
            text-align: right;
            font-size: 18px;
            line-height: 31px;
        }

.page_form {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
    width: 45%;
    margin-top: 180px;
    margin-left: 20px;
}

.has_form.full .page_form {
    width: 70%;
}

.has_form.contact .block_title {
    margin-top: 0;
    align-items: center;
}

.has_form.contact .form_info_block {
    justify-content: center;
    width: 40%;
}

.has_form.contact .page_form {
    width: 60%;
}

.message textarea {
    margin-top: 10px;
    box-sizing: border-box;
    height: 220px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
    border: 1px solid #D9D8E1;
    width: 100%;
}

.page_form .form_input {
    margin-top: 35px;
    max-width: 800px;
    width: 75%;
    display: block;
}

    .page_form .form_input:first-child {
        margin-top: 0;
    }

    .page_form .form_input.radio {
        margin-top: 50px;
        display: block;
    }

        .page_form .form_input.radio + .form_container {
            margin-top: 40px;
        }

.form_container + .form_container {
    margin-top: 35px;
}

.form_input .choice_label {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
    background: none;
    text-align: left;
    display: block;
    width: 200px;
    float: left;
    color: #666666;
    margin-top: -8px !important;
}

.checkbox_container {
    float: right;
    width: calc(100% - 215px);
    margin-top: 7px;
}

.checkbox {
    margin-top: 12px;
}

    .checkbox:first-child {
        margin-top: 0;
    }

    .checkbox label {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        color: #333333;
        line-height: initial;
        margin-left: 30px;
        display: block;
        position: relative;
        top: -1px;
    }

    .checkbox input {
        float: left;
    }

#shop_other_comment {
    margin-left: 33px;
    margin-top: 10px;
    width: calc(100% - 33px);
    height: 80px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
    border: 1px solid #D9D8E1;
    box-sizing: border-box;
}


.page_form .form_input.privacy {
    margin-top: 77px;
    align-items: flex-start;
}

.page_form .form_input input[type=text], .page_form .form_input input[type=email] {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
    background: none;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
}

    .page_form .form_input input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #998C92;
    }

    .page_form .form_input input[type=text]::-moz-placeholder { /* Firefox 19+ */
        color: #998C92;
    }

    .page_form .form_input input[type=text]:-ms-input-placeholder { /* IE 10+ */
        color: #998C92;
    }

    .page_form .form_input input[type=text]:-moz-placeholder { /* Firefox 18- */
        color: #998C92;
    }

.page_form .form_input > label {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
    background: none;
    text-align: left;
    display: block;
    line-height: initial;
    color: #998C92;
}

.form_container {
    /*max-width: 800px;*/
    width: 100%;
}

    .form_container .form_input.bigger {
        width: 60%;
        float: left;
        margin-top: 0;
    }

    .form_container .form_input.half {
        width: 45%;
        float: left;
        margin-top: 0;
    }

        .form_container .form_input.half + .half {
            width: 45%;
            float: left;
            margin-top: 0;
            margin-left: 10%;
        }

    .form_container .form_input.smaller {
        width: 30%;
        float: right;
        margin-top: 0;
    }

.form_input.half .gldp-flatwhite {
    position: absolute;
    font-family: 'helvetica';
    box-shadow: 0px 0px 3px #CCCCCC;
    right: 0;
    left: auto !important;
    height: 400px !important;
    z-index: 1;
    width: 100% !important;
    top: 44px !important;
}

.req_date {
    z-index: 1;
    position: relative;
}


.form_detail {
    margin-bottom: 5vw;
}

.privacy > textarea {
    width: 98%;
    border: none;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    background: none;
    height: 35px;
    margin-top: 6px;
    resize: none;
}

.form_controls {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 75%;
    max-width: 800px;
}

.form_submit {
    margin-top: 0px;
    cursor: pointer;
}

    .form_submit:hover .circle_button .back {
        background: #666666;
    }

    .form_submit:hover .circle_button .arrow img {
        filter: brightness(10);
    }

.form_reset {
    cursor: pointer;
}

    .form_reset p {
        font-size: 20px;
        font-family: 'EB Garamond', serif;
        letter-spacing: 5px;
        color: #333333;
        line-height: 40px;
    }

.form_submit .circle_button {
    margin-top: 0;
    margin-left: 0;
}


p.radio_input {
    float: left;
    font-family: Lato;
    color: #333333;
    font-size: 12px;
    position: relative;
    width: 100%;
    height: 18px;
    margin-top: 26px;
}

    p.radio_input > input {
        padding: 0;
        margin: 0;
        height: 16px;
        width: 16px;
        float: left;
        position: absolute;
        left: 0;
        opacity: 0;
    }

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}

p.radio_input:not(#foo) > input[type=radio] + label {
    background-position: 0 -7px;
}

p.radio_input:not(#foo) > input + label {
    background: url(/style/images/radio_input.png) 0 -1px no-repeat;
    height: 16px;
}

p.radio_input > label {
    line-height: 16px;
    padding: 0px 0px 1px 28px;
    float: left;
    letter-spacing: 0px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333;
    display: block;
}

p.radio_input:not(#foo) > input[type=radio]:hover + label, p.radio_input:not(#foo) > input[type=radio]:focus + label, p.radio_input:not(#foo) > input[type=radio] + label:hover {
    background-position: 0 -32px;
}

p.radio_input:not(#foo) > input[type=radio] + label {
    background-position: 0 -7px;
}

p.radio_input:not(#foo) > input[type=radio]:hover:checked + label, p.radio_input:not(#foo) > input[type=radio]:focus:checked + label, p.radio_input:not(#foo) > input[type=radio]:checked + label:hover, p.radio_input:not(#foo) > input[type=radio]:focus:checked + label {
    background-position: 0 -57px;
}

p.radio_input:not(#foo) > input[type=radio]:checked + label {
    background-position: 0 -57px;
}



#specials_detail .panel_name {
    bottom: 100px;
}

    #specials_detail .panel_name .name_container {
        position: absolute;
        margin-left: 0;
        top: 110px;
        margin-top: 0;
        left: -4px;
        height: 36px;
    }

#specials_detail .date_container {
    top: 180px;
    left: 0;
    margin: 30px;
}

#specials_detail .panel_name.single_line {
    bottom: 60px;
}







@media (max-width:1755px) {

    .menu_close {
        right: -30px;
    }

    #panel_controls .prev .panel_text {
        left: 120px;
    }

    #panel_controls .prev:hover .panel_text {
        transform: translateX(-50px);
    }

    .menu_panel .menu_title_open .menu_title {
        font-size: 21px;
        font-weight: 300;
        margin-top: 7px;
        line-height: 26px;
    }

    .menu_panel .center {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 81px);
        top: 0;
    }

    .menu_panel .upper {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }


    #partners {
        padding: 50px 236px 50px calc(25% + 65px);
    }
}


@media (max-width:1440px) {
    #panel_controls .prev .panel_text {
        left: 130px;
    }

    #panel_controls .prev:hover .panel_text {
        transform: translateX(-60px);
    }

    .det_num span {
        font-size: 14px;
    }

    .panel_detail {
        width: 75%;
    }

    #scroller_controls {
        top: calc(50% - 30px);
    }

    .det_black {
        font-size: 14px;
        margin-top: 3px;
    }

    .det_white {
        font-size: 14px;
    }

    .section_panel .info_data {
        top: calc(100% - 240px);
    }

    .body_text {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
        max-width: calc(100% - 130px);
    }

    .p_detail .body_text {
        max-width: 80%;
    }


    .panel_section_text {
        line-height: 28px;
        font-size: 16px;
        column-count: 1;
        bottom: 45px;
    }

    .service_label {
        font-size: 13px;
    }

    #clocks {
        margin: none;
        width: 100%;
    }

    .clock.main {
        margin: initial;
    }

    .section_panel .info .num_back {
        transform: rotateZ(0deg) translateX(0) translateY(207px);
    }

    .section_panel .info {
        width: 360px;
    }


    .box_title h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    #experience_controller {
        width: 430px;
    }

    #section_content .paragraph.first {
        margin-bottom: 140px;
        margin-top: 100px;
    }

    .how_to_label .label {
        margin-left: 18px;
        font-family: 'EB Garamond', serif;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .how_to_label {
        margin-left: 10px;
        padding-bottom: 4.3vw;
    }

    .panel_name {
        bottom: 100px;
    }

        .panel_name .name_container {
            position: absolute;
            margin-left: 0;
            top: 110px;
            margin-top: 0;
            left: -4px;
            height: 80px;
        }

        .panel_name.single_line .name_container {
            height: 36px;
        }

    .section_name {
        align-self: flex-start;
        letter-spacing: -3px;
    }

    .date_container {
        top: 145px;
        left: 0;
    }

    .panel_name.single_line {
        bottom: 60px;
    }



    .panel_name.subsection {
    }

        .panel_name.subsection .top_container {
            position: absolute;
            margin-left: 0;
            top: 105px;
            margin-top: 0;
            left: -4px;
        }

        .panel_name.subsection .section_top {
            letter-spacing: -1px;
        }

        .panel_name.subsection .name_container {
            top: 145px;
            left: -6px;
        }


    .panel_name.location .name_container {
        left: -2px;
    }

    #section_content .paragraph_details {
        margin-top: 190px;
    }

    #dining_detail #section_content .paragraph_details {
        margin-top: 425px;
    }

    .no_overflow.big_subtitle {
        margin-top: 0px;
    }

    .no_overflow > .big_subtitle {
        font-size: 25px;
    }

    .big_title {
        font-size: 40px;
    }

        .big_title.smaller {
            font-size: 22px;
        }

    .two_col {
        column-gap: 60px;
    }



    .closing.no_padding {
        font-size: 18px !important;
        line-height: 33px;
        padding: 10% 6%;
    }

    .less_margin_small_monitor {
        margin-top: -50px;
    }

    /*.pic_75 {
        width: 100%;
    display: flex;
    align-items: center;
    }*/

    .pic_25 {
        width: 25%;
    }



    .pic_75 + .block_25 {
        width: 100%;
    }

    .specials .pic_75 + .block_25 {
        width: 40%;
    }

    .specials .pic_75 {
        width: 66.6%;
    }

    .specials .closing {
        padding: 12% 5vw;
        font-size: 18px !Important;
    }

    .emails .block_33 {
        display: none;
    }

    .emails .block_65 + .block_25 {
        width: 30%;
    }

    .emails .block_42 {
        width: 70%;
    }

    .emails .closing {
        padding: 12% 0 !important;
        margin: auto;
    }

    .specials .block_title {
        margin-top: 50px !important;
        margin-bottom: 50px !Important;
        ;
    }

    .block_25 .usable_size {
        align-items: center;
        width: calc(100% - 95px);
    }

        .block_25 .usable_size.full {
            width: 100%;
        }





    .form_info_block .form_description p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 28px;
    }



    .form_info_block .form_description {
        margin-top: 190px;
    }

    .block_25.double .top {
        width: 100%;
        height: 50%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        align-items: center;
    }

        .block_25.double .top.smaller {
            height: 40%;
        }



    .block_title {
        position: relative;
        right: auto;
        margin-right: 0;
        width: auto;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .block_title .desc_title {
            font-size: 25px;
            position: relative;
            right: auto;
            text-align: left;
            padding-left: 27px;
            padding-right: 27px;
        }

        .block_title .desc_text {
            text-align: center;
            text-indent: 7px;
        }

    .download_item {
        margin-right: 0;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .block_25:hover .download_item {
        margin-top: 50px;
    }

    .closing.single {
        font-size: 22px;
        padding: 120px 0;
    }

    .closing {
        font-size: 20px !important;
        line-height: 35px;
        padding: 15% 17%;
    }

    .quartet {
        flex-wrap: wrap;
    }



        .quartet .block_25:nth-child(2) {
            order: 1;
        }

        .quartet .block_25:nth-child(1) {
            order: 2;
        }

        .quartet .block_25:nth-child(3) {
            order: 4;
        }

        .quartet .block_25:nth-child(4) {
            order: 3;
        }

        .quartet > * {
            width: 50%;
        }

        .quartet .has_pic {
            height: 300px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

    .row.switch > *:nth-child(1) {
        order: 2;
    }

    .row.switch > *:nth-child(2) {
        order: 1;
    }

    .has_form .block_title .desc_text {
        text-align: right !important;
        font-size: 25px;
        letter-spacing: 4px;
    }

    .has_form .block_title .desc_title {
        text-align: right !important;
    }

    .checkbox_label {
        font-size: 15px !important;
    }

    .page_form {
        margin-top: 150px;
    }


    .call_title .block_title .desc_title {
        font-size: 50px;
    }

    .call_title .block_title .desc_text {
        font-size: 25px;
    }

    .call_to .diagonal_line {
        top: 250px;
        left: 610px;
    }

    .main_block_title .diagonal_line {
        top: 250px;
        left: 610px;
    }

    #location .row.first .block_33 {
        display: none;
    }

    #location .row.first .block_42 {
        width: 75%;
    }


    .row.has_form.with_pic .page_form {
        width: 75%;
        margin-top: 162px;
        margin-bottom: 100px;
    }

    .page_form + .block_25.flexed {
        margin-top: 24px;
    }

    .overlay_title {
        letter-spacing: -5px;
    }

    .sitemap_block .download_item {
        margin-right: 0px;
    }

    .overlay_layer .left_panel {
        width: 26vw;
    }

    .overlay_layer .right_panel {
        width: 74vw;
    }

    #sitemapitem_box {
        width: calc(100% - 260px);
    }

    #dining_detail .diagonal_line {
        height: 15vw;
        top: -3.25vw;
    }

    .section_subtitle h2 {
        width: 100%;
    }

    .press_item .item_sub {
        font-size: 15px;
    }
}

@media (min-width:1280px) and (max-width:1440px) {
    /*.page_form .form_container {
        margin-top: 25px;
        margin-left: 60px;
    }*/

    .page_form .form_input {
        margin-top: 25px;
        margin-left: -60px;
    }

    .page_form .form_controls {
        margin-left: -60px;
    }
}

@media (max-width:1420px) {
    .menu_panel .menu_title_open .menu_title {
        font-size: 18px;
        margin-top: 7px;
        height: 10vh;
    }



    .menu_panel .center {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
        top: 0;
    }

    .menu_panel .upper {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }

    .menu_title {
        font-size: 16px;
    }

    .menu_panel .menu_panel_content .menu_paragraph .menu_titles .menu_subtitle {
        font-size: 13px;
    }

    .menu_panel .menu_panel_content {
        margin-top: 0 !Important;
        height: calc(100% - 60px) !important;
    }

        .menu_panel .menu_panel_content .menu_paragraph {
            margin-top: 5px;
            height: 50px;
        }

    .form_input input {
        font-size: 30px;
    }

    .form_input label {
        font-size: 20px;
    }

    #book_submit .submit {
        font-size: 28px;
        letter-spacing: 7px;
    }

    #partners {
        padding: 50px 30px 50px 30px;
    }

    .copy {
        padding: 10px 10%;
    }
}


@media (max-width:1366px) {
    .section_panel_title h1 {
        letter-spacing: -1px;
    }


    .panel_name.has_date {
        bottom: 180px !Important;
    }

        .panel_name.has_date .name_container {
            margin-top: 0;
            height: auto !Important;
        }

    .date_container {
        top: 185px !Important;
        left: 0;
    }

    .two_col {
        column-count: 1;
    }

    #panel_controls .prev .panel_text {
        left: 130px;
    }
}

@media (max-width:1279px) and (min-width:961px) {
    .page_form .form_container {
        max-width: 340px;
        margin-top: 10px;
    }

    .page_form .form_input {
        max-width: 340px;
        margin-top: 10px;
    }

    .page_form .form_controls {
        max-width: 340px;
    }

    .form_container .form_input.half {
        width: 100%;
        float: left;
        margin-top: 0;
    }

        .form_container .form_input.half + .half {
            width: 100%;
            float: left;
            margin-top: 10px;
            margin-left: 0;
        }

    .page_form .form_input input[type=text], .page_form .form_input input[type=email], .page_form .form_input > label {
        font-size: 17px;
    }

    p.radio_input > label {
        font-size: 14px;
    }

    .page_form .form_input.radio {
        display: flex;
        align-items: flex-start;
    }

    .checkbox_container {
        width: 100%;
    }
}

@media (min-height:650px) and (max-height:700px) {
    #right_content .upper {
        height: 30vh;
    }
    .divFotter {
        width: 1%;
    }
    #right_panel {
        right: -20px;
        display: none;
    }

    #right_content {
        width: 49vh;
    }

    #true_perfection {
        width: 175px;
        position: relative;
        right: 60px;
        margin-left: initial;
        float: right;
        left: initial;
        margin-top: 20vh;
    }

        #true_perfection h2.perfection {
            font-size: 35px;
            margin-left: -6px;
            letter-spacing: -1.5px;
        }

        #true_perfection h2.true {
            font-size: 22px;
            letter-spacing: 6px;
            line-height: 30px;
        }

    #home_menu_button, #book_menu_button {
        top: 80%;
    }
}

@media (max-height:800px) {
    .menu_panel .menu_panel_content {
        margin-top: 10px;
        overflow: hidden;
        height: calc(100% - 46px);
    }

    .form_input {
        width: 320px;
        margin-top: 50px;
    }

    #experience_scrollbar {
        opacity: 1;
    }

    .head_body {
        top: 4%;
    }

    #menu_logo {
        height: 255px;
    }

    #menu_center_side {
        height: 386px;
    }

    #menu_side {
        margin-top: -307px;
    }

    .gallery_controller {
        margin-top: -138px;
    }

    .panel_detail:first-child {
        margin-top: 0;
    }



    .section_panel .section_triangle {
        width: 250px;
        left: 8px;
        top: -53px;
    }

    .section_panel .info .num_back {
        -webkit-transform: rotateZ(0deg) translateX(0) translateY(97px);
        transform: rotateZ(0deg) translateX(0) translateY(97px);
    }

    .det_num {
        font-size: 50px;
        letter-spacing: -16px;
    }

    .panel_detail {
        margin-top: 35px;
    }

    .panel_section_text_container {
        height: calc(100% - 170px);
        bottom: 20px;
       /* overflow-y: scroll;*/
        -webkit-overflow-scrolling: auto;
        -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    }

    .panel_section_text {
        top: 0px;
        bottom: auto;
    }

    #scroll_down {
        position: absolute;
        right: 109px;
    }

    #scroll_down1 {
        position: absolute;
        right: 10px;
    }
}

@media (min-height:801px) and (max-height:960px) {
    #right_content .upper {
        height: 33%;
    }

    .c_letter {
        margin-right: -50.4vh;
    }

        .c_letter.hidden {
            margin-right: -37vh;
        }

    #true_perfection {
        width: 220px;
        position: relative;
        right: 20px;
        margin-left: inherit;
        float: right;
        left: inherit;
        margin-top: 120px;
    }

        #true_perfection h2.perfection {
            font-size: 41px;
            margin-left: -6px;
            letter-spacing: 0px;
        }

        #true_perfection h2.true {
            font-size: 24px;
            letter-spacing: 6px;
            line-height: initial;
        }

    #scroll_down {
        position: absolute;
        right: 110px;
    }
}



@media (max-height:649px) and (min-width:961px) {
    #true_mobile {
        width: 175px;
        position: absolute;
        top: 31%;
        left: 50%;
        margin-left: -280px;
        display: block;
    }

        #true_mobile .true_mobile {
            font-family: 'EB Garamond', serif;
            font-size: 23px;
            letter-spacing: 7px;
            color: #FFFFFF;
            font-weight: 400;
            text-align: center;
        }

        #true_mobile .perfection_mobile {
            font-family: 'EB Garamond', serif;
            color: #FFFFFF;
            font-size: 33px;
            font-weight: 400;
            margin-left: -6px;
        }

        #true_mobile hr {
            border: none;
            border-bottom: 1px solid #FFFFFF;
            width: 100%;
            margin: 10px 0;
            opacity: 0.5;
        }
}

@media (max-width:991px) {
    .footer_text {
        width: 100%;
    }
}

@media (max-height:649px) {
    #true_perfection {
        display: none;
    }

    #home_menu_button, #book_menu_button {
        top: 90%;
    }

    #panel_logo .lifestyle {
        margin-top: 2px;
        margin-right: 2px;
        width: 65px;
    }

    #panel_logo .casangelina {
        width: 170px;
    }

    #panel_logo {
        width: 173px;
        will-change: transform;
        position: relative;
        left: 50%;
        margin-left: -68px;
    }

    #scroll_down {
        right: 82px;
    }

    #scroll_down1 {
        right: 15px;
    }

    #right_content {
        width: 21%;
    }
}






@media (max-width:960px) {


    #mobile_lang_button:hover {
        text-decoration: none;
    }

    .gldp-flatwhite {
        position: absolute !important;
        font-family: 'helvetica';
        box-shadow: 0px 0px 3px #CCCCCC;
    }


    #mobile_lang_button a:hover {
        text-decoration: underline;
    }

    .mobile_only {
        display: block;
    }

    .mobile_hidden {
        display: none;
    }



    .row.stripe .top_translated {
        opacity: 0 !important;
        -webkit-transform: translateX(100px);
        transform: translateY(100px);
    }

    #main_veil {
        transform-origin: right;
        -webkit-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        display: block;
        background: #FFFFFF !important;
    }

    .loading_cover {
        background: #FFFFFF !important;
    }

    #main_veil.hidden {
        transform: scale(0,1);
    }



    #header img {
        position: relative;
        bottom: auto;
    }

    #true_mobile {
        width: 175px;
        position: absolute;
        top: 38%;
        right: calc(50% - 107px);
    }

        #true_mobile .true_mobile {
            font-family: 'EB Garamond', serif;
            font-size: 23px;
            letter-spacing: 7px;
            color: #FFFFFF;
            font-weight: 400;
            text-align: center;
        }

        #true_mobile .perfection_mobile {
            font-family: 'EB Garamond', serif;
            color: #FFFFFF;
            font-size: 33px;
            font-weight: 400;
            margin-left: -6px;
        }

        #true_mobile hr {
            border: none;
            border-bottom: 1px solid #FFFFFF;
            width: 100%;
            margin: 10px 0;
            opacity: 0.5;
        }

    #side_mobile {
        position: fixed;
        z-index: 10;
        height: 100%;
        width: 40px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        justify-content: space-between;
    }

    #index #side_mobile.hidden {
        transform: translateX(-40px);
    }

    #side_mobile .menu_controller {
        width: -1px;
        float: right;
        margin-right: 57px;
        cursor: pointer;
        padding: 7px 0px;
    }

    #side_mobile .menu_controller {
        position: absolute;
        top: 50%;
        transform: rotateZ(-90deg);
        margin-right: 0;
        margin-top: -12px;
        left: -5px;
    }

    #side_mobile .book_now {
        transform: rotateZ(-90deg) translateX(65px) translateY(-1px);
        width: 98px;
        font-size: 15px;
        margin-bottom: 8px;
        margin-left: 10px;
    }

    .logo_mobile {
        margin-left: 8px;
        width: 23px;
    }

    #scroll_down {
        bottom: 15px;
        margin-left: 0;
    }

    #scroll_down1 {
        bottom: 100px;
        margin-left: 0;
    }

    #menu_mobile {
        position: fixed;
        z-index: 1;
        width: calc(100% - 40px);
        margin-left: 40px;
        background: #F2F0F1;
        height: 100vh;
        overflow: hidden;
    }

        #menu_mobile .first_panel {
            padding: 15px 20px 10px 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-sizing: border-box;
            width: calc(100vw - 40px);
            float: left;
            position: relative;
        }

            #menu_mobile .first_panel .upper {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                height: 50px;
            }

            #menu_mobile .first_panel .center {
                padding: 30px 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            #menu_mobile .first_panel .lower {
            }

        #menu_mobile #chapters {
            margin-top: 30px;
        }

        #menu_mobile .chapter {
            /*display: flex;
            position: relative;*/
            height: auto;
        }

        #menu_mobile #chapters .chapter {
            margin-bottom: 10px;
            display: flex;
        }

        #menu_mobile .chapter > img {
            position: absolute;
            top: 11px;
            right: -10px;
            padding: 10px;
        }

        #menu_mobile .chapter p {
            text-align: left !important;
            margin-right: 5px !important;
            font-size: 16px;
            text-align: right;
            display: inline-block;
            float: left;
        }

        #menu_mobile .chapter h2 {
            margin-top: 4px;
            margin-left: 15px;
            letter-spacing: 1px;
        }
        #menu_mobile .phone_ico-top {
               position: absolute;
    right: 10px;
    top: 0;
    margin-bottom: 3px;
        }
        #menu_mobile .chapter .par_number {
            font-size: 16px;
            text-align: right;
            width: 12%;
            display: inline-block;
            margin-right: 5px;
            float: left;
        }

        #menu_mobile .chapter .menu_title {
            margin-left: 5px;
            letter-spacing: 1px;
            display: flex;
            text-align: left;
            width: 80%;
        }

        #menu_mobile #mobile_panels_container .chapter .menu_title {
            width: 80%;
        }

        #menu_mobile .chapter .menu_title:hover {
            text-decoration: underline;
        }

    #mobile_socials {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #mobile_socials .social_icon {
            padding: 0 12px;
        }

    .menu_small_button.smaller {
        margin-top: 10px;
    }

    .copyright {
        font-size: 10px;
        margin-top: 23px;
        text-align: center;
    }

    #menu_mobile_scroller {
        height: 100%;
        /*    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  */
    }

        #menu_mobile_scroller.menu_scroll_transition {
            -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
            transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
        }

    #section_panels {
        height: 100%;
        padding: 15px 0 10px 20px;
        background: #FFFFFF;
        margin-left: 1px;
        box-sizing: border-box;
        overflow: hidden;
        float: left;
    }

    .section_track {
        height: 42px;
        will-change: transform;
        width: calc(100% - 20px);
    }


    #section_track .chapter {
    }

    .section_track .tracking {
        width: 100%;
        height: 1px;
    }

    .section_track .track {
        width: 100%;
        height: 1px;
        background: #CDCDD1;
        opacity: 0.7;
    }


    .section_track .filler {
        width: 100%;
        height: 1px;
        background: #999999;
        margin-top: -1px;
        transform: scale(0,1);
        transform-origin: left;
    }


    .section_panel._2 .filler {
        transform: scale(0.333333,1);
    }

    .section_panel._3 .filler {
        transform: scale(0.66666,1);
    }

    .section_panel._4 .filler {
        transform: scale(1,1);
    }

    #mobile_panels_container {
        height: 100%;
        display: flex;
    }

    #section_panels .section_panel {
        height: 100%;
        margin-right: 21px;
        position: relative;
        width: calc(100vw - 61px);
        padding-top: 10px;
    }

        #section_panels .section_panel:last-child {
            margin-right: 0;
        }

        #section_panels .section_panel .paragraphs {
            margin-top: 20px;
            height: calc(100% - 350px);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: absolute;
            width: calc(100% - 20px);
            overflow: hidden;
        }

        #section_panels .section_panel .lower {
            pointer-events: none;
        }

    .text_shadow_upper {
        pointer-events: none;
    }

    #section_panels .paragraph_container {
        padding-bottom: 50px;
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
        transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    }

    #section_panels .section_panel .paragraphs .menu_titles {
        margin-top: 21px;
        display: block;
        float: left;
        clear: both;
         width: 100%;
    }


        #section_panels .section_panel .paragraphs .menu_titles .underline {
            width: 100%;
            height: 1px;
            background: #333333;
            position: relative;
            top: 1px;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
            transform-origin: left;
        }

        #section_panels .section_panel .paragraphs .menu_titles:hover .underline {
            -webkit-transform: scale(1,1);
            transform: scale(1,1);
        }

        #section_panels .section_panel .paragraphs .menu_titles:first-child {
            margin-top: 0px;
        }

        #section_panels .section_panel .paragraphs .menu_titles .menu_title {
            font-size: 14px;
            width: 100%;
        }

        #section_panels .section_panel .paragraphs .menu_titles .menu_subtitle {
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: lowercase;
            padding-left: 15px;
            padding-right: 15px;
        }

    #specials_detail .section_subtitle h2 {
        font-size: 16px;
    }

    #section_panels .section_panel .lower {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        position: absolute;
        width: calc(100% - 20px);
        bottom: 0;
    }

    #section_panels .section_panel .pic {
        width: 100%;
        will-change: transform;
    }

    .section_panel .next_chapter {
          margin-top: 15px;
    margin-bottom: 5px;
    height: 35px;
    text-transform: uppercase;
    pointer-events: all;
    margin-right: 30px;
    }

    .menu_panel_scrollbar {
        top: 76px;
        right: 22px;
        height: calc(100% - 305px);
    }

        .menu_panel_scrollbar .pointer {
            -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
            transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
        }



    #menu_mobile.hidden {
        transform: translateX(100%);
    }

    .modal .row {
        width: 100%;
        margin-left: 40px;
    }

    .row {
        width: calc(100% - 40px);
        margin-left: 40px;
    }

        .row.content {
            width: calc(100% - 60px);
            margin-left: 40px;
            padding: 0 10px;
        }

    .next_chapter img {
        margin-left: 10px;
    }

    .body_text {
        column-count: 1;
        font-size: 15px;
        line-height: 24px;
        width: 90% !important;
        max-width: 90% !important;
    }
    .index-thoai .body_text {
        margin-top: 5px;
    }
    .big_subtitle + .body_text {
        margin-top: -30px;
    }


    .big_title {
        font-size: 25px;
    }

    .no_overflow > .big_subtitle {
        font-family: 'EB Garamond', serif;
        font-size: 21px;
        line-height: 37px;
        letter-spacing: 1px;
        margin-top: 13px;
    }

    .paragraph.first {
        margin-left: 0;
    }

    .row.stripe .full_pic img {
        width: 200%;
    }

    .main_block_title {
        height: auto;
        margin-bottom: 50px;
    }

        .main_block_title .block_title {
            position: relative;
            top: -5px;
            right: 0;
            left: 2px;
            margin-top: 0;
            margin-bottom: 0px;
        }

    .block_title .desc_title {
        font-size: 30px;
        letter-spacing: -2px;
        line-height: 40px;
    }

    .description_box {
        padding: 20px 10px;
    }

    .desc_title {
        font-size: 23px;
    }

    .grey_box {
        height: 415px !important;
        padding: 20px 0;
    }

        .grey_box .des_tt {
            transform: translateY(25%);
        }

    .desc_text {
        font-size: 18px;
    }

    hr {
        margin: 10px 0;
    }

    .half_pic {
        width: 100%;
        float: left;
    }


    #experience_box {
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        min-height: 570px;
    }

        #experience_box > .left {
            width: 100%;
            order: 2;
        }

        #experience_box > .right {
            width: 100%;
            padding: 30px 20px;
            order: 1;
            box-sizing: border-box;
            min-height: 360px;
        }

    .exp_box_pic {
        float: left;
        width: 100vw;
    }

    .exp_data {
        margin-left: 00px;
    }

        .exp_data .desc_text {
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .box_title {
        margin-left: 0px;
        margin-top: -8px;
    }

        .box_title h3 {
            font-size: 17px;
            letter-spacing: 1.5px;
        }

    .section_panel_title h1 {
        font-size: 23px;
    }

    .data_container {
        margin-top: 130px;
    }

    #experience_controller {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        margin-top: 45px;
        height: 80px;
    }




    .exp_data .more p {
        font-size: 14px;
    }

    #experience_controller .controller_left {
        display: flex;
        align-items: center;
        width: 100%;
        order: 2;
        justify-content: flex-start;
    }

    #experience_controller .controller_right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .circle_button {
        height: 31px;
        width: 31px;
    }

        .circle_button .back {
            width: 30px;
            height: 30px;
        }

    #experience_controller .circle_button.right {
        order: 1;
        margin-left: 8px;
    }

    #experience_controller .circle_button.left {
        margin-right: 8px;
    }

    #date {
        padding: 50px 0;
    }

        #date .year {
            width: 100%;
            left: 0;
            margin-left: 0;
            text-align: center;
            font-size: 80px;
        }

        #date .day {
            left: 0;
            margin-left: 0;
            text-align: center;
            font-size: 20px;
            width: 100%;
            letter-spacing: 3px;
        }


    #weather {
        padding: 150px 0 50px 0;
    }

    #meteo_box {
        position: relative;
    }

    .meteo_row {
        margin-top: 50px;
    }

    .meteo_ico_big img {
        width: 50px;
    }

    .meteo_ico_big {
        height: 75px;
    }

    .hour_box.active .hour_ico img, .hour_box:hover .hour_ico img {
        transform: scale(0.75) translateY(-3px);
    }

    .hourly_row {
        display: flex;
        margin-top: 80px;
        padding: 0 10px;
    }

    .meteo_row .data {
        display: flex;
        justify-content: space-around;
    }

    .meteo_row:nth-child(2) > div:nth-child(1) {
        width: 66.666%;
    }

    .meteo_row:nth-child(2) > div:nth-child(2) {
        position: absolute;
        top: -70px;
        left: 50%;
        margin-left: -100px;
    }

    .meteo_row:nth-child(2) > div:nth-child(3) {
        width: 33.333%;
    }

    .meteo_row .data > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        flex-direction: column;
    }

        .meteo_row .data > div img {
            margin-right: 0px;
            margin-bottom: 10px;
        }

    .meteo_stats {
        font-size: 16px;
    }

    .hour_box:nth-child(1), .hour_box:nth-child(2) {
        display: none;
    }

    .hour_box {
        width: 16.6666%;
    }

    #days_box {
        display: none;
    }

    #socials_mobile {
        background: #EAEAEC;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
    }

        #socials_mobile .desc_text {
            text-align: center;
        }

    #social_container {
        margin-top: 30px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        #social_container .social_ico {
            margin-top: 0 !Important;
        }


    .footer_logo {
        margin-top: 50px;
    }

        .footer_logo img {
            margin: auto;
            display: block;
        }

    .footer_text {
        /*margin-top: 50px;*/
        position: initial;
        margin-bottom: 45px;
    }

        .footer_text p {
            text-align: center;
            line-height: 30px;
            font-size: 15px;
            font-weight: 400;
        }

    .mobile_copy {
        font-family: 'EB Garamond', serif;
        letter-spacing: 0px;
        color: #999999;
        text-align: center;
        font-size: 13px;
        margin-bottom: 20px;
    }

        .mobile_copy .smaller {
            font-size: 10px;
            margin-top: -4px;
            display: inline-block;
            margin-left: 10px;
        }

        .mobile_copy .smaller {
            font-size: 10px;
            margin-top: -4px;
            display: inline-block;
        }

    .smaller {
        font-size: 10px;
        margin-top: -4px;
        display: inline-block;
        margin-left: 10px;
    }

    .privacy_link {
        font-family: 'EB Garamond', serif;
        font-size: 22px;
        text-align: center;
        display: block;
        margin-top: 50px;
    }

    .dh_mobile {
        display: block;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 18px;
    }





    /*********************** PANELS *****************/

    #panel_controls {
        display: none;
    }

    .controller_text {
        font-size: 13px;
        text-transform: lowercase;
        margin-top: -1px;
    }

    .instructions {
        position: absolute;
        bottom: 151px;
        color: #FFFFFF;
        font-size: 14px;
        right: 0;
        width: calc(100% - 68px);
        text-align: center;
    }

    .swipe_ad {
        position: absolute;
        top: 18px;
        right: 10px;
        display: flex;
        align-items: center;
    }

        .swipe_ad p {
            margin-right: 10px;
        }

    .section_subtitle h2 {
        margin-top: -5px;
    }


    .section_panel .details {
        background: rgba(173, 172, 178, 0.7);
    }

    .swipe_ad .circle_button {
        width: 26px;
        height: 25px;
    }

    .swipe_ad .back {
        background: #FFFFFF;
        width: 25px;
        height: 25px;
    }

    .swipe_ad .arrow {
        left: -1px;
        margin-top: 2px;
    }

    .swipe_ad img {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    #section_scroller {
        width: calc(100vw - 40px);
        left: 40px;
    }


    #section_scroller_container {
        height: 100%;
    }

    .section_panel {
        width: calc(100vw - 40px);
    }

    .panel_section_title {
        font-size: 18px;
        width: 100%;
        margin-top: 20px;
    }



    .panel_section_text {
        top: 0;
        width: calc(100% - 65px);
        position: relative;
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 27px;
    }

    .panel_intro {
        height: 100%;
    }

    .panel_separator {
        display: none;
    }

    .info_details {
        margin-top: 0px;
    }

    .panel_detail {
        width: 82%;
        right: 4%;
        position: relative;
        margin-top: 25px !important;
    }

    .section_panel .info {
        width: 320px;
    }

        .section_panel .info .num_back {
            -webkit-transform: rotateZ(0deg) translateX(0) translateY(120px);
            transform: rotateZ(0deg) translateX(0) translateY(120px);
            width: 960px;
        }

    .section_panel .section_triangle {
        width: 250px;
        left: -3px;
        top: -34px;
    }

    .section_panel .info_data {
        top: calc(100% - 214px);
        padding-left: 12px;
    }

    .det_num {
        font-size: 50px;
        letter-spacing: -15px;
    }

    #head_content {
        display: none;
    }

    #section_animation .section_triangle {
        visibility: hidden;
    }

    #section_animation .section_panel {
        width: calc(100vw - 40px);
        cursor: default;
    }

        #section_animation .section_panel .section_pic {
            width: 100%;
        }

    #section_animation {
        left: 40px;
        width: calc(100% - 40px);
    }

    #content[data-controller=panel_detail] #section_scroller {
        display: none !important;
    }

    #section_animation .info {
        width: 100%;
    }

    #section_animation .num_back {
        background: #008D5C;
        border-top: 10px solid #B1B1B7;
        height: 120px;
        transform: none;
        top: auto;
        bottom: 0;
        padding: 0;
    }

    #section_animation .section_pic img {
        left: 0 !important;
    }

    #section_animation .info {
        bottom: -20px;
    }

    #section_animation .section_subtitle {
        margin-top: 8px;
    }

    #section_content .row:first-child {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
    }

    #section_content .paragraph.first {
        order: 2;
        width: 100%;
        margin-top: 7.5vw !important;
        margin-bottom: 7.5vw !important;
        padding: 0px 25px;
    }

    .paragraph_details {
        order: 1;
    }

    .p_detail {
        margin-top: 25px;
        margin-right: 10px;
    }

    .less_margin_small_monitor {
        margin-top: 0px;
    }

    #inroom_title {
        padding: 25px 0;
        width: 100%;
        min-width: 0;
    }

    #services_row {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }

    #inroom_title .separator {
        display: none;
    }

    #inroom_services {
        width: 100%;
        background: #FFFFFF;
        min-width: 0;
    }

    .title_2 {
        margin-left: 0;
    }

    .service_row {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
        width: 100%;
    }

    #inroom_services .usable_size {
        width: 100%;
        align-items: center;
    }

    #style_details {
        margin-top: 35px;
    }

    .style_row {
        display: block;
    }

    #style_details .stark {
        display: none;
    }

    .style_shadow_top {
        display: none;
    }

    .style_title .desc_text {
        font-size: 25px;
        line-height: initial;
        text-indent: 9px;
        line-height: 45px;
    }

    .style_title .desc_title {
        font-size: 40px;
    }


    .style_label {
        position: absolute;
        height: 40px;
        width: 40%;
        box-sizing: border-box;
        overflow: hidden;
        transform-origin: left;
        z-index: 2;
        min-width: 290px;
        left: 0px !important;
        right: 0;
        bottom: 0 !important;
        top: auto !important;
    }

    .w25, .w75, .w58, .w42 {
        width: 100%;
    }

    .style_title {
        position: absolute;
        top: 50%;
        margin-top: -75px;
        left: 0;
        margin-left: 0;
        z-index: 1;
    }

    .service_pic {
        display: none;
    }

    #panelDetailController {
        display: none;
    }

    #panelMobileController {
        position: fixed;
        width: calc(100% - 40px);
        bottom: 0px;
        padding: 0px 10px;
        box-sizing: border-box;
        left: 40px;
        overflow: hidden;
        pointer-events: none;
        will-change: transform;
        background: rgb(234, 234, 236);
        display: flex;
        justify-content: space-between;
    }

    #mobileBack {
        float: left;
        display: flex;
        align-items: center;
        font-size: 14px;
        display: none;
    }

        #mobileBack img {
            margin-right: 10px;
        }

        #mobileBack .line_container {
            left: 10px;
            top: 0;
        }

            #mobileBack .line_container .line {
                background: #333;
            }

    #panelMobileController .right_side {
        float: right;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    #mobilePrev {
        font-size: 14px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }

        #mobilePrev .circle_button.left {
            margin-right: 10px;
        }

    #mobileNext .circle_button.right {
        margin-left: 10px;
    }

    .mobileCtrlText {
        font-size: 14px;
    }

    #mobileNext {
        padding: 10px 0;
        font-size: 14px;
        padding-left: 10px;
        display: flex;
        align-items: center;
    }

        #mobileNext img {
            transform: rotateZ(180deg);
        }

    #section_content .paragraph_details {
        margin-top: 0 !important;
        padding: 10px 25px;
        width: 100%;
        margin-bottom: 50px;
    }

    .block_25 .usable_size {
        align-items: center;
        width: 100%;
    }

    .modal-content .row {
        margin-left: 0px;
    }

    .cus-form_container {
        height: 450px !important;
    }

    .block_25 {
        width: 100% !important;
    }

    .flexed, .has_form {
        flex-wrap: wrap;
    }

    .row.parallax {
        /*margin-top:40px;*/
    }

    .block_42 {
        width: 100% !important;
    }

    .block_25.double {
        width: 100%;
        height: auto !Important;
    }

    .closing.no_padding {
        font-size: 15px !important;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
        padding: 5% 5%;
    }




    .has_form .block_title .desc_title {
        text-align: left !important;
    }

    .form_info_block .block_title {
        width: 100%;
        margin-top: 50px;
    }

    .modal .form_info_block {
        width: 100% !important;
    }

    .form_info_block {
        width: 100%;
        align-items: flex-start;
    }

    .has_form .block_title .desc_text {
        text-align: left !important;
        font-size: 22px;
        margin-top: 0;
        text-indent: 0;
    }

    .form_info_block .form_description {
        width: 100%;
        position: relative;
        max-width: auto;
        right: 0%;
        margin-top: 0px;
    }

        .form_info_block .form_description p {
            text-align: left;
            font-size: 15px;
            line-height: 28px;
        }

    .page_form {
        margin-top: 30px !important;
        width: 100% !important;
    }

    .has_form.full .page_form {
        width: 100%;
    }

    .cus-form_container {
        box-sizing: border-box !important;
    }

    .form_container {
        max-width: 800px;
        width: 100%;
    }

        .form_container .form_input.half {
            width: 100%;
        }

            .form_container .form_input.half + .half {
                width: 100%;
                float: left;
                margin-top: 25px;
                margin-left: 0;
            }

    .page_form .form_input {
        margin-top: 25px;
        max-width: 800px;
        width: 100%;
        display: block;
    }

        .page_form .form_input input[type=text] {
            font-size: 18px;
        }

    .form_container + .form_container {
        margin-top: 25px;
    }

    .page_form .form_input > label {
        font-size: 18px;
    }

    .privacy > textarea {
        width: 100%;
        height: 55px;
    }


    .form_controls {
        margin-top: 40px;
        width: 100%;
        align-items: flex-end;
    }



    .form_reset {
        cursor: pointer;
        line-height: 33px;
        top: 8px;
        position: relative;
    }

    .form_input label {
        width: 86%;
        font-size: 14px;
    }

    .submit {
        font-size: 25px;
    }

    .form_submit {
        margin-top: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }


    p.radio_input > label {
        font-size: 13px;
    }

    .page_form .form_input.privacy {
        margin-top: 35px;
        align-items: flex-start;
    }

    .body_text.smaller {
        font-size: 14px;
        line-height: 22px;
    }

    .p_detail h4 {
        font-size: 14px;
    }

    .main_block_title .diagonal_line {
        top: 64px;
        left: 274px;
        height: 230px;
    }

    .call_title .block_title .desc_text {
        font-size: 20px;
        text-indent: 0;
        margin-top: 0;
        line-height: 28px;
        margin-left: 5px;
    }

    .call_title .block_title .desc_title {
        font-size: 35px;
        right: 0px !important;
        letter-spacing: -4px;
    }

    .call_to .main_block_title {
        background: rgb(244, 244, 245);
        padding: 15px 0;
        margin-bottom: 0;
    }

    .closing.single {
        width: 100%;
        padding: 0 5%;
        min-width: 0;
        font-size: 15px !important;
        line-height: 23px;
        font-family: 'Open Sans', sans-serif;
        padding: 30px 0;
    }

    .checkbox_container {
        float: right;
        width: 100%;
        margin-top: 7px;
    }

    .has_form.contact .block_title {
        margin-top: 0;
        align-items: center;
        margin-bottom: 0;
    }

    .has_form.contact .form_info_block {
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }

    .stuff {
        display: none !important;
    }


    .block_33 {
        width: 100%;
    }

    .pic_66 {
        width: 100%;
    }

    .pic_75 {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .pic_62 {
        width: 100%;
    }

    .block_25 {
        width: 100%;
    }

    .pic_25 {
        width: 100%;
    }


    .quartet .block_25:nth-child(3) {
        order: 3;
    }

    .quartet .block_25:nth-child(4) {
        order: 4;
    }

    .block_25.double {
        display: block;
    }

        .block_25.double .bottom {
            height: auto;
        }

    .stuff {
        display: none !important;
    }

    .block_25.double .top {
        width: 100%;
        height: auto !important;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0;
    }

    .morelink {
        height: 50px;
        display: flex;
        border-left: 1px solid #FFFFFF;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 25px;
    }

    #index .morelink, #facilities_detail .morelink, #lifestyle_detail .morelink {
        border-left: 1px solid #999999;
    }

    .morelink span {
        position: relative;
        top: 7px;
        left: 5px;
        font-size: 14px;
        text-decoration: underline;
    }

    .closing, .specials .closing {
        font-size: 15px !important;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
        padding: 8% 8%;
    }


    #lifestyle_detail .block_33 .block_title .diagonal_line {
        top: 26px;
        left: calc(100% + 30px);
    }


    .block_title .desc_title.giant {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .letters {
        overflow: hidden;
        padding-left: 12px;
    }

        .letters .letter {
            font-size: 30px;
            letter-spacing: 0px;
        }

    .panel_section_subtitle {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
    }

    .block_33.flexed.centered .block_title + .block_title {
        margin-top: 0vw;
    }

    .circle_button.bottom .arrow img {
        transform: rotateZ(90deg) translateY(1px);
    }

    .page_form + .block_25 {
        margin-top: 30px;
        order: 1;
    }

    #fullscreen_gallery .numbers {
        right: -34px;
        left: auto;
    }

    .gallery_controller {
        right: 20px;
    }

    .advice {
        position: absolute;
        bottom: 22px;
        left: 27px;
        z-index: 6;
        display: flex;
        align-items: center;
    }

        .advice img {
            width: 36px;
            margin-top: 4px;
            margin-right: 14px;
        }

        .advice p {
            color: #FFFFFF;
            font-size: 13px;
            width: 200px;
        }

    #fullscreen_gallery .counter {
        font-size: 20px;
        margin-top: 0;
    }

    #fullscreen_gallery .total {
        font-size: 20px;
        margin-top: 22px;
    }

    .gallery_diagonal {
        height: 45px;
    }

    .big_title.smaller {
        font-size: 16px;
        margin-top: 5px;
    }


    .overlay_layer .left_panel {
        display: none;
    }

    .overlay_layer .right_panel {
        width: 100%;
    }

    .form_input {
        width: 300px;
        margin-top: 30px;
    }

        .form_input input[type=text] {
            width: 100%;
            border: none;
            border-bottom: 1px solid #CCCCCC;
            margin-top: 20px;
            color: #666666;
            font-family: 'EB Garamond', serif;
            text-align: center;
            font-size: 26px;
            letter-spacing: -3px;
        }


    #book_form_container .form_input label {
        flex-direction: row;
        justify-content: center;
        font-size: 18px;
    }

        #book_form_container .form_input label img {
            margin-left: 15px;
            margin-top: 4px;
        }

    #book_form_container .form_input.people {
        margin-top: 90px;
    }

    #book_submit {
        margin-top: 50px;
    }

    #contacts .section_panel .info_data {
        top: calc(100% - 169px);
        padding-left: 12px;
    }

    #contacts #section_animation .num_back {
        height: 70px;
    }

    #contacts .closing {
        padding: 5% !important;
    }

        #contacts .closing a {
            position: initial;
        }


    #press .section_panel .info_data {
        top: calc(100% - 169px);
        padding-left: 12px;
    }

    #press #section_animation .num_back {
        height: 70px;
    }

    .row.content + .row.press {
        margin-top: 0 !Important;
    }

    .press_year_container {
        display: flex;
        flex-wrap: wrap;
    }

    .press_year {
        font-family: 'EB Garamond', serif;
        font-size: 50px;
        color: #FFFFFF;
        margin-left: 0;
        line-height: 193px;
    }

    .press_year_box {
        width: 100%;
        height: 100px;
        background: #CCCCCC;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .press_items {
        width: 100%;
        position: relative;
        top: 0;
        padding: 20px 10px;
        box-sizing: border-box;
        padding-bottom: 40px;
        border-bottom: 1px solid #999999;
        min-height: 0;
    }

    .press_item .item_sub {
        margin-top: 10px;
        font-size: 14px;
    }

    .row.press {
        margin-top: 50px;
    }


    .press_item {
        margin-top: 20px;
        float: left;
    }

        .press_item .item_title {
            font-size: 21px;
            line-height: 27px;
        }

    .phone_ico {
        padding: 20px;
        position: relative;
        top: -22px;
        left: -10px;
    }

    /*.chapter .phone_ico {
        position: absolute;
        right: -10px;
        left: auto;
        top: -20px;
    }*/

    #scroll_mobile {
        left: calc(50% + 0px);
        bottom: 55px;
        position: absolute;
        display: none;
    }

    #call_mobile {
        right: 15px;
        bottom: 15px;
        position: absolute;
    }

    .overlay_close {
        position: absolute;
        top: -1px;
        right: 5px;
    }


    #partners.mobile_hidden {
        display: none;
    }

    #partners.mobile_only {
        /*display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;*/
        padding: 50px 0;
        /*margin-left: 80px;*/
    }

        #partners.mobile_only.owl-carousel {
            width: 95% !important;
        }
}

@media (min-height:729px) and (max-width:960px) {
    .panel_detail {
        margin-top: 50px !important;
    }

    .info_details {
        margin-top: 50px;
    }

    #fullscreen_gallery .advice {
        display: none !important;
    }
}



@media (max-height:380px) {
    #side_mobile .menu_controller {
        opacity: 1;
    }

    #fullscreen_gallery .numbers {
        opacity: 1;
    }

    #fullscreen_gallery .gallery_controller {
        top: 0;
        height: 100%;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


.iScrollIndicator {
    background: #008D5C !important;
    border: none !important;
    border-radius: 0 !important;
}

.iScrollVerticalScrollbar {
    width: 10px !important;
    right: 0px !important;
}


/****************** SECTION PANELS ******************/

/****************** SECTION PANELS ******************/

.section_panel[rel=junior-suite] .section_pic img {
    left: -52vw;
    position: relative;
}

.section_panel[rel=grand-de-luxe] .section_pic img {
    left: -40vw;
    position: relative;
}

.section_panel[rel=terrace] .section_pic img {
    left: -49vw;
    position: relative;
}

.section_panel[rel=relaxing] .section_pic img {
    left: -35vw;
    position: relative;
}

.section_panel[rel=romantic] .section_pic img {
    left: -29.5vw;
    position: relative;
}

.section_panel[rel=classic] .section_pic img {
    left: -27vw;
    position: relative;
}

.section_panel[rel=single] .section_pic img {
    left: -23vw;
    position: relative;
}

.section_panel[rel=eaudesea-experience] .section_pic img {
    left: -33.3333vw;
    position: relative;
}


.section_panel[rel=canopy] .section_pic img {
    position: relative;
    left: -36vw;
}

.section_panel[rel=taste] .section_pic img {
    left: -33.333vw;
    position: relative;
}

.section_panel[rel=un-piano-nel-cielo] .section_pic img {
    left: -16vw;
    position: relative;
}

.section_panel[rel=our-chef-for-you] .section_pic img {
    left: -33.333vw;
    position: relative;
}

.section_panel[rel=wine-cellar] .section_pic img {
    left: -33.333vw;
    position: relative;
}

.section_panel[rel=marrakech-bar] .section_pic img {
    left: -35vw;
    position: relative;
}

.section_panel[rel=pool-sundeck] .section_pic img {
    left: -49.4vw;
    position: relative;
}

.section_panel[rel=breakfast] .section_pic img {
    left: -28vw;
    position: relative;
}

.section_panel[rel=happenings-and-events] .section_pic img {
    left: -27vw;
    position: relative;
}

.section_panel[rel=spring-is-in-the-air] .section_pic img {
    left: -13vw;
    position: relative;
}


.section_panel[rel=moonlight-shadow] .section_pic img {
    left: -23vw;
    position: relative;
}

.section_panel[rel=romance-retreat] .section_pic img {
    left: -31vw;
    position: relative;
}

.section_panel[rel=body-and-soul] .section_pic img {
    left: -45vw;
    position: relative;
}

.section_panel[rel=easy-reach] .section_pic img {
    left: -33.3333vw;
    position: relative;
}

.section_panel[rel=dolce-vita] .section_pic img {
    left: -33.3333vw;
    position: relative;
}


.section_panel[rel=wellness] .section_pic img {
    left: -25vw;
    position: relative;
}

.section_panel[rel=our-boat] .section_pic img {
    left: -34vw;
    position: relative;
}

.section_panel[rel=la-gavitella-beach] .section_pic img {
    left: -33.3333vw;
    position: relative;
}

.section_panel[rel=concierge] .section_pic img {
    left: -15vw;
    position: relative;
}

.section_panel[rel=modern-art] .section_pic img {
    left: -11vw;
    position: relative;
}

.section_panel[rel=coffee-table-book] .section_pic img {
    left: -33.3333vw;
    position: relative;
}

.section_panel[rel=praiano] .section_pic img {
    left: -31vw;
    position: relative;
}

.section_panel[rel=positano] .section_pic img {
    left: -46vw;
    position: relative;
}

.section_panel[rel=ravello] .section_pic img {
    left: -25vw;
    position: relative;
}

.section_panel[rel=amalfi] .section_pic img {
    left: -32vw;
    position: relative;
}

.section_panel[rel=hotel-photogallery] .section_pic img {
    left: -15vw;
    position: relative;
}

.section_panel[rel=rooms-photogallery] .section_pic img {
    left: -52vw;
    position: relative;
}

.section_panel[rel=dining-photogallery] .section_pic img {
    left: -46vw;
    position: relative;
}

.section_panel[rel=facilities-photogallery] .section_pic img {
    left: -32vw;
    position: relative;
}

.section_panel[rel=art-photogallery] .section_pic img {
    left: -32vw;
    position: relative;
}

tion_panel[rel=la-gavitella-beach] .section_pic img {
    left: -33.3333vw;
    position: relative;
}

.section_panel[rel=concierge] .section_pic img {
    left: -15vw;
    position: relative;
}

.section_panel[rel=modern-art] .section_pic img {
    left: -11vw;
    position: relative;
}

.section_panel[rel=coffee-table-book] .section_pic img {
    left: -33.3333vw;
    position: relative;
}

.section_panel[rel=praiano] .section_pic img {
    left: -31vw;
    position: relative;
}

.section_panel[rel=positano] .section_pic img {
    left: -46vw;
    position: relative;
}

.section_panel[rel=ravello] .section_pic img {
    left: -25vw;
    position: relative;
}

.section_panel[rel=amalfi] .section_pic img {
    left: -32vw;
    position: relative;
}

.section_panel[rel=hotel-photogallery] .section_pic img {
    left: -15vw;
    position: relative;
}

.section_panel[rel=rooms-photogallery] .section_pic img {
    left: -52vw;
    position: relative;
}

.section_panel[rel=dining-photogallery] .section_pic img {
    left: -46vw;
    position: relative;
}

.section_panel[rel=facilities-photogallery] .section_pic img {
    left: -32vw;
    position: relative;
}

.section_panel[rel=art-photogallery] .section_pic img {
    left: -32vw;
    position: relative;
}


.burger__iJR12 {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, -webkit-transform;
    -o-transition-property: color, opacity, transform;
    transition-property: color, opacity, transform;
    transition-property: color, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
    pointer-events: auto;
    margin-top: -11px;
    margin-left: 16px;
}

    .burger__iJR12 p {
        position: relative;
        left: -45px;
        font-weight: 500;
        line-height: 30px;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        font-size: 12px;
    }
    .burger__iJR12 p {
       
        left: -65px;
        width:60px;
    }
    .burger__iJR12 div {
        position: absolute;
        top: 0;
        left: -5px;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 1px;
        background: #696e72;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

.one__3bfvM {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

div.two__37U_E {
    left: 2px;
    width: 15px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.three__3fk-_ {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.burger__iJR12:not(:hover) p, .burger__iJR12.open__3HVDH p, .burger__iJR12.isDetails__3SKPr p {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.burger__iJR12.loaded__2RjjS {
    -webkit-animation: r2l 1.2s 1.2s backwards;
    animation: r2l 1.2s 1.2s backwards;
}

.burger__iJR12:hover .one__3bfvM {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.burger__iJR12:hover:not(.open__3HVDH) div.two__37U_E {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.burger__iJR12:hover .three__3fk-_ {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.book_now_top {
    position: relative;
    float: left;
    border: 1px solid #696e72;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 15px;
}

    .book_now_top a i {
        color: #696e72 !important;
        font-size: 13px !important;
        margin-left: 2px;
    }

    .book_now_top span {
        position: absolute;
        left: -21px;
        font-weight: 500;
        line-height: 30px;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        font-size: 12px;
        width: 120px;
        float: left;
        top: -5px;
    }

    .book_now_top:not(:hover) span {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

.mouse {
    background: #fff linear-gradient(transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
    position: relative;
    width: 25px;
    height: 45px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 3s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 3s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse-bottom {
    animation-direction: reverse;
}

mouse-bottom:after {
    animation-direction: reverse;
}

.mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mouse:before {
    width: 23px;
    height: 43px;
    background-color: #fff;
    border-radius: 100px;
}

.mouse:after {
    background-color: #008D5C;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 10s linear infinite;
    animation: trackBallSlide 10s linear infinite;
    top: 5px;
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }

    20% {
        background-position: 0% 0%;
    }

    21% {
        background-color: #919191;
    }

    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }

    30% {
        background-color: #919191;
        background-position: 0% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    51% {
        background-color: #919191;
    }

    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }

    60% {
        background-color: #919191;
        background-position: 0% 100%;
    }

    80% {
        background-position: 0% 0%;
    }

    81% {
        background-color: #919191;
    }

    90%, 100% {
        background-color: #ffffff;
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }

    20% {
        background-position: 0% 0%;
    }

    21% {
        background-color: #919191;
    }

    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }

    30% {
        background-color: #919191;
        background-position: 0% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    51% {
        background-color: #919191;
    }

    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }

    60% {
        background-color: #919191;
        background-position: 0% 100%;
    }

    80% {
        background-position: 0% 0%;
    }

    81% {
        background-color: #919191;
    }

    90%, 100% {
        background-color: #ffffff;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    15%, 19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    28%, 29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    45%, 49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    58%, 59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    75%, 79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    88%, 100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    15%, 19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    28%, 29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    45%, 49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    58%, 59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }

    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }

    75%, 79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }

    88%, 100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.fadeOutRight, .fadeOutLeft {
    -webkit-animation: 2s infinite;
    animation: 2s infinite;
    display: block;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin-top: -12px;
    margin-left: -20px;
}

.hidden > .fadeOutLeft {
    display: none;
}

.fadeOutLeft {
    margin-left: 12px;
    display: block;
}

.subsection_num {
    position: absolute;
    top: 65px;
}

    .subsection_num span {
        font-family: 'EB Garamond', serif;
    }

    .subsection_num .number1 {
        color: #fff;
        font-size: 50px;
    }

    .subsection_num .number2 {
        color: #005a3a;
        font-size: 170px;
    }


.burger__mobile p {
    left: -45px;
}

@media screen and (max-width: 580px) {
    .footer_text p i.fa-map {
        margin-top: 9px;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.clLogoMenu {
    height: 17.333%;
    margin-top: -100px;
    margin-left: -10px;
}

    .clLogoMenu img {
        width: 170px;
    }


.cus-form_container {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

@media screen and (max-width: 3840px) {
    .email-footer input {
        width: 68% !important;
    }

    .email-footer a {
        padding: 3px 25px;
    }

    .clMenu {
        padding-top: 13px !important;
    }

    .clLogoMenu {
        height: 10.333% !important;
    }

        .clLogoMenu img {
            width: 193px !important;
        }

    #panel_logo {
        margin-left: -111px !important;
        margin-top: -100px !important;
        margin-bottom: 76px !important;
    }

        #panel_logo img {
            width: 230px !important;
        }


    #scroll_down {
        bottom: 70px;
    }

    .footer_text {
        width: 33%;
    }

    #partners {
        padding: 18px 236px 18px calc(25% + -313px);
    }

    #footer_base_content {
        padding-top: 36px !important;
    }

    .clasL {
        margin-top: -155px;
    }

    .clasu {
        margin-top: -155px;
    }

    .clasm {
        margin-top: -155px;
    }

    .clasi {
        margin-top: -155px;
    }

    .clase {
        margin-top: -155px;
    }

    .clase2 {
        margin-top: -155px;
    }

    .back_1.reverse {
        background-color: #000000 !important;
        background-image: url(/Template/images/van-da-xam.png);
        background-repeat: no-repeat;
        background-size: 115%;
        background-position-y: 25px;
        background-position-x: -61px;
    }

    .cus-form_container {
        height: 670px;
    }
}


/*@media screen and (max-width: 1920px) {
    #partners {
        padding: 18px 275px 18px calc(25% + -350px);
    }
    .clasL {
        margin-top: -155px;
    }

    .clasu {
        margin-top: -170px;
    }
    .clasm {
        margin-top: -150px;
    }
    .clasi {
        margin-top: -153px;
    }
    .clase {
        margin-top: -153px;
    }
    .clase2 {
        margin-top: -153px;
    }
}*/

@media screen and (max-width: 1366px) {
    .email-footer input {
        width: 78% !important;
    }

    .email-footer a {
        padding: 3px 25px;
    }

    .cus-form_container {
        height: 470px;
    }

    #section_content .paragraph_details {
        margin-top: 190px;
    }

    #partners {
        padding: 18px 200px 18px calc(25% + -250px);
    }
    /*.clasL {
        margin-top: -200px;
    }

    .clasu {
        margin-top: -125px;
    }
    .clasm {
        margin-top: -105px;
    }
    .clasi {
        margin-top: -108px;
    }
    .clase {
        margin-top: -108px;
    }
    .clase2 {
        margin-top: -108px;
    }*/
}
/*.hidden {
    display: none !important;
}*/
.modal .has_form.full .page_form {
    width: 60%;
}

.modal .form_info_block {
    width: 40%;
}

.text-shortdescription {
    font-size: 12px;
    line-height: 15px;
    padding-top: 16px;
    letter-spacing: 1px;
    margin: 0 0 0;
    width: 290px;
    overflow: hidden;
    text-align: justify;
}

.j_time {
    font-size: 8px;
    font-style: italic;
    padding-top: 2px;
    text-align: left;
}


.RemarkableCreations {
    font-size: 24px;
    color: #eaeaec;
    padding-left: 50px;
    font-weight: 300;
}

.text-menu-list h1 {
    font-family: 'EB Garamond', serif !important;
    font-size: 21px;
    max-width: 360px;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

#lifestyle_detail .menu_controller {
    padding: 8px 50px 12px 27px;
}

.modal .form_info_block {
    width: 45%;
    display: block;
    /* flex-direction: column; */
    /* align-items: normal; */
    /* justify-content: flex-start; */
    height: 95%;
}

    .modal .form_info_block .child-image {
        overflow-x: hidden;
        overflow-y: scroll;
        padding-right: 17px;
        box-sizing: content-box;
        width: 95%;
    }

    .modal .form_info_block .img-new {
        width: 100%;
    }

.modal .has_form.full .page_form {
    width: 55%;
    height: 98%;
    margin-top: 0px;
}

.myBtnNew {
    cursor: pointer;
}

.burger__iJR12-cus {
    width: 40px !important;
    height: 40px !important;
    margin-top: 0px !important;
    margin-left: 10px !important;
}

.content-about p {
    margin-top: 100px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
  
    /*column-gap: 120px;
    column-count: 1;*/
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 85%;

}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: 100%;
    /*overflow-y: hidden;*/
    min-height: 100%;
}




.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    left: 0;
    visibility: hidden;
    width: 90%;
    height: 100%;
    top: 0;
}

    .modal.is-visible {
        visibility: visible;
    }

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    margin-left: 20px;
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    height: 95%;
    margin-top: 20px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

    .modal-close:hover {
        color: #777;
    }

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.name-news {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.modal-content .Description {
    font-size: 14px;
    line-height: 20px;
}

.modal-content .shortDescription {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: justify;
}

#backToPanels .burger__iJR12-cus {
    opacity: 0.6;
}
/*#backToPanels .burger__iJR12 div {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #696e72;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}*/

/*#backToPanels div.two__37U_E {
    left: 2px;
    width: 15px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}*/
#specials_detail .has_date .number2 {
    font-size: 215px;
}

    #specials_detail .has_date .number2 span {
        font-size: 110px;
    }

@media (max-width: 960px) {

    .cus-no_overflow {
        margin-top: 45px;
    }

    .content-about p {
        column-count: 1;
        font-size: 15px;
        line-height: 24px;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 50px;
        height: 100%;
        overflow-y: scroll;
    }
}

#mobile_socials .social_ico {
    margin: 15px 15px;
}

#panelDetailController .burger__iJR12-cus {
}

#panelDetailController .burger__iJR12 div {
    width: 20px;
    left: 0;
}

#panelDetailController .burger__iJR12:hover .three__3fk-_ {
}

#panelDetailController .burger__iJR12:hover:not(.open__3HVDH) div.two__37U_E {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 10px !important;
    left: 5px !important;
}

#side_mobile .menu_controller-silde-mobile {
    position: absolute;
    top: 50%;
    transform: rotateZ(-90deg);
    margin-right: 0;
    margin-top: -12px;
    left: 10px !important;
}

    #side_mobile .menu_controller-silde-mobile .burger__iJR12 {
        top: 5px !important;
    }

.cus1 {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px) !important;
    top: 10px !important;
}

.cus3 {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px) !important;
    bottom: 10px !important;
}

.cus2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none !important;
}

#lifestyle_detail #side_mobile .menu_controller-silde-mobile {
    left: -10px !important;
}

.child-image::-webkit-scrollbar {
    width: 0 !important;
}

.child-image {
    overflow: -moz-scrollbars-none;
}

.child-image {
    -ms-overflow-style: none;
}

.panel_section_text_container p span {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}

.body_text p span {
    font-family: 'Open Sans', sans-serif !important;
}

.mouseKeepIn {
    background: #fff linear-gradient(transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
    position: relative;
    width: 25px;
    height: 45px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 3s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 3s linear infinite, nudgeMouse 5s ease-out infinite;
}

    .mouseKeepIn:before, .mouseKeepIn:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .mouseKeepIn img {
        -webkit-animation: trackBallSlide 10s linear infinite;
        animation: trackBallSlide 10s linear infinite;
        top: 13px;
        z-index: 9999999;
        position: absolute;
        width: 15px;
        right: -5px;
    }

    .mouseKeepIn:before {
        width: 23px;
        height: 43px;
        background-color: #fff;
        border-radius: 100px;
    }

.p-number {
    display: flex;
    text-align: right;
}

.p-name {
    display: flex;
    width: 80%;
}

.p-icon {
    display: flex;
}

.social-footer {
    float: left;
    width: 60%;
    padding-left: 17px;
}

.email-footer {
    float: left;
    padding-top: 20px;
    float: left;
    width: 40%;
    vertical-align: middle;
    padding-left: 10px;
}

    .email-footer a {
        background-color: #006540;
        color: #ffffff;
        padding: 3px 28px;
        width: 60%;
    }

    .email-footer input {
        margin-bottom: 3px;
        border: none;
        border-bottom: 1px solid #006540;
        width: 78%;
        display: block;
        font-style: italic;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }

    .email-footer .success {
        font-size: 11px;
        padding: 3px 0;
        color: #006540;
    }

    .email-footer .error {
        font-size: 11px;
        padding: 3px 0;
        color: red;
    }

.cushidden {
    display: none !important;
}

.description_box hr {
    margin: 10px 0 !important;
}
@media screen and (max-width: 800px) {
  .email-footer input {
    width: 82% !important;
      border-radius: 0px;
}
  .modal-wrapper {
  
    margin-left: 0px;
    width: 100%;
   
    height: 100%;
    margin-top: 0px;
}
}
.icon-contact-mobile{
    width: 25px;
    animation: 3s linear infinite, nudgeMouse 5s ease-out infinite;
}
.class-blog {
    width: 30%;
    display: inline-block;
}
.category-hover.active .pic-1{
    opacity: 0!important;
}
.category-hover.active .pic-2{
    opacity: 1!important;
}
#menucontrol p.langMenu.hasLeft {
    left: -45px!important;
}
.morelink {
    padding-left: 10px;
}
.langFollow {
    letter-spacing: 1px;
}
.divFotter {
    background: #EAEAEC;
    width: 5%;
}
@media (min-height: 701px) and (max-height: 801px) {
    #true_perfection {
        width: 220px;
        right: 0px;
        margin-top: 55px;
    }
}
.chic_layer img {
    opacity: 0.7;
}