/*====================== map SVG ==================*/
#mapwrapper {
	z-index: 2;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#text-abb text {
	-webkit-filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, .7));
	filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, .7));
}


.bold-text-abb,
.boldnames {
	font-weight: bold;
}

#map_base svg {
    max-height: 100%;
    width: 100%;
    margin: 0;
    -webkit-filter: drop-shadow( 1px 1px 20px rgba(0, 0, 0, 0.2) );
    filter: drop-shadow( 1px 1px 20px rgba(0, 0, 0, 0.2) );
}

#map-tip {
	display: none;
	padding: 5px;
	border: 1px solid #ccc;
	color: #333333;
	z-index: 1000;
	font-size: 14px;
	float: left;
	position: absolute;
	background: white;
	word-break: keep-all;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#map-tip hr {
	margin:2px 0;
}

#map-tip p {
	margin:0
}

/*square*/
@media screen and (max-width: 320px) {
	.square #map_base svg {
		height: 100vh;
	}

	#map-tip {
		max-width: 40%;
	}

	#map-tip img {
		max-width: 95%;
	}
}

@media screen and (max-width: 400px) and (min-width: 321px) {
	.square #map_base svg {
		height: 100vh;
	}
}

@media screen and (max-width: 480px) and (min-width: 401px) {
	.square #map_base svg {
		height: 100vh;
	}
}

@media screen and (max-width: 568px) and (min-width: 481px) {
	.square #map_base svg {
		height: 80vh;
    	margin-top: -20vh;
	}
}

@media screen and (max-width: 685px) and (min-width: 569px) {
	.square #map_base svg {
		height: 100vh;
		margin-top: -20vh;

	}
}

@media screen and (max-width: 767px) and (min-width: 686px) {
	.square #map_base svg {
		height: 100vh;
		margin-top: -45vh;

	}
}

@media screen and (min-width: 768px) {
	.square #map_base svg {
		height: 100vh;
		margin-top: -45vh;

	}
}