#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
}
.map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}

 @media screen and (max-width: 400px){
.map_base svg {
 height: 134px;
}
}
 @media screen and (max-width: 480px) and (min-width: 401px) {
.map_base svg {
 height: 190px;
}
}
 @media screen and (max-width: 568px) and (min-width: 481px) {
.map_base svg {
 height: 220px;
}
}
 @media screen and (max-width: 685px) and (min-width: 569px) {
.map_base svg {
 height: 252px;
}
}
 @media screen and (max-width: 767px) and (min-width: 686px) {
.map_base svg {
 height: 310px;
}
}
 @media screen and (max-width: 979px) and (min-width: 768px) {
.map_base svg {
 height: 360px;
}
}
 @media screen and (max-width: 1024px) and (min-width: 980px) {
.map_base svg {
 height: 470px;
}
}
 @media screen and (max-width: 1280px) and (min-width: 1025px) {
.map_base svg {
 height: 470px;
}
}
@media screen and (min-width: 1281px) {
.map_base svg {
 height:600px;
}
}
#text-abb text {
	font-family: Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#map-tip,.map_tip {
	text-align: left;
	font: 12px Arial, sans-serif;
	display: none;
	padding: 2px 5px;
	border: 1px solid #EBECED;
	color: #edeef0;
	z-index: 1000;
	float: left;
	position: absolute;
	background: rgb(73, 73, 73);
	word-break: keep-all;
	white-space: nowrap;
}
#map-tip p,.map_tip p {
	margin: 0!important;
}
#map-tip img,.map_tip img {
	float: left;
	padding: 3px;
}
.map_position{ position:relative;}

@media screen and (max-width: 1280px){
	.map_tip{ display:none !important;}
}

#map_dealer{ padding:20px;}
#map_dealer span{ font-size:0.875rem; display:block; line-height:1rem; padding-bottom:5px;}
#map_dealer span.dealer_title{ font-size:16px; font-weight:bold; padding-bottom:10px;}
#map_dealer strong{ color:#333;}