#jpdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10, 10, 10, 0.7);
    z-index: 10000;
}

#jpwin {
    position: absolute;
    left: 25px;
    top: 790px;
    color: white;
    font-family: digital;
    font-size: 105px;
    z-index: 10000 !important;
}

#jpinner {
    z-index: 10000 !important;
    background-image: url('../../images/jackpot.png');
    /*background-size: 600px;*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
#jpwin {
    position: absolute;
    left: -35px;
    top: 863px;
    color: white;
    font-family: digital;
    font-size: 91px;
    z-index: 10000 !important;
    padding-top: 50px;
    text-align: center;
}
.center2 {
    width: 341px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}


#bonusdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10, 10, 10, 0.7);
    z-index: 10000;
}

#bonusinner {
    z-index: 10000 !important;
    background-image: url('../../images/bonus/bonus.png');
    /*background-size: 600px;*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
#Bonuswin {
    position: absolute;
    left: 167px;
    top: 344px;
    color: white;
    font-family: digital;
    font-size: 105px;
    z-index: 10000 !important;
    padding-top: 45px;
}
.center3 {
    width: 341px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}



#bonusdivx2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10, 10, 10, 0.7);
    z-index: 10000;
}

#bonusinnerx2 {
    z-index: 10000 !important;
    background-image: url('../../images/bonus/bonus2x.png');
    /*background-size: 600px;*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
#Bonuswinx2 {
    position: absolute;
    left: -440px;
    top: 555px;
    color: white;
    font-family: Arial Black;
    font-size: 37px;
    z-index: 10000 !important;
    padding-top: 45px;
    text-align: center;
}
#Bonuswinx3 {
    position: absolute;
    left: 204px;
    top: 555px;
    color: white;
    font-family: Arial Black;
    font-size: 37px;
    z-index: 10000 !important;
    padding-top: 45px;
}
#Bonuswinx4 {
    position: absolute;
    left: 661px;
    top: 555px;
    color: white;
    font-family: Arial Black;
    font-size: 37px;
    z-index: 10000 !important;
    padding-top: 45px;
    color: red;
}
.center3x2 {
    width: 341px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}


/* search box */

.button_box2 {
    margin:100px auto;
}
/*-------------------------------------*/
.cf:before, .cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}
.cf{
    zoom:1;
}
/*-------------------------------------*/

.form-wrapper-2 {
    background: #555;
    margin-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
.form-wrapper-2 input {
    width: 210px;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'Raleway', sans-serif;
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.form-wrapper-2 input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper-2 input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper-2 input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper-2 input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper-2 button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.searchform{
    float: right;
}