:root {
    --family2: 'Poppins', serif;
    --family: 'OriginalSurfer-Regular', cursive;
    --family3: "Raleway", sans-serif;
    --family4: "itc-avant-garde-condensed", sans-serif;
    --black1: rgb(0, 0, 0);
    --white1: rgb(255, 255, 255);
      --browni1: #e5d9d2;
    --bluu1: #355C7F;
    --bluu2:#35c2dd;
    --grey1: #4c565c;
    --red1: #630B06;
    --orang1: #e86715;
    
    --bcg-fill-color: var(--white1);
    --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;
}

[unresolved] {
    display: none
}

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: #000;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    cursor: none;
    overflow: hidden;
    isolation: isolate;
}


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 {
    font-weight: 600;
}

[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: transparent;

}



/*  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
}

[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;
}


*/








.c-scrollbar {
	position: fixed;
	top: 50%;
	bottom: auto;
	right: 1.1vw;
	height: 25%;
	width: 2px;
	z-index: 9999;
	background: #d2d2d2;
	opacity: 1;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear,-webkit-transform .2s linear;
	transform: translateY(-50%);cursor: default
}

.c-scrollbar_thumb {
	position: absolute;
	top: -1px;
	right: -9px;background-color: #35c2dd;

	opacity: 1;
	width: 20px;
	height: 20px!important;
	border-radius: 50%;
	margin: 0;
	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;
}

.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.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;
}

.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
}

.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
}


#tracker {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transform: translate(50vw, 50vh);
    transform: translate(50vw, 50vh);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 200ms 200ms linear;
    -webkit-transition: opacity 200ms 200ms linaer, -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 200ms 200ms linaer, -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 200ms 200ms linaer;
    transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 200ms 200ms linaer, -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform;
    z-index: 1;
}

#mainTrack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -25px;
    border-radius: 50%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    will-change: transform;

}

.hoovIt {
    cursor: none;
}

#tracker.hidden {
    opacity: 1;
    z-index: 0;
}

#tracker.hidden #mainTrack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -16px;
    left: -18px;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #fff !important;
    opacity: 1
}

#tracker.showMe #mainTrack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -13px;
    left: -15px;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.8);
    background: #35c2dd !important;
    opacity: 1;

}

#tracker.isSensitive #mainTrack {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

}

#tracker.isHover #mainTrack {
    -webkit-transform: scale(1) translate(-10px, -10px);
    transform: scale(1) translate(-10px, -10px);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

}

#symbol {
    position: absolute;
    top: -10px;
    left: -10px;
}

#symbol .arrow {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transform: scale(0);
    transform: scale(0);
}

#symbol .plus {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

#symbol .minus {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


#symbol .arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: -7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: -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);
    transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

#symbol .plus:after {
    content: '';
    position: absolute;
    height: 13px;
    width: 1px;
    background: #fff;
    top: -6px;
}

#symbol .plus:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    left: -6px;
}

#tracker.showMe #symbol {
    position: absolute;
    top: 11px;
    left: 10px;
}

#tracker.showMe .plus {

    -webkit-transform: scale(1.3);

    transform: scale(1.3);
    opacity: 1
}

#symbol .minus:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fffff5;
    left: -6px;
}

#tracker.isHover #symbol .arrow {
    -webkit-transform: none;
    transform: none;
}

#tracker.isHover.right #symbol .arrow {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}


#tracker.isHover.right #symbol .arrow:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#symbol.dark .plus:after,
#symbol.dark .plus:before,
#symbol.dark .minus:before {
    background: #fff;
}

#symbol.dark .arrow:before {
    border-color: #515651;
}


#tracker.isDisabled #mainTrack {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#tracker.isDisabled #symbol .arrow {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}

.c-scrollbar {
    z-index: 2;
}


/***********LAYOUT-MOTIVE********************/

body.exiting {
    opacity: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transform-origin: top;
    transform-origin: top;
}



.c-fixed_wrapper {
    height: 100vh;
}

.c-fixed_wrapper {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.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;
}



#blockLHalf {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 43%;
    height: 1px;

    background-color: var(--brow);
    border: none;
    border-right: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -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);
}

#blockLHalf {

    top: -100%;
}

.show #blockLHalf {
    top: 10%;
    height: 80%;
    height: calc(80vh);
    opacity: 1;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

#blockLHalf2 {
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 0;
    width: 90%;
    height: 1px;

    background-color: #fcfaf2;
    border: none;
    border-right: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -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);
}

#blockLHalf2 {

    top: 0;
}

.show #blockLHalf2 {
    top: 0%;
    height: 63%;
    height: calc(63vh);
    opacity: 1;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}


/***********LAYOUT-MOTIVE********************/

/********** FRAMEWORK ************/
/***********LAYOUT-MOTIVE********************/



.imgRev {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.reveal {
visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  
  overflow: hidden;
}

.reveal-text {
  visibility: hidden;
}


/***********LAYOUT-MOTIVE********************/


#coverOverlay {
	position:fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1111;
}

#coverOverlay .mainContainer {
    height: 100%;
}


.ctaVeil {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.1;
    will-change: transform;
    z-index: 9999;
}

.ctaWidget {
    height: 43.6vw;
}


/********** FRAMEWORK TEXT************/


.upLine {
    position: absolute;
    right: 50%;
    margin-right: -1px;
     top: 86%;
    margin-top: -14.268520000000002vh;
    z-index: 9999!important;
}

.line {
    display: block;
    height: 7.26852vh;
    width: 1px;
    background-color: #ba967d;
    will-change: transform;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 777
}

.line-1 {
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.line-2 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

@-webkit-keyframes b {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}


/***********TEXT********************/

.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);
}

.smallIntro {

    font-family: var(--family2);
    font-size: 12px;
    letter-spacing: 5.5px;
    font-weight: 600;
    color: #515651;
}

.bigTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    font-family: var(--family2);
    font-weight: bold;
    padding-bottom: 10px
}

.bigTitle span {
    font-size: 3.5vw !important;
    line-height: 1;
    font-weight: bold;
}

.bigTitle span:last-child span {
    line-height: 1.5
}

.centered {
    text-align: center;
}

#intro .bigTitle:first-child {
    margin-top: 0;
}

.bigTitle .small {

    font-family: var(--family2);
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: 7px;
    text-indent: 13px;
    margin-top: 15px;
}


h1.bigTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--family2);
    font-weight: 500;
}

h1.bigTypo {
    font-size: 78px;
    color: #111 !important;

    font-family: var(--family2);
    line-height: 1.5;
}


.text {
    font-size: 19px;
    line-height: 32px;
}

.text.bigger {
    font-size: 22px;
    line-height: 50px;
}

.text.highlight {
    font-size: 30px;
    line-height: 60px;
}

.text.doubleColumn p {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 8%;
    column-gap: 8%;
}

.text.tripleColumn p {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 5%;
    column-gap: 5%;
}





.bigTypoMidd span {
    font-size: 5vw !important;
    line-height: .76 !important;
    font-weight: bold
}


.bigTypoMidd2 span {
    font-size: 6.7vw !important;
    line-height: .9 !important;
}




.bigTypo {
    font-size: 5vw !important;
}





.discoverLine {
    width: 203px;
    height: 1px;
    margin-bottom: 3px;
    margin-left: 20px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.discoverButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px 0 20px 0;
    margin-bottom: -50px;
    position: relative;
    top: -15px;
    z-index: 3;
    text-transform: uppercase;
    will-change: transform;

}


.subTypo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3vw;
    letter-spacing: 1px;
    z-index: 3;
    text-transform: none;
    text-transform: uppercase;
    font-weight: 700 !important;
    line-height: 1.3;
    color: #55513e;
    margin-bottom: 50px
}


.mainTypo {

    color: var(--orang);
    font-weight: 900 !important;
}

h3 span.mainTypo {

    color: var(--orang) !important;
    font-weight: 900 !important;
}



.is-inview .delay-2 {
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important;
}

.is-inview .delay-3 {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important;
}

.enter-y {

    opacity: .6;
    width: 1px;
    right: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(.165, .85, .55, 1);
    transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(.165, .85, .55, 1);
    transition: opacity 1s, transform 1.2s cubic-bezier(.165, .85, .55, 1);
    transition: opacity 1s, transform 1.2s cubic-bezier(.165, .85, .55, 1), -webkit-transform 1.2s cubic-bezier(.165, .85, .55, 1);

}

.is-inview .enter-y,
.enter-y .is-inview {
    opacity: .6;
    width: 100%;
    right: 0;
}

.bg-wordSlo {
    position: absolute;
    top: 8%;
    left: 50%;

    font-size: 365px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 379px;
    letter-spacing: -9.91px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 250px;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}



.headBack {
    width: 65vw;
    height: 35px;
    position: absolute;
    bottom: 2.5vw;
    right: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    margin-top: 0;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    margin-bottom: 50px
}

.headBack.headTop {

    top: 5vw !important;
    left: 0 !important;
    -webkit-transform-origin: left;
    transform-origin: left;
    margin-bottom: -30px
}

.headBack.headTop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--orang);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005);
    -webkit-transition: opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    transition: opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    transition: transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005);
    transition: transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}


.headBack:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bluu1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005);
    -webkit-transition: opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    transition: opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    transition: transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005);
    transition: transform 1.5s cubic-bezier(.575, .005, .285, 1.005), opacity 1s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 1.5s cubic-bezier(.575, .005, .285, 1.005);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.headBack.top_hidden {
    width: 1vw;
    opacity: 0
}

