#regularGame{
    display:block;
    height:100%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.tournamentParticipateButton{
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    height:40px;
    border-radius:20px;
    background-color:#ff3000;
    border:1px solid #ff3000;
    cursor:pointer;
    text-align:center;
    line-height:40px;
    font-size:20px;
}

.tournamentParticipateButton:hover{
    border:1px solid #ffffff;
}

.leaderboardHeader{
    font-size:20px;
    color:#ff3000;
    font-weight:bold;
    margin-bottom:20px;
}

#gameHolder{
    min-height: 300px;
    position: relative;
    width: calc(100% - 77px);
    margin-left: auto;
    margin-right: auto;
}

.gameInfo{
    width: 100%;
    min-height: 150px;
    padding: 2%;
    background-color: #221A8B;
    margin-top: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
}

.gameInfoImage{
    width:155px;
    height:102px;
    background-size:100% 100%;
    margin-right:8px;
    float:left;
}

.gameInfoTextHolder{
    width:100%;
    color:#ffffff;
    font-size:14px;
}

.gameInfoTextTitle{
    font-size: 24px;
    width: 100%;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: 25px;
}

.gameInfoSubTitle{
    font-size: 12px;
    width: 100%;
    height: 25px;
    color: #a9bbc6;
    line-height: 12px;
}

.gameInfoSubTitle .highlight{
    color:#19b81a;
    font-weight:bold;
}

.gameInfoDescription{
    font-size: 14px;
    color: #ffffff;
}

.gameInfoDescription .highlight {
    font-size: 14px;
    color: #19b81a;
    font-weight: bold;
}

.subTitle{
    font-size:20px;
    color:#444444;
}

.gameError{
    width:100%;
    max-width:512px;
    height:250px;
    background-color:#00ace9;
    color:#ffffff;
    font-family: "Montserrat Alternates", "cursive";
    margin-left:auto;
    margin-right:auto;
    border-radius:15px;
    -webkit-box-shadow: -1px 6px 6px -4px rgba(0,0,0,0.20);
    -moz-box-shadow:  -1px 6px 6px -4px rgba(0,0,0,0.20);
    box-shadow:  -1px 6px 6px -4px rgba(0,0,0,0.20);
}

.gameError .subTitle{
    color:#ffffff!important;
}

.gameError a{
    color:#ffffff!important;
}

#mainHolder{
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 0px;
    top:30px;
}

#demoplaybar{
    width:100%;
    max-width:1400px;
    height:30px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: relative;
    top: 30px;
    color: #ffffff;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

#demoplaybar a{
    color:#00ff00;
}

#playBackground{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    display: block;
}

#leafs-topleft, #leafs-topright,#leafs-bottomleft, #leafs-bottomright, #leafs-gradient{
    display:none;
}

#gameIcons{
    position: absolute;
    right: 27px;
    top: 25px;
}

#fullscreenIcon{
    width:32px;
    height:32px;
    background-image: url('../Images/fullscreen.png');
    float:left;
    margin-right:10px;
    cursor:pointer;
}

#fullscreenIcon:hover{
    opacity:0.8;
}

#favoriteIcon{
    width:32px;
    height:32px;
    float:left;
    cursor:pointer;
}

#gameIcons .off{
    background-image: url('../Images/favorite_off.png')
}

#gameIcons .off:hover{
    background-image: url('../Images/favorite_on.png');
}

#gameIcons .on{
    background-image: url('../Images/favorite_on.png')
}

#gameIcons .on:hover{
    background-image: url('../Images/favorite_off.png');
}

div#demoplaybar a:hover{
    text-decoration: underline;
}

#lastPlayedSwiper{
    width:auto!important;
    margin:20px;
}

#gamebuttons{
    position:absolute;
    width:37px;
    height: 200px;
    background-color: #19b81a;
}

.normalview{
    top:0px;
    right:-37px;
}

.fullscreenview{
    top:0px;
    right:0px;
}

.ingamebuttons{
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin-bottom: 17px;
    float:left;
}

.ingamebuttons:hover {
    transform: scale(1.1);
}

#gamebuttons-fullscreen{
    background-image: url('../Images/play-expand.png');
}

#gamebuttons-close{
    background-image: url('../Images/play-close.png');
}

#gamebuttons-deposit{
    background-image: url('../Images/play-deposit.png');
}

#gamebuttons-favorite{
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin-bottom: 17px;
    background-image: url('../Images/play-heart.png');
    float: left;
}

#gamebuttons .off{
    background-image: url('../Images/play-heart.png')!important;
}

#gamebuttons .off:hover{
    background-image: url('../Images/play-hearton.png')!important;
}

#gamebuttons .on{
    background-image: url('../Images/play-hearton.png')!important;
}

#gamebuttons .on:hover{
    background-image: url('../Images/play-heart.png')!important;
}