
body {
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}
#map {
	width: 100%;
	height: 100vh;
}

.push-subscribe-btn {
	position: fixed;
	left: 12px;
	bottom: 16px;
	z-index: 1000;
	min-height: 36px;
	max-width: calc(100vw - 24px);
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	font: 600 13px/36px Arial, sans-serif;
	letter-spacing: 0;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
	cursor: pointer;
}

.push-subscribe-btn:hover,
.push-subscribe-btn:focus {
	background: rgba(0, 130, 168, 0.92);
	outline: none;
}

.push-subscribe-btn[disabled] {
	cursor: default;
	opacity: 0.74;
}

.map_overlays {
	top: 50px;
	right: 0px;
	width: 140px;
	position: absolute;
	z-index: 5;
	margin: auto;
	height: calc(100% - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}
.map_overlays .item {
	float: left;
	border-radius: 15px;
	border-radius: 50%;
	width: 120px;
	height: 120px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 10px;
	line-height: 120px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.map_overlays .item.hide {
	display: none;
}
.map_overlays .item:HOVER {
	background-color: #000;
	opacity: 0.7;
}

.streetimgs-overlay {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 60;
	width: min(420px, calc(100vw - 36px));
	padding: 12px;
	border-radius: 16px;
	background: rgba(16, 16, 16, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(8px);
}

.streetimgs-overlay__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 30px;
}

.streetimgs-overlay__title {
	padding-right: 34px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.streetimgs-overlay__image-wrap {
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}

.streetimgs-overlay__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(60vh, 420px);
	object-fit: contain;
}
