/* ******************************************************************* PARTI COMUNI */
::-webkit-scrollbar {width: 6px;background-color: #F2F2F2; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {background: #094438; -webkit-border-radius: 0;}
::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {background: #094438; -webkit-border-radius: 0;}

body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font: 16px 'Montserrat', sans-serif;
    color: #3b3b3b;
    text-align: center;
    background-color: #f3f0e8;
}
p {
    margin: 0;
}
a:link, a:visited, a:hover, a:active {
    color: #094438;
    text-decoration: underline;
    transition: all 0.4s ease-out;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

img {
    border: 0;
}
.hide-desktop {
    display: none !important;
}
.view_mobile, .view_ipad {
    display: none !important;
}

.vegas-animation-kenburnsSlow {
    animation: kenburnsScale ease-out;
}
@keyframes kenburnsScale {
    0% {
        transform: scale(1.10);
    }
    100% {
        transform: scale(1);
    }
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}
[data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
}
[data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 8px;
    border-radius: 3px;
    background: #094438;
    color: #fff;
    z-index: 99;
    font-size: 0.8em;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #094438;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #094438;
}
[data-tooltip][data-flow="bottom"]::after {
    top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #094438;
    left: calc(0em - 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #094438;
    right: calc(0em - 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
    display: none !important;
}
.scroll-to-top {
    bottom: 11%;
    cursor: pointer;
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 15px;
    z-index: 999;
    background-color: #094438;
    color: #fff;
    line-height: 32px;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 301;
    height: 172px;
    color: #fff;
    transition: all 0.4s ease;
    padding: 0;
    margin: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
body.noPhoto #header {

}
#header.scrolled {
    height: 127px;
}
#header #logo {
    position: absolute;
    left: 50%;
    top: 30px;
    transition: all 0.4s ease;
    width: 166px;
    margin-left: -83px;
}
#header.scrolled #logo {
    width: 130px;
    margin-left: -65px;
    top: 15px;
}
#header #logo a, #header #logo a img {
    display: block;
    max-width: 100%;
    height: auto;
}
#header #service {
    position: absolute;
    right: 1.42%;
    top: 30px;
    transition: all 0.4s ease;
}
#header.scrolled #service {
    top: 15px;
}
#header #service a, #header #service a:hover {
    color: #fff;
}
#header #service .contact {
    display: inline-block;
    font-size: 1.3em;
}
#header #service .contact a {
    display: inline-block;
    padding: 20px 15px;
    transition: all 0.7s ease;
}
#header #service .contact a:hover {
    color: #094438;
}
#header #service .language {
    display: inline-block;
    font-size: 13px;
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 23px;
    margin-right: 20px;
}
#header #service .language .active-lang {
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 0.135em;
    text-transform: uppercase;
}
#header #service .language .active-lang .fal {
    font-size: 19px;
    padding-left: 4px;
    position: relative;
    top: 3px;
}
#header #service .language .lang-inline {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#header #service .language:hover .lang-inline {
    height: 68px;
}
#header #service .language .lang-inline a, #header #service .language .lang-inline a:hover {
    color: #094438;
    line-height: 34px;
    padding: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    letter-spacing: 0.135em;
    background-color: #fff;
}
#header #service .language .lang-inline a:hover {
    text-decoration: underline;
}
#header #service .booking-btn {
    display: inline-block;
}
#header #service .booking-btn a {
    display: block;
    text-transform: uppercase;
    color: #094438;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    padding: 20px 46px;
    transition: all 0.7s ease;
    letter-spacing: 0.0923em;
    font-weight: bold;
}
#header #service .booking-btn a:hover {
    color: #fff;
    background-color: #094438;
}
#header .mobile-button {
    display: none;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#nav #mobile_nav {
    position: fixed;
    left: 4%;
    top: 30px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    z-index: 651;
    background: url("../images/menu-chiuso-white.svg") no-repeat center center;
    background-size: 90% 90%;
    transition: all 0.4s ease;
    margin-right: -23px;
}
#nav #mobile_nav.hover_menu {
    background-image: url("../images/menu-aperto.svg");
}
body.scrolled #nav #mobile_nav {
    top: 15px;
}
#nav #mobile_nav .text {
    display: none;
}

