.footer-contact {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #d9d9d9;
}
    .footer-contact .menu-footer {
        background: none;
    }

/*  FOOTER */
footer {
    position: relative;
    width: 100%;
    padding: 0;
    background: #000;
}
    .footer-inside {
        padding: 40px;
    }
        .footer-inside .logo {
            margin-bottom: 15px;
        }
        .footer-links {
            width: 100%;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .footer-links .col {
                flex: auto;
                font-weight: 300;
                font-size: 14px;
                color: #FFF;
                line-height: 1.1;
            }
            .footer-title {
                font-weight: bold;
                text-transform: uppercase;
            }
            .footer-logo {
                width: 88px;
            }
            .footer-link {
                color: #A1AEB7;
            }
            .footer-link:hover {
                text-decoration: underline;
            }
        .footer-baseline {
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid #FFF;
            width: 100%;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
            font-weight: 300;
            font-size: 12px;
            color: #FFF;
            line-height: 1.1;
            text-transform: uppercase;
        }
            .footer-baseline a {
                font-weight: 300;
                font-size: 12px;
                color: #FFF;
                line-height: 1.1;
                text-transform: uppercase;
            }
            .footer-baseline .baseline-left {
                margin: 0;
            }
            .footer-baseline .baseline-right {
                margin: 0;
                margin-left: auto;
            } 

/* MENU MAIN > FOOTER */
footer .menu-main ul li.nav-item {
    width: 15%;
    margin: 0 auto;
}
footer .menu-main ul li.nav-item .top-link {
    color: #FFF;
    font-size: 15px;
    padding: 6px 10px;
    display: block;
}
footer .menu-main ul li ul.sub-nav-group li .sub-link {
    color: #FFF;
    font-size: 13px;
    padding: 6px 10px;
    display: block;
}