/* ----------------------------------------------------------------
	Custom CSS

	DG v9.1
-----------------------------------------------------------------*/

:root {
  --family: 'Geometria', sans-serif;
 --family2: 'IvyMode-Light', serif;
    --family3: 'Ballonest';
    --fontSize: 48px;
    --black1: rgb(0, 0, 0);
    --white1: rgb(255, 255, 255);
    --browni1: #81725e;
    --browni2: #9a8c81;
    --bluu1: #ff6600;
    --grey1: #363636;
    --green: rgba(183, 193, 172, 1);
    --brow: #d2c7bb;
    --bcg-fill-color: var(--grey1);
    --clr-page-bg: rgba(255, 239, 235, 1);
    --mod-highlights-v1-3: rgba(218, 212, 207, 1);
    --mod-slogan-v1-1: rgba(66, 69, 75, 1);
    --clr-request: rgba(127, 188, 199, 1);
    --themecolorrgba: 251, 199, 122;
    --border-opacity: .15;
    --ratio: 9 / 16;
    --scale: 1;
    --vh-offset: 50px;
    --v-spacing: 10vh;
    --h-gutter: 6.6vw;
    --ease-power3-in-out: cubic-bezier(0.77, 0, 0.175, 1);
    --easing: cubic-bezier(0.5, 0.7, 0.5, 1);
    --spacing: 20px;
    --spacing-0: 0px;
    --spacing-0-5: calc(var(--spacing)*0.5);
    --spacing-0-7: calc(var(--spacing)*0.7);
    --spacing-1: var(--spacing);
    --spacing-1-2: calc(var(--spacing)*1.2);
    --spacing-1-5: calc(var(--spacing)*1.5);
    --spacing-1-75: calc(var(--spacing)*1.75);
    --spacing-1-9: calc(var(--spacing)*1.9);
    --spacing-2: calc(var(--spacing)*2);
    --spacing-2-25: calc(var(--spacing)*2.25);
    --spacing-2-5: calc(var(--spacing)*2.5);
    --spacing-2-75: calc(var(--spacing)*2.75);
    --spacing-3: calc(var(--spacing)*3);
    --spacing-3-25: calc(var(--spacing)*3.25);
    --spacing-3-5: calc(var(--spacing)*3.5);
    --spacing-3-75: calc(var(--spacing)*3.75);
    --spacing-5: calc(var(--spacing)*5);
    --spacing-5-5: calc(var(--spacing)*5.5);
    --spacing-5: calc(var(--spacing)*5);
    --spacing-5-5: calc(var(--spacing)*5.5);
    --spacing-5-75: calc(var(--spacing)*5.75);
    --spacing-6: calc(var(--spacing)*6);
    --spacing-6-2: calc(var(--spacing)*6.2);
    --spacing-6-5: calc(var(--spacing)*6.5);
    --spacing-6-75: calc(var(--spacing)*6.75);
    --spacing-7: calc(var(--spacing)*7);
    --spacing-7-5: calc(var(--spacing)*7.5);
    --spacing-8: calc(var(--spacing)*8);
    --spacing-8-5: calc(var(--spacing)*8.5);
    --spacing-9: calc(var(--spacing)*9);
    --spacing-9-5: calc(var(--spacing)*9.5);
    --spacing-10: calc(var(--spacing)*10);
    --spacing-10-5: calc(var(--spacing)*10.5);
    --spacing-11: calc(var(--spacing)*11);
    --spacing-12: calc(var(--spacing)*12);
    --spacing-12-5: calc(var(--spacing)*12.5);
    --spacing-13: calc(var(--spacing)*13);
    --spacing-15: calc(var(--spacing)*15);
    --spacing-15-25: calc(var(--spacing)*15.25);
    --spacing-15: calc(var(--spacing)*15);
    --spacing-16: calc(var(--spacing)*16);
    --spacing-18: calc(var(--spacing)*18);
    --spacing-19: calc(var(--spacing)*19);
    --spacing-20: calc(var(--spacing)*20);
    --loader-width: 27.36vw;
    --loader-height: 50vh;
    --v-spacing: 10vh;
    --h-gutter: 6.6vw;
--transition-timing: 0.25s;
    --transition-easing: cubic-bezier(0.56,0.01,0.4,1);
 --cnvs-side-header-width: 100vw;
    --base-image-width: 450px;
    --base-image-height: 600px;
    --image-width: 450px;
    --image-height: 600px;
    --fontS-3: 2.5vw;
}

div.ccm-panel-content ul.nav,
div.ccm-panel-content menu {
    display: block;
}



#ccm-theme-grid-edit-mode-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}


html:not(.has-scroll-init) {
    cursor: wait;
    overflow: hidden
}


::-moz-selection {
    background-color: #272727;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #272727;
    color: #fff;
    text-shadow: none
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern"1;
    font-feature-settings: "kern"1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    overflow-x: hidden
}

body {
    color: #fff;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
 background: #FFFFFF;
    cursor: default;
    overflow: hidden;
    isolation: isolate;text-rendering: optimizeSpeed; overscroll-behavior: none;
}


body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}



a {
    -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    color: #272727
}


strong {position:relative;
    font-weight: 500;
    color: #272727
}
strong::before {
    z-index: -1;
    left: 0;
    background: #E9E5D3;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 10px;
}
[data-sensitive],
[data-hover] {
    cursor: pointer;
}

[data-hover] {
    cursor: none !important;
}

[data-sensitive] *,
[data-hover] * {
    pointer-events: none;
}

.preserve3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/********** FRAMEWORK ************/
#wrapper {background-color: white;}



/*  locomotive-scroll v5.0.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
    overflow: hidden;
    -webkit-overflow-scrolling: auto !important;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;overflow-y: hidden!important;overflow-x: hidden!important;
}


[data-scroll-direction="horizontal"] [data-scroll-container] {
    white-space: nowrap;
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}



.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.55);
    transform: scaleX(1.55);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    -webkit-transform: scaleY(1.3);
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}






.scroll_transition {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}



.native-scroll .scroll_transition {
    transition: none;
    -webkit-transition: none;

}




.tiene_transition_5000 {
    -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_3000 {
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_2000 {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 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 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_1500 {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_1000 {
    -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);
    -webkit-transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    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);
    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), -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_2000_inout {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_1500_inout {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}

.tiene_transition_1000_inout {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
}



/*  SPECIALCLASSES */

.w-60 {
    width: 59.62%;
}

.w50 {
    width: 50.38%;
}

.w50 {
    width: 59.9%;
}

.w-33 {
    width: 33.3%;
}

.relative {
    position: relative !important;
}



.full_width {
    width: 100%;
    height: auto;
}

.full_height {
    height: 100%;
    width: auto;
}
.is-expanded-menu.side-header.side-header-right.open-header #header {
    left: auto;
    right: 0;
    top: -100%; opacity:0;  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);

}
.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-color: #4b647a;
}
.overtitle{
 position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 30%;z-index: 999;text-align: center
}
.overtitle h4{
font-size:26pt;color:white
}
.fit.bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.fit.top {
    -o-object-position: top;
    object-position: top;
}

.no_events {
    pointer-events: none;
}


.no_opacity {
    opacity: 0 !important;
    pointer-events: none;
}

.no_events {
    pointer-events: none;
}

.no_overflow {
    overflow: hidden;
}

.no_opacity {
    opacity: 0 !important;
    pointer-events: none;
}

.no_opacity.show {
    opacity: 1 !important;
    pointer-events: all;
}

.no_transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.no_width {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    pointer-events: none;
}

.no_height {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    pointer-events: none;
}

.top_hidden {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}

