/* codeDESIGN - layout_project_specific.css */@charset "utf-8";/* RESERVATION LABEL */div.reservation_label {	background: #7c1b51;	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;}/* STATIC FLYER */div.static_flyer {	margin: 100px 0px 40px 0px;	padding: 0px 0px 0px 0px;	}div.static_flyer_subpage {	margin: 40px 0px 0px 0px;	padding: 0px 40px 0px 0px;}@media only screen and (max-width: 991px) {	div.static_flyer_subpage {		margin: 40px 0px 0px 0px;		padding: 0px 0px 0px 0px;	}	}/* OVERLAY */div.static_flyer a,div.static_flyer a:link,div.static_flyer a:visited {	width: 100%;	height: 100%;	display: inline-block;	position: relative;	font-weight: 400;	color: #ffffff;	text-decoration: none; }div.static_flyer_description {	margin: 0px 0px 40px 0px;	padding: 0px 0px 0px 0px;	}div.static_flyer div.static_flyer_item {	margin: 0px 0px 0px 0px;	padding: 10px 10px 10px 10px;	border: 10px solid #7c1b51;	position: relative;}@media only screen and (max-width: 991px) {	div.static_flyer div.static_flyer_item {		margin: 0px 0px 40px 0px;	}	}div.static_flyer div.static_flyer_item span.static_flyer_item_img_overlay {	background: rgba(255, 255, 255, 0.4);	width: 100%;	height: 100%;	position: absolute;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: alpha(opacity=0);	-moz-opacity: 0.0;	-khtml-opacity: 0.0;	opacity: 0.0;	-moz-transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s;	transition: all 0.5s ease 0s;}div.static_flyer div.static_flyer_item:hover span.static_flyer_item_img_overlay {	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	filter: alpha(opacity=100);	-moz-opacity: 1.0;	-khtml-opacity: 1.0;	opacity: 1.0;}div.static_flyer div.static_flyer_item span.static_flyer_item_img_overlay i {	font-size: 30px;	color: #ffffff;	position: absolute;	left: 50%;	top: 50%;	-webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);}