.footer
{
    clear: both;
    background-color: #3c3c3c;
    color: #c2c2c2;
    line-height: 22px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .footer-info
{
    max-width: 1000px;
    padding: 10px 0;
    margin: auto;
}

.footer .copyright
{
    /*border-top: 1px solid #d6d6d6;*/
    padding-top: 10px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.footer .copyright p
{
    display: inline-block;
}

.footer .copyright p a
{
    text-decoration: none;
    color: #c2c2c2;
}

.footer p,
.footer h5
{
    padding: 0 10px;
}