* {
    font-family: "IRANSans", "B Nazanin";
    box-sizing: border-box;
}
p, a{
    font-size: 17px;
}
body {
    background-color: #efeff1 ;
}
ul, ol, li{
    list-style: none;
    margin: 2px;
    padding: 2px;
}
img {
    border: 0;
}
.container{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.downloads h5 {
    font-size: 23px;
    padding: 5px;
    margin : 5px;
}

.downloads h5:hover {
    color: darkorange;
    cursor: pointer;
}
#peyvandha img{
    height: 80px;
    width:80px;
}
#myCarousel {
    margin-top: -25px;
}
.main-container{
    margin-top: 80px;
    padding-right: 10%;
    padding-left: 10%;
}
.main-container .breadcrumb{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}

/*nav .container-fluid {*/
    /*background-color: #52658F;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*border-radius: 5px;*/
/*}*/


.row{
    padding: 0;
    margin: 0;
}
.box{
    background: #fff;
    padding: 15px;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.inner-box{
    background: #fff;
    padding: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
}

.bime h3 {
    border-bottom: 2px solid #bbb;
    border-bottom-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}
.bime .container-fluid {
    text-align : center;
}
.bime-options {
    height: 330px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 2px 5px #eee;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.bime-options .row{
    padding: 20px;
    margin: 0;
}
.bime-options a{
    text-decoration: none;
}
.bime-options:hover{
    background-color: #efefef;
}

.bime p {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.bime .button{
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #6ba0d2;
    border-radius: 3px;
    border: 0px solid #000;
    padding: 4px;
    padding-top: 7px;
}
.bime .button:hover {
    background-color: #2b669a;
}
/*.bime-options .automobile-btn{*/
    /*background-color: #401ef7;*/
/*}*/
/*.bime-options .fire-btn{*/
    /*background-color: #5942e9;*/
/*}*/
/*.bime-options .engineer-btn{*/
    /*background-color: #6ba0d2;*/
/*}*/
/*.bime-options .barbari-btn{*/
    /*background-color: #3ab0e2;*/
/*}*/
/*.bime-options .people-btn{*/
    /*background-color: rgb(53, 10, 215);*/
/*}*/
/*.bime-options .responsiblity-btn{*/
    /*background-color: rgb(68, 212, 220);*/
/*}*/
@media only screen and (max-width: 500px) {
    .bime p {
        font-size: 20px;
    }
}
.bime img {
    width: 200px;
    height: auto;
    transition: 0.5s;
    border: 11px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
}
.bime img:hover {
    /*filter: blur(1px);*/
    transform:  scale(0.8);
}

.bime img.automobile:hover {
    border-color: #f7d861;
}
.bime img.fire:hover {
    border-color: #e96656;
}
.bime img.engineer:hover {
    border-color: #34d293;
}
.bime img.barbari:hover {
    border-color: #3ab0e2;
}
.bime img.people:hover {
    border-color: rgb(180, 57, 215);
}
.bime img.responsiblity:hover {
    border-color: rgb(52, 220, 203);
}
.bime .col-lg-4, .bime .col-md-4, .bime .col-sm-6, .bime .col-xs-6{
    padding-right: 0;
    padding-left: 0;
    float: right;
}

.questions .container {
    padding-right: 20px ;
    padding-left: 20px ;
}
.questions h3 {
    text-align: right;
    border-bottom: 2px solid #bbb;
    border-bottom-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}

.contact-us .glyphicon{
    margin-right: 2% ;
    margin-bottom: 20px;
    font-size:150%;
}
.contact-us .container{
    position: relative;
    width: 100% ;
    height: 700px ;
    padding-right: 150px ;
    padding-left: 150px ;
    background: #e6e6e6 ;
}
.contact-us .contact-us-head {
    text-align: center;
    margin-top: 100px ;
    width:100%;
    margin-bottom:100px;
    font-family: "B Nazanin"
}
.contact-us .list-group{
    margin-top: 700px;
}
.contact-us .list-group-item {
    background-color : #e6e6e6 ;
}
.contact-us .telephone li:hover {
    background: #f0f0f0 ;
    transition: 0.5s ;
}
.contact-us .fax li:hover {
    background: #f0f0f0 ;
    transition: 0.5s ;
}
.contact-us  .mail li:hover {
    background: #f0f0f0 ;
    transition: 0.5s ;
}
.contact-us   .address li:hover {
    background: #f0f0f0 ;
    transition: 0.5s ;
}
.contact-us .map-frame {
    text-align: center;
}
.peyvandha .col-md-4 , .peyvandha .col-sm-6 , .peyvandha .col-xs-12 , .peyvandha .col-md-6  {
    padding: 2% ;
    float:right;
}
.peyvandha .peyvand-head h1{
    text-align: center ;
    margin-bottom: 10px ;
    color: black ;
    margin-top: 30px ;
}

/* beginging of Pedram's modifiction */
#peyvandha img {
    height:80px;
    width: 80px;
}
/* end of the Pedram's modification */
.peyvandha .container-fluid {
    position:relative ;
    margin-top: 3px;
    margin-bottom: 3px ;
}
/*  .peyvandha .row {
    margin-top: 30px ;
    margin-bottom:30px;
}*/
.peyvandha .col-md-4 ,.peyvandha .col-sm-6 ,.peyvandha .col-md-6 ,.peyvandha .col-sm-12,.peyvandha .col-xs-12 {
    float:right;
}

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

#footer {
    border-top: 5px solid #CDB380;
    background:#333A56 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;
}

