.turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    height:600px;
}
.turkiye-haritasi svg {
    width: 100%;
    height: 100%;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    font-family: 'Berlin Sans FB';
    display: inline-block;
    background: white;
    color: black;
    border:1px solid black;
    padding: 4px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#turkiye-haritasi path {
    cursor: pointer;
    fill: #dadada;
}
#turkiye-haritasi path:hover {
    fill: yellow !important;
}
#guney-kibris {
    pointer-events: none;
}






.sari
{
    fill: yellow 
}
