﻿@font-face {
    font-family: 'maintenance-Fonts';
    src: url('../fonts/maintenance-Fonts.eot?50hsq4');
    src: url('../fonts/maintenance-Fonts.eot?50hsq4#iefix') format('embedded-opentype'),
        url('../fonts/maintenance-Fonts.ttf?50hsq4') format('truetype'),
        url('../fonts/maintenance-Fonts.woff?50hsq4') format('woff'),
        url('../fonts/maintenance-Fonts.svg?50hsq4#maintenance-Fonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="iconMaintenance-"], [class*=" iconMaintenance-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'maintenance-Fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconMaintenance-wallets2:before {
    content: "\e901";
}

.iconMaintenance-wallets:before {
    content: "\e900";
}

.wallet-list span.iconMaintenance-wallets2 {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    height: 100%;
}

html:lang(th-TH) body {
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
}

/*body.whiteBody a {
        color: #028843;
    }
body.blackBody a {
    color:#fee71b;
}*/

a:focus {
    color: #fff;
    text-decoration: none;
}

.anchor {
    color: #fee71b;
}

body.whiteBody .anchor {
    color: #028843;
}

.clears::after {
    content: "";
    clear: both;
    display: block
}




/*EURO 2021 POP-UP*/


#euro-popup .modal-dialog {
    width: 760px;
    top: 20%;
}

.euro-popup .euro-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0 40px;
    border: solid 1px #1ebc95;
    background: url('../../Content/images/Euro-Popup-bg.jpg') top center no-repeat;
    background-size: cover;
}

.euro-top {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.euro-middle {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.euro-text {
    height: 35px;
    text-align: center;
    padding: 0 10px;
    color:white;
}

.euro-img {
    background-color: #41b49f;
    height: 200px;
    width: 200px;
    margin: 10px 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 300ms ease;
    transform: scale(0.95);
}

    .euro-img:hover {
        transform: scale(1);
    }

        .euro-img:hover img {
            transform: translateZ(50px);
            transition: all 300ms ease;
        }

.euro-bottom {
    text-align: center;
    margin: 25px 0;
}
.blackBody .euro-bottom .btnMoreDetails {
    background: #fee71b;
    color: #2b2700;
    background-image: linear-gradient( to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6 );
}
    .euro-bottom .btnMoreDetails {
        background: #00a539;
        color: #fff;
        background-image: linear-gradient( to right bottom, #048e6a, #0a8a64, #0e865e, #128259, #157e53, #1e8653, #288d52, #339551, #4aaa53, #64bf54, #80d452, #9ee84f );
    }
        .euro-bottom .btnMoreDetails:hover{
            transform:translateY(2px);
            transition:all 100ms ease;
        }
        .xClose {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: solid 2px white;
            background: transparent;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            color: white;
        }


/* END EURO 2021 POP-UP*/



.wrap-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

.view-sixth:hover p body.no-bg,
div.no-bg {
    background: 0 0
}

.wrap {
    margin: 0;
    min-width: 1215px;
    padding: 0;
    width: 100%
}

.wrap-panel {
    width: 1215px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.wrapme {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.group:after {
    clear: both;
    content: '';
    display: block
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.text-red {
    color: red
}

.btn-join {
    /*background: #fee71b;*/
    display: block;
    color: #fff;
    width: 160px;
    font: 700 14px/45px 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    outline: 0 !important;
    background-size: 350% 100%;
    background-image: linear-gradient(to right,#03a33c,#fee71b,#037b4b,#fee71b);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
}

    .btn-join:hover {
        color: #fff;
        outline: none;
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-join:focus {
        background: #03a33c;
        color: #fff;
    }


.btn-submit {
    background: #03a33c;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    height: 43px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    width: 155px;
}

    .btn-submit:hover {
        background: #007028;
    }

.page-lottery {
    background: url(../images/lotteryBg.jpg) top center;
    background-size: cover
}

.floatme {
    float: left;
}

.floatmeContent {
    width: 40%;
}

.lottery-content h2 {
    color: #fff;
    font-size: 92px;
    font-weight: 700;
    line-height: 83px;
    margin: 0 0 18px;
    letter-spacing: 2px;
    text-transform: uppercase
}

#lotto .lottery-content h2 {
    font-size: 61px;
    letter-spacing: -2px;
}

.lottery-content p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 30px
}

.lottery-content .lottery-btn {
    background: none;
    color: #fee71b;
    font: 700 20px 'Roboto', sans-serif;
    max-width: 262px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 62px;
    box-shadow: none;
    transition: all 1s ease;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #fee71b;
    border-radius: 4px;
}

    .lottery-content .lottery-btn:hover {
        background: #fee71b;
        color: #2b2700;
    }

#lotto {
    height: auto;
    /* overflow: hidden; */
    padding-bottom: 50px;
}

.lottoLeft {
    width: 60%;
    overflow: initial;
}


#lotto .lottery-content {
    width: 35%;
    margin-top: 144px;
    /* margin-left: 6%; */
}

#lotto img {
    width: 142%;
    margin-left: -207px;
    max-width: 142%;
}

#lotto a img {
    width: 305px;
}

#keno {
    overflow: hidden;
    padding-left: 20px;
}

.kenoRight {
    margin-top: 100px;
}

.kenoLeft {
    margin-top: 150px;
}

#ilotto {
    height: 650px;
    overflow: hidden;
}

    #ilotto .lottery-content {
        float: right;
        width: 485px;
    }

.ilotto-result {
    text-align: center;
    width: 580px;
}

.ilottoLeft {
    background: url(../images/ilottoBalls.png) center no-repeat;
    width: 60%;
    height: 650px;
    position: relative;
}

.ilottoLeft_m {
    display: none;
}

.ilotto-result {
    position: absolute;
    left: 75px;
    top: 255px;
}

.flipp {
    color: #fff;
    background: url(../images/ilotto-bg.png) center no-repeat;
    display: inline-block;
    font-size: 42px;
    font-family: 'RobotoBold';
    height: 115px;
    line-height: 115px;
    width: 90px;
    text-align: center;
}

.ilotteryRight {
    margin-top: 120px;
}

.poker-slide-container {
    height: auto;
    background: #002e00;
    z-index: 1;
}

.poker-slide.owl-carousel .owl-item img {
    max-height: 570px
}

.poker-slide .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

    .poker-slide .owl-nav .owl-next,
    .poker-slide .owl-nav .owl-prev {
        width: 40px;
        height: 62px;
        position: absolute;
        top: 50%;
        margin-top: -31px;
        text-indent: -999em
    }

    .poker-slide .owl-nav .owl-prev {
        left: 70px;
        background: url(../images/poker/arrow-left.png) center no-repeat
    }

    .poker-slide .owl-nav .owl-next {
        right: 70px;
        background: url(../images/poker/arrow-right.png) center no-repeat
    }

.poker-challenge {
    padding: 70px 0 91px
}
/*
    POKER SLIDE
*/
.pokerSlide {
    position: relative;
}

.mobileSlideText {
    display: none;
}

.pokerChild {
    width: 50%;
    position: absolute;
    top: 15%;
    right: 0;
    text-align: center;
}

.pokerChild1 {
    color: #fee71b;
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
}

.pokerChild2 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    margin-top: 20px;
}

.pokerChild3 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
}

.pokerChild4 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.pc-content .light h2 {
    font-family: Oswald, sans-serif;
    color: #353535;
    margin: 0 0 13px;
    font-size: 45px;
    font-weight: 400;
    line-height: normal
}

.pc-content .light p {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 22px;
    color: #353535;
    margin: 0 0 27px;
    text-align: justify
}

.pc-content .dark h2 {
    font-family: Oswald, sans-serif;
    color: #fff;
    margin: 0 0 13px;
    font-size: 45px;
    font-weight: 400;
    line-height: normal
}

.pc-content .dark p {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0 0 27px;
    text-align: justify
}

.pc-content {
    width: 550px;
    float: left;
    margin-top: 60px;
    margin-left: 20px;
}

    .pc-content h2 {
        font-family: 'Roboto', sans-serif;
        margin: 0 0 13px;
        font-size: 45px;
        font-weight: 400;
        line-height: normal
    }

    .pc-content p {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        margin: 0 0 27px;
        text-align: justify;
        font-weight: 400;
    }

.pc-img {
    float: right
}

    .pc-img img {
        display: block;
        margin: 0
    }

.poker-deck {
    position: relative;
    background: #028843;
    text-align: center;
    padding: 65px 0 92px
}

    .poker-deck .deck-conntainer {
        position: relative;
        z-index: 2
    }

    .poker-deck .posr {
        display: block;
        position: relative;
        margin: 0 auto
    }

    .poker-deck img.spade {
        margin-top: 23px
    }

    .poker-deck .pd-content {
        max-width: 770px;
        margin: 40px auto 0
    }

        .poker-deck .pd-content p {
            font-family: Roboto,sans-serif;
            font-size: 22px;
            text-align: justify;
            color: #fff;
            margin: 0
        }

    .poker-deck img.chip {
        position: absolute;
        z-index: 1
    }

    .poker-deck img.chip-gray {
        left: 0;
        top: -154px
    }

    .poker-deck img.chip-blue {
        right: 0;
        bottom: 0
    }

    .poker-deck img.chip-yello {
        top: -165px;
        right: 0px
    }

    .poker-deck img.chip-pink {
        left: 22px;
        bottom: 87px
    }

.hasDivider {
    position: relative;
    z-index: 6
}

    .hasDivider:after {
        background: url(../images/casino/divider.png) top center repeat-x;
        clear: both;
        content: '';
        display: block;
        width: 100%;
        height: 39px;
        position: absolute;
        bottom: -13px;
        left: 0;
        z-index: 2
    }

#platform {
    background: url(../images/casino/platform-bg.jpg) top center repeat-x;
    background-size: 100% 100%;
    font-size: 0;
    padding: 15px 0
}

.prodlink {
    position: relative;
    z-index: 1
}

.platform {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer
}

    .platform img {
        height: 445px
    }

.platform-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 2;
    padding: 13px 0 0;
    display: none
}

    .platform-content .single-content {
        display: none
    }

        .platform-content .single-content.active {
            display: block
        }

    .platform-content img {
        float: left;
        width: 277px;
        margin-left: 5px;
        position: relative;
        top: 2px
    }

        .platform-content img[data-custom=custom] {
            top: 34px
        }

    .platform-content .detail {
        float: left;
        width: 70%;
        padding-top: 10%;
        text-align: center;
        margin-left: 5%
    }

        .platform-content .detail p {
            color: #fff;
            font-size: 16px;
            margin: 0
        }

        .platform-content .detail a {
            background: #fee71b;
            border-radius: 6px;
            font-family: Montserrat, sans-serif;
            display: block;
            max-width: 276px;
            margin: 10px auto 0;
            line-height: 68px;
            font-size: 27px;
            font-weight: 600;
            text-align: center;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
            transition: .3s ease
        }

    .platform-content .pc-close {
        position: absolute;
        top: 10px;
        right: 0;
        border: none;
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        background: 0 0;
        outline: 0 !important;
        font-family: 'Roboto', sans-serif;
        cursor: pointer
    }

.cbd img {
    display: block;
    margin: 0 auto
}

.cbd a {
    background: #fee71b;
    border-radius: 6px;
    display: block;
    max-width: 276px;
    margin: 25px auto 0;
    line-height: 68px;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease
}

    .cbd a:hover {
        opacity: .8
    }

#banner-casino {
    background: url(../images/casino/banner-casino.jpg) top center repeat-x;
    background-size: 100% 538px;
    padding: 138px 0 136px;
    z-index: 5
}

    #banner-casino .cbd,
    #banner-live-casino .cbd {
        float: left
    }

#banner-royal-suite {
    background: url(../images/casino/banner-royal-suite.jpg) top center repeat-x;
    background-size: 100% 543px;
    padding: 82px 0 130px
}

#banner-royal-suit .cbd {
    float: left;
    margin-left: 50px
}

#banner-live-casino {
    background: url(../images/casino/banner-live-casino.jpg) top center repeat-x;
    background-size: 100% 543px;
    z-index: 4;
    padding: 147px 0 157px
}

#banner-casino-royal {
    background: url(../images/casino/banner-casino-royal.jpg) top center repeat-x;
    background-size: 100% 543px;
    z-index: 3;
    padding: 132px 0 186px
}

    #banner-casino-royal .cbd {
        float: left;
        margin-left: 370px
    }

.page-manage {
    background: #fff
}

.page-notification {
    padding: 30px 20px
}

.page-notification-wrap {
    float: left;
    position: relative
}

.page-notification i.icon-bell-gray {
    float: left;
    display: block;
    width: 21px;
    height: 19px;
    background: url(../images/icon-bell-gray.png) top center no-repeat
}

.page-notification-wrap span.counter {
    display: block;
    width: 12px;
    height: 12px;
    background: red;
    line-height: 12px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: -7px;
    bottom: -6px;
    border-radius: 50%
}

.page-notification marquee {
    float: left;
    font: 11px 'Roboto', sans-serif;
    color: grey;
    width: 90%;
    margin-left: 35px;
    line-height: 19px
}

