.svg-harita {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.svg-harita svg {
  width: 100%;
  height: auto;
}
.iladi {
  position: absolute;
  z-index: 2;
  background: #0066ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.iladi p {
  margin : 5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

#svg-harita path {
  cursor: pointer;
  fill:#ddd;
  opacity:1
}
#svg-harita path:hover {
  fill:#fff;
  stroke:#0066ff;
  stroke-width:1px;
  opacity:1;
}
#guney-kibris path {
  fill:#aaa;
  opacity:1
}
#guney-kibris path:hover {
  cursor: default;
  fill:#aaa;
  opacity:1
}
