body {
	/*overflow-y:scroll;
	overflow-x:hidden;*/
	font-family:Geometria;
	font-size:18px;
	color:#333333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

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

}

.preload * {
	-webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

hr {
	border:none;
	border-bottom:1px solid #999999;
	width:30px;
	margin:20px 0;
}

a {
	text-decoration:none;
	color:#333333;
}

sup {
	font-size: 15px;
    position: relative;
    top: -5px;
}

.smaller sup {
	font-size: 12px;
    position: relative;
    top: -5px;
}


/**************** FRAMEWORK ****************/
.full_height {
	height:100%;
}

.full_width {
	width:100%;
}

.w75 {
	width:75%;
}

.w50 {
	width:50%;
}

.w25 {
	width:25%;
}

.w42 {
	width:41.6666%;
}

.w58 {
	width:58.3333%;
}

.absolute {
	position:absolute;
	top:0;
	left:0;
}

.margin_160 {
	margin-top:160px;
}

.relative {
	position:relative;
}

.toUppercase {
	text-transform:uppercase;
}


.row {
	width:100%;
	float:left;
}

.stripe {
	float:left;
}

.cta {
	display:block;
}

h1,h2,h3,h4 {
	font-weight:400;
}




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


html.touchevents .scroll_transition {
	 -webkit-transition: none !important;
    transition: none !important;
}

html.touchevents .scroll_transition.forced {
	  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
}

.has_transition_800_quint {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: transform 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_transition_600_inout {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005);;
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}



.has_transition_600_quint {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_transition_1000_quint {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

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

.has_transition_1500 {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 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 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_transition_1500_quint {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 1500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: transform 1500ms cubic-bezier(0.230, 1.000, 0.320, 1.000),opacity 1500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_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);
    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);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}


.has_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);
    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);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_transition_1500_inout_quint {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
}

.has_transition_1000_inout_quint {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
}


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

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

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

.has_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);
    transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.has_transition_3000_inout {
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

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

}

.has_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);
    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);
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;

}

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

}

.has_transition_3500_inout {
    -webkit-transition: -webkit-transform 3500ms cubic-bezier(0.860, 0.000, 0.070, 1.000),opacity 3500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    transition: transform 3500ms cubic-bezier(0.860, 0.000, 0.070, 1.000),opacity 3500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    will-change: transform, opacity;
     backface-visibility:hidden;
     -webkit-backface-visibility: hidden;
}

.transform_only {
	 -webkit-transition-property: transform, opacity !important; 
    transition-property: transform, opacity !important;
}

.transform_all {
	 -webkit-transition-property: all !important; 
    transition-property: all !important;
}


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

.no_visibility {
	visibility:hidden;
}

.no_width {
	  transform: scale(0,1);
}

.no_height {
	  transform: scale(1,0);
}

.disabled {
	pointer-events:none;
}

.top_single {
    opacity: 0 !important;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.top_double {
    opacity: 0 !important;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
}

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

.top_translated {
	  -webkit-transform: translateY(300px);
    transform: translateY(300px);
}

.top_translated_full {
	  -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.bottom_hidden {
	 -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hidden_by_scaling_full {
    -webkit-transform: scale(0.01) !important;
    transform: scale(0.01) !important;
    pointer-events:none;
}

.hidden_by_scaling_low {
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    pointer-events:none;
    opacity:0;
}

.no_overflow {
	overflow:hidden;
	will-change:transform;
}

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

.mobile_only {
	display:none;
}

.covered {
	overflow:hidden;
	position:relative;
	    will-change: transform;
}

.cover.grey {
	background:#EAEAEC;
}

.cover.white {
	background:#FFFFFF;
}

.covered .content.hidden {
	-webkit-transform:translateX(-30%);
	transform:translateX(-30%);
}

.covered div.content {
	    width: 100%;
	    height:100%;
}

.covered .content > .body {
	position:relative;
}

.cover {
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: inherit;
    left: -100%;
    top:0;
}

.cover.hidden {
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
}

.covered.vertical .cover {
	left:0;
	top:-100%;
}

.covered.vertical .cover.hidden {
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
}

.covered.vertical .content.hidden {
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%);
}


/*************************** HOME *****************************/

#main {
	position:relative;
	height:100vh;
	width:100%;
	overflow:hidden;	
}

#main_scroller {
	position:relative;
}

#content {
	float:left;
	width:100vw;
	position:relative;
	z-index: 2;
}

.iScrollIndicator {
	 -webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
}

#main_veil {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#FFFFFF;	
	z-index:10;
	transform-origin:top;
	 -webkit-transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change:transform;
    display:none;
}

#main_veil.has_transition_1000_inout {
    -webkit-transition: all 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005) !important;
    transition: all 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005) !important;
    will-change: transform, opacity;
     backface-visibility:hidden;
}

#main_veil.hidden {
	transform:scale(1,0);
	
}

#index #main_veil {
	display:block;
} 

#header {
	height:100vh;
	overflow:hidden;
	position:relative;
}

#header > img.desktop {
	position:absolute;
	bottom:0;
	 -webkit-transition: transform 3500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 3500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#header img.desktop.scaled {
	transform:scale(1.02);
}

.white_panel {
	float:right;
	 -webkit-transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transform: scale(1.009);
}

.white_panel.hidden {
	transform:translateY(250px) scale(1.009);
}

#header_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#right_panel {
	position: absolute;
    right: -40px;
    top: 0;
    height:100%;
    width:100%;
}

.c_letter {
	opacity: 0.5;
    height: 69.7%;
    float: right;
    margin-right: -37.8vh;
    margin-top: -2px;
    -webkit-transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.c_letter.hidden {
	transform:translateY(300px) translateX(-38px);
	opacity:0;
}

.c_letter.faded {
	filter: blur(80px);
    opacity: 0;
     
    -webkit-transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#right_content {
	    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    max-width:360px;
}

.menu_controller {
	width: 25px;
    float: right;
    margin-right: 50px;
    cursor: pointer;
    padding: 7px 20px;
}

.lines hr {
	    border: none;
    border-bottom: 1px solid #625559;
    margin: 0;
    margin-top: 3px;
}

.lines hr:first-child {
	margin-top:0;
}

#menu_controller_container .menu_controller:hover hr._1 {

    -webkit-transform: rotate(90deg) translate3d(4px,0px,0) !important;
      transform: rotate(90deg) translate3d(4px,0px,0) !important;
     
}
#menu_controller_container .menu_controller:hover hr._2  {
  
     
}
#menu_controller_container .menu_controller:hover hr._3 {
	  opacity: 0;
	
}

.upper_content .menu_controller:hover hr._1 {

    -webkit-transform: translateY(-23px) !important;
      transform: translateY(-3px) !important;
     
}
.upper_content .menu_controller:hover hr._2  {
  
     
}
.upper_content .menu_controller:hover hr._3 {
	 -webkit-transform: translateY(3px) !important;
      transform: translateY(3px) !important;
	
}

.book_now_top {
	    position: absolute;
    font-size: 16px;
    left: 21%;
    cursor:pointer;
}

#right_content {
	will-change:transform;
}

#right_content .upper {
	height: 39vh;
    overflow: hidden;
}

#right_content  .upper_content {
	margin-top:30px;
}

#panel_logo {
	    width: 230px;
   will-change:transform;
    position: relative;
    left: 50%;
    margin-left: -95px;
}

#panel_logo .lifestyle {
	    float: right;
    margin-top: 0px;
    margin-right: 2px;
}


#true_perfection {
    width: 230px;
    margin-top: 13.2vh;
    position: relative;
    left: 50%;
    margin-left: -95px;
    will-change:transform;
}

#true_perfection hr {
	    border: none;
    border-bottom: 1px solid #CCCCCC;
        width: 100%;
}

#true_perfection h2.true {
    font-family: Latin;
    font-size: 30px;
    letter-spacing: 10px;
    color: #94878A;
    font-weight: 400;
    text-align: center;
}

#true_perfection h2.perfection {
	font-family: De Valencia;
    color: #94878A;
    font-size: 43px;
    font-weight: 400;
    margin-left: -8px;
}

.audio_player {
	    width: 60px;
   margin:auto;
}


.audio_stream {
	overflow-x: hidden;
    height: 53px;
}
.player_controls {
  width: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: -2px;
    align-items: center;
    height: 24px;
}

.player_controls > div {
	    overflow: hidden;
    width: 9px;
    height: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.audio_state {
	       font-size: 12px;
    width: calc(100% - 9px);
    text-align: center;
    margin-top:-1px;
}

.player_controls > div img {
	display:block;
}

#right_content .lower {
	    position: absolute;
    bottom: 0px;
    height: 9vh;
    width: 230px;
    left: 50%;
    margin-left: -96px;
}


#scroll_down {
	    position: absolute;
   right: 152px;
    margin-left: 0;
    bottom: 80px;
}

#scroll_down .arrow {
	width: 13px;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -7px;
}

#scroll_down .arrow > img {
    display: block;
    margin-top: -5px;
}

#scroll_down .vertical {
	    height: 75px;
    overflow: hidden;
    width: 2px;
    margin: auto;
}

#scroll_down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 45px;
	margin-left: -15px;
	border: 1px solid rgba(148, 135, 138, 0.65);
	border-radius: 50px;
	box-sizing: border-box;
}
#scroll_down a span::before {
	position: absolute;
	top: 8px;
	left: 52%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -3px;
	background-color: #94878A;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#menu_side {
	width: 75px;
    position: fixed;
    z-index: 3;
    top: 50%;
    margin-top: -326px;
    right:30px;
    transform:translateX(0px);
    pointer-events:none;
}

#menu_side.hidden {
	transform:translateX(110px);
}

#menu_center_side {
	margin-top:1px;
	    background: rgba(255,255,255,0.8);
	    height: 425px;
	
}

#menu_center_side.hidden, #player_side.hidden {
	    transform: translateX(110px);
}

#book_side {
    height: 75px;
    background: rgba(255,255,255,0.8);
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    pointer-events:all;
}

#book_side p {
	font-size:16px;
	line-height:18px;
	margin-top:-3px;
	text-align:center;
}


#player_side {
	height:75px;
	background:rgba(255,255,255,0.8);
	margin-top:1px;
	pointer-events:all;
	cursor:pointer;
}

#menu_controller_container {
	    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    	background:rgba(255,255,255,0.8);
    pointer-events:all;
}

#menu_controller_container .menu_controller {
	margin:0;
	width:21px;
	padding: 33px 27px;
}

#menu_controller_container .menu_controller .lines hr {
	width:21px;
}

#menu_logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*align-items: center;*/
    height:259px;
   /*height: calc(100% - 75px);*/
    padding-bottom: 20px; 
    box-sizing: border-box;
    pointer-events:all;
    cursor:pointer;
}

#menu_scroller {
	    height: 145px;
    display: flex;
    justify-content: center;
    padding-right: 13px;
    box-sizing: border-box;
    position:relative;
}

#menu_scroller .track {
	height: 100%;
    width: 1px;
    background: #CCCCCC;
}

#menu_scroller .pointer {
	    width: 1px;
    position: absolute;
    height: 100%;
    background: #999999;
    transform:scale(1,0);
    transform-origin:top;
    z-index:2;
    will-change:transform;
    
}

#menu_scroller .pointer_num {
	margin-left: 17px;
    font-family: Latin;
    font-size: 17px;
    margin-top: -4px;
}

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

#main_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events:none;
    display:none;
}

#main_menu.active {
	pointer-events:all;
	display:flex;
}


#menu_back {
	    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
}

#main_menu .menu_panel {
	width: calc(21% - 1px);
    z-index: 1;
    margin-right: 1px;
    position:relative;
    overflow:hidden;
    height:100vh;
}

#main_menu .menu_panel .menu_panel_container {
	background: #EAEAEC;
	height:100%;
	-webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 700ms  cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 700ms  cubic-bezier(0.190, 1.000, 0.220, 1.000);
    
}

#main_menu .menu_panel .menu_panel_container.no_opacity {
	-webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


   

#main_menu .menu_panel.opened .menu_panel_container{
	background:#FFFFFF !important;
}

#main_menu .menu_panel.opened .center {
	 transform: translateY(15vh);
}

#main_menu .menu_panel.opened .menu_number {
	color:#D4D4D8 !important;
}

#main_menu .menu_panel.opened .menu_number span {
	color:#FFFFFF;
}



#main_menu .menu_panel .menu_panel_container.hidden {
	transform:translateX(-101%);
	opacity:0;
}


#main_menu .menu_panel.final  {
	width: 16%;
    margin-right: 0;
}

.menu_panel.final .menu_small_button {
	cursor:pointer;
}

#main_menu .menu_panel.final  .menu_panel_container {
	    background:#D4D4D8;	
}

.menu_panel .upper {
	       padding: 20px 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_panel .upper .menu_number {
	font-family: Latin;
    color: #FFFFFF;
    font-size: 46px;
    line-height: 43px;
}

.menu_panel .upper .menu_number span {
	font-size: 30px;
	color:#FFFFFF !important;
}

.menu_panel .menu_hide_content {
	background: #F6F6F7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor:pointer;
}

.menu_panel .menu_hide_content:hover .cross .line_1 {
		transform:rotateZ(-45deg);
	
}

.menu_panel .menu_hide_content:hover .cross .line_2 {
		transform:rotateZ(45deg);
	
}

.menu_panel .menu_hide_content .cross {
	transform:rotateZ(45deg);
}

.menu_panel .center {
	    padding-left: 30px;
    padding-right: 3px;
    position: absolute;
    width: calc(100% - 60px);
    top: 0;
    transform: translateY(49.5vh);
    will-change:transform;
}

.menu_panel .menu_title_open .menu_title {
	font-size: 24px;
    font-weight: 300;
       margin-top: 6px;
           line-height: 30px;
           position:relative;
           z-index:1;
}

.menu_panel .menu_panel_content {
	margin-top:5vh;
	    height: calc(80vh - 36px);
	overflow:hidden;
	transform:translate3d(0,0,0);
}

.menu_panel_scrollbar {
	height: calc(100% - 50px);
    position: absolute;
    top: 20px;
    right: 1px;
    width: 1px;
    background: #D3D2E0;
   -webkit-transform-origin:top;
    transform-origin:top;
}

.menu_panel_scrollbar.no_height {
	 -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  
}

#thanks_button {
	    overflow: hidden;
    height: 16px;
}

#thanks_button.active {
	height:94px;
}

#thanks_button span._1 {
	margin-top:15px;
}

#thanks_button span  {
	    font-size: 14px;
    color: #FFFFFF;
    margin-top: 6px;
    display: block;
    text-decoration:none !important;
        display: inline-block;
}



#lang_button {
	    overflow: hidden;
    height: 16px;
    position:absolute;
    text-decoration:none;
}

#lang_button:hover span.lang_label, #lang_button.active span.lang_label {
	text-decoration:underline;
}

#lang_button a:hover {
	text-decoration:underline !important;
}



#lang_button.active {
	height:72px;
	
	z-index:1;
}



#lang_button  a  {
	    font-size: 14px;
    color: #FFFFFF;
    margin-top: 6px;
    display: block;
    text-decoration:none !important;
        display: inline-block;
        width:50%;
}

.lang_label {
	
}

.lang_button_container {
	    width: 103px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}


#experience_scrollbar{
	opacity:0;
}

.menu_panel_scrollbar .pointer {
	    background: #656565;
	    width:1px !important;
	    position:relative;
	    height:20px;
}

.text_shadow_lower {
	    position: absolute;
    bottom: 0px;
    height: 100px;
    pointer-events:none;
}

.text_shadow_upper {
	    position: absolute;
    top: 7vh;
    height: 100px;
    pointer-events: none;
    z-index:2;
    
}

.menu_panel .menu_panel_content_container {
	padding-bottom:50px;
	will-change:transform;
	    padding-right: 10px;
}


.menu_panel .menu_title_open {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor:pointer;
}

.menu_panel .menu_panel_content .menu_paragraph {
	    display: flex;
	       margin-top: 1vh;
    text-decoration: none;
    pointer-events: none;
    height: 85px;
}

.menu_panel.opened .menu_panel_content .menu_paragraph {
	pointer-events:all;
}

.menu_panel .menu_panel_content .menu_paragraph:first-child {
	    margin-top:0;
}

.par_number {
	color: #B1B1B7;
    font-family: Latin;
    font-size: 24px;
}

.menu_panel .menu_panel_content .menu_paragraph .menu_titles {
    margin-left: 10px;
    margin-top: 20px;
    
}

.menu_title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	text-transform:uppercase;
}

.menu_panel .menu_panel_content .menu_paragraph .underline {
	width: 100%;
    height: 1px;
    background: #999999;
    margin-top:1px;
    transform:scale(0,1);
    transform-origin:left;
}

.menu_panel .menu_panel_content .menu_paragraph:hover .underline  {
    transform:scale(1,1);
}