.sectionSlogan {
    position: absolute;
    top: -51px;
    width: 100%;
    left: 0;
    white-space: nowrap;
    z-index: 800;
    text-align: center;
    opacity: 1
}

.sectionSlogan span:first-child {
    margin-left: 10px
}

.sectionSlogan span {
    color: #000 !important;
    font-size: 2.42vw;
    font-family: var(--family2);
    letter-spacing: 3px;
    margin-left: 10px;
    display: inline-block;
    opacity: 1;
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


.headBack.top_hidden,
.sectionSlogan span.top_hidden,
.sectionSlogan.top_hidden {
    opacity: 0;
    -webkit-transform: translateY(132%);
    transform: translateY(132%)
}

.sectionSlogan span.tiene_transition_3500_quint.top_hidden {
    opacity: 0;
    -webkit-transform: translateY(132%);
    transform: translateY(132%)
}


.buTTon {
    width: 100%;
    height: 55px;

    letter-spacing: 2.5px;

    background-color: #fff;

    border-radius: 55px;

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--orang);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid #8F8F8F;
    padding: .5rem 10px;
    font-weight: 500;
    font-family: var(--family2);
    text-transform: uppercase;
    font-size: .9rem;
    position: relative;
    border-radius: 100px;
    z-index: 1;
    margin-right: .5rem;
    cursor: pointer;
    outline: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.buTTon:hover {
    background-color: var(--orang);
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.buTTon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: 2;
    -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, .7), 0px 5px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -3px 5px rgba(255, 255, 255, .7), 0px 5px 9px rgba(0, 0, 0, 0.15);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    pointer-events: none;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}



#wrapper p {
  font-family: var(--family);
  font-weight: 400;
  font-size: 1.4rem;
  color: #514641;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

#wrapper p.lead {

    color: #fff;

}

h3 {
   font-family: var(--family2);
   font-size: 2.4vw;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: .115em;
   padding-bottom: 5px;
   text-transform: uppercase;
   color: var(--mod-slogan-v1-1);
   line-height: 1.3;
   text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}
h3.booki {
    font-family: var(--family2);
    font-weight: 700;
    font-size: 1.875vw;
}

h4 {
    font-size: 2vw;
    font-weight: 500 !important;
    font-family: var(--family2);
    line-height: 1.3
}

.smallIntro {

    font-family: var(--family2);
    font-size: 12px;
    letter-spacing: 5.5px;
    font-weight: 600;
    color: #515651;
}

.bigTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    font-family: var(--family2);
    font-weight: bold;
    padding-bottom: 10px
}

.bigTitle span {
    font-size: 3vw !important;
    line-height: 1;
    font-weight: bold;
}

.bigTitle span:last-child span {
    line-height: 1.1
}

.smallTitle span {
    font-family: var(--family2);
    font-size: 2.2vw !important;
    line-height: 1;
    font-weight: bold;
}

.smallTitle span:last-child span {
    line-height: 1.2
}


.is-inview .enter-y,
.enter-y.is-inview {
    opacity: .45;
    width: 100%;
    right: 0;
}


#section-home1 .bg-word-en {
    white-space: nowrap;
    font-size: 300px;
}

#section-home1 .bigW {
    margin-top: 10px
}

#section-home1 .bg-word {
    top: 0;
}

.bg-word {
    position: absolute;
    top: 0;
    left: 50%;
   
    font-size: 365px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 379px;
    letter-spacing: 4.91px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height:350px;width:auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


span.hightLighter{
    color:#35c2dd!important
}.h1>span:not(.nocolor):not(.badge), .h2>span:not(.nocolor):not(.badge), .h3>span:not(.nocolor):not(.badge), .h4>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), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
    color: #35c2dd!important
}
.page-template-contatti .dark h2
{margin-top:3vw;
    color:  #35c2dd;font-size: 2rem
}
    label {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #555;
        margin-bottom: 10px;
        cursor: pointer
    }

    label {
        max-width: 100%
    }.dark label {
    color: #35c2dd!important
}
    select {
        width: 100%;
        padding: 0 15px;
        border: 1px solid #677897;
        color: #000;
        background: url(../images/down-menu.png) 95% center no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0
    }

    form select,
    select {
        cursor: pointer;
        height: 40px;
        display: block;
        font-size: 11pt;
        line-height: 20px
    }


/***********TEXT********************/





#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;

}




.whitBkg {
    will-change: background-color;
    background-color: transparent;
    -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: 1550px;
    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;
}
.offerteBanner{
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-150%, black), to(transparent));
    background: linear-gradient(180deg, black -150%, transparent);
    width: 100%;
    height: 40px;z-index: 9999!important;text-align: center;padding-top:8px
}
.offerteBanner h3{
    font-family: var(--family2);
    font-weight: 700;
    font-size: 1vw;
    line-height: 1;
    opacity: 1;color:white
}

.offerteBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 33
}

.offerteBanner4 {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 10%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 33
}

.offerteBanner3 {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 33
}

.offerteBanner2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 115
}

.carText {
    position: relative;
    opacity: 0;
    z-index: 356
}

.active.center .is-inview .carText {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    z-index: 9999
}

.offerteBanner3 .carText {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    z-index: 9999
}

.active.center .carText {
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease
}

.active.center .is-inview h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    opacity: 1;
    font-size: 3rem;
    z-index: 999;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.offerteBanner3 h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    opacity: 1;
    font-size: 2.5rem;
    z-index: 999;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.active.center h3 {
    opacity: 0
}

.carous.carText {
    opacity: 0;
    position: relative;
    z-index: -3
}

.active.center .carous .is-inview .carText {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease
}

.active.carous .is-inview h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 2.8rem;
    z-index: 0;
    text-align: center;
    font-weight: 700
}

.carText .loaderSvgBtn2 {
    width: 100px;
    height: 150px;
    position: relative;
    margin-top: -13%;
    margin-left: 0;
    text-align: center;
    z-index: -1
}

.center .offerteBanner .carText {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease
}

.offerteBanner .carText {
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    z-index: 2011
}

.offerteBanner .carText h3 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 1.5rem;
    z-index: 130;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}


.center .offerteBanner4 .carText {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease
}
.offerteBanner4 .carText {
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    z-index: 2011
}

.offerteBanner4 .carText h3 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 1.5rem;
    z-index: 130;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

.offerteBanner4 .carText .homy .loaderSvgBtn {
    width: 150px;
    height: 200px;
    position: relative;
    margin-top: -14%;
    margin-left: 0;
    text-align: center;
    z-index: 9999
}

.camere .carText {
    opacity: 1;
    z-index: 11
}

.camere .carText h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 3rem;
    z-index: 11;
    text-align: center;
    font-weight: 700
}

.wellnessMob .carText {
    opacity: 1;
    z-index: 11
}

.wellnessMob .carText h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 3rem;
    z-index: 11;
    text-align: center;
    font-weight: 700
}

.rooms-content {
    z-index: 1;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

.spa-content {
    z-index: 1;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}


/********** SPECIAL************/

.cajita {
    position: absolute;
    width: 25%;
    height: 50%;max-height:50vh;
    top: 50%;
    right: 0;
    background-color: transparent;
    z-index: 115;
}


    .socials {
    position: absolute;
    bottom: 11vh;
    right: 38px;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

    .facebook {
        width: 21px;
        height: 21px
    }

    .instagram {
        width: 23px;
        height: 23px
    }
.redSep {
    margin: 7px 24px 0 21px;
    height: 15px;
    width: 1px;
    background: #82b4bc;
}




    .infoBlock {
        position: fixed;
        cursor: pointer;
        bottom: 60px;
        right: 34px;
        z-index: 211;
        width: 172px;
        height: 40px;
        line-height: 22px;
        background-color: transparent;
        text-align: right !important;
        border-radius: 0;  mix-blend-mode: difference
    }

    .infoBlock2 {
        position: fixed;
        cursor: pointer;
        bottom: 24px;
        left: 34px;
        z-index: 211;
        width: 400px;
        height: 40px;
        line-height: 22px;
        background-color: transparent;
        border-radius: 0
    }

    .infoBlock2 .breadcrumb {
        position: absolute !important;
        width: auto !important;
        top: 50% !important;
        right: auto !important;
        left: 5px !important;
        margin: -10px 0 0 0 !important;
        background-color: transparent !important;
        padding: 0 !important;
        font-size: 12px
    }

    .blog div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a {
        color: #5d5d5d;
        font-family: var(--family2);
        font-weight: 700;
        font-size: 2.575vw;
        line-height: 1.142857142857143;
        margin-bottom: 50px
    }

    .btmail {
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 0;
        z-index: 11;
        width: auto;
        min-width: 120px;
        display: inline-block;
        height: 14px;
        text-align: right;
        letter-spacing: .073vw;
        line-height: 14px;
        background-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
      font-family: var( --family2);
        font-weight: 300;
        font-size: .9rem;
        color:#fffff4 !important;
        pointer-events: auto;
        mix-blend-mode: difference
    }

    .btphone {
        position: absolute;
        cursor: pointer;
        top: 50px;
        right: 0;
        z-index: 11;
        width: auto;
        min-width: 120px;
        display: inline-block;
        height: 14px;
        text-align: right;
        letter-spacing: .073vw;
        line-height: 14px;
        background-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        font-family: var( --family2);
        font-weight: 300;
        font-size: .9rem;
        color: #fffff4 !important;
        pointer-events: auto;
        mix-blend-mode: difference
    }






.video-background1 {
    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: 99
}

.video-background1.activi {
    height: 1%;
    background: rgba(255, 255, 255, .8);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -3
}

/********** FRAMEWORK HEADER************/





#wrapperSocial {
    position: fixed;
   top:33%;left:1px;
    z-index: 9999;
    width:20px;height: 400px;
}



#wrapperSocial a{
color:grey;background-blend-mode:screen
}