#box-menu {
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: height 0.6s ease-out;
    background: #ebe6d9;
    z-index: 601;
}
#nav.hover_menu #box-menu {
    height: 60vh;
}
#box-menu > .inner {
    height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    padding-top: 172px;
    box-sizing: border-box;
}
#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    max-height: 90%;
    display: flex;
    justify-content: center;
}
#menu > li {
    flex: 0 1 18%;
    padding: 0 35px;
    text-align: center;
    box-sizing: border-box;
}
#menu > li a, #menu > li a:hover {
    font-size: 18px;
    color: #094438;
    text-decoration: none;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.135em;
    font-weight: 600;
    display: block;
    height: 46px;
}
#menu > li a:hover {
    text-decoration: underline;
}
#menu .nav-header {
    font-size: 18px;
    color: #094438;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.135em;
    font-weight: 600;
    display: block;
    height: 46px;
}
#menu ul {
    list-style: none;
    margin: 26px 0 0 0;
    padding: 0;
}
#menu ul a, #menu ul a:hover {
    font-size: 0.9em;
    padding: 6px 0;
    line-height: 1.3em;
    font-weight: 400;
    height: auto;
}

#box-menu #menu-logo {
    position: absolute;
    left: 50%;
    top: 30px;
    transition: all 0.4s ease;
    width: 166px;
    margin-left: -83px;
}
#box-menu #menu-logo a, #box-menu #menu-logo a img {
    display: block;
}
#box-menu #menu-service {
    position: absolute;
    right: 1.42%;
    top: 30px;
}
#box-menu #menu-service a, #box-menu #menu-service a:hover {
    color: #094438;
}
#box-menu #menu-service .contact {
    display: inline-block;
    font-size: 1.3em;
}
#box-menu #menu-service .contact a {
    display: inline-block;
    padding: 20px 15px;
    transition: all 0.7s ease;
}
#box-menu #menu-service .contact a:hover {
    color: #094438;
}
#box-menu #menu-service .language {
    display: inline-block;
    font-size: 13px;
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 23px;
    margin-right: 20px;
}
#box-menu #menu-service .language .active-lang {
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    color: #094438;
    position: relative;
    letter-spacing: 0.135em;
    text-transform: uppercase;
}
#box-menu #menu-service .language .active-lang .fal {
    font-size: 19px;
    padding-left: 4px;
    position: relative;
    top: 3px;
}
#box-menu #menu-service .language .lang-inline {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#box-menu #menu-service .language:hover .lang-inline {
    height: 68px;
}
#box-menu #menu-service .language .lang-inline a, #box-menu #menu-service .language .lang-inline a:hover {
    color: #094438;
    line-height: 34px;
    padding: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    letter-spacing: 0.135em;
    background-color: #fff;
}
#box-menu #menu-service .language .lang-inline a:hover {
    text-decoration: underline;
}
#box-menu #menu-service .booking-btn {
    display: inline-block;
}
#box-menu #menu-service .booking-btn a {
    display: block;
    text-transform: uppercase;
    color: #094438;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    padding: 20px 46px;
    transition: all 0.7s ease;
    letter-spacing: 0.0923em;
    font-weight: bold;
}
#box-menu #menu-service .booking-btn a:hover {
    color: #fff;
    background-color: #094438;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* FOTO */
#foto {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 0;
    height: 100vh;
}
#foto .list {
    height: 100%;
}
#foto .list img {
    display: block;
}
#foto .list img:not(:first-child) {
    display: none;
}
#foto #slide-nav {
    position: absolute;
    bottom: 5.5531%;
    right: 1.42%;
    text-align: right;
    font-size: 0;
}
#foto #slide-nav a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 6px;
}
#foto #slide-nav a span {
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 12px auto;
    transition: all 0.4s ease-out;
}
#foto #slide-nav a:hover span {
    border-color: #094438;
}
#foto #slide-nav a.active span {
    background-color: #fff;
    border-color: #fff;
}
#foto #slogan {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 90%;
    text-align: center;
    font-size: 41px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1423em;
}
#foto #arrow {
    position: absolute;
    left: 50%;
    bottom: 5.5531%;
    margin-left: -35px;
}
#foto #arrow img {
    display: block;
}