.top_single {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.top_double {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.left_single {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
}

.right_single {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
}

.left_double {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.top_translated {
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}

.top_double.show,
.top_single.show,
.show .top_double,
.show .top_single,
.left_single.show,
.left_double.show,
.show .left_single,
.show .left_double {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.top_hidden.show,
.top_translated.show,
.show .top_hidden,
.show .top_translated,
.no_width.show,
.show .no_width {
    -webkit-transform: none;
    transform: none;
}

.t_container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
}

.t_container:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.mask_left {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
}

.mask_left.full {
    -webkit-transform: translateX(-100.1%);
    transform: translateX(-100.1%);

}

.mask_left .t_container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
}

.mask_left.full .t_container {
    -webkit-transform: translateX(100.1%);
    transform: translateX(100.1%);
}

.t_container > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mask_right {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mask_right .t_container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mask_right.full {
    -webkit-transform: translateX(100.1%);
    transform: translateX(100.1%);
}

.mask_right.full .t_container {
    -webkit-transform: translateX(-100.1%);
    transform: translateX(-100.1%);
}

.mask_top {
    -webkit-transform: translateY(-100.1%);
    transform: translateY(-100.1%);
}


.mask_top .t_container {
    -webkit-transform: translateY(100.1%);
    transform: translateY(100.1%);
}

.mask_bottom {
    -webkit-transform: translateY(100.1%);
    transform: translateY(100.1%);
}

.mask_bottom .t_container {
    -webkit-transform: translateY(-100.1%);
    transform: translateY(-100.1%);
}

.show > .mask_bottom,
.show > .mask_left,
.show > .mask_left .t_container,
.show > .mask_left .t_container img,
.show > .mask_right,
.show > .mask_right .t_container,
.show > .mask_right .t_container img,
.show > .mask_top,
.show > .mask_top .t_container,
.show > .mask_top .t_container img,
.show > .mask_bottom,
.show > .mask_bottom .t_container,
.show > .mask_bottom .t_container img {
    -webkit-transform: none;
    transform: none;
}

.back_veil::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0.3;
    background: #515651;
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
     -webkit-backface-visibility: hidden;*/
    z-index: -1;
}

.back_veil.top::after {
    -webkit-transform-origin: top;
    transform-origin: top;
}

.back_veil.left::after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.show.back_veil::after {
    -webkit-transform: none;
    transform: none;
}

.d50 {
    -webkit-transition-delay: 50ms !important;
    transition-delay: 50ms !important;
}

.d100 {
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.d150 {
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
}

.d200 {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
}

.d250 {
    -webkit-transition-delay: 250ms !important;
    transition-delay: 250ms !important;
}

.d300 {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.d350 {
    -webkit-transition-delay: 350ms !important;
    transition-delay: 350ms !important;
}

.d500 {
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
}

.d500 {
    -webkit-transition-delay: 550ms !important;
    transition-delay: 550ms !important;
}

.d500 {
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
}

.d550 {
    -webkit-transition-delay: 550ms !important;
    transition-delay: 550ms !important;
}

.d600 {
    -webkit-transition-delay: 600ms !important;
    transition-delay: 600ms !important;
}

.d700 {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
}

.d800 {
    -webkit-transition-delay: 800ms !important;
    transition-delay: 800ms !important;
}

.d900 {
    -webkit-transition-delay: 900ms !important;
    transition-delay: 900ms !important;
}



.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexed.vStart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ok-vh-100 {
    height: 100vh !important;
}

.ok-vh-50 {
    height: 50vh !important;
}


.ok-vh-67 {
    height: 67vh !important;
}


.min-vh-67 {
    height: 67vh !important;
}


.min-vh-76 {
    height: 76vh !important;
}

.min-vh-100 {
    height: 100vh !important;
}
.min-vh-md-70 {
    min-height: 70vh !important;
}
.halfMargin {
    margin-top: 2.5vw;
}

.margin {
    margin-top: 5vw;
}

.doubleMargin {
    margin-top: 8vw;
}

.tripleMargin {
    margin-top: 10vw;
}

.negativeMargin2 {
    margin-top: -2vw
}

.negativeMargin5 {
    margin-top: -5vw
}

.negativeMargin10 {
    margin-top: -10vw !important
}

.negativeMargin15 {
    margin-top: -15vw !important
}

.negativeMargin25 {
    margin-top: -25vw !important
}


.positiveMargin2 {
    margin-top: 2vw
}

.positiveMargin5 {
    margin-top: 5vw
}

.positiveMargin8 {
    margin-top: 8.5vw
}

.positiveMargin9 {
    margin-top: 9vw !important
}

.positiveMargin10 {
    margin-top: 10vw !important
}

.positiveMargin12 {
    margin-top: 12.5vw !important
}

.positiveMargin15 {
    margin-top: 15vw !important
}

.positiveMargin25 {
    margin-top: 25vw !important
}

.col-md-55 {
    max-width: 59vw;
    padding-left: .5vw;
    text-align: left
}


.img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.borderW{
    border:2px solid var(--brow2)
}



.hidden {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    opacity: 0;
    -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);
}

.top_hid1 {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    opacity: 0;
    -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);
}

.hiddenOpa {
    opacity: 0;
    -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);
}

.nohidden {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 2000ms;
    transition: all 2000ms;
}

.nohiddenOpa {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 2000ms;
    transition: all 2000ms;
}

.top_hidden.show,
.top_translated.show,
.show .top_hidden,
.show .top_translated,
.no_width.show,
.show .no_width {
    -webkit-transform: none;
    transform: none;
}

.top_hid1.show {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}



#topVeil {
    background: rgba(0, 0, 0, .32);
    opacity: 0.93;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: 1;
}

#top.topVeil:before {
    opacity: 1;
}


.c-scrollbar {
    z-index: 2;
}

.page-template-home #topVeil {
    background: rgba(0, 0, 0, .22);
    opacity: 0.93;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: 1;
}

/********** FRAMEWORK ************/


/***********TEXT********************/




#wrapper p {
    font-family: var(--family);
    font-weight: 400;
    font-size: 1.4rem;
    color: #514641;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

#wrapper ul li {
    font-family: var(--family);
    font-weight: 400;
    font-size: 1.1rem;
    color: #514641;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

#wrapper p.lead {

    color: #fff;

}
p.gallery-info-pretitle {
    position: relative;
    display: block;
    text-align: center;
    font-family: var(--family2)!important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .18em;
    font-size: 12vw!important;
    line-height: 120px!important;
    font-style: normal;
    color: rgba(11,12,15,0.1)!important;
    opacity: .4;
    -webkit-transform: translateY(6vh);
    transform: translateY(6vh);
}
h3.fady {

    text-align: center!important;
   
}


h3 {font-size: 3.6vw;font-weight: inherit!important;font-family: var(--family2);line-height: 1;text-transform: none;text-align: left;color: #514641;letter-spacing: normal;}

h4 {font-size: 3.5vw;font-weight: lighter!important;font-family: var(--family3);line-height: 1.3;color: #514641;letter-spacing: .052rem;}
.servTitl h4 {
font-size: 1.5vw;
    font-weight: lighter!important;
    font-family: var(--family);
    line-height: 1.3;
    color: black;
background-color: var(--bluu1);
}
h4.liny:after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #c0bfb9;
    margin: 20px auto 30px;
}
h4.fady {
  font-family: var(--family2);
  font-size: 2.5vw;color: #514641!important
}
h4.fady > span:not(.nocolor):not(.badge){
  font-family: var(--family2);
  font-size: 2.5vw;color: #514641!important
}

h3.fady span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  font-size: calc(60px + 8.4 * ((100vw - 1440px) / 1440));
font-size: 4.2vw;
    font-weight: inherit!important;
    font-family: var(--family2);
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    color: #514641;
}
.h1 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge), h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: var(--orang);
}
h4.fady span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);

font-size: 2.5vw;
    font-weight: inherit!important;
    font-family: var(--family2);
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    color: #514641;
}

