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

.svg-turkiye-haritasi {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height:380px;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#svg-turkiye-haritasi
{
	background-color: #ddd;
}
#svg-turkiye-haritasi path {
   cursor: pointer;
  fill: white;
}
#svg-turkiye-haritasi path:hover {
fill: rgba(0,103,55,.9);
}
.svg-pan-zoom-control-background{
	
	fill: black !important;
}
