/*! 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 {
  font-family: 'Open Sans';
  display: inline-block;
  background: #1094F6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #0c4da2;
}
#svg-turkiye-haritasi .secili path:hover {
  fill: #33ccff;
}

#guney-kibris path {
  
  fill:#0c4da2;
  color: #0c4da2;
}

#edirne path {

  fill:#0c4da2;
  color: #0c4da2;

}

#izmir path {

  fill:#0c4da2;
  color: #0c4da2;

}

#konya path {

  fill:#0c4da2;
  color: #0c4da2;

}

#ankara path {

  fill:#0c4da2;
  color: #0c4da2;

}

#bursa path {

  fill:#0c4da2;
  color: #0c4da2;

}

#karabuk path {

  fill:#0c4da2;
  color: #0c4da2;

}

#hatay path {

  fill:#0c4da2;
  color: #0c4da2;

}

#istanbul-asya path {

  fill:#0c4da2;
  color: #0c4da2;

}
#istanbul-avrupa path {

  fill:#0c4da2;
  color: #0c4da2;

}

#tekirdag path {

  fill:#0c4da2;
  color: #0c4da2;

}