*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cf:before,
.cf:after {
    content:' ';
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}
a{
    text-decoration: none;
    color: inherit;
}
a:focus, a:active, a:visited,
a img:focus, a img:active, a img:visited {
    border: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;   
    font-weight: normal;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
.ctr {
    text-align: center !important;
}
.lft {
    text-align: left !important;
}
.rgt {
    text-align: right !important;
}
html {
    /*width: 100%;*/
}
body{
    background: url('../img/bg-main.jpg') center 70px no-repeat;
    background-color: #550000;
    color: #fff;
    margin: 0;
    font-size: 13px;
    min-width: 320px;
    /*width: 100%;*/
}
.lang-wrap {
    width: 180px;
    background: #000;
    background-color: rgba(70, 15, 7, .5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 10px;
    left: 150px;
    z-index: 100;
    font-family: "MyriadPro-Regular", Helvetica, Arial, sans-serif;
}
.sc .lang-wrap, .ch .lang-wrap {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
.kr .lang-wrap {
    font-family: "Malgun Gothic", "MyriadPro-Regular",  Arial, sans-serif !important;
}
.id .lang-wrap {
    width: 165px;
    left: 136px;
}
.th .lang-wrap {
    font-family: Tahoma, Arial, sans-serif !important;
}
.vn .lang-wrap {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
.lang-trigger {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 4px 5px 3px;
    cursor: pointer;
    display: none;
}
.kr .lang-trigger {
    padding: 5px;
}
.lang-select .sprt,
.lang-trigger .sprt,
.txt-lang {
    margin-right: 5px;
    float: left
}
.lang-trigger .sprt.arw-lang {
    position: absolute;
    top: 10px;
    right: 10px
}
.lang-select {
    background-color: rgba(0, 0, 0, .3);
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none
}
.lang-select li {
    list-style-type: none;
    clear: both;
    padding-left: 0;
}
.txt-lang {
    position: relative;
    font-size: 14px;
    z-index: 20;
    color: #fff;
    line-height: 1.4;
}
.kr .txt-lang {
    line-height: 1.2;
}
.lang-select li a:hover .txt-lang {
    color: #000
}
.lang-select li a {
    float: left;
    clear: both;
    padding: 5px;
    width: 100%;
}
.lang-select li a:hover {
    background-color: #ffe000;
    color: #000
}
.hide-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}
.header {
    background-color: #af0000;
    width: 100%;
    /*margin-bottom: 10px;*/
    position: relative;
    z-index: 20;
    font-family: "MyriadPro-Regular", Arial, sans-serif;
}
.sc .header, .ch .header {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
.kr .header {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}
.th .header {
    font-family: Tahoma, Arial, sans-serif !important;
}
.vn .header {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
.inner-header{
    max-width: 1000px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 15px 20px;
    position: relative;
}
.dafabet-logo{
    float: left;
}
.right-nav{
    float: right;
    position: relative;
}
.inner-right-nav{
    width: 446px;
    margin-top: 10px;
}
.download-btn, .join-now-btn {
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-orgin: center;
}
.download-btn:hover, .join-now-btn:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.download-btn{
    background: url('../img/download-button.png') no-repeat;   
    position: relative;
    width: 131px;
    height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #392708;
    line-height: 26px;
    font-weight: bold;
    padding-right: 10px;
    float: left;
}
.sc.gold .download-btn {
    float: none;
    float: right;
}
.join-now-btn {
    background-color: #ffe000;
    border-radius: 3px;
    float: right;
    color: #272727;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 10px;
    width: 100px;
    text-align: center;
}
.sc.gold .join-now-btn {
    margin-left: 10px;
}
.id .join-now-btn {
    font-size: 10px;
    padding: 8px 18px;
    width: 140px;
}
.vn .join-now-btn {
    font-size: 11px;
    padding: 7px 2px;
    text-align: center;
}
.arrow-gif{
    background: url('../img/download-arrow.gif') no-repeat;
    width: 13px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 8px;
}
.nav-prods, .nav-prods-glow {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.nav-prods {
    position: relative;
    padding-left: 200px;
    height: 0;
    display: none;
    margin: 0 auto;
}
.nav-prods-glow {
    position: relative;
    top: -185px; 
    z-index: 15;
}
.nav-prods a {
    display: inline-block;
    vertical-align: top;
    width: 89px;
    height: 489px;
    margin: 0 25px;
    position: relative;
    top: -20px;
    z-index: 20;
    color: #530000;
    font-size: 12px;
    font-family: "MyriadPro-Bold", Arial, sans-serif;
}
.sc .nav-prods a, .ch .nav-prods a {
     font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
     font-weight: bold;
}
.kr .nav-prods a {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .nav-prods a {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .nav-prods a {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.nav-prods a span {
    background: #efe0bf;
    display: block;
    padding: 5px 5px 2px;
    position: relative;
    top: 320px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.sc .nav-prods a span, .ch .nav-prods a span, .kr .nav-prods a span, .th .nav-prods a span {
    padding: 5px;
}
/*.nav-prods a.casino {
    display: block;
}*/
.nav-prods a.ow-sports {
    display: block;
}
.nav-prods a.dafa-sports {
    display: block;
}
.nav-prods a.casino {
    background: url("../img/bg-nav-casino-current.png") no-repeat;
}
.nav-prods a.live-dealer {
    background: url("../img/bg-nav-live-dealer.png") no-repeat;
}
.nav-prods a.keno {
    background: url("../img/bg-nav-keno.png") no-repeat;
}
.nav-prods a.poker {
    background: url("../img/bg-nav-poker.png") no-repeat;
}
.nav-prods-glow span {
    display: inline-block;
    width: 235px;
    height: 235px;
    margin: 0 -48px;
    opacity: 0;
}
.nav-prods-glow span.ow-sports-glow {
    display: none;
}
.nav-prods-glow span.dafa-sports-glow {
    display: none;
}
.nav-prods-glow span.casino-glow {
    background: url("../img/bg-nav-ow-sports-glow.png") no-repeat;
}

.nav-prods-glow span.live-dealer-glow {
    background: url("../img/bg-nav-live-dealer-glow.png") no-repeat;
}
.nav-prods-glow span.keno-glow {
    background: url("../img/bg-nav-keno-glow.png") no-repeat;
}
.nav-prods-glow span.poker-glow {
    background: url("../img/bg-nav-poker-glow.png") no-repeat;
}

main.content {
    height: 805px;
    max-width: 1000px;
    min-width: 320px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.content a {
    color: #fee000;
    text-decoration: underline;
}
.lbox a {
    color: #fee000;
    font-weight: bold;
    text-decoration: underline;
}
.content a:hover, .lbox a:hover {
    text-decoration: underline;
}
a.btn-ylw {
    text-decoration: none !important;
}
.content-left, .content-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.content-left {
    max-width: 450px;
    width: 100%;
}
.content-right {
    max-width: 540px;
    width: 100%;
}
.trigger-menu {
    width: 89px;
    height: 489px;
    cursor: pointer;
    position: absolute;
    top: -170px;
    left: -130px;
    z-index: 10;

}


.trigger-menu-2 {
    width: 89px;
    height: 489px;
    cursor: pointer;
    position: absolute;
    top: -100px;
    left: -40px;
    z-index: 10;
}
.trigger-menu img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


.trigger-menu:hover img {
    -webkit-filter: brightness(1.40);
    filter: brightness(1.40);
}

.trigger-menu span {
    background: #efe0bf;
    display: block;
    padding: 5px 5px 2px;
    position: absolute;
    top: 320px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #530000;
    font-size: 12px;
    font-family: "MyriadPro-Bold", Arial, sans-serif;
    z-index: 12;
}
.trigger-menu-2 span {
    left: 15px;
}
.vn .trigger-menu-2 span {
    left: 15px;
    padding: 5px 20px 2px;
}
.sc .trigger-menu span, .ch .trigger-menu span {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
    padding: 5px;
    left: 15px;
}
.kr .trigger-menu span {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
    padding: 5px;
    left: 7px; 
}
.th .trigger-menu span {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
    padding: 5px;
    left: 10px;
}
.vn .trigger-menu span {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.trigger-menu p {
    position: absolute;
    background: #efe0bf;
    padding: 5px;
    color: #530000;
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.trigger-menu:hover p {
    opacity: 1;
}
.banner {
    margin-top: 10px;
    line-height: 1.2;
    height: 230px;
}
.banner h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.banner .period {
    font-size: 12px;

}
.prizes {
    position: relative;
    height: 450px;
}
.prizes > img {
    position: absolute;
    top: 15px;
    left: -38px;
}
.btn-newbie {
    background: url("../img/btn-newbies-treat.png") no-repeat;
    width: 436px;
    height: 254px;
    position: absolute;
    top: 300px;
    left: -49px;
    cursor: pointer;
}
.sc.gold .btn-newbie {
    cursor: default;
}
.btn-newbie span {
    display: inline-block;
    width: 100%;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    color: #6a0200;
    font-size: 22px;
    position: absolute;
    top: 110px;
    left: 0;
    line-height: 1;
    visibility: hidden;
    padding-right: 5px;
}
.soccer-xmas-ball{
    top: 465px;
    position: absolute;
    left: 144px;
}

.sc .btn-newbie span, .ch .btn-newbie span {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
    top: 120px;
}
.kr .btn-newbie span {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 22px;
    top: 120px;

}
.th .btn-newbie span {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 19px;
    top: 115px;
}
.vn .btn-newbie span {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 19px;
    top: 115px;
}
.id .btn-newbie span {
    font-size: 20px;
    top: 115px;
}
.btn-newbie:hover {
    background: url("../img/btn-newbies-treat-hover.png") no-repeat;
}
.btn-newbie:hover span {
    visibility: visible;
}
.qr {
    position: relative;
    cursor: pointer;
}
.qr-phone, .qr-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.qr-phone {
    background: url("../img/smartphone.png") no-repeat;
    width: 118px;
    height: 239px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-code {
    position: absolute;
    left: 6px;
    top: 23px;
    background: rgba(0,0,0,.6);
    width: 107px;
    height: 157px;
    padding-top: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-code > img {
    width: 97px;
    border: 2px solid #000;
}
.qr:hover .qr-phone {
    top: -50px;
}
.qr:hover .qr-code {
    opacity: 1;
}
.qr-info {
    margin: 10px 0 0 5px;
    width: 50%;
}
.qr-info > img, .qr-info > p {
    display: inline-block;
    vertical-align: middle;
}
.qr-info > p {
    font-family: "MyriadPro-Regular", Arial, sans-serif;
    font-size: 12px;
    width: 85%;
}
.sc .qr-info > p, .ch .qr-info > p {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}
.kr .qr-info > p {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-size: 11px;
}
.th .qr-info > p {
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 11px;
}
.vn .qr-info > p {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
.txt-decor {
    color: #ffe000;
    text-decoration: underline;
}
.txt-decor.desk {
    display: inline !important;
}
.txt-decor.mobi {
    display: none !important;
}
.tab-main {
    position: absolute;
    right: -50px;
    top: 100px;
    z-index: 10;
}
.tab {
    display: block;
    width: 48px;
    height: 67px;
    cursor: pointer;
    margin: 5px 0 25px;
    position: relative;
    opacity: .5;
    border-bottom: 1px solid rgba(255,0,53,0);
     -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.tab:hover {
    opacity: .75;
}
.tab.act {
    opacity: 1
}
.tab1 {
    background: url("../img/main-tab-1.png") no-repeat;
}
.tab2 {
    background: url("../img/main-tab-2.png") no-repeat;
}
.tab3 {
    background: url("../img/main-tab-3.png") no-repeat;
}
.tab4 {
    background: url("../img/main-tab-4.png") no-repeat;
}
.tab5 {
    background: url("../img/main-tab-5.png") no-repeat;
}
.tab-title {
    display: block;
    position: absolute;
    bottom: -22px;
    right: 0px;
    background: rgba(0,0,0,.55);
    color: #ffe000;
    padding: 5px 5px 0 0;
    height: 23px;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tab-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(0,0,0,.55);
    left: -11px;
    top: 1px;
}
.collapse {
    display: none;
    vertical-align: super;
    background: url('../img/collapse-arw.png') no-repeat;

    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapse.act {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*.tab:hover .tab-title, .tab.act .tab-title {
    opacity: 1;
}*/
.box {
    width: 100%;
    height: 620px;
    margin-top: 20px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    /*overflow-y: hidden;*/
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.box.shut {
    padding: 0;
    margin-bottom: 50px;
    margin: 0;
    height: 0;
    overflow: hidden;
}
.bxslider {
    visibility: hidden;
}
.top {
    height: 225px;
}
.page3 .top {
    height: 150px;
}
.page3 hr {
    background: #fee100;
    color: #fee100;
    width: 50%;
    border: none;
    border-bottom: 1px solid #fee100;
    margin-top: 0px;
}

.page3 .mid h3{
    text-align: center;
}

.page3 .mid h1{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.page4 .top, .page5 .top {
    height: 65px;
}
.top-left, .top-right {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
}
.top-left {
    width: 197px;
    height: 224px;
}
.top-right {
    width: 175px;
    height: 175px;
}
.top-right .date {
    text-align: center;
    margin: 0 0 10px;
}
.top-right > img {
    max-width: 175px;
    width: 100%;
}
.bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
}
.bx-wrapper .bx-controls-direction a {
    width: 27px;
    height: 59px;
    z-index: 10;
    top: 15%;
    margin-top: 50px !important;
}
.page1 .bx-wrapper{
    max-width: 540px !important;
    width: 100%;
    height: 210px;
    margin: 0 auto;
}

.page1 .bx-wrapper img{
    max-width: 390px;
    width: 100%;
    margin-top: 5px;
    z-index: 0;
}

img.ornaments{
    max-width: 126px !important;
    width: 100% !important;
    margin-top: -45px !important;

}

.banner-bg{
    position: absolute;
    z-index: 1;
    left: 50px;
}
.bx-wrapper .bx-prev {
    background: url("../img/slide-arw-left.png") no-repeat !important;
    left: 0px;
}
.bx-wrapper .bx-next {
    background: url("../img/slide-arw-right.png") no-repeat !important;
    right: 0px;
}
.page1 .bx-wrapper .bx-next {
    right: 75px;
}
.page1 .bx-wrapper .bx-prev {
    left: 75px;
}
.bx-wrapper .bx-prev:hover {
    background: url("../img/slide-arw-left-hover.png") no-repeat !important;
}
.bx-wrapper .bx-next:hover {
    background: url("../img/slide-arw-right-hover.png") no-repeat !important;
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-focus:next, .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}
.bx-wrapper img {
    max-width: none;
    margin: 0 auto;
}
.bx-loading{
    min-height:50px;
    background:url('../img/bx_loader.gif') center center no-repeat #fff !important;
}
.mobile {
    position: absolute;
    left: 47px;
    bottom: -13px;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.date {
    font-family: "MyriadPro-BoldCond", Arial, sans-serif;
    font-size: 16px;+
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 25px;
}
.sc .date, .ch .date {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 14px; 
}
.kr .date {
    font-family: "Malgun Gothic", "MyriadPro-Regular",  Arial, sans-serif !important;
    font-weight: bold;
    font-size: 14px;
}
.th .date {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .date {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.btn-ylw {
    font-family: "MyriadPro-BoldCond", Arial, sans-serif;
    width: 170px;
    height: 37px;
    margin: 0 5px;
    border: 1px solid #f6be68;
    display: inline-block;
    cursor: pointer;
    /*overflow: hidden;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#submit-badge{
  background: url(../img/main-btn-image-small.png);
  border: none;
  max-width: 120px;
  width: 100%;
  height: 37px;
  padding-top: 8px;
}

#submit-badge2 {
    background: url(../img/main-btn-image-small.png);
    border: none;
    max-width: 120px;
    width: 100%;
    height: 37px;
    padding-top: 8px;
}

.main-btn-image{
    background: url(../img/main-btn-image.png);
    max-width: 206px;
    width: 100%;
    height: 56px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-family: "MyriadPro-BoldCond", Arial, sans-serif;
    padding-top: 13px;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-btn-image:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-btn-image a{
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
    font-size: 17px;
    font-family: "MyriadPro-BoldCond", Arial, sans-serif;
}

.main-btn-image a:hover{
    text-decoration: none;
}
.main-btn-image span{
    font-size: 17px;
}

.main-btn-image-general{
    padding-top: 22px;
}

a#promo3{
    font-size: 20px;
}

.sc .main-btn-image,
.ch .main-btn-image,
.id .main-btn-image,
.kr .main-btn-image,
.th .main-btn-image,
.vn .main-btn-image{
    padding-top: 25px;
}

.links .btn-ylw {
    vertical-align: top;
}
.sc .btn-ylw, .ch .btn-ylw {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .btn-ylw {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .btn-ylw {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .btn-ylw {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.btn-ylw span {
    color: #100202;
    position: relative;
    font-size: 16px;
    top: 9px;
}
.kr .btn-ylw span {
    font-size: 14px;
}
.vn .btn-ylw span {
    font-size: 15px;
}
/*.btn-ylw:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    background: rgba(255,255,255,.75);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/
.btn-ylw:hover {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #fef3a4 100%);
    background: -webkit-linear-gradient(top, #ffcc00 0%,#fef3a4 100%);
    background: linear-gradient(to bottom, #ffcc00 0%,#fef3a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#fef3a4',GradientType=0 );
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none !important;
}
/*.btn-ylw:hover:before {
    left: 100%;
}*/
.btn-play {
    /*width: 100%;*/
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-play span {
    font-size: 22px;
    top: 8px;
}
.sc .btn-play span, .ch .btn-play span {
    top: 6px;
}
.kr .btn-play span {
    font-size: 17px;
}
.th .btn-play span {
    font-size: 20px;
}
.vn .btn-play span {
    font-size: 20px;
    top: 6px;
}
.btn-play:after {
    content: url("../img/btn-ylw-snow.png");
    width: 179px;
    height: 41px;
    position: absolute;
    top: -11px;
    left: -4px;
}
.mid {
    width: 95%;
    height: 315px;
    border: 1px solid #ffe000;
    background: rgba(86,0,0,.85);
    margin: 30px auto 0;
    box-shadow: 0 0 10px #ffe000;
    text-align: center;
    padding:  0 20px 20px;
    line-height: 1.2;
    position: relative;
}
.mid li table {
    width: 80%;
    margin: 10px auto; 
}
.mid > img {
    margin-top: -40px;
    display: inline-block;
}
/*.mid .btn-ylw {
    display: block;
    margin: 0 auto 10px;
}*/
.daily {
    padding: 0 0px 20px 0;
    width: 520px !important;
    height: 100%;
}
.daily h2, .daily h3 {
    font-family: "MyriadPro-Bold", Arial, sans-serif;
    color: #fee100;
}
.sc .daily h2, .sc .daily h3, .ch .daily h2, .ch .daily h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .daily h2, .kr .daily h3 {
    font-family: "Malgun Gothic", "MyriadPro-Regular",  Arial, sans-serif !important;
    font-weight: bold;
}
.th .daily h2, .th .daily h3 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .daily h2, .vn .daily h3{
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.daily .mid h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.daily p{
    margin-bottom: 10px;
    text-align: left;
}
.mid p{
    margin-bottom: 10px;
}
.daily h3, .mid h3 {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}
.daily hr {
    border: none;
    border-bottom: 1px dashed #fff;
    width: 50%;
    margin: 15px 0 10px; 
}
.daily ol, .mid ol {
    padding-left: 25px;
}
.daily li, .mid li {
    font-size: 13px;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 20px;
    text-align: left;
}
ul.bullets li {
    list-style-type:disc;
    padding-left: 5px;
    margin-left: 30px;
}
.sc .daily li, .sc .mid li, .ch .daily li, .ch .mid li {
    font-size: 12px;
}
.kr .daily li, .kr .mid li  {
    padding-left: 10px;
}
.daily table, .lbox-newbie table, .mid table {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    width: 99%;
}
.daily .mid .scroll-pane p{
    line-height: 1.2;
    font-size: 15px;
}
.daily .mid .scroll-pane .align-center p{
    text-align: center !important;
}



table {
    border-collapse: collapse;
}
table th {
    background: #6a0201;
    color: #ffffff;
}
table th, table td {
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ffe000;
}
.w100 {
    width: 100% !important;
}
.w80 {
    width: 80% !important;
}
.scroll-pane {
    width: 100% !important;
    height: 250px;
    padding-right: 10px;
    overflow-x: hidden; 
}
.scroll-pane:focus, .scroll-pane:active, .scroll-pane:visited {
    border: none;
    outline: none;
}
.jspVerticalBar {
    width: 4px;
    /*background: #8c2402;*/
    background: none;
}
.jspTrack {
    /*background: #8c2402;*/
    background: none
}
.jspDrag {
    /*background: #f28400;*/
     background: #ffe000;
}
.lbox .jspDrag {
    background: #ffe000;
}

.iframe-wrap{
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

.iframe-wrap iframe{
    border: none;
    width: 410px;
    height: 210px;
    overflow:hidden !important; 
}

.kr .iframe-wrap iframe{
    height: 215px;
    overflow:hidden !important; 
}

/* pages */
.page {
    position: relative;
    display: none;
}
.page > img {
    margin-top: -10px;
}
.page1 {
    display: block;
}
.page h2 {
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-size: 24px;
    color: #fee100;
    margin-bottom: 12px;
}
.sc .page h2, .ch .page h2 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .page h2 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .page h2 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .page h2 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.page p {
    margin-bottom: 10px;
}
.badges-query-form {
    margin-bottom: 5px;
}
.badges-query-form .username {
    background: rgba(255,255,255,1);
    border: 2px solid #ffe000;
    max-width: 170px;
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}
.badges-query-form button {
    max-width: 100px;
    width: 100%;
    height: 37px;
    font-size: 16px;
}
.badges-query-form input, .badges-query-form button {
    vertical-align: top;
}
.badge-inq-wrap {
    text-align: center;
}
.badge-inq {
    display: inline-block;
    width: 50px;
    height: 62px;
}
.badge-ow {
    background: url("../img/badge-ow.png") no-repeat;
}
.badge-dafa {
    background: url("../img/badge-dafa.png") no-repeat;
}
.badge-keno {
    background: url("../img/badge-keno.png") no-repeat;
}
.badge-dfc {
    background: url("../img/badge-dfc.png") no-repeat;
}
.badge-football {
    background: url("../img/badge-football.png") no-repeat;
}
.badge-email {
    background: url("../img/badge-email.png") no-repeat;
}
.badge-sms {
    background: url("../img/badge-sms.png") no-repeat;
}
.badge-nba {
    background: url("../img/badge-nba.png") no-repeat;
}
.badge-mvp {
    background: url("../img/badge-mvp.png") no-repeat;
}

.badge-ow.act {
    background: url("../img/badge-ow-act.png") no-repeat;
}
.badge-dafa.act {
    background: url("../img/badge-dafa-act.png") no-repeat;
}
.badge-keno.act {
    background: url("../img/badge-keno-act.png") no-repeat;
}
.badge-dfc.act {
    background: url("../img/badge-dfc-act.png") no-repeat;
}
.badge-football.act {
    background: url("../img/badge-football-act.png") no-repeat;
}
.badge-email.act {
    background: url("../img/badge-email-act.png") no-repeat;
}
.badge-sms.act {
    background: url("../img/badge-sms-act.png") no-repeat;
}
.badge-nba.act {
    background: url("../img/badge-nba-act.png") no-repeat;
}
.badge-mvp.act {
    background: url("../img/badge-mvp-act.png") no-repeat;
}

.badge-inq-mobile {
    background: url("../img/badge-inq-mobile.png") no-repeat;
}
.badge-inq-live-dealer {
    background: url("../img/badge-inq-live-dealer.png") no-repeat;
}
.badge-inq-fish-hunter {
    background: url("../img/badge-inq-fish-hunter.png") no-repeat;
}
.badge-inq-ag {
    background: url("../img/badge-inq-ag.png") no-repeat;
}

.badge-inq-sports.act {
    background: url("../img/badge-inq-sports-act.png") no-repeat;
}
.badge-inq-casino.act {
    background: url("../img/badge-inq-casino-act.png") no-repeat;
}
.badge-inq-allbet.act {
    background: url("../img/badge-inq-allbet-act.png") no-repeat;
}
.badge-inq-poker.act {
    background: url("../img/badge-inq-poker-act.png") no-repeat;
}
.badge-inq-games.act {
    background: url("../img/badge-inq-games-act.png") no-repeat;
}
.badge-inq-opus.act {
    background: url("../img/badge-inq-opus-act.png") no-repeat;
}
.badge-inq-evo.act {
    background: url("../img/badge-inq-evo-act.png") no-repeat;
}
.badge-inq-mobile.act {
    background: url("../img/badge-inq-mobile-act.png") no-repeat;
}
.badge-inq-live-dealer.act {
    background: url("../img/badge-inq-live-dealer-act.png") no-repeat;
}
.badge-inq-fish-hunter.act {
    background: url("../img/badge-inq-fish-hunter-act.png") no-repeat;
}
.badge-inq-ag.act {
    background: url("../img/badge-inq-ag-act.png") no-repeat;
}
.page .mid {
    margin-top: 30px;
    height: 315px;
}
.page1 .mid {
    margin-top: 60px;
    height: 340px;
}
.page2 .mid {
    margin-top: -25px;
    height: 375px;
}
.page3 .mid {
    height: 565px;
}
.page4 .mid, .page5 .mid {
    height: 475px;
}
.tab-collect {
    position: absolute;
    left: -144px;
    top: 50px;
    max-width: 144px;
    width: 100%;
    overflow: hidden;
}
.lbox-newbie .tab-collect {
    top: 280px;
    left: -123px;
}
.errormsg {
    font-size: smaller;
    color: #ffe000;
    margin-bottom: 6px !important;
}
.as-of {
    font-size: smaller;
    margin-bottom: 6px;
}
.tabc {
    font-family: "MyriadPro-BoldCond", Arial, sans-serif;
    font-size: 13px;
    background: #620402;
    /*max-width: 44px;*/
    width: 100%;
    height: 44px;
    text-align: left;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 6px;
    color: #410100;
    cursor: pointer;
    position: relative;
    left: 100px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sc .tabc, .ch .tabc {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .tabc {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .tabc {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 11px;
}
.vn .tabc {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 11px;
}
.tabc span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 10px;
    padding-left: 7px;
}

.sc .tabc span,
.ch .tabc span {
    padding-left: 0px;
}

.th .tabc span {
    padding-left: 0px;
    font-size: 8px;
}


.tabc.act {
    background: #ffcc00;
    color: #af0000;
}
.tabc:hover {
    background: #af0000;
    color: #ffcc00;
    opacity: 1;
    max-width: 144px;
    left: 0;
}
.tabc.act:hover {
    background: #ffcc00;
    color: #af0000;
    opacity: 1;
}
.tabc-icn {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.th .tabc-icn, .vn .tabc-icn {
    margin-right: 2px;
}
.tabc-icn1 {
    background: url("../img/tab-sub-icn1.png") no-repeat;
}
.tabc-icn2 {
    background: url("../img/tab-sub-icn2.png") no-repeat;
}
.tabc.act .tabc-icn1 {
    background: url("../img/tab-sub-icn1-act.png") no-repeat;
}
.tabc.act .tabc-icn2 {
    background: url("../img/tab-sub-icn2-act.png") no-repeat;
}

.lbox-newbie .tabc-icn1 {
    background: url("../img/tab-sub-newbie-icn1.png") no-repeat;
}
.lbox-newbie .tabc-icn2 {
    background: url("../img/tab-sub-newbie-icn2.png") no-repeat;
}
.lbox-newbie .tabc.act .tabc-icn1 {
    background: url("../img/tab-sub-newbie-icn1-act.png") no-repeat;
}
.lbox-newbie .tabc.act .tabc-icn2 {
    background: url("../img/tab-sub-newbie-icn2-act.png") no-repeat;
}


.tabc:after {
    content: url("../img/tabc-shadow.png");
    width: 4px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}
.tabc:hover:after {
    left: 140px;
}
.tabc-content {
    display: none;
    width: 100%;
}
.tabc-content.act {
    display: block;
}
.tabc-content h3 {
    margin-bottom: 5px !important;
}
.bxslider-badges {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    min-height: 162px; 
}
.bxslider-badges > div, .bxslider-prizes > div {
    width: 400px !important;
    /*height: 400px !important;*/
    text-align: center;
    display: block;
}

.bxslider-prizes > div {
    width: 350px !important;
    /*height: 131px;*/
}
.bxslider-badges > div img {
    display: block;
    margin: 0 auto;
    width: 101px !important;
    height: 131px !important;
    position: relative;
}
    .bxslider-badges table th, .bxslider-badges table td{
        padding: 5px !important;
    }

.bxslider-prizes > div > img {
    width: 300px !important;
    margin: 0 auto;
}
.bxslider-badges > div > span, .bxslider-prizes > div > span {
    display: block;
    margin: 0 auto;
}
.bxslider-prizes > div > span {
    margin: 5px auto;
    font-weight: bold;
}
.page2 .bx-wrapper {
    position: relative;
    left: 0px;
    margin: 0px auto;
    width: 395px;
    /*height: 200px;*/
}

.page3 .bx-wrapper {
    position: relative;
    margin: 15px auto;
    width: 345px;
}

.page2 .tabc-content2 .bx-wrapper {
    left: 0;
}
.page2 .tabc-content2 .bx-wrapper .bx-viewport {
    min-height: 162px;
}
.page2 .tabc-content2 .bx-wrapper table {
    width: 80%;
    margin: 0 auto 10px;
}
.page2 .tabc-content2 .bx-wrapper table th, .page2 .tabc-content2 .bx-wrapper table td {
    padding: 2px;
}
.page2 .bx-wrapper .bx-controls-direction a {
    top: 0%;
}
.mid .scroll-pane {
    height: 245px;
}
.page1 .mid .scroll-pane {
    height: 250px;
}
.page2 .mid .scroll-pane {
    height: 280px;
}

.page2 .mid .tabc-content2 .scroll-pane {
    margin-top: 20px;
}

.page2 .mid .tabc-content2 .scroll-pane p,
.page2 .mid .tabc-content1 .scroll-pane p  {
    text-align: center;
}
.page3 .mid .scroll-pane {
    height: 310px;
}
.mid h3 {
    color: #ffe000;
    font-family: "MyriadPro-Bold", Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}
.mid h4 {
    color: #ffe000;
    font-family: "MyriadPro-Bold", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}
.sc .mid h3, .sc .mid h4, .ch .mid h3, .ch .mid h4 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .mid h3, .kr .mid h4 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .mid h3, .th .mid h4 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .mid h3, .vn .mid h4 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.mid table {
    width: 50%;
    margin: 0 auto 10px;
}
.daily .mid table {
    width: 100%;
}
.daily5 .mid table,
.daily4 .mid table,
.daily7 .mid table{
    width: 50%;
}
.daily2 .mid ol li table{
    width: 70%;
}

.goal-meter-bg {
    background: #fff;
    border: 1px solid #ea1111;
    border-radius: 5px;
    width: 388px;
    height: 17px;
    margin: 10px auto 20px;
    position: relative;
}
.goal-meter {
    position: absolute;
    text-align: left;
    top: 0px;
    left: 0px;
    height: 19px;
    /*width: 365px;*/
    /*width: 0px;*/
    width: 80%;
    overflow: hidden;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
}
article {
    padding-top: 10px;
}
article p {
    text-align: center !important;
    margin-bottom: 20px !important;
}
.mid article h3 {
    font-size: 18px;
    text-align: center;
}
article .btn-play {
    position: relative;
    width: 173px;
    margin: 0 auto;
}
.news-thumb {
    margin-bottom: 20px;
    text-align: center;
}
.news-thumb img {
    display: inline-block;
}
.page4 .mid .bx-wrapper .bx-controls-direction a {
    top: 85%;
}

 img#xmas-promo{
    margin-top: 20px;
}
/* ~pages */

/* lightboxes */
.overlay {
    background: url("../img/bg-overlay-top.png") repeat-x #2e0101;
    background-color: rgba(46, 1, 1, .6);
    display: none;
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    overflow: hidden;
    z-index: 15;
}
.lbox {
    background: url('../img/bg-lbox.png') no-repeat;
    width: 710px;
    height: 854px;
    font-size: 14px;
    color: #ffffff;
    margin: -1% auto 0;
    position: relative;
    text-align: center;
    display: none;
    padding: 170px 40px 160px;
    line-height: 1.2;

}
.lbox-newbie {
    background: url('../img/bg-lbox-2.png') no-repeat;
    width: 784px;
    padding-left: 0px;
}
.lbox > img {
    display: none;
}
.lbox-newbie .main-btn-image{
    padding-top: 20px;
}

.lbox-newbie .main-btn-image span{
    font-size: 25px;
}
.lbox-newbie h4{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.close {
    background: url("../img/close.png") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
   
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.lbox .close {
     top: 150px;
    right: 30px;
}
.lbox-newbie .close {
    right: 90px;
}

.nav-prods .close {
    top: 100px;
    right: 20px;
}
.close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.lbox h2 {
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.lbox h3 {
    font-family: "OpenSans-Bold", Arial, sans-serif;
    margin-bottom: 10px;
    color: #ffe000;
}
.sc .lbox h2, .sc .lbox h3, .ch .lbox h2, .ch .lbox h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-weight: bold;
}
.kr .lbox h2, .kr .lbox h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-weight: bold;
}
.th .lbox h2, .th .lbox h3 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}
.vn .lbox h2, .vn .lbox h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    font-weight: bold;
}
.lbox p, .lbox table, .lbox ol, .lbox .btn-ylw {
    margin-bottom: 10px;
}
.lbox table {
   color: #ffffff;
   max-width: 500px;
   width: 100%;
   margin: 0 auto;
   background: #6a0201;
   border: 1px solid #fde100;
}
.lbox th, .lbox td {
    border: 1px solid #fde100;
    text-align: left;
    padding: 10px 5px;
}

.lbox-newbie .tabc-content1-newbie th, .lbox-newbie .tabc-content1-newbie td,
.lbox-newbie .tabc-content2-newbie th, .lbox-newbie .tabc-content2-newbie td
 {
    border: 1px solid #fde100;
    text-align: center;
    padding: 10px 5px;
}

.lbox th {
    background: #6a0201;
    color: #fde100;
    text-align: left;
}
ol {
    padding-left: 25px;
}
.lbox ol {
    padding-left: 25px;
}

.lbox ul li {
    list-style: disc;
    padding-left: 5px;
    margin-left: 20px;
    font-size: 12px;
}
li {
    text-align: left;
    list-style-type: decimal;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.5;
}
.sc li, .ch li {
    line-height: 1.4;
}
.kr li {
    line-height: 1.3;
}
li table {
    margin-top: 10px;
}
li > ol li {
    list-style-type: disc !important;
    padding-left: 10px !important; 
}
.lbox .btn-ylw {
    border: 1px solid #f6be68;
}
.lbox .scroll-pane {
    height: 620px;
}
.lbox-terms{
 text-align: left;
}
.lbox-newbie .scroll-pane {
    width: 635px !important;
    height: 250px;
    margin-top: 30px;
    margin-left: 40px;
}
/* ~lightboxes */
/* footer */
footer.footer {
    background-color: #e6e7e8;
    width: 100%;
    height: 110px;
    clear: both;
    position: relative;
    margin-top: 25px;
    padding: 15px 0;
}
.footer > .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.footer section {
    display: inline-block;
    vertical-align: middle;
}
.partners {
    float: left;
}
.partners img {
    max-width: 544px;
    width: 100%;
}
.contacts {
    float: right;
    margin-top: 20px;
}
.contacts span {
    color: #878787;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
}
.contacts a {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}
#email {
    margin-right: 10px;
}


.copyright {
    border-top: 1px solid #878787;
    background-color: #e6e7e8 !important;
    color: #878787;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 12px;
}

.copyright .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    height: 75px;
    padding: 10px 0;
    position: relative;

}
/* ~footer */
/* animations */
.tab:hover .tab-title, .tab.act .tab-title {
    animation-name: fadetitle;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadetitle {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.bxslider-badges > div:hover img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes flip {
  from {
    transform: perspective(1200px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(1200px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(1200px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(1200px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(1200px);
    animation-timing-function: ease-in;
  }
}

.trigger-menu {
    animation-name: sway;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.trigger-menu-2 {
    animation-name: sway;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(1deg);
  }
  35% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(3deg);
  }
  65% {
    transform: rotate(-2deg);
  }
  85 {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.btn-newbie, .qr-info > img.mobi480 {
    animation-name: bounce;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    transform: translate3d(0,-1px,0);
  }
}
.qr-info > img.desk, .qr-info > img.mobi  {
    animation-name: bounce-side;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounce-side {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(-5px, 0, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, 0, 0);
  }

  90% {
    transform: translate3d(-5px,-0,0);
  }
}
.nav-prods a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: drop;
    animation-name: drop;
}
.nav-prods a:first-child {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.nav-prods a:nth-child(2) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.nav-prods a:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.nav-prods a:nth-child(4) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.nav-prods a:nth-child(5) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.nav-prods a:nth-child(6) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

@-webkit-keyframes drop {
    0% {
        top: -1000px;
    }
    80% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}
@keyframes drop {
    0% {
        top: -1000px;
    }
    80% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

@keyframes cf3FadeInOut {
    0% {
      opacity:1;
    }
    45% {
    opacity:1;
    }
    55% {
    opacity:0;
    }
    100% {
    opacity:0;
    }
}

img.top-switch {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 3s;
animation-direction: alternate;
}

img.top-switch {
  position:absolute;
  left:0;
  z-index: 9;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


/* ~animations */

/* sprites */
.sprt {
    background: url("../img/sprite.png") no-repeat;
    display: block
}
.sprt.logo {
    background-position: 0 0;
    width: 211px;
    height: 49px;
}
.ch .sprt.logo,
.sc .sprt.logo {
    background-position: 0 -50px;
    width: 242px;
    height: 50px
}
.sprt.ch,
.sprt.en,
.sprt.id,
.sprt.in,
.sprt.kr,
.sprt.sc,
.sprt.th,
.sprt.vn {
    width: 26px;
    height: 17px
}
.sprt.en {
    background-position: -212px 0
}
.sprt.en:hover {
    background-position: -212px -18px
}
.sprt.sc {
    background-position: -239px 0
}
.sprt.sc:hover {
    background-position: -239px -18px
}
.sprt.ch {
    background-position: -266px 0
}
.sprt.ch:hover {
    background-position: -266px -18px
}
.sprt.th {
    background-position: -293px 0
}
.sprt.th:hover {
    background-position: -293px -18px
}
.sprt.kr {
    background-position: -320px 0
}
.sprt.kr:hover {
    background-position: -320px -18px
}
.sprt.in {
    background-position: -347px 0
}
.sprt.in:hover {
    background-position: -347px -18px
}
.sprt.vn {
    background-position: -374px 0
}
.sprt.vn:hover {
    background-position: -374px -18px
}
.sprt.id {
    background-position: -401px 0
}
.sprt.id:hover {
    background-position: -401px -18px
}
.sprt.arw-lang {
    background-position: -410px -36px;
    width: 8px;
    height: 6px
}
.sprt.arw-lang.up {
    background-position: -419px -36px
}
/* ~sprites */

/* fonts */
body {
    font-family: "OpenSans-Light", Arial, sans-serif;
}
body.sc,
body.ch {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-size: 12px;
}
body.kr {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    font-size: 13px;
}
body.th {
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 13px;
}
body.vn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}
@font-face {
  font-family: 'OpenSans-Light';
  src:
  url('../fonts/OpenSans-Light.woff') format('woff'),
  url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Light.ttf')  format('truetype'),
  url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src:
  url('../fonts/OpenSans-Semibold.woff') format('woff'),
  url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Semibold.ttf')  format('truetype'),
  url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src:
  url('../fonts/OpenSans-Bold.woff') format('woff'),
  url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Bold.ttf')  format('truetype'),
  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src:
  url('../fonts/MyriadPro-Regular.woff') format('woff'), 
  url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
  url('../fonts/MyriadPro-Regular.otf') format('opentype'),
  url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-BoldCond';
  src:
  url('../fonts/MyriadPro-BoldCond.woff') format('woff'),
  url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'),
  url('../fonts/MyriadPro-BoldCond.otf') format('opentype'),
  url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src:
  url('../fonts/MyriadPro-Bold.woff') format('woff'), 
  url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
  url('../fonts/MyriadPro-Bold.otf') format('opentype'),
  url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.yellow{
    color: #ffe000;
}
.white{
    color: #ffffff;
}

.bold{
    font-weight: bolder;
}

.underline{
    text-decoration: underline;
}

.text-align-left{
   text-align: left;
}

 p.text-align-center{
   text-align: center !important;
}

.medium-font p{
    font-size: 17px;
}

    
/* ~fonts */

/***ADDITIONAL CSS **/

.caption-bg{
    position: relative;
    z-index: 100;
    top: -65px;
    background: rgba(0,0,0,0.6);
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    padding: 10px 0px;
    margin-bottom: -60px;
}

.caption-bg div{
    margin-left: 25px !important;

}

.caption-bg h3{
    text-align: center;
    font-size: 22px;
}

.th .caption-bg h3,
.vn .caption-bg h3{
    font-size: 15px;
}

.th .daily4 .caption-bg h3{
    margin-top: 15px;
}


img#cashback-icon {
    max-width: 40px;
    width: 100%;
    position: absolute;
    left: 90px;
    top: 15px;
}

    .th img#cashback-icon {
        left: 70px;
    }
    .th img#reload-icon {
        left: 70px;
    }
img#reload-icon {
    max-width: 41px;
    width: 100%;
    position: absolute;
    left: 100px;
    top: 10px;
}

img#sports-rebate-icon{
    max-width: 41px;
    width: 100%;
    position: absolute;
    left: 100px;
    top: 10px;

}    