/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  width:1200px;
  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: 'arial';
  display: inline-block;
  background: #1b2f77;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #fff  
}
#svg-turkiye-haritasi path:hover {
  fill: #f6b221;
}
#guney-kibris {
  pointer-events: none;
}

@media (max-width: 1200px) {

.svg-turkiye-haritasi {width:98%;}


}

/*#f6b221