/********** FRAMEWORK MENU************/



/***********HEADER-LOGO-MENU********************/


@media (min-width: 992px){



#logo-hotel {
    position: fixed;
    top: 12px;
    left: 35px;
    height: 85px;
    width: auto;
    margin: 0 0 10px;
    z-index: 411;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
}
#logo-hotel img {
    height: 85px;
    width: auto;
    padding: 2px;
    background-color: transparent;
}
#logo-hotel svg {
    height: 145px;
    width: auto;
    padding: 1px; text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
mix-blend-mode:overlay
   
}

   .svgSyz svg {
        height: 25px;
        width: auto;
        padding-right: 4px
    }

    .side-header #logo {
        display: none
    }



.side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 10px;
    left: 20px;
    z-index: 11;
    font-size: 1rem;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: transparent;
    text-align: center;
    border-radius: 2px;
}


.side-header.open-header #book-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 13px;
    right: 120px;
    z-index: 11;
    font-size: 1rem;
    width: 115px;
    height: 52px;
    line-height: 52px;
    background-color: transparent;
    text-align: center;
    border-radius: 2px;
    color: #fff
}


.side-header.open-header #offer-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 13px;
    right: 109px;
    z-index: 11;
    font-size: 1rem;
    width: 115px;
    height: 52px;
    line-height: 52px;
    background-color: transparent;
    text-align: center;
    border-radius: 2px;
    color: #fff
}

	
	

    .side-header.open-header #book-trigger2 {
  display: block;
  position: fixed;
  cursor: pointer;
  top: 14px;
  right: 240px;
  z-index: 11;
  font-size: 1rem;
  width: 14rem;
  height: 52px;
  line-height: 52px;
  background-color: rgba(255,255,255,.8);
  text-align: center;
  color: black;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  background: rgba(255, 255, 255, .1);
  -webkit-transition: background .5s;
  transition: background .5s;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  }

    .side-header.open-header #book-trigger a {
        color: white !important
    }









.side-header.open-header #book-trigger a {
    color: white !important
}
.side-header.open-header #offer-trigger a.menuBot {
    color: #fff
}

.side-header.open-header #header-trigger i {
    color: white
}

.side-header.side-header-right.open-header #header-trigger {
    left: auto;
    right: 38px;
}

.side-header.open-header.side-header-open #header-trigger {
    display: block;
    z-index: 311;
    right: 38px !important
}

.side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
    display: block;
}
    
      .side-header .container {
        padding-left: 30px;
        padding-right: 30px;
    }



    .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;
        -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;
    }



    .side-header.open-header #book-trigger  {
    display: none
    }
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0);
}

    .side-header.open-header #book-trigger a {
        color: white !important
    }


    .svgBook-trigger {
        width: 50px;
        height: 50px;
        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;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }




.c-fixed.fixedMiddle{

    top: -67vh;

}


  

 
}








/***********HEADER-and-MENU********************/


@media (min-width: 992px){
  
    .side-header #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 1px;

        background-color: rgba(0, 0, 0, .8);
        border: none;
        border-right: none;
        overflow: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
        -webkit-transition: -webkit-transform 1s ease-out;
        transition: -webkit-transform 1s ease-out;
        transition: transform 1s ease-out;
        transition: transform 1s ease-out, -webkit-transform 1s ease-out;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        -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);
    }
.side-header #header.dark, .side-header.dark #header {
    background-color:#35c2dd;
    border-right-color: none;
}
    .side-header #header-wrap {
        position: relative;
        width: 100%;
       
        height: 100%;
        overflow: hidden;
        padding-right: 50px;
        cursor: default;background: rgba(255, 255, 255, .1);
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    }

    .side-header.side-header-right.open-header #header {
        left: 0;
        right: 0;
    }

    .side-header.side-header-right.open-header #header {

        top: -100%;
    }

    .side-header.side-header-right.open-header.side-header-open #header {
        top: 0;
        height: 100%;
        height: calc(100vh);
        opacity: 1;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }



    .side-header #headerHalf {
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 110;
        width: 50%;
        height: 1px;

        background-color: transparent;background:  #355C7F;
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
        border: none;
        border-right: none;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
        -webkit-transition: -webkit-transform 1s ease-out;
        transition: -webkit-transform 1s ease-out;
        transition: transform 1s ease-out;
        transition: transform 1s ease-out, -webkit-transform 1s ease-out;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        -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);
    }


    .side-header.side-header-right.open-header #headerHalf {

        top: -100%;
    }

    .side-header.side-header-right.open-header.side-header-open #headerHalf {
        top: 0;
        height: 100%;
        height: calc(100vh);
        opacity: 1;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }




    .navLeft {
        margin-left: 16vw;    padding-top: 20vh;
    }

    .side-header.side-header-right.open-header #headerHalf .navRight {
        position: absolute;
        top: 10%;
        left: 20%;
        z-index: 130;
        width: 60%;
        height: 1px;
        opacity: 0;
        -webkit-transition: all 3s ease-out;
        transition: all 3s ease-out;
        -webkit-transition: -webkit-transform 3s ease-out;
        transition: -webkit-transform 3s ease-out;
        transition: transform 3s ease-out;
        transition: transform 3s ease-out, -webkit-transform 3s ease-out;
        -webkit-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
        -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);
    }

    .side-header.side-header-right.open-header.side-header-open #headerHalf .navRight {
        top: 15%;
        height: 70%;
        height: calc(70vh);
        opacity: 1;
        -webkit-transition: all 3s ease-out;
        transition: all 3s ease-out;
    }

    .side-header.side-header-right.open-header #headerHalf .navRight img {

        height: 70vh;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        padding-top: 9 / 16 * 100%;
        opacity: 0;
        -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        -webkit-transition: all 4s ease-out;
        transition: all 4s ease-out;
        -webkit-transition: -webkit-transform 4s ease-out;
        transition: -webkit-transform 4s ease-out;
        transition: transform 4s ease-out;
        transition: transform 4s ease-out, -webkit-transform 4s ease-out;
        -webkit-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
        -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);
    }

    .side-header.side-header-right.open-header.side-header-open #headerHalf .navRight img {
        opacity: 1;
        
        max-height: 70vh;
        -webkit-transition: all 4s ease-out;
        transition: all 4s ease-out;
    }






    .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);
    }





 
    .menu-link {
       display: block;
    line-height: 30px;
    padding: 14px 5px 0 5vw;
    color: #fff !important;
    font-weight: 300;
    font-size: 2.125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--family2);
    -webkit-transition: all .3s;
    transition: all .3s;
        opacity: 1
    }



    .menu-link:hover {

        color: var(--brow) !important;
        font-weight: 400;

        letter-spacing: 3px;
        -webkit-transition: all .3s;
        transition: all .3s;

    }
.menu-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 40%;
    height: 60px;
    z-index: -1;
    background: var(--bluu1);
    -webkit-transform-origin: top;
    transform-origin: top;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.575,.005,.285,1.005),opacity 1s cubic-bezier(.575,.005,.285,1.005);
    -webkit-transition: opacity 1s cubic-bezier(.575,.005,.285,1.005),-webkit-transform 1s cubic-bezier(.575,.005,.285,1.005);
    transition: opacity 1s cubic-bezier(.575,.005,.285,1.005),-webkit-transform 1s cubic-bezier(.575,.005,.285,1.005);
    transition: transform 1s cubic-bezier(.575,.005,.285,1.005),opacity 1s cubic-bezier(.575,.005,.285,1.005);
    transition: transform 1s cubic-bezier(.575,.005,.285,1.005),opacity 1s cubic-bezier(.575,.005,.285,1.005),-webkit-transform 1s cubic-bezier(.575,.005,.285,1.005);
}

    #backg-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 13px;
        right: 26px;
        z-index: 1;

        width: 210px;
        height: 1px;

        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: opacity 0s ease 1.1s, -webkit-transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
        transition: opacity 0s ease 1.1s, -webkit-transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
        transition: opacity 0s ease 1.1s, transform 2.2s cubic-bezier(.215, .61, .355, 1) .7s;
        transition: opacity 0s ease 1.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: 650ms -webkit-transform var(--ease-power3-in-out);
        transition: 650ms -webkit-transform var(--ease-power3-in-out);
        transition: 650ms transform var(--ease-power3-in-out);
        transition: 650ms transform var(--ease-power3-in-out), 650ms -webkit-transform var(--ease-power3-in-out);
    
    
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    
    
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .5s;
    transition: background .5s;
    
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    
    
    
    }

    #bookBack-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 11px;
        right: 20px;
        z-index: 1!important;
        width: 80px;
        height: 1px;
        background-color: var(--bluu2);
        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 rgb(0 0 0 / 50%);    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    }

