.thm-footer {
    width: 100%;
    background: linear-gradient(90deg, #280508, #160304);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
    .thm-footer {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .thm-footer {
        width: 100%;
        flex-wrap: wrap;
    }
}
.thm-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/javax.faces.resource/jumbotron-1.jpg.orgn?ln=images") center/cover no-repeat;
    opacity: 0.1;
}
.thm-footer .footer-info {
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}
.thm-footer .footer-info .logo {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
}
.thm-footer .footer-info .logo img {
    height: 45px;
}
.thm-footer .footer-info .site-name {
    line-height: 1.125em;
    margin-left: 15px;
    max-width: 50%;
}
.thm-footer .footer-info .site-name a {
    color: #fff;
    font-size: 0.8125em;
}
.thm-footer .copyright {
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8125em;
    text-align: right;
    position: relative;
}
.thm-footer .copyright a {
    color: rgba(255, 255, 255, 0.5);
}
.thm-footer .copyright a:hover {
    color: #fff;
}
.mm-active .thm-footer {
    /*transform: translateX(440px);*/
}
@media (max-width: 767.98px) {
    .thm-footer .footer-info {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .thm-footer .footer-info .logo {
        flex: 0 0 100%;
        text-align: center;
        border-right: none;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .thm-footer .footer-info .site-name {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .thm-footer .copyright {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .mm-active .thm-footer {
        /*transform: translateX(300px);*/
    }
}
@media (max-width: 575.98px) {
    .mm-active .thm-footer {
        /*transform: translateX(270px);*/
    }
}