.menu_panel .menu_panel_content .menu_paragraph .menu_titles .menu_subtitle {
	color: #826C71;
    font-size: 15px;
    margin-top: 2px;
    letter-spacing: 1.5px;
    display:block;
    text-decoration:none;
        max-width: 300px;
        text-transform:lowercase;
}

.menu_show_content {
	background: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    min-width:35px;
}

.menu_hide_content {
	
}

.menu_show_content.hidden_by_scaling_full {
	  -webkit-transform: scale(0.01) !important;
    transform: scale(0.01) !important;
}

.cross {
	height:100%;
	width:100%;
}


.cross .line_1 {
	    width: 15px;
    height: 1px;
    background: #ADAFB3;
    top: 50%;
    position: relative;
    margin-left: 10px;
}

.cross .line_2 {
	height: 15px;
    width: 1px;
    background: #ADAFB3;
    top: 50%;
    position: relative;
    margin-top: -8px;
    margin-left: 17px;
}

.menu_panel.final .menu_panel_container > div {
	height:33.333%;
	padding:0 30px;
	box-sizing:border-box;
	position:relative;
}


.menu_panel.final .menu_panel_container .upper {
	padding:20px 30px 0 30px;
	display:block;
}

.menu_panel.final .menu_panel_container .center {
	    position: relative;
    width: auto;
    transform: none;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.menu_panel.final .menu_panel_container .lower {
	 display:flex;
    flex-direction:column;
    justify-content:center;
}

.menu_small_button {
	 color: #FFFFFF;
    font-size: 16px;
    margin-top:20px;
}

.menu_small_button:hover {
    text-decoration: underline;
}

.menu_small_button.only {
	margin-top:0;
}

.menu_small_button.top {
	position:absolute;
	top:0;
}

.menu_small_button.v_centered {
	     position: absolute;
    top: 70%;
    margin-top: -2px;
	
}

#home_menu_button {
	position: absolute;
    top: 70%;
    margin-top: -40px;
}
	
.menu_small_button.smaller {
	    font-size: 13px;
	    color:#333333;
}

.menu_panel .copyright {
	    position: absolute;
    bottom: 6px;
    font-size: 11px;
    line-height: 16px;
    left: 18px;
}
	
.menu_close {
	    float: right;
    width: 25px;
    height: 25px;
    position: absolute;
   right: 10px;
    top: 0px;
    transform: rotateZ(45deg);
    cursor:pointer;
    padding:30px;
}

.menu_close .line_1 {
	width: 30px;
    height: 1px;
    background: #ADAFB3;
    top: 50%;
    position: relative;
}

.menu_close .line_2 {
	height: 30px;
    width: 1px;
    background: #ADAFB3;
    top: 50%;
    position: relative;
    margin-top: -15px;
    margin-left: 15px;
}

.menu_close:hover .line_1 {
	transform:rotateZ(-45deg);
}

.menu_close:hover .line_2 {
	transform:rotateZ(45deg);
}
	
/*** FOOTER ****/

#footer {
    height: 480px;
    width: 100%;
    overflow:hidden;
}

#sitemap_button {
	    width: 25%;
    height: 100%;
    float: left;
    cursor:pointer;
}

.sitemap_block {
	    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100%;
    background: #CFCED3
}

.sitemap_block .block_title .desc_text, .sitemap_block .block_title .desc_title {
	color:#FFFFFF;
}





#socials {
	    width: 160px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
        background: #eaeaec;
}

#social_container {
	
}

.social_ico {
display: flex;
    justify-content: center;
        margin-top: 32px;	 
}

.social_ico:first-child {
	margin-top:0px;
}

#privacy_policy {
	    position: absolute;
    bottom: 5px;
    left: 36px;
}

#footer_panel {
	    float: right;
    background: #eaeaec;
    height: 100%;
    width: calc(75% - 160px);
    position:relative;
}

#footer_base {
	    height: 100%;
	    position:relative;
}

#footer_base > img {
	    position: absolute;
    right: 0;
    top:-1px;
}

#footer_base_content {
	    float: right;
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.design_hotel {
	    position: absolute;
    bottom: 30px;
    left: 93px;
}


#privacy_policy p {
	    font-size: 13px;
}

#partners {
	    padding: 50px 28% 50px calc(25% + 65px);
    display: flex;
    justify-content: space-between;
    align-items: center;;
	align-items:center;
}






/*****************************************************/


#page {
	float:left;
	width:100%;
}




.paragraph.first {
	    margin-left: 15vw;
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
}

.paragraph.first .body_text {
		    width:100%;
	
}

.paragraph hr {
	    margin: 0;
    width: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    border:none;
    border-bottom:1px solid #999999;
}


.big_title {
	font-size: 60px;
    color: #333333;
    font-weight: 300;
}

.big_title.smaller {
	font-size:25px;
}

.big_subtitle {
	    font-family: Latin;
    font-size: 45px;
}

.big_subtitle + .body_text {
	margin-top:100px;
}

.body_text {
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 31px;
}



.two_col {
	column-gap: 120px;
    max-width: 1070px;
    column-count: 2;
}

#understated_pic  {
	position:relative;
	will-change:transform;
}

.mountain {
	z-index:2;
}



.chic_layer {
	left: auto;
    right: 0.9%;
    top: 14.5vw;
    width: 29.1667%;
    opacity:0.5;
    z-index:1;
    will-change:transform;
}

.on_top {
	z-index:3;
}

.understated_layer {
	    left: auto;
    right: 23%;
    top: 24vw;
    width: 13.386%;
    opacity: 0.5;
    z-index: 1;
    will-change:transform;
}

.main_block_title {
	    height: 400px;
    display: flex;
    align-items: center;
}

.main_block_title .block_title {
	    position: relative;
    top: -5px;
    right: 0;
    left: 280px;
}

.main_block_title .diagonal_line {
	position: absolute;
  top: 12vw;
    left: 44vw;
    height: 25vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
}

.main_block_title .diagonal_line ._1 {
    background: #EAEAEC;
    height: 30%;
    width: 2px;
}

.main_block_title .diagonal_line ._2 {
    background: #EAEAEC;
    height: 60%;
    width: 2px;
    position: relative;
    top:0;
}

.main_block_title .block_title .desc_text,.main_block_title .block_title .desc_title {
	text-align:center;
}

.call_title .block_title {
	    left: 15%;
}

.call_title .block_title .desc_title {
	font-size:70px;
}

.call_title .block_title .desc_text {
	font-size:30px;
}


.call_to .diagonal_line {
	position: absolute;
  top: 12vw;
    left: 44vw;
    height: 25vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
}

.call_to .diagonal_line ._1 {
    background: #EAEAEC;
    height: 30%;
    width: 2px;
}

.call_to .diagonal_line ._2 {
    background: #EAEAEC;
    height: 60%;
    width: 2px;
    position: relative;
    top:0;
}

.call_to .main_block_title {
	    background: rgb(244, 244, 245);
}



#specials_slideshow {
      position: relative;
    width: 100%;
    display: flex;
   height: calc(100vh - 110px);
    min-height: 650px;
    padding-bottom: 250px;
    overflow: hidden;
}

#specials_slideshow .inner {
	    position: absolute;
    left: 0;
    bottom: 0px;
    width: 91%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

#specials_left {
	    width: 50%;
    position: relative;
    float: left;
    height:100%;
        padding-left: 40px;
    box-sizing: border-box;
}

#specials_left .container {
	    float: right;
    max-width: 640px;
    position: relative;
    width:100%;
    height:100%;
}

#specials_slideshow .special_pic {
    overflow: hidden;
    height:100%;
}

#specials_slideshow .outer{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    margin-left: -20px;
    margin-bottom: -20px;
}

#specials_slideshow .outer img {
	    width: 100%;
    margin-left: -40.7%;
    margin-bottom: -18.7%;
}

.specials_title {
	    position: absolute;
    bottom: 10px;
    left: 30px;
    font-family: Latin;
    font-size: 50px;
    letter-spacing: 10px;
}

.specials_description {
	    position: absolute;
    color: #FFFFFF;
    top: 180px;
    top: 7vw;
    transform: rotateZ(45deg);
    transform-origin: left;
    left: 55px;
    left: 3.7vw;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#specials_right {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2% 5% 0% 5%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    height:100%;
}

#specials_right .container {
    max-width: 640px;
    position: relative;
    width:100%;
    height:100%;
}

#specials_right hr {
	border-bottom:1px solid #999999;
}

.special_body {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90%;
}

.special_title {
	    font-family: De Valencia;
    font-size: 40px;
}

.special_dates {
	font-family: Latin;
    font-size: 20px;
    letter-spacing: 3px;
}

.special_dates span {
	color:#999999;
	margin:0 10px;
}

.special_text {
	    font-size: 15px;
    line-height: 25px;
}

.special_buttons {
	height:10%;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	max-width:480px;
}

.oval_button {
	    width: 150px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #CFCED3;
    display:block;
    display:flex;
    justify-content:center;
	align-items:center;
	font-size:13px;   
}

.book_button {
	background:#EAEAEC;
}

.special_controls {
	      position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 70%;
    left: -20px;
    bottom: -85px;
}

.special_controls > div {
	display: flex;
    align-items: center;
}

.circle_icon {
	    border: 1px solid #CFCED3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.special_prev .circle_icon {
	margin-right: 20px;
}

.special_next .circle_icon {
	margin-left: 20px;
}

.special_next .circle_icon img {
	transform:rotateZ(180deg);
}

.special_name {
	font-size:16px;
}

.description_box {
    padding: 36px 80px 30px 80px;
}

.description_box .back {
	background: #EAEAEC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1,0.06);
    transform-origin: top;
    z-index:0;
}

.cta .description_box:hover .back {
	 transform: scale(1,0.94);
}

.stripe video {
	height:100%;
	width:auto;
}

.description_box.grey {
	background: #EAEAEC;
}

.description_box.grey .back {
	background: #CFCED3;
   
}

.desc_title {
	font-family: De Valencia;
    font-size: 30px;
}

.description_box .desc_title, .description_box hr , .description_box .desc_text {
	z-index:2;
	will-change:transform;
}

.description_box .desc_text {
	text-transform:lowercase;
}

.desc_title.top.top_hidden {
	-webkit-transform:transform:translateY(200%);
	transform:translateY(200%);
}

.desc_text {
	    font-family: Latin;
    font-size: 21px;
  /*  letter-spacing: 4px;*/
    line-height: 25px;
        position: relative;
    top: -2px;
}

.half_pic {
		width:50%;
		float:left;
}

#latest_journal {
	    background: #EAEAEC;
    padding: 100px 0;
}

.section_title {
	    font-family: Latin;
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
}

.journal_title {
	    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 2px;
       width: 320px;
    overflow:hidden;
}

.j_title {
  /*  white-space: nowrap;
    overflow: hidden;*/
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    text-transform:uppercase;
}

.journal_container {
	margin-top: 50px; 
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

#experience_box {
	background: #CFCED3;
    padding: 130px 0;
    overflow:hidden;
}

#experience_box > .left {
	width: 50vw;
	float:left;
	overflow:hidden;
}

#experience_box > .right {
	width: calc(50vw - 106px);
	float:left;
	height: 100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.exp_box_pic {
	float:left;
	width: 50vw;
}

.box_title {
	    margin-left: 50px;
    margin-top: -10px;
}

.box_title h3 {
	    font-family: Latin;
    font-size: 20px;
    letter-spacing: 3px;
}

.exp_data {
	margin-left:50px;
	display:none;
}

.exp_data.active {
	display:block;
}

.exp_data .body_text {
	/*display:none;*/
	    font-size: 15px;
    line-height: 25px;
    max-width: 540px;
    margin-top: 25px;
    width: 90%;
}

.exp_data .section_separator{
	background:none;
}

.exp_data .section_separator .pointer {
	background:#FFFFFF;
}

#experience_controller {
	    display: flex;
    justify-content: space-between;
    margin-left: 50px;
        width: 500px
}


#experience_controller .controller_right {
	display: flex;
    align-items: center;
    cursor:pointer;
}

#experience_controller .circle_button.right {
	    order: 1;
    margin-left: 20px;
}

#experience_controller .controller_left {
	display: flex;
    align-items: center;
    cursor:pointer;
}

#experience_controller .circle_button.left {
    margin-right: 20px;
}

#experience_controller .circle_button .back {
	background:#FFFFFF;
}

#experience_controller .circle_button.right img{
	transform:rotateZ(180deg);
}

.controller_text {
	    font-size: 15px;
	    text-transform:lowercase;
}

.section_text {
	font-size: 15px;
    line-height: 25px;
    margin-left: -12px;
    margin-top: 3vw;
}

.exp_data .more {
	    margin-top: 25px;
	        display: block;
	        color:#333333;
	        position:relative;
}

.exp_data .more p {
	    font-size: 15px;
    position: absolute;
    left: 5px;
    bottom: -4px;
}

.exp_data .more .line {
	    width: 1px;
    height: 50px;
    background: #FFFFFF;
    transform-origin:top;
}





/************ CLOCKS *****************************/

#clocks {
    padding: 60px 0 160px 0;
    display:flex;
        max-width: 1800px;
    margin: auto;
    width:95%;
    margin-top:60px;
}

.clock {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  position: relative;
 
}

.clock-container {
  width: 100%;
  height: 100%;
}

.clock-container  > div {
	will-change:transform;
}

.clock-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #DBDBDF;
  border-radius: 6px;
  content: "";
  display: block;
}

.clock-hour {
   width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 0.5px);
    margin: -1px 0px 0px -25%;
    padding: 1px 0px 0px 25%;
    background: #B1B1B7;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.clock-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0px 0px;
    padding: 40% 1px 0 0;
    background: #B1B1B7;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% 0px 0 0px;
    padding: 40% 0px 0 1px;
    background: #DBDBDF;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock .center {
	
    width: 8px;
    height: 8px;
    background: #EAEAEC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.clock-shadow img {
	width:90%;
	margin:auto;
}

.clock-city p {
	    font-family: De Valencia;
	font-size: 26px;
    text-align: center;
    margin-top: 20px;
}

.main .clock-city p {
	color:#CFC3C2;
}

.clock.main {
	margin: 0 5vw;
}

/************************************/

#date {
	padding:50px 0;
	background:#EAEAEC;
	overflow:hidden;
}


#date .year {
	color: #FFFFFF;
    font-family: Latin;
    font-size: 100px;
    letter-spacing: 20px;
    line-height: 100px;
    position: relative;
    left: 50%;
    margin-left: -196px;
    float:left;
}

#date .day {
    font-family: Latin;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 33px;
   margin-left: 30px;
    margin-top: 10px;
    position: relative;
    left: 50%;
    float:left;
    clear:both;
}

#weather {
	padding: 120px 0;
	
}

#meteo_box {
	width:100%;
	max-width:700px;
	margin:auto;
}

.meteo_row {
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: 30px;
}

.meteo_row:first-child {
	margin-top:0;
}

.meteo_col {
	width:200px;
}

.meteo_ico_big {
	display: flex;
    align-items: center;
    height: 85px;
    justify-content:center;
}

.meteo_stats {
	text-align: center;
    font-family: Latin;
    color: #666666;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 28px;
    height: 56px;
}

.meteo_row .data {
    display: flex;
    justify-content: center;
}

.meteo_row .data > div {
	    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.meteo_row .data > div img {
	    margin-right: 12px;
}

.meteo_small {
	font-size: 13px;
}

.temp_text {
	text-align: center;
    font-family: De Valencia;
    color: #999999;
    font-size: 50px;
    letter-spacing: -10px;
    width: 100%;
    line-height: 41px;
    position:relative;
    text-indent: -13px;
}

.temp_text span.temp_deg {
	position: absolute;
    top: -14px;
    font-size: 24px;
    margin-left: 10px;
}

.hourly_row {
	display:flex;
	margin-top:100px;
}

.hour_box {
	       width: 12.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position:relative;
    top:-25px;
}

.hour_box .hour_ico {
	height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


.hour_box .hour_ico img {
	transform: scale(0.55) translateY(20px);
}



.hour_box.active .hour_ico img,.hour_box:hover .hour_ico img {
		transform: scale(1) translateY(-5px);

}

.hour_box.active .active_line,.hour_box:hover .active_line {
transform:scale(1,1);
}

.hour_box.active .hour_text p,.hour_box:hover .hour_text p  {
	   transform:translateY(0);
   
}

.hour_box .active_line {
	    width: 40px;
    height: 3px;
    background: #CFCED3;
    margin-top: -2px;
    transform:scale(0,1);
}

.hour_box .separator {
	    width: 100%;
    margin-top: 10px;
    height: 1px;
    background: #E5E0E1;
}

.hour_box .hour_text {
    margin-top: 12px;
    
}


.hour_box .hour_text p {
	 font-size: 14px;
	 	   transform:translateY(-100%);
	 
}



.hour_box.right .hour_ico {
	align-self:flex-end;
}

.hour_box.active > .hour_ico {
	align-self:center;
	      transform: translateY(-5px);
	
}

#days_box {
	    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
        margin-top: 50px;
}

.day_name {
	    background: #EAEAEC;
	        width: 14.2857%;
    padding: 5px 15px;
    border-left: 1px solid #CFCED3;
    position:relative;
    cursor:pointer;
}

.day_name:first-child {
	border-left:none;
}

.day_name p {
	font-family: De Valencia;
    font-size: 25px;
    letter-spacing: -4px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.day_name .day_back {
	width: 100%;
    height: 100%;
    position: absolute;
    background: #CFCED3;
    left: 0;
    top: 0;
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
    z-index:0;
    -webkit-transform-origin:left;
    transform-origin:left;
}

.day_name.active .day_back,.day_name:hover .day_back  {
	 -webkit-transform:scale(1);
    transform:scale(1);
}


/******************************* ROOMS *****************************/

#rooms #commons, #dining #commons, #travel #commons, #lifestyle #commons, #photogallery #commons, #photogallery_detail #commons {
	display:none;
}

#rooms #footer, #dining #footer, #travel #footer, #lifestyle #footer, #photogallery #footer, #photogallery_detail #footer {
	display:none;
}

