﻿.footer {
    padding: 0 40px;
}

.footer .footer-links {
    width: 50%;
    float: left;
}

.footer .copyright {
    text-align: right;
}

.footer .footer-links {
    font-weight: 600;
    list-style-type: none;
    overflow: hidden;
    margin: 0 -10px;
}

.footer a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: #999;
}

.footer a:hover {
    color: #737373;
}

.footer .copyright {
    color: #999;
    font-weight: 600;
}
