
* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

html, body {
	height: 100%;
}

body {
	background: #322a22;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #eee;
}

br.clear {
	clear: both;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
	padding-top: 20px;
}

/* container */

#container {
	float: left;
	width: 980px;
}

/* top */

#top {
	float: left;
	width: 980px;
	height: 150px;
	background: url('/_grafix/bg_top.png') top left no-repeat;		
}

/* logo */

#logo {
	float: left;
	width: 220px;
	height: 150px;
}

#logo img {
	float: left;
	height: 120px;
	margin-top: 10px;
	margin-left: 20px;
}

/* slogan */

#slogan {
	float: right;
	width: 720px;
	height: 35px;
	padding-top: 70px;
	padding-right: 20px;
	text-align: right;
	font-size: 21px;
	font-family: "daniel", serif !important;
	font-weight: 400;
	color: #5d4f40;
}

/* lan switch */

#lan_switch {
	float: right;
	width: 720px;
	height: 50px;
}

#lan_switch ul {
	float: right;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 7px;
}

#lan_switch li {
	float: right;
	height: 18px;
	vertical-align: top;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0 7px;
	border-right: 1px solid #aea79f;
}

#lan_switch li a {
	float: left;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #aea79f;
}

#lan_switch li a:hover {
	color: #5d4f40;
}

#lan_switch li b {
	color: #006736;
	text-transform: uppercase;
	font-weight: bold;
}

/* main */

#main {
	float: left;
	width: 980px;
	min-height: 300px;
	background: #463b30 url('/_grafix/bg_main.png') top left repeat-y;
}

/* navigation */

#navigation {
	float: left;
	width: 220px;
	padding-bottom: 20px;
}

#navigation ul {
	float: left;
	width: 200px;
	list-style-type: none;
	padding: 10px 10px;
	margin-bottom: 25px;
}

#navigation ul li {
	float: left;
	width: 200px;
	overflow: hidden;
}

#navigation ul li a {
	float: left;
	width: 180px;
	height: 20px;
	display: block;
	vertical-align: top;
	padding: 4px 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.4em;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #aea79f;
	border-bottom: 1px solid #867b70;
}

#navigation ul li a:hover {
	color: #fff;	
}

#navigation ul li a.selected, 
#navigation ul li a.selected:hover {
	background: #463b30;
	color: #fff;
}

/* navigation sub hover */

#navigation ul li ul {
	width: 200px;
	padding: 10px 0;
	color: #aea79f;
	list-style-type: none;
	background: #2c251e;
	margin-bottom: 15px;
}

#navigation ul li ul li {
	float: left;
	width: 180px;
	padding: 0 10px;
	vertical-align: top;
	height: auto;
	margin-right: 0;
	background: url('/_grafix/bg_navigation_item.png') center left no-repeat;
}

#navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 165px;
	height: 15px;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	padding: 3px 10px 3px 15px;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;
	border: 0;
}

#navigation ul li ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
	background: none !important;
}

#navigation ul li ul li a.selected,  
#navigation ul li ul li a.selected:hover {
	color: #fff;
	background: none !important;
	border-bottom: 0;
}

div.fb-like {
	margin-left: 20px;
}

/* content */

#content {
	float: right;
	width: 760px;
	padding-bottom: 25px;
}

#content a {
	color: #ddd;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content_gutter {
	float: left;
	width: 715px;
	padding-left: 30px;
	padding-right: 15px;
}

#content_left {
	float: left;
	width: 400px;
}

#content_right {
	float: right;
	width: 270px;
	padding-left: 15px;
	border-left: 1px solid #867b70;
}

#content em, 
#content_right em {
	font-size: 21px;
	font-family: "daniel", serif !important;
	font-weight: 400;
	line-height: 1.4em;
}

#content a.price {
	font-size: 18px;
	background: #6b6258;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}

#content span.price {
	font-size: 18px;
	background: #6b6258;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}

#content img.icon {
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}

#content a.button {
	clear: both;
	float: left;
	margin-top: 15px;
	
}

/* sidebar */

img.sidebar_image {
	float: left;
	margin: 0 5px 5px 0;
}

div.weather_day {
	float: left;
	width: 110px;
	background: #6b6258;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.weather_day b {
	float: left;
	width: 110px;
	text-align: center;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

div.weather_day div.image {
	float: left;
	width: 110px;
	text-align: center;
	background: #f0f0ef;
	padding-top: 3px;
}

div.weather_day span {
	float: left;
	width: 110px;
	text-align: center;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 25px;
}

/* h1 */

#content h1 {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 18px;
	color: #fff;
	line-height: 1.1em;
}

/* h2 */

#content h2 {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #dad8d6;
	margin-bottom: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #867b70;
	line-height: 1.2em;
}

/* layout */

#content p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

#content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#content table {
	width: 100%;
	margin-bottom: 25px;
}

