﻿
/**
 *  footer
 */
.footer {
    background-color: #1c1c1c;
}

    .footer .hd {
        overflow: hidden;
        margin-bottom: 10px;
        padding: 41px 30px 15px;
    }

    .footer .copyr {
        margin: 0 30px;
        font-size: 12px;
        color: #898989;
        line-height: 20px;
        padding: 20px 0;
        border-top: 1px solid #2e2e2e;
    }

        .footer .copyr .txt {
            margin-left: -20px;
        }

            .footer .copyr .txt a {
                color: #898989;
            }

        .footer .copyr span {
            margin: 0 20px;
        }
