#map2 {
	width: 740px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

@media(max-width: ) {

}

#map2 img.map {
	width: 100%;
}

#map2 a {
	position: absolute;
	display: block;
	width: 16.325%;
	margin-left: -8.1625%;
	height: 0;
	text-align: center;
	margin-top: -1px;
	z-index: 2;
	font-size: 0.8em;
}

#map2 a:hover {
	padding-top: 5em;
	margin-top: -5em;
	z-index: 1;
}

#map2 a:hover:after,
#map2 a:hover:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-color: #fff;
	border-width: 1em 0.5em 0;
}

#map2 a:hover:after {
	border-top-color: #9DC875;
	bottom: 3px;
}

#map2 a img {
	position: absolute;
	bottom: 0;
	width: 19.5%;
	margin-left: -9.75%;
	left:50%;
}

#map2 a:hover .sr-only {
	content: attr(name);
	position: absolute;
	bottom: 0;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	width: 10em;
	text-align: center;
	margin-left: -5em;
	padding-top: 3em;
	text-transform: uppercase;
	background: #9DC875;
	color: #FFF;
	padding: 0.5em;
	border: 1px solid;
	border-radius: 2px;
	box-sizing: border-box;
	bottom: 1em;
	left:50%;

	text-shadow: 0 0 0.5em rgba(0,0,0,0.5);

	background: -moz-linear-gradient(left, #70b43c 0%, #9dc875 50%, #70b43c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#70b43c), color-stop(50%,#9dc875), color-stop(100%,#70b43c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #70b43c 0%,#9dc875 50%,#70b43c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #70b43c 0%,#9dc875 50%,#70b43c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #70b43c 0%,#9dc875 50%,#70b43c 100%); /* IE10+ */
	background: linear-gradient(to right, #70b43c 0%,#9dc875 50%,#70b43c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b43c', endColorstr='#70b43c',GradientType=1 ); /* IE6-9 */
}

#map2 a:hover img {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}