footer.section, footer.section:nth-child(2n) {
    background-color: rgba(2,2,2,1);
    background: linear-gradient(75deg,  rgba(2,2,2,1) 0%,rgba(62,62,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}   

footer .row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}

footer .top {
    padding-top: 120px;
    padding-bottom: 120px;
}

footer .top .col {
    width: 25%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

footer .top .col.col4 {
    width: 31%;
}

footer .top .col.col1 {
    width: 21%;
}

footer .top .col.col2 {
    width: 24%;
}

footer .top .col.col3 {
    width: 24%;
}



footer .bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 36px;
    padding-bottom: 36px;
}

footer .bottom p  {
    font-size: 14px;
    font-weight: 500;
    color: #ece3a9;
}

footer .bottom p a {
    text-decoration: none;
    color: #ece3a9;
    font-size: 14px;
    font-weight: 500;
}

footer .bottom .col {
    width: 100%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

footer .bottom .col p {
    margin: 0;
    padding: 0;
}

footer .bottom .col span {
    float: right;
}

footer .h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
    background: linear-gradient(90deg, #956f4a, #ffffbd, #95714b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
    display: block;
    float: left;
    position: relative;
    margin-top: 24px;
}

footer .h3.decor::after {
    height: 100%;
    top: 0;
    width: 4px;
}

footer .link-list, footer .info-list, footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 160%;
}

footer .social {
    margin-bottom: -9px;
}


footer .social li {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
}

footer .social li:last-child {
    margin-right: 0;
}

footer .social li a {
    text-decoration: none;
    color: white;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    border-radius: 50%;
    background-color: #987048;
    background: linear-gradient(0deg, #956f4a, #ede4aa);
    color: #1e1e1e;
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border: 0px solid rgba(0, 0, 0, 1);
}

footer .social li:nth-child(2) a {
}

footer .social li:nth-child(3) a {
}

footer .social li:nth-child(4) a {
}

footer .social li:nth-child(5) a {
}

footer .social li:nth-child(6) a {
}


footer .link-list li {
    margin-bottom: 9px;
    color: white;
    clear: both;
    display: block;
    width: 100%;
    min-height: 18px;
}

footer .link-list li a, footer .link-list li span {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    padding-left: 18px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #ece3a9;
    opacity: 1;
}

footer .link-list li span {
    padding-left: 24px;
}

footer .link-list li a i, footer .link-list li span i {
    margin-right: 9px;
    font-size: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    background: linear-gradient(45deg, #956f4a, #ffffbd, #95714b);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .link-list li span small {
    font-size: 100%;
    margin-right: 6px;
    min-width: 30px;
    display: inline-block;
}

footer .link-list li span i {
    font-size: 100%;
    top: 5px;
}

footer .info-list {
    margin-bottom: 24px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);

}

footer .info-list li {
    display: block;
    float: left;
    clear: both;
    color: #ece3a9;
}

footer .info-list li span {

}

footer .col-logo {
    margin-left: -18px;
    margin-bottom: 24px;
}

footer .col {
    transition: all 0.6s ease-in-out;
    opacity: 1 !important;
}

footer .top .col.col4 {
    opacity: 0;
}

footer.anim .top .col.col4 {
    opacity: 1;
}


footer .top .col.col1 {
    opacity: 0;
}

footer.anim .top .col.col1 {
    opacity: 1;
    transition-delay: 0.3s;
}

footer .top .col.col2 {
    opacity: 0;
}

footer.anim .top .col.col2 {
    opacity: 1;
    transition-delay: 0.6s;
}

footer .top .col.col3 {
    opacity: 0;
}

footer.anim .top .col.col3 {
    opacity: 1;
    transition-delay: 0.9s;
}

footer .bottom .col {
    opacity: 0;
}

footer.anim .bottom .col {
    opacity: 1;
    transition-delay: 0.9s;
}



@media screen and (max-width: 1000px) {
    footer .top .col {
        width: 50% !important;
        padding-top: 24px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    footer .top {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media screen and (max-width: 890px) {
    footer .col-logo {
        margin-left: -36px;
    }
}

@media screen and (max-width: 540px) {
    footer .top .col {
        width: 100% !important;
    }
}