/*! 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: 70%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 5px;
  border: 3px solid #cc6600;
  
}

#svg-turkiye-haritasi path:hover {
		opacity: 0.3;
		stroke-width: 1px;
	}
#guney-kibris {
  pointer-events: none;
}


.map-container {
  margin: 30px;
  padding: 10px 140px;
}

.city {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;

}


