.map_plus {
	float: right;
}
.map_minus {
	float: right;
	display: none;
}
.map_buttons {
	position: absolute;
	top: 40px;
	left: 8vw;
	z-index: 50;
}
.map_display_one {
	background-color: #EAEDE8;
	color: #313036;
	padding: 5px 10px;
	width: 12em;
	cursor: pointer;
	font-size: .8em;
	border: 1px solid #313036;
}
.map_display_two {
	background-color: #EAEDE8;
	color: #313036;
	padding: 5px 10px;
	width: 12em;
	cursor: pointer;
	font-size: .8em;
	border: 1px solid #313036;
	margin-top: .3vw;
}
.map_display_three {
	background-color: #EAEDE8;
	color: #313036;
	padding: 5px 10px;
	width: 12em;
	cursor: pointer;
	font-size: .8em;
	border: 1px solid #313036;
	margin-top: .3vw;
}
.map_active1 {
	background-color: #3f4640 !important;
	color: #fff !important;
}
.map_active2 {
	background-color: #84ac8f !important;
	color: #fff !important;
}
.map_active3 {
	background-color: #c1e8b8 !important;
	color: #fff !important;
}


#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	background-color: #fff;
	text-align: left;
}
#map .marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


#map .marker-logo {
	display: block;
	width: 51px;
	height: 71px;
    margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icon.svg');
	background-size: cover;
	background-position: center center;
}

#map .marker .marker-content {
	display: none;
	position: absolute;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 15px 10px;
	background-color: #1c444c;
	text-align: center;
	min-width: 160px;
	text-align: center;
	color: #fff;
}

#map .marker .marker-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
	bottom: -5px;
	margin: 0 0 -5px 0px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1c444c;
}



#map .marker .marker-content h3 {
	line-height: 1em;
	font-size:13px;
    letter-spacing: .5px;
	margin: 0;
    margin-bottom: 15px;
	font-family: 'Averta';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#map .marker .marker-content a:hover {
	text-decoration: underline;
}

.marker-content img {
    width: 180px;
}

.hotspots li a[href="#map1"]:before { 
	border-color: #186471;
}

.marker.map1,
.hotspots li a[href="#map1"]:hover:before,
.hotspots li a[href="#map1"].active:before,
.list.map1a:before {
	width: 26px;
	height: 26px;
	background-image: url(../img/location/business.svg);
	background-size: cover;
}

.hotspots li a[href="#map2"]:before { 
	border-color: #739dd3;
}

.marker.map2,
.hotspots li a[href="#map2"]:hover:before,
.hotspots li a[href="#map2"].active:before,
.list.map2a:before { 
/* 	display: none; */
	width: 26px;
	height: 26px;
	background-image: url(../img/location/bars.svg);
	background-size: cover;
}

.hotspots li a[href="#map3"]:before { 
	border-color: #e68d68;
}

.marker.map3,
.hotspots li a[href="#map3"]:hover:before,
.hotspots li a[href="#map3"].active:before,
.list.map3a:before {
/* 	display: none; */
	width: 26px;
	height: 26px;
	background-image: url(../img/location/leisure.svg);
	background-size: cover;
}

.marker.map4,
.hotspots li a[href="#map4"]:hover:before,
.hotspots li a[href="#map4"].active:before,
.list.map4a:before {
/* 	display: none; */
	width: 26px;
	height: 26px;
	background-image: url(../img/location/fitness.svg);
	background-size: cover;
}

.map_key {
position: absolute;
    width: 20rem;
    padding: 2.5rem;
    background-color: #fff;
    bottom: 0px;
    right: 10rem;
    z-index: 500;
}