﻿/*! 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: 2;
}

.il-isimleri div {
    font-family: 'Roboto Bold';
    display: inline-block;
    background: #fff;
    color: #16488a;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.il-isimleri div span {
    font-family: 'Roboto Regular';
    font-size: 10px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #d8d8d8;
}

#svg-turkiye-haritasi path:hover {
    fill: #4e80ab;
}

#guney-kibris {
    pointer-events: none;
}

#ankara path {
    fill: #606e8e;
}

#istanbul-asya path, #istanbul-avrupa path, #kocaeli path, #kayseri path {
    fill: #16488a;
}