.blog-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
        
.harita-container{margin-top:50px;}
section.content {min-height:0;}
.svg-turkiye-haritasi {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  display: inline-block;
  background: #124734;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family:Arial;
}
#svg-turkiye-haritasi path {
    cursor: pointer;
fill: #00ae42;
}
#svg-turkiye-haritasi #guney-kibris path {
    cursor: none;
fill: #efefef;
}

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


.harita-sehirler{margin:0 auto; width:960px; color:#124734;}
.harita-sehirler h1{font-size:16px; margin-bottom:20px; background:#124734; padding:8px; border:1px solid #aaa; color:#fff; font-weight:bold;}
.harita-sehirler .sehir{ line-height:2;}
.harita-sehirler .sehir h5{font-size:20px; margin-bottom:15px;}
.harita-sehirler .sehir iframe{max-width:100%;}
.harita-sehirler .col-sm-6{margin-bottom:30px;}

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