.spw-footer {
    padding: 0 10px;
    width: 100%;
}
.spw-footer, .spw-container:after {
    height: 22px;
}
.spw-footer .spw-footer-copyright {
    float: left;
}
.spw-footer .spw-footer-contact {
    float: right;
}
.spw-footer .spw-footer-contact .spw-img-social {
    width: 21px;
    margin: 0 2px 2px 2px;
}
@media screen and (max-width: 766px) {
    .spw-footer {
        height: 30px;
        position: relative;
        bottom: 0;
    }
    .spw-footer .spw-footer-copyright {
        text-align: center;
        float: none;
    }
    .spw-footer .spw-footer-contact {
        text-align: center;
        float: none;
    }
    .spw-footer .spw-footer-contact img {
        width: 18px;
        margin: 0;
    }
}