/*
 * Iran Map - SVG and Responsive.
 * Free and open source.
 * Version 1.1.0
 * By: MohammadReza Pourmohammad.
 * Email: mohammadrpm@gmail.com
 * Web: http://mrpm.ir
 */

.IranMap{
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    width: 90%;
    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: 0.8;
}

.IranMap .map{
    display: block;
    float: left;
    /*width: 50%;*/
    text-align: left;
    -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: #ccc !important;
    cursor: pointer;
}

.Maplist{
    display: block;
    float: right;
    width: 50%;
}
.Maplist ul{
    padding: 0;
}
.Maplist>ul{
    margin-left: 10px;
}
.Maplist li{
    list-style: none;
}
.Maplist span{
    background: #242424;
    color: #ecf0f1;
    display: block;
    margin: 0 2px;
    padding: 0 8px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.Maplist li ul li{
    display: block;
    float: right;
    width: 33.33333333333333%;
}
.Maplist li ul li a{
    background: #34495e;
    color: #ecf0f1;
    display: block;
    padding: 0 8px;
    line-height: 26px;
    margin: 2px 2px;
    text-decoration: none;
}
.Maplist li ul li a:hover, .Maplist li ul li a.hover{
}
.Maplist ul:before, .Maplist ul:after{
    display: table;
    content: " ";
}
.Maplist ul, .Maplist ul:after{
    clear: both;
}

.IranMap .city{
    clear: both;
    color:white;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

@media(max-width: 930px){
    .Maplist{
        width: 50%;
    }
}
@media(max-width: 745px){
    .Maplist li ul li{
        width: 50%;
    }
}
@media(max-width: 515px){
    .Maplist, .IranMap .map{
        width: 100%;
    }
    .Maplist li ul li{
        width: 33.33333333333333%;
    }
    .Maplist li ul li a{
        font-size: 10px !important;
    }
}
@media(max-width: 515px){
    .Maplist li ul li{
        width: 50%;
    }
}
@media(max-width: 250px){
    .Maplist li ul li{
        width: 100%;
    }
}