.show .fady span:nth-child(1) {
  -webkit-animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(2) {
  -webkit-animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(3) {
  -webkit-animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(4) {
  -webkit-animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(5) {
  -webkit-animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(6) {
  -webkit-animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(7) {
  -webkit-animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(8) {
  -webkit-animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(9) {
  -webkit-animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(10) {
  -webkit-animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(11) {
  -webkit-animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(12) {
  -webkit-animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(13) {
  -webkit-animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(14) {
  -webkit-animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(15) {
  -webkit-animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(16) {
  -webkit-animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(17) {
  -webkit-animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(18) {
  -webkit-animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(19) {
  -webkit-animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(20) {
  -webkit-animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(21) {
  -webkit-animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(22) {
  -webkit-animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(23) {
  -webkit-animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(24) {
  -webkit-animation: fade-in 0.8s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(25) {
  -webkit-animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.show .fady span:nth-child(26) {
  -webkit-animation: fade-in 0.8s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(27) {
  -webkit-animation: fade-in 0.8s 2.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.show .fady span:nth-child(28) {
  -webkit-animation: fade-in 0.8s 2.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.show .fady span:nth-child(29) {
  -webkit-animation: fade-in 0.8s 2.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 2.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}


/***********TEXT********************/




/***********MENU********************/


@media (min-width: 992px) {
    .side-header #logo {
        display: none
    }

   #bookBack-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    width: 5rem;
    height: 1px;

    background-color: var(--browni2);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0s ease 2.1s, -webkit-transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
    transition: opacity 0s ease 2.1s, -webkit-transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
    transition: opacity 0s ease 2.1s, transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
    transition: opacity 0s ease 2.1s, transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s, -webkit-transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
    will-change: opacity, transform;
    -webkit-transition: 950ms -webkit-transform var(--ease-power3-in-out);
    transition: 950ms -webkit-transform var(--ease-power3-in-out);
    transition: 950ms transform var(--ease-power3-in-out);
    transition: 950ms transform var(--ease-power3-in-out), 950ms -webkit-transform var(--ease-power3-in-out);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

    .side-header.open-header #book-trigger {display: block;position: fixed;cursor: pointer;top: 5px;right: 66px;z-index: 11;font-size: .8rem;width: 12rem;height: 41px;line-height: 40px;background-color: #4b647a;text-align: center;color: #fff;-webkit-box-pack: center;border: 1px solid;border-radius: 9999px;--tw-border-opacity: 1;border-color: rgb(51 51 51/var(--tw-border-opacity));-ms-flex-pack: center;justify-content: center;}

    .side-header.open-header #book-trigger a {
          color: white !important
    }
   .side-header.open-header #book-trigger  svg{
         width: 30px!important;
         margin-left: 0;
         margin-right: .5vw;
         margin-top: -3px; fill: #fff!important;
    }
    .side-header.open-header #book-trigger:hover{
          color: white!important
    }
  .side-header.open-header #book-trigger:hover{
        background-color: #000;
    }
     .side-header.open-header #book-trigger:hover svg g{
       fill: #fff;
    }
#flags-trig {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 5px;
    left: 0;
    z-index: 7777 !important;
    font-size: 14px;
    width: 53px;
    height: 47px;
    line-height: 54px;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    margin-top: 0px;
    color: green;
}



#flags-trig ul {
    list-style: none !important;
    background-color: transparent;
    color: rgba(0, 39, 82,1);
}

#flags-trig ul ul {
    background-color: white;
}

#flags-trig ul li {
    display: inline-block;
    height: 25px;
    color: white;
    text-align: center;
    margin-right: 5px;
}
#flags-trig ul.sf-js-enabled {
    margin-top: -7px;
}

#flags-trig ul li a {
    color: #9d968D;
    font-size: 1rem;
    text-align: center;
}

.top-links ul div.top-link-section,
.top-links ul ul {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 210;
    background-color: transparent;
    top: 6px;
    left: 32px;
    width: 130px;
    height: 27px;
    margin: 0;
    color: white;
}

.top-links ul ul li {}

.top-links ul ul li a {
    background-color: transparent;
    color: #fff;
    border-radius: 1% !important;
}

.top-links li:hover div.top-link-section,
.top-links li:hover ul {
    cursor: pointer;
    display: block;
    height: auto;
    background-color: transparent;
    color: white;
}

.top-links li ul li a {
    border-radius: 50% !important;
}    #mail-trigger {
            display: block;
            position: fixed;
            cursor: pointer;
            top: 7px;
           left: 326px;
            z-index: 311;
            font-size: 16px;
            width: 142px;
            height: 42px;
            line-height: 32px;
            text-align: center;
            border-radius: 0;
            color: white;
    }

        #phone-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 8px;
       left: 155px;
        z-index: 311;
        font-size: 16px;
        width: 196px;
        height: 42px;
        line-height: 32px;
        text-align: center;
        border-radius: 0;
     
    } 
    }




/***********HEADER-LOGO-MENU********************/

    @media (min-width: 992px){
        
        
        
        
.is-expanded-menu.side-header.side-header-right.open-header.side-header-open #header {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1;
    border-radius: 25px;
    top: 0;
    left: 10px;
    z-index: 1;
    }

.mobScrol{
    padding-top: 22vh;
    padding-left: 14vw;
}.nav-link {
  
      font-size: 2.2rem;
    color: #fff;
    font-family: var(--family);
    font-weight: 300;

}

.is-expanded-menu.side-header .menu-link {
    position: relative;
    padding: 5px 0 !important;
    margin: 0 !important;
    width: 47vw;
}
        
        
      @media (min-width: 1025px) {
	.portfolio-interactive.pi-compact .portfolio-interactive-item {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 15%;
		width: 100%;
		margin-bottom: 4vh;
	}
	.portfolio-interactive.pi-compact .portfolio-interactive-item2 {
		
		margin-bottom: 4vh;
	}
	.portfolio-interactive.pi-compact .pi-item-title {
		font-size: calc(12px + 1.7vw);
		opacity: .7;
		color: #fff;
		font-family: var(--family2);
		font-weight: 300;
	}
	.portfolio-interactive.pi-compact .pi-item-hover-title {
		font-size: calc(12px + 2.2vw);
	}
	.portfolio-interactive.pi-compact .pi-item-title:hover {
		
		opacity: .4;
		color: #000;
		
	}
}






.navLeft {
    width: 49vw;
}

  
        
        
        
        
        
        
        
        
        
#logoAgency{
    position: fixed;
    width: 114px;
    height: auto;
    left: 25px;
    top: -5px;
    z-index: 999;
}

#logoAgency img {width: 140px;height: auto;}

#logo-hotel {
    position: fixed;
    width: 160px;
    height: auto;
    left: calc(50% - 80px);
    top: 0px;
    background-color: #4b647a;
    padding: 1vw;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 15px -5px rgba(0,0,0,0.41);
    box-shadow: 0px 8px 15px -5px rgba(0,0,0,0.41);
}

#logo-hotel img {

    width: 100%;
    height: auto!important;

}

        
        #slider.hidden .swiper-slide {
        top: 0;
        left: 0;
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        opacity: 1;
    }

    #slider.nohidden .swiper-slide {

         -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.is-expanded-menu.side-header.open-header #header-trigger {
    --cnvs-header-trigger-size: 2.6rem;
    --cnvs-header-trigger-offset: 1.5rem;
    display: block;
    position: fixed;
    cursor: pointer;
    top: -6px !important;
    left: var(--cnvs-header-trigger-offset);
    z-index: 11;
    font-size: calc(var(--cnvs-header-trigger-size) * 0.5);
    width: var(--cnvs-header-trigger-size);
    height: var(--cnvs-header-trigger-size);
    line-height: calc(var(--cnvs-header-trigger-size) - 2px);
    background-color: transparent;
    text-align: center;
    border:none;
    z-index: 999;
    }
 
 
.is-expanded-menu.side-header.side-header-right.open-header.side-header-open #header-trigger {
    left: auto;
    right: 1.3rem;
}
#primary-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
.svg-trigger {
        width: 61px;
        height: 61px;
        cursor: pointer;
        -webkit-tap-highlight-color: white;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
    }

    .svg-trigger path {
        fill: none;
        -webkit-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
        transition: stroke-dasharray .4s, stroke-dashoffset .4s;
        stroke: #9d968D;
        stroke-width: 5;
        stroke-linecap: round;
    }


    .svg-trigger path:nth-child(1) {
        stroke-dasharray: 40 160;
    }

    .side-header-open .svg-trigger path:nth-child(1) {
        stroke-dashoffset: -64px;
    }

    .svg-trigger path:nth-child(2) {
        stroke-dasharray: 40 142;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform 400ms;
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms;
    }

    .side-header-open .svg-trigger path:nth-child(2) {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .svg-trigger path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
        transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
        transition: transform 400ms, stroke-dashoffset 400ms;
        transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
    }

    .side-header-open .svg-trigger path:nth-child(3) {
        stroke-dashoffset: -64px;
    }

    .side-header-open .svg-trigger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
        background-color: white;
        border-radius: 50%;
    }
   }










/***********MENU********************/

/***********LAYOUT-MOTIVE********************/

body.exiting {
    opacity: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transform-origin: top;
    transform-origin: top;
}



#latestFrom {
    width: 35%;
    position: fixed;
    top: 127px;
    left: 0;
    z-index: 1;
    background: #c0b8ab;
    padding: 2.5vw;
    min-width: 450px;
    will-change: transform;
}

#latestClose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: 5px;
    cursor: pointer;
    width: 160px;
}

#latestBody {
    padding-left: 5vw;
}

.c-fixed_wrapper {
    height: 100vh;
}

.c-fixed_wrapper {
    position: relative;
    overflow: hidden;
    background-color: transparent;border-radius: 10px;
}

.c-fixed {
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    right: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
   mix-blend-mode: normal;
}


.c-fixed_target {
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0;
}

.c-fixed_target {
    bottom: -100vh;
}


img.covyfit {
object-fit: cover
}


/***********CONTENT********************/






#content {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.contento {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.content-wrap {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.section {
    position: relative;
    margin: 0px 0;
    padding: 10px 0;
    background-color: #FFF;
    overflow: hidden;
}

.content,
.page-content {
    color: #151515;
    font-family: var(--family1);
    font-weight: 600;
    font-size: 16px;
    line-height: 2.1875;
}

.whitu p {
    color: #fff !important;
    font-family: var(--family1);
    font-weight: 600;
    font-size: 16px;
    line-height: 2.1875;
}

.page-section {


    padding: 0px 0;

}


.gre:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}




.whitBkg {
    will-change: background-color;
    background-color: var(--bcg-fill-color);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}



.whit2Bkg {
    background-color: #FFFFF5;
}

#mainLayer {
    height: 100vh;
}

.mainContainer {
    width: calc(100% - 5vw);
    margin: auto;
}

.largeContainer {
    width: calc(100% - 5vw);
    max-width: 1580px;
    margin: auto;
}

.midContainer {
    width: calc(100% - 5vw);
    max-width: 1440px;
    margin: auto;
}

.subContainer {
    width: calc(100% - 5vw);
    margin: auto;
    max-width: 1250px;
}

.subContainer.lens {
    cursor: default;
}

.paragraphContainer {
    width: calc(100% - 10vw);
    margin: auto;
    max-width: 1050px;
}


.btn_more {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px 0 20px;
    margin-left: 15px;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.12px;
    color: #406480;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 39px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .btn_more {
    text-transform: none;
    color: #514641!important;
    font-weight: 500;
    letter-spacing: 1.44px;
    font-size: 1.5rem;
    font-family: Noto Serif Display,serif;
    line-height: 16.8px;
}





.btn_more.rooMore {
    position: absolute;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px 0 20px;
    margin-left: 15px;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.12px;
    color: #406480;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 39px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_more:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .4s;
    right: auto;
    background-color: #003055;
    opacity: 0.25;
    z-index: -1;
}
.sb-icon-cot {
    position:absolute;
    top: 0;
    left: 155px;
    width: 1.825rem;
    height: 30px;
    background-image: none
}

 .sb-icon-cot svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #222
}


.btn_more:before {
    z-index: -1;
    background: #E9E5D3;
    width: 61px;
    opacity: 1;
    height: 61px;
}

.btn_more .icon {
    position: relative;
    margin-right: 5px;
}


.btn_more .icon::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    content: "";
    height: 1px;
    width: 35px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #514641!important;
}


.btn_more .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #514641!important;
    font-size: 11px;
}


.btn_more:hover {
    color: #003055;
}


.btn_more:hover:before {
    width: 100%;
}



.circle-prenota {
    display: flex;
    position: relative;
    margin: 0 auto;
    height: 400px;
    border-radius: 50%;
    background: none;
    justify-content: center;
    align-items: center;
}


.img-prenota {
    margin: 0 auto;
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url("../images/HK_Esterna_037.jpg");
    border-radius: 50%;
    background-size: cover;
    
}

.text-prenota {
    margin: 0 auto;
    position: relative;
    width: 400px;
    height: 400px;
    animation: rotateText 20s linear infinite;
}
.text-prenota p {
    margin: 0 auto;
    font-family: var(--family);
    font-size: 1.5rem;
}

.text-prenota span {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    height: 200px;
    transform-origin: 0 200px;
}


@keyframes rotateText
{

0% {
    transform: rotate(-360deg);
}
}


.subMenuInf {
  position: relative;width:max-content;border-radius:15px;padding:.6vw;
    margin-top: 1vh;margin-left:46vw
}

.subMenuInf .iCont{

 filter:saturate(.4)
}

.subMenuInf a:hover{
background-color:white;
transform:scale(.9)
}
.subMenuInf a{
display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px dashed white;
    transition-duration: 0.2s;
}



.selection-widget-wrap{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}


.selection-widget-container{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    text-align: center;
    margin-top: 2vh;
}

.selection-widget-container img{
  width:100%
}



.selectiWidg {
    height: 18vh;
    object-fit: cover;
    object-position: center center;
    border-radius: 300px 300px 0px 0px;
}

.column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42vw;
    position: absolute;
    z-index: 0;
    left: 0;
}
.linkToRoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.linkToRoom .linkToRoomElement {
display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border: 1px solid #E9E5D3;
    position: relative;

} 
.linkToRoom .linkToRoomElement:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
} .linkToRoomElement .linkToimg {
   margin-left:-20px
} 



#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
 
}

.pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 1vw;
}
.pin-wrap > * {
  min-width: 51vw;
  padding: 0 2vw;
}
.pin-wrap article {
  min-width: 41vw;
  padding: 0 5vw;
}

/***********CONTENT********************/
 .selectGlam {mix-blend-mode: multiply;filter: brightness(2.5);}



/***********SLIDERABOVE********************/


#slider {width: 96vw;height: 100vh!important;top: 6vh;left: 2vw;-webkit-clip-path: inset(0 round calc(1rem + 26 * calc(( 100vw - 20rem) / 2240) ));clip-path: inset(0 round calc(1rem + 26 * calc(( 100vw - 20rem) / 2240) ));}
#slider .slider-inner {
    height:95vh!important
}
    
    #slider-free3 {
display:none
}
#sloganHome {
    position: absolute;
    width: 80%;
    top: 33%;
    left: 10%;
    z-index: 671;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    text-align: center;
    -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);
}


