.safari.no-touch .map svg{
  height: 460px;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
.explorer .map svg{
  height: 535px;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
.map svg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
     
}

.map g {
  fill: #ccc;
  /*stroke: #333;
  stroke-width: 1;*/
}

.map g:hover {
  fill: #fc0 !important;
  cursor: help;
}

.map g path:hover{
  fill: #279D00 !important;
  cursor: pointer;
}

.map g:hover .st0{
  fill: #d7f3d3 !important;
  cursor: pointer;
}
/*
g path{
    stroke:black;
    stroke-width: 1px;
}*/

.info_panel {
    background-color: rgba(39,157,0,0.8);
    padding: 5px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    border: 1px solid #251787;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 15px;
    letter-spacing: 0.5px;
}
.info_panel:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    background:  rgba(39,157,0,0.8);
    height: 10px;
    transform: rotate(-45deg);
    border-left: 1px solid rgb(7, 78, 0);
    border-bottom: 1px solid rgb(7, 78, 0);
}



.map-txt{
   background: red;
}