/*! 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;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #e1e1e1;
}
#istanbul:hover path, #balikesir:hover path, #canakkale:hover path, #svg-turkiye-haritasi path:hover {
  fill: #ed1c24;
}