﻿.footer-copyright {
    color: rgba(255,255,255,.75);
    background: #1d2226;
    padding: 1.25rem 0;
    font-size: .8125rem
}

    .footer-copyright:after,
    .footer-copyright:before {
        content: '';
        display: table;
        clear: both
    }

    .footer-copyright .copyright {
        float: left;
        line-height: 1.875rem
    }

@media (max-width:991.98px) {
    .footer-copyright .copyright {
        float: none;
        text-align: center
    }
}

.footer-copyright .payment-method {
    float: right;
    text-align: right
}

@media (max-width:991.98px) {
    .footer-copyright .payment-method {
        float: none;
        text-align: center;
        padding: .625rem 0
    }
}

.footer-copyright .payment-method img {
    max-height: 1.875rem
}

.footer {
    padding: 1.875rem 0;
    font-size: .8125rem;
    color: rgba(255,255,255,.6);
    background: #2d353c;
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
    box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
    text-align: left;
}

    .footer a {
        color: rgba(255,255,255,.6)
    }

    .footer abbr {
        text-decoration: none
    }

    .footer ul {
        line-height: 1.8
    }

        .footer ul .fa-li {
            font-size: .875rem
        }

@media (max-width:991.98px) {
    .footer .row > [class*=col-] + [class*=col-] {
        margin-top: 1.875rem
    }
}

.footer .footer-header {
    font-size: .875rem;
    color: #fff;
    font-weight: 700;
    margin: .625rem 0 1.25rem
}
