<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

/* RESERVATION LABEL */
div.reservation_label {
	background: #BE4C54;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: calc(50% - 40px);
	cursor: help;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.reservation_label:hover {
	background: #ffffff;
	color: #282828;
}
@media only screen and (max-width: 991px) {

	div.reservation_label {
		display: none;
	}
	
}
div.reservation_label a,
div.reservation_label a:link,
div.reservation_label a:visited {
	text-decoration: none;
}
div.reservation_label h4 {
	font: normal 12px/12px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 0px 0px;
}
div.reservation_label h4:after {
	display: none;
}
div.reservation_label:hover h4 {
	color: #282828;
}
div.reservation_label h4 i {
	margin: 0px 10px 0px 0px;	
}
div.reservation_label span {
	font: normal 18px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.reservation_label:hover span {
	color: #282828;
}</pre></body></html>