﻿@charset "utf-8";

body {
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: #000000;
}

.bttSet {
    background: url(images/btt_bg.jpg) top repeat-x;
    height: 29px;
    padding: 3px 15px 0 15px;
    color: #321e00;
    text-shadow: 0px 1px 1px #e0cea8;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    border: 0;
    font-size: 15px;
    font-weight: 900;
}

    .bttSet:hover {
        opacity: 0.8;
    }

.bttSet2 {
    background: url(images/btt_blank.jpg) no-repeat;
    width: 245px;
    height: 39px;
    text-align: center;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    text-shadow: 0px 1px 1px #000;
    color: #e0cea8;
    border: 0;
    font-size: 15px;
    font-weight: 900;
}

    .bttSet2:hover {
        opacity: 0.8;
    }

.bank_bg2 {
    text-align: center;
}

.bankingTable {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 10px;
}

    .bankingTable td {
        border: 1px solid #40280b;
        padding: 0 5px;
        color: #fcf1d9;
        line-height: 30px;
    }

.cover {
    background-color: black;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 5000;
    margin-top: -140px;
}

.marginAuto {
    margin: 0 auto;
}

.mobileBox {
    xborder: 1px solid #fcbe00;
    width: 150px;
    height: 55px;
    xmargin-left: 6px;
    padding-top: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .mobileBox h4 {
        font-size: 15px;
        margin: 0px;
        padding: 0px;
    }

    .mobileBox p {
        font-size: 12px;
    }

    .mobileBox i {
        color: #edca1a;
    }

    .mobileBox:hover {
        opacity: 0.8;
    }

.mobileBoxButton1 {
    width: 139px;
    height: 56px;
    background: url(images/pt.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.mobileBoxButton2 {
    width: 139px;
    height: 56px;
    background: url(images/1s.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

.mobileBoxButton3 {
    width: 139px;
    height: 56px;
    background: url(images/ag.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

.mobileBoxButton4 {
    width: 139px;
    height: 56px;
    background: url(images/gp.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

.mobileBoxButton5 {
    width: 139px;
    height: 56px;
    background: url(images/allbet.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

.mobileBoxButton5 {
    width: 139px;
    height: 56px;
    background: url(images/allbet.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

.mobileBoxButton6 {
    width: 139px;
    height: 56px;
    background: url(images/mobile_scr.png) no-repeat;
    padding-left: 53px;
    padding-top: 10px;
}

#advanced {
    position: fixed;
    z-index: 999;
    right: -172px;
    top: 50px;
    background: #181818;
    padding: 20px 16px 20px 18px;
    width: 135px;
    font-size: 11px;
    border-right: 3px solid #3a3a3a;
    font-family: Tahoma,Geneva,sans-serif;
    color: #dfdfdf;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

    #advanced span.trigger {
        display: block;
        position: absolute;
        left: -81px;
        top: 50%;
        margin-top: -160px;
        width: 81px;
        height: 50px;
        background: #fff;
        cursor: pointer;
        text-align: center;
        background: url(images/adv-trigger.png) no-repeat 0 0;
    }

        #advanced span.trigger strong {
            display: block;
            padding: 4px 0 0 0;
        }

    #advanced ul {
        background: none;
        list-style: none;
    }

        #advanced ul li {
            background: url(images/panel-arrow.gif) no-repeat 0 6px;
            padding: 0 0 0 13px;
            font-size: 12px;
        }

            #advanced ul li.trigger_adv {
                padding: 0 0 0 0;
            }

                #advanced ul li.trigger_adv > span {
                    background: url(images/panel-arrow2.gif) no-repeat 100% 8px #636363;
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    padding: 0 20px 0 12px;
                    color: #dfdfdf;
                    font-weight: bold;
                    display: inline-block;
                }

            #advanced ul li a {
                color: #4393d0;
                text-decoration: none;
            }

                #advanced ul li a:hover {
                    text-decoration: underline;
                }

        #advanced ul ul {
            margin-left: 13px;
        }

            #advanced ul ul li {
                font-size: 11px;
                background: url(images/panel-arrow1.gif) no-repeat 0 7px;
            }

            #advanced ul ul a {
                text-transform: capitalize;
                color: #dfdfdf;
            }

            #advanced ul ul ul {
                margin-left: 8px;
            }

                #advanced ul ul ul li {
                    background: none;
                }

                    #advanced ul ul ul li a {
                        color: #939393;
                    }