#sloganHome.sloganHomeLeft{
    position: absolute;
    width: 45%;
    top: 33%;
    left: 50vw;
    z-index: 671;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    text-align: center;
    -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);
}

#sloganHome.sloganHomeLeft h1 {font-family: var(--family2);font-weight:lighter;font-size: 5vw;letter-spacing: .025em;text-align: left!important;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}

#sloganHome.sloganHomeRight{
    position: absolute;
    width: 50%;
    top: 33%;
    left: 5vw;
    z-index: 671;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    text-align: center;
    -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);
}

#sloganHome.sloganHomeRight h1 {font-family: var(--family2);font-weight:lighter;font-size: 5vw;letter-spacing: .025em;text-align: left!important;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}




#sloganHome h1 {font-family: var(--family2);font-weight:lighter;font-size: 5vw;letter-spacing: .025em;text-align: center;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}



#sloganHome h2 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 1.8vw;
    font-weight:inherit;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    line-height: 1.6
}



#sloganHome.sloganHomeLeft h2 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 1.6vw;
    font-weight:inherit;
    letter-spacing: 1px;
    text-align:left!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .75);
    line-height: 1.6
}



#sloganHome h3{
  
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  
}#sloganHome p{
  
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
      color: #ffffff;
}


#sloganHome h5 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 1.6vw;
    font-weight:inherit;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
    line-height: 1.2em;
}

#sloganHome.sloganHomeLeft  h5 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 1.6vw;
    font-weight:inherit;
    letter-spacing: 1px;
     text-align:left!important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
    line-height: 1.2em;
}







.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.7999999999999998em;
    margin-right: 0.8em;
    margin-bottom: 2.5em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.star-rating:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}


.scroll-bt { position:absolute; bottom:-86px; left:50%; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); z-index: 1;}
		.scroll-circle { position:relative; width: 172px; height: 172px;border: 2px solid;border-radius: 50%;/*! border-image: radial-gradient( red, rgba(0, 0, 0, 0) ) 1 100%; */border-radius: 50%;opacity: 0.2; -webkit-transition:all 600ms ease 0s; transition:all 600ms ease 0s;color: #fff;}
.scroll-bt:hover .scroll-circle { opacity:1; }
.scroll-img { position: absolute; top: 0; left: 0; width: 100%; -webkit-animation: 2s linear 0s normal none infinite cir; animation: 2s linear 0s normal none infinite cir;}
  @-webkit-keyframes cir {
  		0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  		100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  	}
  @keyframes cir {
  		0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  		100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  	}
		.scroll-arrow { position: absolute; height: 89px; left: 50%; top: -32px; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); image-rendering: optimizequality;}



.circular-text {position:absolute;top: 5%;right: -10px;-webkit-transform: translate(-50%,0);transform: translate(-50%,0);z-index: 1;}


#rotated-text {
    width: 7.6162em;
    height: 7.6162em;
    margin: 0 auto
}

#rotated-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.41);
    border: 2px solid wheat;
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin-top: -5px;
    margin-left: -5px;
    border: inset 3px solid white;
    -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,.5);
    box-shadow: 1px 3px 5px rgba(0,0,0,.5);
    padding: 1px;
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.rotated-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'IvyMode-Light';
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: rgba(5,25,10,.9)!important;
    text-shadow: 0 1px 3px rgba(0,0,0,.54);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75), 0px -1px 1px rgba(0,0,32,.75);
}



@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite
}


/***********SLIDERABOVE********************/

/***********MAIN********************/








.pi-item-title-link:hover .menu-link span {
    display: inline-block;
    font-family: var(--family2);
    font-size: 1.5rem;
}



.hero-imageL {
  position: absolute;
  top: 0;left:0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;opacity: 0, transition: opacity 0.15s;
}
.show .hero-imageL{transition: opacity 0.15s;
opacity: 1
}

.wrapper-imgL {
 overflow: hidden;
 position: relative;
 margin: 0 auto;
 width: 50%;
 height: 100vh;
 border-radius: 20px;
}
.boxL {
  background: #bebeb8;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1; /* Set the zIndex lower to make it appear behind other elements */
}
.imgL {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imageL{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.imagesL {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imgL {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  background: black;
}

.leftL {
  background: url("../images/img-one.jpg") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 20px;
}

.rightL {
  background: url("../images/img-three.jpg") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 20px;
}

.titleL {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -30%);
  color: white!important;
  font-family: var(--family3)!important;
  font-size: 200px!important;
}

.titleL .letter {
  display: inline-block;
  line-height: 1em;opacity: 0; 
}











/* ------------------------------------------------------------- *
 * Content dg-carousel
/* ------------------------------------------------------------- */

.dg-content-carousel {
	position: relative;
}

.dg-content-carousel .swiper-wrapper {
}

.dg-content-carousel-item {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1;
}
.dg-content-carousel-item figcaption {
	position:absolute;top:70%;left:5%;width:90%;height:10%;z-index:99;text-align:center
}
.dg-content-carousel-item figcaption h4{
	color:rgba(255,255,255,1);
	font-size: 7rem;
	text-shadow:0 1px 3px rgba(0,0,0,.7)
}
@media (min-width: 1025px) {
	.dg-content-carousel .swiper-slide {
		height: 100%;
		width: auto;
	}
	.dg-content-carousel-item {
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.dg-content-carousel .dg-g-image,
	.dg-content-carousel .swiper-slide .dg-g-video {
		position: relative;
		width: 100%;
		height: 33vw;
		width: auto;
		border-radius: 20px;
	}.dg-cc-video {
		position: relative;
		width: 100%;
		height: 33vw;
		width: auto;
	}
}
@media (min-width: 1025px) {
    	.dg-content-carousel.cc-shifted .swiper-slide {
		filter:saturate(30%);transform:scale(.8);  -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);
	}
	.dg-content-carousel.cc-shifted .swiper-slide:nth-child(2n) {
		padding-top: 4%;
	}	.dg-content-carousel.cc-shifted .swiper-slide.swiper-slide-active {
		filter:saturate(100%);transform:scale(1);  -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);
	}
}
@media (max-width: 1024px) {
	.dg-content-carousel-item {
		margin-left: 3vw;
		margin-right: 3vw;
	}
	.dg-content-carousel .dg-g-image,
	.dg-content-carousel .swiper-slide .dg-g-video {
		position: relative;
		width: 100%;
		height: 60vw;
		object-fit: cover;
		object-position: 50% 50%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}.dg-cc-video {
		position: relative;
		width: 100%;
		height: 60vw;
		object-fit: cover;
		object-position: 50% 50%;
	}
}


.dg-g-nav-prev,
.dg-g-nav-next {
	position: absolute;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.dg-g-nav-prev {
	left: 2%;
	text-align: center;
	background-color: #4b647a;
	background-image:url(../images/icons/prev.svg);
	background-size: 56px 69px;
	background-position: 15px 9px;
	background-repeat:no-repeat;
}
.dg-g-nav-next {
	right: 2%;		text-align: center;
	background-color: #4b647a;
	background-image:url(../images/icons/next.svg);
	background-size: 56px 69px;
	background-position: 15px 9px;
	background-repeat:no-repeat;}

.dg-g-nav-arrow {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 21px;
	color: #FFF;
	cursor: pointer;
	outline: none;
}

.dg-g-nav-prev .dg-g-nav-arrow::after,
.dg-g-nav-next .dg-g-nav-arrow::after {
	position: relative;
	line-height: 0;

	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}


.dg-g-nav-prev.dg-g-nav-arrow-disabled .dg-g-nav-arrow,
.dg-g-nav-next.dg-g-nav-arrow-disabled .dg-g-nav-arrow {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}


.dg-g-nav-next {
	right: 2%;		text-align: center;
	background-color: #4b647a;
	background-image:url(../images/icons/next.svg);
	background-size: 56px 69px;
	background-position: 15px 9px;
	background-repeat:no-repeat;}



.dg-g-pagination {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 5%;
	left: 50%;
	z-index: 1;
	transform: translate3d(-50%, 0, 0);
}

.dg-g-pagination-bullets {
	font-size: 0;
}
.dg-g-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	margin: 8px;
	opacity: 1;
	border-radius: 100%;
	border: 1px solid #000;
}
.dg-g-pagination-bullets .swiper-pagination-bullet-active {
	background: #FFF;
	opacity: 1;
}


.dg-g-pagination-bullets-dynamic {
	position: absolute;
	bottom: -16%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
	transition: .2s transform, .2s left;
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}
.dg-g-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.dg-g-pagination-fraction {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 2px;
}

.dg-g-pagination-fraction .swiper-pagination-current {
	position: relative;
	top: -4px;
}
.dg-g-pagination-fraction .swiper-pagination-total {
	position: relative;
	bottom: -4px;
}

.dg-g-pagination-progressbar {
	width: 100%;
	max-width: 200px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
	.dg-g-pagination-progressbar {
		max-width: 90%;
	}
}
.dg-g-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform: scale(0);
	transform-origin: left top;
}

/* Content carousel pagination position outside */
.dg-content-carousel.cc-pagination-outside {
	overflow: visible;
	margin-bottom: 100px;
}
.dg-content-carousel.cc-pagination-outside .dg-g-pagination {
	bottom: -55px;
}

/* Hide content carousel pagination (for desktop only!) */
body:not(.is-mobile) .dg-content-carousel.cc-hide-pagination .dg-g-pagination {
	display: block !important;
}


================================== */
@media (min-width: 1025px) {
	.dg-content-carousel.cc-shifted .swiper-slide:nth-child(2n) {
		padding-top: 7%;
	}
}

.smargin{
 margin-top:3vh
}

.selection-Group {
       border: 1px solid black;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    }



.selection-widget-wrap{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    text-align: center;
}


.selection-widget-container{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    text-align: center;
    margin-top: 2vh;
}

.selection-widget-container img{
 
}

.selection-widget-container p{
    font-size: .9rem!important;
    line-height: 1.1!important;
}

img.selectiWidg {
    height: 13vh;
    object-fit: cover;
    object-position: center center;
    border-radius: 28px 28px 0px 0px;
}
#copyrights {
    padding: 20px;
    margin-bottom: 13vh;
}
#copyrights h4{
   font-size:4rem
}
#copyrights svg{
   width:30px
}
.column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50vw;
    position: absolute;
    z-index: 0;
    left: 0;
}

