footer {
    padding: 50px 0;
    background: #F17B2A;
}
footer * {
    color: #fff;
}
footer .top-footer {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom-footer {
    padding-top: 30px;
}
footer .footer-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
}
footer .footer-info p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
}
footer .footer-info.footer-nav h3 {
    margin-bottom: 12px;
}
footer .footer-info.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
footer .footer-info.footer-nav ul li {
    line-height: 30px;
}
footer .footer-info.footer-nav ul li a {
    font-size: 14px;
    color: inherit;
}
footer .bottom-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
}
footer .bottom-nav ul li {
    font-size: 14px;
    padding-left: 20px;
}
footer .bottom-nav ul li + li {
    display: flex;
    align-items: center;
}
footer .bottom-nav ul li + li:before {
    content: '|';
    margin-right: 20px;
}
footer .bottom-nav ul li.uk-first-column:before {
    display: none;
}
footer .bottom-nav ul li a {
    color: inherit;
}
footer .social-share {
    display: flex;
    justify-content: flex-end;
}
footer .social-share ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .social-share ul li + li {
    margin-left: 8px;
}
footer .social-share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 30%;
    background: #fff;
}
footer .social-share ul li a span {
    color: #F17B2A;
}
footer .copyright {
    font-size: 12px;
    margin-top: 10px;
}
footer .copyright p {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    footer .copyright {
        text-align: center;
    }
    footer .empty-col {
        display: none;
    }
    footer .uk-grid-margin {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 1025px) {
    footer .bottom-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .social-share {
        justify-content: center;
    }
}
@media screen and (max-width: 576px) {
    footer .social-share {
        padding-bottom: 30px;
    }
}
