/*foot*/
.footer .social-icons .sfooter-twitter {
    background-image: url("../images/twitter.png");
    background-position: center left !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    /*overflow: hidden;*/
    display: inline-block;
    height: 66px;
    width: 60px;
}

.footer .social-icons .sfooter-facebook {
    background-image: url("../images/facebook.png");
    background-position: center left !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    /*overflow: hidden;*/
    display: inline-block;
    height: 66px;
    width: 60px;
}

.footer .social-icons .sfooter-instagram {
    background-image: url("../images/instagram.png");
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    /*overflow: hidden;*/
    display: inline-block;
    height: 66px;
    width: 60px;
}

.footer .social-icons .sfooter-soundcloud {
    background-image: url("../images/soundcloud.png");
    background-position: center left !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    /*overflow: hidden;*/
    display: inline-block;
    height: 66px;
    width: 60px;
}

.footer .main-footer .footer-links li {
    margin: 0 0 0 14px;
}
/*foot end*/
