<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 13px 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 16px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	}
}
@media(max-width: 780px) {
	body, html {
	font: normal 15px 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.1em !important;
	}
	#menu .main li ul.child li a {
		font-size: 0.9em !important;
	}
	header h1.logo a	{
		top: 1px !important;
	}
}
@media screen and (max-width: 1024px) {
	.mobile	{
		display: block !important
	}
	body	{		
		background-size: contain !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 {
		height: 50px;
		margin: 0 auto;
		padding: 0;
		width: 94%;
	}
	.buttons button {
		background: #0456A7 url('../img/menu-icon.png') center center no-repeat;
		background-size: contain;
		height: 40px;
		margin: 5px 0 0 0;
		padding: 0;
		color: #ffffff;
		width: 100px;
	}
	.buttons button:hover,
	.buttons button.active {
		opacity: .7;
	}
	.buttons button:focus {
		outline: none
	}
	button.close-menu {
		background-color: #0456A7;
		color: #ffffff;
	}
	button.close-menu:focus {
		outline: none
	}
	.buttons .langs	{
		padding: 0;
	}
	.buttons .langs a	{
		background: #fff;
		color: #0456A7;
		font: 1.4em/38px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		height: 40px;
		margin: 5px 0 5px 5px;
		padding: 0 5px;
		width: 40px;
	}
	.mCSB_inside &gt; .mCSB_container {
		margin-right: 15px !important;
	}
	nav.menu {
		position: fixed;
		z-index: 20;
		background-color: #0456A7;
		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;
		padding: 5px 0;
	}	
	nav.menu ul li:nth-child(2n+1) {
		background: #0456A7;
	}
	nav.menu ul li:nth-child(2n+2) {
		background: rgba(235, 228, 197, .2);
	}
	nav.menu ul li:nth-child(2n+3) {
		background: rgba(20, 20, 106, .6);
	}
	nav.menu ul li:nth-child(2n+4) {
		background: rgba(165, 165, 165, .2);
	}
	nav.menu ul li:nth-child(2n+5) {
		background: rgba(219, 219, 219, .05);
	}
	nav.menu ul li:nth-child(2n+6) {
		background: rgba(255, 255, 255, .2);
	}
	nav.menu ul li:nth-child(2n+7) {
		background: rgba(119, 108, 134, .1);
	}
	nav.menu ul li:nth-child(2n+8) {
		background: rgba(255, 255, 255, .1);
	}
	nav.menu ul li:nth-child(2n+9) {
		background: rgba(0, 0, 0, .05);
	}
	nav.menu ul li:nth-child(2n+10) {
		background: rgba(95, 87, 106, .6);
	}
	nav.menu ul li:nth-child(2n+11) {
		background: rgba(165, 165, 165, .2);
	}
	nav.menu a, nav.menu li span  {
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		font: 1.5em/1em 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 #fff;
	}
	nav.menu ul li.overflow-hidden:hover {
		background: rgba(235, 228, 197, .2);
	}
	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 {
		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 {
		background: none;
	}
	nav.push-menu-left li ul.child li a {
		padding: 15px 5px 15px 15px;
	}
	nav.menu ul li ul.child li:hover {
		background: none;
	}
	nav.push-menu-left ul.child li, nav.push-menu-left ul.child li:first-child {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	nav.push-menu-left ul.child li:last-child {
		border-bottom: none
	}
	nav.menu ul ul.child li a {
		font: 1.3em 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;
	}
	.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;
		line-height: 30px !important;
	}
	#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: 0 1 48% !important;
		width: 48% !important;
		 -webkit-flex: 0 1 48% !important;
		-moz-flex: 0 1 48% !important;
		-ms-flex: 0 1 48% !important;
	}
	#content article.rooms .submenus .link-img, #content article.rooms .submenus .details, #content .submenus .room .width50	{
		flat: none !important;
		padding: 0;
		width: 100% !important;
	}
	#content .submenus .room .more	{
		margin: 0 0 2% 0;
	}
	#content .submenus .room .width50 h5 a	{
		display: block;
	}
	#content article.rooms .submenus .details	{
		padding: 0 0 1% 0;
	}
	#content article .submenus .room p {
		text-align: center;
	}
	.submenus.mobile {
		background: url('../img/form.png') center top no-repeat;
		padding: 8% 0 2% 0;
	}
	.submenus.mobile h4 a	{
		color: #fff;
		font: 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		padding: 2% 0 2% 0;
		text-align: right;
	}
	.submenus ul li	{
		list-style: url('../img/submenu.png') inside;
		margin: 0 0 1px 5%;
		padding: 3% 0;
	}
	.submenus.mobile h5 a	{
		color: #fff;
		font: 1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
		text-align: left;
	}
	#content .youtube-player	{
		float: none !important;
		width: 100% !important;
	}
	#content article header {
		width: 100%;
		height: auto;
		margin: 5% 0;
	}
	#content article form {
		width: 100%;
	}
	#content .news a.more_rev, #content .news a.less_rev {
		width: 60% !important;
	}
	h1.logo, #menu	{
		width: 40% !important;
	}
	header .book	{
		padding: 0 1% 0 0;
		width: 59% !important;
	}
	header h1.logo a	{
		background: transparent url(/img/logo.png) center center no-repeat;
		background-size: contain;
		height: 100% !important;
		left: 0;
		top: 0 !important;
	}
	header a.res	{
		background: #fff;
		color: #0456A7;
		font: 2em/42px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
		height: 42px;
		margin: 5px 1% 0 1%;
		width: 98%;
	}
	header a.res.offers	{
		background: #aa9bc0;
	}
	article header h1	{
		width: 100% !important;
	}
	header.main.fixed	{
		display: none !important;
	}
	#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;
	}
	.flex70, .flex30	{
		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;
	}
	.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: 48% !important;
	}	
	.banner	{
		padding: 0 0 5% 0 !important;
	}
	.banner form.input-holder	{
		background: url(/img/form.png) center top no-repeat !important;
		margin: 0px 0 0 0; !important;
		padding: 80px 10% 5% 10% !important;
		width: 100% !important;
	}
	#content .grid	{
		-moz-column-count: 3 !important;
		-webkit-column-count: 3 !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	{
		border-top: 1px solid #ddd2c0;
	}
	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;
	}
	footer .address, footer .phone, footer .mob, footer .fax, footer .email {
		text-align: center !important;
	}
	.credits .copy	{
		text-align: center !important;
	}
	.header_text {
		width: 60% !important;
	}
	.submenus.none	{
		display: none !important;
	}
	#cycle {
		height: auto !important;
	}
	#content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
		margin: 2% auto !important;
		float: none !important;
		width: 60%;
	}
	#content article .submenus .room h5 {
		margin: 0;
	}
	#content article.rooms h5 a, #content article.rooms .submenus .details p, #content article .submenus .room h5 a {
		display: block;
		text-align: center;
	}
	#content article .sub .submenus ul li {
		padding: 2% 3%;
	}
	#content article .sub .submenus ul li h5 a {
		line-height: 1.6em;
	}
	#content article table {
		 border-spacing: 0 !important; 
	}
	#content article.home div.text p, #content article.rooms p.text	{
		line-height: 40px !important;
	}
}
@media screen and (max-width: 500px) {
	.no-small-mobile	{
		display: none;
	}
	.submenus.no-float, .submenus.room	{
		margin: 2% 0 0 0%;
		width: 100% !important;
	}
	#content article.rooms .submenus	{
		flex: 0 1 90% !important;
		width: 90% !important;
		 -webkit-flex: 0 1 90% !important;
		-moz-flex: 0 1 90% !important;
		-ms-flex: 0 1 90% !important;
	}
	article.home .submenus.no-float	{
		width: 100% !important;
	}
	#content article .comment div.title {
		float: none !important;
		padding: 1% !important;
		margin: 0 !important;
		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 header {
		background: none;
	}
	#content header h2, #content header h3 {
		font-size: 3em;
		line-height: 1.5em;
	}
	#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 a.more, #content article header a.less {
		text-indent: -100000px !important;
	}
	#content article form label, #content article form .field_date {
		width: 100% !important;
	}
	#content article form p.submit-b {
		clear: both !important;
		float: none !important;
		margin: 0% auto !important;
	}
	#cycle iframe {
		height: 200px !important;
	}
	#cycle .price {
		font-size: 3em;
	}
	#content article.home div.text p, #content article.rooms p.text	{
		line-height: 30px !important;
	}
}
@media all and (max-width: 860px) { 
	.buttons br {
	  	display: none
	}
	#content .grid	{
		-moz-column-count: 2 !important;
		-webkit-column-count: 2 !important;
	}
	#content .offer .details p.dates	{
		font-size: 1em !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;
	}
	.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: 98% !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%
	}
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
	#content .offer	{
		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;
	}
	.banner form.input-holder	{
		margin: 0 auto !important;
		width: 100% !important;
	}
	.home-column	{
		float: left !important;
		margin: 1% !important;
		width: 48% !important;
	}
}
</pre></body></html>