.column-1 .img_curtain_wrapper img{ 
   object-fit:cover
}
.linkToRoom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.linkToRoom .linkToRoomElement {display: flex;width: 100%;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;overflow: hidden;border: 1px solid #E9E5D3;position: relative;height: 14vh;} 
.linkToRoom .linkToRoomElement:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
} .linkToRoomElement .linkToimg {
   margin-left:-20px
} 


 img.imgHighl{
    width: 100%;
    height: 54vh;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.linkToimg img.imgHighl{
    width: 100%;
    height: 36vh;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.linkToimg:hover img{
    filter:saturate(.5)
}


.rooms1-tagline{
    position: absolute;
    width: 26%;
    height: 42px;
    top: 0.999999999999986vw;
    right: 6%;
    color: black;
    background-color: white;
    border-radius: 15px;
    padding: 5px;
}

.rooms1-tagline p{text-align:center;line-height:.5;
font-size:1.3rem!important
}

.titleToRoom {transition: all .5s ease;text-align:left;line-height:1.5;padding-top:1.5vh;padding-left: 1vw;padding-bottom: 1vh;font-size:1.3rem!important;color: white;background-color: #4b647a;}

.linkToRoomElem .rooMore:hover .titleToRoom{
  color: #4b647a;background-color: white ;transition: all .5s ease;
}



.footer-widgets-wrap .widgete {
    text-align: left!important;
}







.kriss-images {
    position: absolute;
    width: 100vw;
    height: 98vh;
    z-index: 0;
    padding-bottom: 15.72222vw;
    opacity: .8;
    margin-top: var(--spacing-1);
    margin-bottom: var(--spacing-2)
}

.kriss-images__image {
    position: absolute;
    width: 57.5vw
}

.kriss-images__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.kriss-images__image--1 {
    width: 47.5vw left: 25vw;
    bottom: -14.88889vw;
    z-index: 1
}

.kriss-images__image--2 {
    left: 0;
    top: 15.97222vw;
    z-index: 1
}

.kriss-images__image--3 {
    left: 8.33333vw;
    bottom: 0
}

.kriss-images__image--4 {
    right: 1.3333300000000001vw;
    top: 6.95555vw
}

.kriss-images__image--5 {
    left: -12.5vw;
    top: 6.95555vw
}

.kriss-images__image--6 {
    right: -12.5vw;
    top: 38.19555vw;
    z-index: 1
}

.kriss-images__image--7 {
    left: 83.33333vw;
    top: 25vw
}

.kriss-images__last {
    position: relative;
    padding-bottom: var(--spacing-3)
}

@media only screen and (min-width: 568px) and (max-aspect-ratio:13/9),only screen and (min-width:666px) and (min-height:516px),only screen and (min-width:980px) {
    .kriss-images__last {
        padding-bottom:var(--spacing-5)
    }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio:13/9) {
    .kriss-images__last__text {
        padding-top:calc(var(--spacing)*2)
    }
}

@media only screen and (min-width: 1200px) and (min-height:500px) {
    .kriss-images__last__text {
        max-width:var(--spacing-6)
    }
}

.kriss-images__last__image {
    position: absolute;
    right: 0;
    top: calc(var(--spacing)*-5)
}

@media only screen and (min-width: 568px) and (max-aspect-ratio:13/9),only screen and (min-width:666px) and (min-height:516px),only screen and (min-width:980px) {
    .kriss-images__last__image {
        top:auto;
        bottom: var(--spacing-5)
    }
}

@media only screen and (min-width: 1550px) and (min-height:600px) {
    .kriss-images__last__image {
        height:calc(var(--spacing)*560/60)
    }
}

.kriss-images__last__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.kriss-images__title {
    position: relative;
    z-index: 1;
    font-family: var(--family);
    font-size: 5rem!important;
    color: #fff;
    line-height: 1.13925em;
    letter-spacing: .01em;
    text-shadow: 1px 2px 5px rgb(0 0 0 / 60%);
    padding-bottom: 1vw
}

.kriss-images__text {
    position: relative;
    z-index: 1;
    font-family: var(--family2);
    font-size: 1.15rem!important;
    line-height: 1em;
    color: #fff
}

@media (max-width: 665px) and (min-aspect-ratio:13/9),only screen and (max-width:979px) and (max-height:515px) and (min-aspect-ratio:13/9) {
    .kriss-images {
        margin-bottom:calc(var(--spacing)*5)
    }

    .kriss-images__image--1 {
        left: 33.33333vw;
        bottom: 6.95555vw
    }

    .kriss-images__image--3 {
        bottom: -6.95555vw
    }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio:13/9),only screen and (min-width:666px) and (min-height:516px),only screen and (min-width:980px) {
    .kriss-images {
        margin-top:calc(var(--spacing)/30*55);
        margin-bottom: 0
    }

    .kriss-images__image {
        width: 22vw;
    }

    .kriss-images__image--1 {
        right: 1.77778vw;
        bottom: 17.88889vw;
        z-index: 1
    }

    .kriss-images__image--2 {
        left: 0.38889vw;
        top: 20.97222vw;
        z-index: 1
    }

    .kriss-images__image--3 {
        left: 8.33333vw;
        bottom: 5.95555vw
    }

    .kriss-images__image--5 {
        right: auto;
        left: 50vw;
        top: 13.88889vw
    }

    .kriss-images__image--5 {
        left: 5.66667vw;
        top: 0
    }

    .kriss-images__image--6 {
        right: 8.33333vw;
        top: 38.19555vw;
        z-index: 1
    }

    .kriss-images__image--7 {
        left: 83.33333vw;
        top: 25vw
    }

    .kriss-images__image--99 {
        left: 51.33333vw;
        top: 46vw
    }
}

@media only screen and (min-width: 1200px) and (min-height:500px) {
    .kriss-images {
        margin-top:calc(var(--spacing)/60*100);
        margin-bottom: 0
    }

    .kriss-images__image--1 {
        bottom: 2.88889vw;
    }

    .kriss-images__image--3 {
        width: 22vw;
        left: 33vw;
        bottom: -4.5vw;
        margin-bottom: -30px
    }
}

@media only screen and (min-width: 1920px) and (min-height:600px) {
    .kriss-images__image--6 {
        top:39.25vw
    }
}


@media only screen and (max-width: 1600px) and (min-width:1100px) {
  #wrapper p {
    font-size: 1.2rem;
    line-height: 1.5; 
}

}










@media only screen and (max-width: 991px) {
    .kriss-images__image {
        position:relative;
        right: 3vw;
        left: 1vw;
        width: 98vw;
        top: -13px;
        height: 220px;
        max-height: 220px;
        padding-bottom: 10px
    }

    .kriss-images__image .video-wrap,.kriss-images__image img {
        border: 2px solid #fff
    }
}







   .img_curtain_wrapper img.img {
        border-top-right-radius: 15px;  border-bottom-right-radius: 15px;
    }





}





/***********MAIN********************/
 body {
    opacity: 1;
    transition-duration: 0.7s;
    transition-property: opacity;
  }

  body.exiting {
    opacity: 0;
  }


.exit-trigger{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    background: rgba(255,255,255,1);
    -webkit-transition: all 3.5s ease;
    transition: all 3.5s ease;
    will-change: transform;
    z-index: 999
}.exit-trigger.activi{
    height: 1%;
    background: rgba(255,255,255,.8);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -3; -webkit-transition: all 7.5s ease;
    transition: all 7.5s ease;
}

.faqs .toggle-content {
    color:#514641
}
/***********FOOTER********************/
.footVid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: saturate(1.1);
}.footVid .video-wrap{
 
    width: 100%;
    height: 100%;

}#topVeil2{
    background: rgba(0, 0, 0, .4);
    opacity: 0.43;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}


#footer h3 {font-size: 2.8vw;font-weight: inherit!important;font-family: var(--family2);line-height: 1;text-transform: none;text-align: left;color: #fff;letter-spacing: normal;}
#footer h3 small{font-size: 1.8vw;font-weight: inherit!important;font-family: var(--family2);line-height: 1;text-transform: none;text-align: left;color: #fff;letter-spacing: normal;}

#footer p,#footer a,#footer h4 {color: #fff;}
#footer .widge4t img {margin-right: 10px}


/***********FOOTER********************/



/***********MOBILE********************/



