.centered-logo .logo {
    bottom: 0;
    margin-top: 10px;
    max-height: 100px;
    max-width: 800px;
}

.centered-logo .bottom-border {
    background: #00942a none repeat scroll 0 0;
    height: 4px;
    width: 100%;
}

.sub a {
    color: #fff;
}

footer.short ul li {
    float: left;
    margin-right: 16px;
}

.social-icons li,
.social-icons li a {
    font-size: 14px !important;
}

.filters {
    display: none;
}

@media all and (max-width: 767px) {
    nav {
        max-height: 100px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }
    .centered-logo .logo {
        margin-top: 0;
        max-height: 80px;
        top: 5px;
    }
}