.shape-overlays {
	width: 100%;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;z-index: 999
}

.shape-overlays.is-opened {
	pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
	fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
	fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
	fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
	fill: var(--path-fill-4);
}



.dark .shape-overlays__path:nth-of-type(1) {
	fill: #555;
}

.dark .shape-overlays__path:nth-of-type(2) {
	fill: #444;
}

.dark .shape-overlays__path:nth-of-type(3) {
	fill: #333;
}

.dark .shape-overlays__path:nth-of-type(4) {
	fill: #222;
}
}



/***********SIDEP-and-BOOK********************/


@media (min-width: 992px){

#side-panel {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;

    cursor: default;
    background: var(--brow);


    background-color: var(--brow);
    border: none;
    border-right: none;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -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);

}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 50px
}

.side-panel-open #side-panel {
    top: 0;
    height: 100%;
    height: calc(100vh);
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

body #side-panel.dark,
#side-panel.dark,
.dark #side-panel {
background: rgba(0, 0, 0, .7);
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

#side-panel-trigger-close a {
    display: block;
}

#side-panel-trigger-close a {
  display: block;
    position: absolute;
    z-index: 9999;
    top: 141px;
    left: auto;
    right: 0px;
    width: 3rem;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: rgba(172, 163, 157, .9);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 0 2px;
}


#side-panel #sideHalf {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 5;
    width: 50%;
    height: 1px;

    background-color: rgba(0, 0, 0, .3);
    border: none;
    border-right: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -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);
}
#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
    border-top: none;
}

#side-panel #sideHalf {

    top: -100%;
}

#side-panel #bookingexpert {

    z-index: 99
}

.side-panel-open #side-panel #sideHalf {
    top: 0;
    height: 100%;
    height: calc(100vh);
    opacity: 1;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}



#side-panel #sideHalf .navRight {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 130;
    width: 80%;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    -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);
}

.side-panel-open #side-panel #sideHalf .navRight {
    top: 15%;
    height: 70%;
    height: calc(70vh);
    opacity: 1;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}



.image-caption-wrapper {
    position: absolute;
    top: 0;
    left: 25px;
    width: 25px;
    height: 100%;
    z-index: 1;
}
    
    
    
.image-caption-wrapper.image-caption-wrapper2 {

    left: 60px;
   
    z-index: 1;
}
    
    
    
    
    .image-caption-wrapper .image-caption-inner {
    position: absolute;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    transform: rotate(
-90deg);
    -webkit-transform: rotate(
-90deg);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
}
    
    
    
    .image-caption-wrapper .image-caption-inner h2 {
    position: relative;
}
.image-caption-wrapper .image-caption-inner .image-caption {
    font-family: var(--family);
    font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 1;
    color:rgba(0,0,0,.5);font-weight: 300;
    text-transform: none;
    white-space: nowrap;
}
    
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000
}

@media (max-width:1100px) {
    #side-panel .side-panel-wrap {
        overflow: visible;
        overflow-y: scroll
    }

    #searchbox div {
        float: left;
        margin: 10px 5px 15px 5px;
        overflow: hidden;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

#ui-datepicker-div {
    z-index: 400 !important
}






#bookingexpert {
    margin-top: 10px;
    z-index: 999;
    width: 100%;
    margin: 0 auto
}

#searchbox {
    font-family: var(--family2);
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

#searchbox .searchboxHotels,
#searchbox .searchboxPlaces {
    padding-top: 20px
}

#searchbox .searchboxTitle {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.2vw;
    margin-bottom: 25px
}

#searchbox form {
    right: auto;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

#searchbox div {
    float: none;
    margin: 10px 5px 15px 5px;
    overflow: hidden;
    width: 40%;
    padding-left: 9px;
    padding-right: 9px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#searchbox form label {
    display: block;
    line-height: 17px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

#searchbox input[type=text] {
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 1.875em 0;
    padding: 0 0 .875em 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

#searchbox div select {
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 1.875em 0;
    padding: 0 0 .875em 0;
    text-transform: uppercase;
    text-align: right;
    width: 99%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

#searchbox div select option {
    background-color: #000;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff
}

#searchbox div input[type=text] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 15px 5px .875em 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#searchbox form select {
    background-color: #fff;
    background: url(../images/down-menu.png) no-repeat right;
    background-position: center right;
    outline: 0;
    width: 25%;
    padding-left: 0;
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

#searchbox div.imputFormLit select::-ms-expand {
    display: none
}



#searchbox .searchboxCredits {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 13px 0 15px 20px;
    overflow: hidden
}

#searchbox .searchboxAdd,
#searchbox .searchboxArea {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 40px
}

#searchbox .searchboxAdd {
    top: 6px
}

#searchbox .searchboxArea {
    top: 27px
}

#searchbox {
    font-family: var(--family2);
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

#searchbox .searchboxTitle {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.2vw;
    margin-bottom: 25px;
}

#searchbox form {
    right: auto;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: center;
    display: block;

}

#searchbox div {
    float: left;
    margin: 10px 5px 15px 5px;
    overflow: hidden;
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#searchbox form label {
    display: block;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#searchbox div input[type=text] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 15px 5px 0.875em 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#searchbox input[type=text] {
    background-color: #81725e !important;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#searchbox input[type=submit] {
    display: inline-block;
    float: left;
    width: 37%;
    height: 61px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f56600;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 3px;
    margin-top: 37px !important;
    margin-left: 18px !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}



#searchbox input[type=submit]:hover {

    width: 50%;

    background: orangered;

    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .3);

    box-shadow: 0 0px 1px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    transition: all .3s;
}








#searchbox div select {
 background-color: #81725e !important;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0.875em 0;
    padding: 15px 0 -0.125em 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}



#searchbox div select,
#searchbox form select {
display: inline-block;
    float: right;
    width: 25%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f56600;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    
    letter-spacing: 1px;
    margin-top: 15px !important;
    padding-left: 15px;
    
    padding-right: 10px;
}






    
    
    
    
    
    
    
    
    
    
    
    
    
  

/* Primary Menu----------------- */


/* Primary Menu------------------------------------- */


/***********CONTENT********************/



/***********ABOVE********************/
@media (min-width: 992px){
  
    
.slider-parallax .slider-inner {
    min-width: 100vw !important;
}

.slider-caption, .flex-caption {

    max-width: 80vw

}

#fixBlock7 {
   
    padding: 27px 0;max-height: 100vh;
  
}
#fixBlock7.section{
   
   background-color: transparent;
  
}
}
/***********SLIDER-ABOVE********************/
#top {
    overflow: hidden;
}

#top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-150%, black), to(transparent));
    background: linear-gradient(180deg, black -150%, transparent);
    width: 100%;
    height: 200px;
    z-index: 991;
    opacity: 0;
    -webkit-transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

#topVeil {
    background: #000000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;

}

#top.topVeil:before {
    opacity: 1;
}

#coverPicture {
    height: 100vh;
}

#coverPicture img.hidden {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
}

.slider-parallax .slider-inner {
    min-width: 100vw !important;
}

.slider-caption,
.flex-caption {

    max-width: 80vw
}

#slider.hidden .swiper-slide {
    top: 0;
    left: 0;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
}

#slider .swiper-slide {

    -webkit-transform: none;

    transform: none;
    opacity: 1;
}

.swiper-slide {
    min-width: 100vw !important;
    width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
    min-height: 100vh;

}

#sloganHome {
    position: absolute;
    width: 80%;
    bottom: 44%;
    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 h1 {
    font-family: var(--family2);
    font-weight: 900;
    font-size: 5.5vw;
    color: rgba(255,255,255,1) !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0,.8);
    margin-bottom: 1px!important;
    line-height: 1;
text-shadow: #bbb 0 0 1px, #fff 0 1px 1px, #fff 0 -1px 1px, rgb(0 0 0 / 80%) 0 1px 4px;
}

#sloganHome h2 {
    font-family: var(--family2);
    color: rgba(255,255,255,1);
    font-size: 2.1vw;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0,.8);
    margin-bottom: 5px!important;
    line-height: 1.4;text-shadow: #bbb 0 0 1px, #fff 0 1px 1px, #fff 0 -1px 1px, rgb(0 0 0 / 80%) 0 1px 3px;
}#sloganHome h3 {
    font-family: var(--family);
    color: #ffffff;
    font-size: 2.1vw;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0,.5); 
	              
	          
}


#sloganHome .h1 > span:not(.nocolor):not(.badge),
#sloganHome .h2 > span:not(.nocolor):not(.badge),
#sloganHome .h3 > span:not(.nocolor):not(.badge),
#sloganHome h1 > span:not(.nocolor):not(.badge),
#sloganHome h2 > span:not(.nocolor):not(.badge),
#sloganHome h3 > span:not(.nocolor):not(.badge) {
    color: var(--orang);
}



.headline {
 width: 100%;
    font-weight: 900;
   font-size: 5.5vw;
    height: 143px; text-shadow: -1px -1px 1px #000, 1px 1px 1px #000;text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #000;text-shadow: 0px 1px 0px rgba(0,0,0,.8)
}



h3.slide__title small {
    color: #5d5d5d;
    mix-blend-mode: difference;
    font-family: var(--family2);
    font-weight: 500;
    font-size: 2.2rem;
    padding-bottom: 20px;
    opacity: .8;
    line-height: 40px;
}

/***********ABOVE********************/












