﻿.p {
    font-family: IRANSans !important;
}

#advertise {
    left: 30px;
    position: absolute;
    padding-top: 52px;
    padding-right: 30px;
}

@media only screen and (max-width: 900px) {
    #advertise {
        display: none;
    }
}

.span {
    font-family: IRANSans !important;
}

.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

.fa-sc {
    padding: 10px !important;
    font-size: 15px !important;
    width: 35px !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50% !important;
}

    .fa-sc:hover {
        opacity: 0.7 !important;
    }

.fa-facebook {
    background: #3B5998 !important;
    color: white !important;
}

.fa-twitter {
    background: #55ACEE !important;
    color: white !important;
}

.fa-google-plus {
    background: #ff4500 !important;
    color: white !important;
}

.fa-whatsapp {
    background: #2cc54e !important;
    color: white !important;
}

.fa-envelope-open {
    background: #00aff0 !important;
    color: white !important;
}

.icon-telegram {
    background: #00aff0 !important;
    color: #ffffff !important;
}
.la-telegram {
    background: #00aff0 !important;
    color: #ffffff !important;
}