#foto #badge {
    position: absolute;
    bottom: 10%;
    left: 0;
    background-color: rgba(235, 230, 217, 0.6);
    text-align: center;
    padding: 18px 33px;
    font-size: 1.5rem;
}
#foto #badge-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 18px 33px;
    font-size: 1.5rem;
    width: 170px;
}
#foto #badge-logo img {
    max-width: 100%;
    height: auto;
}
/* ******************************************************************* FINE FOTO */

/* ******************************************************************* CONTENT */
#content {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
body.noPhoto #content {
    padding-top: 173px;
}
#content .item-page {
    padding: 140px 0;
    line-height: 2.1em;
}
#content .item-page .highlight {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.1423em;
    padding-top: 50px;
}
#content .item-page h1 {
    font-size: 67px;
    margin: 23px 0;
    color: #094438;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
#content .item-page .highlight + h1 {
    margin-top: 13px;
}
#content .item-page-title h1:last-child {
    margin-bottom: 0;
}
#content .item-page-text {
    width: 50%;
    max-width: 595px;
    margin: 0 auto;
}
body.fulltext #content .item-page-text {
    max-width: none;
    width: 50%;
}
#content .item-page h2 {
    font-size: 33px;
    margin: 38px 0 22px 0;
    font-weight: normal;
    color: #094438;
    line-height: 1.2em;
}
#content .item-page h2 + .highlight {
    padding-top: 0;
}
#content .item-page h3 {
    font-size: 26px;
    margin: 38px 0 22px 0;
    line-height: 1.2em;
}
#content .item-page p {
    margin: 46px 0;
}

#content .item-page p.btn-link {
    margin-bottom: 86px;
}
.btn-link {
    text-align: center;
}
.btn-link a {
    display: inline-block;
    border: 1px solid #094438;
    color: #094438;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 20px 33px;
    text-decoration: none;
    transition: all 0.7s ease;
    letter-spacing: 0.1223em;
}
.btn-link a:hover {
    color: #fff;
    background-color: #094438;
}

body.decoration-home .item-page, body.decoration-home .event-page {
    background: url("../../../images/page-icon/home.svg") no-repeat center top;
    background-size: 50%;
}
body.decoration-experience .item-page, body.decoration-experience .event-page {
    background: url("../../../images/page-icon/experience.svg") no-repeat center top;
    background-size: 25%;
}
body.decoration-filosofia .item-page, body.decoration-filosofia .event-page {
    background: url("../../../images/page-icon/filisofia.svg") no-repeat center top;
    background-size: 50%;
}
body.decoration-rooms .item-page, body.decoration-rooms .event-page {
    background: url("../../../images/page-icon/rooms.svg") no-repeat center top;
    background-size: 46%;
}
body.decoration-services .item-page, body.decoration-services .event-page {
    background: url("../../../images/page-icon/services.svg") no-repeat center top;
    background-size: 46%;
}
body.decoration-food .item-page, body.decoration-food .event-page {
    background: url("../../../images/page-icon/lively-atmosphere.svg") no-repeat center top;
    background-size: 45%;
}
#content-above {
    padding: 90px 0;
    background-color: #ebe6d9;
}
#content-above .highlight {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.1423em;
    padding-top: 50px;
}
#content-above .title {
    font-size: 67px;
    margin: 10px 0 23px 0;
    color: #094438;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
#content-above .btn-link {
    margin-top: 46px;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* CONTENT - ROOM */
