﻿footer {
    background: #4d4d4d;
    color: #fff;
    margin-top: 40px;
}

    footer a:link {
        color: #fff;
    }

    footer .links {
        font-size: 20px;
        border-bottom: 1px #999 solid;
        padding: 10px 0 32px 0px;
    }

        footer .links span {
            position: relative;
            top: 16px;
        }

        footer .links a {
            position: relative;
            bottom: -15px;
            padding-left: 2px;
        }

    footer .copyright {
        line-height: 35px;
        padding: 18px 0;
        position: relative;
    }

        footer .copyright span {
            padding: 0px 11px 0 32px;
        }

        footer .copyright em {
            display: block;
            color: #999;
        }

        footer .copyright .ewmpic {
            position: absolute;
            right: 0px;
            top: 10px;
        }

            footer .copyright .ewmpic img {
                background: #fff;
            }

            footer .copyright .ewmpic p {
                line-height: 20px;
                text-align: center;
                color: #999;
            }

@media screen and (max-width: 768px) {
    .links span {
        display: block;
        text-align: center;
        top: 8px;
    }

    footer .links a {
        padding: 0;
        width: 49%;
        display: inline-block;
        margin-top: 5px;
    }

    .links img {
        width: 100%
    }

    .ewmpic {
        position: static !important;
    }

        .ewmpic img {
            clear: both;
            display: block;
            margin: 0px auto;
            max-width: 100%;
            height: auto;
        }

    footer .copyright {
        text-align: center
    }

    .copyright span {
        display: block
    }
}