.footer {
    padding: 40px 60px;
}

.footer-left {
    width: 100px;
}

.footer-right {
    width: 62%;
    margin-left: 100px;
}

.footer-nav {
    list-style: none;
    font-size: 14px;
    margin-top: -8px;
    margin-left: 0  ;
}
.footer-nav li{
    width: calc(100% /3);
    margin-bottom: 12px;
}

.footer-nav li a {
    font-family: 'AvenirNext LT Pro';
    letter-spacing: 1px;
    color: #757575;
}
.footer-nav li a:hover {
    color: #000000;
}

.copyright {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
   
}
.copyright p {
    font-weight: 500;
    font-family: 'AvenirNext LT Pro';
    font-size: 14px;
    color: #757575;
}

@media only screen and (max-width:1279px){

    .footer-right {
        width: calc(100% - 200px);
    }

}

@media only screen and (max-width:1023px) {

    .footer {
        padding: 40px 0;
    }

    .footer-right {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width:767px) {

    .footer {
        padding: 30px 20px;
    }

}

@media only screen and (max-width:666px) {

    .footer-links ul.flex{
        display: block;
        margin-bottom: 25px;
    }

    .footer-nav li {
        width: 100%;
        margin-bottom: 15px;
    }
}