#IranMap{
    display: block;
    position: relative;
    direction: ltr;
    text-align: right;
    padding: 0;
    font-size: 0;
    width: 100%;
    margin: 24px auto;
}

#IranMap > .container{
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 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: 0.8;
}

#IranMap .map{
    display: inline-block;
    width: 50%;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 12px;
    direction: rtl;
    vertical-align: top;
}
#IranMap .map svg{
    height: 500px;
    width: 500px;
}
#IranMap .map .border path, #IranMap .map .island path{
    fill: #fff;
}
#IranMap .map .province path{
    fill: #bfbfbf;
}
#IranMap .map .sea path, #IranMap .map .lake path{
    fill: #2196f3;
}
#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover{
    fill: #F12125 !important;
    cursor: pointer;
}

#IranMap .list{
    display: inline-block;
    width: 50%;
    font-size: 12px;
    direction: rtl;
    vertical-align: top;
}
#IranMap .list ul{
    padding: 0;
}
#IranMap .list>ul{
    margin-left: 10px;
}
#IranMap .list li{
    list-style: none;
}
#IranMap .list .title{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}
#IranMap .list .title span{
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
    background: #fff;
    padding: 0 0 0 14px;
    word-spacing: -3px;
    font: 14px iransans_Medium;
}
#IranMap .list .title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#IranMap .list li ul li{
    display: block;
    float: right;
    width: 33.33333333333333%;
}
#IranMap .list li ul li a{
    background: #F12125;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    padding: 4px 12px;
    line-height: 26px;
    margin: 4px;
    text-decoration: none;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover{
    background: #F12125;
}
#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;
}

@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%;
    }
}