@media (max-width: 991px) {
    .site-main {
        padding-left: 0;
        padding-right: 0px;
    }

    footer {
        border-top-right-radius: .75rem;
        border-top-left-radius: .75rem
    }

    #copyrights {
        border-top-right-radius: .75rem;
        border-top-left-radius: .75rem;
        padding: 5px;
        padding-bottom: 86px
    }

    .hidden {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
        transition: all 1s cubic-bezier(.19,1,.22,1)
    }

    .nohidden {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: all 2s;
        transition: all 2s
    }

    #wrapper p {
        font-family: var(--family);
        font-weight: 400;
        font-size: 1.1rem;
        color: #01070d;
        line-height: 1.4;
        letter-spacing: .5px
    }

    .min-vh-100b {
        min-height: 67vh!important
    }

    #header-trigger,#imgMen,#logo-hotel,.infoBlock,.standard-logo {
        display: none
    }

    #logo {
        display: inline-block;
        z-index: 999;
        padding: 3px;
    }

    .side-header.open-header #book-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 9999!important;
        font-size: 1rem;
        width: 50vw;
        height: 52px;
        line-height: 52px;
        background-color: #4b647a;
        text-align: center;
        border-radius: 0;
        border: 1px solid #fff;
        color: #fff!important;
        text-transform: uppercase;
        box-shadow: 0 4px 15px rgba(0,0,0,.1);
        border-top-right-radius: 0.75rem;
        border-top-left-radius: 0.75rem;
    }

    .bgdark2 {
        display: none
    }

    .boxBlack {
        background-color: #1e1f26;
        padding: 0;
        margin-top: 8vh;
        width: 100vw;
        margin-left: 0;
        border-radius: 15px;
        padding-bottom: 5vh
    }

    .boxBlack.black2 {
        background-color: #1e1f26;
        margin-top: 5vh;
        padding: 0;
        padding-top: 6vh;
        padding-left: 6vw;
        width: 100vw;
        margin-left: -8vw;
        border-radius: 15px;
        padding-bottom: 5vh
    }

    .page-template-home .boxBlack.black2 {
        margin-bottom: 6vh
    }

    .page-template-servizi .boxBlack {
        padding: 9vw;
        width: 98vw;
        margin-left: 0;
        border-radius: 15px;
        padding-bottom: 2vh;
        margin-bottom: 1vh
    }

    .homeMaxiFoto {
        position: relative;
        top: -7vh;
        left: 0!important;
        padding: 0;
        width: 96vw;
        height: 44vh;
        margin-right: 0;
        min-height: 433px;
        margin-left: -2vw;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        overflow: hidden;
        border-collapse: separate;
        border-radius: 30px
    }

    .page-template-home .black2 .homeMaxiFoto {
        position: relative;
        top: 4vh;
        left: 0!important;
        padding: 0;
        width: 116vw;
        height: 11vh;
        margin-right: 0;
        margin-left: -17vw;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        overflow: hidden;
        border-collapse: separate;
        border-radius: 30px
    }

    .page-template-home .black2 .homeMaxiFoto {
        min-height: 323px
    }

    .page-template-servizi .homeMaxiFoto {
        position: relative;
        top: -1vh;
        left: auto;
        left: -9.1000000000000014vw!important;
        padding: 0;
        width: 100vw;
        height: 51vh;
        min-height: 331px;
        margin-right: 1vw;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        overflow: hidden;
        border-collapse: separate;
        border-radius: 30px;
        margin-bottom: -16vh
    }

    .side-header.open-header #offer-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        bottom: 0;
        right: auto;
        left: 0;
        z-index: 9999!important;
        font-size: 1rem;
        width: 50vw;
        height: 52px;
        line-height: 52px;
        background-color: rgba(129,114,94,1);
        text-align: center;
        border-radius: 0;
        color: #fff!important;
        border: 1px solid #fff
    }

    .mobMen,.primary-menu-trigger {
        display: block
    }

    .primary-menu-trigger {
        opacity: 1;
        margin-top: 2px;
    }

    #primary-menu-trigger {
        display: -ms-flex;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
        cursor: pointer;
        font-size: .875rem;
        width: 79px;
        height: 43px;
        line-height: 40px;
        justify-content: center;
        align-items: center;
        transition: opacity .3s ease
    }

    .is-expanded-menu.side-header #logo {
        margin: .3rem 0;
        width: 100%
    }

    #header-wrap #logo {
        margin-top: -0.20000000000000018vw;
        margin-left: 1vw;
        padding: 5px;
    }

    #header-wrap #logo img {
        height: 55px;
    }

    .side-header.open-header #login-trigger {
        text-align: center;
        display: block;
        background-color: transparent;
        width: auto;
        max-width: 88px;
        margin: 0 auto;
        padding: 4px 0;
        position: fixed;
        top: 15px;
        right: 114px;
        z-index: 9999
    }

    .side-header.open-header #login-trigger a svg {
        width: 17px!important;
        height: auto
    }

    .side-header.open-header #map-trigger {
        text-align: center;
        display: block;
        background-color: transparent;
        width: auto;
        max-width: 88px;
        margin: 0 auto;
        padding: 4px 0;
        position: fixed;
        top: 15px;
        right: 144px;
        z-index: 9999
    }

    .side-header.open-header #map-trigger a svg {
        width: 23px!important;
        height: auto
    }

    .side-header.open-header #cam-trigger {
        text-align: center;
        display: block;
        background-color: transparent;
        width: 25px;
        max-width: 88px;
        margin: 0 auto;
        padding: 4px 0;
        position: fixed;
        top: 13px;
        right: 186px;
        z-index: 9999
    }

    .side-header.open-header #cam-trigger a svg {
        width: 32px!important;
        height: auto
    }

    .c-fixed {
        height: 50%;
        background-size: cover;
        background-position: center center;
        opacity: 1
    }

    .c-fixed,.c-fixed_target {
        position: absolute;
        top: 1vh;
        right: 0;
        left: 0
    }

    .c-fixed {
        height: 280px
    }

  
    .c-fixed_wrapper2 {
        height: 450px!important;
        max-height: 450px;
        max-width: 100%
    }

    -fixed3,.-fixed2 {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 450px;
        left: 0;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .content-wrap {
        position: relative;
        padding: 10px 0;
        overflow: hidden
    }

    .section .video-wrap {
        z-index: 0
    }

    .mobileHidden,.noMobMenu {
        display: none!important
    }

    .mobMenu {
        display: inline-block!important
    }

    .has-scroll-smooth body {
        overflow: auto
    }

    #header {
        position: fixed;
        display: block!important;
        z-index: 9599!important;
        width: 100%;
        height: 65px!important;
        left: 0!important;
        top: 0!important;
        background-color: #4b647a;
        border-bottom: none;
        box-shadow: 0 4px 15px rgba(0,0,0,.1);
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem
    }

    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        background-color: rgba(56,56,56,1);
        border-bottom: 1px solid #222;
        width: 100vw!important;
        height: 60px
    }

    #header-wrap {
        position: relative;
        width: 100%;
        height: 65px;
        background-color: rgba(56,56,56,1);
        -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        background: 0 0;
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem
    }

    #header-wrap .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto
    }

    .primary-menu-open .mobMenu {
        opacity: 1
    }

    #header #header-wrap .mobScrol .primary-menu {
        background-color: #4b647a;
        height: 100%;
        min-height: calc(100vh + 7px);
        max-height: calc(100vh + 7px);
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: hidden
    }

    .primary-menu-open #header #header-wrap .mobScrol .primary-menu {
        visibility: visible;
        overflow: scroll
    }

    .primary-menu-open #header #header-wrap nav .primary-menu {
        position: relative;
        visibility: visible;
        height: 100%
    }