h1.page-title {
    color: grey;
    display: block;
    font: 22px 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.blackBody h1.page-title {
    color: #baffdd;
    display: block;
    font: 22px 'Roboto', sans-serif;
    font-weight: bold;
}

.manage-header {
    padding: 5px 27px 0 27px;
    position: relative;
}

.left__profile {
    float: left;
}

.right__profile {
    overflow: hidden;
    margin-left: 400px;
}



.acct-profile {
    float: left
}

    .acct-profile img {
        display: block;
        margin: 0;
        cursor: pointer
    }

.acct-notification {
    /*float: left;
    margin-left: 20px*/
    position: absolute;
    top: 80px;
    left: 185px;
}

    .acct-notification p {
        font-size: 11px;
        color: grey;
        margin: 1px 0 0
    }

    .acct-notification .text-red {
        font-size: 14px
    }

    .acct-notification ul {
        margin: 0 0;
        padding: 0;
        list-style-type: none
    }

        .acct-notification ul li {
            margin: 5px 0;
            padding: 0 30px 0 0;
            display: block;
            vertical-align: bottom;
            /*height: 24px*/
        }

            .acct-notification ul li a {
                position: relative;
            }

            .acct-notification ul li img {
                margin: 0;
                display: block;
                cursor: pointer
            }



/*******************************************
    REFRESH BALANCE IN MY ACCOUNT PAGE
*******************************************/
.refGreen {
    width: 100%;
    background: #028843;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background-size: 150% 100%;
    background-image: linear-gradient(to right bottom,#048e6a,#0a8a64,#0e865e,#128259,#157e53,#1e8653,#288d52,#339551,#4aaa53,#64bf54,#80d452,#9ee84f);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .refGreen:hover {
        outline: none;
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .refGreen .icon-Wallet.icon-for-header, .refGreen td > img {
        width: 20px;
        height: 20px;
        /*float: left;*/
        margin-top: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .refGreen > table {
        width: 100%;
    }

    .refGreen td > label {
        float: left;
    }

    .refGreen table tr td {
        color: #fff;
    }

.refGrey {
    background: #808080;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.mainWallet-refresh {
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    margin-left: 10px;
}

.acct-balance {
}

    .acct-balance ul {
        /*margin: 20px 90px;*/
        padding: 0;
        list-style: none
    }

        .acct-balance ul li {
            float: left;
            width: 50%;
            padding: 10px;
        }

            .acct-balance ul li:last-child {
                /*margin-left: 15px;*/
            }

            .acct-balance ul li table tr td:first-child {
                padding: 0 10px;
            }

            .acct-balance ul li table tr td label {
                margin-bottom: 0;
                margin-right: 10px;
                font-weight: normal;
                font-size: 18px;
                color: #fff;
            }


            .acct-balance ul li span {
                color: #fee71b;
                font-weight: normal;
                font-size: 18px;
                display: block;
            }

                .acct-balance ul li span img {
                    display: block;
                    margin: 0 auto;
                    position: relative;
                    top: 1px;
                }

.account-mngr {
    height: auto;
    overflow: hidden;
    width: 1162px;
    margin: 0 auto;
    display: none;
    margin-top: 15px;
}

.acct-mngr-nav {
    float: left;
    width: 180px;
    background: grey;
}

    .acct-mngr-nav ul {
        margin: 0;
        padding: 0;
        display: block;
        width: 180px;
        list-style: none
    }

        .acct-mngr-nav ul li {
            border-top: 1px solid #1f8852;
            border-bottom: 1px solid #065422;
            display: block;
            margin: 0;
            padding: 0;
            transition: .2s linear;
            background: #04712a;
        }

            .acct-mngr-nav ul li:first-child {
                border-top: none;
            }


            .acct-mngr-nav ul li:last-child {
                border-bottom: none;
            }

            .acct-mngr-nav ul li a {
                display: block;
                font: 700 13px 'Roboto', sans-serif;
                color: #fff;
                padding: 15px 0;
                text-align: center;
                text-transform: capitalize;
                text-decoration: none;
                transition: .2s linear
            }

            .acct-mngr-nav ul li.active,
            .acct-mngr-nav ul li:hover,
            .acct-mngr-nav ul li.active a, .acct-mngr-nav ul li:hover > a {
                background: #fee71b;
                color: #2b2700;
            }

.acct-mngr-content {
    border-left: thin solid #fff;
    float: left;
    width: 84.51%;
    background: #f9f9f9;
    min-height: 274px;
    /*padding-bottom:5px;*/
}


.frame {
    display: block;
    width: 100%;
    transition: .3s linear
}

/*
    PAYMENT PAGE ADDRESS CONTENT
*/
/*.addressDetails {
    min-height: 269px;
    width: 300px;
    background: #d9d9d9;
    padding:15px 20px;
    float:left;
}
.addressDetails table {
    width:100%;
}
    .addressDetails table tr td {
        padding:5px;
    }
        .addressDetails table tr td:first-child {
           text-align:right;
        }
        .addressDetails table tr td:last-child {
            width: 70%;
            text-align: left;
        }*/
/*.mgnt-address-form {
    overflow:hidden;
}*/
/*.mgnt-address-form table {
        width: 340px;
        margin: 0 auto;
        position: relative;
        margin-top: 20px;
        border: 1px solid red;
    }
    .mgnt-address-form table tr td {
        padding:5px;
    }*/

/*
   END OF PAYMENT PAGE ADDRESS CONTENT
*/







.mgnt-acct-info {
    float: left;
    background: #d9d9d9;
    font: 13px 'Roboto', sans-serif;
    color: #464646;
    width: 400px;
    min-height: 269px;
    height: auto;
    padding: 10px 10px 0
}

    .mgnt-acct-info table {
        border-collapse: collapse;
        width: 100%
    }

        .mgnt-acct-info table td {
            padding: 8px 0
        }

        .mgnt-acct-info table strong {
            text-align: right;
            display: block;
            padding-right: 6px;
            width: 100px;
        }

        .mgnt-acct-info table span {
            text-align: left;
            color: #464646
        }

.mgnt-account-form {
    float: left;
    margin-left: 21px;
    width: 500px;
}

.mgnt-form {
    display: block;
    margin: 3px 0 0;
    padding: 0;
    position: relative;
}

    .mgnt-form td {
        padding: 5px;
    }

    .mgnt-form label {
        display: block;
        font: 400 13px 'Roboto', sans-serif;
        color: #464646;
        text-align: right;
        position: relative;
        padding-right: 5px;
        line-height: 27px
    }

        .mgnt-form label.req:after {
            clear: both;
            content: '*';
            position: absolute;
            font: 700 13px 'Roboto', sans-serif;
            color: red;
            right: -3px;
            top: 5px
        }

/*.mgnt-form .txtfield::-webkit-input-placeholder {
        color: #464646
    }

    .mgnt-form .txtfield::-moz-placeholder {
        color: #464646
    }

    .mgnt-form .txtfield:-ms-input-placeholder {
        color: #464646
    }

    .mgnt-form .txtfield:-moz-placeholder {
        color: #464646
    }*/

.mgnt-form {
    width: 500px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px
}

.mgnt-address-form .mgnt-form tr td textarea {
    min-height: 50px;
    width: 234px;
}

    .mgnt-address-form .mgnt-form tr td textarea ~ span {
        vertical-align: calc(100%);
    }

.rebate-tbl-wrap {
    background: #efefef;
    padding: 15px;
    padding-bottom: 20px
}

    .rebate-tbl-wrap .btn-green {
        color: #fff;
        display: block;
        background: #007028;
        font-weight: 700;
        text-decoration: none
    }

.rebate-period,
.rebate-tbl {
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 10px
}

    .rebate-period td {
        color: #5d5d5d
    }

        .rebate-period td select {
            border: thin solid #000;
            display: block;
            outline: 0
        }

.rebate-tbl {
    width: 100%
}

    .rebate-tbl th {
        color: #5c5c5c;
        background: #e0e0e0;
        text-align: left;
        border-left: thin solid #efefef;
        padding: 5px 10px
    }

    .rebate-tbl td {
        padding: 5px 10px;
        border-left: thin solid #efefef
    }

        .rebate-tbl td.no-border {
            border: none !important;
            background: 0 0 !important
        }

        .rebate-tbl td:first-child,
        .rebate-tbl th:first-child {
            border-left: none
        }

    .rebate-tbl .tr-title td {
        color: #5d5d5d
    }

    .rebate-tbl .tr-title .btn-green {
        float: right;
        padding: 0 25px
    }

    .rebate-tbl .tr-content td {
        color: #5d5d5d;
        text-align: right
    }

        .rebate-tbl .tr-content td:first-child {
            text-align: left
        }

    .rebate-tbl .tr-content:nth-child(odd) td {
        background: #e8e8e8;
        border-top: thin solid #efefef;
        border-bottom: thin solid #efefef
    }

    .rebate-tbl .tr-content:nth-child(even) td {
        background: #ececec
    }

    .rebate-tbl .tr-content td .claim {
        display: block;
        background: #007028;
        color: #fff;
        text-align: center;
        text-decoration: none
    }

        .rebate-tbl .tr-content td .claim.disabled {
            background: #585858;
            color: #f2c6a2
        }

.rebate-tbl-wrap > p {
    font-size: 13px;
    margin: 0;
    color: #f0994c;
    line-height: 20px
}

.rebate-tbl-wrap .claim-rebate {
    float: left;
    padding: 0 30px;
    margin-top: 10px
}

.mgnt-deposit-wrap {
    width: 1162px;
    margin: 15px auto 60px;
    padding-bottom: 50px;
}

/*.mgnt-deposit-nav {
    float: left;
    width: 100%
}*/

.blackBody table tr:last-child td.p p, .blackBody table tr td.p p {
    color: #f9ffc3;
    font-size: 12px;
}

.whiteBody table tr:last-child td.p p, .whiteBody table tr td.p p {
    color: #028843;
    font-size: 13px;
}

/*.mgnt-deposit-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mgnt-deposit-nav li {
    display: block;
    margin: 0;
    padding: 0;
    transition: .2s linear;
    background: #04712a;
    width: 25%;
    float: left;
    border-right: 1px solid #065422;
}

    .mgnt-deposit-nav li:first-child {
        border-top: none
    }

    .mgnt-deposit-nav li:last-child {
        border-bottom: none
    }

    .mgnt-deposit-nav li.active,
    .mgnt-deposit-nav li:hover,
    .mgnt-deposit-nav li.active a,
    .mgnt-deposit-nav li:hover > a {
        background: #fee71b;
        color: #2b2700;
        color: #11592f;
        background-image: linear-gradient(to right top,#ffc400,#ffca03,#ffd107,#ffd70d,#ffde13,#ffe22c,#fee73d,#feeb4c,#feee65,#fff17c,#fff391,#fff6a6);
        box-shadow: 0 0 4px rgba(0,0,0,.4);
    }

    .mgnt-deposit-nav li a {
        display: block;
        font: 700 13px 'Roboto', sans-serif;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none;
        transition: .2s linear;
    }*/

.central-wallet {
    float: left;
    width: 84.51%;
    min-height: 269px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.depoFrame-content.transferpage .central-wallet {
    float: none;
    width: 100%;
    min-height: 0
}

.central-wallet .col_half {
    margin-bottom: 0;
}


.central-wallet table tr td {
    height: 60px;
    border-bottom: none;
}

.central-wallet table.mainTbl tr td {
    width: 16%;
}

.central-wallet table.rewardTbl tr td {
    width: 50%;
}

.central-wallet table {
    border-collapse: collapse;
}

    .central-wallet table td {
        border: 1px solid #ccc;
    }

    .central-wallet table tr:first-child td {
        border-top: 0;
        text-transform: capitalize;
    }

    .central-wallet table tr:last-child td {
        border-bottom: 0;
    }

    .central-wallet table tr td:first-child,
    .central-wallettable tr th:first-child {
        border-left: 0;
    }

    .central-wallet table tr td:last-child,
    .central-wallet table tr th:last-child {
        border-right: 0;
    }



.wallet-list {
    margin: 0;
    padding: 5px;
    text-align: center;
}

ul.wallet-list:first-child {
    border-top: none
}

ul.wallet-list:after {
    clear: both;
    content: '';
    display: block
}

ul.wallet-list li {
    padding: 5px 0;
    float: left;
    text-align: center;
    border-left: thin solid #b7b7b7;
    height: 89px;
    max-height: 44px
}

    ul.wallet-list li:first-child {
        border-left: none
    }

.wallet-list label {
    display: block;
    font-size: 13px;
    color: #626161;
    line-height: normal;
    margin-bottom: 0;
    font-weight: bold;
}

#mainWallet {
    font-weight: bold;
}

.wallet-list span {
    display: block;
    font-size: 14px;
    color: #038842;
    font-weight: normal;
}

    .wallet-list span img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 1px
    }

ul.wallet-list.main-wallet li {
    width: 100%;
    border-left: thin solid;
    height: 88px !important;
    padding: 23px 0;
    max-height: 100% !important
}

ul.wallet-list.secondary-wallet li {
    width: 16.66%
}

.mgnt-deposit-content {
    width: 1162px;
    margin: 30px auto;
    background: #fff
}

.depoFrame-nav {
    /*background: #e4e4e4;
    float: left;
    width: 180px;*/
    /*margin-top: 50px;*/
}

    /*.depoFrame-nav ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .depoFrame-nav li {
        border-top: 1px solid #1f8852;
        border-bottom: 1px solid #065422;
        display: block;
        margin: 0;
        padding: 0;
        transition: .2s linear;
        background: #04712a;
    }

        .depoFrame-nav li:first-child {
            border-top: none
        }

        .depoFrame-nav li:last-child {
            border-bottom: none
        }

        .depoFrame-nav li a {
            display: block;
            font: 700 13px 'Roboto', sans-serif;
            color: #fff;
            padding: 15px 0;
            text-align: center;
            text-transform: capitalize;
            text-decoration: none;
            transition: .2s linear
        }

        .depoFrame-nav li.active,
        .depoFrame-nav li:hover {
            background: #fee71b;
        }

            .depoFrame-nav li.active a,
            .depoFrame-nav li:hover a {
                color: #2b2700;
            }*/

.depoFrame-content {
    float: left;
    width: 84.51%;
}

    .depoFrame-content.transferpage {
        float: none;
        display: block;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        /*margin-top: 50px;*/
    }


table.form {
    margin: 0 auto;
    border-collapse: collapse;
    vertical-align: top;
}

html:lang(vi-vn) .info-section tr td:first-child {
    width: 65% !important;
    padding-bottom: 3px;
}


.info-section tr td:first-child {
    width: 50% !important;
    padding-bottom: 3px;
}

html:lang(zh-cn) .info-section tr td:first-child {
    width: 57% !important;
    padding-bottom: 3px;
}

.blackBody .info-section-tableTitle {
    color: #fff !important;
}


.whiteBody .info-section-tableTitle {
    color: #333333
}

table.info td:first-child {
    width: 20%;
}

#transferMoney table.form {
    width: 50%;
    margin-bottom: 50px;
}

    #transferMoney table.form tr td:first-child {
        width: 25%;
        text-align: right;
    }

#freebet table.form {
    width: 40%;
}

