.footer-wrapper {
    background: #877874;
}
footer {
    padding: 20px 15px;
}
.footer-social {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
    width: 80%;
}
.footer-social li {
    list-style-type: none;
}
.footer-social li img {
    width: 50px;
}
.footer-links {
    margin-top: 20px;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links li {
    list-style-type: none;
    line-height: 1.5;
}
.footercol-title {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    padding: 13px 0 8px;
    display: flex;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 0;
}
.footercol-title a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.footercol-title span {
    background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat -127px -395px;
    display: inline-block;
    width: 23px;
    height: 21px;
    margin-left: auto;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
.footercol-title span.expand {
    background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat -157px -371px;
}
.footer-links li a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 13px;
}
.footer-links li a:hover {
    text-decoration: underline;
}
.footer-links .footer-link-list {
    display: none;
    margin-top: 10px;
}
.footer-col3 {
    margin-top: 50px;
}
.footer-col3 img {
    display: block;
    margin: 0 auto 15px;
   
}
.footer-col3 p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}
.footer-col3 a {
    color: inherit;
    text-decoration: none;
}
.footer-col3 span {
    margin-top: 30px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    display: block;
}
.footer-privacy-choice img {
    width: 40px;
    vertical-align: middle;
    height: auto;
    margin: -2px 5px 0 0;
    display: inline;
}
.footer-privacy-choice a:hover {
    cursor: pointer;
}
.footer-privacy-choice a {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 400;
    font-size: 13px;
}
.footer-privacy-choice {
    margin: 15px 0px;
}
@media (max-width:1199px) {
    .footer-privacy-choice {
        justify-content: center;
        display: flex;
    }
}
@media (min-width: 768px) {
    footer {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
    }
    .footer-social {
        max-width: 293px;
    }
    .footer-links .footer-link-list {
        display: block;
        margin-bottom: 50px;
    }
    .footer-links {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-links div {
        width: 24%;
    }
    .footer-col3 {
        width: 100%;
    }
    .footercol-title {
        border-bottom: none;
        margin-top: 0;
    }
    .footercol-title span {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer-social {
        margin-bottom: 50px;
    }
    .footer-col3 {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    footer {
        flex-wrap: nowrap;
        flex-shrink: 0;
        flex-grow: 0;
        padding: 50px 100px 15px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-social {
        max-width: none;
        flex-direction: column;
        max-width: 50px;
        margin-right: 90px;
        height: 300px;        
    }
    .footer-links {
        width: 61.5%;
    }
    .footer-col3 {
        width: auto;
        margin-top: 108px;
    }
    .footer-col3 img {
        margin-left: 0;
        /*width: 135px;
        height: 31px;*/
    }
    .footer-col3 p, .footer-col3 span {
        text-align: left;
    }
     .footer-links div {
        margin-bottom: 15px;
    }
    .footer-links div:nth-child(5),
    .footer-links div:nth-child(6),
    .footer-links div:nth-child(7) {
        margin-bottom: 0;
    }
}