#rooms #footer_mobile, #dining #footer_mobile, #travel #footer_mobile, #lifestyle #footer_mobile, #photogallery #footer_mobile, #photogallery_detail #footer_mobile {
	display:none;
}

.loading_cover {
	    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #EAEAEC;
}

.loading_cover.removed {
	transform:translateX(100%);
}

#section_scroller {
	z-index:0;
	    width: 100vw;
	    overflow:hidden;
	    height:100vh;
	    position:absolute;
}

#section_scroller_container {
	height:100vh;
	width:99999px;
	position:absolute;
} 

.section_panel {
	width:33.3333vw;
	overflow:hidden;
	position:relative;
	height:100%;
	float:left;
    cursor:pointer;
    color:#333333;
}

.section_panel.intro {
	    background: #CFCED3;
}

.panel_intro {
	padding: 0 30px;
}

.subsection_num {
	position:absolute;
	top:15px;
}



.panel_section_title {
	font-family: Geometria;
    text-transform: uppercase;
    font-size: 22px;
    margin-top:90px;
}

.panel_section_subtitle {
	font-family: Geometria;
    font-size: 20px;
    color: #FFFFFF;
}

.panel_section_text_container {
    overflow: hidden;
    height: calc(100% - 210px);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.panel_section_text {
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 31px;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 60px);
    column-count:2;
}

#lifestyle .panel_section_text {
	    column-count:1;
	    max-width: 300px;
	
}

.panel_section_text_container.top_translated {
	-webkit-transform:translateY(calc(100% + 60px));
	transform:translateY(calc(100% + 60px));
}

.panel_separator {
	width:2px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	-webkit-backface-visibility:hidden;
}

.panel_separator .line_1 {
	height:100%;
	width:1px;
	background:#A09FA3;
	position:absolute;
	left:0;
	top:0;
	transform-origin:top;
	-webkit-backface-visibility:hidden;
}

.panel_separator .line_2 {
	height:100%;
	width:1px;
	background:#D4D7DC;
	position:absolute;
	right:0;
	top:0;
	transform-origin:top;
	-webkit-backface-visibility:hidden;

}

.panel_start {
	    position: absolute;
    background: #B1B1B7;
    height: 100%;
    width: 10px;
}

.section_panel .info {
	    position: absolute;
    bottom: 0;
    width: 90%;
    max-width: 480px;
    z-index:2;
}

.section_panel .num_back {
	    width: 480px;
    background: #eaeaec;
    width: 150%;
    padding-top: 150%;
    position: absolute;
    transform: rotateZ(45deg) translateY(50%) translateX(-21%);
    
}

.section_panel .section_triangle {
	z-index:2;
	position:relative;
	will-change:transform;
}

.section_panel .info_data {
	position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 6%;
    box-sizing: border-box;
           top: calc(100% - 257px);
}

.section_number {
    margin-top: 47%;
}

.section_pic{
	height:100%;
	
}



#section_animation .section_panel .section_pic.first_run {
	width:0;
}

#section_animation .section_panel .section_pic.first_run img {
	left:0;
}

.section_pic.scaled {
		  -webkit-transform:scale(1.02);
	
	  transform:scale(1.02);
}

.section_pic.scaled_full {
	  -webkit-transform:scale(1.1);
	
	  transform:scale(1.1);
}

.section_number p {
	    font-family: Latin;
    color: #FFFFFF;
    font-size: 46px;
    line-height: 43px;
    position: relative;
}

.section_number._1 p img {
	position: absolute;
    bottom: -1px;
    width: 14.834%;
}

.info_data {
	    margin-top: 110px;
}

.section_panel_title h1 {
	font-family: De Valencia;
    font-size: 26px;
        max-width: 360px;
		letter-spacing: -2.5px;
		
}

.section_panel_title h1 br {
	display:none;
}



.section_separator {
	    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 12px 0;
}

.section_separator .pointer {
	width: 30px;
    height: 1px;
    background: #CDCDD1;
}


.section_subtitle h2 {
	    font-family: Latin;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    width: 80%;
}

.section_veil {
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.1;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	pointer-events:none;
}

#panel_controls {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 60px;
    pointer-events: none;
    display: flex;
    will-change:transform;
}

#panel_controls > div {
    width: 33.333vw;
    height: 100%;
    float: left;
    overflow: hidden;
    pointer-events:all;
    position:relative;
}

#panel_controls .next, #panel_controls .prev {
	cursor:pointer;
}

#panel_controls > div.hidden {
	transform:translateY(-60px);
}

#panel_controls .next .panel_back {
	background: rgba(0,0,0,0.15);
    width: 50vw;
    height: 50vw;
    transform: rotateZ(45deg) translateY(calc(-23.5vw + 76px));
    transform-origin: top left;
    position: absolute;
}


#panel_controls .next .panel_text {
	right: 109px
}

#panel_controls .next:hover  .panel_back {
    transform: rotateZ(45deg) translateY(-23.5vw);
}

#panel_controls .next:hover .panel_text {
	transform: translateX(40px);
}

/*#panel_controls .next:hover .panel_circle,#panel_controls .prev:hover .panel_circle {
	background:rgba(255,255,255,0.6);
}

#panel_controls .next:hover .panel_circle img,#panel_controls .prev:hover .panel_circle img {
	filter:none;
}*/

#panel_controls .next .panel_circle {
	 right: 10px;	
}

#panel_controls .next .panel_circle img.animating {
	webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	will-change:transform;
}


#panel_controls .prev .panel_back {
	background: rgba(0,0,0,0.15);
    width: 50vw;
    height: 50vw;
    transform: rotateZ(45deg) translateY(calc(-47vw - 90px));
    transform-origin: top left;
    position:absolute;
}


#panel_controls .prev:hover  .panel_back {
	transform: rotateZ(45deg) translateY(-47.8vw);
}

#panel_controls .prev .panel_text {
	left: 109px
}

#panel_controls .prev:hover .panel_text {
	transform: translateX(-40px);
}



#panel_controls .prev .panel_circle {
	 left: 10px;
	
}

#panel_controls .prev .panel_circle img.animating {
	 webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	will-change:transform;
}




#panel_controls .panel_circle img {
filter: brightness(10);
}

#panel_controls .panel_circle {
	    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

#panel_controls .panel_text {
	    position: absolute;
    top: 20px;
    font-size: 15px;
    color: #FFFFFF;
}

#panel_controls .menu {
	    display: flex;
    align-items: center;
    justify-content: center;
}

#panel_controls .menu .panel_back {
	background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    
}

#panel_controls .menu .menu_panel_controller {
	width: 21px;
    cursor: pointer;
    z-index:1;
    padding: 15px 10px;
}

#panel_controls .menu .menu_panel_controller .lines hr {
	    border-bottom: 1px solid #FFFFFF;
	    width:21px;
}

#panel_controls .menu .menu_panel_controller:hover hr._1{

    -webkit-transform: rotate(90deg) translate3d(4px,0px,0) !important;
      transform: rotate(90deg) translate3d(4px,0px,0) !important;
         -webkit-transition: -webkit-transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
 
}
#panel_controls .menu .menu_panel_controller:hover hr._2 {
  
     
}
#panel_controls .menu .menu_panel_controller:hover hr._3 {
	  opacity: 0;
	      -webkit-transition: -webkit-transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
 
}


#ca_home {
	z-index:1;
	margin-right:25px;
	cursor:pointer;
	    margin-top: -3px;
}

#ca_home:hover img {
        filter: brightness(0.3);
}


.section_panel .details {
		z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(207,206,211,0.8);
        z-index: 1;
        top:0;
}

.info_details {
	    margin-top: 100px;
	
}

.panel_detail {
	    width: 60%;
    float: right;
    margin-top:50px;
}

.detail:first-child {
	margin-top:0;
}

.det_num {
	    font-family: De Valencia;
    font-size: 60px;
    letter-spacing: -18px;
    position: relative;
    color: #FFFFFF;
    margin-left: -10px;
}

.det_num span {
	    color: #FFFFFF;
    font-size: 16px;
    font-family: Geometria;
    position: absolute;
    letter-spacing: 0;
    margin-left: 10px;
    top: 3px;
}

.special .det_num {
	font-size: 50px;
    letter-spacing: -17px;
    margin-left: -9px;
}

.special .det_num .monthName {
    position: relative;
    font-size: 15px;
    top: -1px;
    letter-spacing: 0px;
    text-transform: lowercase;
    left: 1px;
    padding-right: 5px;
}

.special .det_num .year {
	    top: -1px;
    position: relative;
    font-size: 38px;
    margin-left: -2px;
    font-family: De Valencia;
    letter-spacing: -11px;
}

.special .det_num .pedix {
       position: relative;
    top: -1px;
	
}

.panel_detail.special + .panel_detail.special {
	margin-top:30px;
}

.det_black {
	    font-size: 16px;
    margin-top: 5px;
    text-transform:uppercase;
}

.det_white {
	    font-size: 16px;
    margin-top: 5px;
    color: #FFFFFF;
    margin-top: 5px;
    max-width:90%;
}

.special li {
	margin-top:2px;
}


li .special_snip {
	    position: relative;
    left: 12px;
    display: block;
    text-indent: -8px;
}

li .dash {
	float:left;
}



#section_animation {
	height:100vh;
	pointer-events:none;
	z-index:6;
	position:relative;
}


#section_animation.bottomOut {
	    position: absolute;
    top: 0;
    z-index: 10;
    transform: translateY(-100%);
}

#section_animation.bottomOut + #section_content {
	margin-top:100vh;
}

#section_animation.bottomIn {
	transform:translateY(0);
}

#section_animation .section_panel {
	width:100vw;
	cursor:default;
	
}

#section_animation .section_panel .section_veil {
	width:calc(100% + 1px);
}

#section_animation .section_panel .section_pic {
	overflow:hidden;
	width:33.3333vw;
	position:relative;
}



/******************* ROOM DETAIL *******************/


.scroller_arrow {
	    position: relative;
    overflow: hidden;
    height: 42px;
       pointer-events: all;
    border-radius: 50px;
    width:150px;
    cursor:pointer;
}

.scroller_arrow .arrow_back {
	    width: 150px;
    display: flex;
    align-items: center;
       background: rgba(150,150,150,0.6);
    height: 40px;
    border-radius: 60px;
    box-sizing: border-box;
    padding-left: 10px;
 	opacity:1;
	transform: scale(1,1);
    
}

.scroller_arrow.right {
	float: right;
    margin-right: 13px;
}

.scroller_arrow.right .arrow_back {
	    padding-left: 10px;	
	     transform-origin:right;
}

.scroller_arrow.left .arrow_back {
	    padding-left: 10px;	
	    
	     	     transform-origin:left;
	     
}



.scroller_arrow.left {
	    float: left;
    margin-left: 13px;
}

.scroller_arrow p {
	color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
      top: 11px;
   left: 11px;
   position:absolute;
}

.scroller_arrow p.hover {
	    transform: translateY(28px);
	    color:#666666;
	    opacity:0;
}

.scroller_arrow .circle {
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
}


.scroller_arrow .circle .back {
	width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    opacity:0.7;
    top:0;
}





#scroller_previous .circle {
	left:0px;
	right:auto;
}

#scroller_previous p {
           position: absolute;
      right: 12px;
    left: auto;
}

.scroller_arrow.hidden {
	width:40px;
}

.scroller_arrow .arrow_back.hidden {
	opacity: 0;
    	     transform: scale(0,1);

}

.scroller_arrow:hover .circle .back {
	opacity:1;
}

.scroller_arrow:hover p {
	transform:translateY(-28px);
	opacity:0;
}
.scroller_arrow:hover p.hover {
		transform:translateY(0);
		opacity:1;
}

.scroller_arrow:hover .arrow_back {
	background:#EEEEEE;
}

.scroller_arrow .arrow_back.hidden p {
	opacity:0;
}

.arrow_container {
	    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#scroller_next img {
	-webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	will-change:transform;
	
}

#scroller_previous img {
	-webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
		will-change:transform;
	
	
}


@-webkit-keyframes arrow_next {
    0%   {-webkit-transform: none;}
    20%  {-webkit-transform: scale(1.5,1) translateX(180%);opacity:1;}
    20.0001%  {opacity:0; -webkit-transform: scale(1.5,1) translateX(-205%);}
   	20.0002%  {opacity:1; -webkit-transform: scale(1.5,1) translateX(-205%);}
    20.0003%  {opacity:1; -webkit-transform: scale(1.5,1) translateX(-205%);}
    40%  {-webkit-transform:none}
    100%  {-webkit-transform:none}
    
}

@-webkit-keyframes arrow_prev {
    0%   {-webkit-transform: none;}
    20%  {-webkit-transform: scale(1.5,1) translateX(-180%);opacity:1;}
    20.0001%  {opacity:0; -webkit-transform: scale(1.5,1) translateX(205%);}
   	20.0002%  {opacity:1; -webkit-transform: scale(1.5,1) translateX(205%);}
    20.0003%  {opacity:1; -webkit-transform: scale(1.5,1) translateX(205%);}
    40%  {-webkit-transform:none}
    100%  {-webkit-transform:none}
    
}

@keyframes arrow_next {
    0%   {transform: none;}
    20%  {transform: scale(1.5,1) translateX(180%);opacity:1;}
    20.0001%  {opacity:0; transform: scale(1.5,1) translateX(-205%);}
   	20.0002%  {opacity:1; transform: scale(1.5,1) translateX(-205%);}
    20.0003%  {opacity:1; transform: scale(1.5,1) translateX(-205%);}
    40%  {transform:none}
    100%  {transform:none}
    
}

@keyframes arrow_prev {
    0%   {transform: none;}
    20%  {transform: scale(1.5,1) translateX(-180%);opacity:1;}
    20.0001%  {opacity:0; transform: scale(1.5,1) translateX(205%);}
   	20.0002%  {opacity:1; transform: scale(1.5,1) translateX(205%);}
    20.0003%  {opacity:1; transform: scale(1.5,1) translateX(205%);}
    40%  {transform:none}
    100%  {transform:none}
    
}

#toBeMoved {
	display:none;
}

#head_content {
    position: absolute;
    width: 33.333vw;
    height: 100vh;
    z-index:1;
}

#head_content.exit {
	transform:translateX(-100%);
}

.back_1 {
	    background: #CFCED3;
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    z-index: 2;
    transform-origin:left;
}

.back_1.no_width {
}

.back_2 {
	    background: #B1B1B7;
    width: calc(100%);
    height: 100%;
    position: absolute;
    z-index: 1;
    transform-origin:left;   
}

.back_1.reverse {
		    background: #B1B1B7;
	
}

.back_2.reverse {
		    background: #CFCED3;
	
}

.back_2.no_width {
}

.head_body {
	position:absolute;
	width:100%;
	z-index:3;
	top:10%;
}

.head_body .no_overflow {
	clear:both;
}

.head_body .panel_pay {
float: left;
    overflow: hidden;
    height: 250px;
    width: 100%;
        margin-top: 45px;
}

.part_1 {
	position: absolute;
    left: 130px;
}

.part_2 {
	    position: absolute;
    left: 100%;
}

.part_1 img.hidden {
	transform:translateX(100%);
}

.part_2 img.hidden {
	transform:translateX(-100%);
}


.head_text {
	    font-family: Latin;
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 2px;
}

.head_text._1 {
	
    text-align: right;
    padding-right: 40px;

}

.head_text._2 {
	    text-align: center;
    float: left;
    width: 100%;
}


.panel_name {
	    position: absolute;
    z-index: 3;
    bottom: 10%;
   
    width: 100%;
}

