﻿@font-face {
    font-family: 'Accid';
    src: url('../fonts/accid-webfont/accid-webfont.eot?v=4.0.3');
    src: url('../fonts/accid-webfont/accid-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/accid-webfont/accid-webfont.woff?v=4.0.3') format('woff'), url('../fonts/accid-webfont/accid-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/accid-webfont/accid-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma,"Microsoft Yahei",Arial,Helvetica;
    background-color: #fff;
}

/*html {
    overflow: hidden;
}*/

body {
    overflow-x: hidden;
}

ul, ol, dl, form {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

input, button, select, textarea {
    outline: none;
}

.nav span, .nav li.underline a, .footer a, .footer span {
    white-space: nowrap;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

a {
    /*text-decoration: none;
    outline: none;
    color: #116fb7;*/
}

    a:hover, a:focus {
        text-decoration: none;
    }

.blue {
    color: #022352;
}

.red {
    color: #B50000;
}

.green {
    color: #080;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.container {
    width: 1030px;
    margin: 0 auto;
}

.main {
    background-image: url(/statics/cash/img/sportsbook-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

    .main .container {
        /*padding: 15px;*/
    }

    .main .content {
        width: 1030px;
        margin-left: 15px;
        margin-right: 15px;
        margin: 0 auto;
    }

.sportsbook .main .container {
    padding: 0;
}

.sportsbook .main .content {
    /*width: 1030px!important;*/
    margin: 0 auto;
    padding: 20px 15px;
}

/*====header===*/
.header {
    height: 73px;
    background-color: #000;
    background: #131313;
    background: linear-gradient(to bottom,#505050,#131313);
    background: -moz-linear-gradient(to bottom,#505050,#131313);
    background: -webkit-gradient(linear,100% 100%,100% 0,from(#131313),to(#505050));
}

.g_left {
    width: 21px;
    background: url(/App_Themes/Resources/Images/gleft_bg.png?20160510) no-repeat scroll right top transparent;
    height: 23px;
    float: right;
}

.g_right {
    width: 21px;
    background: url(/App_Themes/Resources/Images/gright_bg.png?20160510) no-repeat scroll left top transparent;
    height: 23px;
    float: right;
    margin-right: -21px;
}

.topmenu {
    color: #777777;
    line-height: 1.2;
    height: 23px;
    font-size: 12px;
    font-family: Tahoma,"Microsoft Yahei",Arial,Helvetica;
    font-weight: 500;
}

    .topmenu ul {
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
        border-bottom: 1px solid rgba(221, 221, 221, 0.4);
        padding: 4px 0;
    }

    .topmenu > ul > li {
        padding-left: 10px;
        padding-right: 10px;
        border-right: solid 1px #d8d8d8;
        display: inline-block;
    }

    .topmenu li:last-child {
        border: 0 none;
        padding-right: 2px;
    }

    .topmenu li a {
        color: #d7d7d7;
    }

        .topmenu li a:hover {
            color: #fff;
            text-decoration: underline;
        }

.btn-login {
    background-color: #116fb7;
    border-radius: 2px;
    cursor: pointer;
    height: 26px;
    min-width: 68px;
    margin: 0px 0px 2px 2px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 23px;
    font-size: 12px;
    border: 0;
    padding: 2px 12px;
    text-transform: uppercase;
    vertical-align: inherit;
}

    .btn-login:hover {
        background-color: #006CC0;
        text-decoration: none;
    }

/*@-moz-document url-prefix() {
    .btn-login;

{
    height: 26px!important;
    line-height: 26px!important;
}

.verify-img {
    height: 26px!important;
}

}*/

.hdcontent {
    height: 50px;
    font-size: 12px;
}


.login-panel {
    width: 85%;
    margin: 12px 0 10px;
    text-align: right;
    line-height: 28px;
    height: 28px;
}

.sportsbook .login-panel {
    margin: 10px 0 6px;
    line-height: 24px;
    height: 34px;
}

.logo {
    width: 15%;
    /*width: -moz-min-content;*/ /* Firefox */
    height: 50px;
    float: left;
    margin: 0;
    padding: 0;
}


    .logo a {
        height: 75px;
        display: inline-block;
        margin-left: 0px;
        position: absolute;
        top: -1px;
        width: 180px;
    }

    .logo img {
        height: 75px;
    }


.input-login, .verify-login {
    border: 1px solid rgba(17, 111, 183, 0.50);
    padding: 4px;
    margin-bottom: 2px;
    background: #f5f5f5;
    font-size: 12px;
    border-radius: 2px;
    height: 26px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.4;
}

.input-login {
    width: 120px;
}

.verify-login {
    max-width: 80px;
}

.verify-img {
    width: 60px;
    height: 27px;
    margin-top: -3px;
}

/*#home {
    padding: 6px 18px;
}

    #home .fa-home {
        font-size: 24px;
        line-height: 22px;
    }*/

#mainbar {
    height: 87px;
    float: left;
    padding-top: 3px;
    /*width: 520px;*/
}

    #mainbar i {
        background: url(images/line.gif?20151009);
        width: 3px;
        height: 87px;
        overflow: hidden;
        float: left;
    }

    #mainbar li {
        float: left;
        font-size: 14px;
        font-weight: 700;
        background: url(images/line.gif?20151009) no-repeat right;
        text-align: center;
        min-width: 85px;
    }

        #mainbar li a {
            color: #808080;
            /*height: 30px;
            padding: 57px 6px 0 6px;*/
            display: block;
            margin-right: 3px;
            text-decoration: none;
        }

            #mainbar li a:hover, #mainbar li a:focus {
                background: url(images/abg.gif?20151009);
                text-decoration: none;
            }

/*--add new style--*/

.nav_a {
    padding: 57px 6px 0 6px;
    height: 30px;
}

    .nav_a:hover, .nav_a:focus {
        background: url(images/abg.gif?20151009);
        text-decoration: none;
    }

.nav_new {
    padding: 36px 6px 0 6px;
    height: 51px;
}

.new-description {
    position: absolute;
    top: 0;
    width: 100%;
}

.new-tag {
    /*background: url(images/new.png) 0 0 no-repeat;*/
    width: 58px;
    height: 60px;
    font-size: 0;
    margin-left: -6px;
}

.game_new-description {
    position: absolute;
    top: 387px;
}

.game_new-tag {
    /*background: url(images/new_game.png) 0 0 no-repeat;*/
    width: 36px;
    height: 23px;
    font-size: 0;
}

.casino-tag {
    margin-left: -22px;
    margin-top: 15px;
}

.game-tag {
    margin-left: -50px;
}
/*--end new style--*/

/*==start navbar==*/
.navbar {
    font-weight: bold;
    background: #3a3a3a;
    margin: 0;
    border-radius: 0;
    border: 0 none;
    border-top: 1px solid #484848;
}

    .navbar .nav > li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        height: 50px;
    }

        .navbar .nav > li > a {
            position: relative;
            display: inline-block;
            padding: 0px 28px;
            font-family: Tahoma,"Microsoft Yahei",Arial,Helvetica;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            height: 50px;
            line-height: 50px;
        }

.pt-pt .navbar .nav > li.sub > a, .vi-vn .navbar .nav > li.sub > a {
    padding: 0px 23px;
}

.navbar .nav > li.social {
    margin-left: -5px;
    padding-right: 12px;
}

    .navbar .nav > li.social a {
        padding: 0;
    }

        .navbar .nav > li.social a span.fa-social {
            height: 20px;
            width: 20px;
            display: inline-block;
            background-color: #fff;
            margin: 15px 5px;
            border-radius: 2px;
            position: relative;
        }

            .navbar .nav > li.social a span.fa-social .fa {
                position: relative;
                color: #116fb7;
                top: -14px;
                left: 4px;
                font-size: 15px;
            }


            .navbar .nav > li.social a span.fa-social:hover i.fa-twitter {
                color: #55ACEE !important;
            }

            .navbar .nav > li.social a span.fa-social:hover i.fa-facebook {
                color: #4D69A2 !important;
            }

            .navbar .nav > li.social a span.fa-social:hover i.fa-weibo {
                color: #D52B2A !important;
            }

            .navbar .nav > li.social a span.fa-social:hover i.fa-youtube {
                color: #E22B26 !important;
            }


            .navbar .nav > li.social a span.fa-social .fa.fa-facebook {
                top: -14px;
                left: 8px;
            }

            .navbar .nav > li.social a span.fa-social .fa.fa-youtube {
                top: -14px;
                left: 4px;
            }

.navbar .nav > li:hover, .navbar .nav li .active, .navbar .nav li .hover,
.navbar .nav > li > a:hover, .navbar .nav > li:focus, .navbar .nav > li > a:focus {
    background: #191919;
}

.navbar .nav > li.trans:hover, .navbar .nav > li.trans:hover a, .navbar .nav > li.trans a:hover,
.navbar .nav > li.trans:focus, .navbar .nav > li.trans:focus a, .navbar .nav > li.trans a:focus {
    background: transparent !important;
}

.navbar .nav-pills .text-bold {
    font-weight: bold;
}

.dropdown-box {
    margin-top: -10px;
    min-width: 320px;
    border-radius: 3px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

    .dropdown-box .sports-icon {
        position: absolute;
        display: block;
        width: 7px;
        height: 7px;
        font-size: 0;
        background: #313131;
        border-left: 1px solid #313131;
        border-top: 1px solid #313131;
        top: -3px;
        left: 35px;
        z-index: -1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .dropdown-box span {
        display: inline-block;
        margin: 0;
        text-align: center;
        background: #313131;
        color: #e1e1e1;
        padding: 0 10px;
        font-size: 12px;
        line-height: 26px;
        float: left;
    }

.classic-view {
    border-radius: 3px 0 0 3px;
}

.asian-view {
    border-radius: 0 3px 3px 0;
}

    .classic-view:hover, .asian-view:hover {
        background: #316354;
        color: #fff !important;
        cursor: pointer;
    }

.menu-line {
    padding: 0 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
}


/*==end navbar==*/

/*==start subnavbar==*/
.subnavbar {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 100;
    background: url('/statics/cash/img/navbar-bg.png') bottom repeat-x;
    height: 135px;
}

.sportbook {
    display: block;
    width: 100%;
    text-align: center;
}

    .sportbook .nav-club {
        margin-left: 0px;
        display: inline-block;
        width: 50%;
        margin-bottom: 0px;
    }

.pagetype a.nav-club {
    float: left;
    text-align: center;
    display: block;
    position: relative;
}

.pagetype.home a.nav-club {
    width: 33.33%;
}

.pagetype.virtual a.nav-club {
    width: 20%;
}

.pagetype.casino a.nav-club {
    width: 20%;
}

.pagetype.games a.nav-club {
    width: 25%;
}

.pagetype.keno a.nav-club {
    width: 50%;
}

.pagetype.poker a.nav-club {
    width: 100%;
}

.pagetype a.nav-club img {
    max-width: 100%;
    border: 0 none;
    margin: 8px 0 7px 0;
}

.pagetype a.nav-club span {
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: inherit;
}

.pagetype a.nav-club:hover .nav-bg {
    background: #252525;
    background-color: #252525;
}

.pagetype a.nav-club:hover .btns {
    background: #444444;
    border: 0 none;
}

.pagetype a.nav-club .btns {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight:bold;
    /*text-transform: uppercase;*/
    /*border-right: 1px solid #116fb7;*/
}

    /*.pagetype a.nav-club .btns.first {
                    border-left: 1px solid #116fb7;
                }*/

    .pagetype a.nav-club .btns div {
        width: 100%;
        text-align: center;
    }
/*==end subnavbar==*/

.dropdown-menu {
    min-width: 100px;
    font-size: 12px;
}

    .dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus {
        background-color: #1A86DA !important;
        color: #FFFFFF;
        text-decoration: none;
    }

    .dropdown-menu > li > a {
        padding: 3px 6px;
        font-size: 12px;
        color: #333;
    }

.dropdown i {
    margin: 0 6px 0 2px;
}

.fa-envelope {
    cursor: pointer;
}

    .fa-envelope:hover {
        opacity: 0.85;
    }

span.news {
    display: inline-block;
    min-width: 10px;
    padding: 0;
    margin: 0 4px;
    line-height: 12px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
}

.user-info {
    white-space: nowrap;
    margin-top: -3px;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #d7d7d7;
}

    .user-info div {
        display: inline-block;
        position: relative;
        line-height: 12px;
    }

    .user-info .welcome {
        padding-right: 10px;
        font-weight: 600;
        border-right: 1px solid #ccc;
    }

    .user-info ul li.dropdown {
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    .user-info ul li a.dropdown-toggle {
        color: #116fb7;
    }

        .user-info ul li a.dropdown-toggle:hover, .user-info ul li a.dropdown-toggle:focus {
            color: #116fb7;
            text-decoration: underline;
        }

    .user-info span.wallet {
        padding-left: 5px;
    }

    .user-info a.span-balance {
        color: #d7d7d7;
    }

        .user-info a.span-balance:hover {
            color: #fff;
        }

    .user-info .refresh-bal, .user-info .refresh-virbal {
        height: 14px;
        vertical-align: text-top;
        position: absolute;
        top: 0px;
        right: -12px;
        display: none;
    }

.user-info {
    line-height: 20px;
}

    .user-info i {
        margin: 0 5px !important;
    }

i.fa.fa-sign-out {
    margin-right: 6px;
}

.badge {
    padding: 0 2px;
}

.btn-logout {
    cursor: pointer;
    margin-right: 2px;
    color: #0099CC;
}

    .btn-logout:hover {
        text-decoration: underline;
        color: #0099FF;
    }

.fa-comments {
    margin: 0 4px 0 2px !important;
}

.fa-phone {
    margin: 0 6px 0 3px !important;
}

.fa-cog {
    margin: 0 7px 0 2px !important;
}

.nav li.underline a:hover, .nav li.underline a:focus {
    text-decoration: underline;
}

.navbar ul li {
    float: left;
}

.dropdown-menu li {
    width: 100%;
}

.region i {
    margin: 0 2px;
}

.fa-bank, .fa-deposit, .fa-withdrawal, .fa-transfer {
    background: url(/App_Themes/Resources/Cash/images/ico-bank.png?20151009) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/*.fa-deposit:hover,.fa-withdrawal:hover,.fa-transfer:hover{
    background:url(/App_Themes/Resources/Cash/images/ico-bank-reverse.png) no-repeat;
    display: inline-block;height: 16px;width: 16px;
}*/
.fa-bank {
    background-position: 0 -313px;
    margin: 0 4px -2px !important;
    height: 12px;
}

.fa-deposit {
    background-position: 0 -53px;
    margin: 0 4px -1px 2px !important;
}

.fa-withdrawal {
    background-position: -1px -143px;
    margin: 0 4px -1px 2px !important;
}

.fa-transfer {
    background-position: -3px -192px;
    margin: 0 4px -1px 2px !important;
}

/*.fa-deposit:hover {
    background-position: 0 -53px;
    margin: 0 4px -1px 2px!important;
}
.fa-withdrawal:hover {
    background-position: -1px -143px;
    margin: 0 4px -1px 2px!important;
}

.fa-transfer:hover{
    background-position: -3px -192px;
    margin: 0 4px -1px 2px!important;
}*/


.ico_en, .ico_cn, .ico_vi, .ico_th, .ico_id, .ico_pt, .ico_es, .ico_kr , .ico_ja {
    background: url(/App_Themes/Resources/Cash/images/ico-flag.png?20151009) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.ico_en {
    background-position: 0 -5px;
}

.ico_id {
    background-position: 0 -22px;
}

.ico_vi {
    background-position: 0 -38px;
}

.ico_cn {
    background-position: 0 -56px;
}
.ico_th {
    background-position: 0 -75px;
}

.ico_pt {
    background-position: 0 -91px;
}

.ico_es {
    background-position: -1px -108px;
}

.ico_kr {
    background-position: -1px -126px;
}

.ico_ja {
    background-position: -20px -5px;
}

.navbar-default .navbar-nav li a, .caret {
    color: #777777;
}

.caret {
    border-color: #777777 rgba(0, 0, 0,0);
    margin-top: -2px;
    margin-left: 3px;
}

    .caret:hover, .caret:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #333333;
    }

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    background-color: rgba(0, 0, 0,0);
    color: #333333;
}

.navbar-default {
    border-color: #E7E7E7 !important;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff !important;
}

#mainbar li a.current {
    background: url(images/abg2.gif?20151009);
    color: #fff;
}

.log {
    width: auto;
}

    .log h1 {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #3f99ff;
    }

        .log h1 a {
            color: #3f99ff;
        }

            .log h1 a:hover {
                text-decoration: underline;
            }

    .log p {
        margin: 0;
        padding: 0;
    }

/*.log table input[type=text]:focus, .log table input[type=password]:focus {
        border-color: #66AFE9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }*/

#divReg table {
    line-height: inherit;
    color: #eee;
}

input[type=text]:focus, input[type=password]:focus, .main input[type=text]:focus, .main input[type=password]:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.main input[type=text], .main input[type=password] {
    border: 1px solid #c4c9ca;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-color: #ddd;
}

.main input[name="Promotion"] {
    width: 86px;
}

.log table input {
    border-radius: 2px;
}

.top_input1, .top_input2 {
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 2px;
    background: #f5f5f5;
    font-size: 11px;
}

.top_input1 {
    width: 100px;
}

.top_input2 {
    width: 56px;
}

.top_input3 {
    background-color: #0f7aca;
    border-radius: 3px;
    cursor: pointer;
    height: 44px;
    width: 80px;
    margin: 0px 0px 2px 2px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    border: 0;
}

    .top_input3:hover {
        background-color: #006CC0;
        text-decoration: none;
    }

.top_loginout {
    background-color: #34a7d5;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 3px 3px;
    vertical-align: middle;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: 0;
}

    .top_loginout:hover {
        background-color: #0b85b6;
        text-decoration: none;
    }

.new_lang {
    text-align: right;
    font-size: 11px;
    color: #999;
    margin: 0;
    padding: 2px 0 0 0;
    height: 20px;
    line-height: 20px;
}

    .new_lang a {
        color: #59c6f2;
    }

        .new_lang a:hover {
            text-decoration: underline;
        }

    .new_lang select {
        height: 16px;
        padding: 0;
        margin: 0;
        font-size: 10px;
        width: 70px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
    }

    .new_lang span.flag {
        background: url(images/content_bg.gif?20151009);
        width: 22px;
        margin-left: 3px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }
/*====main===*/

#TopMsg, #msg_C, #PublicNotice, #PrivateNotice {
    height: 25px;
}

#PublicNotice, #PrivateNotice {
    line-height: 25px;
}

#msg_C {
    display: inline-block;
}

#msg {
    float: right;
    width: 894px;
    height: 25px;
}