/***********CONTENT SECTIONS********************/




.template-home .chapter5 {
    margin-bottom: 50px
}

.template-home .chapter5 {
    padding: 0 14.58333vw 0 11.66667vw
}

.template-home .chapter5 .chapter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4.22917vw 0 0
}

.template-home .chapter5 .column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333vw;
    position: relative;
    z-index: 0
}

.template-home .chapter5 .column-1 .image-wrapper {
    width: 100%;
    padding-top: 146.875%;
    position: relative
}

.template-home .chapter5 .column-1 .image-background {
    position: absolute;
    bottom: -2%;
    right: -3.125vw;
    width: 34.375%;
    height: 67.08510638297872%;
    background-color:#35c2dd
}

.template-home.template-spa .chapter5 .column-1 .image-background {
    position: absolute;
    bottom: -2%;
    right: -3.125vw;
    width: 34.375%;
    height: 68.08510638297872%;
    background-color: var(--bluu1)
}

.template-home.template-meeting .chapter5 .column-1 .image-background {
    position: absolute;
    bottom: -2%;
    right: -3.125vw;
    width: 34.375%;
    height: 68.08510638297872%;
    background-color: var(--grey1)
}

.template-home.template-food .chapter5 .column-1 .image-background {
    position: absolute;
    bottom: -2%;
    right: -3.125vw;
    width: 34.375%;
    height: 68.08510638297872%;
    background-color: var(--orang1)
}

.template-home .chapter5 .column-1 .image-wrapper > .inner {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.template-home .chapter5 .column-1 .image-shadow {
    height: 100%;
    width: 100%
}

.template-home .image-shadow {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.template-home .chapter5 .column-1 .image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat
}

.template-home .chapter5 .column-1 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;-o-object-fit: cover;object-fit: cover
}

.template-home .chapter5 .column-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.template-home .chapter5 .title {
    margin: 0 0 46px -3.4375vw;
    color: #000;
    text-shadow: 0 2.36px 4.896px #c4b59d, 0 -1px 1px #fff;
}

.template-home .title {font-family: var(--family2);font-weight: 700;font-size: 2.275vw;line-height: 1.242857142857143;opacity: 1;}

.template-home .chapter5 .content-wrapper {
    padding: 0 0 0 8.33333vw;
    margin: 0 0 25px
}

.template-home .chapter5 .content {
    margin: 0 0 7.13542vw
}

.content,
.page-content {
    color: #151515;
    font-family: var(--family1);
    font-weight: 600;
    font-size: 16px;
    line-height: 2.1875
}

.template-home .content p:last-child {
    margin-bottom: 0
}

.template-home .content p {
    opacity: 1;
    font-family: var(--family1);
    font-weight: 500;
    font-size: 16px;
    color: #151515;
    line-height: 1.875
}

.link-important {
    font-family: var(--family2);
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5em;
    text-transform: uppercase;
    padding: 10px 0 10px 120px;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #b3b3b3;
    -webkit-transition: color .3s cubic-bezier(.165, .84, .44, 1);
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

.link-important:before {
    content: "";
    width: 90px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.link-important .line,
.link-important:before {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 2;
    height: 2px;
    background-color: rgba(99, 11, 6, 1)
}

.link-important .line,
.link-important:after,
.link-important:before {
    top: calc(50% - 2px)
}

.link-important .line {
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.895, .03, .685, .22);
    transition: -webkit-transform .4s cubic-bezier(.895, .03, .685, .22);
    transition: transform .4s cubic-bezier(.895, .03, .685, .22);
    transition: transform .4s cubic-bezier(.895, .03, .685, .22), -webkit-transform .4s cubic-bezier(.895, .03, .685, .22)
}

.link-important .text {
    position: relative;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.895, .03, .685, .22);
    transition: -webkit-transform .5s cubic-bezier(.895, .03, .685, .22);
    transition: transform .5s cubic-bezier(.895, .03, .685, .22);
    transition: transform .5s cubic-bezier(.895, .03, .685, .22), -webkit-transform .5s cubic-bezier(.895, .03, .685, .22)
}

.link-important:after {
    content: "";
    width: 90px;
    height: 2px;
    display: inline-block;
    background-color: #ba967d;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.895, .03, .685, .22);
    transition: -webkit-transform .3s cubic-bezier(.895, .03, .685, .22);
    transition: transform .3s cubic-bezier(.895, .03, .685, .22);
    transition: transform .3s cubic-bezier(.895, .03, .685, .22), -webkit-transform .3s cubic-bezier(.895, .03, .685, .22)
}

.boxBlur {
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .6);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blurred-bg.tinted {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6))
}

.blurred-bg.tinted:before {
    -webkit-filter: blur(25px);
    filter: blur(25px)
}









.floatLogo2 {
   width: 30vw;
    height: 30vw;
    position: relative;
    top: 0%;
    left: 47%;
    -webkit-transform: translate(-50%, -11%);
    transform: translate(-50%, -11%);
    z-index: 0;
}




.intro2 svg {
width: 843px;
    height: 900px;
    position: relative;
    top: 9%;
    left: 65%;
    -webkit-transform: translate(-50%, -3%);
    transform: translate(-50%, -3%);
    z-index: 12;
}

.loaderGocciaPath {
    stroke: #81725e;
    stroke-opacity: .9;
    stroke-dasharray: 1000
}

.loaderGocciaPath.animating {
    -webkit-animation: dash 1.7s linear forwards;
    animation: dash 1.7s linear forwards
}

.loaderGocciaPath2 {
    stroke: #81725e;
    stroke-opacity: .9;
    stroke-dasharray: 1000
}

.loaderGocciaPath2.animating {
    -webkit-animation: dash 1.7s linear forwards;
    animation: dash 1.7s linear forwards
}








.corte-images {
    position: relative;
    padding-top: 37.77778vw;
    padding-bottom: 39.72222vw;
    margin-top: var(--spacing-1);
    margin-bottom: var(--spacing-2)
}

.corte-images__image {
    position: absolute;
    width: 37.5vw
}

.corte-images__image img {
    display: block;
    width: 100%;
    height: auto;max-height:600px;object-fit:cover
}

.corte-images__image--1 {
    left: 25vw;
    bottom: -13.88889vw;
    z-index: 1
}

.corte-images__image--2 {
    left: 0;
    top: 15.97222vw;
    z-index: 1
}

.corte-images__image--3 {
    left: 8.33333vw;
    bottom: 0
}

.corte-images__image--4 {
    right: 8.33333vw;
    top: 6.94444vw
}

.corte-images__image--5 {
    left: -12.5vw;
    top: 6.94444vw
}

.corte-images__image--6 {
    right: -12.5vw;
    top: 38.19444vw;
    z-index: 1
}

.corte-images__image--7 {
    left: 83.33333vw;
    top: 25vw
}

.corte-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:416px),
only screen and (min-width:980px) {
    .corte-images__last {
        padding-bottom: var(--spacing-4)
    }
}

@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .corte-images__last__text {
        padding-top: calc(var(--spacing)*2)
    }
}

@media only screen and (min-width:1200px) and (min-height:500px) {
    .corte-images__last__text {
        max-width: var(--spacing-6)
    }
}

.corte-images__last__image {
    position: absolute;
    right: 0;
    top: calc(var(--spacing)*-4)
}

@media only screen and (min-width:568px) and (max-aspect-ratio:13/9),
only screen and (min-width:666px) and (min-height:416px),
only screen and (min-width:980px) {
    .corte-images__last__image {
        top: auto;
        bottom: var(--spacing-4)
    }
}

@media only screen and (min-width:1440px) and (min-height:600px) {
    .corte-images__last__image {
        height: calc(var(--spacing)*460/60)
    }
}

.corte-images__last__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.corte-images__title {
    position: relative;
    z-index: 1;font-family: var(--family2);
    font-size: 7.9rem!important;
    line-height: 1.13924em;color:white;mix-blend-mode: difference

}

@media (max-width:665px) and (min-aspect-ratio:13/9),
only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .corte-images {
        margin-bottom: calc(var(--spacing)*5)
    }

    .corte-images__image--1 {
        left: 33.33333vw;
        bottom: 6.94444vw
    }

    .corte-images__image--3 {
        bottom: -6.94444vw
    }
}

@media only screen and (min-width:568px) and (max-aspect-ratio:13/9),
only screen and (min-width:666px) and (min-height:416px),
only screen and (min-width:980px) {
    .corte-images {
        margin-top: calc(var(--spacing)/60*45);
        margin-bottom: 0
    }

    .corte-images__image {
        width: 22vw
    }

    .page-template-hotel .corte-images__image {
        width: 29vw
    }

    .corte-images__image--1 {
        left:36.77778vw;
        bottom: 13.88889vw;
        z-index: 1
    }

    .corte-images__image--2 {
        left: -1.38889vw;
        top: 15.97222vw;
        z-index: 1
    }

    .corte-images__image--3 {
        left: 8.33333vw;
        bottom: 6.94444vw
    }

    .corte-images__image--4 {
        right: auto;
        left: 50vw;
        top: 7.88889vw;
    }

    .corte-images__image--5 {
        left: 24.66667vw;
        top: 0
    }

    .corte-images__image--6 {
    right: 0.3333300000000001vw;
    top: 38.19444vw;
        z-index: 1
    }

    .corte-images__image--7 {
      left: 49.333330000000004vw;
    top: 45vw;
    }
    .corte-images__image--8 {
        right: 2.33333vw;
        top: .19444vw;
        z-index: 1
    }

    .corte-images__image--9 {
       left: 65.33332999999999vw;
    top: 81vw;
    }
    .corte-images__image--10 {
        left: 23.33333vw;
        top: 38vw
    }
}

