/*! SVG TÃ¼rkiye HaritasÄ± | CSS | MIT Lisans | dnomak.com */

.harita-wrap {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.harita-wrap svg {
  width: 100%;
  height: auto;
}
.il-tooltip {
  position: absolute;
  z-index: 2;
}
.il-tooltip div {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#turkiye-haritasi path {
  fill: #CBC6BE;
  stroke: #B2ADA7;
  stroke-width: 1px;

}
#turkiye-haritasi path:hover {
  fill: #beced3;
  cursor: pointer;
}

#kayseri path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#nevsehir path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#nigde path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#aksaray path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#kirsehir path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#karaman path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}


#konya path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#sivas path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#erzincan path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}


#gumushane path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#tokat path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#amasya path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#yozgat path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#corum path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#merzifon path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#malatya path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#adana path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#kahramanmaras path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}

#adiyaman path
{
  fill: #8d0000;
  stroke: #fff;
  stroke-width: 1px;
}


