footer.one-footer {
    width: 100%;
    display: inline-block;
    background: #222429;
    position: relative;
}
.one-footer:before {
    content: "";
    position: absolute;
    background-image: url(images/footer-bg.png);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-cont p {
    font-size: 15px !IMPORTANT;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: normal;
    color: #999;
}
.footer-cont h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.wi-50 li {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    line-height: 37px;
    letter-spacing: 0.5px;
}

    .wi-50 li a {
        color: #999;
    }

.mar-top {
    margin-top: 0px;
}
.wi-100 {
}

    .wi-100 li {
        color: #999;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 28px;
    }

.wi-100 li span {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 23px;
    color: #f60;
    font-weight: normal;
    margin-right: 10px;
    text-align: center;
}
.copy-one {
    padding: 1em;
    border-top: 1px solid #575757;
}
    .copy-one p {
        margin: 0px;
        color: #999;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
    }