@media only screen and (min-width:1200px) and (min-height:500px) {
    .corte-images {
        margin-top: calc(var(--spacing)/60*100);
        margin-bottom: 0
    }

    .corte-images__image--1 {
        bottom: 1.88889vw;
    }

    .corte-images__image--3 {
        bottom: 16.55556vw;
    }
}

@media only screen and (min-width:1920px) and (min-height:600px) {
    .corte-images__image--6 {
        top: 42.25vw
    }
}




#goCorte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    margin-bottom: 30px;

}



#corteContainer {
    position: relative;
    width: 91%;cursor: pointer;
}

#cortePicc {
    width: 83vw;
    height: 22.5vw;
}

.jquery-ripples {
    position: relative;
    z-index: 0;
}


#corteLivel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    padding-left: 4.4%;
    z-index: 2;
    will-change: transform;
}
.corteTitle span{
   font-family: var(--family2);
    font-size:7.5vw;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 2%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-transform: uppercase;
}.corteTitle.corteTitleRisto span{
  
    color: #000;

}

#corteTextContainer {
    position: relative;
    height: 14vw;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -39px;
    width: 100%;
}

#corteBlock {
   height: 100%;
    margin-left: -3vw;
    width: 69vw;
    background: var(--bluu1);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
}

#corteText {
    z-index: 1;
    font-family: var(--family);
    font-size: 2vw;
    color: #FFFFFF;
    letter-spacing: 0.3vw;
    margin-bottom: 3%;
    white-space: nowrap;
}



.fooLink {

 -webkit-transition: opacity 0.7s ease-out;

 transition: opacity 0.7s ease-out;

}.fooLink h4{

margin-top: 0;margin-bottom: 10px;line-height: .8

}
.fooLink .top_hidden{
opacity: 0
}



/* Big goCorte block */



#goCorte2 {position:absolute;top:0;left:0;width:45vw;height:98vh;z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;margin-bottom: 2.5vw

}



#corteContainer2 {
    position: relative;
    width: 45%;
}

#cortePicc2 {
    width: 45vw;height: 100%;
    max-height: 100%;-o-object-fit: cover;object-fit: cover;cursor: pointer;
}


#corteLivel2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    padding-left: 4.4%;
    z-index: 2;
    will-change: transform;
}
.corteTitle span{
   font-family: var(--family2);
    font-size:7.5vw;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 2%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-transform: uppercase;
}.corteTitle.corteTitleRisto span{
  
    color: #000;

}

#corteTextContainer2 {
    position: relative;
    height: 8vw;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

#corteBlock2 {
    height: 100%;
    margin-left: -16vw;
    width: 42vw;
    background: var(--bluu1);
    opacity: 0.8;
    position: absolute;z-index: 1
}
#corteBlock2.corteRed {
 
    background: var(--red1);

}


#corteText2 {
    z-index: 1;
    font-family: var(--family);
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 0.3vw;
    margin-bottom: 3%;
    white-space: nowrap;
}








/* Big goCorte block */



/* Big goCorte Dome block */





#goCorteDome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}



#corteContainerDome {
    position: relative;
    width: 88%;
}

#cortePiccDome {
    width: 88vw;
    height: 22.5vw;
}


#corteLivelDome {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    padding-left: 4.4%;
    z-index: 2;
    will-change: transform;
}

#corteTextContainerDome {
    position: relative;
    height: 8vw;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

#corteBlockDome {
    height: 100%;
    margin-left: -16vw;
    width: 42vw;
    background: var(--bluu1);
    opacity: 0.8;
    position: absolute;z-index: 1
}

#corteBlockDome.corteRisto {
 
    background: var(--orang1);

}

#corteTextDome {
    z-index: 1;
    font-family: var(--family);
    font-size: 5vw;
    color: #FFFFFF;
    letter-spacing: 0.3vw;
    margin-bottom: 3%;
    white-space: nowrap;
}




/* Big goCorte Dome block */









.suiteView {position: absolute;width:54vw;height:100vh;
    top:20px;left:0;z-index:0;object-fit: cover
}


.suiteView img{min-width:100%;height:100%;
 object-fit: cover
}


/***********SLIDER-CAROUSEL********************/

.rooms-content {margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}


.owl-carousel{z-index:3;

}.owl-nav{z-index: 2;

}
#oc-imagesRoom .owl-item{
/*  display: inline-block;*/
  opacity: 1;
  overflow: hidden; box-shadow: 1px 3px 7px rgb(0 0 0 / 25%);
}

@media only screen and (min-width:992px) {
  #oc-imagesRoom div img {
/*  max-width: 100%;
  height:400px;
  margin-bottom: 1rem;*/min-height:20vw;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;box-shadow: 0 60px 140px 0 rgba(0,0,0,.1);
}
 .page-template-hotel #oc-imagesRoom div img {
/*  max-width: 100%;
  height:400px;
  margin-bottom: 1rem;*/min-height:24vw;max-height:24vw;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;box-shadow: 0 60px 140px 0 rgba(0,0,0,.1);
}

}


.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top:1%;
	margin-top: -1px;
	left: -36px;
	zoom: 1;
	width: 50%;
	height:95%;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0);
	color: #666;
	background-color: rgba(255,255,255,0);
	font-size: 18px;
	border-radius:0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;z-index: 1
}




.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -1px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  cursor: url(../images/icons/prev.svg), auto;
}
.owl-carousel .owl-nav .owl-next:hover {cursor:none;
  cursor: url(../images/icons/next.svg), auto;
}

.owl-carousel .owl-nav .owl-next span {display: none
}.owl-carousel .owl-nav .owl-prev span {display: none
}




.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: 0;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
background-color: rgba(255,255,255,0.2) !important;
	color: #FFF !important;
	text-decoration: none;
}
.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(255,255,255,0.2);!important;
    color: #FFF !important;
    text-decoration: none;
}
.owl-carousel .owl-nav .disabled { display: none !important; }

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent!important;

}
/***********SLIDER-CAROUSEL********************/




#topGift {
 position: fixed;
    cursor: pointer;
    bottom: 39px;
    left: 34px;
    z-index: 211;
    width: 316px;
    height: 40px;
    line-height: 22px;
    background-color: transparent;
    text-align: right !important;
    border-radius: 0;
}

.makeGift {
	display:flex;
	color: #fffff4 !important;     font-family: var( --family2);
        font-weight: 300;
        font-size: 1rem;
	padding:20px;
	margin-right: -20px;mix-blend-mode: difference;transition: all .3s;
}
.makeGift:hover {
	
	font-size: .88rem;

}
.makeGift spam{
	
	color: #111 !important;
	mix-blend-mode: difference
}

.giftIco {
	width: 57px;
    height: 18px;
    background: url(https://www.tripgarda.com/lab/corte22/application/themes/cortevalierlazise/images/sprites.png) no-repeat;
    background-position: -30px 0px;
    position: relative;
    top: -2px;
    margin-left: 16px;  
}

.makeGift.show .no_opacity {
	opacity:1 !important;
	pointer-events:all !important;
}

.makeGift.black .giftIco {
		background-position: -30px -24px;
	
}




/***********FOOTER********************/
#footer.dark, .dark #footer {
    background-color: rgba(129, 114, 94, .9);
    color: #fff;
    border-top-color: rgba(0, 0, 0, .2);
}#copyrights {
    padding: 40px 0;
    background-color: #82b4bc !important;
    font-size: 14px;
    line-height: 1.8;
}
/***********FOOTER********************/

/***********HOME-SLIDER-ABOVE-WEBGL SPECIAL********************/



.video {position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; width: 100vw;
    height: 100%;
    pointer-events: none;
}

#canvas,canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;width: 100%;
    height: 100%!important;z-index: 0;pointer-events: none
}

.grapper {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;z-index: 1
}

.plane {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.plane video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    display: none; z-index: 1;
}

.sectionPay {
    position: absolute;
    bottom: 192px;
    width: 100%;
    left: 0;
    white-space: nowrap;
    z-index: 9999!important;
    opacity: 1;
    -webkit-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
    text-align: center
}

.sectionPay .top_hidden {
    opacity: 0
}

.btnExpert {
    display: -block;
    text-align: center;
    width: auto;
    height: 60px;
    line-height: 47px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f56600;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin-top: 35px !important;
    padding: 20px
}

.sectionPay span:first-child {
    margin-left: 0
}

.sectionPay span {
    font-size: 2.95vw;
    letter-spacing: 4px
}

.sectionPay span {
    color: #fff;
    font-family: var(--family2);
    font-size: 26px;
    letter-spacing: 4px;
    margin-left: 12px;
    display: inline-block
}
/***********HOME-SLIDER-ABOVE-WEBGL SPECIAL********************/





/***********MOB********************/




@media all and (max-width:1500px) and (min-width:992px) {
    
#logo-hotel {
    position: fixed;
    top: 12px;
    left: 35px;
    height: 85px;
    width: auto;
    margin: 0 0 10px;
    z-index: 411;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
}
#logo-hotel img {
    height: 85px;
    width: auto;
    padding: 2px;
    background-color: transparent;
}
#logo-hotel svg {
    height: 105px;
    width: auto;
    padding: 1px; text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