#historyForm table tr td:first-child, #historyForm table tr td:nth-child(3), #historyFundForm table tr td:first-child, #historyFundForm table tr td:nth-child(3) {
    width: 15%;
    text-align: right;
}

#historyForm table tr td, #historyFundForm table tr td {
    width: 35%;
}

table.form {
    width: 88%;
}

    table.form td {
        font-size: 13px;
        padding: 5px;
    }

html:lang(zh-CN) table.form td {
    font-size: 13px;
    padding: 5px;
}

table.form td.align-top {
    vertical-align: top
}

table.form select option.other,
ul.mgnt-form li select option.other {
    font-weight: 700
}

table.form .right {
    text-align: right
}

table.form .red {
    color: red
}

#bankNameRow.otherBank {
    display: none
}

table.form #message {
    min-width: 234px;
    border-color: #404040
}

table.form #captcha {
    width: 85px
}

table.form #imgCaptcha {
    position: relative;
    top: -3px
}

.fast-deposit .info-section {
    width: 30%;
    float: left;
    padding: 20px;
}

html:lang(vi-vn) .fast-deposit .info-section {
    width: 35%;
    float: left;
    padding: 20px;
}

.info-section table.info {
    border-collapse: collapse
}

    .info-section table.info td {
        font-size: 13px;
        padding-right: 10px;
        color: #464646
    }

html:lang(zh-cn) .info-section table.info td {
    font-size: 13px;
    padding-right: 10px;
    width: 50%;
}

.info-section h5 {
    margin: 25px 0 10px;
    line-height: normal;
    color: #464646
}

.info-section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.info-section li {
    color: #464646;
    font-size: 13px;
    margin: 0
}

html:lang(zh-cn) .info-section li {
    font-size: 13px;
}


/*.form-section {
    float: left;
    width: 70%;
    border-left: thin solid #ccc;
    padding: 30px;
    min-height: 130px
}

html:lang(vi-vn) .form-section {
    float: left;
    width: 60%;
    border-left: thin solid #ccc;
    padding: 30px;
    min-height: 130px
}*/

.form-section h3 {
    margin: 0 0 35px;
    font-size: 16px;
    color: #464646
}

.form-section ul.guide {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

    .form-section ul.guide li {
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #464646
    }

        .form-section ul.guide li:before {
            clear: both;
            content: '*';
            font-weight: 700;
            display: inline-block;
            margin-right: 10px
        }

.form-section table.form {
    margin-left: 0
}


.form-section ul.bankList {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

    .form-section ul.bankList > li {
        margin: 0;
        padding: 0;
        width: 24%;
        margin: 0 1% 5px 0;
        display: inline-block;
        border: 2px solid #052819;
        position: relative;
    }

.whiteBody .form-section ul.bankList > li {
    border: 2px solid #ffffff;
}

.form-section ul.bankList label:nth-child(2) {
    margin-top: 24px;
    padding-left: 12px;
}

.form-section ul.bankList > li input {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 1px;
    visibility: hidden;
}

.btn-stroke, .bankList > li:hover {
    border: 2px solid #00af3d !important;
    border-radius: 5px;
}
.blackBody .btn-stroke, .blackBody .bankList > li:hover {
    background-image: linear-gradient(to right bottom,#048e6a,#0a8a64,#0e865e,#128259,#157e53,#1e8653,#288d52,#339551,#4aaa53,#64bf54,#80d452,#9ee84f);
}
.whiteBody .btn-stroke, .whiteBody .bankList > li:hover {
    border: 2px solid #d2c606 !important;
    background-image: linear-gradient(to right top,#ffc400,#ffca03,#ffd107,#ffd70d,#ffde13,#ffe22c,#fee73d,#feeb4c,#feee65,#fff17c,#fff391,#fff6a6)
}



.bankList > li:hover:after,
.btn-stroke:after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/Content/images/dp-check-white.png) bottom right no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0 0 2px 0;
    z-index: 0;
}

.cp-form-deposit .bankList .btn-hotbank::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -23px;
    background: url(../images/web-hot-icon-en.webp) top right no-repeat;
    width: 28px;
    height: 51px;
    border-radius: 0 0 2px 0;
    z-index: 0;
}

html:lang(zh-CN) .cp-form-deposit .bankList .btn-hotbank::before {
    background: url(../images/web-hot-icon-cn.webp) top right no-repeat;
}

html:lang(th-TH) .cp-form-deposit .bankList .btn-hotbank::before {
    background: url(../images/web-hot-icon-th.webp) top right no-repeat;
}

.bankList > li.offline:hover:after,
.btn-stroke.offline:after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/Content/images/bank/icon-bank-offline.png) bottom right no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
}
.btn-stroke.offline, .btn-stroke.offline:hover, .bankList > li.offline:hover {
    border: 2px solid #acacac !important;
    background-image: linear-gradient(to right bottom, #28292a, #2d2e30, #313336, #36393c, #3b3e42, #404347, #45484d, #4a4d52, #505358, #56595d, #5d6063, #636669)
}
.btn-stroke.offline label img{
    filter:grayscale(1);
    opacity:0.5;
}


.dep-amt {
    width: 100%;
    text-align: center;
    color: #fee71b;
    /*margin: 10px 0 20px 0;*/
}

.tableBoaKim .dep-amt {
    text-align: right;
}

.dep-amt li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.dep-amt button {
    background-color: #052819;
    padding: 5px 10px;
    border: 2px solid #297b3b;
    margin-bottom: 10px;
}

    .dep-amt button.active {
        background-color: #0d662c;
    }

    .dep-amt button:hover {
        background-color: #0d662c;
    }

.whiteBody .dep-amt {
    color: #333333;
}

    .whiteBody .dep-amt button {
        background-color: #ffffff;
    }

        .whiteBody .dep-amt button:hover {
            background-color: #007028;
            color: #ffffff;
        }


.form-section #fd-date {
    float: left;
    width: 104px;
}

.form-section #hr,
.form-section #min {
    float: left;
    width: 60px;
    margin-left: 5px
}

.info-section .fee {
    width: 252px;
    text-align: center;
    margin-top: 20px;
}

    .info-section .fee h5 {
        margin: 0 0 2px;
        font-size: 11px;
        line-height: normal;
    }

    .info-section .fee table.form {
        text-align: center;
        width: 100%;
        border-collapse: collapse;
    }

        .info-section .fee table.form tr {
            border: thin solid #464646;
        }

            .info-section .fee table.form tr td {
                border-left: thin solid #464646;
            }

                .info-section .fee table.form tr td:first-child {
                    border-left: none;
                }

.page-promo {
    padding-top: 15px;
    /*background-color: #052819;*/
    padding-bottom: 50px;
}

.whiteBody .page-promo {
    padding-top: 15px;
    /*background-color: #fff;*/
}

.promo-nav {
    margin-bottom: 15px;
}
/** PROMO ICON FONTS*/

@font-face {
    font-family: 'promoIcon';
    src: url('../fonts/promoIcon.eot?p1kbaa2');
    src: url('../fonts/promoIcon.eot?p1kbaa2#iefix') format('embedded-opentype'), url('../fonts//promoIcon.ttf?p1kbaa2') format('truetype'), url('../fonts/promoIcon.woff?p1kbaa2') format('woff'), url('../fonts/promoIcon.svg?p1kbaa2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="promoIcon-"], [class*=" promoIcon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'promoIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.promoIcon-slots:before {
    content: "\e900";
}

.promoIcon-specials:before {
    content: "\e901";
}

.promoIcon-casino:before {
    content: "\e902";
}

.promoIcon-lottery:before {
    content: "\e903";
}

.promoIcon-allpromo:before {
    content: "\e904";
}

.promoIcon-new:before {
    content: "\e905";
}

.promoIcon-winners:before {
    content: "\e906";
}

.promoIcon-sports:before {
    content: "\e907";
}

.promoIcon-vip:before {
    content: "\e908";
}

.promoIcon-rebate:before {
    content: "\e909";
}

ul.p-nav {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

    ul.p-nav li {
        /* border-left: 1px solid #044219; */
        /* border: 1px solid #227d42; */
        float: left;
        margin: 0 0 10px 0;
        padding: 0 3px;
        text-align: center;
    }

        ul.p-nav li:first-child {
            padding-left: 0;
        }

        ul .p-nav li:first-child {
            border-left: none
        }

        ul.p-nav li:last-child {
            border-right: none
        }

        ul.p-nav li a {
            display: block;
            font: 12px 'Roboto', sans-serif;
            color: #c39f76;
            padding: 0 18px;
            line-height: 46px;
            text-decoration: none;
            text-transform: uppercase;
            border: 1px solid #037b4b;
            border-radius: 3px;
            background: rgba(3, 80, 35, 1);
        }
html:lang(vi-VN) ul.p-nav li a {
    padding: 0 14px;
}

.whiteBody ul.p-nav li a {
    color: #037b4b;
    background-color: #fff;
}

.promoIcons {
    margin-right: 4px;
    font-size: 20px;
    /*float: left;
    margin-top: 12px;*/
    vertical-align: sub;
}
    .promoIcons .promoIcon-vip {
        font-size: 26px;
        vertical-align: middle;
    }

    ul.p-nav li:first-child a .promoIcons {
        font-size: 16px;
        /*margin-top: 14px;*/
    }

ul.p-nav li.active a,
ul.p-nav li:hover a {
    background: #037b4b;
    background-image: linear-gradient(to right bottom,#048e6a,#0a8a64,#0e865e,#128259,#157e53,#1e8653,#288d52,#339551,#4aaa53,#64bf54,#80d452,#9ee84f);
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

input.p-nav-txtfield {
    float: right;
    width: 205px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    outline: 0 !important;
    padding: 4px 8px;
    margin: 10px 13px 0 0
}

.blackBody .mgnt-deposit-content {
    background: none;
}

.blackBody .page-manage {
    /*background: #028843 url(../images/GradientBg.jpg) repeat-x;*/
    background: #052819 url(/Content/images/payment/cashier-content-bg.jpg) repeat;
}

.blackBody .acct-balance ul li label,
.blackBody .acct-notification p,
.blackBody .form-section .note,
.blackBody .form-section h3,
.blackBody .form-section ul.guide li,
.blackBody .info-section li,
.blackBody .info-section table.info td,
.blackBody .page-notification marquee,
.blackBody table.form td {
    color: #fff
}

/*.blackBody table.form td:nth-last-of-type(2) {
        color: #97d69d !important;
    }*/
.blackBody .acct-balance ul li span,
.blackBody .depoFrame-wrap strong {
    color: #f9ffc3
}

.blackBody .info-section h5 {
    color: #fff;
}

.depoFrame-wrap {
    margin-top: 20px;
}

.blackBody table.form .btn-submit {
    background: #fee71b;
    color: #2b2700
}

.blackBody table.form .red {
    color: red
}

.blackBody .page-notification i.icon-bell-gray {
    background: url(../images/casino/bell-icon.png) top center no-repeat
}

.promo-wrap {
    overflow: hidden
}

.promo-grid {
    display: block;
    width: 100%;
}

.grid-item {
    background: #014217;
    padding: 10px;
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
    /*height: 290px;*/
    height: 198px;
}

    .grid-item .promo-thumb {
        overflow: hidden;
        /*margin-bottom:10px;*/
    }

        .grid-item .promo-thumb a {
            display: inline;
            outline: 0 !important
        }

        .grid-item .promo-thumb img {
            display: block;
            margin: 0;
            max-width: 100%;
            width: 100%
        }

    .grid-item .promo-desc {
        color: #fff;
        text-overflow: ellipsis;
        display: none;
    }

        .grid-item .promo-desc h4 {
            font-size: 13px;
            margin: 13px 0 10px;
            color: #fee71b;
            text-transform: uppercase;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .grid-item .promo-desc p {
            margin: 0;
            font-size: 12px;
            line-height: 17px
        }

    .grid-item .btn-wrap {
        font-size: 0;
        padding-bottom: 16px;
        text-align: center
    }

        .grid-item .btn-wrap a {
            background: #fee71b;
            display: inline-block;
            font: 12px 'Roboto', sans-serif;
            line-height: 40px;
            color: #fee71b;
            margin: 0 1px;
            max-width: 148px;
            width: 100%;
            text-align: center;
            text-decoration: none;
            font-weight: 700;
            text-transform: uppercase;
        }

            .grid-item .btn-wrap a.btn-more {
                color: #606060;
                background: #fff
            }

.whiteBody .promo-termsDark .promoGenTerms {
    color: #028843 !important;
    font-size: 14px;
}

.blackBody .promo-termsDark .promoGenTerms {
    color: #fee71b !important;
    font-size: 14px;
}


.promo-termsLight {
    margin-top: 25px;
    padding-bottom: 50px
}

.promo-termsDark {
    position: relative;
    z-index: 3;
}

.whiteBody .promo-termsDark {
    /*margin-top: 50px;*/
    padding-bottom: 50px;
    padding-top: 25px;
    /*background: #f9f9f9;*/
    /*background: rgba(249,249,249,0.9);*/
    color: #666;
}


.blackBody .promo-termsDark {
    /*margin-top: 50px;*/
    padding-bottom: 50px;
    /*background: rgba(5,40,25,0.9);*/
    padding-top: 25px;
    color: white;
}

.promo-termsLight strong {
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 27px
}

.promo-termsDark strong {
    font-size: 12px;
    display: block;
    margin-bottom: 27px
}

.promo-termsLight ol {
    margin: 0;
    padding-left: 14px
}

.promo-termsLight li {
    color: #333;
    font: 12px 'Roboto', sans-serif;
    margin-bottom: 9px;
    line-height: 20px
}

.promo-termsDark ol {
    margin: 0;
    padding-left: 14px
}

.blackBody .promo-termsDark li {
    color: #b0efce;
    margin-bottom: 9px;
    line-height: 20px
}

.whiteBody .promo-termsDark li {
    color: #333;
    margin-bottom: 9px;
    line-height: 20px
}


.blogDropdown {
    display: none;
}

.tab-nav {
    display: block;
}

.custom-style {
    opacity: 0;
    transform: translateY(-50px);
    transition: all .3s
}

.fancybox-slide--complete .custom-style {
    opacity: 1;
    transform: translateY(0)
}



@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.progressive_jackpot {
    background: #0b6435;
    width: 100%;
    color: #fff;
}

.blackBody .progressive_jackpot {
    background: #fff;
    color: #028843;
}

.progleft {
    float: left;
    text-align: center;
    width: 27%;
    height: 92px;
    margin: 10px 10px 10px 0px;
}

    .progleft .jackpotTextvn {
        font-size: 45px;
        font-weight: 700;
        line-height: 33px;
    }

    .progleft .jackpotText1vn {
        font-size: 38px;
        font-weight: 700;
        line-height: 54px;
    }

.progTextOne {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
}

.progTextTwo {
    font-size: 53px;
    font-weight: 700;
    line-height: 55px;
}

.progright {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    float: right;
    background: #fff;
    color: #028843;
    margin: 10px;
    margin-right: 0px;
    letter-spacing: 26px;
    line-height: 86px;
    width: 70%;
    height: 90px;
}

.blackBody .progright {
    background: #028843;
    color: #fff;
}

#featuredGames {
    margin-bottom: 15px
}

.whiteBody .topFeaturedTitle {
    font-family: 'Roboto', sans-serif;
    color: #0b6435 !important;
    padding: 15px 0;
    font-size: 20px;
}

.blackBody .topFeaturedTitle {
    font-family: 'Roboto', sans-serif;
    color: #fee71b !important;
    padding: 15px 0;
    font-size: 20px;
}

.featuredBox {
    margin-bottom: 25px
}

.featuredBoxLeft {
    float: left
}

.featuredBoxRight {
    margin-left: 420px
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#tabGames {
    margin-bottom: 20px;
}

    #tabGames ul.tabs {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #e3e3e3
    }

        #tabGames ul.tabs li {
            background: 0 0;
            color: #222;
            float: left;
            text-align: center;
            padding: 1% 6%;
            cursor: pointer;
            font-family: 'Roboto', sans-serif;
            font-size: 11px;
            border-right: 1px solid #fff;
            width: 20%;
        }

.whiteBody #tabGames ul.tabs li.current {
    background: #038842;
    color: #fff
}

.blackBody #tabGames ul.tabs li.current {
    background: #02552b;
    color: #fff
}


#tabGames .tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

    #tabGames .tab-content.current {
        display: inherit
    }