#msg_R {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font: 100 10px/17px Tahoma,"Microsoft Yahei",Arial,Helvetica;
    height: 26px;
    text-align: center;
    width: 50px;
    padding: 3px;
    border-radius: 0 !important;
    margin-right: -1px;
    /*border: 1px solid #2B78B9;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c89c4), to(#116fb7));
    background: transparent linear-gradient(#3c89c4, #116fb7) repeat scroll 0% 0%;
    background: linear-gradient(#3c89c4, #116fb7);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

    #msg_R:hover {
        background-color: rgba(17,111,183,0.8) !important;
        border: 0 none !important;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#5296ca), to(#3182c0));
        background: transparent linear-gradient(#5296ca, #3182c0) repeat scroll 0% 0%;
        background: linear-gradient(#5296ca, #3182c0);*/
        cursor: pointer;
    }

#msg_C {
    color: #000000;
    font: 11px/28px Tahoma,"Microsoft Yahei",Arial,Helvetica;
    float: left;
    width: 840px;
}

    #msg_C marquee {
        width: 100%;
    }

#PublicNotice {
    color: #0099FF;
}

#PrivateNotice {
    color: #0077FF;
    margin-left: 50px;
}

.msg {
    margin: -2px 0 10px 0;
    border: 4px solid #116fb7;
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .msg label {
        padding: 4px;
        margin: 0;
        background: #0c4e80;
        display: block;
        width: 130px;
        color: #fff;
        font-size: 12px;
        float: left;
        height: 26px;
        /*border: 0px solid #2B78B9;
        background: -webkit-gradient(linear, left top, left bottom, from(#225e8b), to(#0c4e80));
        background: transparent linear-gradient(#225e8b, #0c4e80) repeat scroll 0% 0%;
        background: linear-gradient(#225e8b, #0c4e80);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);*/
    }

    .msg .marquee-wrapper {
        margin: 0;
        padding: 5px 0 0 0;
        float: left;
        display: block;
        width: 886px;
        width: -moz-calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
    }

.leftFrame {
    float: left;
    margin: 0;
    width: 218px;
    border: 0 none;
    background: #fff;
    border: 1px solid #ccc;
    border-right: 0;
}

.leftFrame, .mainFrame {
    min-height: 572px;
    /*max-height:1200px;*/
}

.mainFrame {
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0 none;
    float: right;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    /*padding-left: 3px;*/
    display: block;
    position: relative;
    width: 100%; /*写给不支持calc()的浏览器*/
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .leftFrame {
        width: 199px;
    }

    .mainFrame {
        width: 741px;
        width: -moz-calc(100% - 199px);
        width: -webkit-calc(100% - 199px);
        width: calc(100% - 199px);
        width: 100%;
    }
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.slide-text {
    color: #FFFFFF;
    float: right;
    margin-right: 30px;
    margin-top: 72px;
    text-align: left;
    width: 410px;
    font-size: 32px;
    font-family: Accid, Tahoma, "Microsoft Yahei", Arial, Helvetica;
    line-height: 36px;
}

.slide-play {
    color: #fff;
    position: absolute;
    margin: 190px 0 0 600px;
    cursor: pointer;
    width: 238px;
    text-align: center;
}

    .slide-play a {
        color: #fff;
        font-family: Arial, Tahoma, "Microsoft Yahei",Helvetica;
        font-size: 20px;
        line-height: 44px;
        font-weight: bold;
        text-transform: uppercase;
    }

.ad-banner .slide-text {
    color: #FFFFFF;
    float: right;
    margin-right: 10px;
    margin-top: 72px;
    text-align: left;
    width: 310px;
    font-size: 32px;
    font-family: Accid, Tahoma, "Microsoft Yahei", Arial, Helvetica;
    line-height: 36px;
}

    .ad-banner .slide-text img {
        width: 305px;
        margin-left: 5px;
    }

.ad-banner .slide-play {
    color: #fff;
    position: absolute;
    margin: 170px 0 0 320px;
    cursor: pointer;
    width: 238px;
    text-align: center;
}

    .ad-banner .slide-play a {
        color: #fff;
        font-family: Arial, Tahoma, "Microsoft Yahei",Helvetica;
        font-size: 16px;
        line-height: 44px;
        font-weight: bold;
        text-transform: uppercase;
    }

#divLiveChat {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 151px;
    height: 22px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.pic_nav {
    margin-top: 15px;
}

    .pic_nav ul {
        width: 1100px;
    }

    .pic_nav li {
        float: left;
        width: 239px;
        height: 199px;
        margin-right: 16px;
        cursor: pointer;
        border: 4px solid #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .pic_nav li em {
            margin: 171px 0 0;
            width: 140px;
            height: 28px;
            line-height: 28px;
            display: block;
            font-size: 15px;
            font-weight: normal;
            text-transform: uppercase;
            font-family: Tahoma,"Microsoft Yahei",Arial,Helvetica;
            text-align: center;
            word-wrap: break-word;
            word-break: break-all;
            background: url(/app_themes/resources/cash/images/button_bg.png?20151009) no-repeat right center;
            color: #fff;
            transition: all 0.5s ease-in-out;
            text-indent: -15px;
        }

        .pic_nav li:hover {
            border-color: #ddd !important;
        }

            .pic_nav li:hover em {
                width: 190px;
                transition: all 0.5s ease-in-out;
            }

.p_sportsbook {
    background: url(images/home/img01.jpg?20151009);
}

    .p_sportsbook em {
        color: #01aeff;
    }

.p_casino {
    background: url(images/home/img02.jpg?20151009);
}

    .p_casino em {
        color: #ff7b01;
    }

.p_games {
    background: url(images/home/img03.jpg?20151009);
}


    .p_games em {
        color: #fb0206;
    }

.p_keno {
    background: url(images/home/keno.jpg?20151009);
}


    .p_keno em {
        color: #fb0206;
    }

.p_poker {
    background: url(images/home/poker.jpg?20151009);
}


    .p_poker em {
        color: #fb0206;
    }

.p_promotion {
    background: url(images/home/img04.jpg?20151009);
}

.p_promotion {
    color: #00aa00;
}

.con_left {
    width: 200px;
    float: left;
}

.promo1 {
    height: 130px;
    background: url(images/promo_sd_lh.gif?20151009) no-repeat;
    margin-bottom: 5px;
}

    .promo1 .needhelp {
        margin: 0;
        display: block;
        padding: 20px 10px 0 85px;
        color: #808080;
        font-weight: 700;
    }

        .promo1 .needhelp h2 {
            padding: 0;
            margin: 0;
            font: 700 13px/20px Tahoma,"Microsoft Yahei",Arial,Helvetica;
            color: #42baeb;
        }

            .promo1 .needhelp h2 a {
                color: #42baeb;
            }

                .promo1 .needhelp h2 a:hover {
                    text-decoration: underline;
                }

.promo2, .promo3, .promo4 {
    height: 60px;
    margin-bottom: 5px;
}

.promo2 {
    background: url(images/promo_sd_tutorial.gif?20151009) no-repeat;
}

.promo3 {
    background: url(images/promo_sd_contact.gif?20151009) no-repeat;
}

.promo4 {
    background: url(images/promo_sd_help.gif?20151009) no-repeat;
}

.con_left i {
    display: block;
    padding: 25px 15px 0 0;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

    .con_left i a {
        color: #fff;
    }

        .con_left i a:hover {
            text-decoration: underline;
        }

.con_right {
    width: 800px;
    float: right;
}

    .con_right h2 {
        background: url(images/lobby_hdr_bar1.gif?20151009);
        height: 30px;
        margin: 0;
        padding: 0 20px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }

.game_nav h3 {
    background: url(images/lobby_hdr_bar1.gif?20151009);
    height: 30px;
    margin: 0;
    padding: 0 0 0 24px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.game_nav li {
    margin: 1px 0;
    line-height: 28px;
    background: url(images/game_navbg.gif?20151009);
    text-indent: 40px;
    font-size: 14px;
}

    .game_nav li a {
        color: #fff;
        display: block;
    }

        .game_nav li a:hover, .game_nav li .current {
            background: url(images/game_navbg.gif?20151009) 0 -28px;
            color: #fff;
        }

.casinober {
    height: 250px;
    background: url(images/home_bn2.jpg?20151009);
    border: 3px solid #fff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.club {
    display: block;
    position: relative;
    padding: 15px 0;
}

    .club a {
        display: inline-block;
        font-weight: 500;
        font-size: 12px;
        width: 20%;
        position: relative;
    }

        .club a:hover {
            outline: 0 none;
            border: 0 none;
        }

        /*.club a:hover img {
                    border: 1px dashed #116fb7;
                }*/

        .club a img {
            width: 100%;
        }

        .club a:hover img {
            -webkit-transform: scale(1.05) rotate(0.1deg);
            -moz-transform: scale(1.05) rotate(0.1deg);
            -ms-transform: scale(1.05) rotate(0.1deg);
            -o-transform: scale(1.05) rotate(0.1deg);
            transform: scale(1.05) rotate(0.1deg);
        }

        .club a img {
            -webkit-transition: all 500ms ease 0s;
            -moz-transition: all 500ms ease 0s;
            -o-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s;
        }

        .club a div {
            position: absolute;
            display: block;
            width: 100%;
            top: 78%;
        }

            .club a div h3 {
                margin: 5px 0;
                text-align: center;
                font-size: 20px;
                opacity: 0.9;
            }

            .club a div p {
                COLOR: #666;
                font-size: 13px;
                text-align: center;
                padding: 0 2px;
            }

.vi-vn .club a div p {
    padding: 0 5px;
}

.gamelist ul {
    width: 100%;
}

.gamelist li, .gamelist2 li {
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 18.9%;
    float: left;
    cursor: pointer;
    background: #eee;
    border-radius: 0px;
}


.gamelist2 li {
    width: 18.9%;
}

    .gamelist li:hover, .gamelist2 li:hover {
        background: rgba(17, 111, 183, 0.9);
        color: #fff;
    }

    .gamelist li div, .gamelist2 li div {
        display: block;
        position: relative;
    }

    .gamelist li img, .gamelist2 li img {
        width: 100%;
        border: 0 none;
    }

    .gamelist li span, .gamelist2 li span {
        display: block;
        line-height: 24px;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .gamelist li p, .gamelist2 li p, .top-games p {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 10;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.25);
        height: 100%;
    }

    .gamelist2 li .gamejackpot {
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 11;
        left: 0;
        bottom: 0;
        background-color: #1A72B6;
        color: #fff;
        font-size: 13px;
        opacity: 0.9;
    }

    .gamelist li:hover p, .gamelist2 li:hover p, .top-games li:hover p {
        display: block;
        padding: 4px;
    }

    .gamelist2 li:hover .gamejackpot {
        display: none;
    }

.gamelist a, .gamelist2 a, .top-games a {
    padding: 5px 12px;
    background: rgba(17, 111, 183, 0.95);
    color: #fff;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 6px #000;
    border-radius: 2px;
    top: 37%;
    position: absolute;
    left: 33%;
}

    .gamelist a:hover, .gamelist2 a:hover, .top-games a:hover {
        background: #116fb7;
    }

.casinonav {
    margin: -5px 0 20px 350px;
}

    .casinonav a, .gamenav a {
        border: 1px solid #888;
        color: #fff;
        background: #9f9f9f;
        padding: 3px 15px;
        margin: 0 5px;
        font-weight: 700;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }

        .casinonav a:hover, .casinonav .current2, .gamenav a:hover, .gamenav .current2 {
            border: 1px solid #59c6f2;
            color: #02a4e5;
            background: #fff;
            font-weight: 700;
        }

.casinoclass {
    margin: 20px 0;
}

    .casinoclass ul {
        /*border-bottom: 3px solid #006CC0;*/
        width: 100%;
        display: inline-block;
        height: 300px;
    }

    .casinoclass li {
        float: left;
        background: #fff;
        border-bottom: 0;
        margin-right: 5px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-box-shadow: 2px -1px 3px #bbb;
        -webkit-box-shadow: 2px -1px 3px #bbb;
        box-shadow: 2px -1px 3px #bbb;
    }

        .casinoclass li a {
            color: #555;
            display: block;
            /*padding: 6px 20px;*/
            /*border: 1px solid #006CC0;*/
            border-bottom: 0;
            border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
        }

/*.casinoclass li a:hover, .casinoclass li .current {
                background: #006CC0;
                color: #fff;
            }*/

.gameclass {
    /*margin: 10px 0;*/
}

    .gameclass ul {
        display: inline-block;
        width: 100%;
        padding: 0;
        background-color: #ddd;
        border-bottom: 2px solid #116fb7;
    }

    .gameclass li {
        float: left;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        float: left;
        min-width: 110px;
        white-space: nowrap;
    }

        .gameclass li a {
            display: block;
            padding: 6px 5px;
            background-color: #ddd;
            color: #333;
            width: 100%;
        }

            .gameclass li a:hover, .gameclass li .current {
                background: #116fb7;
                color: #fff;
            }

.gamebigclass {
    display: block;
}

    .gamebigclass a {
        display: inline-block;
        font-weight: 500;
        font-size: 12px;
        width: 25%;
        border: 1px solid transparent;
    }

    .gamebigclass img {
        width: 100%;
    }

/*.gamebigclass a:hover img {
        border: 1px dashed #116fb7;
    }*/

.game_c1 {
    background: url(images/gemeclass_bg.jpg?20151009) 0 -62px !important;
    border: 1px solid #2081a8;
    padding: 3px 50px;
    color: #fff !important;
}

.game_c2 {
    background: url(images/gemeclass_bg.jpg?20151009) 0 -88px;
    border: 1px solid #2081a8;
    padding: 3px 50px;
    color: #0d4d8e;
}

a.game_c2:hover {
    color: #000;
}

.gameleft {
    width: 828px;
    float: left;
}

    .gameleft .banner {
        width: 806px;
    }

.gamenav {
    margin: -5px 0 20px 420px;
}

.gameber {
    height: 250px;
    width: 810px;
    margin-bottom: 18px;
    background: url(images/home_bn4.jpg?20151009);
    border: 3px solid #fff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.gameright {
    width: 200px;
    float: right;
}

.gamePromotion {
    margin: 0 3px 3px;
    cursor: pointer;
}

    .gamePromotion span, .gamePromotion i, .gamePromotion b {
        display: block;
        font-style: oblique;
        font-weight: 700;
    }

    .gamePromotion span {
        color: #FFFFFF;
        font-size: 18px;
    }

    .gamePromotion i {
        color: #FFFFFF;
        font-size: 13px;
    }

    .gamePromotion b {
        color: #FF4400;
        font-size: 18px;
        margin-top: 5px;
        text-shadow: 1px 0 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 0 -1px 0 #FFFFFF;
    }

.topgame li {
    text-align: center;
}

    .topgame li img {
        width: 192px;
        height: 94px;
        margin-bottom: 3px;
    }

.topgame p {
    background: #333;
    display: block;
    text-align: center;
    margin: 1px;
    padding: 13px 0;
    font: 700 16px "Courier New", Courier, monospace;
    color: #fff;
}
/*====start keno===*/
.keno .keno-nav {
    border-right: 1px solid #ddd;
}

.keno .keno-nav, .keno .ilotto-nav {
    padding: 10px 15px;
}

.keno .keno-title, .keno .keno-btns, .keno .keno-btns a {
    color: #116fb7;
    text-align: center;
}

    .keno .keno-btns span {
        color: #666;
        font-size: 14px;
        margin: 0 8px;
    }

    .keno .keno-btns a {
        color: #666;
        font-size: 14px;
    }

        .keno .keno-btns a:hover, .keno .keno-btns a:focus {
            color: #116fb7;
        }
/*====end keno===*/

/*====start poker===*/
.poker .row.mainbanner .banner-content, .poker .row.mainbanner .banner-content p {
    font-size: 45px !important;
    font-size: 1.2vw !important;
}

.poker .row.mainbanner .banner-content {
    top: 5vw;
    color: #222;
}

.poker .poker-nav {
    display: block;
    position: relative;
    border: 8px solid rgba(0, 0, 0, 0.14);
    color: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

    .poker .poker-nav img {
        width: 100%;
    }

    .poker .poker-nav .new {
        top: 18px;
        color: #fff;
        width: 120px;
        padding: 5px;
        right: -35px;
        font-size: 13px;
        position: absolute;
        text-align: center;
        letter-spacing: 2px;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background-color: rgba(155, 107, 204, 0.8);
    }

    .poker .poker-nav .poker-nav-detail {
        position: absolute;
        bottom: -50px;
        padding: 5px 20px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .poker .poker-nav:hover .poker-nav-detail {
        bottom: 0;
    }

    .poker .poker-nav .poker-nav-detail p {
        font-size: 14px;
    }
/*====end poker===*/

/*====pormotion===*/
.cash-promo {
    font-size: 12px;
    line-height: 18px;
}

    .cash-promo table {
        max-width: 93%;
        margin: 0px auto;
    }

        .cash-promo table, .cash-promo table tr {
            /*border: 1px solid grey!important;*/
            border-collapse: collapse;
        }

            .cash-promo table td, .cash-promo table th {
                padding: 2px 4px !important;
                border: 1px solid grey !important;
                min-width: 80px !important;
                overflow: hidden;
                word-break: break-all;
                word-wrap: break-word;
                text-align: center;
                vertical-align: middle !important;
            }

                .cash-promo table td p {
                    margin: 0;
                    padding: 0;
                }

.promo_list {
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.promo_list_left {
    float: left;
    height: 155px;
    margin-right: 10px;
    position: relative;
}

    .promo_list_left img {
        cursor: pointer;
        max-height: 130px;
        max-width: 570px;
    }

    .promo_list_left em {
        color: #03ade5;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
        top: 95px;
    }

        .promo_list_left em strong, .promo_list_left em b {
            color: #c00;
            display: block;
            font-size: 14px;
            font-weight: 700;
        }

.promo_list_right {
    float: right;
    padding-top: 15px;
    width: 130px;
}

.promo_list_center {
    margin: 10px 160px 0 224px;
}

    .promo_list_center h1 {
        color: #09C;
        margin: 0;
        padding: 10px 0;
        font-size: 16px;
    }

    .promo_list_center p {
        line-height: 18px;
        font-size: 12px;
        margin: 0;
    }

.promo_c {
    background: #fff;
    padding: 30px 50px;
    border-radius: 0 0 5px 5px;
    border: 0 solid #415d8c;
    font-family: Tahoma, "Microsoft Yahei", Arial, Helvetica;
}

    .promo_c ol, .promo_c .ol {
        color: #444;
        font-size: 12px;
        line-height: 18px;
        list-style: outside none decimal;
        padding: 15px 0 15px 15px;
        margin: 0;
    }

        .promo_c ol li, .promo_c .ol li {
            margin: 10px 0;
        }


    .promo_c table p, .pt-pt .cash-promo p, .es-es .cash-promo p, .cash-promo p {
        margin: 0;
    }

.con_left {
    float: left;
    width: 200px;
}

ol.everydayrules {
    padding: 0 15px 15px;
}

.con_right h2 {
    padding: 0 10px;
}

.promobox {
    border: 1px solid #307ecc;
    margin: 8px 0;
    border-radius: 2px;
}

    .promobox > .promobox-header {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        min-height: 32px;
        background: #307ecc;
        color: #fefefe;
        border-bottom: 1px solid #307ecc;
        padding-left: 12px;
    }

.promobox-header > .promobox-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 14px;
    font-family: inherit;
}

.promobox-header > .promobox-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    float: right !important;
    position: relative;
}

    .promobox-header > .promobox-toolbar > a {
        -webkit-transition: transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
        text-decoration: none;
        outline: none;
        font-size: 14px;
        margin: 0 1px;
        display: inline-block;
        padding: 0;
        line-height: 24px;
        color: #ffffff;
    }

        .promobox-header > .promobox-toolbar > a:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.promobox > .promobox-body {
    padding: 10px;
}


.moreInfo {
    width: 95px;
}


.zh-cn .promo_list ol b, .zh-tw .promo_list ol b {
    font-family: 宋体 !important;
    font-size: 13px;
}

.zh-cn .promo_list table, .zh-tw .promo_list table {
    font-family: 宋体 !important;
    font-size: 13px;
}

.promo_but1, .promo_but2 {
    display: block;
    padding: 0 0 0 34px;
    background: url(images/button-animation.gif?20151009);
    cursor: pointer;
    font: 700 12px/31px Tahoma,"Microsoft Yahei",Arial,Helvetica;
}

.promo_but1 {
    background-position: -196px -2px;
    color: #fff;
}

    .promo_but1 a {
        color: #fff;
        display: block;
    }

.promo_but2 {
    background-position: -325px -3px;
    color: #09C;
}

    .promo_but2 a {
        color: #09C;
        display: block;
    }

.promo_but1:hover {
    background-position: -196px -40px;
}

.promo_but2:hover {
    background-position: -325px -41px;
}
/*====nav===*/
.leftbox {
    width: 185px;
    float: left;
}

    .leftbox p {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 0 0 2px 0;
        padding: 0;
        color: #fff;
        text-indent: 30px;
        background: url(images/ico_arrow2.gif?20151009) no-repeat 17px 8px #35afe0;
        font: 100 13px/28px "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
        display: block;
        cursor: pointer;
    }

        .leftbox p a {
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            font-size: 13px;
            color: #fff;
            display: block;
        }

            .leftbox p a:hover {
                background: url(images/ico_arrow2.gif?20151009) no-repeat 17px 8px #27a2d4;
            }

    .leftbox ul {
        margin-bottom: 2px;
        background: #fff;
    }

    .leftbox li {
        margin: 1px 0;
        font: 100 12px/24px "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
    }

        .leftbox li a {
            display: block;
            padding-left: 30px;
            color: #444;
        }

/*.leftbox li A:hover, .current {
                display: block;
                color: #000;
                background: #CBECFF;
            }*/
/*==start footer==*/
.footer {
    background: #f2f2f2;
}

    .footer, .footer a {
        color: #666;
        font-size: 12px;
        font-weight: 500;
        font-family: inherit;
    }

        .footer a:hover, .footer a:focus {
            color: #444;
            text-decoration: underline;
        }

        .footer hr {
            border-top: 1px solid #ddd;
            margin: 15px 0;
        }

        .footer .split-line {
            margin: 0 5px;
        }

        .footer .info-centre {
            padding: 15px 0;
        }

            .footer .info-centre span {
                vertical-align: middle;
            }

        .footer .nav-links li {
            padding: 2px 0;
        }

        .footer .nav-links h6 {
            font-weight: 600;
            margin: 5px 0;
        }

        .footer ul.ul-horizontal li {
            float: left;
            height: 36px;
            line-height: 30px;
        }

        .footer .statement-img li a {
            background: url("/App_Themes/Resources/Cash/images/ftr_ico_reco.png?20151226");
            background-position: -0px 0px;
            background-repeat: no-repeat;
            display: inline-block;
            margin: 0 5px;
        }

        .footer .license a.cagayan {
            background-position: -1191px 0px;
            width: 103px;
            height: 36px;
            margin-left: 15px;
        }

            .footer .license a.cagayan:hover {
                background-position: -1191px -33px;
            }

        .footer .provider a {
            float: left;
            margin: 0 5px;
        }

            .footer .provider a.spade {
                background-position: -487px 0px;
                width: 29px;
                height: 36px;
                margin-left: 15px;
            }

                .footer .provider a.spade:hover {
                    background-position: -487px -33px;
                }

            .footer .provider a.gameplay {
                background-position: -524px 0px;
                width: 127px;
                height: 36px;
            }

                .footer .provider a.gameplay:hover {
                    background-position: -524px -33px;
                }

            .footer .provider a.hogame {
                background-position: -656px 0px;
                width: 89px;
                height: 36px;
            }

                .footer .provider a.hogame:hover {
                    background-position: -656px -33px;
                }

            .footer .provider a.amaya {
                background-position: -755px 3px;
                width: 117px;
                height: 36px;
            }

                .footer .provider a.amaya:hover {
                    background-position: -755px -30px;
                }

            .footer .provider a.popul {
                background-position: -1309px -0px;
                width: 65px;
                height: 36px;
            }

                .footer .provider a.popul:hover {
                    background-position: -1309px -33px;
                }

            .footer .provider a.deluxe {
                background-position: -1518px -0px;
                width: 85px;
                height: 36px;
            }

                .footer .provider a.deluxe:hover {
                    background-position: -1518px -33px;
                }

            .footer .provider a.playtech {
                background-position: -1380px -0px;
                width: 127px;
                height: 36px;
                margin-left: 52px;
            }

                .footer .provider a.playtech:hover {
                    background-position: -1380px -33px;
                }

            .footer .provider a.allbet {
                background-position: -1655px 0px;
                width: 88px;
                height: 33px;
            }

                .footer .provider a.allbet:hover {
                    background-position: -1655px -34px;
                }

        .footer .payment a {
            float: left;
            margin: 0 5px;
        }

            .footer .payment a.fastbank {
                background-position: -1018px 0px;
                width: 70px;
                height: 36px;
                margin-left: 15px;
            }

                .footer .payment a.fastbank:hover {
                    background-position: -1018px -33px;
                }

            .footer .payment a.bankwire {
                background-position: -1106px 0px;
                width: 72px;
                height: 36px;
            }

                .footer .payment a.bankwire:hover {
                    background-position: -1106px -33px;
                }

            .footer .payment a.wing {
                background-position: -1609px 0px;
                width: 46px;
                height: 36px;
            }

                .footer .payment a.wing:hover {
                    background-position: -1609px -33px;
                }

        .footer .responsibility a {
            float: left;
            margin: 0 5px;
        }

            .footer .responsibility a.adult {
                background-position: -296px 0px;
                width: 29px;
                height: 36px;
                margin-left: 15px;
            }

                .footer .responsibility a.adult:hover {
                    background-position: -296px -33px;
                }

            .footer .responsibility a.gamecare {
                background-position: -330px 0px;
                width: 30px;
                height: 33px;
            }

                .footer .responsibility a.gamecare:hover {
                    background-position: -330px -33px;
                }

            .footer .responsibility a.thawte {
                background-position: -126px 0px;
                width: 83px;
                height: 36px;
            }

                .footer .responsibility a.thawte:hover {
                    background-position: -126px -33px;
                }

        .footer .social-media {
            margin-top: 72px;
        }

        .footer .social {
            height: 25px;
        }

            .footer .social a {
                float: left;
                margin-right: 10px;
                font-size: 18px;
            }

                .footer .social a span {
                    height: 25px;
                    width: 25px;
                    background: #999;
                    border-radius: 2px;
                    display: inline-block;
                }

                    /*.footer .social a span.social-twitter {
                        background: #4DA1E1;
                    }*/

                    .footer .social a span.social-twitter:hover {
                        background: #55ACEE;
                    }

                    /*.footer .social a span.social-facebook {
                        background: #3a5795;
                    }*/

                    .footer .social a span.social-facebook:hover {
                        background: #4D69A2;
                    }

                    .footer .social a span.social-weibo:hover {
                        background: #D52B2A;
                    }

                    /*.footer .social a span.social-youtube {
                        background: #D02021;
                    }*/

                    .footer .social a span.social-youtube:hover {
                        background: #E22B26;
                    }

                    .footer .social a span:hover i.fa {
                        color: #fff;
                    }

                    .footer .social a span i.fa {
                        color: #fff;
                        margin-left: 5px;
                    }

                    .footer .social a span i.fa-facebook {
                        margin-left: 9px;
                    }

        .footer .statement-text {
            font-size: 11px;
            font-family: inherit;
            padding: 10px 0;
        }

            .footer .statement-text span {
                display: block;
                overflow: hidden;
                width: 100%;
                white-space: normal;
            }

.vi-vn .footer .statement-text span {
    word-break: break-all;
}

/*==end footer==*/

/*==start sidebar contact==*/
.sportsbook .sidebar {
    display: none;
}

.sidebar {
    display: block;
    right: -181px;
    top: 156px;
    position: fixed;
    width: 240px;
    z-index: 200;
}

    .sidebar .contact-icon {
        font-size: 36px;
        color: #fff;
        margin: 18px 0 0 18px;
    }

    .sidebar .contact-title {
        top: 105px;
        color: #fff;
        width: 160px;
        padding: 5px;
        left: -48px;
        font-size: 26px;
        position: absolute;
        text-align: center;
        letter-spacing: 2px;
        transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        text-transform: uppercase;
    }

    .sidebar .contact {
        display: block;
        width: 180px;
        float: right;
        color: #fff;
        text-align: center;
    }

        .sidebar .contact .service {
            padding: 20px 5px;
            display: block;
            width: 150px;
            font-size: 16px;
            height: 98px;
        }

        .sidebar .contact .way {
            display: block;
            height: 55px;
            position: relative;
            padding: 10px 5px;
            text-align: center;
        }

.id-id .sidebar .contact .way.way-livechat {
    padding: 5px;
}

.vi-vn .sidebar .contact .way.way-livechat {
    padding: 5px;
}

.vi-vn .sidebar .contact .way.way-skype {
    padding: 14px 5px;
}

.vi-vn .sidebar .contact .way.way-weixin {
    padding: 12px 5px;
}

.vi-vn .sidebar .contact .way.way-phone {
    padding: 2px 5px;
}

.en-us .sidebar, .th-th .sidebar, .vi-vn .sidebar, .es-es .sidebar, .pt-pt .sidebar {
    background: url(/statics/cash/img/contactus.png?20151212) no-repeat;
}

.zh-cn .sidebar, .zh-tw .sidebar, .id-id .sidebar {
    background: url(/statics/cash/img/contactus_zh-CN.png?20151212) no-repeat;
}

    .id-id .sidebar .way .fa-line-iocn {
        background-image: url(/app_themes/resources/cash/images/line.png);
        width: 26px !important;
        height: 26px !important;
    }

    .id-id .sidebar .way .fa-bbm-iocn {
        background-image: url(/app_themes/resources/cash/images/bbm.png);
        width: 26px !important;
        height: 26px !important;
    }

.vi-vn .sidebar .way .fa-zalo-icon {
    background-image: url(/app_themes/resources/cash/images/zalo.png);
    width: 26px !important;
    height: 26px !important;
}

.sidebar .contact .way i.fa {
    float: left;
    font-size: 28px;
    margin: 5px 8px !important;
    width: 28px;
}

    .sidebar .contact .way i.fa.fa-skype {
        font-size: 29px;
    }

    .sidebar .contact .way i.fa.fa-weixin {
        font-size: 24px;
    }

    .sidebar .contact .way i.fa.fa-phone-square {
        font-size: 26px;
    }

.sidebar .contact .way span {
    display: block;
    color: #81d8ff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}

.vi-vn .sidebar .contact .way span {
    font-size: 12px;
}

.id-id .sidebar .contact .way span, .pt-pt .sidebar .contact .way span, .es-es .sidebar .contact .way span {
    font-size: 13px;
}

.sidebar .contact .way a {
    color: #fff;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    display: block;
    /*margin-left:-5px;*/
}

    .sidebar .contact .way a:hover, .sidebar .contact .way a:focus {
        color: #81d8ff;
    }

.sidebar .contact .tip span {
    display: block;
    color: #81d8ff;
    padding: 5px 8px;
    width: 100%;
    font-size: 12px;
}

    .sidebar .contact .tip span:hover {
        color: #fff;
    }

    .sidebar .contact .tip span i.fa {
        color: #fff;
        font-size: 14px;
        margin: 0 5px;
    }

.sidebar .contact .join a {
    margin: 5px 0 10px;
    padding: 4px 12px;
}
/*==end sidebar contact==*/

/*==start srollto==*/
.rollto {
    position: fixed;
    right: 230px;
    right: -moz-calc((100% - 1030px) / 2 - 46px);
    right: -webkit-calc((100% - 1030px) / 2 - 46px);
    right: calc((100% - 1030px) / 2 - 46px);
    bottom: 100px;
    z-index: 999;
    display: none;
}

@media (max-width: 1030px) {
    .rollto {
        position: fixed;
        right: 10px;
        bottom: 60px;
        z-index: 999;
        display: none;
    }
}

.rollto a {
    overflow: hidden;
    display: block;
    width: 36px;
    height: 36px;
    background: #666;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
    margin: 1px 0;
}

    .rollto a:hover {
        color: #fff;
        opacity: 1;
    }

    .rollto a i {
        width: 36px;
        top: 0;
        margin: 0;
        padding: 5px 10px;
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

    .rollto a .fa-comment-o {
        font-size: 14px;
        line-height: 25px;
    }

/*==end srollto==*/


/*====unslider home page=====*/
/*banner for ad*/
#cmdad {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 4px solid #fff;
    margin-bottom: 18px;
    margin-left: 19px;
    width: 350px;
    float: left;
    overflow: hidden;
    position: relative;
}

/*.ad-banner {
    background: none repeat scroll 0 0 #5B4D3D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 4px solid #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
    overflow: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 648px;
    float: left;
}

    .ad-banner ul {
        list-style: none outside none;
    }

        .ad-banner ul li {
            background-size: 100% 100%;
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) inset;
            display: block;
            float: left;
            height: 270px;
        }

    .ad-banner .dots {
        bottom: 15px;
        left: 0;
        position: absolute;
        right: 0;
    }

        .ad-banner .dots li.active {
            background: none repeat scroll 0 0 #FFFFFF;
            opacity: 1;
        }

        .ad-banner .dots li {
            border: 2px solid #FFFFFF;
            border-radius: 6px 6px 6px 6px;
            cursor: pointer;
            display: inline-block;
            height: 8px;
            margin: 0 4px;
            opacity: 0.4;
            text-indent: -999em;
            transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
            width: 8px;
            *float: right;
        }*/
/** banner with out ad**/
.banner {
    background: none repeat scroll 0 0 #5B4D3D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 4px solid #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
    overflow: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}

    .banner ul {
        list-style: none outside none;
    }

        .banner ul li {
            background-size: 100% 100%;
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) inset;
            display: block;
            float: left;
            height: 250px;
        }

    .banner .dots {
        bottom: 15px;
        left: 0;
        position: absolute;
        right: 0;
    }

        .banner .dots li.active {
            background: none repeat scroll 0 0 #FFFFFF;
            opacity: 1;
        }

        .banner .dots li {
            border: 2px solid #FFFFFF;
            border-radius: 6px 6px 6px 6px;
            cursor: pointer;
            display: inline-block;
            height: 8px;
            margin: 0 4px;
            opacity: 0.4;
            text-indent: -999em;
            transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
            width: 8px;
            *float: right;
        }


#divpromo .modal-content {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 296px;
}

#divpromo .modal-header {
    border: 0 none;
    min-height: 0;
    padding: 0;
}

    #divpromo .modal-header .close {
        background: #ff1493;
        color: #ffffff;
        opacity: 0.8;
        margin: 0;
    }

        #divpromo .modal-header .close:hover, #divpromo .modal-header .close:focus {
            background: #fb0206;
            color: #ffffff;
            opacity: 1;
        }

#divpromo .modal-footer {
    text-align: left;
    margin-top: 195px;
    border: 0 none;
    margin-left: 90px;
}

    #divpromo .modal-footer button.btn-danger {
        width: 200px;
        border: 3px solid #fff;
        border-radius: 10px;
        height: 32px;
        font-size: 24px;
        line-height: 20px;
        background-image: linear-gradient(to bottom, #8c071a, #d6000a);
    }

        #divpromo .modal-footer button.btn-danger:hover, #divpromo .modal-footer button.btn-danger:focus {
            background-image: linear-gradient(to bottom, #8d1224, #e60b15);
        }