.name_body {
	    display: flex;
    margin-left: 7%;
    position:relative;
}

.section_date .white {
	    color: #FFFFFF;
    position: relative;
    top: -4px;
}

.panel_name .separator {
	height: 110px;
    width: 1px;
    background: #FFFFFF;
    transform: rotateZ(-40deg) scale(1);
    transform-origin: top;
    
}


.panel_name .separator.hidden  {
	transform: rotateZ(-40deg) scale(1,0);
}

.small_num {
      margin-left: 70px;
    margin-top: 12px;
        margin-right: 5px;
		    min-width: 52px;
}

.small_num .dark {
	    font-family: Latin;
    color: #5F5F63;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 5px;
    display:block;
    float:left;
}

.small_num .white {
	    font-family: Latin;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 5px;
    display:block;
    float:left;
}

.section_top {
	font-family: De Valencia;
    color: #FFFFFF;
    font-size: 30px;
}

.subsection .section_top {
	letter-spacing:-1px;
}

.top_container {
	
}

.section_name {
	    font-family: De Valencia;
    font-size: 33px;
    align-self: flex-end;
	letter-spacing: 0px;
   
}

.name_container {
	height: 80px;
    margin-left: 77px;
    display: flex;
}

.date_container {
	    position: absolute;
    left: 208px;
    top: 45px;
}

.section_date {
	    font-family: Latin;
    font-size: 21px;
   letter-spacing: 1px;
}

.panel_name.has_date .name_container {
	margin-top:0;
	height: 36px;
}

.panel_name.has_date .section_name {
	color:#FFFFFF;
	font-size: 30px;
	
}


.panel_name.subsection .name_container {
	    margin-left: 0;
    margin-top: 0;
    position: absolute;
    left: 205px;
    top: 45px;
    height: 36px;
}

.panel_name.subsection .top_container {
	height: 36px;
    align-self: flex-start;
    margin-left: 77px;
    margin-top: 0px;
}


#section_content .row.grey {
	    background: #EAEAEC;
}

#section_content .row.darker_grey {
	    background: #B1B1B7;
}

#section_content .row.darker_grey h1, #section_content .row.darker_grey h2, #section_content .row.darker_grey p {
	color:#FFFFFF;
} 

#section_content .paragraph_details {
	    width: 33.3333%;
    float: left;
   margin-top: 57px;
    padding: 0 5vw;
    box-sizing: border-box;
}

#dining #section_content .paragraph_details {
	margin-top:465px;
}

#section_content .paragraph.first {
/*	margin-left:0;*/
	float:left;
	width:calc(82.666% - 106px);
	margin-bottom:190px;
	margin-top:150px;
}

#section_content .paragraph.first2 {
	margin-left:0;
	float:right;
	width:calc(56.666% - 106px);
	margin-bottom:190px;
	margin-top:150px;
}


.p_detail {
	margin-top:100px;
}

.p_detail:first-child {
	margin-top:0;
}

.p_detail h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.body_text.smaller {
	    font-size: 15px;
    line-height: 22px;
}

#inroom_title {
	
    width: 25%;
    background: #FFFFFF;
    min-width: 370px;
    float: left;
}

#inroom_title_container {
	display: flex;
    justify-content: center;
    width: 100%;
    padding: 3vw 0 1vw 0;
}


#inroom_services .usable_size {
	width:100%;
}

.title_1{
	    font-family: Latin;
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 35px;
}

.title_2 {
font-family: De Valencia;
    font-size: 35px;
    margin-left: 55px;
    margin-top: -8px;
}

#inroom_title .separator {
	    height: 112px;
    width: 1px;
    background: #E0DFE2;
    transform: rotateZ(-45deg) scale(1);
    transform-origin: top;
    margin-left: -40px;
}

#inroom_services {
	    width: 25%;
    min-width: 370px;
    background: #FFFFFF;
}

.flexed {
	display: flex;
}

.flexed.bottom {
       align-items: flex-end;
    justify-content: flex-end;
}
.service_pic {
	align-self:flex-end;
	width:75%;
	order:2;
}

.service_row {
	    display: flex;
    justify-content: space-between;
       padding: 2vw 0;
    width:100%;
}

.service {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.service_label {
	text-align: center;
    margin-top: 16px;
       font-size: 14px;
}

.service_ico {
	height:40px;
}

#fullscreen_gallery {
	position:relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	top: 0px;
	z-index: 3;
}

.loader {
 font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(198, 191, 178, 0.3);
    border-right: 3px solid rgba(198, 191, 178, 0.3);
    border-bottom: 3px solid rgba(198, 191, 178, 0.3);
    border-left: 3px solid #C6BFB2;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1s infinite linear;
    animation: loaderSpin 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.loader,
.loader:after {
 border-radius: 50%;
    width: 30px;
    height: 30px;
}
@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pic_big {
	width:100%;
	float:left;
	overflow:hidden;
	position:absolute;
	z-index:2;
}

.pic_big.behind {
	z-index:1;
}

.pic_big.above {
	z-index:3;
}


#gallery_controller {
	    position: absolute;
    top: 50%;
    width:100%;
    left: 0px;
    z-index:3;
}


.gallery_borders {
	    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    pointer-events:none;
    will-change:transform;
}

.gallery_borders .top {
	    width: 100%;
    height: 10px;
    background: #FFFFFF;
    top: 0;
    left: 0;
    position: absolute;
}

.gallery_borders .bottom {
	    width: 100%;
    height: 10px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
}

.gallery_borders .left {
	    width: 10px;
    height: 100%;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
}

.gallery_borders .right {
	    width: 10px;
    height: 100%;
    background: #FFFFFF;
    top: 0;
    right: 0;
    position: absolute;
}

#style_details {
	margin-top:80px;
}

.style_shadow_top {
	position:absolute;
	left:0;	
	    z-index: 1;
}

.style_row {
	display:flex;
}

.dark_grey_back  {
	background:#EAEAEC;
}

.darker_grey_back  {
	background:#CFCED3;
}

.black_back {
	background:#333333;
}

.white_back  {
	background:#FFFFFF;
}

.style_panel {
	position:relative;
}

.style_title {
	position: absolute;
    top: 50%;
    height: 180px;
    margin-top: -130px;
    left: 44%;
    margin-left: -140px;
    z-index:1;
}

.style_title .desc_text {
	font-size: 40px;
    line-height: initial;
    text-indent: 15px;
}

.style_title .desc_title {
	font-size: 70px
}

.style_label {
	position: absolute;
    height: 80px;
    width:40%;
    box-sizing:border-box;
    overflow:hidden;
    transform-origin:left;
    z-index:2;
        min-width: 340px;
   
}

.style_label.top {
	top:0;
}

.style_label.bottom {
	bottom:0;
}

.style_label.left {
	left:0;
}

.style_label .desc_title {
	position:absolute;
	 margin: 5px;
}

.style_label.right {
	right:0;
}

.style_label p.top {
	top:0;
}

.style_label p.bottom {
	bottom:0;
}

.style_label p.left {
	left:0;
}

.style_label p.right {
	right:0;
}

.diagonal_line {
	    position: absolute;
    top: 19vw;
    right: 19vw;
    height: 40vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:2px;
}

.diagonal_line ._1 {
	    background: #EAEAEC;
    
    height: 59%;
    width: 2px;
}

.diagonal_line ._2 {
	    background: #E0DFE2;
   
    height: 29.56%;
    width: 2px;
    position: relative;
    top: 12%;
}

.diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0) !important;
	transform: rotate(-45deg) scale(1,0) !important;
}

.stark {
	    min-width: 245px;	
}

.style_label.black_back p {
	color:#FFFFFF;
}

#panelDetailController {
	    position: fixed;
    width: 400px;
    bottom: 30px;
    left: 50%;
    margin-left: -200px;
    overflow:hidden;
    pointer-events:none;
    will-change:transform;
}

#panelDetailController > a {
	float:left;
	display:block;
	position:relative;
}

#panelDetailController > a#panelNext {
	float:right;
	
}

#panelDetailController > a#backToPanels {
	position: absolute;
    left: 50%;
    margin-left: -20px;
}

.back_circle {
	    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
   
}

#panelDetailController .panel_text{
	    position: absolute;
    top: 10px;
    font-size: 15px;
    color: #FFFFFF;
    width: calc(100% - 21px);
    text-align: center;
    height: 23px;
    overflow: hidden;
}


#panelDetailController #panelNext .panel_text {
	margin-left:21px;
}

.line_container {
	    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    left: 14.5px;
}

.line_container .line {
	    height: 20px;
    width: 1px;
    background: #FFFFFF;
    float:left;
    margin-left:4px;
}

.line_container .line:first-child {
	margin-left:0;
}

.gallery_controller {
	position: absolute;
    top: 50%;
    margin-top: -125px;
    width: 75px;
    z-index: 5;
    will-change: transform;
    right: 30px;
}


.gallery_controller .button_left {
	    height: 40px;
    /* background: url(/style/images/slider_button_left.png) no-repeat; */
    width: 40px;
    background-position: right;
    padding: 5px 17.5px;
    cursor: pointer;
        position: relative;
    
    
}

.gallery_controller .button_right {
	    height: 40px;
    /* background: url(/style/images/slider_button_right.png) no-repeat; */
    width: 40px;
    background-position: left;
    cursor: pointer;
    position: relative;
    padding: 5px 17.5px;
}

.gallery_controller .button_right:hover,.gallery_controller .button_left:hover,.gallery_controller .button_down:hover {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.gallery_controller .button_down {
	    height: 40px;
    /* background: url(/style/images/slider_button_right.png) no-repeat; */
    width: 40px;
    background-position: left;
    cursor: pointer;
    position: relative;
    padding: 5px 17.5px;
    margin-top:50px;
}

.gallery_controller .button_down .circle {
	transform:rotateZ(90deg);
}

.gallery_controller .circle {
	    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    top: 10px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.button_left .circle {
	position:relative;
	top:auto;
}

.button_right .circle {
	position:relative;
	top:auto;
}

.button_down .circle {
	position:relative;
	top:auto;
}

.button_right img {
	-webkit-animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_next 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	will-change:transform;
	
}

.button_left img {
	
	-webkit-animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
	animation: arrow_prev 4s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite;
		will-change:transform;
	
	
}

.button_down img {
	
		will-change:transform;
}

.gallery_diagonal {
	height: 52px;
    width: 1px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px #333333;
    left: 50%;
    transform: rotate(25deg);
    top: 4px;
}

#fullscreen_gallery .counter {
	    font-family: Latin;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    display: block;
    float: left;
    text-shadow: 2px 2px 2px #333333;
    text-align: right;
    width: 45%;
    margin-top: 5px;
    transform-origin:90% center;
    }

#fullscreen_gallery .total {
    font-family: Latin;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    display: block;
    float: right;
    text-shadow: 2px 2px 2px #333333;
    text-align: left;
    width: 45%;
    margin-top: 25px;
}

#fullscreen_gallery .numbers {
	    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 60px;
    bottom:20px;
    z-index:2;
}


/**************** DINING *******************/

.block_25 {
	background: #FFFFFF;
    align-items: center;
    width: 25%;
    position: relative;
}

.block_33 {
	background: #FFFFFF;
    align-items: center;
    width: 33.3333%;
    position: relative;
}

.block_33.flexed.centered {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.block_33.flexed.centered .block_title {
	position:relative;
	right:0;
	left:0;
}

.block_33.flexed.centered .block_title + .block_title {
	margin-top:18vw;
}

.block_25.double {
	width: 37.5%;
    flex-direction: column;
    justify-content: flex-end;
	
} 

.block_25.double .top {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 50%;
    box-sizing: border-box;
    padding: 0px 16% 8% 16%;
    
} 

.block_25.double .bottom {
	    width: 100%;
    height: 50%;
    overflow:hidden;
}

.block_25.stuff {
	background:#F8F8F9;
	justify-content:center;
}

.block_title {
	   position: relative;
    right: auto;	
    margin-right:13%;
}

.block_title .desc_text {
	font-size: 25px;
    text-align: right;
    text-indent: 15px;
       line-height: 38px;
       margin-top: 5px;
}

.block_title .desc_title {
	    font-size: 50px;
	    position:relative;
	    right:-4px;
	        text-align: right;
}

.block_title .desc_title.giant {
	font-size:75px;
}

.pic_75 {
	 width: 75%;
}

.pic_70 {
	 width: 70%;
}

.pic_30 {
	 width: 30%;
}

.pic_33 {
	 width: 33.3333%;
}

.pic_66 {
	 width: 66.6666%;
}


.pic_62 {
	width:62.5%;
}

.usable_size {
	width:calc(100% - 106px);
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:100%;
	flex-direction:column;
	position:relative;
}

.usable_size.full {
	width:100%;
}

.usable_size.bottom_aligned {
    justify-content:flex-end;
    position: relative;
    padding-bottom: 4.5vw;
}

.usable_size.bottom_aligned .block_title {
	right:0;
}

.row.bordered {
	padding-left: 2vw;
    box-sizing: border-box;
}

.closing {
	    font-family: Latin;
    font-size: 28px;
    padding: 20% 22%;
    box-sizing: border-box;
}

.closing.no_padding {
	     padding: 10% 5%;
	     font-size:20px;
}

.grey {
		background: #EAEAEC !important;
	
}

.dark_grey {
		background: #CFCED3 !important;
	
}

#dining_detail .diagonal_line {
	    position: absolute;
        top: -4.3vw;
    left: 2.9vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
    
}

#dining_detail .block_25.double .diagonal_line {
	    top: -4.2vw !important;
    left: 15vw !important;
}

#dining_detail .diagonal_line ._1 {
	     background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#dining_detail .diagonal_line ._2 {
	background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#dining_detail .diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0);
	transform: rotate(-45deg) scale(1,0);
}

#dining_detail .big_subtitle {
    margin-top: 10px;
}

#dining_detail #section_content .paragraph_details {
    margin-top: 465px;
}

#dining_detail #section_content .paragraph.first {
	margin-bottom:190px;
	margin-top:150px;
}


/********************* SPECIALS *******************/

.specials .closing {
	font-size: 22px;
    line-height: 45px;
    padding: 12% 10% 12% 33.333vw;
}

#more_specials {
	    margin-top: 150px;
	        margin-bottom: 150px;
}

#more_specials_container {
	  position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

#specials_detail .specials .block_title {
	margin: auto;
}

#specials_detail .desc_title {
	    text-align: center;
   
}

#more_specials_scroller {
	 
    display: flex;
    overflow:hidden;
}

.pic_box {
	width: 320px;
    height: 320px;
    overflow: hidden;
}

.special_box {
	text-decoration:none;
	margin-right: 20px;
}

.text_box {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 2px;
    color:#333333;
}

.text_box.date_box {
	    margin-top: 7px;
}

.red {
	color:#FF2C53;
}

.special_arrow.left {
    top: 50%;
    position: absolute;
    left: calc(50vw - 600px);
    border-radius: 50px;
    border: 1px solid #CFCED3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: -10px;
    cursor:pointer;
}

.special_arrow.right {
      top: 50%;
    position: absolute;
    left: calc(50vw + 560px);
    border-radius: 50px;
    border: 1px solid #CFCED3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
       margin-top: -10px;
    cursor:pointer;
}

.special_book {
	
}

.block_title_underline {
	width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #333333;
    left: 14px;
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
}


.block_title:hover .block_title_underline  {
	    -webkit-transform:scale(1,1);
    transform:scale(1,1);
	
}


/*********************** FACILITIES ****************/

.closing.single {
	font-family: Latin;
    font-size: 28px;
    padding: 10vw 0;
    box-sizing: border-box;
    width: 50%;
    margin: auto;
    min-width: 780px;
}

.download_item {
margin-right:13%;
    margin-top: 50px;
    position: relative;
    top: auto;
    right: auto;
}

.block_25:hover .download_item,  .block_33:hover .download_item {
	margin-top:100px;
}

.block_25:hover .download_item .back,  .block_33:hover .download_item .back {
	background:#999999;
	left:0;
}

.block_25:hover .download_item .arrow img,  .block_33:hover .download_item .arrow img {
	filter:brightness(6);
}

.sitemap_block .download_item {
	margin-right:-90px;
}

.sitemap_block:hover .download_item {
	margin-top:115px;
}

.sitemap_block:hover .download_item .back {
	background:#999999;
	left:0;
}

.sitemap_block:hover .download_item .arrow img {
	filter:brightness(6);
}

.has_download {
	cursor:pointer;
}



/*********** LOCATION **********/


.block_42 {
	width:41.6666%;
}

.location .section_name {
	font-family: Latin;
    font-size: 22px;
    letter-spacing: 2px;
}

.panel_name.location .name_container {
	left: 210px;
    top: 38px;
}


.how_to_label {
	    display: flex;
    align-items: center;
    padding-bottom: 3.8vw;
    margin-right: 10.6%;
    
}

