#map2 {
	height: 120vw;
}
#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	background-color: #3c3c3b;
	text-align: left;
	height: 0;
	padding-bottom: 50%;
}
.marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
}
.marker {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
}

#map .marker-logo {
	display: block;
	width: 120px;
	height: 0;
    padding-top: 60px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/distillery.svg');
	background-size: cover;
}

#map .marker-castle {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/bristol_castle.svg');
	background-size: cover;
}
#map .marker-vaults {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/medieval_vaults.svg');
	background-size: cover;
}
#map .marker-exchange {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/exchange.svg');
	background-size: cover;
}
#map .marker-market01 {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/temple_quay_markets.svg');
	background-size: cover;
}
#map .marker-quarter {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/bristol_shopping_quarter.svg');
	background-size: cover;
}
#map .marker-circus {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/cabot_circus.svg');
	background-size: cover;
}
#map .marker-market02 {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/st_nicholas_sq.svg');
	background-size: cover;
}
#map .marker-king {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/king_st.svg');
	background-size: cover;
}
#map .marker-vic {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/bristol_old_vic.svg');
	background-size: cover;
}
#map .marker-uni {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('../img/map_icons/bristol_university.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: 10px 30px;
	text-align: center;
	background: #6d6e70;
	text-transform: uppercase;
	font-family: 'CircularStd-Medium';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    min-width: 180px;
}



#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 .marker-content h3 {
	margin: 10px 0 5px;
	line-height: inherit;
	font-size: 20px;
	letter-spacing:0;
}

#map .marker .marker-content a:hover {
	text-decoration: underline;
}
.occupiers_color {
	color: #cd634a;
}
.bars_color {
	color: #acb48f;
}
.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 { 
	border: 2px solid #cd634a;
    background-color: #454544;
}
.marker.map1:hover {
	background-color: #cd634a; 
}

.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 { 
	border: 2px solid #acb48f;
    background-color: #454544;
}
.marker.map2:hover {
	background-color: #acb48f; 
}

.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;
}

.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%;
	}
}
*/