
.map path {
	cursor: pointer;
}

#IranMap {
	display: block;
	position: relative;
	direction: rtl;
	text-align: center;
	padding: 0;
	font-family: IRIran;
	font-size: 11px;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 0px auto
}

#IranMap .show-title {
	display: none;
	position: absolute;
	background-color: #333;
	color: #fff;
	margin: 0!important;
	padding: 0 5px;
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: .8
}

#IranMap .map {
	display: block;
	text-align: center;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

#IranMap .map svg {
	height: 500px;
	width: 500px
}

#IranMap .map .border path,
#IranMap .map .island path {
	fill: #fff
}

#IranMap .map .province path {
	fill: #999
}

#IranMap .map .sea path,
#IranMap .map .lake path {
	fill: #6caed8
}

#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
	fill: #2056ae!important;
	cursor: pointer
}

#IranMap .list ul {
	padding: 0
}

#IranMap .list li {
	list-style: none
}

#IranMap .list li ul li {
	background: #bdbdbd;
	color: #000;
	display: block;
	padding: 0 8px;
	line-height: 35px;
	margin: 2px 2px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#IranMap .list li ul li:hover{
	background: #2056ae;
	color: #FFF;
}

#IranMap .list ul:before,
#IranMap .list ul:after {
	display: table;
	content: " "
}

#IranMap .list ul,
#IranMap .list ul:after {
	clear: both
}

#IranMap .city {
	clear: both;
	padding: 10px 0
}


