.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #6e6d3c;
    color: #fff;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
    border-top: 9px solid #fff;
}

.panel-footer p {
    margin-bottom: 0;
    font-family: "poppins", sans-serif;
    font-weight:700;
    font-size: 16px;
    color: #fff;
}
.panel-footer .copyright p {
    font-size: 14px;
    margin-bottom: 10px;
}

.panel-footer .simpleview-logo a img {
    width: 180px;
    height: 25px;
}

.panel-footer .footer-top {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.panel-footer .footer-top .footer-left,
.panel-footer .footer-top .footer-middle,
.panel-footer .footer-top .footer-right {
    display: flex;
    flex: 1;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.panel-footer .footer-top .footer-left {
    order: 2;
}
.panel-footer .footer-top .footer-middle {
    order: 1;
    justify-content: center;
}
.panel-footer .footer-top .footer-right {
    margin-bottom: 0;
    order: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.panel-footer .footer-logo img {
    width: 177px;
    height: 212px;
}

.panel-footer .footer-bottom {
    background-color: #474627;
    text-align: center;
}

.panel-footer .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding: 12px 15px;
}

.panel-footer .footer-bottom .inner {
    padding: 20px;
}

.panel-footer .footer-top .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer ul.social-links {
    max-width: 300px;
}
.panel-footer ul.social-links li {
    margin: 0 0 10px 10px;
}
.panel-footer ul.social-links li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #474627;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 1;
    padding: 5px 13px;
}
.panel-footer ul.social-links li a:hover {
    background-color: #fff;
}
.panel-footer ul.social-links li a i {
    font-size: 16px;
    color: #fff;
}
.panel-footer ul.social-links li a:hover i {
    color: #474627;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel-footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}

.panel-footer .navFooter {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.panel-footer .navFooter li {}
.panel-footer .navFooter li a {
    color: #fff;
    font-family: "poppins", sans-serif;
    font-weight:700;
    font-size: 14px;
    letter-spacing: 1px;
}
.panel-footer .navFooter li:last-of-type a {
    text-decoration: underline;
}
.panel-footer .navFooter li a:hover {
    color: #474627;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .panel-footer .inner {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1370px;
    }

    .panel-footer .footer-top .footer-left,
    .panel-footer .footer-top .footer-middle,
    .panel-footer .footer-top .footer-right {
        margin-bottom: 0;
        text-align: inherit;
    }

    .panel-footer .footer-top .footer-left {
        order: 1;
    }
    .panel-footer .footer-top .footer-middle {
        order: 2;
    }
    .panel-footer .footer-top .footer-right {
        order: 3;
        align-items: flex-end;
    }

    .panel-footer .copyright p {
        margin-bottom: 0;
        line-height: 2;
    }

    .panel-footer .footer-bottom {
        height: 50px;
        text-align: inherit;
    }

    .panel-footer .footer-bottom .inner {
        padding: 12px 15px;
    }

    .panel-footer ul.social-links {
        max-width: 115px;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .panel-footer .navFooter {
        display: block;
        text-align: right;
    }
}