mix-blend-mode:overlay
   
}
.sectionPay {
    
    bottom: 132px;

}
    
    .headline {

    font-size: 8.5vw;
    height: 140px;

}
    .menu-link {
    display: block;
    line-height: 24px;
    padding: 10px 5px 0 5vw;
    color: #fff !important;
    font-weight: 300;
    font-size: 1.5125rem;
    letter-spacing: 1px;
  
}
    
    .infoBlock {

    bottom: 40px;

}
    
    
    
    #topGift {
  
    bottom: 24px;
 
}
    
    h3 {
   
    font-size: 2.8vw;
 
}
    #wrapper p {
 
    font-size: 1.36rem;
  
    line-height: 1.5;
    
}
    
    #searchbox input[type=text] {
    background-color: #81725e !important;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 1.775em 0;
    padding: 0 0 0.675em 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    
    
    
    
    
    
    
    
    
    
}
 
@media all and (max-width:1365px) and (min-width:1199px) {
    

}
 #flags-trig{
		
      
      display: block;
    position: fixed;
    cursor: pointer;
top: 1.172vw;
    left: 179px;
    height: 3.333vw;
    z-index: 11;

    width: 52px;
    
  
    background-color:transparent;
    text-align: center;
    border-radius:0;color:white;
      opacity: 1
      
	}
#flags-trig.top_hidden{
opacity: 0; top: 0.172vw;
}

#flags-trig ul{ list-style: none !important;
}
.top-links ul ul, .top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
  
    background: #FFF;
    border: 0;
    top:0px;
    left: 0;
    width: 52px;
    margin: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #333;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);color:#000
}
.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto;display: block }





.template-home .chapter5 .column-1 .image-background {
    position: absolute;
    bottom: -2%;
    right: -3.125vw;
    width: 34.375%;
    height: 67.08510638297872%;

     background-color: rgba(41, 197, 212, .9);
}

footer h3 small {
    font-size: 2vw;
}


.social-icon.si-small svg{
    width: 32px;
    height: 32px;

}

.dark .social-icon {
    color: #eee;
    border-color: transparent;
}

@media all and (max-width:991px) {
      .side-header.open-header #book-trigger2 {
display: block;
    position: fixed;
    cursor: pointer;
    top: -1px;
    right: 50px;
    z-index: 9999;
    font-size: .8rem;
    width: 8.7rem;
    height: 52px;
    line-height: 52px;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    color: black;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    }


#wrapperSocial {
 display: none
}

   footer h3 small {
    font-size: 4vw;
} 
    .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;
    }

#flags-trig {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 65px;
    z-index: 9999;
    font-size: 16px;
    width: 47px;
    height: 47px;line-height: 52px;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    margin-top: 1px;
}.top-links {
    position: relative;
    flex: 0 0 auto;
    flex-grow: 0;
    border-bottom: none;
}
    .w60,
    .w50 {
        position: relative;
        width: 100% !important;
    }

    .has-scroll-smooth body {
        overflow: auto;
    }
    #mail-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 60px;
        left:auto;right:15px;
        z-index: 991;
        font-size: 1rem;
         height: 38px; width:auto;
        line-height: 36px;

        text-align: center;

    }

    #phone-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
          top: 60px;
        left:15px;
        z-index: 991;
        font-size: 1rem;
       
        height: 38px; width:auto;
        line-height: 36px;

        text-align: center;
       
    }

    #mail-trigger a{
       color: #fff;
        cursor: pointer;text-shadow:0 1px 2px rgba(0, 0, 0, .5);
    } #phone-trigger a {
        color: #fff;
        cursor: pointer;text-shadow:0 1px 2px rgba(0, 0, 0, .5);
    }


    .tiene-scroll-smooth body {
        overflow: auto;
    }
.si-sticky {
    position: fixed;
    top: 25%;
    left: 0px;

}#side-panel {
    position: fixed;
    top: 0;
    right: -101%;
    z-index: 699;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .5s;
    transition: background .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
    #side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 76px 5px 50px 5px;
}
.side-header.open-header #book-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 4px;
    right: 68px;
    z-index:9999 !important;
    font-size: 1rem;
    width: 115px;
    height: 52px;
    line-height: 52px;
    background-color: transparent;text-shadow:0 1px 2px rgba(0, 0, 0, .5);
    text-align: center;
    border-radius: 2px;
    color: white !important;opacity: 1
}
    #side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 50px 10px 50px 10px;
}
    
    
    side-panel-open #side-panel #sideHalf {
    top: 0;
    height: auto;
  
    opacity: 1;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

#side-panel #sideHalf {
    top: -100%;
}

#side-panel #sideHalf {
    position: relative;
    top: 0;
    left: 0%;
    z-index: 5;
    width: 100%;
    height:auto;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    border-right: none;
    overflow: hidden;
    opacity: 1;

}
    
    #side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
    
    
      .navRight{
    margin-top: 40px;
  
}

    
    #side-panel .side-panel-wrap .vertical-middle {
   
    min-height: auto;
   
}
    
#cortePicc {
    width: 100vw;
    height: 57.5vw;
}

   

#corteContainer {
    position: relative;
    width: 100%;cursor: pointer;
} 

#corteLivel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    padding-left: 1.4%;
    z-index: 2;
    will-change: transform;
}
.corteTitle span{
   font-family: var(--family2);
    font-size:7.5vw;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 2%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-transform: uppercase;
}#corteTextContainer {
    position: relative;
    height: 34vw;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -39px;
    width: 100%;
}
#corteBlock {
   height: 100%;
    margin-left: 0;
    width: 100vw;
    background: var(--bluu1);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
}

#corteText {
    z-index: 1;
    font-family: var(--family);
font-size: 5vw;
    color: #FFFFFF;
    letter-spacing: 0.3vw;
    margin-bottom: 3%;
    white-space: normal;
}
#searchbox .searchboxTitle {
  display: none
}
    
    
    #bookingexpert{
padding-top:20px
    }

    
        
    #searchbox {
padding-top:20px
}
    #searchbox form {
margin-top: 15px
}
    
    
    
    #searchbox form div {
        width: 100%;
        right: auto;
        overflow: hidden;
        padding-bottom: 20px;
        text-align: center;
        display: block;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

 

    #searchbox input[type=submit] {
        display: inline-block;
        float: none;
        left: 5%;
        width: 90%;
        height: 60px;
        line-height: 47px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        background: #f56600;
        color: #fff;
        border: 0;
        cursor: pointer;
        -webkit-appearance: none;
        letter-spacing: 3px;
        margin-top: 15px !important;
        padding-left: 10px;
        padding-right: 10px
    }
#searchbox div select, #searchbox form select {
    display: inline-block;
    float: none;
    width: 45%;
    height: 58px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f56600;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin-top: 15px !important;
    padding-left: 15px;
    padding-right: 10px;
}
       #searchbox form div input[type=date] {
        width: 90%!important;
        left: 5%;
        height: 55px;background-color: #81725e;color:white;padding-left: 25px;
    }
    #searchbox div {
    float: left;
    margin: 10px 5px 15px -1px;
    overflow: hidden;
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
    #searchbox input[type=submit] {

    margin-left: 1px !important;
 
}
    #header {
        position: fixed;
        display: block !important;
        z-index: 9599 !important;
        width: 100%;
        height: 60px !important;

        left: 0 !important;
        top: 0px !important;

        background-color: rgba(255, 255, 255, .1);border-bottom:none;

    }

    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        background-color: #fff;
        border-bottom: 1px solid #222;
        width: 100vw !important;
        height: 60px;
    }

    #header-wrap {
        position: relative;
        width: 100%;
        background-color: rgba(255, 255, 255, .1);
        
        
        -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        
        
        box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    background: rgba(255, 255, 255, .1);
   
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
      
        
    }
    #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: #fff;
        height: 100%;
        min-height: calc(100vh + 20px);
        max-height: calc(100vh + 20px);
        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%
    }
.mobScrol {
       display: none;height:1px;-webkit-transition: all 1s ease;
        transition: all 1s ease
    }
    
    .primary-menu-open .mobScrol {
       display: block;height: auto
    }
    .mobMenu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-color: #3a3a3a;
        z-index: 0;padding-bottom: 124px;
        -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: 1px solid #000
    }

    .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: absolute;
        display: inline-block !important;
        font-family: var(--family2);
        top: 145px;
        left: 20px;
        font-size: 6vw;
        color: #fff;
        vertical-align: middle;
        z-index: 4777
    }

    .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;
}
    
    
    
    .headline {
font-size: 8.7vw;
    height: 41px;

}
    
    
    
    
.largeContainer {
    width: calc(100% - 0.5vw);
    
    margin: auto;
}

    #primary-menu-trigger,
    #page-menu-trigger {
        margin-left: auto;margin-right:0;
        margin-top: 1px;z-index: 999
    }