.page-item-rooms .boxes {
    padding: 70px 0;
    margin: 0;
    background-color: #ece6d9;
}
.page-item-rooms .boxes.textImageSlider {
    background-color: transparent;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    position: relative;
}
.page-item-rooms .boxes.textImageSlider.dark {
    background-color: transparent;
}
.page-item-rooms .boxes.textImageSlider.dark {
    justify-content: flex-start;
}
.page-item-rooms .boxes.textImageSlider:before {
    display: none;
}
.page-item-rooms .boxes > .boxesText {
    position: absolute;
    left: 0;
    top: 113px;
    bottom: 113px;
    z-index: 51;
    background-color: #fff;
    width: 40%;
    overflow: hidden;
}
.page-item-rooms .boxes > .boxesText.showAll {
    bottom: auto;
}
.page-item-rooms .boxes.textImageSlider.dark > .boxesText {
    left: auto;
    right: 0;
}
.page-item-rooms .boxes.textImageSlider .boxesText .inner {
    line-height: 1.8em;
    max-width: none;
    padding: 47px 2vw;
    font-size: 15px;
}
.page-item-rooms .boxes.textImageSlider .boxesText .title {
    font-size: 38px;
    margin: 12px 0;
}
.page-item-rooms .boxes.textImageSlider .boxesText .title:after {
    margin: 26px 0;
}
.page-item-rooms .boxes.textImageSlider .boxesText .btn-link a {
    margin-top: 48px;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .inner {
    color: #3b3b3b;
    text-align: left;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .highlight {
    color: #787878;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .title {
    color: #094438;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .title:after {
    background-color: #094438;
    margin-left: 0;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .btn-link a {
    border-color: #094438;
    color: #094438;
}
.page-item-rooms .boxes.textImageSlider.dark .boxesText .btn-link a:hover {
    background-color: #094438;
    color: #fff;
}
.page-item-rooms .boxes.textImageSlider .boxesImg {
    flex-basis: 69%;
    top: 0;
}
.page-item-rooms .boxes .icon {
    text-align: right;
}
.page-item-rooms .boxes .icon > img {
    display: inline-block;
    margin: 0 3px;
}
.page-item-rooms .boxes.textImageSlider .boxesText .show-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #094438;
    background-color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 41px;
}
/* ******************************************************************* FINE CONTENT - ROOM */

/* ******************************************************************* CONTENT - SITEMAP */
#xmap h1 {
    font-size: 67px;
    margin: 23px 0;
    color: #094438;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
#xmap ul {
    display: inline-block;
    text-align: left;
}
#xmap ul a {
    display: block;
}
/* ******************************************************************* FINE CONTENT - SITEMAP */

/* ******************************************************************* CONTENT - EVENTI */
#content .event-page {
    padding-top: 140px;
    line-height: 2.1em;
}
#content .event-page .highlight {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
    margin: 0 !important;
    letter-spacing: 0.1423em;
}
#content .event-page h1 {
    font-size: 67px;
    margin: 23px 0;
    color: #094438;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
#content .event-page .highlight + h1 {
    margin-top: 13px;
}
#content .event-page p {
    margin: 46px 0;
}
#content .event-page .price {
    color: #094438;
    font-size: 1.4em;
}
#content .event-page .item-page-text {
    padding-bottom: 140px;
}

#content .event-page .event-page-item {
    background-color: #ece6d9;
}
#content .event-page .boxes {
    padding: 70px 0;
    margin: 0;
}
#content .event-page .event-page-item:last-child .boxes {
    margin-bottom: 0;
}
#content .event-page .boxes.textImageSlider {
    background-color: transparent;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    position: relative;
}
#content .event-page .boxes.textImageSlider.dark {
    justify-content: flex-start;
}
#content .event-page .boxes.textImageSlider:before {
    display: none;
}
#content .event-page .boxesText p {
    margin: 26px 0;
}
#content .event-page .boxes > .boxesText {
    position: absolute;
    left: 0;
    top: 113px;
    bottom: 113px;
    z-index: 51;
    background-color: #fff;
    width: 40%;
    overflow: hidden;
}
#content .event-page .boxes > .boxesText.showAll {
    bottom: auto;
}
#content .event-page .boxes.textImageSlider.dark  > .boxesText {
    left: auto;
    right: 0;
}
#content .event-page .boxes.textImageSlider .boxesText .inner {
    line-height: 1.8em;
    max-width: none;
    color: #3b3b3b;
    text-align: left;
    padding: 47px 2vw;
    font-size: 15px;
}
#content .event-page .boxes.textImageSlider .boxesText h2 {
    font-size: 38px;
    margin: 12px 0;
}
#content .event-page .boxes.textImageSlider .boxesText h2:after {
    margin: 26px 0;
}
#content .event-page .boxes.textImageSlider .boxesText .btn-link a {
    margin-top: 48px;
}
#content .event-page .boxes.textImageSlider.dark .boxesText h2 {
    color: #094438;
}
.page-item-rooms .boxes.textImageSlider .boxesText .title:after {
    margin: 26px 0;
}
#content .event-page .boxes.textImageSlider.dark .boxesText h2:after {
    background-color: #094438;
    margin-left: 0;
}
#content .event-page .boxes.textImageSlider .boxesImg {
    flex-basis: 69%;
    top: 0;
}
#content .event-page .boxes.textImageSlider.dark .boxesText .btn-link a {
    border-color: #094438;
    color: #094438;
}
#content .event-page .boxes.textImageSlider.dark .boxesText .btn-link a:hover {
    color: #fff;
    background-color: #094438;
}
#content .event-page .boxes.textImageSlider.dark .boxesText  a {
    color: #094438;
}