#content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.5em;
}

/* slideshow */

#slideshow {
	float: left;
	width: 760px;
	height: 200px;
	border-bottom: 3px solid #322A22;
	margin-bottom: 20px;
	overflow: hidden;
}

/* home */

#home_text {
	float: left;
	width: 380px;
}

#home_sidebar {
	float: right;
	width: 290px;
	padding-right: 20px;
}

/* rooms */

table#rooms td {
	cursor: pointer;
	padding: 15px 0;
	border-bottom: 1px solid #867b70;
	vertical-align: middle;
}

table#rooms td img {
	float: left;
	margin-left: 15px;
}

/* sitemap */

ul#sitemap {
	font-size: 13px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 12px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 11px;
}

/* form */

#form {
	float: left;
	width: 450px;
}

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 450px;
	margin-right: -5px;
	line-height: 1.4em;
}

#form span.label, 
#form span.label_error {
	margin-bottom: 2px;
}

#form span.label_error {
	color: #FF4000;
}

#form span.error {
	font-size: 11px;
	color: #ff4000;
	margin-bottom: 4px;
}

#form span.hint {
	font-weight: normal;
	font-size: 11px;
	color: #ccc;
	margin-top: -4px;
	margin-bottom: 14px;
}

#form span.hint a {
	color: #777;
}

#form span.hint a:hover {
	color: #555;
}

#form span.checkbox, 
#form span.checkbox_error {
	float: left;
	width: 400px;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: 4px;
}

#form span.label b {
	color: #ccc;
}

#form span.label_error b {
	color: #FF4000;
}

/* fields */

#form input.text {
	float: left;
	width: 390px;
	height: 26px;
	background: #aea79f;
	padding: 3px 5px 3px 5px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #322a22;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#form textarea {
	float: left;
	width: 390px;
	height: 200px;
	background: #aea79f;
	padding: 4px;
	margin-bottom: 10px;
	color: #322a22;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#form select {
	float: left;
	width: 398px;
	background: #aea79f;
	margin-bottom: 5px;
	padding: 2px 0 2px 2px;
	color: #322a22;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin-right: -10px; /* IE6 hack */
}

#form select option {
	background: #aea79f;
	padding: 2px;
}

#form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

#form div.form_break {
	float: left;
	width: 400px;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #867b70;
}

#form div.form_title {
	float: left;
	width: 400px;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* feedback */

div.feedback {
	float: left;
	width: 530px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #468C00;
	margin-bottom: 10px;
}

div.feedback img {
	vertical-align: middle;
}

div.feedback span {
	color: #FF4000;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: #eee;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #5d4f40;
	background: #eee;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button:hover div,
button:active div {
	background: #fff;
}

button:hover span,
button:active span {
	background: #fff;
}

/* footer */

#footer {
	float: left;
	width: 980px;
	height: 110px;
	background: #251f19 url('/_grafix/bg_footer.png') top right no-repeat;
	margin-bottom: 75px;
}

#footer .gutter {
	float: left;
	width: 940px;
	color: #aea79f;
	font-size: 13px;
	line-height: 1.5em;
	padding: 35px 20px 0 20px;
}

#footer a {
	color: #aea79f;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#footer a:hover {
	color: #eee;
	border-bottom: 1px solid #eee;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: middle;
	line-height: 1em;
	margin-left: 8px;
}

/* popup */

.popup {
	position: fixed;
	right: 30px;
	bottom: 0;
	width: 450px;
	z-index: 500;
	box-sizing: border-box;
	padding: 30px;
	background: #FFF;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	transform: translateY(-30px);
	opacity: 0;
	animation: load_popup 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	transition: all 0.3s;
	transition-timing: cubic-bezier(.17,.67,.83,.67);
}

@keyframes load_popup {
	from { 
		opacity: 0;
		transform: translateY(0);
	}
	to { 
		opacity: 1; 
		transform: translateY(-30px);
	}
}

.close_popup {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	font-size: 11px;
	color: #999 !important;
	border: 0 !important;
}

.close_popup:hover {
	opacity: 0.75;
}

.popup_title {
	float: left;
	width: 100%;
	font-weight: 400 !important;
	font-size: 24px;
	line-height: 1.15em;
	color: #322a22;
	margin-bottom: 20px;
}

.popup_image {
	float: left;
	width: 150px;
	background-size: cover !important;
	border: 0 !important;
}

.popup_image img {
	float: left;
	width: 100%;
}

.popup_text {
	float: right;
	width: calc(100% - 180px);
	font-size: 16px;
	overflow: hidden;
}

.popup_text.full {
	width: 100%;
}

.popup_text p {
	color: #322a22;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 14px;
}

.popup_text a.button {
	color: #FFF;
	background: #322a22;
	padding: 7px 10px;
	text-decoration: none;
	display: inline-block;
}