/*CUSTOM-BEGINN*/
      #vmap {
		float:left;
		margin:0% 0% 0em 0;
		
        width: 100%;
        height: 100%;
		padding:0 0%;
		
      }

@media screen and (max-width:720px) {
		#vmap {
        height: 100%;		
      }  
}
	  
	  .jqvmap-label {
		z-index:8;
		}
		
		.jqvmap-label
{
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    color:#55afe3;
	font-size: 0.8vw; line-height:1.4vw; 
    padding: 3px;
    pointer-events:none;
}

.map-tooltip { padding:0.5em 1.0em 0.0em 0.8em;}
.map-tooltip h2{font-family: 'SohoPro-Medium';font-size: 0.9vw; text-align:left;line-height:1.4vw; padding:0; margin:0}

.map-tooltip ul {
    list-style-type: none;
	padding-left: 0.7em;
}

.map-tooltip li:before {
    content: "-"; /* en dash here */
    position: absolute;
    margin-left: -0.7em; 
	font-family: 'SohoPro-Light';
	font-size: 0.7vw; line-height:1.4vw;
}

/*CUSTOM-END*/


.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	
	
	background:none;
	
	
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 0px;
	font-size:0px;
	text-align: center;
}
.jqvmap-zoomin
{
	bottom: 20px;left:50%; margin-left:-60px;
	background-image: url("plus-icon.png"); background-repeat: no-repeat;background-position:center center;background-size: 40px 40px;
}
.jqvmap-zoomout
{
	background-image: url("minus-icon.png"); background-repeat: no-repeat;background-position:center center;background-size: 40px 40px;
	bottom: 20px; left:50%; margin-left:20px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