.how_to_label .label {
	    margin-left: 30px;
    font-family: Latin;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#gmap.enabled iframe{
	pointer-events:all;
}

#gmap iframe {
		pointer-events:none;
	
}

#gmap {
	height:0;
	overflow:hidden;
	height:0;
}

#gmap iframe {
	padding:10px;
	box-sizing: border-box;
	display:none;
}

#gmap.loaded iframe {
	display:block;
}


#gmap.loaded {
	height:800px;
}

/************************ LIFESTYLE *******************/

#lifestyle_detail .diagonal_line {
position: absolute;
    top: -3vw;
    left: -6vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
    
}

#lifestyle_detail .block_25.double .diagonal_line {
	top: -7.2vw !important;
    left: 10vw !important;
}

#lifestyle_detail .diagonal_line ._1 {
	     background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#lifestyle_detail .diagonal_line ._2 {
	background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#lifestyle_detail .diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0);
	transform: rotate(-45deg) scale(1,0);
}

.grey_box {
	    width: 100%;
    height: 100%;
    background: #B1B1B7;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.letters {
	overflow:hidden;
	
}

.letters .letter {
	    font-family: De Valencia;
    font-size: 90px;
    color: #FFFFFF;
    letter-spacing: 20px;
    color: #FFFFFF;
    display:block;
    float:left;
}

.letters + .letters {
	margin-top:20px;
}

.horizontal_line {
	    width: 200px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 100%;
    margin-left: -100px;
    z-index: 1;
}

.horizontal_line ._1 {
	    width: 50%;
    height: 2px;
    background: #E0DFE2;
    float: left;
}

.horizontal_line ._2 {
	float: left;
    height: 2px;
    background: #E0DFE2;
    width: 50%;
}

.right .horizontal_line {
	left:0;
}


#lifestyle_detail .block_33 .block_title .diagonal_line {
	    top: 18px;
    left: calc(100% + 50px);
}

#lifestyle_detail .block_33 .block_title .diagonal_line.alt {
	    top: calc(100% - 10px);
    left: -50px;
}

#lifestyle_detail .block_33 .block_title .diagonal_line ._1 {
	     background: #E0DFE2;
    height: 100%;
    width: 2px;
}

#lifestyle_detail .block_33 .block_title .diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0);
	transform: rotate(-45deg) scale(1,0);
}


/*************** TRAVEL GUIDE ***************/



#travel_detail .diagonal_line {
position: absolute;
       top: -4.3vw;
    left: 2.9vw;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
    
}

#travel_detail .block_25.double .diagonal_line {
	top: -7.2vw !important;
    left: 10vw !important;
}

#travel_detail .diagonal_line ._1 {
	     background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#travel_detail .diagonal_line ._2 {
	background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#travel_detail .diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0);
	transform: rotate(-45deg) scale(1,0);
}


/************** PHOTOGALLERY ***********/


#fullscreen_gallery.gallery_section {
	position:absolute;
	top:0;
	z-index:7;
}

#fullscreen_gallery.gallery_section.no_visibility {
	visibility:hidden;
}

#fullscreen_gallery.gallery_section .gallery_borders {
	display:none;
}

#gallery_panel {
	    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 60px;
    z-index:5;
    overflow:hidden;
}

#gallery_panel.hidden {
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
}

.p_left {
	width: 240px;
    height: 60px;
    background: url(../images/p_left.png) no-repeat;
    background-position: top left;
    float:left;
    position: absolute;
    left: 0;
    top: 0;
        cursor:pointer;
    
}

.p_center {
	    float: left;
    height: 60px;
    width: calc(100% - 360px);
    position: absolute;
    left: 180px;
    top: 0;
}

.p_right {
	    width: 240px;
    height: 60px;
    background: url(../images/p_right.png) no-repeat;
    background-position: top right;
        position: absolute;
    right: 0;
    top: 0;
        cursor:pointer;
    
}

.b_left {
	    width: 50%;
    float: left;
    height: 60px;
    background: url(../images/p_center.png);
    background-position: top left;
}

.b_right {
	    width: 50%;
    float: right;
    height: 60px;
    background: url(../images/p_center.png);
    background-position: top right;
}

.b_center {
	    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_name {
	    font-family: Latin;
    color: #FFFFFF;
    font-size: 30px;
   
    display: block;
   text-transform:uppercase;
    text-shadow: 2px 2px 2px #333333;
 
}

.p_name .p_sub {
	text-transform:capitalize;
}

.p_section {
	height: 100%;
    display: flex;
    align-items: center;
}

.p_section p {
    font-size: 15px;
    color: #FFFFFF;
}

.p_section.left {
	
    margin-left: 30px;
}

.p_section.right {
	
      justify-content: flex-end;
    margin-right: 30px;
}



.p_section.left p img {
	margin-right:15px;
}


.p_section.right p img {
	margin-left:15px;
}

.p_left:hover img {
	transform:translateX(-15px);
}

.p_right:hover img {
	transform:translateX(15px);
}
/****************** CONTACTS *******************/


.subsection.contacts .top_container {
	height: auto;
	margin-left:77px;
}

.subsection.contacts .section_top {
	    font-family: Latin;
    letter-spacing: 4px;
}

#contacts .closing {
	max-width:700px;
	position:relative;
	    padding: 10% 5% 10% 0;
	    font-size:19px;
}

.closing a {
	position: absolute;
    right: 5%;
}

.closing span {
	display:block;
}

#contacts .diagonal_line {
	    position: absolute;
        top: -4.3vw;
    left: 2.9vw;
   top: 2vw;
     height: 20vw; 
    left: -4.2vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
    
}



#contacts .diagonal_line ._1 {
	     background: #FFFFFF;
    height: 30%;
    width: 2px;
}

#contacts .diagonal_line ._2 {
	background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

#contacts .diagonal_line.hidden {
	-webkit-transform: rotate(-45deg) scale(1,0);
	transform: rotate(-45deg) scale(1,0);
}

/****************** PRESS *********************/


.press_year_container {
	    display: flex;
}

.press_year_box {
	    width: 33.3333%;
    height: 350px;
    background: #CCCCCC;
    display: flex;
    align-items: flex-end;
}

.press_year {
	    font-family: Latin;
    font-size: 200px;
    color: #FFFFFF;
    margin-left: 20px;
    line-height: 193px;
}

.press_items {
	    width: calc(66.6666% - 130px);
    position: relative;
    top: -16px;
    padding: 0 60px;
    box-sizing: border-box;
    padding-bottom: 100px;
    border-bottom: 1px solid #999999;
    min-height: 480px;
}

#press .row:nth-child(odd) .press_year_box {
	background:#999999;
}

.row.press {
	    margin-top: 100px;
}

.press_item  .item_title {
	
	font-family: Latin;
    font-size: 34px;
    width: 100%;
    display: block;
    text-transform:lowercase;
}


.press_item .item_sub {
position: relative;
    display: block;
    float: left;
}

.press_item .item_sub .underline {
	    /width: 100%; 
    height: 1px;
    background: #999999;
    margin-top: 1px;
    transform: scale(0,1);
    transform-origin: left;
}

.press_item:hover .underline {
	 transform: scale(1);
}

.press_item {
	    margin-top: 45px;
		clear:both;
}

.press_item:first-child {
	margin-top:0;
}


/****************** BOOK INTERFACE ****************/

.overlay_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
        z-index: 5;  
        display:flex; 
}

.overlay_layer.hidden {
	display:none;
}

.overlay_layer > .white_back {
	width:100%;
	height:100%;
	position:absolute;
}

.overlay_layer .left_panel, #book_interface .right_panel {
	z-index:1;
	position:relative;
}

.overlay_layer .left_panel {
	float: left;
    width: 33.3333vw;
    height: 100%;
    background: #CFCED3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay_layer .left_panel.hidden {
	transform:translateX(-100%);
	
}

.overlay_layer .right_panel {
float: left;
    width: 66.6666vw;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
   
}

.overlay_layer .diagonal_line {
	    position: absolute;
    bottom: 0%;
    left: auto !important;
    right: -3.5vw !important;
    height: 25vw !important;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: center !important;
    top: auto !important;
}

.overlay_layer .diagonal_line ._1 {
    background: #EAEAEC;
    height: 30%;
    width: 2px;
}

.overlay_layer .diagonal_line ._2 {
    background: #E0DFE2;
    height: 60%;
    width: 2px;
    position: relative;
    top:0;
}

.form_input {
       width: 400px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor:pointer;
}

.form_input:first-child {
	margin-top:0;
}

.form_input label {
	    width: 100%;
        font-family: Latin;
       font-size: 22px;
    letter-spacing: 1px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#999999;
}

.form_input label img {
	    margin-top: 15px;
}

.form_input input[type=text] {
	    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
    color:#666666;
    font-family:De Valencia;
    text-align:center;
    font-size:34px;
    letter-spacing:-3px;   
}

.form_input.people input {
	width:100px;
}



.overlay_title {
	    font-family: De Valencia;
    font-size: 70px;
    position: relative;
}


.submit {
	    font-size: 30px;
    font-family: Latin;
    letter-spacing: 8px;
    color: #333333;
    line-height: 40px;
        float: left;
    margin-right: 10px;
        line-height: 30px;
}

.submit.hidden {
	transform:translateX(-20px);
	opacity:0;
}

.circle_button {
	    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 41px;
    overflow:hidden;
    position:relative;
}

.circle_button .arrow {
	    z-index: 1;
    position: relative;
        margin-top: -2px;
        left:1px;
}

.circle_button.left .arrow.hidden {
	    transform: translateX(30px);
}

.circle_button.right .arrow.hidden {
	    transform: translateX(-30px);
}


.circle_button.bottom .arrow img {
	transform:rotateZ(90deg);
} 

.circle_button.bottom .arrow.hidden {
	transform: translateY(-30px) rotateZ(90deg);
} 

.circle_button .back {
	    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #DDDDDD;
    position: absolute;
    top:0;
    left:1px;
}

#book_submit {
	    margin-top: 120px;
    display: flex;
    align-items: center;
    margin-top:100px;
    cursor:pointer;
    
}

#book_submit .circle_button {
	    margin-top: 9px;
    margin-left: 25px;
}



#book_submit .circle_button .arrow {
left: 0px;
}

#book_submit:hover .circle_button .back {
	background:#666666;
}
#book_submit:hover .circle_button .arrow img{
	filter: brightness(10);
}

.overlay_close {
	position: absolute;
    top: 20px;
    right: 36px;
    width: 25px;
    height: 25px;
    padding: 20px;
    cursor:pointer;
}

.overlay_close .menu_close {
	float: right;
    width: 25px;
    height: 25px;
    position: absolute;
    right: auto;
    top: auto;
    transform: rotateZ(45deg);
    right: -10px;
    top: -10px;
}

.copy {
	     background: #EAEAEC;
    width: 100%;
    bottom: 0;
    margin-left: 0;
    padding: 10px 200px;
    box-sizing: border-box;
}

.copy p {
	    font-family: Latin;
    letter-spacing: 2px;
    color: #999999;
    text-align: right;
}

.footer_text {
	    position: absolute;
    top: 128px;
    left: 160px;
}

.footer_text p {
	font-weight: 300;
    font-size: 17px;
    line-height: 38px;
}




/****************** SITEMAP ******************/


#sitemapitem_box {
	    z-index: 1;
    width: 85%;
    max-width: 800px;
    height:85%;
    overflow:hidden;
    position:relative;
}

.items_container {
	 width: 100%;
	 height:100%;
	 overflow:hidden;
}

#sitemap_scroller {
	padding-bottom:65px;
}

#sitemapitem_box .text_shadow_upper {
  
    top: 0;
 
}

.chapter_paragraph {
	display:block;
}

#sitemapitem_box .text_shadow_lower {
   bottom:0;
}

.site_chapter {
	margin-top: 40px;
}

.site_chapter:first-child {
	margin-top:0;
}

.chapter_name {
    color: #333333;
    font-family: Latin;
    font-size: 20px;
    letter-spacing: 4px;
    position:relative;
    display:block;
}

.chapter_number {
	    color: #333333;
    font-family: Latin;
    font-size: 24px;
    margin-right: 20px;
    position: relative;
    top: -4px;
    letter-spacing: 1px;
    
}

.fancy_name {
	    font-size: 14px;
    color: #CDCDD1;
    font-family: Geometria;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.overlay_layer .section_separator {
	margin:0;
	background: #EAEAEC;
	transform-origin:left;
}

.site_paragraph_name {
	font-family: De Valencia;
    font-size: 24px;
}

.site_paragraph_number {
	color: #333333;
    font-family: Latin;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
    letter-spacing: 2px;
}

.site_paragraph_number .bigger {
	    font-size: 24px;
    color: #ADACB2;
}

.site_paragraph_sub {
	    color: #ADACB2;
    font-family: Latin;
    font-size: 18px;
    letter-spacing: 4px;
    margin-left: 20px;
}



/************ CREDITS ************/

#credits_box {
	z-index:1;
}

.role {
	font-family: Latin;
    font-size: 20px;
    text-align: center;
    color: #998C92;
}

.people {
	    font-family: Latin;
    font-size: 22px;
    text-align: center;
    color: #333333;
}

.mansion {
	    font-size: 15px;
	    text-align:center;
}

.credit_section{
	    margin-top: 80px;
}

.credit_section:first-child {
	    margin-top: 0px;
}




/************** FORMS ****************/

.has_form {
	display: flex;
	   
}

.has_form.full {
	 margin-bottom: 100px;
}

.form_info_block {
	    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.form_info_block .diagonal_line {
	    top: -4.2vw !important;
    left: 2vw !important;
}

.form_info_block  .diagonal_line {
	    position: absolute;
    height: 20vw;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
    transform-origin: top;
    
}


.form_info_block .diagonal_line ._1 {
	     background: #FFFFFF;
    height: 30%;
    width: 2px;
}

.form_info_block .diagonal_line ._2 {
	background: #E0DFE2;
    height: 65%;
    width: 2px;
    position: relative;
    top: 0;
}

.form_info_block .block_title {
	    position: relative;
    right: 0;
    margin-top: 100px;
	
}

.form_info_block .desc_title {
	    font-size: 65px;
}

.form_info_block .desc_text {
	      font-size: 30px;
    letter-spacing: 6px;
}

.form_info_block .form_description {
	    width: 80%;
    position: relative;
    max-width: 380px;
    right: 0%;
    margin-top: 250px;
}

.form_info_block .form_description p {
	    text-align: right;
    font-size: 18px;
    line-height: 31px;
}

.page_form {
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 45%;
    margin-top: 180px;
    
}

.has_form.full .page_form {
	width:70%;
}

.has_form.contact .block_title {
	    margin-top: 0;
	    align-items:center;
}

.has_form.contact .form_info_block {
	justify-content: center;
    width: 40%;
}

.has_form.contact .page_form {
	width:60%;
}

.message textarea {
	    margin-top: 10px;
   box-sizing: border-box;
    height: 220px;
    resize: none;
    font-family: Geometria;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
    border: 1px solid #D9D8E1;
    width: 100%;
}

.page_form .form_input {
	    margin-top: 35px;
	    max-width: 800px;
    	width: 75%;
       display:block;
    
}

.page_form .form_input:first-child {
	margin-top:0;
}

.page_form .form_input.radio {
	    margin-top: 50px;
    display: block;
}

.page_form .form_input.radio + .form_container {
	margin-top:40px;
}

.form_container + .form_container {
	margin-top:35px;
	}

.form_input .choice_label {
	font-family: Latin;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
    background: none;
    text-align: left;
    display: block;
    width: 200px;
    float: left;
        color: #666666;
            margin-top: -8px !important;
}

.checkbox_container {
	    float: right;
    width: calc(100% - 215px);
    margin-top: 7px;
}

.checkbox {
	    margin-top: 12px;
}

.checkbox:first-child {
	margin-top:0;
}

.checkbox label {
	      font-family: Geometria;
    font-size: 16px;
    letter-spacing: 0;
    color: #333333;
    line-height: initial;
    margin-left: 30px;
    display: block;
    position: relative;
    top: -1px;
}

.checkbox input {
	    float: left;
}

#shop_other_comment {
	    margin-left: 33px;
    margin-top: 10px;
        width: calc(100% - 33px);
    height: 80px;
    resize: none;
    font-family: Geometria;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
    border: 1px solid #D9D8E1;
        box-sizing: border-box;
}


.page_form .form_input.privacy {
    margin-top: 77px;
    	align-items:flex-start;
}

.page_form .form_input input[type=text] {
	    font-family: Latin;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
        background: none;
        border-bottom:1px solid #DDDDDD;
        text-align:left;
}

.page_form .form_input input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #998C92
}
.page_form .form_input input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #998C92
}
.page_form .form_input input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #998C92;
}
.page_form .form_input input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #998C92
}

