body {
    margin: 0;
    background-color: black;
}

/* POP UP DISPLAY BANNERS */
.popupmodal-content {
    background-color: #212121;
    width: 100%;
    border-radius: 5px;
}

.popupmodal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.popupmodal1 {
    position: fixed;
    z-index: 5;
    left: 30%;
    top: 25%;
}

.popupmodal2 {
    position: fixed;
    z-index: 5;
    right: 30%;
    top: 25%;
}

.popupmodalclose {
    float: right;
    margin-right: 5px;
    color: #efdf4e;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.popuptitle {
    text-align: center;
    color: #efdf4e;
    z-index: 10;
}

.disablepopup {
    color: #efdf4e;
    margin: 0;
}

.exitDay {
    text-align: left;
}

.popuptitle p {
    margin: 0;
}

/* CAROUSEL (LINKED TO PROMOTION PAGES)*/
.carou-home img {
    width: 100%;
    max-height: 500px;
}

/* SERVICES (LINKED TO ANOTHER PAGES) */
.service-section {
    background-image: url("../images/slot-nav.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    text-align: center;
    margin: 0;
}

.service-container {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clear floats after the columns */
.row-service:after {
    content: "";
    display: table;
    clear: both;
}

/* Hover and animations */
@-webkit-keyframes glow {
    to {
        text-shadow: 0 0 10px #efdf4e;
    }
}

@keyframes glow_circle {
    to {
        box-shadow: 0px 0px 0px #efdf4e;
    }
}

.circle:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 13px #efdf4e;
    animation: glow_circle .5s linear infinite alternate;
}

.promo-circle:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 13px #efdf4e;
    animation: glow_circle .5s linear infinite alternate;
}

.column-service-deposit:hover {
    -webkit-animation: glow .5s infinite alternate;
}

.column-service-withdraw:hover {
    -webkit-animation: glow .5s infinite alternate;
}

.column-service-transfer:hover {
    -webkit-animation: glow .5s infinite alternate;
}

.column-service-promotions:hover {
    -webkit-animation: glow .5s infinite alternate;
}

/* Columns for Services */
.column-service-deposit {
    float: left;
    width: 24%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -15px;
}

.column-service-withdraw {
    float: left;
    width: 24%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -15px;
}

.column-service-transfer {
    float: left;
    width: 24%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -15px;
}

.column-service-promotions {
    float: left;
    width: 28%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -15px;
}

/* Form Mobile */
.mob-slot-nav {
    width: 100%;
    height: 100%;
    max-height: 90px;
}

/* Deposit, Withdraw, Transfer */
.line-border {
    width: 100%;
    max-width: 70px;
    height: 100%;
    margin-left: -170px;
    margin-top: -8px;
}

.circle {
    width: 100%;
    max-width: 60px;
    margin-top: -10px;
    margin-left: -20px;
}

.service-title {
    color: #efdf4e;
    font-size: 23px;
    margin-left: 105px;
    margin-top: -76px;
}

.service-eng-title {
    color: #efdf4e;
    font-size: 18px;
    margin-left: 105px;
    margin-top: -10px;
}

.present-service-gif {
    width: 100%;
    max-width: 35px;
    position: absolute;
    padding-top: 20px;
    margin-left: -8px;
}

/* Promo */
.promo-line-border {
    width: 100%;
    max-width: 70px;
    margin-left: -200px;
    margin-top: -10px;
}

.promo-circle {
    width: 100%;
    max-width: 60px;
    margin-top: -10px;
    margin-left: -25px;
}

.promo-service-title {
    color: #efdf4e;
    font-size: 23px;
    margin-left: 85px;
    margin-top: -76px;
}

.promo-service-eng-title {
    color: #efdf4e;
    font-size: 18px;
    margin-left: 85px;
    margin-top: -10px;
}

.promo-present-service-gif {
    width: 100%;
    max-width: 35px;
    position: absolute;
    padding-top: 20px;
    margin-left: -12px;
}

.last-line-border {
    width: 100%;
    max-width: 70px;
    height: 100%;
    margin-left: 240px;
    margin-top: -78px;
}