.background_home {
	background: #000000 url(../MY2/img/bgDesign/background5.jpg) top center no-repeat;
	overflow-x: hidden !important;
}

.background_sport {
	background: #000000 url(images/sports.jpg) top center no-repeat;
	overflow-x: hidden !important;
}

.background_livecasino, .background_registration {
	background: #000000 url(../MY2/img/bgDesign/background5.jpg) top center no-repeat;
	overflow-x: hidden !important;
}

.background_egames, .background_lottery, .background_more, .background_mobile, .background_promotion, .background_keno {
    background: #000000 url(../MY2/img/bgDesign/background2.jpg) top center no-repeat;
    overflow-x: hidden !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.topWrapper {
    width: 100%;
    height: 145px;
}

.top {
    width: 1031px;
    height: 31px;
    margin: 0 auto;
    position: relative;
}

.CenterWrapper1 {
    width: 100%;
}

.CenterWrapper2 {
    width: 100%;
}

.wrapper {
    width: 1056px;
    margin: 3px auto;
}

.header {
    height: 100px;
    width: 1031px;
}

.logo {
    width: 283px;
    float: left;
    height: 100px;
}

    .logo img:hover {
        xopacity: 0.8;
        -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
        transition: opacity 0.15s,transform 0.15s;
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }

.headerRight {
    width: 746px;
    float: right;
    height: 100px;
}

.annoucement {
    width: 570px;
    height: 26px;
    padding: 5px 3px 0 3px;
    background: url(images/bg_png.png) repeat;
    border: 1px solid #d8c6a0;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    float: right;
}

.annouce_icon {
    float: left;
    width: 23px;
    color: #fcf1d9;
    padding-left: 2px;
}

.annouce_text {
    float: left;
    width: 539px;
}

.languageDIV {
    border: 1px solid #876d56;
    background: url(images/bg_png2.png) repeat;
    float: left;
    height: 23px;
    margin-left: 5px;
    padding: 1px 8px 0 12px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .languageDIV img {
        padding-right: 5px;
    }

        .languageDIV img:hover {
            opacity: 0.8;
        }

.languageDIVAF {
    width: 62px;
    float: right;
    border: 1px solid #876d56;
    background: url(images/bg_png2.png) repeat;
    height: 23px;
    margin: 2px 3px 2px 0;
    padding: 3px 8px 0 12px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.icon_register_area {
    height: 40px;
    width: 805px;
    padding-top: 6px;
    padding-left: 0px;
    text-align: right;
    margin-left: 56px;
}

    .icon_register_area img:hover {
        opacity: 0.8;
        -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
        transition: opacity 0.15s,transform 0.15s;
    }

.register_button {
    width: 158px;
    height: 32px;
    background: url(images/register.png) no-repeat;
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    margin-left: 13px;
    text-shadow: 0 1px 0 #f0dab6;
    color: #000;
}

    .register_button:hover {
        width: 158px;
        height: 40px;
        background: url(images/registerOver.png) no-repeat;
    }

.menuComing {
    position: absolute;
    z-index: 100;
    left: 622px;
    top: 2px;
}

.menuComing2 {
    position: absolute;
    z-index: 100;
    left: 745px;
    top: -6px;
}

.menuComing3 {
    position: absolute;
    z-index: 100;
    left: 598px;
    top: -6px;
}

.menuComing4 {
    position: absolute;
    z-index: 100;
    left: 478px;
    top: -6px;
}

.loginBox {
    width: 550px;
    height: 275px;
    overflow: hidden;
    border: 1px solid #261b0a;
    margin: 40px auto;
    moz-box-shadow: inset 0 0 35px 5px #150e05;
    -webkit-box-shadow: inset 0 0 35px 5px #150e05;
    box-shadow: inset 0 0 35px 5px #150e05;
}

.menu {
    height: 40px;
    width: 1200px;
    position: relative;
}

.menuUL {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 0px;
}

    .menuUL li {
        display: inline;
        width: 117px;
        padding-right: 1px;
    }
        .menuUL li > a {
            min-height: 44px;
            display: block;
        }
        .menuUL li a img {
            border: none;
            padding-right: -2px;
            margin: 0px;
        }

            .menuUL li a img:hover {
                opacity: 0.8;
                -webkit-transition: opacity 0.25s,-webkit-transform 0.25s;
                transition: opacity 0.25s,transform 0.25s;
                -webkit-transform: scale(0.99);
                transform: scale(0.99);
            }

.center {
    margin-left: 15px;
}

.centerMobile {
    background: url(images/tra_bg.png) repeat;
    margin: 10px 0;
}

.centerTransaction {
    background: url(images/tra_bg.png) repeat;
    border: 1px solid #c2b090;
    padding: 10px 0;
}

.mobile_col {
    width: 240px;
    height: 364px;
    background: url(images/mobile_col.png) no-repeat;
    color: #FFFFFF;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
}

.mobile_QR {
    width: 490px;
    height: 296px;
    position: relative;
}

    .mobile_QR img {
        position: absolute;
        z-index: 1;
    }

.mobile_text {
    width: 470px;
    height: 35px;
    padding: 15px 10px 0 10px;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 10;
    font-size: 15px;
    background: url(images/transblk.png) bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.downloadPlace {
    height: 5px;
}

.downloadlink {
    color: #FFFFFF;
    font-size: 13px;
}

    .downloadlink:hover {
        color: #fcdb8a;
    }

.mobilePassword {
    margin: 20px auto 0 auto;
    font-size: 13px;
    color: #FFFFFF;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
}

.lobbyTable {
    margin: 0px 0;
}

    .lobbyTable td {
        padding-bottom: 15px;
    }

    .lobbyTable img:hover {
        opacity: 0.9;
    }

.lobbyTable2 {
    margin: 0px 0;
    width: 1028px;
    height: 505px;
    xbackground: url(images/lobby/sportlobby_bg.jpg) no-repeat;
}

    .lobbyTable2 td {
        padding-bottom: 26px;
    }

    .lobbyTable2 img:hover {
        opacity: 0.9;
    }

.box a img:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.25s,-webkit-transform 0.25s;
    transition: opacity 0.25s,transform 0.25s;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.sportBG {
    background: url(images/sportBG.png) center top no-repeat;
}

.forsport {
    padding: 10px 0;
    text-align: center;
}

.gamebox {
    background: url(images/bg_png2.png) repeat;
    float: left;
    width: 1000px;
    margin: 10px 0 10px 5px;
    padding-left: 20px;
}

.gamesbanner {
    width: 1031px;
    height: 359px;
}

.games1Title {
    text-align: center;
    font-size: 13px;
    color: #fcf1d9;
    padding: 5px 0;
    font-weight: 500;
}

.games2Title {
    text-align: center;
    font-size: 13px;
    color: #fcf1d9;
    padding: 5px 0;
    font-weight: 500;
    width: 180px;
}

.gamesMENU {
    width: 1031px;
    height: 27px;
    margin-top: 0px;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
}

    .gamesMENU span a {
        font-size: 14px;
        color: #fcf1d9;
        margin: 0 15px;
        padding: 7px 15px;
        font-weight: 400;
        width: 100px;
    }

        .gamesMENU span a:hover {
            xbackground: url(images/gamesMENUover.jpg) repeat-x;
            color: #c6a270;
        }

.games1SPlay {
    width: 146px;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .games1SPlay span a {
        color: #fcf1d9;
        font-weight: 300;
        font-size: 12px;
    }

        .games1SPlay span a:hover {
            text-decoration: underline;
        }

.games1SUL {
    list-style: none;
    display: inline;
}

    .games1SUL li {
        width: 180px;
        float: left;
        padding: 20px 20px 20px 0;
        text-align: center;
    }

    .games1SUL .nomargin2 {
        padding: 20px 0px 45px 0;
    }

    .games1SUL img:hover {
        opacity: 0.9;
        -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
        transition: opacity 0.15s,transform 0.15s;
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

.gameTD {
    position: relative;
}

    .gameTD img:hover {
        opacity: 0.8;
    }

.gamesMGUL {
    list-style: none;
    display: inline;
    background-color: #FF0000;
}

    .gamesMGUL li {
        width: 146px;
        float: left;
        padding: 20px 15px 0px 0;
    }

    .gamesMGUL .nomargin2 {
        padding: 20px 0px 0px 0;
    }

.gamesMGPlay {
    width: 146px;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .gamesMGPlay span a {
        color: #fcf1d9;
        font-weight: 300;
        font-size: 12px;
    }

        .gamesMGPlay span a:hover {
            text-decoration: underline;
        }

.gamesMGUL img:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
    transition: opacity 0.15s,transform 0.15s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.gamesPTUL {
    list-style: none;
    display: inline;
}

    .gamesPTUL li {
        width: 133px;
        float: left;
        padding: 20px 31px 0px 0;
        text-align: center;
    }

    .gamesPTUL .nomargin2 {
        padding: 20px 0px 0px 0;
    }

.gamesPTPlay {
    width: 133px;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .gamesPTPlay span a {
        color: #fcf1d9;
        font-weight: 300;
        font-size: 12px;
    }

        .gamesPTPlay span a:hover {
            text-decoration: underline;
        }

.gamesPTUL img:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
    transition: opacity 0.15s,transform 0.15s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.gamesGPUL {
    list-style: none;
    display: inline;
}

    .gamesGPUL li {
        width: 146px;
        float: left;
        padding: 20px 16px 45px 0;
        text-align: center;
    }

.gamesGPPlay {
    width: 146px;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .gamesGPPlay span a {
        color: #fcf1d9;
        font-weight: 300;
        font-size: 12px;
    }

        .gamesGPPlay span a:hover {
            text-decoration: underline;
        }

.gamesGPUL img:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
    transition: opacity 0.15s,transform 0.15s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.gamesBSUL {
    list-style: none;
    display: inline;
}

    .gamesBSUL li {
        width: 170px;
        min-height: 115px;
        float: left;
        padding: 12px 29px 15px 0;
        text-align: center;
    }

.gamesBSPlay {
    width: 170px;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    background: url(images/bg_png2.png) repeat;
    border: 1px solid #dfcca1;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .gamesBSPlay span a {
        color: #fcf1d9;
        font-weight: 300;
        font-size: 12px;
    }

        .gamesBSPlay span a:hover {
            text-decoration: underline;
        }

.gamesBSUL img:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s,-webkit-transform 0.15s;
    transition: opacity 0.15s,transform 0.15s;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.filter {
    width: 909px;
    margin: 0 auto 15px auto;
    padding: 5px 3px;
}

    .filter a {
        padding: 6px 20px;
        font-size: 15px;
        color: #dbc7ac;
        border: 1px solid #dbcfa7;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        background: #321d00;
    }

        .filter a:hover, .filter .active {
            color: #544123;
            background: url(images/filter_bg.jpg) repeat-x;
        }

.promo {
    width: 918px;
    text-align: center;
    margin-top: 5px;
    border-bottom: solid 1px #40280b;
    margin-bottom: 15px;
    x-webkit-box-shadow: 0 3px 5px 0 #dec9a1;
    xbox-shadow: 0 3px 5px 0 #dec9a1;
    background-color: #0e0801;
}

    .promo h3 {
        margin: 0;
        font: bold 120%/100% Arial,Helvetica,sans-serif;
        border: solid 1px #40280b;
        background-color: #180e02;
        border-bottom: none;
        padding: 5px 0;
        cursor: pointer;
    }

        .promo h3:hover {
            xbackground-color: #e3e2e2;
        }

        .promo h3.active {
            background-position: right 5px;
        }

    .promo div {
        background: #180e02;
        margin: 0;
        padding-left: 5px;
        border-left: solid 1px #40280b;
        border-right: solid 1px #40280b;
        font-family: 'Raleway',Arial,Helvetica,sans-serif;
    }

        .promo div h2 {
            padding: 10px 0 2px 0;
            xborder-bottom: 1px solid #CCC;
            color: #fcf1d9;
            font-size: 18px;
            font-weight: 500;
        }

        .promo div ul, .promo div ol {
            margin-left: 26px;
            line-height: 23px;
            margin-top: 10px;
        }

.promoTable {
    border-collapse: collapse;
    margin: 10px 0;
    background: #d8d9d9;
}

    .promoTable td {
        line-height: 30px;
        border: 1px solid #c5c1c1;
        text-align: center;
    }

.promoFont {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
    color: #fcf1d9;
}

.promoTNC {
    font-size: 12px;
    color: #fcf1d9;
}

    .promoTNC li {
        line-height: 26px;
    }

.colorTD1 {
    background-color: #eeeeee;
}

.colorTD2 {
    background-color: #eaeaea;
}

.contactWrapper {
    width: 1024px;
    height: 447px;
    background: url(images/contactus.png) left no-repeat;
    position: relative;
    z-index: 0;
}

.contactBox {
    width: 330px;
    height: 340px;
    border: 1px solid #a9894a;
    background: url(images/tra_bg.png) repeat;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    color: #666666;
    font-size: 14px;
    position: absolute;
    padding: 10px;
    left: 620px;
    top: 25px;
}

.contact_textfield {
    width: 290tpx;
    padding: 8px 5px;
    background: url(images/bgAll.png) repeat;
    margin: 0 auto 8px auto;
    border: 1px solid #a68c5c;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #eee5d5;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
}

.jp_homePart {
    width: 1053px;
    height: 121px;
    background: url(images/jackpot_Stage.png) no-repeat;
    position: relative;
    margin-bottom: 10px;
    clear: both;
}

.jp_numer2 {
    position: absolute;
    font-size: 33px;
    text-align: center;
    color: #f3dbb9;
    right: 336px;
    top: 50px;
    min-width: 400px;
}

.jp_stage {
    width: 478px;
    height: 121px;
    margin-left: 270px;
}

.jp_part {
    width: 97%;
    height: 81px;
    background: url(images/jpbg.png) repeat-x;
    padding: 8px 1% 0 2%;
}

.jp_image {
    width: 91px;
    height: 75px;
    float: left;
}

.jp_winner {
    width: 424px;
    height: 75px;
    float: left;
    position: relative;
}

.jp_jackpot {
    width: 390px;
    height: 75px;
    float: left;
    position: relative;
}

.jp_number {
    position: absolute;
    font-size: 42px;
    text-align: right;
    color: #f3dbb9;
    right: 22px;
    top: 14px;
}

.bottomMenuWrapper {
    width: 100%;
    height: 40px;
    clear: both;
}

.bottomMenu {
    color: #fff;
    width: 1056px;
    height: 30px;
    margin: 0 auto;
    background: url(images/bottom_bg.jpg) repeat-x;
    padding-top: 10px;
}

    .bottomMenu a {
        color: #fcf1d9;
        font-size: 13px;
        padding: 0 5px;
        font-weight: 900;
        text-shadow: 0px 1px 1px #000;
    }

        .bottomMenu a:hover {
            text-decoration: underline;
        }

    .bottomMenu span {
        padding: 0 0;
    }

.bottom1Wrapper {
    width: 100%;
    xheight: 322px;
}

.bottom1 {
    width: 1040px;
    margin: 0 auto;
    color: #b59d88;
}

.bottom1_1 {
    width: 293px;
    height: 368px;
    position: relative;
    float: left;
    background: url(images/bottom1_1.jpg) no-repeat;
}

.bottom1_2 {
    width: 387px;
    height: 368px;
    position: relative;
    float: left;
    background: url(images/bottom1_2.jpg) no-repeat;
}

.bottom1_3 {
    width: 360px;
    height: 368px;
    position: relative;
    float: left;
    background: url(images/bottom1_3.jpg) no-repeat;
}

.bigFont {
    font-size: 21px;
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
}

.bigFont2 {
    font-size: 17px;
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
}

.smallFont {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
}

.smallFont2 {
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
    text-transform: uppercase;
}

.smallFont3 {
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
    text-transform: uppercase;
}

.bottom2Wrapper {
    width: 100%;
}

.bottom2 {
    width: 1036px;
    margin: 0 auto;
}

.bottom2SEO {
    width: 100%;
}

.bottom2 div {
    width: 24.6%;
    float: left;
    padding: 10px 0.2% 20px 0.2%;
    color: #d0c6b2;
}

.bottom3Wrapper {
    width: 100%;
    xheight: 322px;
    clear: both;
}

.bottom3 {
    width: 1056px;
    margin: 0 auto;
    border-top: 1px solid #332c25;
}

.bottom3_1 {
    width: 532px;
    float: left;
    border-right: 1px solid #332c25;
    margin-top: 17px;
    font-size: 11px;
}

.bottom3_2 {
    width: 268px;
    float: left;
    border-right: 1px solid #332c25;
    margin-top: 17px;
}

.bottom3_3 {
    width: 252px;
    float: left;
    margin-top: 17px;
}

.bTitle {
    border-bottom: 1px solid #332c25;
    padding: 0 0px 10px 10px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.bTitle2 {
    border-bottom: 1px solid #332c25;
    padding: 0 0px 10px 10px;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-left: 10px;
}

.bcontact {
    background-color: #1d1205;
    border: 1px solid #261b0a;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding: 7px 5px 7px 40px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    width: 170px;
    margin-left: 10px;
}

.icon25phone {
    background: #1d1205 url(images/icon25_phone.png) no-repeat 2% 50%;
}

.icon25email {
    background: #1d1205 url(images/icon25_email.png) no-repeat 3% 50%;
}

.icon25skype {
    background: #1d1205 url(images/icon25_skype.png) no-repeat 3% 50%;
}

.icon25wechat {
    background: #1d1205 url(images/icon25_wechat.png) no-repeat 3% 50%;
}

.bottomWrapper {
    width: 100%;
    background: #0b0802;
    height: 37px;
    clear: both;
    border-top: 1px solid #231a09;
}

.bottom {
    width: 1031px;
    height: 23px;
    margin: 0 auto;
    color: #666666;
    padding-top: 12px;
    text-align: center;
    color: #FFFFFF;
}

.forText {
    border: 1px solid #40280b;
    height: 22px;
    background-color: #180e02;
    color: #d9c6a0;
    padding: 0 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.forText2 {
    border: 1px solid #40280b;
    height: 28px;
    background-color: #180e02;
    color: #d9c6a0;
    padding: 0 5px;
}

.groupIcon {
    background-color: #180e02;
    border: 1px solid #40280b;
    border-right: none;
    color: #d9c6a0;
}

.T_title {
    height: 25px;
    color: #d9c6a0;
    width: 99.0%;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    margin: 2px auto 2px auto;
    padding-top: 8px;
    padding-left: 0.6%;
    font-size: 18px;
    text-shadow: 0 1px 0 #000;
}

.t_line {
    background: url(images/line_repeat.jpg) repeat-x;
    height: 10px;
    width: 100%;
}

.T_left {
    width: 300px;
    float: left;
    padding-bottom: 20px;
    min-height: 400px;
}

.stepc1 {
    width: 252px;
    height: 172px;
    background: url(images/register_step1.png) no-repeat;
}

.stepc2 {
    width: 252px;
    height: 172px;
    background: url(images/register_step2.png) no-repeat;
}

.T_right {
    width: 720px;
    float: left;
    padding-bottom: 20px;
}

.tableT, .tableT a {
    line-height: 35px;
    color: #fcf1d9;
}

.errorText {
    color: #FF0000;
    line-height: 15px;
}

.toolTips {
    line-height: 15px;
}

.btt1 {
    width: 109px;
    height: 28px;
    text-align: center;
    padding-top: 12px;
    background: url(images/btt1.jpg) no-repeat;
    font-size: 14px;
    font-weight: 700;
}

.btt2 {
    color: #FFFFFF;
    width: 90px;
    background: url(images/gamesMENUover.jpg) repeat-x;
}

.transactionTable {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 10px;
}

    .transactionTable td {
        border: 1px solid #40280b;
        padding: 0 5px;
        color: #FFF;
    }

.ttTr1 {
    background-color: #180e02;
}

.ttTr2 {
    background-color: #281806;
}

.leftPanel {
    float: left;
    width: 268px;
    margin: 13px 0;
    background-color: #090908;
    border: 1px solid #c1af8f;
    margin-left: 10px;
    padding-bottom: 10px;
}

.leftTitle {
    width: 268px;
    height: 25px;
    padding-top: 7px;
    background: url(images/title_bg.jpg) repeat-x;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 0 #f0dab6;
    color: #000;
}

.leftTable {
    background: url(images/bgAll.png) repeat;
    font-size: 13px;
    font-weight: bold;
}

    .leftTable td {
        padding: 5px;
        border-top: 1px solid #040404;
        border-bottom: 1px solid #1d1d1c;
    }

.leftTable2 {
    border-collapse: collapse;
    border-bottom: 1px solid #c1af8f;
    background: url(images/bgAll.png) repeat;
}

    .leftTable2 td {
        padding: 5px;
    }

.transfer-txt {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.butt-style {
    background-color: #616161;
    font-size: 15px;
    color: #FFF;
    width: 244px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.butt-style2 {
    background-color: #d8c39b;
    font-size: 15px;
    color: #000;
    width: 244px;
    height: 40px;
    text-shadow: 0 1px 0 #f0dab6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.butt-style3 {
    background-color: #d8c39b;
    font-size: 15px;
    color: #666666;
    font-weight: 700;
    text-shadow: 0 1px 0 #f0dab6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

    .butt-style3:hover {
        background-color: #f00000;
        color: #FFFFFF;
    }

.rightPanel {
    width: 724px;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}

.right_T1 {
    background: url(images/bgAll.png) repeat;
    border: 1px solid #cbb999;
    padding: 5px 30px;
    min-height: 530px;
}

.right_T2 {
    background-color: #0b0806;
    border: 1px solid #d4d4d4;
    padding: 5px 5px;
    min-height: 530px;
}

.livechatS {
    color: #FF0000;
    text-decoration: underline;
}

.msgDiv {
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.msgTable {
    border-collapse: collapse;
}

    .msgTable td {
        border-bottom: 1px solid #d2d2d2;
        height: 35px;
    }

    .msgTable tr {
        background-color: #eeeeee;
    }

        .msgTable tr:hover {
            background-color: #d7d7d7;
        }

    .msgTable .read {
        background-color: #FFFFFF;
    }

.msgContentWrapper {
    width: 790px;
    background: #ebebeb;
    height: 220px;
    margin-top: 10px;
}

.msgContentTitle {
    height: 15px;
    background-color: #d2d2d2;
    padding: 10px 5px;
    width: 776px;
    margin: 5px auto 0 auto;
}

.msgContent {
    padding: 10px;
}

.agent {
    padding: 10px 30px;
}

    .agent p {
        line-height: 22px;
        margin-bottom: 10px;
    }

.agent_title {
    font-weight: 700;
    font-size: 18px;
}

.agent_title2 {
    font-weight: 700;
    font-size: 15px;
}

.agentUL {
    padding-left: 20px;
}

    .agentUL li {
        line-height: 20px;
    }

    .agentUL a {
        color: #ab905a;
    }

#new_tabs {
    border-bottom: 1px solid #c2b090;
    width: 704px;
}

    #new_tabs ul {
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 13px;
        font-family: Arial,Verdana,sans-serif;
    }

        #new_tabs ul li {
            display: inline;
        }

            #new_tabs ul li a {
                border: 1px solid #c2b090;
                padding: 10px 25px 10px;
                text-decoration: none;
                background: url(images/bgAll.png) repeat;
                border-bottom: none;
                outline: none;
                color: #FFF;
                -webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
            }

                #new_tabs ul li a:hover {
                    color: #FFF;
                }

            #new_tabs ul li.active a {
                border-bottom: none;
                color: #FFF;
                padding-bottom: 11px;
                font-weight: bold;
            }

                #new_tabs ul li.active a:hover {
                    color: #666;
                }

#new_tabs_content {
    border: 1px solid #c2b090;
    border-top: none;
    padding: 10px;
    width: 682px;
    color: #fff;
    background: url(images/bgAll.png) repeat;
    height: 418px;
    overflow-y: scroll;
}

#v-nav {
    width: 99%;
    margin: 0px auto 10px auto;
    color: #666;
    font: 13px Arial,Helvetica,sans-serif;
}

    #v-nav > ul {
        float: left;
        width: 200px;
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        margin-right: 10px;
        xborder: 1px solid #c6b494;
        xborder-right-width: 0;
        xmargin: auto 0 !important;
    }

        #v-nav > ul > li {
            width: 150px;
            height: 28px;
            list-style-type: none;
            display: block;
            color: #d9c69f;
            font-size: 17px;
            position: relative;
            margin: 0px;
            padding: 10px 60px 10px 10px;
            !important;
            cursor: pointer;
            font-weight: bold;
            background: url(images/tab_normal.jpg) no-repeat;
            text-shadow: 0px 1px 1px #000;
            xborder-right-width: 0;
            xborder-bottom: 1px solid #c6b494;
        }

            #v-nav > ul > li.current {
                border-right: none;
                z-index: 10;
                color: #fcdb8a;
                position: relative;
                background: url(images/tab_hover.jpg) no-repeat;
                xmoz-box-shadow: inset 0 0 35px 5px #fafbfd;
                x-webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
                xbox-shadow: inset 0 0 35px 5px #fafbfd;
            }

            #v-nav > ul > li.first.current {
                xborder-bottom: 1px solid #c6b494;
            }

            #v-nav > ul > li.last {
                border-bottom: none;
            }

    #v-nav > div.tab-content {
        margin-left: 210px;
        border: 1px solid #40280b;
        min-height: 400px;
        position: relative;
        z-index: 0;
        padding: 12px;
        display: none;
        background: url(images/tra_bg.png) repeat;
        font-family: 'Raleway',Arial,Helvetica,sans-serif;
        xmoz-box-shadow: inset 0 0 35px 5px #fafbfd;
        x-webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
        xbox-shadow: inset 0 0 35px 5px #fafbfd;
    }

        #v-nav > div.tab-content > h4 {
            font-size: 18px;
            color: #fcdb8a;
            xtext-shadow: 0px 1px 1px #F2F1F0;
            border-bottom: 1px dotted #c6b494;
            padding-top: 0px;
            padding-bottom: 5px;
            margin: 0 0 10px;
            font-weight: bold;
        }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    /*top: 15%;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        transform: translateZ(0px) translateX(0%) rotateY(0deg);
        opacity: 1;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #e6e28a;
    opacity: 1;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background: rgba(0,0,0,0.6);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #fffc9a;
}

    .modal-header .close {
        margin-top: -2px;
        color: #FFF;
        opacity: 1.0;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #445067;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-open {
    overflow: hidden;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #261b0a;
    background: #000;
    opacity: 1;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #261b0a;
}

    .modal-header .close {
        margin-top: -2px;
        color: #d9c6a0;
        opacity: 1.0;
        font-size: 20px;
        right: 5px;
        position: absolute;
        background: #180e02;
        border: 0px;
    }

.modal-title {
    margin: 0;
    color: #d9c6a0;
    font-size: 17px;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #445067;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.forTable {
    background: rgba(33,27,20,0.5);
}

    .forTable td {
        border-collapse: collapse;
        border: 1px solid #dbc481;
        line-height: 30px;
        padding-left: 5px;
    }
