/********************************************************************************
    FOOTER
*********************************************************************************/

.footer {
    background: #222;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.footer a {
    color: #666 !important;
    text-decoration: underline;
}

.footer a:hover {
    color: #ccc !important;
}

.ws-footer-side-1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.ws-footer-side-2 li,
.ws-footer-side-3 li {
    padding: 2px 0;
}

.ws-footer-side-4 a {
    font-size: 24px;
    padding: 0 5px;
}

/********************************************************************************
    BOTTOM
*********************************************************************************/

.bottom {
    background: #222;
    border-top: 1px solid #333;
}

.bottom .uk-navbar {
    background: transparent;
    color: #ccc;
}

.bottom .uk-navbar .uk-navbar-content {
    color: #666;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
}

.bottom .uk-navbar-nav > li > a {
    color: #666;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.bottom .uk-navbar-nav > li > a:hover,
.bottom .uk-navbar-nav > li > a:focus {
    background: transparent !important;
    color: #ccc;
}