.id-id #PhishingSet .modal-footer {
    padding: 15px 1px !important;
}

/*alert modal*/
.modal-content {
    border-radius: 4px;
}

.modal-dialog {
    margin: 8% auto 10px;
    width: 480px;
}

    .modal-dialog img {
        max-width: 100%;
    }

@media screen and (max-width: 767px) {
    .modal-dialog {
        margin: 50px auto;
        width: 88%;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        margin: 8% auto 10px;
        width: 480px;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

#divAd .modal-dialog, #divAd .modal-header, #divAd .modal-header {
    border-radius: 3px;
}

#divAd .modal-header {
    background: #eee;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 3px 3px 0 0;
    /*min-height: 4px;*/
    padding: 2px 15px;
}

.modal-header .close {
    margin-top: -3px;
}

#alert-wrapper .modal-header {
    border-radius: 4px 4px 2px 2px;
    padding: 5px 8px;
}

#alert-wrapper .info {
    background: url("") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.alert-text {
    color: #444444;
    font: 700 12px/18px Tahoma;
    margin: 0;
    text-align: center;
}

#alert-wrapper .modal-footer {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 0 0 2px 2px;
    padding: 7px 20px 8px;
}

    #alert-wrapper .modal-footer button {
        min-width: 50px;
        padding: 2px 12px;
    }


