@CHARSET "UTF-8";

footer {
    font-size: 12px;
    margin-top: 40px;
    padding: 20px 0;
    color: #fff;
    width: 100%;

    background: #023554;

    position: relative;
    z-index: 2;
}

footer a {
    color: #94b8b8;
    line-height: 28px;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

footer li {
    clear: both;
    list-style-type: none;
}

footer li a span {
    margin-right: 10px;
}

footer .copyright {
    text-align: center;
    border-top: 1px solid #507487;
    font-size: 10px;
    padding: 10px 0;
}