#tabGames .tab-link.srch {
    padding: 0;
    border: none
}

#tabGames .searchTab {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    border: 1px solid #ccc;
    color: #999;
    margin: 3px;
    background: url(../images/casino/tabs/search-icon.jpg) #fff center right no-repeat;
    width: 97%;
}

.tabBox {
    float: left;
    width: 24.3%;
    height: auto;
}

.tabBox {
    margin-right: .93%;
    margin-top: 10px;
}

    .tabBox:nth-child(4n) {
        margin-right: 0;
    }

    .tabBox:last-child {
        margin-bottom: 10px;
    }


.tabTxt {
    padding: 15px;
    background: #eaeaea;
    color: #7e6e6e
}

.txtSub,
.txtTitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px
}

.txtTitle {
    font-weight: 700;
    color: #2d2d2d;
}

.tabImg {
    position: relative;
    background: #000
}

.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

    .middle a.secText {
        color: #fff;
        font-size: 11px;
        margin-top: 20px;
        display: block;
        text-align: center;
        text-decoration: underline
    }

        .middle a.secText:hover {
            color: #fee71b;
        }

.tabImg:hover .image {
    opacity: .3
}

.tabImg:hover .middle {
    opacity: 1
}

.text {
    background: none;
    color: #fee71b;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #fee71b;
    border-radius: 3px;
    transition: all 1s ease;
}

    .text:hover {
        background: #fee71b;
        color: #000;
    }

#casSlide {
    position: relative;
}

.bxnext {
    position: absolute;
    font-size: 100px;
    right: 5%;
    top: 40%;
}

.bxprev {
    position: absolute;
    font-size: 100px;
    left: 5%;
    top: 40%;
}

.blackBody .bxnext a, .blackBody .bxprev a {
    color: #fff;
    opacity: .5;
}

    .blackBody .bxnext a:hover, .blackBody .bxprev a:hover {
        opacity: 1;
        color: #fff;
    }

.whiteBody .bxnext a, .whiteBody .bxprev a {
    color: #2d2d2d;
    opacity: .5;
}

    .whiteBody .bxnext a:hover, .whiteBody .bxprev a:hover {
        opacity: 1;
        color: #2d2d2d;
    }

.casSlideText {
    position: absolute;
    top: 30%;
    right: 5%;
    width: 450px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.casSlideChildOne {
    font-size: 35px
}

.casSlideChildTwo {
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
    margin-bottom: 7px
}

.casSlideChildThree {
    font-size: 20px
}

.casSlideChildFour a {
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fee71b;
    width: 276px;
    display: inline-block;
    font-size: 28px;
    text-decoration: none;
    color: #2b2700;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 700
}

    .casSlideChildFour a:hover {
        color: #fff
    }

.childThumb {
    position: absolute;
    left: 600px;
    max-width: 409px;
    overflow: hidden;
    bottom: 25px
}

.blackBody .childThumb ul li:not(.active) {
    border: 2px solid #333;
    opacity: .5;
    background: #000;
}

.blackBody .childThumb ul li.active {
    border: 2px solid #fee71b;
    border-radius: 0;
}

.whiteBody .childThumb ul li.active {
    border: 2px solid #0b6435;
    border-radius: 0;
}

.featuredTxtBox {
    left: 475px;
    margin-left: 0;
    max-width: 60%;
    position: absolute;
    top: 30px;
    width: initial;
    padding: 20px;
    text-align: center
}

    .featuredTxtBox h2 {
        margin: 0;
        padding: 0
    }

.imgimg,
.txtparent {
    position: relative
}



body.whiteBody .logCont {
    border: none;
    max-width: 530px;
    margin: 0 auto;
    padding: 20px 0;
}

    body.whiteBody .logCont h3 {
        color: #03a33c;
    }

body.blackBody .logCont {
    border: none;
    max-width: 530px;
    margin: 0 auto;
    padding: 20px 0;
}

    body.blackBody .logCont h3 {
        color: #fee71b;
    }

.logCont .imgLog {
    margin-right: 20px
}

.logCont .txtLog {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px
}

.logCont .inputBox {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666
}

.logCont .forpads {
    padding-top: 30px
}

.logCont .btnLogin {
    background: #fff;
    border: none;
    width: 120px;
    height: 40px;
    color: #2b2700;
    border-radius: 5px;
    margin-left: 15px;
    font-weight: 700
}

body.faq {
    background: #eee !important
}

.faq-header {
    background: #028843;
    text-align: center;
    overflow: hidden
}

    .faq-header img {
        display: block;
        max-width: 100%;
        /*margin: 15px auto*/
    }

    .faq-header p {
        color: #028843;
        background: #ffff01;
        margin: 0;
        padding: 4px 0;
        font-size: 17px
    }

.faq-content {
    background: #eee;
    padding: 10px 20px
}

.faq-panel {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px
}

.InfoDropdown {
    display: none;
}

.faq-nav {
    overflow: hidden;
    padding: 20px 0 25px;
    border-bottom: thin solid #f4f4f4;
}

    .faq-nav ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .faq-nav li {
        float: left;
        width: 25%;
        margin: 0;
        padding: 0;
        text-align: center
    }

        .faq-nav li a {
            display: inline-block;
            text-decoration: none
        }

        .faq-nav li .img-thumb {
            width: 71px;
            height: 71px;
            margin: 0 auto 25px;
            position: relative
        }

            .faq-nav li .img-thumb span {
                display: block;
                width: 71px;
                height: 71px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                transition: .3s ease
            }

                .faq-nav li .img-thumb span.default {
                    z-index: 2
                }

        .faq-nav li.active .img-thumb span.default,
        .faq-nav li:hover .img-thumb span.default {
            opacity: 0;
            visibility: hidden
        }

        .faq-nav li .img-thumb span.i-about {
            background: url(../images/faq/i-about.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-about-h {
            background: url(../images/faq/i-about-h.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-faq {
            background: url(../images/faq/i-faq.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-faq-h {
            background: url(../images/faq/i-faq-h.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-rule {
            background: url(../images/faq/i-rule.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-rule-h {
            background: url(../images/faq/i-rule-h.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-terms {
            background: url(../images/faq/i-terms.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-terms-h {
            background: url(../images/faq/i-terms-h.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-rules {
            background: url(../images/faq/i-rules.png) bottom center no-repeat #fff
        }

        .faq-nav li .img-thumb span.i-rules-h {
            background: url(../images/faq/i-rules-h.png) bottom center no-repeat #fff
        }

        .faq-nav li a > span {
            color: #757575;
            font-size: 17px;
            letter-spacing: 2px;
            text-transform: uppercase
        }

        .faq-nav li.active a > span,
        .faq-nav li:hover a > span {
            color: #028843
        }

.faq-subnav {
    padding: 20px 0;
    text-align: center;
    display: block;
}

.faq-dropdown select {
    background-color: #2b9650 !important;
    color: #fff;
    height: 30px;
    width: 100%;
    padding: 0px 5px;
    border: none !important;
    font: 15px Arial;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    background: url(/Content/images/dropDownArrowWhite.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
}

.faq-subnav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .faq-subnav ul li {
        display: inline-block;
        border-left: thin solid #777;
        padding: 0 12px
    }

        .faq-subnav ul li:first-child {
            border-left: none
        }

        .faq-subnav ul li a {
            display: block;
            color: #028843;
            line-height: 16px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: capitalize;
            transition: .3s ease
        }

            .faq-subnav ul li a.active,
            .faq-subnav ul li:hover a {
                color: #028843
            }

.termsContent p {
    color: #757575;
    text-align: justify;
    font-size: 14px;
}

.resizetextvn ul li a {
    font-size: 12px;
}

.accdn-panel {
    padding: 0 15px
}

    .accdn-panel h2 {
        display: block;
        background: #fff;
        color: #757575;
        cursor: pointer;
        font-size: 17px;
        padding: 15px;
        text-decoration: none;
        position: relative;
        border-top: 1px solid #dbdbdb;
        font-weight: 400;
        margin: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        padding-right: 65px
    }

        .accdn-panel h2::after {
            content: '>';
            position: absolute;
            right: 20px;
            top: 15px;
            font-size: 18px;
            color: #b3b3b3 !important;
            transition: all .2s ease;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .accdn-panel h2.abouth2 {
            background: #eee;
        }

            .accdn-panel h2.abouth2::after {
                content: '';
            }

        .accdn-panel h2.active,
        .accdn-panel h2:hover {
            background: #028843;
            color: #fff;
            padding-left: 25px
        }

            .accdn-panel h2.active::after {
                content: '>';
                transform: rotate(90deg);
                color: rgb(17, 25, 28);
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg)
            }

.noContent h2.active::after {
    content: '' !important;
}


.accdn-panel:first-child h2 {
    border-top: none
}

.accdn-panel .accdn-content {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 23px;
    color: #757575;
    display: none;
    border: 1px #dbdbdb solid;
    border-bottom: none
}

    .accdn-panel .accdn-content.aboutContent {
        display: block;
        border: none;
    }

    .accdn-panel .accdn-content.noanimate {
        display: block
    }

.accdn-panel:last-child .accdn-content {
    border-bottom: 1px #dbdbdb solid
}

    .accdn-panel:last-child .accdn-content.end {
        border-bottom: none;
    }

.accdn-panel .accdn-content p {
    margin: 0 0 17px 0
}

.accdn-panel .accdn-content a {
    display: inline;
    color: #028843
}

.accdn-panel .accdn-content ul.custom {
    list-style: none;
    margin-left: 5px;
    padding-left: 5px
}

.accdn-panel .accdn-content table {
    /*border-color: separate;*/
    margin: 0 auto
}

    .accdn-panel .accdn-content table th {
        font-weight: 700;
        border: thin solid #ccc;
        padding: 5px 10px;
        text-align: center
    }

    .accdn-panel .accdn-content table td {
        border: thin solid #ccc;
        padding: 5px 10px;
        text-align: center
    }

.accdn-panel .row {
    display: block;
    position: relative;
}

    .accdn-panel .row:after, .accdn-panel .row:before {
        display: table;
        content: "";
    }

    .accdn-panel .row:after {
        clear: both;
    }

    .accdn-panel .row > .column-half {
        float: left;
        width: 50%;
        padding: 10px 15px;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

@media only screen and (max-width:768px) {
    .accdn-panel .row > .column-half {
        width: 100%;
        float: none;
    }
}

/*.page-title {
    color: #1f1f1f;
    background: #ddd;
    line-height: 30px;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}*/

.other-page-content {
    padding: 0 20px;
    font-size: 13px
}

    .other-page-content strong {
        margin-bottom: 8px;
        display: block;
        font-size: 14px
    }

    .other-page-content ol,
    .other-page-content ul {
        padding-left: 18px;
        margin-bottom: 10px
    }

.page-about div.img-gallery {
    text-align: center;
    margin: 15px 0 10px;
    overflow: hidden
}

    .page-about div.img-gallery ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .page-about div.img-gallery li {
        width: 20%;
        text-align: center;
        margin: 0 2.5%;
        float: left
    }

        .page-about div.img-gallery li img {
            display: block;
            border: thin solid #ccc;
            margin: 0 auto 10px
        }

.page-about .prod-gallery {
    margin: 15px 0 10px;
    overflow: hidden
}

    .page-about .prod-gallery ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }

    .page-about .prod-gallery li {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: 0 3.5%
    }

        .page-about .prod-gallery li img {
            display: block;
            margin: 0 auto 10px;
            position: relative;
            z-index: 1
        }

            .page-about .prod-gallery li img.on {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 50%;
                margin-left: -21.5px;
                opacity: 0;
                visibility: hidden;
                transition: 0.3s ease
            }

        .page-about .prod-gallery li:hover img.on {
            opacity: 1;
            visibility: visible
        }

        .page-about .prod-gallery li span {
            display: block
        }


.qr-container {
    text-align: center;
    width: 194px;
    float: left !important;
    margin: 10px
}

.whiteBody .qr-txt h5 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 10px
}

.blackBody .qr-txt h5 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px
}

.qr-txt p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700
}


@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.spinner-animated {
    animation: spinner 2s linear infinite;
}

/*
    ========================================
        ::Button
    ========================================
*/
.blackBody .button:not(a) {
    background: #fee71b;
    color: #2b2700;
}

    .blackBody .button:not(a):hover {
        background: #FFFF1B;
        color: #2b2700;
    }

.button {
    background: #007028;
    border: none;
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
    font-family: 'Reboto-Regular',sans-serif;
    line-height: 40px;
    width: 180px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    -moz-transition: background .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: background .2s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: background .2s cubic-bezier(.455,.03,.515,.955);
    transition: background .2s cubic-bezier(.455,.03,.515,.955);
    border-radius: 10px;
}

    .button:hover {
        text-decoration: none;
        background: #03a33c;
        color: white;
        -moz-transition: background .2s cubic-bezier(.455,.03,.515,.955);
        -o-transition: background .2s cubic-bezier(.455,.03,.515,.955);
        -webkit-transition: background .2s cubic-bezier(.455,.03,.515,.955);
        transition: background .2s cubic-bezier(.455,.03,.515,.955);
    }

    .button.working {
        position: relative;
    }



    .button .spinner:before {
        border-color: transparent transparent transparent #fff;
    }


    .button .spinner:after {
        border-color: #fff #fff transparent transparent;
    }

    /*
    ========================================
        ::Spinner
    ========================================
*/


    .button .spinner:before {
        border-color: transparent transparent transparent #fff;
    }


    .button .spinner:after {
        border-color: #fff #fff transparent transparent;
    }

/*
    ========================================
        ::Spinner
    ========================================
*/


.spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    opacity: .75;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0px 0px 2px 0px #0085c3;
    -webkit-box-shadow: inset 0px 0px 2px 0px #0085c3;
    box-shadow: inset 0px 0px 2px 0px #0085c3;
    animation: spinner .6s infinite linear;
    -webkit-animation: spinner .6s infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid transparent;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

    .spinner:before, .spinner:after {
        box-sizing: content-box;
    }

    .spinner:before {
        content: '';
        position: absolute;
        width: 11px;
        height: 13px;
        border-width: 2px 2px 0 2px;
        border-color: transparent transparent transparent #0085c3;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }


    .spinner:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        border-width: 2px;
        border-color: #0085c3 #0085c3 transparent transparent;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.button .spinner {
    right: 8px;
    left: auto;
}


    .button .spinner:before {
        border-color: transparent transparent transparent #fff;
    }

/*
    ========================================
        ::Overlay
    ========================================
*/

.overlay-white {
    background-color: #fff;
    opacity: 0.3;
}

#overlay {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.4);
    transition: all 300ms ease-in-out;
}

    #overlay.open {
        opacity: 1;
        pointer-events: auto;
    }


.no-scroll {
    overflow: hidden !important;
}

.centering {
    display: table;
    margin: 0px auto 0px auto;
}

/*
    ========================================
        ::Modal Dark
    ========================================
*/

#modal-dark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    min-width: 274px;
    max-width: 85%;
    /*border-radius: 6px;*/
    background: white;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.25, 0.35, 0, 1.74);
}

    #modal-dark.open {
        opacity: 1;
        z-index: 99999999;
        visibility: visible;
        box-shadow: 0px 4px 20px rgba(0,0,0,0.4);
    }


    #modal-dark h1 {
        margin: 0;
    }

    #modal-dark p {
        margin: 0;
        float: left;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        white-space: pre-wrap;
        overflow: hidden;
        text-align: left;
    }

    #modal-dark ul {
        border-top: 1px solid #eceeef;
        text-align: center;
    }

    #modal-dark li {
        list-style: none;
    }

        #modal-dark li a {
            margin: 8px;
            float: right;
        }

    #modal-dark .header {
        padding: 10px;
        font-size: 17px;
        /*border-top-right-radius: 6px;
    border-top-left-radius: 6px;*/
        margin: 0;
        padding: 5px 11px;
        color: #fff;
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
        font-size: 15px;
    }

    #modal-dark ul li .button {
        line-height: 35px;
    }

.success {
    background-color: #038842;
}

.failed {
    background-color: #a94242;
}


#modal-dark .header .heading-close {
    cursor: pointer;
    float: right;
}

.heading-close .white-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

#modal-dark .content {
    padding: 30px 30px;
}

/*
    ========================================
        ::Modal Light
    ========================================
*/

#modal-light {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s cubic-bezier(.77,0,.175,1);
}

    #modal-light.open {
        overflow-x: hidden;
        overflow-y: hidden;
        opacity: 1;
        visibility: visible;
        transition: all .6s cubic-bezier(.77,0,.175,1);
    }

    #modal-light .content {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #modal-light p {
        margin: 0;
        float: left;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        white-space: pre-wrap;
        overflow: hidden;
        text-align: left;
    }

    #modal-light .header {
        padding: 10px;
        font-size: 17px;
        margin: 0;
        padding: 5px 11px;
        color: #fff;
        font-size: 15px;
    }

    #modal-light .content > .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 535px;
        margin: auto;
        background: white;
        cursor: default;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    #modal-light .header .heading-close {
        cursor: pointer;
        float: right;
    }

