.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: #222;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
}
#svg-turkiye-haritasi path:hover {
  fill: #666;
}
#bolge-1 g path{
  fill:#cccccc
}
#bolge-2 g path{
  fill:#cccccc
}
#bolge-3 g path{
  fill:#cccccc
}
#bolge-4 g path{
  fill:#cccccc
}
#bolge-5 g path{
  fill:#cccccc
}
#bolge-6 g path{
  fill:#cccccc
}
#bolge-7 g path{
  fill:#cccccc
}
.yanip-son {
  animation: yanipSonme 1s infinite;
}

@keyframes yanipSonme 
{
  0%   { fill: #c00; }   /* Kırmızı */
  20%  { fill: #f90; }   /* Turuncu */
  40%  { fill: #fc0; }   /* Sarı */
  60%  { fill: #6c3; }   /* Yeşil */
  80%  { fill: #09c; }   /* Mavi */
  100% { fill: #c00; }   /* Kırmızıya dön */
}