.event-page-item .boxes.textImageSlider .boxesText .show-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #094438;
    background-color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 41px;
}
/* ******************************************************************* FINE CONTENT - EVENTI */

/* ******************************************************************* MODULE - BOXES */
.boxes {
    position: relative;
    line-height: 1.7em;
    display: flex;
    margin: 90px 0;
}
.boxes > .boxesText {
    flex: 0 0 50%;
    box-sizing: border-box;
}
.boxes > .boxesImg {
    flex: 0 0 50%;
    box-sizing: border-box;
}
#content-below .boxes:last-child {
    margin-bottom: 0;
}

.boxes.textImageSlider {
    background-color: #ebe6d9;
}
.boxes.textImageSlider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7.9285%;
    height: 101%;
    background-color: #f3f0e8;
}
.boxes.textImageSlider .boxesText .inner {
    padding: 67px 2vw;
    text-align: left;
    line-height: 2.1em;
    max-width: 500px;
    margin: 0 auto;
}
.boxes.textImageSlider .boxesText .highlight {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.1423em;
}
.boxes.textImageSlider .boxesText .title, .boxes.textImageSlider .boxesText h2 {
    font-size: 48px;
    margin: 19px 0;
    color: #094438;
    line-height: 1.2em;
    font-weight: normal;
}
.boxes.textImageSlider .boxesText .title:after, .boxes.textImageSlider .boxesText h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 34%;
    background-color: #094438;
    margin: 41px 0;
}
.boxes.textImageSlider .boxesText .btn-link a {
    display: block;
    margin-top: 68px;
}

.boxes.textImageSlider .boxesImg {
    position: relative;
    top: -43px;
    height: 86.66vh;
}
.boxes.textImageSlider .boxesImg .list {
    height: 86.66vh;
}
.boxes.textImageSlider .boxesImg .list img {
    display: block;
    width: 100%;
    height: auto;
}
.boxes.textImageSlider .boxesImg .list img:not(:first-child) {
    display: none;
}
.boxes.textImageSlider .boxesImg .boxesImg-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    font-size: 0;
    width: 120px;
}
.boxes.textImageSlider .boxesImg .boxesImg-nav .next {
    position: absolute;
    top: -70px;
    right: 0;
    transform: rotate(-90deg);
    width: 40px;
    height: 15px;
}
.boxes.textImageSlider .boxesImg .boxesImg-nav .back {
    position: absolute;
    top: -70px;
    left: 0;
    transform: rotate(90deg);
    width: 45px;
    height: 20px;
}

.boxes.textImageSlider.dark {
    background-color: #094438;
}
.boxes.textImageSlider.dark:before {
    right: auto;
    left: 0;
}
.boxes.textImageSlider.dark .boxesText {
    order: 2;
}
.boxes.textImageSlider.dark .boxesText .inner {
    color: #fff;
    text-align: right;
}
.boxes.textImageSlider.dark .boxesText .highlight {
    color: #fff;
}
.boxes.textImageSlider.dark .boxesText .title, .boxes.textImageSlider.dark .boxesText h2 {
    font-size: 48px;
    margin: 19px 0;
    color: #f3f0e8;
    line-height: 1.2em;
}
.boxes.textImageSlider.dark .boxesText .title:after, .boxes.textImageSlider.dark .boxesText h2:after {
    background-color: #fff;
    margin-left: auto;
}
.boxes.textImageSlider.dark .boxesText  a {
    color: #fff;
}
.boxes.textImageSlider.dark .boxesText .btn-link a {
    border-color: #ffffff;
    color: #fff;
}
.boxes.textImageSlider.dark .boxesText .btn-link a:hover {
    background-color: #fff;
    color: #094438;
}
.boxes.textImageSlider.dark .boxesImg {
    order: 1;
}
/* ******************************************************************* FINE MODULE - BOXES */

