@charset "utf-8";

/* CSS Document */

.footer-powered {
    padding: 25px 0;
}

.power-title {
    text-align: center;
}

.power-title h4 {
    color: #dab867;
    font-size: 18px;
}

.powered-logo {
    max-width: 1600px;
    margin: auto;
    text-align: center;
}

.powered-logo img {
    display: inline-block;
    padding: 0 4px;
}

.footer-bottom {
    background: #1f1f1f;
    color: #ffffff;
}

.footer-bottom-2 {
    background: #101010;
    color: #ffffff;
}

.footer-bottom h4 {
    color: #dab867;
    font-size: 18px;
}

.betting-content {
    font-size: 11px;
    line-height: 1.3;
}

.cert {
    border-bottom: 1px solid #282828;
    padding-bottom: 25px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: #c5c5c5;
    padding: 0 15px;
    font-size: 14px;
}

.footer-menu ul li a:hover {
    color: #ffab12;
}

@media (max-width:991px) {
    .bet-wrapper {
        display: none;
    }
}

.bet-wrapper {
    background: #1f1f1f;
    padding: 30px;
}

.betting-content p {
    font-size: 12px;
    line-height: 17px;
}

.bet-wrapper .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}

.bottom-footer {
    padding: 30px;
    background: #101010;
    padding-bottom: 0;
}

.copyright-text {
    color: #525252;
    font-size: 11px;
    margin-top: 25px;
    padding-bottom: 10px;
}