<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------ Media Queries ------------------------------------------------------------ */
@media(max-width: 2000px) {
	body, html {
	font: normal 14px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 1600px) {
	body, html {
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 1400px) {
	body, html {
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 1300px) {
	body, html {
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 1024px) {
	body, html {
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 780px) {
	body, html {
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 650px) {
	body, html {
	font: normal 11px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 400px) {
	body, html {
	font: normal 11px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media screen and (orientation: portrait) {
	.desktop	{
		display: none !important;
	}
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
	.desktop	{
		display: none !important;
	}
}
@media screen and (max-width: 1300px) {	
	.flex-no	{
		flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
	}
	.flex-no .submenus, .flex-no .room	{
		flex: 0 1 31% !important;
		 -webkit-flex: 0 1 31% !important;
		-moz-flex: 0 1 31% !important;
		-ms-flex: 0 1 31% !important;
		margin: 5px 1% !important;
		width: 31% !important;
	}
	.newsletter-form.width80	{
		width: 90% !important;
	}
	#content article .content-l .info	{
		margin: 1% 0 !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 1400px) {	
	#menu .main li a {
		font-size: 1.3em !important;
	}
/*	#menu .main li {
		margin: 0px 5px !important;
	}*/
}
@media screen and (max-width: 1024px) {
	#top-banner {
		display: none;
		padding: 0;
		overflow: hidden;
	}
	.mobile	{
		display: block !important
	}
	/*NAVIGATION*/
	button {
		font-family: Open Sans, 'Open', Arial, Helvetica, sans-serif;
		font-size: 14px;
		cursor: pointer;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.buttons {
		background: rgba(0,0,0,0.5);
		height: 50px;
		margin: 0 auto;
		width: 100%;
	}
	.buttons button {
		background: url('../img/menu-icon.png') center center no-repeat;
		background-size: contain;
		height: 40px;
		margin: 5px 0 0 5px;
		color: #fff;
		width: 100px;
	}
	.buttons button:hover,
	.buttons button.active {
		opacity: .7;
	}
	.buttons button:focus {
		outline: none
	}
	button.close-menu {
		background-color: rgba(0,0,0,0.5);
		color: #fff;
	}
	button.close-menu:focus {
		outline: none
	}
	.mobile.buttons .langs {
		padding: 10px;
		
	}
	.mobile.buttons .langs a {
		float: right;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	.mCSB_inside &gt; .mCSB_container {
		margin-right: 15px !important;
	}
	nav.menu {
		position: fixed;
		z-index: 20;
		background-color: rgba(0,0,0,0.5);
		overflow-x: hidden;
		overflow-y: visible;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav.menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}	
	nav.menu ul li {
		float: none;
	}
	nav.menu a, nav.menu li span  {
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		font: 2em/1em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		text-align: left;
	}
	nav.push-menu-left {
		top: 0;
		width: 300px;
		height: 100%;
		z-index: 99999;
	}
	nav.push-menu-left li {
		display: block;
		text-align: left;
		border-bottom: solid 1px rgba(255,255,255,0.7);
	}
	nav.menu ul li.overflow-hidden:hover {
		background: rgba(255,255,255,0.7);
	}
	nav.menu ul li.overflow-hidden:hover a {
		color: #000;
	}
	nav.menu ul li.overflow-hidden:hover ul.child li a {
		color: #fff;
	}
	nav.menu ul li.overflow-hidden:hover ul.child li:hover a {
		color: #000;
	}
	nav.push-menu-left li a, nav.push-menu-left li span {
		display: block;
		padding: 15px 10px;
		width: 230px;
	}
	nav.push-menu-left li a.show {
		background: url('../img/down.png') center center no-repeat;
		background-size: contain;
		cursor: pointer;
		margin: -49px 5px 0 0;
		padding: 15px 0px;
		width: 30px;
	}
	nav.push-menu-left li:first-child, nav.push-menu-left li:last-child {
		border-bottom: none
	}
	nav.menu ul li ul.child {
		background: rgba(0,0,0,0.5);
		display: none;
		text-align: left;
		width: 100%;
	}
	nav.menu ul li ul.child.display {
		display: block !important;
	}
	nav.push-menu-left li ul.child li a {
		padding: 15px 5px 15px 15px;
	}
	nav.menu ul li ul.child li:hover {
		background: rgba(255,255,255,0.5);;
	}
	nav.push-menu-left ul.child li, nav.push-menu-left ul.child li:first-child {
		border-bottom: solid 1px rgba(255,255,255,0.5);;
	}
	nav.push-menu-left ul.child li:last-child {
		border-bottom: none
	}
	nav.menu ul ul.child li a {
		font: 1.8em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		padding: 2%;
		text-transform: none;
	}
	nav.push-menu-left a {
		display: block;
	}
	nav.push-menu-left button.close-menu {
		height: 50px;
		background: url('../img/close.png') center center no-repeat;
		background-size: contain;
		width: 50px;
	}
	nav.push-menu-left button.close-menu:hover {
		opacity: .7;
	}
	nav.push-menu-left {
		left: -300px
	}
	body.pml-open nav.push-menu-left {
		left: 0
	}
	body.pml-open #wrapper {
		left: 300px
	}
	body.pmr-open #wrapper {
		left: -300px
	}
	.mask {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 15000;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
	}
	#content, #cycle.with-sidebar  {
		width: 100% !important;
	}
	#content .home-column, .submenus.no-float, .submenus.room	{
		width: 48% !important;
	}
	.submenus.no-float	{
		width: 100% !important;
	}
	article.home .more, article.home .less	{
		width: 60%;
	}
	article.home .submenus.no-float	{
		width: 50% !important;
	}
	#content article.home div.text p, #content article.rooms p.text	{
		margin: 3% auto 0 auto !important;
	}
	#content .home-column	{
		width: 50% !important;
		height: 305px !important;
	}
	#content article .content-l, #content article .content-r	{
		border-right: none !important;
		clear: both;
		float: none !important;
		padding: 1% 0 !important;
		width: 100% !important;
	}
	#content article .content-r form	{
		margin: 5% 0 0 0;
	}
	#content article form .submit-b	{
		margin: 3% 0 0 0 !important;
		width: 40% !important;
	}
	#content form.width100	{
		width: 100% !important;
	}
	#content article.single form.width60	{
		width: 80% !important;
	}
	#content article .content-l h2, #content article .content-l h3, #content article .content-r h2, #content article .content-r h3	{
		text-align: left !important; 
	}
	#content article .content-r h2	{
		margin: 3% 0 !important; 
	}
	#content article .comment p {
		font: italic 1.3em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif !important;
	}
	.flex-no	{
		flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
	}
	.flex-no .submenus, .flex-no .room	{
		flex: 0 1 48% !important;
		 -webkit-flex: 0 1 48% !important;
		-moz-flex: 0 1 48% !important;
		-ms-flex: 0 1 48% !important;
		margin: 5px 1% !important;
		width: 48% !important;
	}
	#content article.rooms .submenus	{
		flex: 48% !important;
		width: 48% !important;
		 -webkit-flex: 0 1 48% !important;
		-moz-flex: 0 1 48% !important;
		-ms-flex: 0 1 48% !important;
	}
	.submenus.mobile {
		background: #dbd8cc;
		padding: 0 0 5% 0;
	}
	.submenus.mobile h4 a	{
		color: rgba(255,255,255,0.5);;
		font: 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		padding: 2% 0 2% 0;
		text-align: right;
	}
	.submenus.mobile h5 a	{
		background: url('../img/submenu.png') left center no-repeat;
		color: #787878;
		font: 1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
		padding: 1% 0 1% 20px;
		text-align: left;
	}
	#content .home-column .align-justify.width100	{
		height: 50px;
		overflow: hidden;
	}
	#content article header {
		width: 100%;
		height: auto;
	}
	#content article form {
		width: 100%;
	}
	#content .news a.more_rev, #content .news a.less_rev {
		width: 60% !important;
	}
	#top-wa {
		float: right;
		text-align: center;
		font-size: 3em;
		color: #25d366;
		width: 19%;
	}
	#top-wa .wa-text {
		font-size: 1em;
	}
	h1.logo, #menu, header .book	{
		width: 40% !important;
	}
	header.main {
		height: 30px;
		position: relative;
	}
	header h1.logo a	{
		background: url(/img/logo.png) left center no-repeat !important;
		background-size: contain !important;
		height: 50px;
	}
	header a.res	{
		font: 2em/40px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		height: 40px;
		margin: 5px 0 0 0;
	}
	article header h1	{
		width: 100% !important;
	}
	header.main.fixed	{
		display: none !important;
	}
	.header-pad {
		height: 50px;
		padding: 0;
	}
	#menu .upper {
    	height: 120px !important;
	}
	.flex33	{
		flex: 48% !important;
		 -webkit-flex: 48% !important;
		-moz-flex: 48% !important;
		-ms-flex: 48% !important;
		margin: 5px 1% !important;
		width: 48% !important;
	}
	.offer.flex48	{
		flex: 0 1 48% !important;
		 -webkit-flex: 0 1 48% !important;
		-moz-flex: 0 1 48% !important;
		-ms-flex: 0 1 48% !important;
		width: 0 1 48% !important;
	}
	#content .offer .price {
		font-size: 3em !important;
		left: 0 !important;
		width: 100% !important;
	}
	#content .offer .details	{
		font-size: 0.9em !important;
	}
	#content .offer .details h3	{
		font-size: 2.5em !important;
	}
	#content .offer .details p.dates	{
		font-size: 1.3em !important;
	}
	#content .grid	{
		-moz-column-count: 3 !important;
		-webkit-column-count: 3 !important;
	}
	#content .offer .img-link	{
		margin: 0 !important;
		padding: 0 !important;
	}
	#content .offer:nth-child(2n+1) img	{
		width: 100% !important;
	}
	#content .offer:first-child img	{
		width: auto !important;
	}
	.upper .right.width33, .upper .right.width33 a, .upper .right.langs	{
		width: 100% !important;
		margin: 10px 0 0 0 !important;
	}
	.upper .right.width33	{
		margin: 5px 0 0 0 !important;
	}
	.upper .right.width33 a	{
		padding: 2% 0 !important;
	}
	footer	{
		margin: 5% auto 0 auto !important;
	}
	footer #footer .width90, footer #footer .width80, footer #footer .width60, footer #footer .width50, footer #footer .width40, footer #footer .width20	{
		text-align: center !important;
		margin: 1% 0 !important;
		width: 100% !important;
	}
	.credits .copy	{
		text-align: center !important;
	}
	.header_text {
		width: 60% !important;
	}
	.submenus.none	{
		display: none !important;
	}
	#cycle {
		height: auto !important;
	}
	
	img.slide-image {
		position: static;
	}
}/*
@media (max-width: 992px) {
	.facilities li {
		margin-top: -13%;
	}

	.facilities li:first-child {
		margin-left: 16.75%;
	}

	.facilities li:nth-child(3n) {
		clear: left;
	}

	.facilities li:nth-child(6n) {
		margin-left: 16.75%;
	}
}*/
@media (max-width: 768px) {
	.facilities &gt; li {
		width: 65%;
		margin-top: -25%;
	}

	.facilities li:nth-child(6n) {
		margin-left: 0;
	}

	.facilities &gt; li:nth-child(odd) {
		margin-left: 35%;
	}

	.facilities li figcaption {
		display: none;
	}
	footer .footer-col {
		float: none;
		width: 80%;
		border-bottom: 2px solid #bdbcbc;
		margin-bottom: 20px;
	}
	footer .footer-col:last-child {
		border: none;
	}
}
@media screen and (max-width: 500px) {
	.no-small-mobile	{
		display: none;
	}
	#content .home-column	{
		margin: 0;
		width: 100% !important;
	}
	.submenus.no-float, .submenus.room	{
		margin: 2% 0 0 0%;
		width: 100% !important;
	}
	#content article.rooms .submenus	{
		flex: 98% !important;
		width: 98% !important;
		 -webkit-flex: 0 1 98% !important;
		-moz-flex: 0 1 98% !important;
		-ms-flex: 0 1 98% !important;
	}
	article.home .submenus.no-float	{
		width: 100% !important;
	}
	#content .home-column h3 {
		padding: 0 !important;
		text-align: center !important;
	}
	#content article .comment div.title {
		float: none !important;
		padding: 1% !important;
		margin: 0 !important;
		width: 100% !important;
	}
	#content .home-column .more {
		width: 100% !important;
	}
	#content article form label {
		width: 100% !important;
	}
	.flex-no .submenus, .flex-no .room	{
		flex: 0 1 100% !important;
		 -webkit-flex: 0 1 100% !important;
		-moz-flex: 0 1 100% !important;
		-ms-flex: 0 1 100% !important;
		width: 100% !important;
	}
	#content article .content-l .info	{
		margin: 1% 0 !important;
		width: 100% !important;
	}
	#content article form .submit-b	{
		width: 60% !important;
	}
	#content .grid	{
		-moz-column-count: 2 !important;
		-webkit-column-count: 2 !important;
	}
	#menu .upper {
    	height: 120px !important;
	}
	.upper .right.width33, .upper .right.width33 a, .upper .right.langs	{
		width: 100% !important;
		margin: 5px 0 0 0 !important;
	}
	.upper .right.width33 a	{
		padding: 5px 0 !important;
	}
	.upper .right.langs	{
		margin: 10px 0 0 0 !important;
	}
	.flex33	{
		flex: 98% !important;
		 -webkit-flex: 100% !important;
		-moz-flex: 100% !important;
		-ms-flex: 100% !important;
		margin: 5px 1% !important;
		width: 98% !important;
	}
	.header_text {
		width: 80% !important;
		right: 10% !important;
		left: 10% !important;
		text-align: center !important;
	}
	#content article header h1, #content article header h2, #content article header h3 {
		width: 100% !important;
	}
	#content article header h3 { 
		font-size:2em;
	}
	#content article header a.more, #content article header a.less {
		text-indent: -100000px !important;
	}
	#content article form .field_date {
		width: 100% !important;
	}
	#cycle iframe {
		height: 200px !important;
	}
	.facilities &gt; li {
		width: 100%;
		margin-top: 10%;
	}

	.facilities li:nth-child(6n) {
		margin-left: 0;
	}

	.facilities &gt; li:nth-child(odd) {
		margin-left: 0;
	}

	.facilities li figcaption {
		display: none;
	}
	#awards {
		display: block;
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		background: none;
		padding: 5%;
	}
	#awards a {
		border-bottom: 3px dotted rgba(0,0,0,.3);
	}
	#awards span.ta1 {
		width: 50%;
	}
	#awards span.ta2 {
		width: 45%;
		margin-top: 15px;
	}
}
@media all and (max-width: 860px) { 
	.buttons br {
	  	display: none
	}
	.buttons button {
	  	padding: 10px 20px
	}
	#content .grid	{
		-moz-column-count: 2 !important;
		-webkit-column-count: 2 !important;
	}
	#content .offer .details p.dates	{
		font-size: 1em !important;
	}
	.offer.flex48	{
		flex: 0 1 98% !important;
		 -webkit-flex: 0 1 98% !important;
		-moz-flex: 0 1 98% !important;
		-ms-flex: 0 1 98% !important;
		margin: 5px 1% !important;
		width: 0 1 98% !important;
	}
	#content .offer img	{
		min-width: 100% !important;
	}
}
@media all and (max-width: 400px) {
	#content .grid	{
		-moz-column-count: 1 !important;
		-webkit-column-count: 1 !important;
	}
}
@media all and (max-width: 330px) { 
	nav.push-menu-left {
	  	top: 0;
	  	width: 100%;
	}
	nav.push-menu-left {
	  	left: -100%
	}
	body.pml-open nav.push-menu-left {
	  	left: 0
	}
	body.pmr-open nav.push-menu-right {
	  	right: 0
	}
	body.pml-open #wrapper {
	  	left: 100%
	}
	body.pmr-open #wrapper {
	  	left: -100%
	}
}
</pre></body></html>