* {
    font-family: "IRANSans", "B Nazanin";
    box-sizing: border-box; 
}
img {
    border: 0;
}
p, a{
    font-size: 17px;
}
body {
    background-color: #efeff1 ;
}
ul, ol, li{
    list-style: none;
    margin: 2px;
    padding: 2px;
}
.container{
    padding-bottom: 5px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.row{
    padding: 0;
    margin: 0;
}

.important-stations{
    padding-top: 80px;
    padding-right: 10%;
    padding-left: 10%;
}
.important-stations .breadcrumb{
    background: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.important-stations .breadcrumb a{
    text-decoration: none;
    color: #337ab7;
}
.important-stations .breadcrumb a:hover{
    color: #000;
}

.important-stations .box{
    background: #fff;
    border-radius: 3px 3px 0 0;
    padding: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.important-stations h2{
    border-bottom: 2px solid #bbb;
    border-bottom-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}

.important-stations .row{
    padding: 0;
    margin: 0;
}
.important-stations .col-lg-3, .important-stations .col-md-4, .important-stations .col-sm-6, .important-stations .col-xs-12{
    padding-right: 0;
    padding-left: 0;
}
.important-stations .address-card-container{
    padding: 10px;
    float: right;
}

.important-stations .address-card{
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.09);
    margin-top: 8px;
    padding-top: 0px;
    height: 510px;
    float: right;
}
.important-stations .address-card img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.important-stations .address-card img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.important-stations h3{
    text-align: center;
    font-size: 25px;
}
.important-stations hr{
    border-width: 2px;
    border-color: #bbb;
    width: 92%;
}
.important-stations li:hover{
    background: #f0f0f0;
    transition: 0.5s;
}
.important-stations ul li{
    padding: 10px;
    border-right: 4px solid #eaeaea;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
}
.important-stations p{
    font-size: 18px;
    padding: 4px;
    margin-right: 5px;
    margin-left: 5px;
}
.important-stations p.title{
    font-size: 20px;
    text-align: center;
}
.important-stations .img-container{
    overflow: hidden;
    padding: 4px;
}


#footer {
    border-top: 5px solid #CDB380;
    background: #323847 none repeat scroll 0% 0%;
    padding-top: 30px;
    margin-top: 60px;
    clear: both;
    color: #323847;
    display: block;
}

#footer .widgettitle {
    margin: 0px;
    padding: 0px 0px 15px;
    border-bottom: medium none;
}
#footer h4 {
    color: #FFF;
}

#footer ul {
    list-style: outside none none;
}

#footer li {
    padding: 7px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin: 0px;
}

#footer li a {
    color: #DDD;
}