.fit {

    background-color: transparent;
}
    .mobScrol {
        display: none;
        height: 1px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .primary-menu-open .mobScrol {
        display: block;
        position: relative;
        height: auto;
        top: 54px;
    }

    #nav-menu-w {
        position: absolute;
        margin: auto;
        width: 100vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99
    }

    .mobMenu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px;
        width: 100%;
        height: auto;
        min-height: 100%;
        background-color: #3a3a3a;
        z-index: 0;
        padding-top: 2vh;
        padding-bottom: calc(11vh +20px);
        -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,.5);
        box-shadow: 0 0 8px 3px rgba(0,0,0,.5);
        opacity: 0
    }

    .primary-menu-open .mobMenu {
        opacity: 1;
        z-index: 155
    }

    .mobMenu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: scroll
    }

    .menu-item:not(:first-child) {
        border-top: none
    }

    .menubg {
        width: 100%;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        height: 172px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .primary-menu-open #header #header-wrap nav .primary-menu ul li {
        padding-left: 0;
        padding-right: 0;
        -ms-flex-line-pack: center;
        align-content: center;
        vertical-align: middle
    }

    .primary-menu-open #header #header-wrap nav .primary-menu ul li .menu-link {
        z-index: 9999;
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 1%;
        left: 1%;
        right: auto;
        text-align: center;
        padding: 140px 10px 0 6px;
        text-shadow: 1px 1px 3px rgba(0,0,0,.35)
    }

    .primary-menu-open .menu-link span {
        position: relative;
        display: inline-block!important;
        font-family: var(--family3);
        font-size: 1.6rem;
        color: #fff!important;
        vertical-align: middle;
        z-index: 4777;
        letter-spacing: .12vw
    }

    .primary-menu-open #header #header-wrap nav .primary-menu ul li a:hover {
        opacity: .8
    }

    ul.reset {
        padding: 0;
        list-style-type: none
    }

    .mobMenu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: center;
        height: 100%;
        border-left: 1px solid rgb(238,238,238,.1)
    }

    .mobMenu ul li:first-child {
        border: none
    }

    ul.reset li {
        position: static;
        padding: 0
    }

    .mobMenu ul li a {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        text-transform: uppercase
    }

    span.menuopener {
        display: block
    }

    span.menuopener:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    span.menuopener span {
        display: inline-block;
        width: 26px;
        height: 19px;
        position: relative;
        vertical-align: middle
    }

    span.menuopener span span {
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        margin: 0;
        background-color: #fff;
        display: block;
        vertical-align: middle;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    span.menuopener span span.bar2 {
        top: 7px
    }

    span.menuopener span span.bar3 {
        top: 14px
    }

    span.name {
        display: block;
        padding: 8px 0 0 0
    }

    div.mobMenu ul li span.menuitem {
        display: inline-block;
        vertical-align: top
    }

    .mobMenu ul li span.menuitem svg {
        display: inline-block;
        width: 100%;
        height: 22px;
        vertical-align: top
    }

    .mobMenu ul li span.menuitem svg.icon {
        fill: #fff
    }

    .mobMenu ul li span.menuitem span {
        margin: 8px 0 0 0;
        display: block;
        vertical-align: top
    }

    .menu-link span {
        display: inline-block
    }


    #page-menu-trigger,#primary-menu-trigger {
        margin-left: 0;
        margin-right: 2px;
        margin-top: 4px;
        z-index: 999
    }

    .svg-trigger {
        width: 60px;
        height: 60px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s;
        transition: transform .4s,-webkit-transform .4s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .svg-trigger path {
        fill: none;
        -webkit-transition: stroke-dasharray .4s,stroke-dashoffset .4s;
        transition: stroke-dasharray .4s,stroke-dashoffset .4s;
        stroke: #fff;
        stroke-width: 5;
        stroke-linecap: round
    }

    .svg-trigger {
        width: 87px;
        height: 77px
    }

    #primary-menu-trigger .svg-trigger path {
        stroke: #fff;
        color: #fff
    }

    .svg-trigger path:nth-child(1) {
        stroke-dasharray: 40 160
    }

    .primary-menu-open .svg-trigger path:nth-child(1) {
        stroke-dashoffset: -64px
    }

    .svg-trigger path:nth-child(2) {
        stroke-dasharray: 40 142;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s;
        transition: transform .4s,-webkit-transform .4s
    }

    .primary-menu-open .svg-trigger path:nth-child(2) {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .svg-trigger path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset .4s,-webkit-transform .4s;
        transition: stroke-dashoffset .4s,-webkit-transform .4s;
        transition: transform .4s,stroke-dashoffset .4s;
        transition: transform .4s,stroke-dashoffset .4s,-webkit-transform .4s
    }

    .primary-menu-open .svg-trigger path:nth-child(3) {
        stroke-dashoffset: -64px
    }

    .primary-menu-open .svg-trigger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .primary-menu {
        background-color: rgba(255,255,255,0)
    }

    .primary-menu-open .primary-menu {
        margin-top: 20px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
        -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
        transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
        transition: transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
        transition: transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1)
    }

    .primary-menu {
        display: block;
        margin-top: 1px!important;
        padding-bottom: 150px
    }

    #top:before {
        opacity: 1 position: relative;
        background: 0 0
    }

    #top,.topVeil {
        position: relative;
        opacity: 1;
        overflow: auto;
        margin-top: 9vw;
    }

    .menu-link {
        --cnvs-primary-menu-padding-y: 24px;
        --cnvs-primary-menu-padding-x: 5px;
        display: block;
        line-height: 14px;
        padding: 20px;
        padding-bottom: 10px;
        text-align: left;
        color: #fff!important;
        mix-blend-mode: normal;
        font-family: var(--family2);
        font-size: 1.4rem;
        font-weight: 400;
    }

    #slider {
        margin-top: 0;
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem;
        top: 0vh;
    }

    .col-padding {
        padding: .2rem
    }

    #footer .col-padding {
        padding: 1rem
    }

    .slider-parallax .slider-inner {
        position: relative;
        height: 527px!important
    }

    .slider-inner {
        background-size: contain
    }

    #sliderAllRooms .slider-inner {
        position: relative;
        height: 35vh!important;
        border-top-right-radius: 1.25rem;
        border-top-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }

    #sliderAll .slider-inner,#sliderAllOffers .slider-inner {
        position: relative;
        height: 69vh!important
    }

    .page-template-home .swiper-wrapper .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        pointer-events: none
    }

    video-wrap video {
        position: absolute;
        width: 100%!important;
        height: 100%!important;
        min-width: 100%;
        min-height: 100%!important;
        z-index: 5;
        top: 0;
        left: 0!important
    }

    #sloganHome {
        position: absolute;
        width: 100%;
        bottom: 20vh;
        left: 0;
        z-index: 671;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        text-align: left;
        -webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
        transition: all 2s cubic-bezier(.19,1,.22,1)
    }

    #sloganHome h1 {
        font-family: var(--family);
        color: linear-gradient(180deg,rgba(255,255,255,1),rgba(0,0,0,.1))!important;
        font-weight: 500;
        color: #fff!important;
        letter-spacing: 2px;
        text-align: center;
        font-size: 12vw;
        line-height: 2.5rem;
        text-transform: none;
        text-shadow: 0 1px 2px rgba(0,0,0,.5)
    }

    .page-template-home #sloganHome h1 {
        font-size: 13vw;
        letter-spacing: 1px;
        line-height: 2.5rem
    }

    #sloganHome h2 {
        font-family: var(--family2);
        color: #fff;
        font-size: 5vw;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.5);
        margin-top: 33px
    }

    #sloganHome h3 {
        font-family: var(--family);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 50%)
    }

    .sectionPay {
        position: absolute;
        bottom: 34%;
        width: 100%;
        left: 0;
        white-space: normal;
        z-index: 9999!important;
        opacity: 1;
        -webkit-transition: opacity .7s ease-out;
        transition: opacity .7s ease-out;
        text-align: center
    }

    .page-template-home .sectionPay {
        position: absolute;
        bottom: 10%;
        width: 100%;
        left: 0;
        white-space: normal
    }

    #topVeil {
        display: block;
        opacity: .3;
    }

    .upLine {
        display: none
    }

    .sectionPay span {
        color: #fff;
        font-family: var(--family2);
        font-size: 4.7vw;
        letter-spacing: 1px;
        margin-left: 2px;
        display: inline-block
    }

    h3 {
        font-size: 7.3vw;
        font-weight: inherit!important;
        font-family: var(--family2);
        line-height: 1.1;
        text-transform: uppercase;
        margin-bottom: 1rem;
        text-align: center
    }

    .serv-list h3 {
        text-shadow: none;
        font-family: var(--family);
        font-size: 1.8rem;
        font-weight: 500!important;
        letter-spacing: 0;
        text-align: left!important;
        color: #1e1f26
    }

    .paragraphContainer {
        width: calc(100% - 2vw);
        margin: auto;
        max-width: 1050px
    }

    .doubleColumn p {
        column-count: 1;
        column-gap: 0
    }

    .swiper_wrapper .room .imag img {
        height: 100%;
        object-fit: cover
    }

 

    .swiper_wrapper .room h2 {
        font-family: var(--family);
        font-size: 2.1rem;
        font-weight: lighter;
        font-style: italic;
        line-height: normal;
        margin-left: 0;
        margin-bottom: .3em;
        color: #f5f5f5
    }

    .slide-number {
        bottom: 25px
    }

    .slider-arrow-bottom-sm,.slider-arrow-left,.slider-arrow-top-sm {
        display: none
    }

    .flex-next,.slider-arrow-right,.slider-element .owl-next {
        display: none
    }

    .swiper_wrapper .room h3 {
        color: #fff;
        text-align: left
    }

    .swiper_wrapper .room .texto h3 {
        margin-top: 3vw;
        font-size: 1.7rem;
        line-height: 2.2rem
    }

    .sectionPay p {
        color: #fff!important;
        font-family: var(--family2)!important;
        font-size: 1.3rem!important;
        letter-spacing: 2px;
        text-shadow: 0 1px 2px rgba(0,0,0,.5);
        display: inline-block
    }

    .o-section {
        margin: 5vh 7vw
    }



    .c-about {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-bottom: 17vh;
        margin-top: 4vh
    }


    .primary-menu-open .svg-trigger path:nth-child(1) {
        stroke-dashoffset: -64px
    }

    .svg-trigger path:nth-child(2) {
        stroke-dasharray: 40 142;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s;
        transition: transform .4s,-webkit-transform .4s
    }

    .primary-menu-open .svg-trigger path:nth-child(2) {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .svg-trigger path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset .4s,-webkit-transform .4s;
        transition: stroke-dashoffset .4s,-webkit-transform .4s;
        transition: transform .4s,stroke-dashoffset .4s;
        transition: transform .4s,stroke-dashoffset .4s,-webkit-transform .4s
    }

    .primary-menu-open .svg-trigger path:nth-child(3) {
        stroke-dashoffset: -64px
    }

    .primary-menu-open .svg-trigger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .primary-menu {
        background-color: #000;
        opacity: 0
    }

    .primary-menu-open .primary-menu {
        margin-top: 20px;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
        -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
        transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1);
        transition: transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
        transition: transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1.5s cubic-bezier(.19,1,.22,1)
    }

    .primary-menu {
        display: block;
        margin-top: 1px!important;
        padding-bottom: 150px
    }

    .cnvs-hamburger {
        --cnvs-hamburger-size: 1.5rem;
        --cnvs-hamburger-width: 2px;
        --cnvs-hamburger-offset: calc(-1 * calc(calc(var(
        --cnvs-hamburger-size) - calc(var(--cnvs-hamburger-width) * 2)) * .5));
        display: block;
        position: relative;
        cursor: pointer;
        transition-property: opacity,filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        overflow: visible
    }

    .cnvs-hamburger .cnvs-hamburger-inner,.cnvs-hamburger .cnvs-hamburger-inner::after,.cnvs-hamburger .cnvs-hamburger-inner::before {
        width: var(--cnvs-hamburger-size);
        height: var(--cnvs-hamburger-width);
        background-color: #fff;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

    .page-template-home .serv-list h3:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 40px;
        top: 18%;
        left: -19px;
        transform: translateY(-80%);
        transition: all .4s;
        right: auto;
        background-color: #000;
        opacity: .95;
        z-index: 1
    }

    h4 {
        font-size: 4.6vw;
        font-weight: 700!important;
        font-family: var(--family3);
        line-height: 1.2;
        color: #f60
    }

    .col-navy {
        position: absolute;
        top: 48px;
        left: 18px;
        width: max-content;
        height: 30px;
        z-index: 1
    }



    .page-template-contatti #section-home2 a,.page-template-contatti h1,.page-template-contatti #section-home2 p {
        text-align:center!important
    }

  

    .page-template-contatti .form-widget {
        padding: 2vw
    }

    .page-template-contatti .btn.btn-primary {
        position: relative;
        display: inline-block;
        line-height: 40px;
        padding: 0 5px 0 5px;
        margin-left: 12vw;
        width: 70vw;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1.12px;
        color: rgb(52 60 63/var(--tw-text-opacity))!important;
        border-radius: 20px;
        cursor: pointer!important;
        margin-top: 5px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: 3;
        background-color: transparent!important;
        border-color: #f60
    }

    .page-template-contatti .btn.btn-primary:before {
        z-index: -1;
        background-color: #f60;
        width: 41px;
        opacity: .94;
        height: 41px
    }




.doubleMargin {
    margin-top: 2vw;
}


p.gallery-info-pretitle {
    position: relative;
    display: block;
    text-align: center;
    font-family: var(--family2)!important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .18em;
    font-size: 15vw!important;
    line-height: 30px!important;
    font-style: normal;
    color: rgba(11,12,15,0.1)!important;
    opacity: .4;
    -webkit-transform: translateY(6vh);
    transform: translateY(6vh);
}
.pin-wrap article {
display:none
}


h3.fady span {
    display: inline-block;
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    
    font-size: 2rem;
    font-weight: inherit!important;
    font-family: var(--family2);
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    color: #514641;
}


h4.fady {
  font-family: var(--family2);
  font-size: 1.5rem;
  color: #514641!important;
  font-weight: 500!important;
}
h4.fady > span:not(.nocolor):not(.badge){
  font-family: var(--family2);
  font-size: 1.5rem;color: #514641!important
}


    #flags-trig {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 25px;
    right: 37px;
    z-index: 9999!important;
    font-size: 14px;
    width: 52px;
    height: 52px;
    line-height: .5;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    margin-top: 0px;
    color: rgba(0, 39, 82,1);
}#flags-trig ul.sf-js-enabled {
    margin-top: 5px;
}.top-links ul ul li {
    background-color: transparent;
    color: rgba(0, 39, 82,1);
    border-radius: 1% !important;
}.top-links li ul li {
    border-radius: 1% !important;
    padding-top: 4px;
}#flags-trig ul li a {
    color: rgba(0, 39, 82,1);
    font-size: 1.5rem;
    text-align: center;
}.top-links ul div.top-link-section, .top-links ul ul {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 210;
    background-color: transparent;
    top: 40px;
    left: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    color: white;
}


