.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: #dc0202;
    padding: 3px;
    color: white;
    width: 12px;
    height: 15px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

@media only screen and (min-width:1440px) and (max-width:1920px) {
    .jqvmap-zoomout {
        top: 17%;
    }  
    .jqvmap-zoomin {
        top: 8%;
    } 
   .jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 13%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 19px;
    background: #dc0202;
    padding: 11px;
    color: white;
    width: 38px;
    height: 38px;
    cursor: pointer;
    line-height: 17px;
    text-align: center;
    }
}

@media only screen and (min-width:1024px) and (max-width:1439px) {

    .jqvmap-zoomout {
        top: 18%;
    }  
    .jqvmap-zoomin {
        top: 8%;
    } 
    .jqvmap-zoomin, .jqvmap-zoomout
    {
        position: absolute;
        left: 18%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 14px;
        background: #dc0202;
        padding: 9px;
        color: white;
        width: 28px;
        height: 28px;
        cursor: pointer;
        line-height: 11px;
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .jqvmap-zoomin {
    top: 10%;
}
    .jqvmap-zoomout {
    top: 19%;
}
    .jqvmap-zoomin, .jqvmap-zoomout {
        position: absolute;
        left: 4%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 12px;
        background: #dc0202;
        padding: 4px;
        color: white;
        width: 26px;
        height: 25px;
        cursor: pointer;
        line-height: 19px;
        text-align: center;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .jqvmap-zoomin {
        top: 13px;
}
    .jqvmap-zoomout {
        top: 35px;
}
    .jqvmap-zoomin, .jqvmap-zoomout {
        position: absolute;
        left: 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 9px;
        background: #dc0202;
        padding: 5px;
        color: white;
        width: 18px;
        height: 18px;
        cursor: pointer;
        line-height: 10px;
        text-align: center;
}
}