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

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.gidilen_il{
  fill: #E30A17;
}

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  fill: #ccc;

}

.il-isimleri {
  position: absolute;
  z-index: 5;
}

.il-isimleri div {
  font-family: 'Ubuntu';
  display: inline-block;
  background: #E30A17;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path:hover {
  fill: #E30A17;
}

#guney-kibris {
  pointer-events: none;
}


  #turkiye-haritasi {
   padding: 60px 0;
  background: #0a131f;
  width: 100%;
    height: 100%;
    left: 0;
    top: 0;

  }