<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONT */

body {
	font-family:'Roboto Condensed',Arial,sans-serif;
	}


/* BACKGROUNDS AND COLORS */

/* color of the border on the top of the page */
body:after {
	background-color:#4A4A4A;
	}

/* background color of the current menu item */
@media screen and (min-width: 820px) {
	#nav #current, #nav a#current:after {
	background-color:#4A4A4A;
	}
}
	
/* background color of the headers in the slider */
.rslides-content h2 {
	background:#4A4A4A;
	}

/* hover color for the slider navigation arrows */
.next:hover, .prev:hover {
	background-color:#4A4A4A;
	}
	
/* background color of the form buttons */
button {
	background-color:#e7001d;
	}

/* background color of the features tags in the room pages */
.features li {
	background-color:#4A4A4A;
	}

/* background colors for the search widget */
.search, .search h3 span {
	background-color:#4A4A4A;
	}

/* background color for the active listing type */
a.listing-active {
	background-color:#4A4A4A;
	}

/* background color for the price tags */
[class^="char"] {
	background-color:#4A4A4A;
	}

/* border color for the links in the slider content */
.rslides-content p a:hover {
	border-color:#4A4A4A;
	}

/* background color of the footer area */
.footer {
	background-color:#4A4A4A;
	}

/* color for the links in the content */
a {
	color:#4A4A4A;
	}</pre></body></html>