#bonuslist {
    min-height: 300px;
}

    #bonuslist .d2 {
        margin-top: 10px;
    }

    #bonuslist .title {
        margin-left: 20px;
    }

    #bonuslist .text2 {
        color: #8B0000;
        font-weight: 800;
    }

    #bonuslist ul {
        margin: 8px 0 0 20px;
    }

/*==start promotion style ==*/
.promotion .panel-body table tr td p {
    margin: 5px 0;
}
/*==end promotion style==*/
#promotions {
    display: none;
    outline: 0px;
    z-index: 1004;
    position: absolute;
    height: auto;
    width: 400px;
    top: 169.5px;
    left: 508px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    #promotions .header {
        background-color: #ccc;
        border-radius: 4px;
        width: 390px;
        height: 32px;
        margin: 5px auto;
    }

#promotionText {
    color: black;
    line-height: 32px;
    margin-left: 10px;
    font-weight: bold;
    float: left;
}

#promotions .icons:hover {
    border: 1px solid #777777;
    border-radius: 2px;
}

#promotions .btnend {
    width: 400px;
    border-top: 1px solid #ccc;
    height: 45px;
    margin-top: 40px;
}

#bonuslist h3 {
    text-align: center;
}


/*=====================bootbox==============*/
.bootbox .modal-header {
    padding: 10px 15px;
}

