#footer {
    background-color: #141414;
    padding: 50px calc((100vw - 920px) / 2) 50px calc((100vw - 920px) / 2);
}
#footer > .logo {
    display: inline-block;
    vertical-align: top;
}
#footer > .nav {
    display: inline-block;
    width: 419px;
    padding-left: 25px;
    vertical-align: top;
}
#footer > .nav > ul {
    display: inline-block;
    list-style: none;
}
#footer > .nav > ul > li {
    display: block;
    margin-bottom: 5px;
}
#footer > .nav > ul > li > a {
    color: #ffffff;
    font-family: 'mainLight';
    font-size: 16px;
    text-decoration: none;
}
#footer > .nav > ul > li > a.highlight {
    color: #ff8614;
    font-family: 'mainMedium';
}
#footer > .nav > ul > li > a.active {
    color: #ffffff;
    font-family: 'mainBold';
}
#footer > .contact {
    display: inline-block;
    width: 419px;
    vertical-align: top;
}
#footer > .contact > h1 {
    font-family: 'mainBold';
    font-size: 18px;
    color: #ff8614;
    margin: 0;
}
#footer > .contact > span {
    display: block;
    min-height: 32px;
    margin-top: 20px;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'mainLight';
    font-size: 16px;
    color: #ffffff;
}
#footer > .contact > span.location {
    background-image: url('../images/footer-location.png');
}
#footer > .contact > span.phone {
    background-image: url('../images/footer-phone.png');
}
#footer > .contact > span.email {
    background-image: url('../images/footer-email.png');
}