.wrapper {
    background:url(../images/background-altm.jpg) no-repeat fixed;
    background-size:100% 100%; 
}

.progressive-jackpot{ 
	filter:none;
}
.progressive-jackpot > h2 {
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: #281b01;
    font-weight: 700;
    text-shadow: 0 2px 2px rgb(250 227 133);
}

.btn-secondary-primary {
    background: url(../images/btn-login-altm.png) no-repeat;
    color:  #fff;
    background-size: 100% 100%;
    text-shadow: 2px 2px 0px #000;
    border: none;
}
.btn-join{
    background: url(../images/btn-register-altm.png) no-repeat;
    color:  #fff;
    background-size: 100% 100%;
    text-shadow: 2px 2px 0px #000;
    border: none;
}
.btn-account ul a.icon-btn{
    background:url(../images/btn-login.png);
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 2px 2px 0px #000;
    border: none;
}
.page-header-title {
    background-color: #2f2400;
}
.game-front-wrapper{
    background: url(../images/menu-altm.jpg) no-repeat;
    background-size: 100% 100%;
}
.navbar-fixed{background: url(../images/header.jpg) no-repeat; background-size: cover;}
.game-group-front .nav-link > i{background: url(../images/icon_nav.png) no-repeat; background-size: 60%;background-position: center -183px;}
.account-menu a.active {
    color: white;
    background-color: #b0904e;
}

.navigation-ribbon .navigation-ribbon-item .active {
    color: #e4c97b;
}

.browser-default input {
    color: #e8e8e8;
    background-color: #333333;
}

.bottom-nav-bar a.active {
    color: #e4c97b;
}

.promotions-category a.active {
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#c3a15a), color-stop(99%, #cfb56a));
    background: -webkit-linear-gradient(top, #c3a15a 0%, #cfb56a 99%);
    background: -o-linear-gradient(top, #c3a15a 0%, #cfb56a 99%);
    background: linear-gradient(to bottom, #c3a15a 0%, #cfb56a 99%);
    border-bottom-color: #af8d4d;
}
.navbar-fixed .logo-img {
    margin-top: 4px;
    max-height: 47px;
}



.bonus-button.btn-await-approval {
    background-color: #463300;
    color: #f2e699;
}
.bonus-button.active {
    background-color: #f2e699;
    color: #38260a;
    border-color: rgb(242 230 153);
}
.bonus-button.active:hover {
    background-color: #463300;
    cursor: pointer;
    color: #fff;
}
.item-provider.selected{border-bottom:3px solid #f2e699;background-color:rgba(242, 230, 153, 0.6)}
.black2{background: none !important;}
#PopupBanner {
    background-color: transparent;
    box-shadow: unset;
}
#PopupBanner .modal-content {
    padding: 0;
}
#PopupBanner button.close {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 34px;
}
