.footer6 {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}
.footer6 a, .footer6 p {
    color: #fff;
}
.footer6-top {
    padding-bottom: 60px;
}
.footer6-bottom {
    padding-top: 60px;
    font-size: 12px;
}

.footer6 .menu-header {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}
.footer6 .menu-list {
    list-style: none;
    padding-left: 0;
}
.footer6 .menu-list li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
}
.footer6 .menu-list li:last-of-type {
    margin-bottom: 0px;
}
.footer6 .footer-social-icons img {height: 18px;width:auto;}
.footer6 .footer-social-icons a {margin-right: 40px;margin-bottom: 20px;display: inline-block;}
.footer6 .footer-social-icons a:last-of-type {margin-right: 0px;}
.footer6 .right-text {float: right;}
.footer6 .footer-separation {
    border-top: 1px solid rgba(255,255,255,0.16);
}

@media (max-width: 767px) {
    .footer6 {padding-top: 0px; padding-bottom: 50px;}
    .footer6-top {padding-bottom: 0px;}
    .footer6-bottom {padding-top: 40px;}
    .footer6-top div[class*='col-'] {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
    .footer6 .right-text {
        float: none;
        display: block;
        margin-top: 16px;
    }
    .footer6 .footer-separation {
        display: none;
    }

}
