/*! 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: 'Open Sans';
  display: inline-block;
  background: #47443f;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #c3c3c3;
  /*fill: #b4b4b4;*/

}
#svg-turkiye-haritasi path:hover {
  fill: #47443f;
  /*fill: #da262e;*/
}
#guney-kibris {
  pointer-events: none;
}

 .text-city {
            font-weight: 500;
            line-height: 1.42857143;
            color: #47443f;
        }


#detail{
	display:none;
	position:absolute;
	width: auto;
	height:auto;
	margin:0 auto;
	background: #fff;
	border-top:2px solid #fc9500;
	border-bottom:2px solid #fc9500;
	z-index:999;
	text-align: left;
}
		
		
.kisiler {padding:20px 0px 0px 0px;}
.kisiler ul li {float:left; width:20%; text-align:center; font-size:14px;}
.kisiler ul li a{background-color: #fc9500; padding:5px; line-height:35px;display: block; margin:2px; color:#fff;font-family: "PT Sans",sans-serif; font-weight:600;}
		