.bootbox .modal-body button.close {
    margin-top: -20px !important;
}

.bootbox .modal-body {
    margin: 10px 0;
}

.bootbox .bootbox-body {
    font: 700 12px/22px Tahoma;
    color: #444;
    text-align: center;
}

.bootbox .modal-footer {
    padding: 9px 20px 10px;
    margin-top: 5px;
}

.bootbox .btn {
    min-width: 56px;
    padding: 4px 12px;
    border-radius: 3px;
}

.bootbox input[type=text]:focus, input[type=password]:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.bootbox input[type=text], .bootbox input[type=password] {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn {
    font-family: inherit;
    border-radius: 2px !important;
}

.btn-primary {
    color: #fff;
    background-color: #484848;
    border-color: #505050;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #555;
        border-color: rgba(17, 111, 183, 0.8);
    }

    .btn-primary:active:hover {
        color: #fff;
        background-color: #555;
        border-color: #122b40;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #555;
        border-color: #204d74;
    }

.btn-primary {
    color: #fff;
    background-color: #484848;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #484848;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #484848;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #484848;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #484848;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #484848;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }


/*Cash New Theme*/

/*Tabs*/
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.tab .nav-tabs {
    border: none;
    background: none;
    border: solid 1px #116fb7;
    background: #eee;
}

    .tab .nav-tabs a {
        font-size: 13px;
        padding: 8px 15px;
        text-transform: uppercase;
        margin-right: 1px;
        min-width: 88px;
        text-align: center;
    }

    .tab .nav-tabs > .active > a,
    .tab .nav-tabs > .active > a:hover,
    .tab .nav-tabs > .active > a:focus {
        color: #fff;
        border: none;
        background: #116fb7;
    }

    .tab .nav-tabs > li > a {
        border: none;
        color: #116fb7;
    }

        .tab .nav-tabs > li > a:hover {
            color: #fff;
            background: #116fb7;
        }

.tab .tab-content {
    padding: 5px 0;
}

    .tab .tab-content img {
        margin: 3px;
    }

        .tab .tab-content img.img-tab-space {
            margin-top: 7px;
        }

/*Accordions*/
.acc .panel-heading {
    padding: 0;
    box-shadow: none;
}

.acc-icon a.accordion-toggle i {
    color: #555;
    margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
    color: #39414c;
}

/*Panels (Portlets)*/
.panel-group .panel + .panel {
    margin-top: 2px;
}

.panel,
.panel-heading,
.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    color: #fff;
    padding: 5px 15px;
}

    .panel-heading .btns {
        padding: 30px 0 0;
    }

        .panel-heading .btns .btn {
            margin-top: 10px;
            min-width: 100px;
        }

        .panel-heading .btns .btn-primary .caret {
            color: #fff;
            border-color: #fff rgba(0, 0, 0,0);
            display: none;
        }

        .panel-heading .btns .btn-default .caret {
            position: absolute;
            bottom: 4px;
            left: 35%;
        }

/*home style*/
.modal-header .esc {
    background: none repeat scroll 0 0 #ff1493;
    color: #ffffff;
    margin: 2px;
    opacity: 0.8;
}

.modal-header .esc {
    margin-top: -15px;
    margin-right: -14px;
}

button.esc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0 2px;
}

