<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen {
	header {
		height: 113px;
	}
	header .social_links {
		right: auto;
		left: 0;
	}

	nav {
		top: 113px;
	}

	.quickbook {
		top: 181px;
	}

	.ie #main {
		top: 0;
	}

	#main &gt; .ym-wrapper.content {
		max-height: 340px;
		margin-top: 200px;
	}
	#main &gt; .ym-wrapper.content .ym-wbox {
		height: 300px;
	}

	.rates {
		top: 236px;
		bottom: auto;
		left: 41px;
		right: auto;
	}
	.rates .ym-wbox &gt; div {
		width: 160px;
		height: 77px;
		float: none;
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.rates span {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid #000;
	}

	#main .showhide {
		position: absolute;
		top: -10px;
		right: -10px;
		left: auto;
	}
	#main .showhide a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 100%;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial;
		font-size: 100%;
	}

	.showhide {
		top: 181px;
		left: 55px;
	}
	.showhide a {
		display: block;
		width: auto;
		height: auto;
	}

	footer {
		height: 42px;
	}
	footer .ym-wbox {
		line-height: 42px;
	}

	nav.navbottom {
		position: relative;
		display: inline-block;
		float: right;
		bottom: auto;
		left: auto;
		right: auto;
	}

	.quickbook .ym-form &gt; div {
		margin-top: 1em;
		display: inline-block;
		*display: inline;
	}
	.quickbook .ym-form &gt; div.date {
		display: block;
		width: auto;
	}
	.quickbook .ym-form &gt; div.nights {
		width: auto;
	}
	.quickbook .ym-form &gt; div.book {
		float: none;
	}
	.quickbook .ym-form label {
		display: inline-block;
		*display: inline;
		padding: 0;
	}
	.quickbook .ym-form select, .quickbook.fixed .ym-form input {
		display: inline-block;
		*display: inline;
	}

	#slidecaption {
		display: block;
		position: fixed;
		bottom: 60px;
		right: 0;
		min-width: 390px;
		padding: 0 25px 0 0;
		min-height: 30px;
		line-height: 30px;
		z-index: -1;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
}

@media screen and ( max-width: 1320px) {

}

@media screen and ( max-width: 990px), screen and ( max-height: 600px ) {
	nav {
		top: auto;
	}

	.quickbook {
		top: auto;
	}

	#main &gt; .ym-wrapper.content {
		max-height: none;
		margin-top: 0;
	}
	#main &gt; .ym-wrapper.content .ym-wbox {
		height: auto;
	}

	.rates {
		top: auto;
		left: auto;
		max-width: none;
		height: auto;
		width: auto;
		overflow: visible;
		text-align: center;
	}
	.rates .ym-wbox &gt; div {
		display: inline-block;
		*display: inline;
	}

	footer {
		height: auto;
	}

	nav.navbottom {
		display: block;
		float: none;
	}

	#supersized {
		top: 155px;
	}
	#slidecaption {
		display: none;
	}
}

@media screen and ( max-width: 480px) {
	#supersized {
		top: 113px;
	}
}
</pre></body></html>