.map_plus {
	float: right;
}
.map_minus {
	float: right;
	display: none;
}

.map_display_one {
	position: absolute;
	top: 40px;
	right: 8vw;
	background: #186471;
	color: #fff;
	padding: 5px 10px;
	width: 12em;
	z-index: 50;
	cursor: pointer;
	font-size: .8em
}
.map_display_two {
	position: absolute;
	top: 70px;
	right: 8vw;
	background: #739dd3;
	color: #fff;
	padding: 5px 10px;
	width: 12em;
	z-index: 50;
	cursor: pointer;
	font-size: .8em
}
.map_display_three {
	position: absolute;
	top: 100px;
	right: 8vw;
	background: #e68d68;
	color: #fff;
	padding: 5px 10px;
	width: 12em;
	z-index: 50;
	cursor: pointer;
	font-size: .8em
}
.map_display_four {
	position: absolute;
	top: 130px;
	right: 8vw;
	background: #bb87b5;
	color: #fff;
	padding: 5px 10px;
	width: 12em;
	z-index: 50;
	cursor: pointer;
	font-size: .8em
}

#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;
}
#map .marker {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: 'Effra-Light';
  	font-weight: normal;
  	font-style: normal;
  	font-size: 14px;
  	letter-spacing: 0px;
}

#map .marker-logo {
	display: block;
	width: 62px;
	height: 166px;
	background-repeat: no-repeat;
	background-image: url('../img/map-icon.svg');
	background-size: cover;
	background-position: left top;
}

#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: 0;
	text-align: center;
	min-width: 160px;
}
.occupiers_color {
	background: #186471;
	color: #fff;
}
.bars_color {
	background: #739dd3;
	color: #fff;
}
.hotels_color {
	background: #e68d68;
}
.fitness_color {
	background: #bb87b5;
	color: #fff;
}


/*
#map .marker .marker-content p {
	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 #6d6e70;
}
#map .marker .occupiers_color:after {
	border-top: 10px solid #186471;
}
#map .marker .bars_color:after {
	border-top: 10px solid #739dd3;
}
#map .marker .hotels_color:after {
	border-top: 10px solid #e68d68;
}
#map .marker .fitness_color:after {
	border-top: 10px solid #bb87b5;
}

#map .marker .marker-content h3 {
	line-height: 1em;
	font-size:16px;
	margin: 0;
	padding: 10px;
	font-family: 'Effra-Light';
  	font-weight: normal;
  	font-style: normal;
}

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

.hotspots {
	padding: 40px 0;
	overflow: hidden;
}

.hotspots li {
	display: inline-block;
	float: left;
	margin: 0 0 0 30px;
}

.hotspots li:first-child { 
	margin: 0;
}

.hotspots li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}

.hotspots li a {
	white-space: nowrap;
}

.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 {
	background-color: #186471;
	color: #fff;
	padding-top: 7px;
}

.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;
	background-color: #739dd3;
	color: #fff;
	padding-top: 7px;
}

.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;
	background-color: #e68d68;
	color: #fff;
	padding-top: 7px;
}

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

.marker.map4,
.hotspots li a[href="#map4"]:hover:before,
.hotspots li a[href="#map4"].active:before,
.list.map4a:before {
	display: none;
	background-color: #bb87b5;
	color: #fff;
	padding-top: 7px;
}



.list {
	display: none;
	height: 60%;
	z-index: 1;
}

.list:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.9;
	z-index: -1;
}

.list ul {
	display: block;
	width: 100%;
	height: 100%;	
	overflow-y: scroll;
	counter-reset: item;
	list-style: none;
}

.list ul li {
	display: block;
	padding: 0 20px 0 50px;
	margin-bottom: 10px;
	cursor: pointer;
}

.list ul li:first-child { 
	margin-top: 20px;
}

.list ul li:last-child { 
	margin-bottom: 40px;
}

.list ul li a:before {
    display: inline-block;
    content: counter(item) " __ ";
    counter-increment: item;
	letter-spacing:-1px;
	margin-left:-30px;
	width: 30px; 
}

.list ul li a:before,
.list ul li a {
	color: #000;
}

.list ul li:hover a:before,
.list ul li a.active:before,
.list ul li:hover a,
.list ul li a.active {
	color: #000000;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {

.map_display_one {
	top: 40px;
}
.map_display_two {
	top: 68px;
}
.map_display_three {
	top: 96px;
}
.map_display_four {
	top: 124px;
}

}
@media (max-width: 991px) {
.map_display_one {
	top: 40px;
}
.map_display_two {
	top: 64px;
}
.map_display_three {
	top: 88px;
}
.map_display_four {
	top: 112px;
}


}
@media (max-width: 767px) {



}