#footer.stick {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright {
    display: block;
}

.footer-nav {
    background-color: #fff;
    
    display: flex;
    justify-content: space-around;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    padding: 12px 0 8px;
    margin: 0 auto;

    text-align: center;
    font-size: 0;

    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.4);
}

.footer-wrap .icon {
    margin-bottom: 5px;
}

.footer-wrap>div {
    font-size: 14px;
    line-height: 20px;
}
/***/