#map2 {
	height: 110vw;
}
#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	text-align: left;
	height: 60vw;
}
#map .marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
}
#map .marker {
	width: 30px;
	height: 0;
	padding-top: 40px;
}

#map .marker-logo {
	display: block;
	width: 140px;
	height: 0;
	padding-top: 170px;
	background-repeat: no-repeat;
	background-image: url('../img/map_marker_new.svg');
	background-size: cover;
}
#map .marker-logo01 {
	display: block;
	width: 200px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url('../img/marker01_new.svg');
	background-size: cover;
}
#map .marker-logo02 {
	display: block;
	width: 200px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url('../img/marker02_new.svg');
	background-size: cover;
}

#map .marker .marker-content {
	display: none;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px 10px;
	text-align: center;
	background: #F8F3EC;
	color: #000;
	text-transform: uppercase;
	font-family: "aileron", sans-serif;
	font-size: 14px;
	min-width: 100px;
}

#map .marker .marker-content p {
	color: #fff;
}

#map .marker .marker-content h3 {
	margin: 10px 0 5px;
	line-height: inherit;
	font-size: 20px;
	font-size:20px;
	letter-spacing:0;
}

#map .marker .marker-content a:hover {
	text-decoration: underline;
}

.marker.map1,
.hotspots li a[href="#map1"]:hover:before,
.hotspots li a[href="#map1"].active:before,
.list.map1a:before { 
	background-repeat: no-repeat;
	background-image: url('../img/map/coffee.svg');
	background-size: cover;
}

.hotspots li a[href="#map2"]:before { 
	border-color: #73dad4;
}

.marker.map2,
.hotspots li a[href="#map2"]:hover:before,
.hotspots li a[href="#map2"].active:before,
.list.map2a:before { 
	background-repeat: no-repeat;
	background-image: url('../img/map/pubs.svg');
	background-size: cover;
}

.hotspots li a[href="#map3"]:before { 
	border-color: #bc95da;
}

.marker.map3,
.hotspots li a[href="#map3"]:hover:before,
.hotspots li a[href="#map3"].active:before,
.list.map3a:before {
	background-repeat: no-repeat;
	background-image: url('../img/map/restaurants.svg');
	background-size: cover;
}

.hotspots li a[href="#map4"]:before { 
	border-color: #bc95da;
}

.marker.map4,
.hotspots li a[href="#map4"]:hover:before,
.hotspots li a[href="#map4"].active:before,
.list.map4a:before {
	background-repeat: no-repeat;
	background-image: url('../img/map/gyms.svg');
	background-size: cover;
}

.marker.map5,
.hotspots li a[href="#map5"]:hover:before,
.hotspots li a[href="#map5"].active:before,
.list.map5a:before {
	background-repeat: no-repeat;
	background-image: url('../img/map/shopping.svg');
	background-size: cover;
}

.marker.map6,
.hotspots li a[href="#map6"]:hover:before,
.hotspots li a[href="#map6"].active:before,
.list.map6a:before {
	background-repeat: no-repeat;
	background-image: url('../img/map/cycling.svg');
	background-size: cover;
}

.marker.map7,
.hotspots li a[href="#map7"]:hover:before,
.hotspots li a[href="#map7"].active:before,
.list.map7a:before {
	background-repeat: no-repeat;
	background-image: url('../img/map/Tree.svg');
	background-size: cover;
}