.page_form .form_input > label {
	    font-family: Latin;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0px;
    background: none;
    text-align: left;
    display:block;
    line-height:initial;
    color:#998C92;
}

.form_container {
	max-width: 800px;
    width: 75%;
}

.form_container .form_input.bigger {
	width:60%;
	float:left;
		margin-top:0;
	
}

.form_container .form_input.half {
	width:45%;
	float:left;
		margin-top:0;
	
}

.form_container .form_input.half + .half {
	width:45%;
	float:left;
		margin-top:0;
		margin-left:10%;
	
}

.form_container .form_input.smaller {
	width:30%;
	float:right;
	margin-top:0;
}



.form_detail {
	 margin-bottom: 5vw;   
}

.privacy > textarea {
	      width: 98%;
    border: none;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-family: Geometria;
    text-align: left;
    background: none;
    height: 35px;
    margin-top: 6px;
    resize:none;
}

.form_controls {
	    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 75%;
    max-width: 800px;
}

.form_submit {
	    margin-top: 0px;
	    cursor:pointer;
  
    
}

.form_submit:hover .circle_button .back {
	background:#666666;
}
.form_submit:hover .circle_button .arrow img{
	filter: brightness(10);
}

.form_reset {
	 cursor:pointer;
}

.form_reset p {
	font-size: 20px;
    font-family: Latin;
    letter-spacing: 5px;
    color: #333333;
        line-height: 40px;
    
}

.form_submit .circle_button {
	     margin-top: 0;
     margin-left: 0; 
}


p.radio_input {
       float: left;
    font-family: Lato;
    color: #333333;
    font-size: 12px;
    position: relative;
    width: 100%;
    height: 18px;
    margin-top: 26px;
}

p.radio_input > input {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}

p.radio_input:not(#foo) > input[type=radio] + label {
    background-position: 0 -7px;
}
p.radio_input:not(#foo) > input + label {
    background: url(../images/radio_input.png) 0 -1px no-repeat;
    height: 16px;
}
p.radio_input > label {
    line-height: 16px;
    padding: 0px 0px 1px 28px;
    float: left;
    letter-spacing: 0px;
    line-height: 17px;
    font-family: Geometria;
    font-size: 15px;
    color: #333333;
    display: block;
}

p.radio_input:not(#foo) > input[type=radio]:hover + label, p.radio_input:not(#foo) > input[type=radio]:focus + label, p.radio_input:not(#foo) > input[type=radio] + label:hover {
    background-position: 0 -32px;
}
p.radio_input:not(#foo) > input[type=radio] + label {
    background-position: 0 -7px;
}

p.radio_input:not(#foo) > input[type=radio]:hover:checked + label, p.radio_input:not(#foo) > input[type=radio]:focus:checked + label, p.radio_input:not(#foo) > input[type=radio]:checked + label:hover, p.radio_input:not(#foo) > input[type=radio]:focus:checked + label {
    background-position: 0 -57px;
}

p.radio_input:not(#foo) > input[type=radio]:checked + label {
    background-position: 0 -57px;
}



#specials_detail .panel_name {
        bottom: 100px;
    }
    
 #specials_detail    .panel_name .name_container {
	       position: absolute;
    margin-left: 0;
    top: 110px;
    margin-top: 0;
    left: -4px;
    height: 36px;
    }
    
#specials_detail     .date_container {
    top: 145px;
    left: 0;
    }
    
 #specials_detail    .panel_name.single_line {
    	bottom: 60px;
    }







@media (max-width:1755px) {
	
	.menu_close {
	right:-30px;
	}
	
	#panel_controls .prev .panel_text {
	left: 120px
	}
	
	#panel_controls .prev:hover .panel_text {
	transform: translateX(-50px);
}
	
	.menu_panel .menu_title_open .menu_title {
	    font-size: 21px;
	    font-weight: 300;
	    margin-top: 7px;
	    line-height: 26px;
	}
	
	.menu_panel .center {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    top: 0;
  
	}
	
	.menu_panel .upper {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  
	}
	
	
	#partners {
    padding: 50px 236px 50px calc(25% + 65px);
	}
}


@media (max-width:1440px) {
	#panel_controls .prev .panel_text {
	left: 130px
	}
	
	#panel_controls .prev:hover .panel_text {
	transform: translateX(-60px);
	}
	
	.det_num span {
    font-size: 14px;
	}
	
	.panel_detail {
    	width: 75%;
	}
	
	#scroller_controls {
 	   top: calc(50% - 30px);
	}
	
	.det_black {
    font-size: 14px;
    margin-top: 3px;
	}
	
	.det_white {
    font-size: 14px;
	}
	
	.section_panel .info_data {
	
           top: calc(100% - 240px);
	}
	
	.body_text {
	    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    max-width: calc(100% - 130px);
	}
	
	.p_detail .body_text {
		max-width:80%;
	}

	
	.panel_section_text {
	
    line-height: 28px;
        font-size: 16px;
        column-count:1;
            bottom: 45px;
  
	}
	
	.service_label {
	
       font-size: 13px;
	}
	
	#clocks {
		margin:none;
		width:100%;
	}
	
	.clock.main {
    margin: initial;
	}
	
	  .section_panel .info .num_back {
      transform: rotateZ(0deg) translateX(0) translateY(207px);
      
    }
    
      .section_panel .info {
        width: 360px;
      }
    
    
    .box_title h3 {
   
   	font-size: 18px;
    letter-spacing: 2px;
	}
	
	#experience_controller {
   
    width: 430px;
	}
	
	#section_content .paragraph.first {
	
	margin-bottom:140px;
	margin-top:100px;
	}
	
	.how_to_label .label {
    margin-left: 18px;
    font-family: Latin;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
	.how_to_label {
	    margin-left: 10px;
	        padding-bottom: 4.3vw;
	   }
	   
	 .panel_name {
        bottom: 100px;
    }
    
    .panel_name .name_container {
	       position: absolute;
    margin-left: 0;
    top: 110px;
    margin-top: 0;
    left: -4px;
    height: 80px;
    }
	
	.panel_name.single_line .name_container {
		height:36px;
	}
	
	.section_name {
		align-self:flex-start;
		letter-spacing: -3px;
	}
    
    .date_container {
    top: 145px;
    left: 0;
    }
    
    .panel_name.single_line {
    	bottom: 60px;
    }
    
   
    
    .panel_name.subsection {
    	
    }
    
    .panel_name.subsection .top_container {
    position: absolute;
    margin-left: 0;
    top: 105px;
    margin-top: 0;
    left:-4px;
    }
    
     .panel_name.subsection .section_top {
     	letter-spacing: -1px;
     }
    
    .panel_name.subsection .name_container {
    	top: 145px;
    	left: -6px;
    }
    
    
    .panel_name.location .name_container {
    	left:-2px;
    }
    
   #section_content  .paragraph_details {
    margin-top: 320px;
	}
	
	#dining_detail #section_content .paragraph_details {
    	margin-top: 425px;
	}
    
    .no_overflow.big_subtitle {
    margin-top: -10px;
    }
    
    .no_overflow > .big_subtitle {
    	font-size: 34px;
    }
    
    .big_title {
    	font-size: 45px
    }
    
    .big_title.smaller {
    font-size: 22px;
}
    
    .two_col {
    column-gap: 60px;
    }
    
   
    
    .closing.no_padding {
    	font-size: 18px !important;
    line-height: 33px;
    padding:10% 6%;    
    }
    
    .less_margin_small_monitor {
    	margin-top:-50px;
    }
    
    /*.pic_75 {
    	width: 100%;
    display: flex;
    align-items: center;
    }*/
    
    .pic_25 {
    	width:25%;
    }
    
   
    
    .pic_75 + .block_25 {
        width: 100%;
    }
    
    .specials .pic_75 + .block_25 {
    width:40%;
    }
    
    .specials .pic_75 {
    	width:66.6%;
    }
    
    .specials .closing {
    	padding: 12% 5vw;
    	font-size:18px !Important;
    }
    
    .emails .block_33 {
    	display:none;
    }
      .emails .block_65 + .block_25 {
    width:30%;
    }
    
    .emails .block_42 {
    	width:70%;
    }
    
    .emails .closing {
    padding: 12% 0 !important;
    margin: auto;
    }
    
    .specials .block_title {
        margin-top: 50px !important;
    margin-bottom: 50px !Important;;}
    
    .block_25 .usable_size {
        align-items:center;
            width: calc(100% - 95px);
    }
    
   .block_25 .usable_size.full {
	width:100%;
	}
    
     
      
      
      
      .form_info_block .form_description p {
   
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
}
    
    
    
    .form_info_block .form_description {
   
    margin-top: 190px;
	}
    
    .block_25.double .top {
     width: 100%;
    height: 50%;
    margin-top:0;
    margin-bottom:0;
    padding: 0;
    align-items: center;
	}
	
	
    
    .block_title {
    position: relative;
    right: auto;
    margin-right:0;
    width:auto;
    padding:0;
    margin-top: 25px;
    margin-bottom:25px;
    }
    
    .block_title .desc_title {
    font-size: 50px;
    position: relative;
   right:auto;
    text-align: center;
	}
	
	.block_title .desc_text {
	    text-align: center;
    text-indent: 7px;
	}
	
	.download_item {
     margin-right:0;
    position: relative;
    top: auto;
    right: auto;
    margin-top:0;
    margin-bottom: 25px;
	}
	
	 .block_25:hover .download_item {
	 	margin-top:50px;
	 }
	 
	 .closing.single {
	 font-size: 22px;
    padding: 120px 0;
    }
    .closing {
        font-size: 20px !important;
    line-height: 35px;
    padding: 15% 17%;
    }
    
    .quartet {
    	flex-wrap:wrap;
    }
    
  
  	
  	.quartet .block_25:nth-child(2) {
  		order:1;
  	}
  	
  	.quartet .block_25:nth-child(1) {
  		order:2;
  	}
  	
  		.quartet .block_25:nth-child(3) {
  		order:4;
  	}
  	
  	.quartet .block_25:nth-child(4) {
  		order:3;
  	}
    
     .quartet > *{
     	width:50%;
     }
     
     .quartet .has_pic {
     	height:300px;
     	display:flex;
     	align-items:center;
     	overflow:hidden;
     }
     
     .row.switch > *:nth-child(1) {
     	order:2;
     }
      .row.switch > *:nth-child(2) {
     	order:1;
     }
     
     .has_form .block_title .desc_text {
     	text-align:right !important;
     	font-size:25px;
     	letter-spacing: 4px;
     	
     }
     
    .has_form .block_title .desc_title {
     	text-align:right !important;
     	
     }
     
     .checkbox_label { 
    font-size: 15px !important;
	}
	
	.page_form {
		margin-top:150px;
	}
    
    
	.call_title .block_title .desc_title {
    font-size: 50px;
	}
	
	.call_title .block_title .desc_text {
    font-size: 25px;
	}
	
	.call_to .diagonal_line {
	top: 250px;
    left: 610px;
	}
   
	.main_block_title .diagonal_line {
    top: 250px;
    left: 610px;
	}	
	
	#location .row.first .block_33 {
		display:none;
	}
	
	#location .row.first .block_42 {
		width:75%;
	}
	
	
	.row.has_form.with_pic .page_form {
		width: 75%;
    margin-top: 162px;
    margin-bottom:100px;
	}
	
	.page_form + .block_25.flexed {
		margin-top:24px;
	}
	
	.overlay_title {
   
    letter-spacing: -5px;
	}
	
	.sitemap_block .download_item {
    margin-right: 0px;
	}
	
	.overlay_layer .left_panel {
   
    width: 26vw;
	}
	
	.overlay_layer .right_panel {
    width: 74vw;
	}
	
	#sitemapitem_box {
    width: calc(100% - 260px);
	}
	
	#dining_detail .diagonal_line {
	height: 15vw;
    top: -3.25vw;
	}
	
	.section_subtitle h2 {
		width:100%;
	}
	
	.press_item .item_sub {
	    font-size: 15px;
	    }
}

@media (max-width:1420px) {
	.menu_panel .menu_title_open .menu_title {	  
		 font-size: 18px;
		     margin-top: 7px;
		     height:10vh;
		 
	}
	
	
	
	.menu_panel .center {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    top: 0;
  
	}
	
	.menu_panel .upper {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  
	}
	
	.menu_title {
    font-size: 14px;
	}
	
	.menu_panel .menu_panel_content .menu_paragraph .menu_titles .menu_subtitle {
    font-size: 13px;
	}
	
	.menu_panel .menu_panel_content {
    margin-top: 0 !Important;
           height: calc(75vh - 7px) !important;
    }
    
    .menu_panel .menu_panel_content .menu_paragraph {
    	margin-top:1vh;
    	height:80px;
    
    }
    
    .form_input input {
    	font-size:30px;
    	
    }
    
    .form_input label {
 
    font-size: 20px;
    }
    
    #book_submit .submit {
    font-size: 28px;
    letter-spacing: 7px;
    }  
    
    #partners {
    padding: 50px 10% 50px 10%;
	}
	
	.copy {
		padding: 10px 10%;
	}
    
}


@media (max-width:1366px) {
	.section_panel_title h1 {

    letter-spacing: -1px;
	}
	
	
	.panel_name.has_date {
    bottom: 140px !Important;
	}
	
	.panel_name.has_date .name_container {
    margin-top: 0;
    height: auto !Important;
	}
	
	.date_container {
    top: 185px !Important;
    left: 0;
}
	
	.two_col {
		column-count:1;
	}
	
	#panel_controls .prev .panel_text {
	left: 130px
	}
	
}

@media (min-height:650px) and (max-height:800px){
	#right_content .upper {
    	height: 30vh;
	}
	
	#right_panel {
		right:-20px;
	}
	
	#right_content {
   	 	width: 49vh;
	}
	
	#true_perfection {
        width: 175px;
    position: relative;
    right: 23px;
    margin-left: initial;
    float: right;
    left: initial;
    margin-top: 20vh;
	}
	
	#true_perfection h2.perfection {
	    font-size: 35px;
	    margin-left: -6px;
	    letter-spacing: -1.5px;
	}
	
	#true_perfection h2.true {
    
    font-size: 22px;
    letter-spacing: 6px;
    line-height:30px;
    }
    
    #home_menu_button, #book_menu_button {
    top: 70%;
	}
	
	
    
    
}

@media (max-height:800px){
 .menu_panel .menu_panel_content {
    margin-top: 4vh;
    overflow:hidden;
        height: calc(81vh - 35px);
	}
	
	.form_input {
		width:320px;
		margin-top:50px;
	}
	
	  #experience_scrollbar{
	opacity:1;
	}
	
	.head_body {
   
    top: 4%;
	}
	
	#menu_logo {
    
    height: 220px;
	}
	
	#menu_center_side {
   
    height: 386px;
	}
	
	#menu_side {
  
    margin-top: -307px;
    
	}
	
	.gallery_controller {
  
    margin-top: -138px;
	}
	
	.panel_detail:first-child {
  margin-top:0;
	}
	
	
	
	.section_panel .section_triangle {
		    width: 250px;
    left: 8px;
    top: -53px;
	}
	
	.section_panel .info .num_back {
	-webkit-transform:rotateZ(0deg) translateX(0) translateY(97px);
	
		transform: rotateZ(0deg) translateX(0) translateY(97px);
	}
	
	.det_num {
    
    font-size: 50px;
    letter-spacing: -16px;
	}
	
	.panel_detail {
  
    margin-top: 35px;
	}
	
	.panel_section_text_container {
   
    height: calc(100% - 254px);
   
    bottom: 20px;
	}
	
	.panel_section_text {
		top: 0px;
    bottom: auto;
	}
	
	 #scroll_down {
    position: absolute;
    right: 109px;
	}
	
	
}

@media (min-height:801px) and (max-height:960px){
	#right_content .upper {
    height: 33%;
	}
	
	.c_letter {
		 margin-right: -40.4vh;
	}
	
	.c_letter.hidden {
		 margin-right: -37vh;
	}
	
	#true_perfection {
      width: 220px;
    position: relative;
    right: 27px;
    margin-left: inherit;
    float: right;
    left: inherit;
   margin-top: 52.5%;
	}
	
	#true_perfection h2.perfection {
	     font-size: 41px;
    margin-left: -6px;
    letter-spacing: 0px;
	}
	
	#true_perfection h2.true {
    
  font-size: 24px;
    letter-spacing: 6px;
    line-height: initial;
    }
    
     #scroll_down {
    position: absolute;
    right: 132px;
	}
    
   
    
  
    
}



@media (max-height:649px) and (min-width:961px){
	#true_mobile {
    width: 175px;
    position: absolute;
    top: 31%;
    left: 50%;
    margin-left: -280px;
    display: block;
	}
    
    #true_mobile .true_mobile {
    	font-family: Latin;
    font-size: 23px;
    letter-spacing: 7px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    }
    
    #true_mobile .perfection_mobile {
    	font-family: De Valencia;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 400;
    margin-left: -6px;
    }
    
    #true_mobile hr {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    margin: 10px 0;
    opacity: 0.5;	
    }
}

