﻿
ul {
    list-style :none;
}
a {
    text-decoration :none;
}

.li-announced .icon-social-mobile.custom {
    height: 45px !important;
    width: 45px !important;
}

.li-announced .icon-social-mobile img.custom {
    height: 100%;
}

.group-icon-mobile.custom {
    margin-left: 36px;
}



/* Address */
.about-content.custom {
    margin: 20px 0;
}

.about-content img.custom {
    height: 40px;
    margin-bottom: 30px;
}

.address.custom {
    margin-top: 20px;
}

.address ul li.custom {
    display: block;
    color: #909090;
    padding-bottom: 15px;
}

    .address ul li.custom:last-child {
        padding-bottom: 0px;
    }

.address ul li i.custom {
    display: table-cell;
    width: 20px;
    text-align: center;
    padding-right: 10px;
}

.address ul li span.custom {
    display: table-cell;
}
/* Usefull Link */
.usefull-link.custom {
    margin: 20px 0;
}

.usefull-link ul li.custom {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 10px 0px;
}

    .usefull-link ul li.custom:last-child {
        border-bottom: 0px;
    }

.usefull-link ul li a i.custom {
    padding-right: 10px;
}

.usefull-link ul li a.custom {
    color: #909090;
}

    .usefull-link ul li a.custom:hover {
        color: #db2d2e;
    }
/* News Letter */
.footer .news-letter.custom {
    margin-top: 20px;
    position: relative;
}

.footer .news-letter a.button.red.custom {
    padding: 7px 20px;
    margin-top: 0px;
}

.footer .news-letter .form-control.custom {
    border-color: rgba(255, 255, 255, 0.11);
    margin-bottom: 20px;
    margin-top: 10px;
}

    .footer .news-letter .form-control.custom:focus {
        border-color: #db2d2e;
    }

.footer .news-letter .newsletter-msg.custom {
    margin-top: 10px;
    color: #f00;
    font-weight: 600;
}

.footer hr.custom {
    margin-top: 60px;
    border-color: rgba(255, 255, 255, 0.11);
}

@media screen and (max-width: 767px) {
    .footer .copyright.custom {
        padding: 20px 0 0px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .footer .copyright.custom {
        padding-bottom: 10px;
    }
}

footer .copyright.custom {
    background: #f3f3f3;
}

footer .copyright a.custom {
    color: #db2d2e;
}

footer .copyright ul li.custom {
    padding: 0px;
}

footer .copyright ul li a.custom {
    color: #909090;
    text-transform: capitalize;
    padding: 0px 3px;
}

    footer .copyright ul li a.custom:hover {
        color: #db2d2e;
    }

.footer.footer_opacity.custom:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer.footer_opacity-black.custom:before {
    background: rgba(0, 0, 0, 0.8);
}

.footer.footer_opacity-white.custom:before {
    background: rgba(255, 255, 255, 0.8);
}

.footer .widget.mailchimp_newsletter.custom {
    margin-bottom: 0;
}

.footer.custom {
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

.footer.footer_opacity.custom:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer.footer_opacity-black.custom:before {
    background: rgba(0, 0, 0, 0.8);
}

.footer.footer_opacity-white.custom:before {
    background: rgba(255, 255, 255, 0.8);
}

.footer .widget.mailchimp_newsletter.custom {
    margin-bottom: 0;
}

.footer h6.custom {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}






















