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

.google-map {
	position: relative;
	height: 400px;
	width: 100%;
	background-color: #fff;
}

.google-map-large {
	height: 600px;
}

.google-map img {
	max-width: none;
	display: inline;
	vertical-align: bottom;
}
.google-map .cluster img {
	max-width: 100%;
	max-height: 100%;
}

.google-map .cluster &gt; div {
	position: relative;
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.google-map label { 
	width: auto; 
	display: inline;
}

.google-map .infoBox {
	width: 300px;
}

.google-map a {
	text-decoration: none !important;
}

.google-map .infoBox img[src*="icon-close-white.png"] {
	position: absolute !important;
	z-index: 1001;
	width: 32px;
	height: 32px;
	margin: 0;
	top: -2px;
	right: -2px;
	opacity: 0.6;
	background-color: #fff;
	transition: all 0.2s;
}

.google-map .infoBox img[src*="icon-close-white.png"]:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
}


.map-marker-container {
	position: relative;
	max-width: 300px;
	font-size: 14px;
	background-color: #fff;
	transition: all 0.3s;
}


.map-marker-container .arrow-down {
	position: absolute;
	bottom: -28px;
	left: 20px;
	border-top-color: #fff;
	border-top-color: rgba( 255, 255, 255, 0.9);
	border-width: 14px;
}

.map-marker-container .content {
	padding: 2px 15px 10px 15px;
	text-align: left;
}

.map-marker-container .content .title {
	margin-bottom: 0px;
	transition: all 0.2s;
	visibility: inherit;
	color: #000;
	font-weight: bold;
}

.map-marker-container h2 {
	display: block;
	margin: 0 70px;
	padding: 12px 0 4px 0;
	font-size: 18px;
	font-weight: 300;
	color: #777171;
	text-align: center;
	max-height: none;
	overflow: hidden;
	text-decoration: none;
}

.map-marker-container h3 {
	display: block;
	margin: 0 70px;
	padding: 0 0 12px 0;
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	line-height: 1.2;
	text-align: center;
	max-height: 16px;
	overflow: hidden;
	text-decoration: none;
}


.map-marker-container .content {
	width: auto;
	height: 65px;
	padding: 10px 16px;
	overflow: hidden;
}

.map-marker-container .content label {
	display: block;
	width: 50%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 12px 0 26px;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	position: relative;
	white-space: nowrap;
}
.map-marker-container .content label.bedrooms {
	background-image: url('../img/icon-bedroom-blue.png');
}
.map-marker-container .content label.meetingrooms {
	background-image: url('../img/icon-meetingroom-blue.png');
}
.map-marker-container .content label.plenary {
	background-image: url('../img/icon-plenary-blue.png');
}

.map-marker-container .content label.stars {
	padding-left: 0;
}

.map-marker-container .content label.stars span {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url('../img/icon-star-empty.png');
	background-repeat: repeat-x;
	background-size: 18px 18px;
	background-position: left center;
}

.map-marker-container .content label.stars span &gt; span {
	background-image: url('../img/icon-star.png');
}
.map-marker-container .content span.stars-1 &gt; span {
	width: 18px;
}
.map-marker-container .content span.stars-2 &gt; span {
	width: 36px;
}
.map-marker-container .content span.stars-3 &gt; span {
	width: 54px;
}
.map-marker-container .content span.stars-4 &gt; span {
	width: 72px;
}
.map-marker-container .content span.stars-5 &gt; span {
	width: 90px;
}

.map-marker-container .footer {
	height: auto;
	border-top: 1px solid #f6f6f6;
	padding: 9px 16px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
}

.map-marker-container .footer span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.map-marker-container .footer span.rate {
	font-size: 14px;
	width: 30px;
	background-color: #4abfcc;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	margin-left: 6px;
}


.map-marker-container .footer a.basket {
	display: block;
	float: right;
	cursor: pointer;
	width: 28px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	left: auto;
	top: auto;
	background-image: url('../img/basket-blue.png');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center center;
	text-align: center;
	font-size: 11px;
	font-weight: 300;
	overflow: hidden;
	transition: all 0.15s ease;
}

.map-marker-container .footer a.basket:hover {
	background-size: 28px 28px;
}




.map-marker-container a:hover .title { 
	color: $color-text;
}

.map-marker-container img {
	width: 100%;
	height: auto;
}


</pre></body></html>