@media (max-height:649px) {
	#true_perfection {
		display:none;
	}
	
	   #home_menu_button, #book_menu_button {
    top: 90%;
	}
	
	#panel_logo .lifestyle {
    margin-top: 2px;
    margin-right: 2px;
    width: 65px;
	}
	
	#panel_logo .casangelina {
	    width: 170px;
	}
	
	#panel_logo {
    width: 173px;
    will-change: transform;
    position: relative;
    left: 50%;
       margin-left: -68px;
	}
	
	#scroll_down {
    right: 82px;
	}
	
	#right_content {
  
    width: 21%;
	}
		
}






@media (max-width:960px) {
	       

#mobile_lang_button:hover {
	text-decoration:none;
}


#mobile_lang_button  a:hover {
	text-decoration:underline;
}
	
	.mobile_only {
		display:block;
	}	
	
	.mobile_hidden {
		display:none;
	}
	
	
	
	.row.stripe .top_translated {
		 opacity: 0 !important;
    -webkit-transform: translateX(100px);
    transform: translateY(100px);
	}
	
	#main_veil {
		transform-origin:right;
		-webkit-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    display:block;
    background:#FFFFFF !important;
		
	}
	
	.loading_cover {
	  
    background: #FFFFFF !important;
}
	
	#main_veil.hidden {
	transform:scale(0,1);
	}

	
	
	#header img {
		position:relative;
		bottom:auto;
	}
	
	#true_mobile {
	    width: 175px;
	    position: absolute;
	    top: 38%;
	        right: calc(50% - 107px);
    }
    
    #true_mobile .true_mobile {
    	font-family: Latin;
    font-size: 23px;
    letter-spacing: 7px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    }
    
    #true_mobile .perfection_mobile {
    	font-family: De Valencia;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 400;
    margin-left: -6px;
    }
    
    #true_mobile hr {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    margin: 10px 0;
    opacity: 0.5;	
    }
    
    #side_mobile {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 40px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    }
    
    #index #side_mobile.hidden {
    	transform:translateX(-40px);
    }
    
    #side_mobile .menu_controller {
	       position: absolute;
    top: 50%;
    transform: rotateZ(90deg);
    margin-right: 0;
    margin-top: -12px;
    left: -13px;
    }
    
    #side_mobile .book_now {
	    transform: rotateZ(-90deg) translateX(65px) translateY(-1px);
	    width: 75px;
	    font-size: 15px;
    }
    
    .logo_mobile {
    	margin-left: 8px;
    	width: 23px;
    }
    
    #scroll_down {
    	bottom:15px;
    	margin-left: 0;
    }
    
    #menu_mobile {
    	position: fixed;
    z-index: 1;
    width: calc(100% - 40px);
    margin-left: 40px;
    background: #F2F0F1;
    height: 100vh;
    overflow:hidden;
    
    }
    
    #menu_mobile .first_panel {
    	   padding: 15px 20px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
        width: calc(100vw - 40px);
        float:left;
        position:relative;
    	
    }
    
    #menu_mobile .first_panel .upper {
          display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 50px;
    }
    
    #menu_mobile .first_panel .center {
        padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    
    #menu_mobile .first_panel .lower {
    
    }
    
    #menu_mobile #chapters {
    	margin-top:30px;
    }
    
     #menu_mobile .chapter {
    	display:flex;
    	position:relative;
    }
    
     #menu_mobile .chapter > img {
   position: absolute;
    top: 11px;
    right: -10px;
    padding: 10px;
     }
    
     #menu_mobile .chapter .par_number {
        font-size: 20px;
    }
    
    #menu_mobile .chapter .menu_title {
    margin-top: 13px;
    margin-left: 8px;
    letter-spacing: 1px;
    }
    
    #menu_mobile .chapter .menu_title:hover {
    text-decoration:underline;
    }
    
    #mobile_socials {
    	    display: flex;
    align-items: center;
    justify-content: center;
    }
    
     #mobile_socials .social_icon {
         padding: 0 12px;
	}
	
	.menu_small_button.smaller {
    	margin-top: 10px;
	}
	
	.copyright {
		    font-size: 10px;
    margin-top: 23px;
    text-align: center;
	
	}
	
	#menu_mobile_scroller {
	height:100%;
	/*	  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  */
	}
	
	#menu_mobile_scroller.menu_scroll_transition {
	 -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
	}
	
	#section_panels {
	
    height: 100%;
        padding: 15px 0 10px 20px;
    background: #FFFFFF;
    margin-left: 1px;
        box-sizing: border-box;
        overflow:hidden;
        float:left;
	}	
	
	.section_track {
		height: 42px;
    will-change: transform;
    width: calc(100% - 20px);
	}
	
	
	#section_track .chapter {
	
	}
	
	.section_track .tracking{
	width: 100%;
    height: 1px;
	}
	
	.section_track  .track {
		width: 100%;
    height: 1px;
    background: #CDCDD1;
    opacity: 0.7;
	}
	
	
	.section_track  .filler {
	    width: 100%;
    height: 1px;
    background: #999999;
    margin-top: -1px;
    transform: scale(0,1);
    transform-origin: left;
	}
	
	
	.section_panel._2 .filler {
	transform: scale(0.333333,1);
	} 
	
	.section_panel._3 .filler {
	transform: scale(0.66666,1);
	} 
	
	.section_panel._4 .filler {
	transform: scale(1,1);
	} 
	
	#mobile_panels_container {
	height: 100%;
	display:flex;
	}
	#section_panels .section_panel {
    height: 100%;
    margin-right: 21px;
    position: relative;
    width: calc(100vw - 61px);
}

#section_panels .section_panel:last-child {
	margin-right:0;
}
	
	#section_panels .section_panel .paragraphs {
	margin-top: 32px;
        height: calc(100% - 290px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    width: calc(100% - 20px);
    overflow:hidden;
	}
	
	#section_panels .section_panel .lower {
		pointer-events:none;
	}
	
	.text_shadow_upper {
		pointer-events:none;
	}
	
	#section_panels .paragraph_container {
	padding-bottom:50px;
	  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  
		
	}
	
	#section_panels .section_panel .paragraphs .menu_titles {
		margin-top: 21px;
		    display: block;
    float: left;
    clear: both;
	}
	
	
	#section_panels .section_panel .paragraphs .menu_titles .underline {
		width: 100%;
	    height: 1px;
	    background: #333333;
	    position: relative;
	    top: 1px;
	    -webkit-transform:scale(0,1);
	    transform:scale(0,1);
	    transform-origin:left;
    }
    
    #section_panels .section_panel .paragraphs .menu_titles:hover .underline {
     -webkit-transform:scale(1,1);
	    transform:scale(1,1);
    }
	
	#section_panels .section_panel .paragraphs .menu_titles:first-child {
		margin-top:0px;
	}
	
	#section_panels .section_panel .paragraphs .menu_titles .menu_title {
		font-size: 14px;
	}
	
	#section_panels .section_panel .paragraphs .menu_titles .menu_subtitle {
		font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    }
    
    #specials_detail .section_subtitle h2 {
    font-size: 16px;
    }
    
    #section_panels .section_panel .lower {
    	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    }
    
    #section_panels .section_panel .pic {
    	width:100%;
    	will-change:transform;
    }
    
    .section_panel .next_chapter {
    	    margin-top: 15px;
    margin-bottom: 5px;
    height:16px;
        text-transform: lowercase;
        pointer-events: all;
    }
    
    .menu_panel_scrollbar {
    top: 76px;
    right: 22px;
    height: calc(100% - 305px);}
    
    .menu_panel_scrollbar .pointer {
      -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  }
    
    
    
     #menu_mobile.hidden {
    	transform:translateX(100%);
    }
    
    .row {
    width: calc(100% - 40px);
    margin-left: 40px;
    }
    
    .row.content {
    width: calc(100% - 60px);
    margin-left: 40px;
    padding: 0 10px;
}
    
    .next_chapter img {
    	    margin-left: 10px;
    }
    
    .body_text {
          column-count: 1;
       font-size: 15px;
    line-height: 24px;
    width: 90% !important;
    max-width: 90% !important;
    
    }
    
    .big_subtitle + .body_text {
   	 margin-top: 40px;
	}
	
	
	.big_title {
		font-size:25px;
	}
	
	.no_overflow > .big_subtitle {
   font-family: Latin;
    font-size: 21px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-top: 13px;
	}
	
	.paragraph.first {
 		margin-left:0;
	}
	
	.row.stripe .full_pic img {
	    width: 100%;
	}
	
	.main_block_title {
    height: auto;
    margin-bottom:50px;
  
	}
	
	.main_block_title .block_title {
       position: relative;
    top: -5px;
    right: 0;
    left: 2px;
    margin-top: 0; 
    margin-bottom: 0px; 
	}
	
	.block_title .desc_title {
    font-size: 40px;
    letter-spacing: -2px;
        line-height: 55px;
	}
	
	.description_box {
    padding: 20px 10px;
	}
	
	.desc_title {
    font-size:23px;
	}
	
	.desc_text {
		font-size:18px;
	}
	
	hr {
   
    margin: 10px 0;
	}
	
	.half_pic {
    width: 100%;
    float: left;
	}
	
	
	#experience_box {
		padding:0;
		    display: flex;
    flex-direction: column;
    margin-top: 50px;
        min-height: 570px;
	}
	
	#experience_box > .left {
		width:100%;
		    order: 2;
	}
	
	#experience_box > .right {
   width: 100%;
       padding: 30px 20px;
    order: 1;
    box-sizing: border-box;
        min-height: 360px;
	}
	
	.exp_box_pic {
    float: left;
    width: 100vw;
	}
	
	.exp_data {
    margin-left: 00px;
	}
	
	.exp_data .desc_text {
   
        width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	
	.box_title {
    margin-left: 0px;
    margin-top: -8px;
	}
	
	.box_title h3 {
    font-size: 17px;
    letter-spacing: 1.5px;
	}
	
	.section_panel_title h1 {
    font-size: 23px;
	}
	
	.data_container {
		margin-top:30px;
	}
	
		#experience_controller {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    margin-top:10px;
    height:80px;
	}
	
	
	
	
	.exp_data .more p {
    font-size: 14px;
	}
	
	#experience_controller .controller_left {
    display: flex;
    align-items: center;
    width: 100%;
    order: 2;
    justify-content: flex-start;
	}
	
	#experience_controller .controller_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
	}	
	
	.circle_button {
   
    height: 31px;
    width: 31px;
   
	}
	
	.circle_button .back {
   
    width: 30px;
    height: 30px;
  
	}
	
	#experience_controller .circle_button.right {
    order: 1;
    margin-left: 8px;
	}
	
	#experience_controller .circle_button.left {
    margin-right: 8px;
	}
	
	#date {
	       padding: 50px 0;
	}
	
	#date .year {
	    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: center;
    font-size: 80px;
    }
    
    #date .day {
	    left: 0;
	    margin-left: 0;
	    text-align: center;
	    font-size: 20px;
	    width: 100%;
	    letter-spacing: 3px;
    }
    
    
    #weather {
        padding: 150px 0 50px 0;
	}
    
    #meteo_box {
    	position:relative;
    }
    
    .meteo_row {
    	margin-top:50px;
    }
    
    .meteo_ico_big img {
    	width:50px;
    }
    
    .meteo_ico_big{
    	height:75px;
    }
    
    .hour_box.active .hour_ico img, .hour_box:hover .hour_ico img {
    transform: scale(0.75) translateY(-3px);
	}
	
	.hourly_row {
    display: flex;
    margin-top: 80px;
    padding: 0 10px;
	}
    
    .meteo_row .data {
    display: flex;
    justify-content: space-around;
	}
    
    .meteo_row:nth-child(2) > div:nth-child(1) {
    	width: 66.666%;
    }
    
   .meteo_row:nth-child(2) > div:nth-child(2) {
	        position: absolute;
	    top: -70px;
	    left: 50%;
	    margin-left: -100px;
    }
    
   .meteo_row:nth-child(2) > div:nth-child(3) {
        width: 33.333%;
     }
     
     .meteo_row .data > div {
     	display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
    flex-direction: column;
     }
     
     .meteo_row .data > div img {
     margin-right: 0px; 
    margin-bottom: 10px;
	}
	
	.meteo_stats {
		font-size:16px;
	}
	
	.hour_box:nth-child(1),.hour_box:nth-child(2) {
		display:none;
	}
	
	.hour_box {
		width:16.6666%;
	}
	
	#days_box {
		display:none;
	}
	
	#socials_mobile {
	    background: #EAEAEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
	}
	
	#socials_mobile .desc_text {
	text-align: center;
	}
	
	#social_container {
	    margin-top: 30px;
	        width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
	}
	
	#social_container .social_ico {
		margin-top:0 !Important;
	}

	
    .footer_logo {
        margin-top: 50px;
    }
    
    .footer_logo img {
        margin: auto;
    display: block;
    }
    
    .footer_text {
        margin-top: 50px;
        position:initial;
    }
    
    .footer_text p {
        text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    }
    
    .mobile_copy {
     font-family: Latin;
    letter-spacing: 2px;
    color: #999999;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    }
    
    .mobile_copy .smaller {
    font-size: 13px;
    margin-top: -4px;
    display: block;
    }
    
    .privacy_link {
    font-family: De Valencia;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top: 50px;}
    
    .dh_mobile {
        display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 18px;
    }
    
    
    
    
    
    /*********************** PANELS *****************/
    
    #panel_controls {
    	display:none;
    }
    
    .controller_text {
    font-size: 13px;
    text-transform: lowercase;
    margin-top: -1px;
	}
	
	.instructions {
	    position: absolute;
    bottom: 151px;
    color: #FFFFFF;
    font-size: 14px;
    right: 0;
	width: calc(100% - 68px);    
	text-align: center;
    }
	
	.swipe_ad {
	     position: absolute;
    top: 18px;
    right: 10px;
    display: flex;
    align-items: center;
	}
	
	.swipe_ad p {
		margin-right:10px;
	}
	
	.section_subtitle h2 {
	margin-top: -5px;
	}
	
	
	.section_panel .details {
	background:rgba(173, 172, 178, 0.7)
	}
	
	.swipe_ad .circle_button {
		width:26px;
		height:25px;
	}
	
	.swipe_ad .back {
		background:#FFFFFF;
		width:25px;
		height:25px;
	}
	
	.swipe_ad .arrow {
	
    left: -1px;
    margin-top:2px;
}
	
	.swipe_ad img {
	-webkit-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
	}
	
    #section_scroller {
    width:calc(100vw - 40px);
    left:40px;
    }
    
    
    #section_scroller_container {
    	height:100%;
    }
    
    .section_panel {
    	width:calc(100vw - 40px);
    }
    
    .panel_section_title {
   font-size: 18px;
       max-width: 200px;
    margin-top: 20px;
	}
	
	
	
	.panel_section_text {
	top: 0;
    width: calc(100% - 65px);
    position: relative;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 27px;
	}
	
	.panel_intro {
    height: 100%;
	}
	
	.panel_separator {
		display:none;
	}
	
	.info_details {
    margin-top: 0px;
	}
	
	.panel_detail {
    width: 82%;
    right: 4%;
    position: relative;
    margin-top: 25px !important;
	}
	
	.section_panel .info {
    width: 320px;
	}
	
	.section_panel .info .num_back {
	-webkit-transform: rotateZ(0deg) translateX(0) translateY(120px);	
transform: rotateZ(0deg) translateX(0) translateY(120px);
width:960px;	
}

