html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}input,select,img,iframe{vertical-align: middle;}html{font-size:125%;}
    	
    .no_overflow {
	overflow:hidden;
	}
	
	body {
	overflow:hidden;
	}
	
	body.native-scroll {
	overflow:visible;}
	
	.no_transition {
	    -webkit-transition: none !important;
	    transition: none !important;
	}
	
	#homeTop {
	overflow:hidden;}
	
	.no_width {
		  transform: scale(0,1) !important;
	}
	
	.no_height {
		  transform: scale(1,0) !important;
	}
	
	.topImg.hidden {
		opacity:0;
		transform:scale(1.03);
	}
	
	.mobile_only {
		display:none;
	}
	section.full_height {
		height:100vh;
	}
	
	.top_hidden {
		 -webkit-transform: translateY(101%);
	    transform: translateY(101%);
	}
	
	.itemTitle {
		font-family: Montserrat;
	    font-size: 12px;
	    letter-spacing: 2px;
	    font-weight:600;
	    padding-bottom: 8px;
	    display:block;
	    position:relative;
	    z-index:1;
	    display:block;
	}
	
	
	
	@media all and (max-width:960px){
	#bookPanel.hidden {
	    transform: translateX(-105%);
		}
	}
	
	#bookPanel.hidden {
		transform:translateY(100%);
	}
	
	#mainLogo {
	  position: fixed;
	    right: 100px;
	    top: 20px;
	    width: 100px;
	    transform: translateY(38px);
	    z-index: 2;
	}
	
	#mainLogo > img {
		position:absolute;
		top:0;
		left:0;
	}
	
	
	#logoSub {
		    position: absolute;
	    top: 124px;
	    width: 100px;
	    height: 44px;
	}
	
	#logoSub svg {
		display:block;
	}
	
	#logoSub .lineTop {
		 width: 100px;
	    height: 1px;
	    background: #FFF;
	    position: absolute;
	    transform-origin:left;
	    
	}
	
	#logoSub.show:before, #logoSub.show:after {
		  transform:scale(1,1);
	}
	
	#logoSub .lineBottom {
		
	    width: 100px;
	    height: 1px;
	    background: #FFF;
	    position: absolute;
	    bottom: 0;
	    transform-origin:left;
	}
	
	#logoSub .lineBottom {
		
	}
	
	#logoHotel {
	    position: absolute;
	    top: 6px;
	}
	
	#logoAnd {
		    position: absolute;
	    top: 19px;
	}
	
	#logoWellness {
		    position: absolute;
	    top: 29px;
	}
	
	#logoStars {
		    position: absolute;
	    top: 102px;
	}
	
	#circle1 circle {
		stroke-dasharray: 301;
		stroke-dashoffset:0;
		transform-origin: center;
		transform:none;
	}
	
	#circle2 circle {
		stroke-dasharray: 201;
		stroke-dashoffset:0;
		transform:none;
		transform-origin: center;
		transform:rotateZ(180deg);
	}
	
	#circle1 circle.hidden {
		transform:rotateZ(-180deg);
		 stroke-dashoffset: 301;
		 transform-origin: center;
	}
	
	#circle2 circle.hidden {
		transform:rotateZ(90deg);
		stroke-dashoffset: 201;
	}
	
	#circle2 {
		position: absolute;
	    top: 0;
	    left: 0;
	}
	
	.sectionPay span {
	      color: #FFF;
	    font-family: Prata;
	    font-size: 75px;
	    letter-spacing: 6px;
	    margin-left: 22px;
	    display:inline-block;
	}