/* ******************************************************************* MODULE - ROOMS */
#box-rooms {
    padding-bottom: 92px;
}
#box-rooms #box-rooms-desc .inner {
    width: 50%;
    max-width: 595px;
    margin: 0 auto;
    line-height: 2.1em;
    padding-bottom: 50px;
}
#box-rooms #box-rooms-desc .highlight {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.1423em;
}
#box-rooms #box-rooms-desc .title {
    font-size: 48px;
    margin: 19px 0 39px 0;
    color: #094438;
    line-height: 1.2em;
}
#box-rooms .mod-rooms {
    margin: 0;
    padding: 0 0 62px 0;
    list-style: none;
}
#box-rooms .mod-rooms li.room {
    display: inline-block;
    transition: all 0.9s ease;
    margin: 0 5px;
    width: 49vw;
    max-width: 1000px;
    transform: scale3d(0.7, 0.7, 1);
}
#box-rooms .mod-rooms li.room.is-selected {
    transform: scale3d(1, 1, 1);
}
#box-rooms li.room .room-inner {
    position: relative;
}
#box-rooms li.room .room-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
#box-rooms li.room .roomTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(40,48,67,0) 0%, rgba(40,48,67,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283043', endColorstr='#66283043',GradientType=0 );
}
#box-rooms li.room .roomTxt .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#box-rooms li.room .roomTxt .room-title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1423em;
}
#box-rooms .box-rooms-link {
    margin-bottom: 62px;
}
#box-rooms .box-rooms-nav {
    position: relative;
    width: 49vw;
    max-width: 1000px;
    margin: 0 auto;
}
#box-rooms .box-rooms-nav .next {
    position: absolute;
    top: -105px;
    right: 20px;
    transform: rotate(-90deg);
    width: 65px;
    height: 30px;
}
#box-rooms .box-rooms-nav .back {
    position: absolute;
    top: -105px;
    left: 20px;
    transform: rotate(90deg);
    width: 65px;
    height: 30px;
}
#box-rooms .box-rooms-nav .next.disabled, #box-rooms .box-rooms-nav .back.disabled {
    opacity: 0.3;
    filter: grayscale(100%);
    cursor: default;
}
/* ******************************************************************* FINE MODULE - ROOMS */

/* ******************************************************************* FOOTER */
#footer {
    position: relative;
    padding: 110px 0 70px 0;
}
#footer .social {
    margin-bottom: 34px;
}
#footer .social a {
    display: inline-block;
    text-decoration: none;
    font-size: 2.4em;
    margin: 0 9px;
}
#footer .partner {
    margin-bottom: 44px;
}
#footer .col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .col-2 p.spacer {
    width: 1px;
    height: 120px;
    background-color: #094438;
    margin: 0 4.4537%;
}
#footer .col-2 address {
    font-style: normal;
    text-align: left;
    line-height: 1.6em;
}
#footer #menu-info {
    list-style: none;
    padding: 0;
    margin: 54px 0 0 0;
}
#footer #menu-info li {
    display: inline-block;
}
#footer #menu-info li:after {
    content: '|';
    color: #b9b8b0;
    margin-right: 8px;
}
#footer #menu-info li:last-child:after {
    content: none;
}
#footer #menu-info li a {
    color: #787878;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin-right: 11px;
}
#footer #menu-info li a:hover {
    text-decoration: underline;
}
#footer #byaltea {
    position: absolute;
    right: 80px;
    bottom: 35px;
    width: auto;
}
/* ******************************************************************* FINE FOOTER */

@media only screen and (max-width: 1100px) {
    #header #service .contact a {
        padding: 20px 11px;
    }
    #header #service .language {
        padding: 20px 14px;
    }
    #box-menu #menu-service .contact a {
        padding: 20px 11px;
    }
    #box-menu #menu-service .language {
        padding: 20px 14px;
    }

    #menu {
        flex-wrap: wrap;
    }
    #menu > li {
        flex-basis: 20%;
        padding: 0 21px;
    }

    #box-rooms .mod-rooms li.room {
        width: 65vw;
    }
}

