@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/persian/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/persian/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/persian/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@media only screen and (max-width: 768px) {
    .content {
        width: 100% !important;
    }
    header .navbar-brand>img {
        width: 100px;
        margin-top: -10px;
        padding-top: 0px;
    }
    footer #map img {
        padding: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    section.other-page #other-page-header h3 {
        margin-top: 0;
        padding-top: 10px !important;
        margin-right: 50px;
        font-weight: bold;
        min-width: 80% !important;
        max-width: 95% !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        text-align: right;
        font-size: 18px !important;
        color: #fff;
    }
    section.other-page #other-page-header {
        height: 60px !important;
    }
    section.slider nav {
        background: #d3d5d6 !important;
    }
    section.slider nav ul {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    section.slider nav ul li {
        display: block !important;
        width: 100%;
        margin-top: 15px;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        background: #c42127;
        border-radius: 5px;
        padding-bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    section.slider nav ul li a {
        color: #fff !important;
    }
    section.slider nav ul li:after {
        content: '' !important;
    }
    #mobile-links {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    #mobile-links li {
        display: block;
        list-style: none;
        background: #fff;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    #mobile-links li a {
        color: #c42127;
        font-weight: bold;
    }
}

body {
    width: 100%;
    min-height: 600px;
    font-family: 'IRANSans-web';
}

a, a:hover {
    text-decoration: none;
}

header {
    height: 90px;
    width: 100%;
    background: #fff;
}

header .navbar-default {
    border: 0;
    background-color: transparent;
}

header .navbar-collapse {
    background: #fff;
}

header .navbar-brand>img {
    width: 155px;
    height: auto;
}

header ul {
    margin-top: 20px !important;
}

header ul li {}

header ul li a {
    color: #565759;
}

header ul li a::before {
    content: '■';
    margin-left: 5px;
    color: #c42126;
}

.content {
    width: 1100px;
    margin: 0 auto;
}

section.slider {
    width: 100%;
    height: auto;
}

section.slider img {
    width: 100%;
}

section.slider nav {
    width: 100%;
    min-height: 30px;
    background: #c42127;
    padding-top: 35px;
    padding-bottom: 35px;
}

section.slider nav ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

section.slider nav ul li {
    min-width: 50px;
    list-style: none;
    display: inline;
}

section.slider nav ul li:after {
    content: '|';
    margin-right: 10px;
    margin-left: 10px;
}

section.slider nav ul li:last-child:after {
    content: '';
    margin-right: 0;
}

section.slider nav ul li a {
    color: #fff;
    font-size: 15px;
}

section.slider nav ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#index-overview {
    margin-top: 10px;
    margin-bottom: 10px;
}

#index-overview-logo {
    margin-top: 50px;
    margin-bottom: 10px;
}

#index-overview-city {
    margin-top: 30px;
    padding-left: 120px;
}

#index-overview-city ul {}

#index-overview-city ul li {
    display: inline-block;
    margin-left: -100px;
    min-width: 90px;
    transform: rotate(-10deg);
    padding: 3px 3px 5px 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 1s;
    margin-top: 15px;
}

#index-overview-city ul li:nth-last-child(odd) {
    transform: rotate(10deg);
}

#index-overview-city ul li:hover {
    transition: 1s;
    transform: rotate(0deg);
    margin-left: 20px;
    margin-right: 20px;
}

#index-overview-city ul li a {
    color: #000;
    font-size: 13px;
}

#index-overview-city ul li a img {
    width: 128px;
    height: 128px;
}

#index-overview-city ul li a p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
}

#index-news-poll {
    min-height: 400px;
    background: #d3d5d6;
    border-top: 5px solid #c42127;
    padding-top: 10px;
    padding-bottom: 10px;
}

#index-news-poll h4 {
    margin-bottom: 10px;
    color: #c42127;
    font-weight: bold;
    font-size: 16px;
}

#index-news-poll #poll-box {
    border: 1px solid rgba(0, 0, 0, 0.3);
    min-height: 365px;
    width: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
}

#index-news-poll #poll-box, #index-news-poll #news-box {
    margin-top: 15px;
}

#index-news-poll #news-box ul, section.other-page #news {
    padding: 0;
}

#index-news-poll #news-box ul li, section.other-page #news ul li {
    display: block;
    border-bottom: 1px solid rgb(147, 149, 151);
    margin-bottom: 10px;
    min-height: 120px;
    overflow: hidden;
    width: 100%;
}

#index-news-poll #news-box ul li:last-child, section.other-page #news ul li:last-child {
    border-bottom: 0;
}

#index-news-poll #news-box ul li a, section.other-page #news ul li a {
    color: rgb(141, 24, 27);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
}

#index-news-poll #news-box ul li p, section.other-page #news ul li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
}

#index-news-poll #news-box ul li img, section.other-page #news ul li img {
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

footer {
    margin: 0 !important;
    min-height: 400px;
    border-top: 5px solid #c42127;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(47, 48, 48);
    display: block;
}

footer h4 {
    color: #727374;
    padding-bottom: 25px;
    font-weight: bold;
    background: url('../../images/line-footer.png') no-repeat;
    background-position: bottom;
    background-size: 100%;
    font-size: 15px;
}

footer .footer-address li {
    color: #727374;
    list-style: none;
    margin-bottom: 5px;
    padding-right: 22px;
}

footer .footer-address li.title {
    color: #c42127;
    margin-bottom: 10px;
    font-weight: bold;
    padding-right: 0;
}

footer .footer-address li.address {
    background: url('../../images/address_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.tell {
    background: url('../../images/tell_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.fax {
    background: url('../../images/print_icon.png') no-repeat;
    background-position: right;
}

footer .footer-address li.email {
    margin-top: 15px;
    background: url('../../images/email_icon.png') no-repeat;
    background-position: right;
}

footer #map {
    text-align: center;
}

footer #map img {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 40px;
}

footer .footer-link {
    padding-bottom: 10px;
    padding-right: 10px;
}

footer .footer-link li {
    margin-bottom: 10px;
}

footer .footer-link li a {
    color: #727374;
}

#copyrigh {
    width: 100%;
    min-height: 20px;
    padding: 10px;
    text-align: center;
    background: rgb(55, 55, 57);
    color: #727374;
    border-top: 2px solid #c42127;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0px
}

section.other-page {
    width: 100%;
    min-height: 500px;
}

section.other-page #other-page-header {
    width: 100%;
    background: url('../../images/other_page_bg.jpg') no-repeat;
    background-size: 100%;
    height: 196px;
}

section.other-page #other-page-header h3 {
    margin-top: 0;
    padding-top: 40px;
    margin-right: 50px;
    font-weight: bold;
    min-width: 20%;
    max-width: 70%;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    text-align: right;
    font-size: 20px;
    color: #fff;
}

.paragraph-content {
    width: 90%;
    margin: 20px auto;
}

paragraph-content p {
    line-height: 20px;
}

.required:before {
    content: '* ';
    color: red;
    font-weight: bold;
}

.poll .question {
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #dbdcdc;
}

.poll .question:last-child {
    border-bottom: 0px !important;
}

.poll .answer {}

.poll .answer li {
    list-style: none;
    margin-top: 10px;
}

.poll .answer li label {
    font-weight: 100;
}

.poll .answer-result {
    width: 100%;
}

.poll .answer-result li {
    list-style: none;
    margin-top: 10px;
}
