/*! 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;
	visibility: visible;
	
	
	
	
	
	
}

.il-isimleri div {
	font-family: 'Open Sans';
	display: inline-table;
	background: #F33;
	color: #FFF;
	padding: 8px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.7;
	font-size: 12px;
	line-height: 16px;
	background-color: #8097a2b3
}


#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #e22063a6;
  opacity: 0.7;
  
  
  
  
  
  
  
  
 
  
  
  
  
}

#svg-turkiye-haritasi path:hover {
	fill: #66666687;
	filter: drop-shadow(4px 4px 1px #606060) ;
	
	 
  
  

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