@media only screen and (max-width: 990px) {
    #header #service {
        position: static;
    }
    #header #service .contact {
        position: absolute;
        top: 41px;
        left: 13%;
        transition: all 0.4s ease;
    }
    #header.scrolled #service .contact {
        top: 17px;
    }
    #header #service .language {
        position: absolute;
        right: 197px;
        top: 30px;
        transition: all 0.4s ease;
    }
    #header.scrolled #service .language {
        top: 12px;
    }
    #header #service .booking-btn {
        position: absolute;
        right: 1.42%;
        top: 38px;
        transition: all 0.4s ease;
    }
    #header.scrolled #service .booking-btn {
        top: 18px;
    }
    #header #service .booking-btn a {
        padding-left: 36px;
        padding-right: 36px;
    }
    #box-menu #menu-service {
        position: static;
    }
    #box-menu #menu-service .contact {
        position: absolute;
        top: 41px;
        left: 13%;
    }
    #box-menu #menu-service .language {
        position: absolute;
        right: 197px;
        top: 30px;
    }
    #box-menu #menu-service .booking-btn {
        position: absolute;
        right: 1.42%;
        top: 38px;
    }
    #box-menu #menu-service .booking-btn a {
        padding-left: 36px;
        padding-right: 36px;
    }

    #nav #mobile_nav {
        top: 40px;
    }
    #menu > li {
        flex-basis: 24%;
        padding-bottom: 23px;
    }

    .boxes {
        flex-wrap: wrap;
    }
    .boxes.textImageSlider:before {
        display: none;
    }
    .boxes > .boxesText {
        flex-basis: 100%;
    }
    #box-rooms .mod-rooms li.room {
        transform: scale3d(0.8, 0.8, 1);
    }
    #box-rooms li.room .roomTxt {
        height: 110px;
    }
    .boxes.textImageSlider .boxesText .inner {
        text-align: center !important;
    }
    .boxes.textImageSlider .boxesText .title:after, .boxes.textImageSlider .boxesText h2:after {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .boxes > .boxesImg {
        flex-basis: 100%;
    }
    .boxes.textImageSlider .boxesImg {
        top: 0;
        height: auto;
    }
    .boxes.textImageSlider .boxesImg .list {
        height: 81.66vw;
    }

    .boxes.textImageSlider.dark .boxesText .inner {
        text-align: center;
    }
    .boxes.textImageSlider.dark .boxesText {
        order: 1;
    }
    .boxes.textImageSlider.dark .boxesImg {
        order: 2;
    }

    .page-item-rooms .boxes > .boxesText {
        position: static;
    }
    .page-item-rooms .boxes.textImageSlider .boxesImg {
        flex-basis: 100%;
    }

    #content .event-page .boxes > .boxesText {
        position: static;
    }
    #content .event-page .boxes.textImageSlider .boxesImg {
        flex-basis: 100%;
        height: auto;
    }

    #box-rooms {
        padding-bottom: 0;
    }
    #box-rooms .box-rooms-nav {
        display: none;
    }

    #content .item-page {
        padding: 90px 0;
    }
    #content .event-page {
        padding-top: 90px;
    }
    #content-below .boxes.textImageSlider:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        display: none;
        opacity: 0;
    }

    #header {
        height: 132px;
    }
    #header #service .contact {
        display: none;
    }
    #header #service .booking-btn {
        display: none;
    }
    #header #service .language, #header.scrolled #service .language {
        right: auto;
        left: 4%;
        top: 10px;
    }
    #header #logo, #header.scrolled #logo {
        width: 126px;
        margin-left: -63px;
        top: 20px;
    }
    #header #service .mobile-button {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #header #service .mobile-button a {
        flex: 1 1 50%;
        display: block;
        background-color: #ffffff;
        color: #094438;
        text-align: center;
        line-height: 60px;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0.1835em;
        text-transform: uppercase;
    }
    #header #service .mobile-button a.tel {
        background-color: #ebe6d9;
    }


    #nav #mobile_nav, body.scrolled #nav #mobile_nav {
        left: auto;
        right: 4%;
        margin-right: 0;
        height: 74px;
        width: 74px;
        line-height: 74px;
        top: 16px;
    }
    #box-menu #menu-service .booking-btn {
        display: none;
    }
    #box-menu #menu-service .contact {
        display: none;
    }
    #box-menu #menu-service .language {
        right: auto;
        left: 4%;
        top: 10px;
    }
    #box-menu #menu-logo {
        width: 126px;
        margin-left: -63px;
        top: 20px;
    }
    #box-menu #menu-logo img {
        max-width: 100%;
        height: auto;
    }
    #nav.hover_menu #box-menu {
        height: 100vh;
    }
    #box-menu > .inner {
        height: 100vh;
        justify-content: flex-start;
    }
    #menu > li {
        flex-basis: 100%;
        padding: 0;
    }
    #menu > li a, #menu > li a:hover {
        height: auto;
        padding: 4px 21px;
        margin: 4px 0;
    }
    #menu .nav-header {
        height: auto;
        padding: 4px 21px;
    }
    #menu ul {
        background-color: #f8f7f1;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0s ease;
    }
    #menu li.opensubnav > ul {
        margin: 4px 0 11px 0;
        max-height: 900px;
        transition: max-height 0.7s ease;
    }
    #menu li i {
        margin-left: 11px;
        font-size: 1.2em;
        position: relative;
        top: 2px;
        padding: 4px 15px;
    }

    #foto {
        height: calc(100vh - 60px);
    }
    #foto #slogan {
        font-size: 23px;
        line-height: 2em;
    }
    #foto #arrow {
        bottom: 15.5531%;
    }
    #foto #slide-nav {
        display: none;
    }

    #content .item-page {
        padding-top: 0;
        padding-bottom: 30px;
    }
    body.decoration-home .item-page, body.decoration-experience .item-page, body.decoration-filosofia .item-page, body.decoration-rooms .item-page, body.decoration-services .item-page, body.decoration-food .item-page {
        background-size: 100%;
    }
    #content .item-page h1, #content .event-page h1 {
        font-size: 42px;
    }
    #content .item-page-text, #content .event-page .item-page-text {
        padding-bottom: 70px;
    }
    #content .item-page-text, #content .item-page-title {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-link a {
        padding-left: 23px;
        padding-right: 23px;
    }

    .page-item-rooms .boxes {
        padding: 0;
    }

    #content-above .title {
        font-size: 42px;
    }

    .boxes > .boxesText {
        order: 2;
    }
    .boxes.textImageSlider .boxesText .inner {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .boxes.textImageSlider .boxesText .title, .boxes.textImageSlider .boxesText h2 {
        font-size: 36px;
    }
    .boxes.textImageSlider .boxesImg {
        order: 1;
    }
    .boxes.textImageSlider.dark .boxesText {
        order: 2;
    }
    .boxes.textImageSlider.dark .boxesImg {
        order: 1;
    }

    #box-rooms #box-rooms-desc .inner {
        width: 92%;
        padding-bottom: 0;
    }
    #box-rooms #box-rooms-desc .inner p {
        display: none;
    }
    #box-rooms #box-rooms-desc .inner .highlight {
        display: block;
    }
    #box-rooms #box-rooms-desc .inner .title {
        font-size: 36px;
        display: block;
    }
    #box-rooms .mod-rooms li.room {
        width: 80vw;
    }
    #box-rooms .mod-rooms li.room {
        transform: scale3d(0.9, 0.9, 1);
    }
    #box-rooms li.room .roomTxt .room-title {
        font-size: 20px;
        padding: 0 21px;
    }

    #content-below > *:last-child {
        margin-bottom: 0;
    }
    #footer {
        background-color: #fff;
    }
    #footer .col-2 {
        display: block;
    }
    #footer .col-2 p.spacer {
        display: none;
    }
    #footer .col-2 address {
        text-align: center;
        margin-top: 34px;
    }
    #footer #byaltea {
        position: static;
        margin-top: 29px;
    }

    #content .event-page .event-page-item {
        background-color: transparent;
    }
    #content .event-page .boxes {
        padding: 0;
    }
    #content .event-page .boxes > .boxesText {
        background-color: transparent;
    }
    #content .event-page .boxes.textImageSlider {
        width: auto;
    }
    #content .event-page .boxes.textImageSlider.light {
        background-color: #ece6d9;
    }
    .page-item-rooms .boxes.textImageSlider {
        width: auto;
    }
    .page-item-rooms .boxes.textImageSlider.light {
        background-color: #ece6d9;
    }
    .page-item-rooms .boxes > .boxesText {
        background-color: transparent;
    }

    #foto #badge-logo {
        width: 105px;
    }
}