/*! 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: 100%;
    height: auto;
}
.il-isimleri {
    position:absolute;
    z-index:999 !important;
}
.il-isimleri div {
    font:500 14px 'Quicksand', sans-serif;
    display: inline-block;
    border:#057e37 2px solid;
    background: #fff;
    color: #333;
    padding: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.il-isimleri div b {
    color:#057e37; font:700 16px 'Quicksand', sans-serif;
}
.il-isimleri div hr {
    border:none; border-top:#dfdfdf 1px solid; margin:5px 0;
}
#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #222;
}
#svg-turkiye-haritasi path:hover {
    fill: #545454;
}
#guney-kibris {
    pointer-events: none;
}