/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {

}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #d7d6d6;
}
#svg-turkiye-haritasi .deneme path {
  cursor: pointer;
  fill: #ff6800;
}
#svg-turkiye-haritasi .deneme path:hover {
  fill: #ec6000;
}
#svg-turkiye-haritasi path:hover {
  fill: #005d8d;
}
#guney-kibris {
  pointer-events: none;
}
