.footer {
    background: #292924;
    padding: 50px 0;
    z-index: 100;
}

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #8b8a8a;
}

.footer .connect-ous .title {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
}

.footer .connect-ous .connect {
    display: inline-block;
}

.footer .connect-ous .connect a {
    margin: 10px 10px 0 0;
    display: inline-block;
}
.social-icons .sc {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: contain;
}

.social-icons .sc.fb-social {
    background-image: url(../images/icons/social_icons_fb.png);
}

.social-icons .sc.youtube-social {
    background-image: url(../images/icons/social_icons_yb.png);
}

.social-icons .sc.linkedin-social {
    background-image: url(../images/icons/social_icons_in.png);
}

.social-icons .sc:hover,
.social-icons .sc:active {
    color: #FFF;
}

.social-icons.icon-rotate .sc:hover,
.social-icons.icon-rotate .sc:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

@media only screen and (max-width: 767px) {
    .footer .top-block-footer {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .copyright,
    .footer .connect-ous {
        text-align: center;
        margin: 10px
    }

}