.welcome {
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
    padding: 1px;
    margin-bottom: 10px;
    border-radius: 4px;
    direction: ltr;
}

.downloads{
    padding-top: 1px;
    /*background-color: #985e6d;*/
}
.downloads ul li{
    margin-right: 10px;
    padding: 10px;
    border-right: 4px solid #eaeaea;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.downloads li{
    transition: 0.5s;
    text-decoration: none;
    font-weight: bold;
}
.downloads li:hover{
    background-color: #e0e0e0;
    transition: 0.5s;
}
.downloads h3{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.downloads h4{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}
.downloads .title{
    padding-bottom: 5px;
}
.downloads .clickable{
    padding-bottom: 0px;
    cursor: pointer;
}
.downloads img.opened{
    src: "dt.png";
}
.downloads a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.downloads ul li a::before {
    content: " ";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #ed7669;
    border-radius: 50%;
    margin: -5px 0 0 5px;
}

.important-stations{
    -webkit-box-shadow: 5px 1px 5px 5px #eee;
    box-shadow: 2px 2px 2px 5px #eee;
    padding-top: 0px;
    margin: 20px;
}
.important-stations ul li{
    padding: 10px;
    border-right: 4px solid #eaeaea;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.important-stations li.stations-title{
    margin-top: 10px;
    font-size: 16px;
}
.important-stations ul.station{
    font-size: 14px;
    padding-top: 10px;
}
.important-stations hr{
    margin-bottom: 4px;
    border-top: 2px solid #eee;
    width: 99%;
}
.important-stations ul.station li:hover{
    background: #f0f0f0;
    transition: 0.5s;
}
.important-addresses{
    -webkit-box-shadow: 5px 1px 5px 5px #eee;
    box-shadow: 2px 2px 2px 5px #eee;
    padding-top: 0px;
    margin: 20px;
}
.important-addresses .row{
    padding: 0;
    margin: 0;
}
.important-addresses .col-lg-3, .important-addresses .col-md-4, .important-addresses .col-sm-6, .important-addresses .col-xs-12{
    padding-right: 0;
    padding-left: 0;
    float: right;
}
.important-addresses .address-card-container{
    padding: 10px;
}

.important-addresses .address-card{
    overflow-y: auto;
    -webkit-box-shadow: 2px 2px 2px 5px #eee;
    box-shadow: 2px 2px 2px 5px #eee;
    margin-top: 8px;
    padding-top: 0px;
    height: 500px;
}
.important-addresses h3{
    text-align: center;
    font-size: 25px;
}
.important-addresses li:hover{
    background: #f0f0f0;
    transition: 0.5s;
}
.important-addresses ul li{
    padding: 10px;
    border-right: 4px solid #eaeaea;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.important-addresses p{
    font-size: 16px;
    padding: 4px;
    margin-right: 5px;
    margin-left: 5px;
}
.important-addresses p.title{
    font-size: 20px;
    text-align: center;
}
.important-addresses .img-container{
    overflow: hidden;
    padding: 4px;
}
.news{
    -webkit-box-shadow: 2px 2px 2px 5px #eee;
    box-shadow: 2px 2px 2px 5px #eee;
    padding-top: 0px;
    overflow-y: auto;
    -webkit-box-shadow: 2px 2px 2px 5px #eee;
    box-shadow: 2px 2px 2px 5px #eee;
    /*background: #98878f;*/
}
.news .carousel-inner{
    /*  to make the circles come to the middle :/   */
    direction: ltr;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
}
.news .carousel-inner .item{
    direction: rtl;
    text-align: right;
}
.news .news-title{
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
}
.news .news-content{
    padding: 25px;
    padding-top: 10px;
    font-size: 18px;
}
.news .carousel-control.left, .carousel-control.right{
    background: initial;
}
.news .carousel-control.left{
    left: -5%;
}
.news .carousel-control.right{
    right: -5%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
