﻿
.footer-links a {
    color: #666f76;
    text-decoration: none;
}

.footer-links a:hover {
    color: #727272;
    text-decoration: underline;
}

.container-footer {
    background-color: #f2f2f2 !important;
}

.footer-top {

    padding: 30px 15px;
    background-color: #f2f2f2;
}

.footer-bottom {
    background-color: #f2f2f2;
}

.footer-top h6 {
    color: #666f76;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-top ul {
    padding-left: 0;
    list-style: none;
}
.footer-top ul li {
    margin-bottom: 20px;
}
    .footer-top ul li a {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-decoration: none;
        display: block;
    }



