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

.harita-wrap {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.harita-wrap svg {
  width: 100%;
  height: auto;
}
.il-tooltip {
  z-index: 2;
}
.il-tooltip div {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#turkiye-haritasi path {
  fill: #ccc;
}
#turkiye-haritasi path:hover {
  fill: #a1a1a1;
  cursor: pointer;
}


.harita-wrap
{
    position: relative;
}

.il-tooltip
{
    position: absolute;
    top: 0;
    right: 0;
}

.baslik
{
    font-size: 20px;
    border-bottom: 2px solid #eee;
    
    margin-bottom: 15px;
    padding-bottom: 15px;
}