#flags-trig ul {
    list-style: none !important;
    background-color: transparent;
    color: rgba(0, 39, 82,1);
}

#flags-trig ul ul {
    background-color: #4b647a;
}

#flags-trig ul li {
    display: inline-block;
    height: 25px;
    color: white;
    text-align: center;
    margin-right: 5px;
}
#flags-trig ul.sf-js-enabled {
    margin-top: -7px;
}

#flags-trig ul li a {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

.top-links li:hover div.top-link-section, .top-links li:hover ul {
    cursor: pointer;
    display: block;
    height: auto;
    background-color: #4b647a;
    color: white;
}

.dg-content-carousel-item figcaption {
	position:absolute;top:40%;left:5%;width:90%;height:10%;z-index:99;text-align:center
}
.dg-content-carousel-item figcaption h4{
	color:rgba(255,255,255,1);
	font-size: 5rem;
	font-weight: 400!important;
	text-shadow:0 1px 3px rgba(0,0,0,.7)
}



.kriss-images {
    position: relative;
    width: 96vw;
    height: auto;
    z-index: 0;
    padding-bottom: 15.72222vw;
    opacity: 1;
    margin-top: var(--spacing-1);
    margin-bottom: -6vh;
    margin-left: 1vw;
}

    .column-1 {width: 100vw;height: 33vh;position: relative;z-index: 0;object-fit:cover;margin: 0 auto;margin-left: 0;border-radius: 28px 1px 28px 1px;}



#sloganHome h5 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 4.6vw;
    font-weight: inherit;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
    line-height: 1.2em;
}


#sloganHome.sloganHomeLeft  h5 {
    font-family: var(--family2);
    color: #ffffff;
    font-size: 3.6vw;
    font-weight:inherit;
    letter-spacing: 1px;
     text-align:center!important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
    line-height: 1.2em;
}





.star-rating {
    position: relative;
    display: inline-block;
    width: 100;
    height: 0;
    margin-left: 6vw;
    margin-right: 3px;
    margin-bottom: 2.5em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.star-rating:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

 .c-fixed {
        height: 50%;
        background-size: cover;
        background-position: center center;
        opacity: 1
    }

    .c-fixed,.c-fixed_target {
        position: absolute;
        top: 0vh;
        right: 0;
        left: 0
    }

    .c-fixed {
        height: 279px;
    }

    .c-fixed_wrapper {
        height: 279px;
        max-height: 279px;
    }

.menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%;
    margin-top: 2vh;
}
    
    .side-header.open-header #phone-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        bottom: 0px;
        right: auto;
        left: 0;
        z-index: 9999;
        font-size: 1rem;
        width: 50vw;
        height: 52px;
        line-height: 52px;
        background-color: #4b647a;
        text-align: center;
        border-radius: 0;
        color: #fff!important;
        border: 1px solid white;
        height: 52px;
        line-height: 52px;
        background-color: #4b647a;
        text-align: center;
        border-radius: 0;
        border: 1px solid #fff;
        color: #fff!important;
        text-transform: uppercase;
        box-shadow: 0 4px 15px rgba(0,0,0,.1);
        border-top-right-radius: 0.75rem;
        border-top-left-radius: 0.75rem;
    }    .side-header.open-header #phone-trigger a{
        
        color: #fff!important;
  
    }

    .side-header.open-header #offer-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        bottom: 0px;
        right: auto;
        left: 0;
        z-index: 9999;
        font-size: 1rem;
        width: 40vw;
        height: 52px;
        line-height: 52px;
        background-color: var(--orang);
        text-align: center;
        border-radius: 0;
        color: #fff !important;
        border: 1px solid white
    }

#section-home223 .tripleMargin{
    margin-top: 2vw;
}
    
    
    #footer h3 {font-size: 3rem;font-weight: inherit!important;font-family: var(--family2);line-height: 1;text-transform: none;text-align: left;color: #fff;letter-spacing: normal;}
#footer h3 small{font-size: 1.8rem;font-weight: inherit!important;font-family: var(--family2);line-height: 1;text-transform: none;text-align: left;color: #fff;letter-spacing: normal;}

#footer p,#footer a,#footer h4 {color: #fff;}
#footer .widge4t img {margin-right: 10px}

    
    
    
    
    
    .smargin{
    margin-top: 8vh;
}
    
    img.selectiWidg {
    height: 10vh;
    object-fit: cover;
    object-position: center center;
    border-radius: 28px 28px 0px 0px;
}
    
    
   .selectGlam {
mix-blend-mode:screen
}
    
    
    
    .selection-widget-container p{
    font-size: .9rem!important;
    line-height: 1.1!important;color:white!important
}.section {
    position: relative;
    margin: 0px 0;
    padding: 1px 0;
    background-color: #FFF;
    overflow: hidden;
    opacity: 1!important;
}



#sloganHome.sloganHomeRight, #sloganHome.sloganHomeLeft{
    position: absolute;
    width: 96%;
    top: 33%;
    left: 2%;
    z-index: 671;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    text-align: center;
    -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);
}

#sloganHome.sloganHomeRight h1 {font-family: var(--family2);font-weight:lighter;font-size:3rem;letter-spacing: .025em;text-align: center!important;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}
#sloganHome.sloganHomeLeft h1 {font-family: var(--family2);font-weight:lighter;font-size: 2.2rem;letter-spacing: .025em;text-align: center!important;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}
#sloganHome.sloganHomeLeft h2 {font-family: var(--family2);font-weight:lighter;font-size: 1.4rem;letter-spacing: .025em;text-align: center!important;text-transform: uppercase;text-shadow: 0 1px 2px rgb(0 0 0 / 50%);color: white;margin: 0 0 15px 0;line-height: 1em;}


   .img_curtain_wrapper img.img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        height: 29vh;
    }

#sloganHome p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    color: #ffffff;text-align:center!important
}


.setVilla img{
  
    width: 40px;
  

}

.rooms1-tagline{
    position: absolute;
    width: 42%;
    height: 42px;
    top: 0.999999999999986vw;
    right: 6%;
    color: black;
    background-color: white;
    border-radius: 15px;
    padding: 5px;
}

.rooms1-tagline p{text-align:center;line-height:.5;
font-size:1.3rem!important
}



#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
 
}


.linkToimg img.imgHighl{
    width: 100%;
    height: 23vh;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pin-spacer {
  height: 100vh!important;
  padding-bottom: 30px!important;
}

    
.pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 1vw;
}
.pin-wrap > * {
  min-width: 74vw;
  padding: 0 2vw;
}
.column-1 .img_curtain_wrapper img {
    object-fit: cover;
    border-radius: 15px;
}

.footer-widgets-wrap .widgete h3, .footer-widgets-wrap .widgete p{
text-align: center!important
}
    .subMenuInf {
    position: relative;
    width: max-content;
    margin-left: 39vw;
    border-radius: 15px;
    margin-top: -29vh;
    margin-left: 12vw;
}#copyrights {
    padding: 20px;
    margin-bottom: 1vh;
    padding-bottom: 5vh;
}#copyrights h4{
  display: none;
  font-weight:lighter!important
}


.kriss-images {
    position: relative;
    width: 96vw;
    height: auto;
    z-index: 0;
    padding-bottom: 10.72222vw;
    opacity: 1;
    margin-top: var(--spacing-1);
    margin-bottom: -6vh;
    margin-left: 1vw;
}

.kriss-images__image--2 {
display:none
}

.kriss-images__image--3 {
    display:none
}

.kriss-images__image--4 {
   display:none
}
    
.kriss-images__image--5 {
   display:none
}





.page-template-home #section-home2223 .mainContainer {
    width: 100%;
    margin: auto;
}

.page-template-home #section-home2223 .largeContainer {
    width: 100%;
    
    margin: auto;
}



.page-template-servizi #section-home223 .mainContainer {
    width: 100%;
    margin: auto;
}
.page-template-servizi #section-home223 .largeContainer {
    width: 100%;
    
    margin: auto;
}




.page-template-servizi-template #section-home223 .mainContainer {
    width: 100%;
    margin: auto;
}
.page-template-servizi-template #section-home223 .largeContainer {
    width: 100%;
    
    margin: auto;
}



    
.page-template-camere-template #section-home223 .mainContainer {
    width: 100%;
    margin: auto;
}

.page-template-camere-template #section-home223 .largeContainer {
    width: 100%;
    
    margin: auto;
}

.page-template-home #section-home22s7 .mainContainer {
    width: 100%;
    
    margin: auto;margin-left:3vw
}

.page-template-home #section-home22s7 .largeContainer {
    width: 100%;
    
    margin: auto;
}


.page-template-home #section-home22s7 .largeContainer .paragraphContainer{
    width: 98%;
    
    margin:0 auto;margin-left:-7px
}
.page-template-camere-template #section-home22s7 .largeContainer {
    width: 100%;
    
    margin: auto;
}


.dg-g-nav-prev,
.dg-g-nav-next {
	position: absolute;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.dg-g-nav-prev {
	left: 2%;
	text-align: center;
	background-color: #fff;
	background-image:url(../images/icons/prev.svg);
	background-size: 32px 32px;
	background-position: 7px 7px;
	background-repeat:no-repeat;
}
.dg-g-nav-next {
	right: 2%;		text-align: center;
	background-color: #fff;
	background-image:url(../images/icons/next.svg);
		background-size: 32px 32px;
	background-position: 7px 7px;
	background-repeat:no-repeat;}

     .selectGlam {filter: brightness(3.5);}


}


.toggle-icon {
    width: 30px;
    height: 30px;
    background-image: url(https://www.hotelkriss.it/application/themes/krisshotel/images/icon-plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1)
}

.toggle-active .toggle-icon {
    width: 30px;
    height: 30px;
    background-image: url(https://www.hotelkriss.it/application/themes/krisshotel/images/icon-minus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

.toggle-title {
   font-size:1.3rem;font-weight:700
}
  
