﻿.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #1094F6;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #aed0be;
    stroke: white;
    fill-opacity: 1;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

#svg-turkiye-haritasi path:hover {
    /*fill: #F00;*/
}

.map_bg_1 path {
    fill: #02813e !important;
}

.map_bg_2 path {
    fill: #4bcc88 !important;
}

.map_bg_3 path {
    fill: #89d6ad !important;
}

.map_bg_4 path {
    fill: #aed0be !important;
}
.owl-buttons {
    display: none !important;
}