#pre-footer .footer-social-bar {
    background: #e4e4e4;
    width: 100%;
}

#pre-footer .footer-social-bar .row {
    width: 100%;
    text-align: center;
}

#pre-footer .footer-social-items {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#pre-footer .footer-social-items li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 10px;
}

#pre-footer .footer-social-items a {
    display: block;
    padding: 30px 0 36px;
    color: #eee;
}

#pre-footer .footer-social-items i {
    transition: all .22s ease-in-out;
    border: 1px solid #555;
    font-size: 18px;
    float: left;
    padding: 12px;
    width: 42px;
    height: 42px;
    border-radius: 33px;
    text-align: center;
    margin-right: 10px;
    display: block;
    color: #555;
}

#pre-footer .footer-social-items i path {
    fill: #555;
}

#pre-footer .footer-social-items div {
    line-height: 20px;
    padding-top: 7px;
    float: left;
    height: 62px;
}

#pre-footer .footer-social-items span {
    display: none;
    font-size: 10px;
}

#pre-footer .footer-social-items strong {
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
}

#pre-footer .footer-social-items a:hover i {
    color: #fff;
    background: #437df9;
    border-color: #437df9;
}

#pre-footer .footer-social-items a:hover i path {
    fill: #fff;
}

@media only screen and (max-width: 991px) {
    #pre-footer .footer-social-items i {
        margin: 0 auto;
        float: none;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    #pre-footer .footer-social-items div {
        text-align: center;
        padding-top: 10px;
    }

    #pre-footer .footer-social-items strong {
        font-size: 10px;
    }

    #pre-footer .footer-social-items span {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #pre-footer .footer-social-items li {
        margin: 0 5px;
    }

    #pre-footer .footer-social-items div {
        display: none;
    }

    #pre-footer .footer-social-items i {
        font-size: 18px;
        padding: 9px;
        width: 36px;
        height: 36px;
    }
}

@media only screen and (min-width: 1200px) {
    #pre-footer .footer-social-items li {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    #pre-footer .footer-social-items i {
        margin: 0 auto;
        float: none;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    #pre-footer .footer-social-items div {
        text-align: center;
        padding-top: 10px;
    }

    #pre-footer .footer-social-items strong {
        font-size: 10px;
    }

    #pre-footer .footer-social-items span {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #pre-footer .footer-social-items li {
        margin: 0 5px;
    }

    #pre-footer .footer-social-items div {
        display: none;
    }

    #pre-footer .footer-social-items i {
        font-size: 18px;
        padding: 9px;
        width: 36px;
        height: 36px;
    }
}

@media only screen and (min-width: 1281px) {
    #pre-footer .footer-social-items li {
        margin: 0 30px;
    }
}