.heading-close .white-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

#modal-light .content {
    padding: 7px;
}

    #modal-light .content .message {
        min-height: 50px;
        color: #2d2d2d;
    }

.br-top {
    border-top: 1px solid #eceeef;
    text-align: center;
}

/*
    ========================================
        ::Actions
    ========================================
*/
.actions {
    width: 100%;
    clear: both;
}

    .actions ul {
        margin: 0 10px;
        padding: 0;
    }

    .actions li {
        position: relative;
        top: 0;
        display: block;
        float: left;
        margin-right: 15px;
        margin-top: 5px;
        list-style: none;
    }

    .actions.right ul {
        float: right;
    }

    .actions.right li {
        margin-right: 0;
        margin-left: 15px;
        margin-bottom: 8px;
    }

/**************************
    TABLE HISTORY
*****************************/

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #038842;
        margin: 0 1px;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

        .pagination a:last-child {
            content: "\f100";
        }

#pageLimit {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.btnApply {
    padding: 5px 10px;
    background: #03a33c;
    border: none;
    color: #fff;
}

.btnSearch {
    padding: 0px 10px;
    background: #03a33c;
    border: none;
    color: #fff;
}

#searchData > span {
    transform: rotate(270deg);
    display: inline-block;
}

.dataSelect {
    margin-bottom: 10px;
    text-align: right;
}

.txtSearch {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-left: 20px;
}

.fontSearch {
    font-size: 20px;
    vertical-align: top;
}

/***************************************
    NEW CASINO PAGE
****************************************/

.fancybox-content {
    height: 450px;
    max-height: 80%;
    max-width: 60%;
    width: 100%;
}

.videos {
    width: 350px;
    height: auto;
    max-height: 100%;
    border: 1px solid #fff;
}

.hidingVid {
    display: none;
}

#section section {
    height: 700px;
    position: relative;
}

    #section section .downWards {
        position: absolute;
        bottom: 10%;
        left: 50%;
        font-size: 70px;
        color: #fee71b;
        background: none;
        -webkit-animation-name: updown; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
        animation-name: updown;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

        #section section .downWards:hover {
            color: #fee71b;
        }

#section #clubAce {
    position: relative;
    height: 700px;
}

#section section.hasBorder::after {
    background: url(../images/casino/borderLine.png) no-repeat scroll center top;
    bottom: -30px;
    clear: both;
    content: "";
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.club img {
    height: auto;
    max-width: 100%;
}

    .club img.hotChild {
        height: auto;
        max-width: 156px;
        width: 100%;
    }

.clubLogo {
    text-align: center;
    padding-top: 20%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    cursor: pointer;
}

/*.clubLogo:hover {
        transform: rotateY(20deg);
    }*/

body.blackBody .clubContent {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 15px 0;
}

body.whiteBody .clubContent {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 15px 0;
}

.clubVideo {
    text-align: center;
    margin-bottom: 15px;
}

.club {
    float: left;
}