.svg-trigger {
    width: 50px;
    height: 50px;

}
    #primary-menu-trigger .svg-trigger path {
        stroke: black;
        color: white
    }

    .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 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);
    }

    .topy {
        margin-top: 0px !important;
    }

    #coverOverlay {
        display: none
    }

    .primary-menu {
        display: block;margin-top: 50px!important;padding-bottom: 150px
    }

    #top:before {
        opacity: 1
    }

    #top,
    .topVeil {
        position: relative;
        opacity: 1;
        overflow: auto;
    }

    #content .content-wrap {
        position: relative;
        padding: 20px 0;
        overflow: auto;
    }

    #slider .slider-inner {
     
        height: 100vh;
        top: 0;
    }




    h3, h3 span {
        font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}
    

    .bigTypo h3 span {
        font-size: 7.2vw;
        color: #0a0000;
    }


#wrapper p {font-family: var(--family2);
letter-spacing: 1px;
    font-size: 4.5vw;
    line-height: 1.7;
    color: #514641;
    font-weight: 500;
}

#logo-hotel,#headerHalf{
display: none
}
#logo img {
        height: 50px!important;
        width: auto;
        padding: 2px;
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        background-color: transparent;
        -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
        transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
        transition: transform .6s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .6s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1)
    }
.image-holder {
    display: none;
}

#side-panel {
    position: fixed;
    top: 0;
    right: -101%;
    z-index: 9999!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .5s;
    transition: background .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
    #side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 56px 5px 50px 5px;
}
.side-panel-open #side-panel-trigger-close a {
    display: inline-block;
}

#side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 412;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: rgba(172, 163, 157, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 0 2px;
}
    .side-header.open-header #book-trigger {
        display: block;
        position: fixed;
        cursor: pointer;top:auto;
       bottom:0px;
        right: 0;
        z-index: 711;
        font-size: 1rem;
        width: 50vw;
        height: 52px;
        line-height: 52px;
        background-color: #35c2dd;
        text-align: center;
        border-radius: 0;border:1px solid white;
        color: #fff !important;text-transform:uppercase;
    }
 .side-header.open-header #offer-trigger {
      display: block;
        position: fixed;
        cursor: pointer;
        bottom:0px;
        right:auto;left:0;
        z-index:9999 !important;
        font-size: 1rem;
        width: 50vw;
        height: 52px;
        line-height: 52px;
         background-color:var(--bluu1);
        text-align: center;
        border-radius: 0;
        color: #fff !important;border:1px solid white

    }
h3.booki {
    font-family: var(--family2);
    font-weight: 700;
    font-size: 3.875vw;
}
  .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: 30%;
    left: 0;
    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 h1 {
    font-family: var(--family2);
    color: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, .1)) !important;
    font-weight: 900;
    font-size:11.5vw;
    color: white !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
 text-shadow: 0 1px 2px rgba(0, 0, 0,.5); 
    /*  background: linear-gradient(0deg, rgba(255,255,255,.2), rgba(0,0,0,.2));
    background: -webkit-linear-gradient(0deg, 255,255,255,.2), rgba(0,0,0,.2));*/
}

#sloganHome h2 {
    font-family: var(--family2);
    color: #ffffff;
   font-size: 6.1vw;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0,.5); 
	              
	          
}
#sloganHome h3 {
    font-family: var(--family);
    color: #ffffff;
    font-size: 4.9vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}
.sectionPay {
    position: absolute;
    bottom:30%;
    width: 100%;
    left: 0;
    white-space: nowrap;
    z-index: 9999!important;
    opacity: 1;
    -webkit-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
    text-align: center
}


.sectionPay span {
    color: #fff;
    font-family: var(--family2);
 font-size: 5.2vw;
    letter-spacing: 1px;
    margin-left: 2px;
    display: inline-block
}
    
    
    .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;
}
    
    .template-home .chapter5 {margin-top: 48vw;
        padding: 0 1vw 0 1vw
    }

    .template-home .chapter5 .chapter-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: -150px 0 0
    }

    .template-home .chapter5 .column-1 {
        width: 98%
    }

    .template-home .chapter5 .column-1 .image-wrapper {
        padding-top: 110%
    }

    .template-home .chapter5 .column-1 .image-background {
        position: absolute;
        bottom: auto;
        top: -40px;
        right: -38px;
        width: 112px;
        height: 62.185106%
    }

    .template-home.template-spa .chapter5 .column-1 .image-background {
        position: absolute;
        bottom: auto;
        top: -40px;
        right: -38px;
        width: 112px;
        height: 62.185106%;
        background-color: var(--bluu1)
    }

    .template-home.template-food .chapter5 .column-1 .image-background {
        position: absolute;
        bottom: auto;
        top: -40px;
        right: -38px;
        width: 112px;
        height: 62.185106%;
        background-color: var(--orang1)
    }

    .template-home .chapter5 .column-1 .image {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%)
    }

    .template-home.template-camere .chapter5 .column-1 .image {
        position: absolute;
        width: 100%;
        height: 50%;
       top: 174px;
        left: 0;
       
    }

    .template-home .chapter5 .column-1 .image img {
        position: relative;
        width: 100%;
        height: auto;min-height: 249px;max-height: 249px;
        display: block;object-fit: cover
    }

    .template-home .chapter5 .column-2 {
        width: 100%;
        padding: 0 8px 2.53333vw;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    .template-home.home .chapter5 .column-2 {
        width: 100%;
        padding: 0 8px 3vw;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    .page-template-home.template-home.home .chapter5 .column-2 {
        width: 100%;
        padding: 15px 8px 3vw;
     
    }

    .page-template-hotel .template-home.home .chapter5 .column-2 {
        width: 100%;
        padding: 15px 8px 3vw;
     
    }

    .template-home.template-camere .chapter5 .column-2 {
        width: 100%;
        padding: 0 8px 2.53333vw;
        margin-top: -6px
    }

    .template-home .chapter5 .title {
        margin: -18px 0 22px;
        font-size: 1.8rem;
        text-shadow: none
    }

    .template-home .template-food .chapter5 .title {
        margin: -40px 0 22px;
        font-size: 1.8rem
    }

    .template-home .chapter5 .content-wrapper {
        margin: 0;
        padding: 0
    }

    .template-home .chapter5 .content {
     margin: 0 0 1.8666699999999992vw;
    }

.text.tripleColumn p {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
}


   /* .page-template-camere #section-home2 .row {
      margin-right: 0;
    margin-left: 0;padding-right: 0;
    padding-left: 0;
    
    }*/
 .page-template-camere #section-home2 .paragraphContainer {padding-top: 38px;
         width: 100% ;
    }.page-template-camere #section-home4 .paragraphContainer {
         width: 100%;
    }
.page-template-camere #section-home5{
         margin-top: 46px
    }

    .link-important {
        color: #ba967d;
        padding-left: 58px
    }

    .link-important:before {
        content: "";
        width: 43px
    }
    
    .template-home .chapter5 {
    margin-bottom: -20vw;
}
    
    .col-padding {
    padding: 0rem;
}
    .text {
 font-size: 4.3vw;
    line-height: 32px;padding-bottom: 4px
}
    
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  display: none
}
    
    
   .page-template-home #section-home2{
 
    margin-top: -40px;
   
}        
   .page-template-home #section-home27{
 
    margin-top: 20px;
   
}    .page-template-home #section-home7 .order-2{
 
    margin-top: 38vw!important
   
}   .cajita {
   position: absolute;
    width: 45%;
    height: 30%;
    max-height: 25vh;
    top: 45%;
    right: 0;
    background-color: transparent;
    z-index: 1;
}
    .cajita .c-fixed {border:3px solid white;
    height: 200px;
}
    
    .page-template-home #goCorte2 .doubleMargin{
 
   margin-top: -2.5rem!important;
   }.rooms-content {
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
   .corte-images__title{
 
  display: none
   
}
    
    
    
    
    #section-home .paragraphContainer {
    width: calc(100% - 2vw);
    margin: auto;

}
   
    
    .c-fixed {
        height: 450px
    }

    .c-fixed_wrapper {
        height: 450px;
        max-height: 450px
    }

    .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
    }

    
    
     .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 560px !important
    }

    .swiper-slide-bg {
  height: 560px !important
}
    
    .smallTitle span {
    font-family: var(--family2);
    font-size: 3.2vw !important;
    line-height: 1;
    font-weight: bold;margin-top: -1vw
}
    .offerteBanner h3{
    font-family: var(--family2);
    font-weight: 700;
    font-size: 6.6vw;
    line-height: 1;
    opacity: 1;color:white
}
    
    
    
    
      #section-home4 .home{
     
        margin-top: 20px;
     
    }
.infoBlock {
display: none
}

.socials {
    position: relative;
    bottom: 0;
    right: 0;width: 100%;margin: auto;
    display: flex;

    justify-content:center;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
h4 {
    font-size: 6vw;

}

#oc-imagesRoom div img {
/*  max-width: 100%;
  height:400px;
  margin-bottom: 1rem;*/
  -webkit-transition: all .1s ease;
  transition: all .1s ease;box-shadow: 0 60px 140px 0 rgba(0,0,0,.1);
}





.image-caption-wrapper {
display: none
}





#copyrights {
    padding: 40px 0 9vh;
    background-color: #ddd;
    font-size: .875rem;
    line-height: 1.8;
}
}


.contaFlex {position:relative;margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;;margin-top:-40px;
        }

#container {
            position: relative;max-width: 100%;
            height: 90%;max-height:700px

        }
		
		@media only screen and (max-width: 720px) {
			.page-template-cam #page-title {display:none;
        }
		.contaFlex {position:relative;margin-top:-10px;
        }
			#container {max-width: 100%;
				height:60%;	max-height:410px
			}}





