.footer {
    background-color: #293844;
}

.footer-info, .footer-copyright, .footer-phone {
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: normal;
    font-style: normal;
    max-width: 330px
}

.footer-info a, .footer-info a:visited {
    color: white;
}

.footer-info a:hover {
    color: #fcffbc;
}

.main-wrapper.footer-inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 240px;
    align-items: center; 
}

.footer-social-container {
    margin: 0;
    padding: 0;
}

.footer-social-item {
    list-style: none;
    display: inline-block;
}

.footer-social-item a {
    padding-left: 11px;
    padding-right: 11px;
    display: block;
}

.footer-social-item:last-child a {
    padding-right: 0;
}

#footer-links {
    margin: 0 0 0 0;

}

.footer-links {
    padding: 0 0 0 0;
    margin: 0;
}

#footer-links li {
    float:left;
    margin:0 50px 18px 0;
    list-style:none;
}

#footer-links:last-child {
    margin:0
}

#footer-links li a {
    opacity: 0.6
}

#footer-links li a:hover {
    opacity: 1;
  -webkit-animation-name: opacity; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: opacity;
  animation-duration: 0.5s;
}

@keyframes opacity {
  from {opacity: 0.6}
  to {opacity: 1;}
}



/*RESPONSIVENESS*/

@media screen and (max-width: 1060px) {
    #footer-links li {
        margin:0 20px 18px 0;
    }
}

@media screen and (max-width: 964px) {
    #footer-links li {
        padding:9px 0 0 0;
        margin:0;
        float:none;
        text-align:center;
    }
}

@media screen and (max-width: 768px) {
    .footer-info {
        font-size: 10px;
    }

    .main-wrapper.footer-inner {
        display: flex;
        justify-content: center;
        align-content: center;
        height: 350px;
        align-items: center;
        flex-direction: column;
    }

    .main-wrapper.footer-inner .footer-info {
        text-align: center;
        margin-bottom: 17px;
    }
}
