#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%;
}

#map .marker-logo {
	display: block;
	width: 100px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map-icon.png');
	background-size: cover;
	background-position: left top;
}


#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: 0;
	text-align: center;
	color: #000;
	min-width: 160px;
}
.bars_color {
	background: #f1eda6;
}
.coffee_color {
	background: #faaebb;
}
.hotels_color {
	background: #be9ddc;
}
.fitness_color {
	background: #6fcfe8;
}
.culture_color {
	background: #e4976a;
}

/*
#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 .bars_color:after {
	border-top: 10px solid #f1eda6;
}
#map .marker .coffee_color:after {
	border-top: 10px solid #faaebb;
}
#map .marker .hotels_color:after {
	border-top: 10px solid #be9ddc;
}
#map .marker .fitness_color:after {
	border-top: 10px solid #6fcfe8;
}
#map .marker .culture_color:after {
	border-top: 10px solid #e4976a;
}

#map .marker .marker-content h3 {
	line-height: 1em;
	font-size:16px;
	margin: 0;
	padding: 10px;
	font-family: 'Raisonne-DemiBold';
	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: #fdafbb;
}

.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/bars.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/coffee.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/hotels.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/fitness.svg');
	background-size: cover;
}

.hotspots li a[href="#map5"]:before { 
	border-color: #bc95da;
}

.marker.map5,
.hotspots li a[href="#map5"]:hover:before,
.hotspots li a[href="#map5"].active:before,
.list.map4a:before {
	background-repeat: no-repeat;
	background-image: url('../img/culture.svg');
	background-size: cover;
}

.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 only screen and (max-width: 1100px) {
	.hotspots li {
		width: 33.3%;
		margin: 0 auto 20px;
		
	}
}

@media only screen and (max-width: 735px) {
	.hotspots li {
		width: 50%;
	}
}

@media only screen and (max-width: 320px) {
	
	.hotspots {
		width: 100%;
	}
	.hotspots li,
	.hotspots li:first-child {
		display: block;
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
}
*/