.mapify-holder,.mapify-imgHolder{
	position: relative;
	z-index: 12;
}
.mapify-holder{
	display: inline-block;
	font-size: 0;
	max-width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.mapify-GPU,.mapify-holder *{
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.mapify-imgHolder .mapify{
	max-width: 100%;
	height: auto;
}
.mapify-img,.mapify-svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.mapify-polygon{
	transition: all .3s;
	fill: transparent;
	stroke: transparent;
	stroke-width: 0;
}
.mapify-hover{
	fill: #0099ff;
}
.mapify-popOver{
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #1a8fac;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	height: auto;
	font-size: 12px;
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
}
.mapify-popOver a{
	text-decoration: none;
	color: #ffffff;
}
.mapify-popOver.mapify-visible{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 10000;
}
.popOver-exit{
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	opacity: .5;
	font-size: 14px;
	display: none
}
.popOver-exit:hover{
	opacity: 1;
}
.popOver-exit:after{
	content: "x";
	color: #ffffff;
}