.esc {
    color: #000000;
    float: right;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.padding-2 {
    padding: 2px;
}

.padding-h-2 {
    padding: 0 2px;
}

.padding-v-2 {
    padding: 2px 0;
}

.padding-5 {
    padding: 5px;
}

.padding-h-5 {
    padding: 0 5px;
}

.padding-v-5 {
    padding: 5px 0;
}

.padding-10 {
    padding: 10px;
}

.padding-h-10 {
    padding: 0 10px;
}

.padding-v-10 {
    padding: 10px 0;
}

.row img {
    border: 1px solid transparent;
}

.logo-footer {
    background: url('/statics/cash/img/logo-footer.png?20151009') no-repeat #f2f2f2;
    width: 76px;
    height: 14px;
    margin: 1px;
    display: inline-block;
    vertical-align: middle;
}

    .logo-footer:hover {
        background: url('/statics/cash/img/logo-footer_hover.png?20151009');
    }

.row.mainbanner .bx-wrapper {
    margin: 0 auto;
}

    .row.mainbanner .bx-wrapper .bx-viewport {
        border: 0 none;
        left: 0;
    }

    .row.mainbanner .bx-wrapper .bx-pager {
        text-align: center;
        bottom: 6px;
    }

.row.mainbanner img {
    border: 0 none;
    width: 100%;
}

.row.mainbanner .container {
    padding: 0 15px;
}

.row.mainbanner .banner-bg {
    position: relative;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
}

.row.mainbanner .banner-content {
    position: absolute;
    bottom: 20px;
    bottom: 2vw;
    color: #fff;
    font-size: 45px;
    font-family: Tahoma,"Microsoft Yahei",Arial,Helvetica;
    font-weight: 500;
}

    .row.mainbanner .banner-content, .row.mainbanner .banner-content p {
        font-size: 45px !important;
        font-size: 2.5vw !important;
    }

.row.ad-banner img {
    cursor: pointer;
    border: 1px solid transparent;
}

/*.row.ad-banner img:hover {
        border: 1px solid #116fb7;
    }*/

.row.ad-banner embed {
    width: 100%;
    height: 187px;
    display: block;
}

.row.advantages-title h3, .row.advantages-title .h3 {
    font-size: 18px;
    text-indent: 40px;
    margin: 0;
    padding: 14px 0;
    color: #444;
}

.row.advantages-content .bx-wrapper .bx-viewport {
    min-height: 320px !important;
    overflow: hidden;
}

    .row.advantages-content .bx-wrapper .bx-viewport ul.bxslider li {
        padding: 0 1px;
    }

.row.advantages-content h3, .row.advantages-content .h3, .row.advantages-content h3 p, .row.advantages-content .h3 p {
    font-size: 18px;
    color: #116fb7;
}

.row.advantages-content p {
    font-size: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    word-spacing: normal;
}


.id-id .row.advantages-content p, .vi-vn .row.advantages-content p {
    word-break: break-all;
}

.btn-dark {
    color: #fff;
    background-color: #00305c;
    border-color: #084d85;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: #0e548a;
        border-color: #094d85;
    }

    .btn-dark:hover {
        color: #fff;
        background-color: #0e548a;
        border-color: #094d85;
    }

/*Ipad style*/

@media (min-width: 768px) {
    .container {
        width: 970px;
    }

    .sportsbook .main .container {
        padding: 0 !important;
    }
}

@media (min-device-width: 768px) {
    .container {
        width: 970px;
    }

    .home .main .container {
        width: 940px;
    }

    .home img.editable {
        width: 100%;
    }

    .home .row.min-banner {
        padding-bottom: 10px;
        padding-top: 0;
    }

    /*.sportsbook .main .container {
        padding: 15px 15px 0;
        width: 970px;
    }*/

    .sportsbook .sidebar {
        right: -194px;
    }

        .sportsbook .sidebar .contact-icon {
            margin: 18px 0 0 6px;
        }

        .sportsbook .sidebar .contact-title {
            left: -65px;
        }
}

@media (min-device-width: 992px) {
    .container {
        width: 970px;
    }

    .home .main .container {
        width: 940px;
    }

    .home img.editable {
        width: 100%;
    }

    .home .row.min-banner {
        padding-bottom: 10px;
        padding-top: 0;
    }

    /*.sportsbook .main .container {
        padding: 15px 15px 0;
        width: 970px;
    }*/

    .sportsbook .sidebar {
        right: -194px;
    }

        .sportsbook .sidebar .contact-icon {
            margin: 18px 0 0 6px;
        }

        .sportsbook .sidebar .contact-title {
            left: -65px;
        }
}

@media (min-device-width: 1024px) {
    .home .main .container {
        margin: 0 auto;
    }
}

@media (min-device-width: 1200px) {
    .container {
        width: 1030px;
    }

    .home .main .container {
        width: 1030px;
        margin: 0 auto;
    }

    .home .row.min-banner {
        padding: 10px 0;
    }
}

@media (min-width: 1200px) {
    .ESports .container {
        width: calc(100% - 14px);
        margin: 0;
        padding: 0;
    }

        .ESports .container .col-xs-12 {
            padding-left: 0;
            padding-right: 0;
        }
}

@media (max-width: 1024px) {
    .ESports .container {
        width: 1040px;
    }

    .esports {
        width: 1080px;
    }

        .esports .subnavbar {
            width: 1080px;
        }
}

@media (min-width: 1200px) {
    .NewSportsbook .container {
        width: 1140px;
    }
}

@media (max-width: 1024px) {
    .NewSportsbook .container {
        width: 1140px;
    }

    .newsportsbook {
        width: 1140px;
    }

        .newsportsbook .subnavbar {
            width: 1140px;
        }
}

@media (min-width: 1200px) {
    .VirtualSports .container {
        width: 1074px;
    }
}

@media (max-width: 1024px) {
    .VirtualSports .container {
        width: 1074px;
    }

    .virtualsports {
        width: 1074px;
    }

        .virtualsports .subnavbar {
            width: 1074px;
        }
}

@media (min-width: 1200px) {
    .VirtualSports.new .container {
        width: 1140px;
    }
}

@media (max-width: 1024px) {
    .VirtualSports.new .container {
        width: 1140px;
    }

    .virtualsports.new {
        width: 1140px;
    }

        .virtualsports.new .subnavbar {
            width: 1140px;
        }
}