#IranMap{
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: IRANYekanRegular;
    font-size: 11px;
    width: 90%;
    margin: 50px auto;
}
#IranMap .show-title{
    display: none;
    position: absolute;
    background-color: #949d37;
    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: 0.8;
}
#IranMap .list{
    display: block;
    float: right;
    width: 50%;
}
#IranMap .list ul{
    padding: 0;
}
#IranMap .list>ul{
    margin-left: 10px;
}
#IranMap .list li{
    list-style: none;
}
#IranMap .list span{
    background: #949d37;
    color: #fff;
    display: block;
    margin: 0 2px;
    padding: 0 8px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 2px;
}
#IranMap .list li ul li{
    display: block;
    float: right;
    width: 33.33333333333333%;
}
#IranMap .list li ul li a{
    background: #fdd65b;
    color: #333;
    display: block;
    padding: 0 8px;
    line-height: 26px;
    margin: 2px 2px;
    text-decoration: none;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover{
    background: #949d37;
    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;
}
#IranMap .map {
    display: block;
    float: left;
    width: 50%;
}
#IranMap svg path {
    fill: #fdd65b;
    stroke: #949d37;
    stroke-width: 1;
    transition: all 0.3s ease;
}
#IranMap svg path:hover {
    fill: #949d37;
    stroke: #fdd65b;
    stroke-width: 2;
    cursor: pointer;
}
#IranMap svg path.hover {
    fill: #949d37;
    stroke: #fdd65b;
    stroke-width: 2;
}
@media(max-width: 930px){
    #IranMap .list{
        width: 50%;
    }
}
@media(max-width: 745px){
    #IranMap .list li ul li{
        width: 50%;
    }
}
@media(max-width: 515px){
    #IranMap .list, #IranMap .map{
        width: 100%;
    }
    #IranMap .list li ul li{
        width: 33.33333333333333%;
    }
    #IranMap .list li ul li a{
        font-size: 10px !important;
    }
}
@media(max-width: 515px){
    #IranMap .list li ul li{
        width: 50%;
    }
}
@media(max-width: 250px){
    #IranMap .list li ul li{
        width: 100%;
    }
}