#IranMap
{
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    width: 100%;
    margin: 50px auto;
}
#FillTehran { fill:#ebe6e6 !important;stroke-width:2px;}
#FillKerman { stroke:#bababa !important;stroke-width:1px;}
#IranMap .show-title
{
    display: none;
    position: absolute;
    background-color: #d5d3d3;
    color: #000;
    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;
    float: left;
    width: 50%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#IranMap .map svg
{
    height: 433px !important;
    width: 100% !important;
}
#IranMap .map .border path, #IranMap .map .island path
{
    fill: #aaa;
}
#IranMap .map .province path
{
    fill: #fff;
}
#IranMap .map .sea path, #IranMap .map .lake path
{
    fill: #fff;
}
#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover
{
    fill: #ffb500 !important;
    cursor: pointer;
}
#IranMap .list
{
    display: block;
    float: right;
    width: 50%;
}
#IranMap .list ul
{
    padding: 0;
    margin: 0;
}
#IranMap .list li
{
    list-style: none;
}
#IranMap .list span
{
    background: #35663a;
    color: #fff;
    display: block;
    margin: 0 2px;
    padding: 8px;
    line-height: 26px; /* margin-top: 10px; */
    margin-bottom: 15px;
    font-family: iransans;
    font-size: 14px;
    text-align: center;
}
#IranMap .list li ul li
{
    display: block;
    float: right;
    width: 33.33333333333333%; /* border: 1px solid #cfcfcf; */
}
#IranMap .list li ul li a
{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #000;
    display: block;
    padding: 0px 8px;
    line-height: 26px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #cfcfcf;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover
{
    background: #35663a;
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#IranMap .list ul:before, #IranMap .list ul:after
{
    /* display: table; */ /* content: " "; */
}
#IranMap .city
{
    clear: both;
    padding: 10px 0;
}
path#tehran01 {
 transform: translate(20px, 0);
 fill: #ebe6e6 !important;
 stroke-width: 2px;
}

path#tehran02 {
 
    transform: translate(20px, 0px);
    fill: #ebe6e6 !important;
    stroke-width: 2px;
}
@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%;
    }
}