body.blackBody #clubAce {
    background: url(../images/casino/clubAce.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubAce {
    background: url(../images/casino/clubAceWhite.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubAce .leftClubAce {
    position: relative;
    width: 65%;
    height: 700px;
}

#clubAce .rightClubAce, #clubKing .leftClubKing {
    position: relative;
    width: 35%;
}

.clubAceGirl {
    position: absolute;
    right: 25%;
    bottom: 0;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
    z-index: 9;
}

    .clubAceGirl:hover {
        right: 27%;
    }

.clubAceCard {
    position: absolute;
    left: 5%;
    bottom: 10%;
    -webkit-animation-name: lr; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: lr;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.clubAceSpade {
    position: absolute;
    right: 10%;
    top: 10%;
    -webkit-animation-name: rl; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: rl;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.clubAceTable {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 10%;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
}

.clubAceGirl:hover + .clubAceTable {
    right: 8%;
}


body.blackBody #clubKing {
    background: url(../images/casino/clubKing.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubKing {
    background: url(../images/casino/clubKingWhite.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubKing .rightClubKing {
    position: relative;
    width: 65%;
    height: 700px;
}

.clubkingGirl {
    position: absolute;
    right: 25%;
    bottom: 0;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
    z-index: 9;
}

.clubKingTable {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0%;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
}

.clubkingGirl:hover {
    right: 30%;
}

    .clubkingGirl:hover + .clubKingTable {
        left: 5%;
    }

body.blackBody #clubQueen {
    background: url(../images/casino/clubQueen.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubQueen {
    background: url(../images/casino/clubQueenWhite.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubQueen .leftClubQueen {
    position: relative;
    width: 65%;
    height: 700px;
}

#clubQueen .rightClubQueen {
    position: relative;
    width: 35%;
}

.clubQueenGirl {
    position: absolute;
    right: 10%;
    bottom: 0;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
    z-index: 9;
}

.clubQueenTable {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0%;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
}

.clubQueenGirl:hover {
    right: 15%;
}

    .clubQueenGirl:hover + .clubQueenTable {
        left: 1%;
    }


/*******************************************/

body.blackBody #clubTen {
    background: url(../images/casino/club-ten-bg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubTen {
    background: url(../images/casino/club-ten-bg-white.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubTen .leftTenQueen {
    position: relative;
    width: 65%;
    height: 700px;
}

#clubTen .rightTenQueen {
    position: relative;
    width: 35%;
}

.clubTenGirl {
    position: absolute;
    left: -7%;
    bottom: 0;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
    z-index: 9;
}

.clubTenTable {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0%;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
}

.clubTenGirl:hover {
    left: -3%;
}



/*******************************************/

body.blackBody #clubJack {
    background: url(../images/casino/clubJack.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubJack {
    background: url(../images/casino/clubJackWhite.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubJack .leftClubJack {
    position: relative;
    width: 35%;
}

#clubJack .rightClubJack {
    position: relative;
    width: 65%;
    height: 700px;
}

.clubJackGirl {
    position: absolute;
    right: 0%;
    bottom: 0%;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
    z-index: 9;
}

.clubJackTable {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0%;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
}

.clubJackGirl:hover {
    right: 2%;
}

/**********************************/

body.blackBody #clubNine {
    background: url(../images/casino/club-nine-bg-black.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

body.whiteBody #clubNine {
    background: url(../images/casino/club-nine-bg-white.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#clubNine .leftclubNine {
    position: relative;
    width: 35%;
    height: 800px;
}

#clubNine .rightclubNine {
    position: relative;
    width: 65%;
    height: 760px;
}

#clubNine {
    height: 760px !important;
}

.clubNineGirl {
    position: absolute;
    right: -7%;
    bottom: 0;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
    z-index: 9;
}

    .clubNineGirl:hover {
        right: 0;
    }

.clubNineTable {
    position: absolute;
    z-index: -1;
    bottom: -59px;
    left: -40%;
    right: 40%;
    -webkit-transition: right 1s ease-out;
    -moz-transition: right 1s ease-out;
    -o-transition: right 1s ease-out;
    transition: right 1s ease-out;
}

@keyframes lr {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(30deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@keyframes rl {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(-30deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes updown {
    0% {
        bottom: 2%;
        opacity: .3;
    }

    50% {
        bottom: 5%;
        opacity: 1;
    }

    100% {
        bottom: 2%;
        opacity: .3;
    }
}

.txtfield {
    padding: 6px 10px 7px;
    width: 234px;
    background-color: transparent;
    color: #000;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.blackBody .txtfield {
    color: #fff;
}

select.txtfield optgroup {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.txtfield::-webkit-input-placeholder {
    color: #bababa;
    font-size: 11px;
}

.txtfield::-moz-placeholder {
    color: #bababa;
    font-size: 11px;
}

.txtfield:-ms-input-placeholder {
    color: #bababa;
    font-size: 11px;
}

.blackBody .txtfield::-webkit-input-placeholder {
    color: #fff;
    font-size: 11px;
}

.blackBody .txtfield::-moz-placeholder {
    color: #fff;
    font-size: 11px;
}

.blackBody .txtfield:-ms-input-placeholder {
    color: #fff;
    font-size: 11px;
}

.acct-mngr-content .txtfield {
    color: #333;
}

.acct-mngr-content input:-webkit-autofill,
.acct-mngr-content input:-webkit-autofill:hover,
.acct-mngr-content input:-webkit-autofill:focus {
    border-bottom: 1px solid #0c7f2c !important;
    -webkit-text-fill-color: #333 !important;
    transition: background 100s ease-in-out 0s;
}



select.txtfield {
    padding: 6px 10px 7px;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.blackBody select.txtfield {
}

select.txtfield option {
    color: #333;
}

.btnPushMyaccount {
    margin-left: 50px;
}

/* tables */
#dataTableHistoryHolder {
    margin-top: 20px;
}

table.tablesorter {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #fff;
}

    table.tablesorter thead tr {
        background: #03a33c;
    }

        table.tablesorter thead tr th, table.tablesorter tfoot tr th {
            border: 1px solid #fff;
            padding: 10px;
            color: #fff;
            text-align: center;
        }

    table.tablesorter tbody tr td {
        border: 1px solid #fff;
        padding: 10px;
        color: #404b50;
        text-align: center;
    }

    table.tablesorter tbody tr:nth-child(even) {
        background: #dfdddd;
    }

    table.tablesorter tbody tr:nth-child(odd) {
        background: #ebebeb;
    }

    table.tablesorter .dataTables_wrapper .dataTables_paginate .paginate_button.current, table.tablesorter .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #03a33c;
    }

.hideMeTable {
    display: none;
}

.dataTables_length select {
    padding: 6px 10px 7px;
    border-radius: 0;
    background-color: transparent;
    color: #333;
    font-size: 11px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.dataTables_filter input {
    padding: 6px 10px 7px;
    width: 234px;
    background-color: transparent;
    color: #333;
    font-size: 11px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.blackBody .dataTables_filter input, .blackBody .dataTables_length select {
    color: #fff !important;
    background: #005021;
}

.dataTables_length select option {
    color: #fff;
}

.whiteBody .dataTables_length select option {
    color: #333;
}









/****************************************************
    RESPONSIVE
******************************************************/

@media only screen and (max-width:997px) {
    .wrap {
        width: 100%;
        /*min-width: auto*/
    }

    .wrap-panel {
        width: 100%
    }

    .page-notification {
        padding-top: 20px;
        padding-bottom: 20px
    }

    h1.page-title {
        text-indent: 0
    }

    .manage-header {
        padding-right: 24px;
        padding-left: 24px
    }

    .account-mngr {
        width: 100%
    }

    .acct-mngr-nav {
        width: 100%;
        float: none
    }

        .acct-mngr-nav ul {
            width: 100%;
            overflow: hidden
        }

            .acct-mngr-nav ul li {
                border-top: none !important;
                border-left: thin solid #fff;
                float: left;
                width: 16.66%
            }

                .acct-mngr-nav ul li:first-child {
                    border-left: none
                }

    .acct-mngr-content {
        float: none;
        width: 100%;
        border-left: none;
        /*padding-left: 2%;
        padding-right: 2%;*/
    }

    .mgnt-wrap {
        overflow: hidden;
        min-height: 274px;
    }

    .mgnt-acct-info {
        width: 45%
    }

    .mgnt-account-form {
        width: 50%;
        margin-left: 5%
    }

    .mgnt-deposit-wrap {
        width: 100%
    }

    .mgnt-deposit-nav {
        float: none;
        width: 100%;
        overflow: hidden;
    }

        .mgnt-deposit-nav li {
            float: left;
            width: 16.66%;
            border-top: none !important;
            border-left: thin solid #ebebeb
        }

            .mgnt-deposit-nav li:first-child {
                border: none
            }

    .central-wallet {
        float: none;
        width: 100%;
        min-height: 0
    }


    .mgnt-deposit-content {
        width: 100%
    }

    .depoFrame-nav {
        width: 100%;
        float: none;
        overflow: hidden
    }

        .depoFrame-nav li {
            float: left;
            border-top: none !important;
            border-left: thin solid #fff;
            padding: 0 2%
        }

            .depoFrame-nav li:first-child {
                border-left: thin solid #fff
            }

    .depoFrame-content {
        width: 100%;
        float: none;
        padding-top: 15px;
    }

    .fast-deposit .info-section {
        width: 100%;
        float: none
    }

    .form-section {
        border-left: none;
        border-top: thin solid #ccc;
        width: 100%;
        float: none;
        padding-left: 20px;
        margin-top: 10px;
        padding-top: 10px
    }
}

.verify-form {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
}

    .verify-form p {
        color: #444444;
        font-size: 12px;
    }

    .verify-form hr {
        width: 332px;
    }

    .verify-form h3 {
        color: #038842;
    }

    .verify-form h4 {
        color: #040404;
    }

    .verify-form img {
        margin: 25px 0;
    }

    .verify-form button {
        width: 334px;
        /*padding: 14px 0;
        background-color: #028843;*/
        border: none;
        margin: 15px 0;
    }

    .verify-form .email-show, .verify-form .phone-show {
        display: none;
    }

    .verify-form input {
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .verify-form p > a {
        color: #028843;
    }

input::placeholder {
    color: #444444;
}

.email-show p {
    margin-bottom: 20px;
}

.quick-link li {
    position: relative;
    float: left
}

.notif-verify {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: red;
    border-radius: 20px;
    right: -5px;
    bottom: 5px;
    z-index: 2;
    font-size: 10px;
    text-align: center;
    color: #fff;
}



@media only screen and (max-width:768px) {
    .mgnt-acct-info {
        width: 30%
    }

    .mgnt-account-form {
        width: 65%
    }

    .grid-item {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .promo-list .grid-item {
        height: auto;
    }

        .promo-list .grid-item .btnMoreDetails {
            width: 100%;
            max-width: 100%;
            border-radius: 15px;
            -webkit-border-radius: 15px;
        }


    /* REMOVE GIRL IN CASINO PAGE*/
    .leftClubAce,
    .rightClubKing,
    .leftClubQueen,
    .rightClubJack,
    .leftTenQueen,
    .rightclubNine {
        display: none;
    }

    #clubAce .rightClubAce,
    #clubKing .leftClubKing,
    #clubQueen .rightClubQueen,
    #clubJack .leftClubJack, #clubTen .rightTenQueen, #clubNine .leftclubNine {
        width: 100%;
        padding: 30px 20px;
        float: none;
    }

    #clubNine .leftclubNine, #clubNine {
        height: auto !important;
    }

    .borderLine {
        display: none;
    }

    .clubLogo {
        padding: 0;
    }

    #section section {
        height: auto;
    }

    .acct-notification {
        top: 92px;
        left: 155px;
    }
}
@media only screen and (max-width:720px) {
    .mgnt-acct-info {
        width: 210px
    }

        .mgnt-acct-info table strong {
            text-align: left;
            padding-right: 5px;
        }

        .mgnt-acct-info table td:first-child {
            width: 100px
        }

    .mgnt-account-form {
        width: auto
    }
}

@media only screen and (max-width:658px) {
    .acct-mngr-nav ul li a {
        font-size: 11px
    }

    .grid-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        max-width: none
    }
}

@media only screen and (max-width:640px) {

    .mgnt-acct-info {
        width: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:568px) {
    .acct-mngr-nav ul li {
        display: table
    }

        .acct-mngr-nav ul li a {
            display: table-cell;
            height: 58px;
            vertical-align: middle
        }

    .mgnt-account-form {
        margin-left: 0
    }

    ul.mgnt-form li label {
        float: none;
        text-align: left
    }

        ul.mgnt-form li label.req:after {
            position: relative;
            top: 0
        }

    ul.mgnt-form li .txtfield {
        float: none;
        margin-left: 0
    }

    /*ul.mgnt-form li .btn-submit {
        margin-top: 18px;
        margin-left: 0 !important;
        left: 0 !important
    }*/

    .mgnt-address-form,
    .mgnt-bank-detail-form,
    .mgnt-cpw-form {
        width: 100% !important;
        left: 0 !important
    }

    .depoFrame-nav li a {
        font-size: 11px
    }
}

@media only screen and (max-width:540px) {
    .form-section ul.bankList li {
        width: 46%;
    }
}

@media only screen and (max-width:480px) {
    .depoFrame-nav li {
        padding-left: 1%;
        padding-right: 1%
    }

    table.form .txtfield {
        width: 180px
    }

    .form-section #fd-date {
        width: 40%;
        text-align: center;
    }

    .form-section #hr, .form-section #min {
        width: 23.7%;
        text-align-last: center;
    }
}

@media only screen and (max-width:420px) {
    .form-section ul.bankList li {
        /*width: 100%;*/
    }
}

@media only screen and (max-width:375px) {
    .form-section ul.bankList li label:first-child {
        width: 88% !important;
    }

        .form-section ul.bankList li label:first-child img {
            width: 79% !important;
        }
}

/****************************************************
    RESPONSIVE
******************************************************/

.tnc {
    margin-left: auto !important;
    margin-right: auto !important;
}

.blackTxt {
    font-family: 'RobotoBlack', sans-serif !important;
}

.boldTxt {
    font-family: 'RobotoBold', sans-serif !important;
}

.regularTxt {
    font-family: 'RobotoRegular', sans-serif !important;
}


#CaptchaInputText {
    width: 100%
}

.btnRefresh {
    background: url(../images/icon-refresh.png) center no-repeat;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.blackBody .btnRefresh {
    background: url(../images/icon-refresh-light.png) center no-repeat;
}

.promo-termsDark .yellow {
    color: #fbe81e;
}

    .promo-termsDark .yellow:hover {
        color: #fbe81e;
    }

    .promo-termsDark .yellow:visited {
        color: #fbe81e;
    }

.whiteBody .promo-termsDark .yellow {
    color: #037b4b;
    font-weight: bold;
}

#hidden-text {
    display: none;
}

#more-btn {
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    padding: 8px;
    font-size: 12px;
    background: #037b4b;
    color: white;
    box-sizing: border-box;
    display: block;
    margin: 35px auto;
}

/************************************************
    New Color
************************************************/
.lightBlueText {
    color: #66eacd;
}



/************************************************
    MOBILE PAGE
************************************************/
.yellowText {
    color: #fbe81e;
}

.greenText {
    color: #028843;
}


.mobileCarousel {
    height: 507px;
}

    .mobileCarousel img {
        height: auto
    }

    .mobileCarousel .wrap-panel {
        position: relative;
    }

        .mobileCarousel .wrap-panel .mobileChildCopy {
            position: absolute;
            z-index: 1;
            color: #fff;
            top: 10%;
            left: 0;
            width: 40%;
        }

.mobileChildCopy .mobTxt1 {
    color: #fbe81e;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
}

html:lang(vi-vn) .mobileChildCopy .mobTxt1 {
    color: #fbe81e;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}

.sportsText {
    font-size: 26px;
}

.sportsText2 {
    font-size: 26px;
}

.LiveText {
    font-size: 26px;
}

.GameText {
    font-size: 24px;
}

.mobileChildCopy .mobTxt2 {
    font-size: 30px;
    line-height: 1;
}

.mobileChildCopy .mobTxt3 {
    font-size: 30px;
    line-height: 1;
}

.mobileChildCopy .mobTxt4 {
    margin-top: 10px;
}

.mobileCarousel-container {
    height: auto;
    background: #002e00;
}

.mobileCarousel.owl-carousel .owl-item img {
    max-height: 570px;
}

.mobileCarousel .owl-nav .owl-next,
.mobileCarousel .owl-nav .owl-prev {
    width: 40px;
    height: 62px;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    text-indent: -999em
}

.mobileCarousel .owl-nav .owl-prev {
    left: 70px;
    background: url(../images/poker/arrow-left.png) center no-repeat
}

.mobileCarousel .owl-nav .owl-next {
    right: 70px;
    background: url(../images/poker/arrow-right.png) center no-repeat
}

.wrap-panel.mobileAnimate {
    overflow: hidden;
}

/*
    THIS IS FOR RULES SPORTS DROPDOWN
*/
.sportRulesDropDown {
    color: #2d2d2d;
    float: right;
}

/*
    END ====THIS IS FOR RULES SPORTS DROPDOWN
*/

/*******************************************
    ERROR PAGE
*******************************************/
.errorPage {
    background: #038842;
    color: #fff;
    vertical-align: middle;
    padding: 50px 20px;
}

    .errorPage span {
        vertical-align: middle;
    }

.erroTitle {
    font-weight: bold;
    font-size: 90px;
    margin-left: 20px;
}

.errorLine2 {
    margin: 20px 0;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.errorLine3 {
    font-size: 30px;
}

.errorLine4 {
    margin-top: 20px;
}

    .errorLine4 a {
        color: #fee71b;
        font-size: 20px;
    }

/************************************************
    PRIVATE MESSAGE PAGE
************************************************/
.mgnt-wrap {
}

.msg-nav {
    padding: 5px 5px 5px 10px;
}

.msg-nav {
    display: block
}

    .msg-nav ul.leftUl li span {
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        color: #464646;
        display: inline-block;
        line-height: 16px;
        cursor: pointer;
        margin: 0 5px;
    }

    .msg-nav ul.leftUl li label input {
        position: relative;
    }

    .msg-nav ul li i {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .msg-nav ul.leftUl li i.icon-refresh-msg {
        color: #333;
    }

    .msg-nav ul.leftUl li i.icon-delete-msg {
        background: url(../images/icon-delete-msg.png) bottom center no-repeat
    }


.leftUl {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;
}

    .leftUl li {
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
        cursor: pointer
    }

    .leftUl input {
        vertical-align: sub;
    }

.rightUl {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rightUl li {
        float: left;
        width: 100px;
        height: 32px;
        margin-left: 4px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        font-weight: 700;
        cursor: pointer;
    }

        .rightUl li.compose {
            background: #038842;
        }

            .rightUl li.compose:hover {
                background: #05ae57;
            }

        .rightUl li.pm {
            background: #808080;
        }

            .rightUl li.pm:hover {
                background: #e6bd1f;
            }

            .rightUl li.pm.active {
                background: #fee71b;
                color: #333;
            }

.privateMsg {
    max-height: 250px;
    overflow: auto;
}

.pmContent {
    display: block;
}

    .pmContent table {
        width: 100%;
        border-collapse: collapse;
    }

        .pmContent table tr td {
            padding: 10px;
            font-weight: 700;
            cursor: pointer;
            color: #333;
        }

            .pmContent table tr td span {
                margin-right: 5px;
            }

            .pmContent table tr td:first-child {
                width: 1%;
            }

            .pmContent table tr td:nth-child(2) {
                width: 1%;
            }

        .pmContent table tr:nth-child(even) {
            background: #f4f4f4;
        }

        .pmContent table tr:nth-child(odd) {
            background: #fff;
        }
/*
    COMPOSE MESSAGE MODAL
*/
#composeMsg .modal-dialog,
#inboxSent .modal-dialog {
    max-width: 750px;
    margin-top: 10%;
    cursor: move;
}

#composeMsg .modal-content.modalPmBgGreen,
#inboxSent .modal-content.modalPmBgGreen {
    background: #028843;
    padding: 0px;
    border-radius: 0;
    box-sizing: border-box;
    border: none;
    position: relative;
    color: #fff;
}

    #composeMsg .modal-content.modalPmBgGreen .modal-header,
    #inboxSent .modal-content.modalPmBgGreen .modal-header {
        border: none;
    }

    #composeMsg .modal-content.modalPmBgGreen .modal-body,
    #inboxSent .modal-content.modalPmBgGreen .modal-body {
        padding: 10px;
    }

    #composeMsg .modal-content.modalPmBgGreen .modal-footer {
        border: none;
        padding: 0 10px 10px;
        text-align: left;
    }

    #composeMsg .modal-content.modalPmBgGreen button.close,
    #inboxSent .modal-content.modalPmBgGreen button.close {
        background: #02552b;
        opacity: 1;
        color: #fff;
        padding: 0 5px;
    }

    #composeMsg .modal-content.modalPmBgGreen table,
    #inboxSent .modal-content.modalPmBgGreen table {
        width: 100%;
    }

        #composeMsg .modal-content.modalPmBgGreen table tr td input {
            width: 100%;
            border: none;
            padding: 10px;
            color: #333;
        }

        #composeMsg .modal-content.modalPmBgGreen table tr td textarea {
            width: 100%;
            border: none;
            padding: 10px;
            min-height: 150px;
            margin-top: 10px;
            resize: none;
            color: #333;
        }

/*
    INBOX / SENT / FAVORITES
*/
.btnReply {
    background: #e6bd1f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    border: none;
}

.btnDelete {
    background: #808080;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    border: none;
    margin-left: 10px;
}

.fromAndDate span:last-child {
    margin-left: 15px;
}

.fromAndDate span,
.subjPM span {
    font-weight: bold;
}

.subjPM {
    margin: 10px 0;
}

.contetnPM {
    color: #333;
    font-size: 13px;
    margin-bottom: 30px;
}

.contentOfISF {
    background: #fff;
    color: #333;
    padding: 15px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 20px;
}

.dark-mobile {
    background: url(../images/mobile/bg.jpg) top center repeat-x;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.mobileChildCopy {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 23%;
    right: 0;
    width: 50%;
}

    .mobileChildCopy.Msports {
        position: absolute;
        z-index: 1;
        color: #fff;
        left: -5%;
        width: 50%;
        padding-top: 7%;
    }

    .mobileChildCopy.MLive {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: 5%;
        right: 0;
        width: 50%;
    }

.mobile-banner-section {
    position: relative;
}

img.fb88app-img {
    margin-left: -100px;
    margin-top: -30px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img.fb88appsports-img {
    float: right;
    margin-right: -148px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img.fb88applivecasino-img {
    margin-left: -100px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img.fb88appcasino-img {
    float: right;
    margin-right: -250px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img.fb88app-img:hover, img.fb88applivecasino-img:hover {
    transform: translateX(-30px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img.fb88appcasino-img:hover, img.fb88appsports-img:hover {
    transform: translateX(30px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.hideme {
    opacity: 0;
}

.dark-particle {
    background: url(../images/mobile/bg-moving.png) top center repeat-x;
    background-size: cover;
    position: absolute;
    width: 1000px;
    height: 1000px;
    animation: particles 150s linear infinite;
    opacity: 0.3;
    left: 10%;
    top: 0;
}

.dark-particle-2 {
    background: url(../images/mobile/bg-moving.png) top center repeat-x;
    background-size: cover;
    position: absolute;
    width: 1000px;
    height: 1000px;
    animation: particles 150s linear infinite;
    opacity: 0.3;
    right: 0;
    top: 20%;
}

.dark-particle-3 {
    background: url(../images/mobile/bg-moving.png) top center repeat-x;
    background-size: cover;
    position: absolute;
    width: 1000px;
    height: 1000px;
    animation: particles 150s linear infinite;
    opacity: 0.3;
    left: 0;
    top: 40%;
}

.dark-particle-4 {
    background: url(../images/mobile/bg-moving.png) top center repeat-x;
    background-size: cover;
    position: absolute;
    width: 1000px;
    height: 1000px;
    animation: particles 150s linear infinite;
    opacity: 0.3;
    right: 0;
    top: 70%;
}

.zoomIn-2 {
    animation-fill-mode: forwards;
    animation: zoomIn 0.5s linear 1;
}

@keyframes zoomIn-2 {
    from {
        opacity: 0;
        transform: scale3d(0.7, 0.7, 0.7);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}



@keyframes particles {
    0% {
        transform: rotate(0);
    }



    100% {
        transform: rotate(720deg);
    }
}

@media (max-width: 900px) {
    img .fb88appcasino-img {
        margin-right: -120px;
    }
}

@keyframes go-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-30px)
    }

    100% {
        transform: translateX(0px)
    }
}


@keyframes go-right {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0)
    }
}






.blackBody .maintain {
    background: #028843 url(/Content/images/GradientBg.jpg) repeat-x;
}

.blackBody .maintain-container {
    background: url(../images/MaintenancePageBG.jpg) top center no-repeat;
    height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blackBody .maintai-text {
    text-align: right;
    width: 550px;
    height: 200px;
    float: right;
    margin-right: 20%;
    margin-top: 5%;
}

html:lang(vi-vn) .blackBody .maintai-text {
    text-align: right;
    width: 680px;
    float: right;
    margin-right: 20%;
    margin-top: 5%;
}

.blackBody .maintai-text h2 {
    color: #fee71b;
    line-height: 1px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

html:lang(vi-vn) .blackBody .maintai-text h2 {
    color: #fee71b;
    line-height: 1px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
}

.blackBody .maintai-text div {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

html:lang(vi-vn) .blackBody .maintai-text div {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

    html:lang(vi-vn) .blackBody .maintai-text div.avilableCountdown,
    .blackBody .maintai-text div.avilableCountdown {
        font-size: 15px;
    }

        .blackBody .maintai-text div.avilableCountdown span {
            color: #fee71b;
            font-weight: bold;
        }
/*white*/
.whiteBody .maintain {
    background: #fff;
}

.whiteBody .maintain-container {
    background: url(../images/MaintenancePageBG-white.jpg) top center no-repeat;
    height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.whiteBody .maintai-text {
    text-align: right;
    width: 550px;
    height: 200px;
    float: right;
    margin-right: 20%;
    margin-top: 5%;
}

html:lang(vi-vn) .whiteBody .maintai-text {
    text-align: right;
    width: 680px;
    height: 200px;
    float: right;
    margin-right: 20%;
    margin-top: 5%;
}

.whiteBody .maintai-text h2 {
    color: #028843;
    line-height: 1px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

html:lang(vi-vn) .whiteBody .maintai-text h2 {
    color: #028843;
    line-height: 1px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
}

.whiteBody .maintai-text div {
    color: #2d2d2d;
    font-size: 25px;
    line-height: 30px;
}

html:lang(vi-vn) .whiteBody .maintai-text div {
    color: #2d2d2d;
    font-size: 20px;
    line-height: 30px;
}

    html:lang(vi-vn) .whiteBody .maintai-text div.avilableCountdown,
    .whiteBody .maintai-text div.avilableCountdown {
        font-size: 15px;
    }

        .whiteBody .maintai-text div.avilableCountdown span {
            color: #028843;
            font-weight: bold;
        }


/**********************************************/
/********* END MAINTENANCE PAGE ***************/
/**********************************************/




/**********************************************/
/************ ERROR 404 PAGE ******************/
/**********************************************/
.blackBody .Errorfour {
    /*background: #028843 url(/Content/images/GradientBg.jpg) repeat-x;*/
}

.blackBody .Errorfour-container {
    background: url(../images/Error404BG.png) top center no-repeat;
    height: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.blackBody .Errorfour-text {
    text-align: left;
    width: 550px;
    height: 200px;
    margin-left: 35%;
    padding-top: 3%;
}

    .blackBody .Errorfour-text h2 {
        color: #fee71b;
        line-height: 25px;
        font-size: 70px;
        font-weight: 900;
    }

html:lang(vi-vn) .blackBody .Errorfour-text h2 {
    color: #fee71b;
    line-height: 25px;
    font-size: 70px;
    font-weight: 900;
}

.blackBody .Errorfour-text div {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

html:lang(vi-vn) .blackBody .Errorfour-text div {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}
/*white*/
.whiteBody .Errorfour {
    background: #fff;
}

.whiteBody .Errorfour-container {
    background: url(../images/Error404BG-white.jpg) top center no-repeat;
    height: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.whiteBody .Errorfour-text {
    text-align: left;
    width: 550px;
    height: 200px;
    margin-left: 35%;
    padding-top: 3%;
}

    .whiteBody .Errorfour-text h2 {
        color: #028843;
        line-height: 25px;
        font-size: 70px;
        font-weight: 900;
    }

html:lang(vi-vn) .whiteBody .Errorfour-text h2 {
    color: #028843;
    line-height: 25px;
    font-size: 70px;
    font-weight: 900;
}

.whiteBody .Errorfour-text div {
    color: #2d2d2d;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

html:lang(vi-vn) .whiteBody .Errorfour-text div {
    color: #2d2d2d;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

/**********************************************/
/********** END ERROR 404 PAGE ****************/
/**********************************************/

/**********************************************/
/************ ERROR 505 PAGE ******************/
/**********************************************/
.blackBody .Errorfive {
    background: #028843 url(/Content/images/GradientBg.jpg) repeat-x;
}

.blackBody .Errorfive-container {
    background: url(../images/Error505.jpg) top center no-repeat;
    min-height: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blackBody .Errorfive-text {
    text-align: left;
    max-width: 550px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    text-align: center;
}

html:lang(vi-vn) .blackBody .Errorfive-text {
    text-align: left;
    max-width: 680px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    text-align: center;
}

.blackBody .Errorfive-text h2 {
    color: #fee71b;
    font-size: 45px;
    font-weight: 900;
}

html:lang(zh-cn) .blackBody .Errorfive-text h2 {
    color: #fee71b;
    line-height: 40px;
    font-size: 38px;
    font-weight: 900;
}

html:lang(en-us) .blackBody .Errorfive-text h2 {
    color: #fee71b;
    line-height: 30px;
    font-size: 28px;
    font-weight: 900;
}

html:lang(vi-vn) .blackBody .Errorfive-text h2 {
    color: #fee71b;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
}

.blackBody .Errorfive-text div {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
}

html:lang(vi-vn) .blackBody .Errorfive-text div {
    color: #fff;
    font-size: 19px;
    line-height: 15px;
    text-align: center;
}
/*white*/
.whiteBody .Errorfive {
    background: #028843 url(/Content/images/GradientBg.jpg) repeat-x;
}

.whiteBody .Errorfive-container {
    background: url(../images/Error505-white.jpg) top center no-repeat;
    height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.whiteBody .Errorfive-text {
    text-align: left;
    width: 550px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    text-align: center;
}

html:lang(vi-vn) .whiteBody .Errorfive-text {
    text-align: left;
    width: 680px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    text-align: center;
}

.whiteBody .Errorfive-text h2 {
    color: #028843;
    /*line-height: 5px;
    font-size: 45px;
    font-weight: 900;*/
    line-height: 30px;
    font-size: 28px;
    font-weight: 900;
}

html:lang(vi-vn) .whiteBody .Errorfive-text h2 {
    color: #028843;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
}

.whiteBody .Errorfive-text div {
    color: #2d2d2d;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
}

html:lang(vi-vn) .whiteBody .Errorfive-text div {
    color: #2d2d2d;
    font-size: 19px;
    line-height: 15px;
    text-align: center;
}
/**********************************************/
/********** END ERROR 505 PAGE ****************/
/**********************************************/

/*********************************************
    WELCOME PAGE
**********************************************/
.Wlcmpayments {
    background: url(../../Content/images/NavIcons.png) no-repeat;
    display: inline-block;
    margin-right: 40px;
}

.blackBody .pay-imgs span {
    color: #fff;
    padding: 10px;
}

.whiteBody .pay-imgs span {
    color: #2d2d2d;
    padding: 10px;
}

.pay-imgs a:hover {
    cursor: pointer;
}
/*black*/
.blackBody .pay-skrill {
    width: 53px;
    height: 13px;
    background-position: -909px -653px;
}

html:lang(vi-vn) .blackBody .pay-skrill {
    width: 27px;
    height: 30px;
    background-position: -921px -587px;
}

.blackBody .pay-netteller {
    width: 67px;
    height: 12px;
    background-position: -978px -653px;
}

html:lang(vi-vn) .blackBody .pay-netteller {
    width: 91px;
    height: 26px;
    background-position: -954px -589px;
}

.blackBody .pay-visa {
    width: 37px;
    height: 13px;
    background-position: -1054px -653px;
}

html:lang(vi-vn) .blackBody .pay-visa {
    width: 103px;
    height: 29px;
    background-position: -1054px -586px;
}

.blackBody .pay-mastercard {
    width: 36px;
    height: 22px;
    background-position: -1106px -648px;
}

html:lang(vi-vn) .blackBody .pay-mastercard {
    width: 92px;
    height: 33px;
    background-position: -1173px -584px;
}

.blackBody .pay-entropay {
    width: 29px;
    height: 23px;
    background-position: -1157px -646px;
}

html:lang(vi-vn) .blackBody .pay-entropay {
    width: 133px;
    height: 32px;
    background-position: -1284px -587px;
}

html:lang(vi-vn) .Wlcmpayments {
    background: url(/Content/images/NavIcons.png) no-repeat;
    display: inline-block;
    margin: 10px;
}

/*white*/
.whiteBody .pay-skrill {
    width: 53px;
    height: 13px;
    background-position: -909px -621px;
}

html:lang(vi-vn) .whiteBody .pay-skrill {
    width: 27px;
    height: 30px;
    background-position: -921px -557px;
}

.whiteBody .pay-netteller {
    width: 67px;
    height: 12px;
    background-position: -978px -561px;
}


html:lang(vi-vn) .whiteBody .pay-netteller {
    width: 91px;
    height: 26px;
    background-position: -954px -558px;
}

.whiteBody .pay-visa {
    width: 37px;
    height: 13px;
    background-position: -1054px -621px;
}

html:lang(vi-vn) .whiteBody .pay-visa {
    width: 103px;
    height: 29px;
    background-position: -1054px -554px;
}

.whiteBody .pay-mastercard {
    width: 36px;
    height: 22px;
    background-position: -1106px -616px;
}

html:lang(vi-vn) .whiteBody .pay-mastercard {
    width: 92px;
    height: 33px;
    background-position: -1173px -556px;
}


.whiteBody .pay-entropay {
    width: 29px;
    height: 23px;
    background-position: -1157px -617px;
}

html:lang(vi-vn) .whiteBody .pay-entropay {
    width: 133px;
    height: 32px;
    background-position: -1284px -557px;
}

.welcomeContainer {
    text-align: center;
    padding: 50px;
    color: #fff;
}


.blackBody .welcomeTitle {
    color: #fee71b;
    font-size: 30px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
}

.blackBody .welcomeContainer h2 {
    color: #fff;
    font-weight: 400;
    line-height: 65px;
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.whiteBody .welcomeTitle {
    color: #04722b;
    font-size: 30px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
}

.whiteBody .welcomeContainer h2 {
    color: #2d2d2d;
    font-weight: 400;
    line-height: 65px;
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.blackBody .wlcm-contain {
    background: #02552b;
    width: 600px;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.whiteBody .wlcm-contain {
    background: #02552b;
    width: 600px;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.blackBody .wlcm-prog {
    width: 350px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}

.whiteBody .wlcm-prog {
    width: 350px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    color: #2d2d2d;
}

.img-contain {
    float: left;
    padding: 10px;
    width: 50%;
}

.promo-right {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 10px;
}

    .promo-right .golden {
        font-size: 15px;
    }

        .promo-right .golden .yellowText:hover {
            color: #FFFF1B;
        }


    .promo-right .coms {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .promo-right .coms2 {
        color: #fee71b;
        font-size: 40px;
        line-height: 0px;
        font-weight: 900;
        text-transform: uppercase;
    }

.blackBody .note-content {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: center;
}

.whiteBody .note-content {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
    color: #2d2d2d;
    margin-bottom: 100px;
    text-align: center;
}


/*NEW WELCOME VN ONLY*/
html:lang(vi-VN) .welcomeContainer {
    background: url(../images/countdown_happyHour.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0 50px 0;
}

.cdTitle {
    font-size: 23px !important;
    line-height: 20px !important;
    padding: 0;
    margin: 0;
    color: #fff !important;
}

.cdTitle2 {
    font-size: 44px;
    color: #fee71b;
    padding: 0;
    margin: 0;
}

.timerBody {
    padding: 50px;
    background: #013512;
    max-width: 818px;
    height: 813px;
    margin: 0 auto;
    background: url(../images/countdown_happyHourCenter.png) no-repeat;
}

    .timerBody h2 {
        font-size: 28px !important;
        font-weight: bold !important;
        font-style: italic;
        line-height: normal !important;
        margin-top: 20px !important;
        color: #fff !important;
    }

    .timerBody h3 {
        font-size: 20px !important;
    }

        .timerBody h3 span {
            color: #fee71b;
        }

.titleTimerBox {
    padding: 0px 0;
    font-size: 23px;
    font-weight: normal;
    margin-top: 15px;
}

.mm, .ss {
    float: left;
    width: 50%;
    text-align: center;
}

.timerTop, .timerMiddle, .timerBottom {
}

.timeBox {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../images/countdowntimerBg.png) no-repeat center;
    max-width: 507px;
    margin: 0 auto;
    height: 255px;
    overflow: hidden;
}

    .timeBox #time {
        letter-spacing: 5px;
    }

.timerBody p {
    color: #fee71b;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    max-width: 480px;
    margin: 0 auto;
}

.btnNewCountdown {
}

    .btnNewCountdown a {
        background: #fee71b;
        color: #504802;
        display: inline-block;
        width: 184px;
        height: 48px;
        line-height: 48px;
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
    }

        .btnNewCountdown a:nth-child(2) {
            margin: 20px 20px 0 20px;
        }

        .btnNewCountdown a:hover, .btnNewCountdown a:focus {
            color: #504802;
            background: #e8d73c;
        }

.check-buttons {
    padding: 20px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

    .check-buttons p {
        border-bottom: 3px dashed #fee71b;
        width: 22%;
        position: absolute;
        top: 40%;
        left: 39%;
        z-index: 1
    }

    .check-buttons span {
        border-radius: 100%;
        background-color: #fee71b;
        height: 100px;
        width: 100px;
        display: inline-block;
        margin: 0 10%;
        z-index: 9;
        position: relative;
    }

    .check-buttons .s1 {
        background: #fee71b url(/Content/images/mobile-check.png) no-repeat 50% 21%;
    }

    .check-buttons .s2 {
        background: #fee71b url(/Content/images/mail-check.png) no-repeat 50% 37%;
    }

    .check-buttons span > strong {
        display: block;
        position: absolute;
        bottom: 0;
        left: -15%;
        background: #028843;
        width: 130px;
        border: 1px solid #16653c;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

@media (max-width:860px) {
    .timerBody {
        background: none;
    }

    .timerTop {
        background: #003714;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 10px;
    }

    .timerBody h3 {
        margin: 0;
    }

    .timerMiddle {
        background: #007526;
        padding: 20px 0;
    }

    .timerBottom {
        background: #003714;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 10px;
    }
}

@media (max-width:768px) {

    .Errorfive-text,
    .whiteBody .Errorfive-text {
        width: unset;
    }
    #euro-popup,
    .modal-backdrop.in {
        display: none !important;
    }

    .timerBody h2 {
        font-size: 6.5vw !important;
    }

    .cdTitle2 {
        font-size: 7vw;
    }

    .timerBody {
        padding: 15px;
    }

        .timerBody h2 {
            line-height: normal !important;
        }

        .timerBody h3 {
            font-size: 16px !important;
        }
}

@media (max-width:600px) {
    .blackBody .note-content {
        width: 100%;
        padding: 10px;
    }

    .whiteBody .note-content {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 550px) {
    /*
        THIS IS FOR WELCOME PAGE 
    */
    .check-buttons {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    /*
        THIS IS FOR WELCOME PAGE 
    */
    .btnNewCountdown {
        padding: 10px;
        text-align: center;
    }

    .check-buttons {
        padding: 20px 0 10px 0;
    }

        .check-buttons span {
            margin: 0 6% 10px 6%;
        }
}

@media (max-width:420px) {
    .cdTitle {
        font-size: 16px !important;
        padding: 10px;
        position: relative;
    }

    .timeBox {
        font-size: 28vw;
    }

    .timerBody h3 {
        padding: 0 10px;
    }

    .timeBox #time {
        line-height: 50vw;
        display: block;
    }

    .timerBody h3 br {
        display: none;
    }
}


/*********************************************
    END WELCOME PAGE
**********************************************/
/*THIS IS HOVER READ MORE*/
.promo-desc br {
    display: none;
}

.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    font-family: 'Roboto', sans-serif;
}

    .view .mask, .view .content {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .view p {
        font-family: Georgia, serif;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .view a.info {
        display: inline-block;
        text-decoration: none;
        /*padding: 7px 14px;*/
        background: none;
        text-transform: uppercase;
        -moz-box-shadow: 0 0 1px #000;
        font-style: normal;
        font-family: 'Roboto', sans-serif;
        background: rgba(0, 0, 0, 0.5);
    }

        .view a.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
            font-style: normal;
            font-family: 'Roboto', sans-serif;
        }

.view-sixth img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}

.view-sixth .mask {
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
    height: 100%;
    width: 100%;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth a.btnresized {
    width: 155px !important;
    height: 43px;
    margin-top: 90px;
}

.rightBanner .mask a.info {
    margin-top: 75px;
}

.promo-grid .mask a.info {
    margin-top: 80px;
}


.view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-sixth:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;*/
    margin-top: 20px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.view-sixth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;*/
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.whiteBody .view-sixth:hover a.info {
    color: #00a539;
}

    .whiteBody .view-sixth:hover a.info:hover, .whiteBody .view-sixth:hover a.info:focus {
        background: #00a539;
        color: #fff;
    }

.Scratch-Card-1 {
    display: none;
}

.Scratch-Card-2 {
    display: none;
}

.Scratch-Card-3 {
    display: block;
}

.sCard-holder .Scratch-Card-1-show,
.sCard-holder .Scratch-Card-2-show,
.sCard-holder .Scratch-Card-3-show {
    width: 100%;
    height: 30px;
    display: block;
    background: green;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: bold;
}

.Scratch-Card-1-show.active,
.Scratch-Card-2-show.active,
.Scratch-Card-3-show.active {
    width: 100%;
    height: 30px;
    display: block;
    background: #fee71b;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}



.cn-footer {
    height: 40px;
    display: inline-block;
}

html:lang(zh-CN) #footer {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

html:lang(zh-CN) #copyrights {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

/*
    Announcement page
*/

#mnt-wrap {
    background: url('../images/mnt-bg.jpg') top center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.mnt-panel {
    padding: 0 55px;
    margin: auto;
    text-align:center;
    color: #fff;
}
.mnt-panel > img {
    display: block;
    margin: 0 auto 100px;
    max-width: 100%;
}
.mnt-panel h2 {
    color: #fde611;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.mnt-panel p {
    font-size: 20px;
    margin-bottom: 20px;
}
.mnt-panel span {
    display: block;
    font-size: 20px;
    margin-top: 7px;
}

/* date picker fix */
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url('../images/datepicker-arrow.png') !important;
}

/************************************************/
@media screen and (max-width:991px) {
    .left__profile {
        display:block;
        float:none;
    }
    .right__profile {
        display: block;
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
}



@media screen and (max-width:580px) {
   
    .acct-balance ul li {
        width:100%;
        float:none;
        padding:5px 0;
    }

}


/*Swipe Icon*/
.need-swipe {
    display: none;
}

@media (max-width: 768px) {

    .need-swipe {
        display: block;
        position: absolute;
        right: 7px;
        top: 7px;
    }

        .need-swipe .arrow-container {
            position: relative;
            animation: sideWay 1s infinite;
            -webkit-animation: sideWay infinite 3;
        }

        .need-swipe span {
            color: #fff;
            display: block;
            font-size: 25px;
            opacity: 0.5;
        }



    @-webkit-keyframes sideWay {
        0% {
            -webkit-transform: translateX(-10px);
        }

        100% {
            -webkit-transform: translateX(0);
        }
    }

    @keyframes sideWay {
        0% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/************************************************/
/*************** RESPONSIVE *********************/
/************************************************/
@media (max-width:1200px) {
    .payment_btn {
        width: 100%;
        padding: 10px;
        background: #028843;
        color: #fff;
        text-transform: uppercase;
        border: none;
    }

    .arrow-down {
        content: "▼";
        font-size: 15px;
        color: #fff;
        float: right;
        transition: ease-in all 0.3s;
        width: 50px;
        text-align: center;
        position: absolute;
        right: 34px;
    }

    .spinEffect {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transition: ease-in all 0.3s;
    }

    .mgnt-deposit-nav ul li {
        display: block;
        width: 100%;
    }

    .mgnt-deposit-content .depoFrame-nav ul li {
        display: block;
        width: 100%;
    }

    .mgnt-deposit-wrap > button, .mgnt-deposit-content > button {
        display: block !important;
    }

    
    /*.payment-deposit > .depoFrame-nav {
        display: none;
    }*/
    .mgnt-deposit-nav.payment-deposit {
        display: none;
    }

    .payment-deposit .depoFrame-wrap {
        margin-top: 0;
    }
}

