.site-footer {
    background: #222;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-box {
    margin-bottom: 30px;
    font-size: 13px;
}

.footer-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    font-size: 12px;

}