/* SPORTS BETTING GAMES */
.sports-section {
    background-image: url("../images/bg-sports1.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin: 0;
}

.sports-container {
    width: 100%;
    max-width: 1100px;
    margin-bottom: -15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clear floats after the columns */
.row-sports:after { 
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to each other */
.column-sports-top {
    float: left;
    width: 16.66%;
    height: 100%;
    text-align: center;
    padding: 10px;
}
.column-sports-bottom {
    float: left;
    width: 16.66%;
    height: 100%;
    text-align: center;
    padding: 10px;
}
/* Images */
.sports-black {
    width: 100%;
    cursor: pointer;
    padding-top: 185px;
    position: relative;
}

.sports-img:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.sports-img {
    width: 100%;
    max-width: 240px;
    cursor: pointer;
    transition: transform .3s;
    margin-top: -300px;
    position: relative;
}

.sports-playnow {
    width: 100%;
    cursor: pointer;
    margin-top: -105px;
    position: relative;
}
/* SBO MINIGAME OPTIONS */
.sports-sbo-div{
    max-width: 100%;
    position: relative;
}
.sports-sbo-minicas-img {
    width: 100%;
    max-width: 240px;
    cursor: pointer;
    transition: transform .3s;
    margin-top: -300px;
    position: relative;
}
.sports-sbo-div:hover > .sbo_buttons{
    display: block;

}
.sports-mobile {
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-bottom: 15px;
}

.sbo_buttons{
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: -230px;
    height: 100%;
    padding: 20px;
    display: none;
}
.sbo-btn{
    background-color: #efdf4e;
    border: 1px solid black;
    font-weight: bold;
    max-width: 100%;
    padding: 3px;
    margin: 2px;
    border-radius: 3px;
    font-size: 12px;
}

/* NOTICE, FAQ, GAME RULES AND CONTACT US BOX (LINKED TO ANOTHER PAGES)*/
.shortcutbox-section {
    background-color: black;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}

.shortcutbox-container {
    width: 100%;
    max-width: 1330px;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

/* Clear floats after the columns */
.row-shortcutbox:after {
    content: "";
    display: table;
    clear: both;
}

.column-shortcutbox {
    float: left;
    width: 25%;
    height: 100%;
    padding-left: 8px;
}

.box-img {
    width: 100%;
    padding: 2px;
    border-radius: 1px;
    cursor: pointer;
}
.sc-title {
    color: white;
    background-image: linear-gradient(black, black, #525252);
    width: 100%;
    height: 100%;
    padding: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    cursor: pointer;
    font-weight: bold;
}
.sc-body{
    width: 100%;
    height: 100%;
    max-height: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.sc-notice-table{
    background-color: black;
    float: left;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sc-notice-title{
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.scn-title{
    width: 80%;
    text-align: left;
    padding-bottom: 15px;
    white-space: nowrap;
}
.scn-date{
    width: 30%;
    text-align: right;
    padding-bottom: 15px;
    white-space: nowrap;
}

.faq-body{
    width: 100%;
    height: 100%;
    max-height: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.sc-faq-title{
    width: 100%;
    color: white;
    text-align: left;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
}
.rules-body{
    width: 100%;
    position: relative;
    padding: 2px;
}
.sc-rules-bg{
    width: 100%;
    height: 100%;
    background-color: gray;
}
.sc-table-rules{
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}
.rules-img{
    width: 60%;
    cursor: pointer;
}
/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
}

#style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: black;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: black;
    border: 2px solid #555555;
    border-radius: 5px;
}

/* Live Broadcast PAGE */
.live-section {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    max-width: 1250px;
    background-color: #202020;
    border-radius: 5px;
}

.live-container {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: 680px;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.live-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-color: #202020;
}
.lstream-section {
    background: #0F0F0F;
    padding-top: 30px;
}
.div-row:after {
    content: "";
    display: table;
    clear: both;
}

.div-column {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 10px;
}
.div-button {
    max-width: 100%;
    display: block;
    margin: auto;
    cursor: pointer;
}
