footer {
    color: #c2c2c2;
    border-top: 1px solid #eeeeee;
    background-color: white;
}
@media screen and (min-width: 768px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 160px;
    }
    footer .container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 630px) {
    footer {
        margin: 0px;
    }
}
footer .subnav {
    font-size: 12px;
    color: #c2c2c2;
}
@media screen and (min-width: 630px) {
    footer .subnav {
        margin-top: 15px;
    }
}
footer .subnav a {
    color: #c2c2c2;
}
footer .subnav a:hover {
    color: #a0a0a0;
}
footer ul.nav {
    padding-left: 0px;
}
footer ul.nav > li {
    font-size: 14px;
    display: inline-block;
    margin-left: 25px;
    list-style-type: none;
}
@media screen and (min-width: 630px) {
    footer ul.nav > li > a {
        padding: 0px;
    }
    footer ul.nav > li > a:hover {
        background-color: transparent;
    }
}
@media screen and (max-width: 630px) {
    footer ul.nav > li {
        display: block;
        margin-left: 0px;
        padding: 10px 15px;
        border-bottom: 1px solid #eeeeee;
    }
}
footer ul.nav > li:first-child {
    margin-left: 0px;
}
footer ul.socials-footer li {
    display: inline-block;
    opacity: 0.7;
    margin-right: 10px;
}
footer ul.socials-footer li:hover {
    opacity: 1;
}
footer ul.socials-footer img {
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 630px) {
    footer .copyright {
        padding: 10px 0px;
    }
}