.section_panel .section_triangle {
    width: 250px;
    left: -3px;
    top: -34px;
}
	
	.section_panel .info_data {
    top: calc(100% - 214px);
    padding-left: 12px;
	}
	
	.det_num {
    
    font-size: 50px;
    letter-spacing: -15px;
   
	}
	
	#head_content {
		display:none;
	}
	
	#section_animation .section_triangle {
		visibility:hidden;
	}
	
	#section_animation .section_panel {
    width: calc(100vw - 40px);
    cursor: default;
	}
	
	#section_animation .section_panel .section_pic{
		width:100%;
	}
	
	#section_animation {
		left:40px;
		width: calc(100% - 40px);
	}
	
	#content[data-controller=panel_detail] #section_scroller {
	display:none !important;
	}
	
		#section_animation .info {
		width:100%;
		}
	
	#section_animation .num_back {
		    background: #CFCED3;
    border-top: 10px solid #B1B1B7;
    height: 120px;
    transform: none;
    top: auto;
    bottom: 0;
    padding: 0;

	}
	
	#section_animation .section_pic img {
		left:0 !important;
	}
	
	#section_animation .info {
		bottom:-20px;
	}
	
	#section_animation .section_subtitle {
	    margin-top: 8px;
	}
	
	#section_content .row:first-child  {
	display: flex;
    flex-direction: column;
    }
    
    #section_content  .paragraph.first {
        order: 1;
    width: 100%;
        margin-top: 7.5vw !important;
    margin-bottom: 7.5vw !important;
    }
    
    .paragraph_details {
    order: 2;
    }
    
    .p_detail {
    margin-top: 25px;
	}
	
	.less_margin_small_monitor {
    	margin-top:0px;
    }
    
    #inroom_title {
    padding: 25px 0;
    width: 100%;
    min-width: 0;

    	
	}
	
	#services_row {
		margin-left:0;
		width:100%;
		    flex-direction: column;
	}
	
	#inroom_title .separator {
		display:none;
	}
	
	#inroom_services {
    width: 100%;
    background: #FFFFFF;
    min-width:0;
	}
	
	.title_2 {
		margin-left:0;
	}
	
	.service_row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
   width: 100%;
	}
	
	#inroom_services .usable_size {
    width: 100%;
    align-items:center;
	}
	
	#style_details {
    margin-top: 35px;
	}
	
	.style_row {
		display:block;
	}
	
	#style_details .stark {
		display:none;
	}
	
	.style_shadow_top {
		display:none;
	}
	
	.style_title .desc_text {
    font-size: 25px;
    line-height: initial;
    text-indent: 9px;
    line-height: 45px;
	}
	
	.style_title .desc_title {
    font-size: 40px;
	}
	
	
	.style_label {
    position: absolute;
    height: 40px;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    transform-origin: left;
    z-index: 2;
    min-width: 290px;
    left: 0px !important;
    right: 0;
    bottom: 0 !important;
    top: auto !important;
	}
	
	.w25, .w75, .w58, .w42 {
		width:100%;
	}
	
	.style_title {
  position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 0;
    margin-left: 0;
    z-index: 1;
	}
	
	.service_pic {
		display:none;
	}
	
	#panelDetailController {
		display:none;
	}
	
	#panelMobileController {
    position: fixed;
    width: calc(100% - 40px);
    bottom: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    left: 40px;
    overflow: hidden;
    pointer-events: none;
    will-change: transform;
    background: rgb(234, 234, 236);
    display: flex;
    justify-content: space-between;
	}
	
	#mobileBack {
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
	}
	
	#mobileBack img {
		margin-right:10px;
	}
	
	  #mobileBack .line_container {
    	left:10px;
    	top:0;
    }
    
    #mobileBack .line_container .line {
    	background:#333;
    }
	
	#panelMobileController .right_side {
    float: right;
    display: flex;
	}
	
	
	#mobilePrev {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    padding-right:10px;
	}
	
	#mobilePrev .circle_button.left {
		margin-right:10px;
	}
	
	#mobileNext .circle_button.right {
		margin-left:10px;
	}
	
	.mobileCtrlText {
	    font-size: 14px;
	}
	
	#mobileNext {
	padding:10px 0;
	    font-size: 14px;
    padding-left:10px;
    display: flex;
    align-items: center;
	}
	
	#mobileNext img {
	  transform:rotateZ(180deg);
	}
	
	 #section_content .paragraph_details {
    	    margin-top: 0 !important; 
    padding: 0;
    width: 100%;
        margin-bottom: 50px;
    }
    
    .block_25 .usable_size {
    align-items: center;
    width: 100%;
	}
	
	.block_25 {
    width: 100% !important;
	}
	
	.flexed, .has_form {
		flex-wrap:wrap;
	}
	
	.row.parallax {
		/*margin-top:40px;*/
	}
	
	.block_42 {
    width: 100% !important;
	}
	
	.block_25.double {
    width: 100%;
    height: auto !Important;
	}
	
	.closing.no_padding {
        font-size: 15px !important;
    line-height: 28px;
    font-family: Geometria;
    padding: 5% 5%;
	}
	
	
	
	
	.has_form .block_title .desc_title {
    text-align: left !important;
	}
	
	.form_info_block .block_title {
   width:100%;
   margin-top:50px;
	}
	
	.form_info_block {
		width:100%;
		    align-items: flex-start;
	}
	
	.has_form .block_title .desc_text {
    text-align: left !important;
    font-size: 22px;
    margin-top: 0;
    text-indent: 0;
	}
	
	.form_info_block .form_description {
    width: 100%;
    position: relative;
    max-width:auto;
    right: 0%;
    margin-top: 0px; 
	}
	
	.form_info_block .form_description p {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
	}
	
	.page_form {
   margin-top: 30px !important;
    width: 100% !important;
}

.has_form.full .page_form {
    width: 100%;
}
	
	
	.form_container {
	    max-width: 800px;
	    width: 100%;
	}
	
	.form_container .form_input.half {
    width: 100%;
	}
	
	.form_container .form_input.half + .half {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-left: 0;
	}
	
	.page_form .form_input {
    margin-top: 25px;
    max-width: 800px;
    width: 100%;
    display: block;
	}
	
	.page_form .form_input input[type=text] {
    font-size: 18px;
	}
	
	.form_container + .form_container {
    margin-top: 25px;
	}
	
	.page_form .form_input > label {
    font-size: 18px;
    
	}
	
	.privacy > textarea {
    width: 100%;
    
    height: 55px;
   
	}
	
	
	.form_controls {
    margin-top: 40px;
    width: 100%;
    align-items: flex-end;
}
	

	
	.form_reset {
    cursor: pointer;
    line-height: 33px;
    top: 8px;
    position:relative;
	}
	
	.form_input label {
    width: 86%;
    font-size:14px;
	}
	
	.submit {
    font-size: 25px;
	}
	
	.form_submit {
    margin-top: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
	}
	
	
	p.radio_input > label {
    
    font-size: 13px;
	}
	
	.page_form .form_input.privacy {
    margin-top: 35px;
    align-items: flex-start;
	}
	
	.body_text.smaller {
    font-size: 14px;
    line-height: 22px;
	}
	
	.p_detail h4 {
	font-size:14px;
	}
	
	.main_block_title .diagonal_line {
       top: 64px;
    left: 274px;
    height: 230px;
	}
	
	.call_title .block_title .desc_text {
   font-size: 20px;
    text-indent: 0;
    margin-top: 0;
    line-height: 28px;
    margin-left: 5px;
}

.call_title .block_title .desc_title {
    font-size: 35px;
    right: 0px !important;
    letter-spacing: -4px;
}

.call_to .main_block_title {
    background: rgb(244, 244, 245);
    padding: 15px 0;
    margin-bottom:0;
}

.closing.single {
	    width: 100%;
    padding: 0 5%;
    min-width: 0;
       font-size: 15px !important;
    line-height: 23px;
    font-family: Geometria;
    padding: 30px 0;
}

.checkbox_container {
    float: right;
    width: 100%;
    margin-top: 7px;
}

.has_form.contact .block_title {
    margin-top: 0;
    align-items: center;
    margin-bottom: 0;
}

.has_form.contact .form_info_block {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.stuff {
      	display:none !important;
      }


.block_33 {
    width:100%;
}

.pic_66 {
	width:100%;
}

 .pic_75 {
    	width: 100% !important;
    display: flex;
    align-items: center;
    }
    
    .pic_62 {
    width: 100%;
	}
    
    .block_25 {
        width: 100%;
    }
    
    .pic_25 {
    	width:100%;
    }
    
  
    .quartet .block_25:nth-child(3) {
  		order:3;
  	}
  	
  	.quartet .block_25:nth-child(4) {
  		order:4;
  	}
      .block_25.double {
      	display:block;
      }
      
      .block_25.double .bottom {
      	height:auto;
      }
      
      .stuff {
      	display:none !important;
      }
    
    .block_25.double .top {
    width: 100%;
   
    height: auto !important;
 margin-top:50px;
    margin-bottom: 50px;
    padding:0;
	}
	
	.morelink {
	    height: 50px;
    display: flex;
    border-left: 1px solid #FFFFFF;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 25px;
    }
    
    #index .morelink, #facilities_detail .morelink, #lifestyle_detail .morelink {
    border-left: 1px solid #999999;
    }
    
    .morelink span {
    position: relative;
    top: 7px;
    left: 5px;
    font-size: 14px;
    text-decoration: underline;
    }
	
	.closing, .specials .closing {
	font-size: 15px !important;
    line-height: 28px;
    font-family: Geometria;
    padding: 8% 8%;
    }

.grey_box {
   
    height: auto !important;
    padding: 20px 0;
}

#lifestyle_detail .block_33 .block_title .diagonal_line {
    top: 26px;
    left: calc(100% + 30px);}


.block_title .desc_title.giant {
    font-size: 40px;
    line-height: 45px;
}

.letters {
    overflow: hidden;
    padding-left: 12px;
}

.letters .letter {
   
      font-size: 40px;
    letter-spacing: 5px;
   
}

.panel_section_subtitle {
    font-family: Geometria;
    font-size: 16px;
    color: #FFFFFF;
}

.block_33.flexed.centered .block_title + .block_title {
    margin-top: 0vw;
}

.circle_button.bottom .arrow img {
    transform: rotateZ(90deg) translateY(1px);
}

.page_form + .block_25 {
	margin-top:30px;
	order:1;
}

#fullscreen_gallery .numbers {
    right: -34px;
    left: auto;
}

.gallery_controller {
	    right: 20px;
}
	
.advice {
	position: absolute;
    bottom: 22px;
    left: 27px;
    z-index: 6;
    display: flex;
    align-items: center;
}

.advice img {
	    width: 36px;
    margin-top: 4px;
    margin-right: 14px;
}

.advice p {
	    color: #FFFFFF;
    font-size: 13px;
    width: 200px;
}

#fullscreen_gallery .counter {
   
    font-size: 20px;
    margin-top:0;
}

#fullscreen_gallery .total {
   
    font-size: 20px;
    
    margin-top: 22px;
}

.gallery_diagonal {
    height: 45px;
   
}

.big_title.smaller {
    font-size: 16px;
    margin-top: 5px;
}


.overlay_layer .left_panel {
	display:none;
}

.overlay_layer .right_panel{
	width:100%;
}

.form_input {
    width: 300px;
    margin-top: 30px;
}

.form_input input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
    color: #666666;
    font-family: De Valencia;
    text-align: center;
    font-size: 26px;
    letter-spacing: -3px;
}


#book_form_container .form_input label {
	    flex-direction: row;
    justify-content: center;
        font-size: 18px;
}

#book_form_container .form_input label img {
    margin-left: 15px;
    margin-top: 4px;
   
}

#book_form_container .form_input.people{
margin-top: 90px;
}
 
 #book_submit {
 
 margin-top:50px;
 }
 
 #contacts .section_panel .info_data {
    top: calc(100% - 169px);
    padding-left: 12px;
	}
	
	#contacts #section_animation .num_back {
	    height: 70px;
	}

#contacts .closing {
    padding: 5% !important;
}

#contacts .closing a {
	position:initial;
}


#press .section_panel .info_data {
    top: calc(100% - 169px);
    padding-left: 12px;
	}
	
	#press #section_animation .num_back {
	    height: 70px;
	}
	
	.row.content + .row.press{
		margin-top:0 !Important;
		
	}
	
	.press_year_container {
    display: flex;
    flex-wrap: wrap;
   }
   
   .press_year {
    font-family: Latin;
    font-size: 50px;
    color: #FFFFFF;
    margin-left: 0;
    line-height: 193px;
	}
	
	.press_year_box {
    width: 100%;
    height: 100px;
    background: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   
   .press_items {
    width: 100%;
    position: relative;
    top: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
    min-height: 0;
	}
	
	.press_item .item_sub {
   margin-top: 10px;
    font-size: 14px;
	}
	
	.row.press {
    margin-top: 50px;
}
	
	
	.press_item {
    margin-top: 20px;
    float: left;
	}
	
	.press_item .item_title {
    font-size: 21px;
    line-height: 27px;
	}
	
	.phone_ico {
	padding: 20px;
    position: relative;
    top: -10px;
    left: -10px;
    }
	
	.chapter .phone_ico {
	position: absolute;
    right: -19px;
    left: auto;
    top: -13px;
    }
    
    #scroll_mobile {
    left: calc(50% + 0px);
    bottom: 55px;
    position: absolute;
    }
    
    .overlay_close {
    position: absolute;
    top: -1px;
    right: 5px;
    }
    
    
    #partners.mobile_hidden {
	display:none;
	}
	
	 #partners.mobile_only {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    height: 360px;
	}
  

}

@media (min-height:729px) and (max-width:960px){
	.panel_detail {
		margin-top:50px !important;
		
	}
	
	.info_details {
	margin-top:50px;
	}
	
	#fullscreen_gallery .advice {
		display:none !important;
	}
}



@media (max-height:380px) {
	#side_mobile .menu_controller{
	opacity:0;
	}
	
	#fullscreen_gallery .numbers {
		opacity:0;
	}
	
	#fullscreen_gallery .gallery_controller {
	top: 0;
    height: 100%;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    }
	
	
}


.iScrollIndicator {
  
    background: #cfced3 !important;
    border: none !important;
    border-radius:0 !important;
}
.iScrollVerticalScrollbar {
    width: 10px !important;
    right: 0px !important;
}


/****************** SECTION PANELS ******************/

.section_panel[rel=junior-suite] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=grand-de-luxe] .section_pic img {
	left:-40vw;
	position:relative;
}

.section_panel[rel=terrace] .section_pic img {
	left:-49vw;
	position:relative;
}

.section_panel[rel=relaxing] .section_pic img {
	left: -19vw;
	position:relative;
}
.section_panel[rel=romantic] .section_pic img {
	left:-14vw;
	position:relative;
}
.section_panel[rel=classic] .section_pic img {
	left:0vw;
	position:relative;
}

.section_panel[rel=single] .section_pic img {
	left:-23vw;
	position:relative;
}

.section_panel[rel=eaudesea-experience] .section_pic img {
	left: -33.3333vw;
	position:relative;
}


.section_panel[rel=canopy] .section_pic img {
    position: relative;
    left: -34vw;
}

.section_panel[rel=taste] .section_pic img {
	left:-33.333vw;
	position:relative;
}

.section_panel[rel=un-piano-nel-cielo] .section_pic img {
	left:-33.333vw;
	position:relative;
}

.section_panel[rel=our-chef-for-you] .section_pic img {
	left:-33.333vw;
	position:relative;
}

.section_panel[rel=wine-cellar] .section_pic img {
	left:-33.333vw;
	position:relative;
}

.section_panel[rel=marrakech-bar] .section_pic img {
	left:-37vw;
	position:relative;
}

.section_panel[rel=pool-sundeck] .section_pic img {
   left: -26vw;
    position: relative;
}

.section_panel[rel=breakfast] .section_pic img {
	left:-63vw;
	position:relative;
}

.section_panel[rel=happening-and-events] .section_pic img {
	left:-33.333vw;
	position:relative;
}


.section_panel[rel=moonlight-shadow] .section_pic img {
	left:-23vw;
	position:relative;
}

.section_panel[rel=romance-retreat] .section_pic img {
	left:-52vw;
	position:relative;
}

.section_panel[rel=body-and-soul] .section_pic img {
	left:-20vw;
	position:relative;
}

.section_panel[rel=easy-reach] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=dolce-vita] .section_pic img {
	left:-33.3333vw;
	position:relative;
}






.section_panel[rel=wellness] .section_pic img {
	left:-25vw;
	position:relative;
}

.section_panel[rel=la-gavitella-beach] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=concierge] .section_pic img {
	left:-15vw;
	position:relative;
}

.section_panel[rel=modern-art] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=coffee-table-book] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=praiano] .section_pic img {
	left:-31vw;
	position:relative;
}

.section_panel[rel=positano] .section_pic img {
	left:-46vw;
	position:relative;
}

.section_panel[rel=ravello] .section_pic img {
	left:-25vw;
	position:relative;
}

.section_panel[rel=amalfi] .section_pic img {
	left:-32vw;
	position:relative;
}

.section_panel[rel=hotel-photogallery] .section_pic img {
	left:-15vw;
	position:relative;
}

.section_panel[rel=rooms-photogallery] .section_pic img {
	left:-33.3333vw;
	position:relative;
}

.section_panel[rel=dining-photogallery] .section_pic img {
	left: -46vw;
	position:relative;
}

.section_panel[rel=facilities-photogallery] .section_pic img {
	left:-32vw;
	position:relative;
}

.section_panel[rel=art-photogallery] .section_pic img {
	left:-32vw;
	position:relative;
}
   .satir2 {float:left;width:50%; position:relative}  
   .satir3 {float:left;width:33.33333333%; position:relative}  

   
@media (max-width: 600px){ 
    .satir2 {float:left;width:100%; position:relative}  
    .satir3 {float:left;width:100%; position:relative}}
