.footer {
    border-top: 1px solid #000;
    background: #fff;
    height: 40px;
    position: relative;
    z-index: 100;
    text-align: center;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.footer .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 10px 0;
}
.footer .menu li {
    display: inline-block;
    margin: 0 1.3em;
    font-size: .7em;
}
.footer .menu li a {
    color: #333;
    font-family: "Roboto";
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.footer .menu li a:after {
    content: ' ';
    width: 0px;
    display: block;
    background: #000;
    height: 4px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    left: 0;
    top: 0;
    margin: -7px 0 0 -8px;
}
.footer .menu li a:hover:after {
    width: 4px;
}
.flags {
    display: inline-block;
    margin: 0 0 0 50px;
}
.flags li {
    display: inline-block;
}
.flags li {
    display: inline-block;
}
.flags li {
    margin: 0 4px!important;
}
.flags li img {
    width: 12px;
    filter: grayscale(100%);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    position: relative;
    top: 2px;
}
.flags li img:hover {
    filter: grayscale(0%);
}
.footer li a:hover:after {
    width: 4px;
}
.footer .social-icons {
    margin: 0 .5em!important;

}
.footer .social-icons img {
    max-width: 76%;
    position: relative;
    top:2px;
}
.footer .social-icons img.instagram {
    max-width: 72%!important;
}

.footer .menu .social-icons a:after {
    display: none;
}
