/* banner */
.section-banner {
	width: 100%;	
}
.img-responsive {
	max-width: 100%;
    height: auto;
    margin: auto;	
}

/* page */
.page {width: 100%;padding: 20px 0;overflow: hidden;color: #fff;}
.page li {width: 33.33%;overflow: hidden;float: left;line-height: 40px;text-align: center; display: block;}
.page a {width: 40px;height: 40px;border-radius: 100%;background:#161616 url(../../images/enter-btn.png) center no-repeat;display:block;margin: 0 auto;}
.page a.prev {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.page-game a {background-color: #f90 !important;}
.specific-page-num{
	display:inline-block;
	min-width:40px;
	height:35px;
	width:15%;border-radius:5px;text-align:center;border:1px solid rgba(0,0,0,0.4);
}
.slot-page li, .slot-page li span {color: #00aeef;}
.slot-page li a {border: 2px solid #00aeef;color: #00aeef;border-radius: 100%;}
/* list */
.contant.list { padding: 0 10px; }
.list a {width: 100%;height: 40px;line-height: 40px; background: transparent;color: #fff;border-radius: 3px;margin: 5px 0;display: block;box-sizing: border-box;padding: 0 0 0 20px;text-transform: capitalize;border: 1px solid #fff;}
.list a i {width: 40px;height: 40px;background: url(../../images/list-btn.png) right top no-repeat;display: block;float: right;}
.list a:hover {color: white;}
.list a:hover i {background-position: left top;}
.list-drop {width: 100%;display: none;}
.list-drop a {background: #333;color: white;}
.list-drop a:hover {background: #555;}
/* slots */
.slots {width: 100%;margin: 0 0 30px;}
.slots-tab {padding: 10px 5px;overflow: hidden;}
.slots-tab a {width: calc(100% * 1/3 - 8px);height: 40px;line-height: 40px;background: #333;border: 1px transparent solid;background-clip: content-box;padding: 0;white-space:normal;color: #fff;margin:2px;font-size: 14px;}
.slots-tab a.ccc {background: transparent;color: #555;}
.slots-tab a:hover {color: white;}
.slots-tab a:hover,.slots-tab a.active {background: #03c1ff;}
.slots-contant {background: transparent;padding: 5px;overflow: hidden;}
.slots-contant ul{margin: 0; padding: 0 5px;display:flex; flex-wrap: wrap; justify-content: start;}
.slots-contant li {width: calc(100% * 1/3 - 16px);box-sizing: border-box;margin: 8px;display: flex; flex-direction: column;}
.slots-contant li img {width: 100%;overflow:hidden;height: 113px;border-radius: 5px;}
.slots-contant a {width: 100%;border-radius: 2px;text-align: center;position: relative;}
.slots-contant a span {width: 100%;color: #00aeef;text-transform: capitalize;height: 40px;padding: 0 10px;display:flex; justify-content: center; align-items: center;font-size: 12px; }
.slots-contant ul li a {display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
@media (min-width:700px){.slots-contant li {width: calc(100% * 1/3 - 16px);}}
@media (min-width:1024px){.slots-contant li {width: calc(100% * 1/7 - 16px);}}
@media (min-width:1200px){.slots-contant li {width: calc(100% * 1/8 - 16px);}}

/* gtip */
 .gtip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 41;
}
 .gtip-main {
    width:100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 10%;
    left: 0%;
}
 .gtip-title {
    width: 100%;
    height: 50px;
     line-height: 50px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #222;
}
 .gtip-title a {
    width: 50px;
    height: 50px;
    background: url(../../images/tip-close.png) center no-repeat;
    display: block;
    float: right;
    opacity: .6;
}
 .gtip-title a:hover {
    opacity: 1;
}
 .gtip-group {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
}
 .gtip-group h5 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px #eee solid;
    font-size: 20px;
    font-weight: bold;
    color: #f90;
    text-align: center;
}
 .gtip-group label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden;
}
 .gtip-group label span {
    width: 25%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}
 .gtip-group label em {
    font-style: normal;
    color: #f90;
    line-height: 35px;
}
 .gtip-group label a {
    width: 40px;
    height: 35px;
    line-height: 35px;
     background: #f90;
    border-radius: 2px;
    margin: 0 5px 0 0;
    display: block;
    float: left;
    text-align: center;
    color: white;
}
 .gtip-group label a:hover {
    background: #dd8500;
}
 .gtip-group label input {
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
}
 .gtip-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
 .gtip-btn button {
    width: 50%;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
     display: inline-block;
    background: #f90;
    font-size: 16px;
    border: 5px #fff solid;
    border-width: 0 5px 0 5px;
    padding: 0
}
 .gtip-btn button:hover {
    background: #dd8500;
}
/* game-keno */
 .keno {
    width: 100%;
    padding: 10px 0 30px;
    overflow: hidden;
    position: relative;
}
 .gkeno {
    width: 100%;
    overflow: hidden;
    position: relative;
}
 .gkeno-title {
    width: 100%;
    overflow: hidden;
}
 .gkeno-info {
    width: 100%;
    height: 115px;
    background: #161616;
}
 .gkeno-info > span {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: right;
    display: block;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 15px;
    font-weight: bold;
}
 .gkeno-info > span > em {
    color: #f90;
    float: left;
    font-style: normal;
}
 .gkeno-info > a {
     width: 60px;
    height: 60px;
    line-height: 60px;
     border-radius: 30px;
     background:#f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;
     display: block;
    text-indent: 1em;
     font-size: 20px;
     margin:10px 10px 0px 12px;
     float: left;
}
 .gkeno-info select{
     width: 200px;
    height: 40px;
    line-height: 40px;
     box-sizing: border-box;
     padding: 0 10px;
    border:none;
     border-radius: 3px;
    background: #fff;
     margin: 20px auto;
     text-transform: capitalize;
    display: block;
}
 .gkeno-info > a:hover {
    background-color: #b97820;
}
 .gkeno-info cite {
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: #1f1f1f;
    font-style: normal;
    float: left;
}
 .gkeno-info a.enter {
     width:60px;
    height: 60px;
     line-height: 60px;
     border-radius: 100%;
     background:#f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;
     margin: 0px 10px;
     display: block;
    float: left;
}
 .gkeno-time {
    width: 100%;
    height: 151px;
    background: url(../../images/game/ann-bg.png);
}
 .gkeno-time span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 15px;
    text-transform: capitalize;
}
 .gkeno-time span em {
    font-size: 12px;
    color: #555;
    float: right;
    font-style: normal;
    text-transform: uppercase;
}
 .gkeno-time a {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 85px;
    color: white;
    font-family: 'digital_displayregular';
    text-shadow: 0 0 20px #fff;
    display: block;
}
 .gkeno-time a.out {
    width: 65%;
     line-height: 65px;
    text-align: center;
     font-size: 65px;
    color: white;
    font-family: 'digital_displayregular';
     text-shadow: 0 0 20px #fff;
    display: block;
     float:left;
}
 .gkeno-time a.enter {
     width:55px;
    height: 55px;
     border-radius: 40px;
     background:url(../../images/game/btn-enter1.png) center no-repeat;
     margin-top:10px;
     margin-right: 10px;
     display: block;
     float:right;
}
 .gkeno-results {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
 .gkeno-results-title {
    width:100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
}
 .gkeno-results-list {
    width:100%;
    box-sizing:border-box;
    padding: 10px 20px;
}
 .gkeno-results-list label {
    width: 100%;
     display: block;
    border-left: 1px #eee solid;
    margin: 5px 0;
    float: left;
}
 .gkeno-results-list label a {
    width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #f90;
    font-weight: bold;
    display: block;
    float: left;
}
 .gkeno-total {
     width:100%;
    height:151px;
    background: #f4f4f4;
}
 .gkeno-total ul {
    width:100%;
    height:151px;
    overflow: hidden;
}
 .gkeno-total li {
    height:151px;
     display:block;
     overflow:hidden;
}
 .bx-wrapper {
     margin: 0 auto;
    width: 100%;
}
 .bx-window {
    width: 100%
}
 .bx-prev, .bx-next {
    position: absolute;
     top: 7px;
    width:26px;
    height:26px;
     text-indent: -999999px;
    background: url(../../images/game/new-btn.png) no-repeat;
}
 .bx-prev:hover, .gkeno-total .bx-next:hover {
    background-image: url(../../images/game/new-btn-hover.png);
}
 .bx-prev {
    left:10px;
    background-position:left top;
}
 .bx-next {
    right:10px;
    background-position: left bottom;
}
 .gkeno-total .album {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
 .album .previous{
     width: 25px;
    height: 25px;
    border-radius: 100%;
     background: #f90 url(../../images/enter-btn.png) center no-repeat;
     float:left;
    margin-left: 1em;
    border:none;
     position:absolute;
     -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
 .album .next{
     width: 25px;
    height: 25px;
    border-radius: 100%;
     background: #f90 url(../../images/enter-btn.png) center no-repeat;
     float:right;
    margin-right: 1em;
    margin-top: -25px;
}
 .gkeno-total li span {
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing:border-box;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
 .gkeno-total li label {
    width: 95%;
    margin: 0 16px;
    border-left: 1px #eee solid;
    display: block;
    overflow: hidden;
}
 .gkeno-total li label a {
    width: 20%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #f90 !important;
    font-weight: bold;
    display: block;
    float: left;
    background: #fff;
}
 .gkeno-total li label.ten-item a{
     width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;
     border: 1px #eee solid;
     border-left: none;
     box-sizing: border-box;
     color: gray !important;
     font-weight: normal;
     display: block;
    float: left;
     background: #fff;
}
 .gkeno-number {
    width: 100%;
    overflow: hidden;
}
 .gkeno-number-list {
    width: 100%;
    box-sizing: border-box;
     padding: 10px;
    overflow: hidden;
    background: #4c4c4c;
}
 .gkeno-number-list a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    background: #fff;
    border-radius: 3px;
    display: block;
    float: left;
    z-index: 5;
}
 .gkeno-number-list a:hover, .gkeno-number-list a.active {
    background: #f90;
    color: white;
}
 .gkeno-guess {
    width: 100%;
    overflow: hidden;
}
 .gkeno-guess a {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
}
 .gkeno-guess-title {
    width:20%;
    height: 100px;
}
 .gkeno-guess-title a {
    width:100%;
    background: #f90;
}
 .gkeno-guess-title a.line {
    box-sizing: border-box;
    border-bottom: 1px #ffb74c solid;
}
 .gkeno-guess label {
    width:80%;
    display: block;
    float: right;
    background: #272727;
}
 .gkeno-guess label.line {
    height: 50px;
     box-sizing: border-box;
     border-bottom: 1px #4c4c4c solid;
}
 .gkeno-guess label a {
    width: 20%;
    box-sizing: border-box;
     border-left: 1px #4c4c4c solid;
}
 .gkeno-btn {
    width: 100%;
    overflow: hidden;
    background: #000;
}
 .gkeno-btn a {
    height: 107px;
    line-height: 107px;
    background: #333;
    color: white;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-weight: bold;
    border: 5px #010101 solid;
    box-sizing: border-box;
}
 .gkeno-btn a span {
    text-align: center;
    line-height: 34px;
    padding: 20px 0;
    color: #f90;
    font-size: 14px;
    float: right;
}
 .gkeno-btn a span em {
    color: #999;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}
 .gkeno-btn a:hover, .gkeno-btn a.active {
    background: #f90;
}
 .gkeno-btn a:hover span, .gkeno-btn a:hover span em, .gkeno-btn a.active span em, .gkeno-btn a.active span {
    color: white;
}
 .gkeno-btn-buo {
    padding: 5px;
    overflow: hidden;
}
 .gkeno-btn-buo a {
    width: 35%;
}
 .gkeno-btn-buo a span {
    width: 50%;
}
 .gkeno-btn-buo a.white, .gkeno-btn-buo a.tie-bs, .gkeno-btn-buo a.tie-ud, .gkeno-btn-buo a.tie-oes{
    width: 30%;
    line-height:50px;
     background: #fff;
    color: #555;
    text-align: center;
    padding: 0;
}
 .gkeno-btn-buo a.white:hover, .gkeno-btn-buo a.tie-bs:hover, .gkeno-btn-buo a.tie-ud:hover, .gkeno-btn-buo a.tie-oes:hover{
    background: #f90;
    color: white;
}
 .gkeno-btn-buo a.white span {
    width: 100%;
    padding: 0;
    line-height: 16px;
}
 .gkeno-btn-sd {
    overflow: hidden;
    padding:0 5px;
}
 .gkeno-btn-sd a {
    width: 50%;
}
 .gkeno-btn-sd a span {
    line-height: 107px;
    padding:0;
    width: 100px;
}
 .gkeno-btn-max {
    padding: 5px;
    overflow: hidden;
}
 .gkeno-btn-max a {
    width: 25%;
    height: 80px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 40px;
}
 .gkeno-btn-max a span {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
 .gkeno-reb {
    overflow:hidden;
    padding:0 5px;
    box-sizing: border-box;
}
 .gkeno-reb a {
    width:33.33%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    color: #555 !important;
}
 .gkeno-reb a:hover {
    color: white;
}
 .gkeno-reb a span {
    line-height: 30px;
    padding: 10px;
}
 .gkeno-reb a.bet {
     background: #4C4C4C;
    text-align: center;
    padding: 0;
     border-style:inset;
     color:#F1F1F1;
}
 .gkeno-load {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
 .gkeno-load a {
    width: 100%;
    height: 100%;
    background: url(../../images/game/loading.gif) center no-repeat;
    display: block;
}
 @media (max-width:400px){
     .gkeno-btn a {
        text-align: center;
    }
     .gkeno-btn a span {
        display: none;
    }
     .gkeno-btn-buo a, .gkeno-btn-buo a.white {
        line-height: 100px;
    }
     .gkeno-btn-max a {
        line-height: 70px;
    }
}
 .gkeno-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}
 .gkeno-table-title {
    width: 13%;
    overflow: hidden;
}
 .gkeno-table-title a {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: white;
    display: block;
    font-weight: bold;
    background: #5d5d5d;
     background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#4f4f4f));
     background: -webkit-linear-gradient(top, #5d5d5d 0%,#4f4f4f 100%);
     background: -o-linear-gradient(top, #5d5d5d 0%,#4f4f4f 100%);
     background: -ms-linear-gradient(top, #5d5d5d 0%,#4f4f4f 100%);
     background: linear-gradient(to bottom, #5d5d5d 0%,#4f4f4f 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#4f4f4f',GradientType=0 );
}
 .gkeno-table-title a:hover, .gkeno-table-title a.active {
    background: #f90;
}
 .gkeno-table-list {
    width: 87%;
    overflow: hidden;
    border: 1px #eee solid;
    border-width:1px 0 0 1px;
    box-sizing: border-box;
}
 .gkeno-table-list label {
    display: block;
    overflow:hidden;
}
 .gkeno-table-list label a {
    width: 10%;
    height: 46px;
    line-height: 46px;
    text-align: center;
     box-sizing: border-box;
    border: 1px #eee solid;
    border-width: 0 1px 1px 0;
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #2a8fbd !important;
}
 .gkeno-table-list a.yellow {
    color: #f90 !important;
}
/* game-number */
 .number {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 30px
}
 .gnumber {
    width: 100%;
    overflow: hidden;
    position: relative;
}
 .gnumber-close{
     width: 100%;
     height: 100px;
     line-height: 100px;
     text-align: center;
    font-size: 18px;
}
 .gnumber-info {
    width: 100%;
    height: 250px;
    background: url(../../images/game/ann-bg.png);
}
 .gnumber-info select{
     width: 200px;
    height: 40px;
    line-height: 40px;
     box-sizing: border-box;
     padding: 0 10px;
    border:none;
     border-radius: 3px;
    background: #fff;
     margin: 10px auto;
     text-transform: capitalize;
    display: block;
}
 .gnumber-type {
     width: 100%;
     height: 20px;
     line-height: 50px;
     padding: 5px 0 0;
     text-align: center;
    font-size: 18px;
     color: white;
    font-family: 'digital_displayregular';
     text-shadow: 0 0 10px #fff;
}
 .ball{
     width:200px;
     display: block;
     padding:0 10px;
     text-align: left;
     text-indent: 5px;
     font-style: bold;
     font-size: 16pt;
     font-family:"Philosopher";
     color:#fff;
}
 .between{
    width:100%;
    height:10px;
    position: relative;
    background: #fff;
}
 .gnumber-info-time {
     width: 100%;
     height: 110px;
     line-height: 100px;
     padding: 10px 0 0;
     text-align: center;
    font-size: 75px;
     color: white;
    font-family: 'digital_displayregular';
     text-shadow: 0 0 20px #fff;
}
 .gnumber-info-time1{
     width: 100%;
     height: 110px;
     line-height: 80px;
     padding:0 0;
     text-align: center;
    font-size: 75px;
     color: white;
    font-family: 'digital_displayregular';
     text-shadow: 0 0 20px #fff;
}
 .gnumber-info-time1.totop{
     margin-top: -25px;
}
 .gnumber-info a.ref-only {
    width: 230px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background:#f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;
    margin: 30px auto;
    display: block;
    font-size: 22px;
    float: none;
}
 .wrap-enref{
     width:160px;
    height:60px;
    margin:0px auto 5px;
    display:block;
}
 .wrap-enmenu{
     width:320px;
    margin:0px auto;
    height:60px;
}
 .gnumber-info a.back-inside {
     width:60px;
    height: 60px;
     line-height: 60px;
     border-radius: 40px;
     background:#f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;
     margin-top: -10px;
     display: block;
    float: left;
}
 .gnumber-info a.enter {
     width:60px;
    height: 60px;
     line-height: 60px;
     border-radius: 40px;
     background:#f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;
     margin: 0px 10px;
     display: block;
    float: left;
}
 .gnumber-info a.refresh {
     width: 60px;
    height: 60px;
     line-height: 60px;
    border-radius: 40px;
     background:#f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;
     margin: 0px 10px;
     display: block;
    float: left;
}
 .gnumber-info a:hover {
    background-color: #b97820;
}
 .gnumber-info-data1 {
     width: 100%;
    height: 60px;
    line-height: 46px;
     text-align: center;
    color: #666;
    background: #1f1f1f;
     font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
 .gnumber-info-data {
     width: 100%;
    height: 65px;
    line-height: 60px;
     text-align: center;
    color: #666;
    background: #1f1f1f;
     font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
 .gnumber-info-data span{
     display:block;
     width:25px;
    height:25px;
    border-radius:25px;
     border:1px solid #fff;
     background:#fff url(../../images/game/down.png) no-repeat center center;
    background-size:cover;
     float:right;
     margin-top: 1.2em;
     margin-right:1em;
}
 .gnumber-info-data1 span{
     display:block;
     width:25px;
    height:25px;
    border-radius:25px;
     border:1px solid #fff;
     background:#fff url(../../images/game/down.png) no-repeat center center;
    background-size:cover;
     float:right;
     margin-top: .7em;
     margin-right:1em;
}
 .gnumber-game {
     width:100%;
     height: 242px;
     overflow: hidden;
    position: relative;
     background: url(../../images/game/bg-num-only.jpg) no-repeat center center;
     background-size: 100% 100%;
     padding:10px 0;
     display: none;
     box-sizing: content-box;
}
 .gnumber-obj{
     width: 468px;
     height: 340px;
     position: relative;
     overflow: hidden;
}
 .glive-number-game{
     width:100%;
     height:100%;
     overflow: hidden;
    position: relative;
     padding: 0!important;
     display:none;
}
 .glive-number-game img{
     position: absolute;
     width:100%;
     height:100%;
}
 .gnumber-game iframe{
     display: block;
     margin: 0 auto;
     width:320px;
     height:100%;
     overflow: none;
}
 .game-group span {
    width: 24px;
     height: 24px;
    position: absolute;
    display: block;
     background: url(../../images/game/ball1.png);
     background-size:cover;
     text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
/*.gnumber-game img {
    width: 100%;
}
*/
 .gnumber-game-play {
     width: 100%;
    height: 100%;
     background: rgba(0,0,0,.8);
    position: absolute;
     top: 0;
    left: 0;
    z-index: 99;
}
 .gnumber-game-play a {
    width: 100%;
    height: 100%;
     background: url(../../images/game/play.png) center no-repeat;
     display: block;
}
 .gnumber-game img{
     width:52%!important;
}
 .game-play-over{
     background: url(../../images/game/glass.png) center no-repeat;
     background-size:100% 100%;
    /*width: calc(98% - 10px);
    */
     margin: 0 auto;
     width:320px;
     height:100%;
}
 .show-result{
     background:#f90;
    border-radius:1em;
    padding:5px;
    text-align: center;
     width:150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color:white;
    text-transform: uppercase;
}
 .gnumber-results {
    width:100%;
    height: 340px;
    background: #fff;
    display: none
}
 .gnumber-results h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    text-align: center;
    font-size: 18px;
}
 .gnumber-results-contant {
    padding: 10px;
     overflow: hidden;
}
 .gnumber-results-contant a {
    width:100%;
    box-sizing: border-box;
     padding: 0 20px;
    margin: 0 0 5px;
     height: 48px;
    line-height: 48px;
    border: 1px #eee solid;
    display: block;
    cursor: pointer;
}
 .gnumber-results-contant a span {
    font-size: 24px;
    font-weight: bold;
    color: #f90;
    float: right;
}
 @media(max-width:420px){
     .gnumber-results-contant a span.multiple{
        font-size: 14px;
        font-weight: bold;
    }
}
 .gnumber-results-contant a:hover {
    border-color: #333;
    background: #333;
    color:#ccc;
}
 .gnumber-results-contant a:hover span {
    color: white;
}
 .gnumber-tab {
    width: 100%;
    height: 40px;
    background: #333;
}
 .gnumber-tab a {
    height:35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    float: left;
    color: white;
}
 .gnumber-tab a:hover, .gnumber-tab a.active{
    background: #fff;
    color: #555;
}
 .gnumber-tab .center-tab-number{
     width: 230px;
    overflow: hidden;
    padding:0;
     text-align: center;
     margin-left:auto!important;
     margin-right:auto!important;
}
 .gnumber-tab .center-tab-number a{
     width:100px;
     box-sizing: border-box;
     background-clip: content-box;
     float:left;
     background:#fff;
     padding: 0 10px;
     margin: 0 5px;
     font-size: 14px;
     text-transform: capitalize;
     text-align:center;
     color: #333;
     height: 35px;
    line-height: 38px;
     border-radius: 25px;
}
 .gnumber-tab .center-tab-number a:hover{
    background:#f90;
    color:#fff;
    cursor: pointer;
}
 .gnumber-num {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
 .gnumber-num a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size:16px;
    font-weight: bold;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
}
 .gnumber-num a:hover, .gnumber-num a.active,.content div a.active {
    background: #ff9900;
    color: white;
    cursor: pointer
}
 .gnumber-tab input[type="radio"] {
     width: 15px;
     height: 15px;
     vertical-align: middle;
}
 .gnumber-btn {
    width:100%;
    background: #000;
    padding: 5px;
    box-sizing: border-box;
}
 .gnumber-btn a {
    width: 25%;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #f90 !important;
    background: #333;
    display: block;
    float: left;
    border-radius: 8px;
    border: 5px #010101 solid;
    box-sizing: border-box;
}
 .gnumber-btn a:hover, .gnumber-btn a.active {
    background: #f90;
    color: white;
}
 .gnumber-btn a span {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    padding: 20px 0 0;
    box-sizing: content-box
}
 .gnumber-color {
    width: 100%;
    height: 150px;
    padding: 5px;
     background: #1e1e1e;
}
 .gnumber-color a {
    width: 100%;
     margin: 5px 0;
     height: 40px;
    border-radius: 20px;
     line-height: 40px;
    font-size: 12px;
    color: #f90;
    display: block;
    float: left;
    background: #333;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
}
 .gnumber-color a:hover,.gnumber-pair a:hover, .gnumber-color a.active {
    background: #f90;
    color: white;
}
 .gnumber-color a span {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    float:left;
    text-transform: capitalize;
    font-weight: bold;
}
 .gnumber-color a p {
    width: 160px;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    display: block;
    float: left;
}
 .gnumber-color a:hover p, .gnumber-color a.active p {
    color: #fff;
}
 .gnumber-color-out,.gnumber-btn1,.gnumber-color-outrou{
     width: 100%;
    overflow: hidden;
    background: #1e1e1e;
}
 .gnumber-color-out a,.gnumber-btn1 a{
     width: 33.33%;
     margin: 5px 0px;
     height: 80px;
    border-radius: 5px;
     line-height: 40px;
     font-size: 12px;
    color: #333 !important;
    display: block;
    float: left;
    background:white;
    text-align: center;
    font-weight: bold;
     padding: 0 10px;
     border:5px solid #1e1e1e;
     box-sizing: border-box;
}
 .gnumber-color-outrou a{
     width: 50%;
     margin: 5px 0px;
     height: 65px;
    border-radius: 5px;
     line-height: 65px;
     font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background:white;
    text-align: center;
    font-weight: bold;
     padding: 0 10px;
     border:5px solid #1e1e1e;
     box-sizing: border-box;
}
 .gnumber-color-outrou a span{
    display:inline-block;
    text-indent:2px;
    color:#f90;
}
 .gnumber-color-out a span{
     clear:both;
     display: block;
     line-height: 35px;
     color:#f90;
}
 .gnumber-color-out a:hover{
     background: #f90;
     color:#fff;
}
 .gnumber-color-out a:hover > span{
     color:#fff;
}
 .gnumber-sic-out{
     width: 100%;
    overflow: hidden;
    background: #1e1e1e;
}
 .gnumber-sic-out a {
     width: 33.33%;
     margin: 2px 0px;
     height: 80px;
    border-radius: 5px;
     line-height: 40px;
     font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background:white;
     padding: 0 10px;
     border:5px solid #1e1e1e;
     box-sizing: border-box;
}
 .gnumber-sic-out a span{
     background:#f90;
     clear:both;
     display: block;
     line-height:50px;
    text-align: center;
     color:#fff;
    font-weight: bold;
     font-size: 14px;
     width:50%;
    height:50px;
     border-radius: 50%;
     margin-right:auto;
     margin-left:auto;
     margin-top: 10px;
}
 .gnumber-sic-out a:hover{
     background: #f90;
     color:#fff;
}
 .gnumber-sic-out a:hover > span{
     background:white;
     color:#333;
}
/* roulette */
 .gnumber-num-roulette{
     background: #141414;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
 .gnumber-num-roulette a.red{
    background:#c00;
}
 .gnumber-num-roulette a.white{
    background:#fff;
    color:#333;
}
 .gnumber-num-roulette {
     clear:both;
     width:100%;
}
 .gnumber-num-roulette .roulette{
    width:80%;
}
 .roulette a{
     width: 46px;
     height: 46px;
    line-height: 46px;
     text-align: center;
    font-size:16px;
    font-weight: bold;
     margin: 4px;
     display: block;
    float: left;
    border-radius: 3px;
     background: #333;
    color:#fff;
}
 .two-one{
     width:17%;
    float:left;
}
 .two-one a{
     width: 100%;
     height: 102px;
    line-height: 102px;
     text-align: center;
    font-size:16px;
    font-weight: bold;
     margin: 4px;
     display: block;
    float: left;
    border-radius: 3px;
     background: #333;
    color:#fff;
}
 .gnumber-num-roulette .triple{
     box-sizing:border-box;
     clear:both;
     width:100%;
}
 .gnumber-num-roulette .triple a{
     box-sizing:border-box;
     width:32.33%;
     height: 46px;
    line-height: 46px;
     text-align: center;
    font-size:16px;
    font-weight: bold;
     margin: 4px 1px;
     display: block;
    float: left;
    border-radius: 3px;
}
 .gnumber-num-roulette a:hover{
     background: #f90;
}
/* liv number */
 .gmultiple-num,.gmultiple-num-img{
     background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
 .gmultiple-num-img a{
     box-sizing:border-box;
     width: 13.55%;
     height: 46px;
    line-height: 46px;
     text-align: center;
    font-size:16px;
    font-weight: bold;
     margin: 1px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
}
 .gmultiple-num a {
     width: 15%;
     height: 46px;
    line-height: 46px;
     text-align: center;
    font-size:16px;
    font-weight: bold;
     margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
}
 .bs-multiple{
    width:100%;
    padding:0 5px;
    box-sizing:border-box;
}
 .bs-multiple a{
     width:100%;
     box-sizing:border-box;
     display: block;
     line-height: 40px;
     padding: 0 10px;
     margin: 0px;
     font-size: 14px;
    color: #333;
}
 .glivenumber-tab,.gpromo-tab,.gmultiple-tab{
    width: 100%;
    background: #333;
    padding:0;
}
 .glivenumber-tab a,.gpromo-tab a{
     display: block;
     line-height: 40px;
     padding: 0 10px;
     margin: 0px;
     font-size: 14px;
    color: #333;
     float:left;
}
 .gmultiple-tab a{
     box-sizing:border-box;
     width:50%;
     display: block;
     line-height: 40px;
     padding: 0 10px;
     margin: 0px;
     font-size: 14px;
    color: #333;
     float:left;
    text-align: center;
}
 .gpromo-tab ul,.gmultiple-tab ul{
    padding-left: 0;
}
 .glivenumber-tab a.active, .gpromo-tab a.active{
     background:#4c4c4c;
    color:#fff;
}
 .gmultiple-num a:hover,.gmultiple-num-img a:hover{
    background:#f90;
    color:#fff;
    cursor:pointer;
}
 .gmultiple-tab a.active{
     background:#4c4c4c;
     color:#fff;
    cursor:pointer;
     border-top:4px solid #fff;
}
 .glivenumber-num {
     background: #4c4c4c;
    width: 100%;
     overflow: hidden;
    padding: 5px;
     box-sizing: border-box;
}
 .glivenumber-num a{
     display: block;
     width:calc(100% - 10px);
    height: 46px;
    line-height: 46px;
    text-align: center;
     font-size:16px;
    font-weight: bold;
    margin: 5px;
     float: left;
    border-radius: 3px;
    background: #fff;
     cursor:pointer;
}
 .glivenumber-num .gold-silver{
     display: block;
     width:calc(100% - 10px);
    height: 65px;
     margin: 5px;
     float: left;
    border-radius: 3px;
    background: #fff;
}
 .glivenumber-num .gold-silver ul li{
     width:100%;
     padding:5px;
}
 .glivenumber-num a span.group-name1,.glivenumber-num a span.group-name2{
     display:block;
     width:calc(50% - 2.5px);
    height:100%;
     text-align: left;
     text-indent: 5px;
     float:left;
}
 .glivenumber-num a span.group-name1 span,.glivenumber-num a span.group-name2 span{
    color:#f90;
}
 .glivenumber-num h3,.glivenumber-num p{
    width:100%;
    text-align: center;
    font-style:bold;
    color:#fff;
}
 .glivenumber-num a span.group-name2{
    border-left: 5px solid #4c4c4c;
}
 .glivenumber-num a i img{
     width: 46px;
    height: 46px;
     float:left;
     border-right:5px solid #4c4c4c;
}
 .gnumber-six,.gnumber-pair, .gnumber-single,.gsicbo-board, .bseo,.board-tab,.gnumber-three,.all-dice,.gnumber-three-all{
    padding:2px 5px;
     background: #141414;
    width:100%;
    margin: 0;
}
 .three-pair{
     width:33.33333%;
    float:left;
     text-align:center;
}
 .three-pair span{
     float:left;
     width:30%;
    height:23px;
    line-height: 25px;
     border-radius:1em;
     background:#f90;
     font-size: 12px;
     color: #fff;
    text-align: center;
    display:block;
     font-weight: bold;
     margin:1px;
}
 .board-tab a{
     background: #333;
     width: 98%;
     height: 60px;
     line-height: 40px;
     padding:8px;
     font-size: 14px;
    color: #fff;
     display: block;
    float: left;
     text-align: center;
     border-radius: 8px;
     box-sizing: border-box;
}
 .board-tab a.all-dice{
     height:75px;
}
 .bseo a{
     width: 24.555%;
    height: 100px;
    text-align: center;
     font-size: 14px;
    color:white;
    line-height:60px;
     background: #333;
    display: block;
    float: left;
     border-radius: 8px;
    border: 5px #141414 solid;
     box-sizing: border-box;
     cursor:pointer;
}
 .bseo a span{
     width: 100%;
    height: 30px;
    line-height:5px;
     font-weight: bold;
    font-size: 12px;
    color:#f90;
     display: block;
    padding:0;
}
 .gnumber-single a{
     width: 14%;
    height: 100px;
    text-align: center;
     font-size: 14px;
    color:white;
    line-height:60px;
     background: #333;
    display: block;
    float: left;
     border-radius: 8px;
    border: 5px #141414 solid;
     box-sizing: border-box;
     cursor:pointer;
}
 .gnumber-single a span{
     width: 100%;
    height: 30px;
    line-height:5px;
     font-weight: bold;
    font-size: 12px;
    color:#f90;
     display: block;
    padding:0;
}
 .gnumber-six a {
     background: #333;
     width: 49%;
     height: 60px;
     line-height: 40px;
     border: 5px #141414 solid;
     border-top:none;
     padding:8px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align: left;
     border-radius: 8px;
     box-sizing: border-box;
     cursor:pointer;
}
 .gnumber-three-all a.ga7{
     background: #333;
     width: 25%;
     height: 155px;
     line-height: 140px;
     border-left: 5px #141414 solid;
     border-right: 5px #141414 solid;
     padding:8px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align:center;
     border-radius: 8px;
     box-sizing: border-box;
}
 .gnumber-pair a.ga7, .gnumber-three a.ga7{
     background: #333;
     width: 25%;
     height: 90px;
     line-height: 70px;
     border: 5px #141414 solid;
     padding:8px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align:center;
     border-radius: 8px;
     box-sizing: border-box;
}
 .gnumber-pair a.ga9{
     background: #333;
     width: 12.222%;
     height: 90px;
     line-height: 70px;
     border: 5px #141414 solid;
     padding:8px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align:center;
     border-radius: 8px;
     box-sizing: border-box;
}
 .gnumber-three-all a{
     background: #333;
     width: 24.222%;
     height: 155px;
     padding:8px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align: center;
     box-sizing: border-box;
}
 .gnumber-pair a.ga8,.gnumber-three a{
     background: #333;
     width: 12.222%;
     height: 90px;
     border: 4px #141414 solid;
     padding:12px 5px;
     font-size: 12px;
    color: #fff;
     display: block;
    float: left;
     text-align: center;
     border-radius: 8px;
     box-sizing: border-box;
     cursor:pointer;
}
 .gnumber-three a,.gnumber-three-all a{
     line-height: 35px;
     cursor:pointer;
}
 .gnumber-three a span,.gnumber-three-all a span{
     float:none;
     width: 20px;
    height:20px;
    line-height: 20px;
     border-radius:30px;
     background:#f90;
     font-size: 12px;
     color: #fff;
    text-align: center;
    display:block;
     font-weight: bold;
     margin-top:2px;
     margin-left:auto;
     margin-right:auto;
}
 .gnumber-pair a.ga8 .sicbo-ball{
     float:none;
     width: 22px;
    height:22px;
    line-height: 22px;
     border-radius:30px;
     background:#f90;
     font-size: 12px;
     color: #fff;
    text-align: center;
    display:block;
     font-weight: bold;
     margin-left:auto;
     margin-right:auto;
}
 .gnumber-pair a.ga8 .sicbo-ball:last-of-type{
    margin-top:12px;
}
 .gnumber-six a span{
     width: 30px;
    height:30px;
    line-height: 30px;
     border-radius:30px;
     background:#f90;
     font-size: 12px;
     color: #fff;
    text-align: center;
    display: inline-block;
    float:right;
     font-weight: bold;
     cursor:pointer;
}
 .board-tab a:hover,.gnumber-pair a:hover,.gnumber-single a:hover, .gnumber-three a:hover,.bseo a:hover, .gnumber-six a:hover{
    background: #f90;
    color: white;
}
 .board-tab a:hover > span, .gnumber-pair a:hover > .sicbo-ball, .gnumber-three a:hover > span, .gnumber-six a:hover > span, .wrap-three-all:hover > a span{
    background: white;
    color: #f90;
}
 .wrap-three-all:hover > a{
    background: #f90;
    color: white;
}
 .gnumber-three a.ga7:hover, .gnumber-pair a.ga7:hover{
    background:#333
}
 .bseo a:hover > span, .gnumber-single a:hover > span{
    color: white;
}
 a.ga8:hover > a.ga8 span{
    background:white;
    color:#f90;
}
 a.more-number{
    float:right;
    margin-right: 0.5em;
    cursor:default;
}
/* overlay*/
 .gload{
     width: 100% !important;
    height: 100%;
     box-sizing: border-box;
     position: absolute;
     background: rgba(192, 192, 192, 0.3);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
     z-index: 42;
}
 .overlay-img{
     width:100px;
     position: relative;
     top: 50%;
     margin-left: auto;
     margin-right: auto;
}

/* modal */
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 1500;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.wrap-txt {
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;     /* IE */
	text-transform: uppercase;
}
.md-content label{
	width: 100%;
	margin: 0 0 5px;
	display: block;
	overflow: hidden;
}
.md-content label span{
	width: 30%;
	line-height: 35px;
	text-align: right;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.md-content label em{
	line-height: 35px;
	color:#f90;
}
.md-content label input{
	width: 175px;
	height: 35px;
	box-sizing: border-box;
	border: 1px #eee solid;
	padding: 0 10px;
}
.modal-drag{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.under-zero{
	z-index:-1;
}
.modal-drag button{
	position: relative!important;
	z-index: 48;

}
.modal-dialog{
	-webkit-transform: none;
	-ms-transform: none; /* IE9 only*/
	transform: none;
}
.md-show {
	visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
}
.md-show-drag {
	z-index:900;
	visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 46;
	opacity: 0;
	background:rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-show-drag ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.hide~ .md-overlay {
	opacity: 0;
	visibility: hidden;
}
.cross{
	display: block;position:relative;
	z-index:10005!important;
	width:45px;height:45px;
	background:url(../../images/modal_close.png);
	float:right;
	margin-right: -0.5px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}

/* Content styles */
.md-content,.md-content-drag {
	color: #333;
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3, .md-content-drag h3 {
	margin: 0;
	padding: 0.1em 0.2em;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
	opacity: 0.8;
	/*background: rgba(0,0,0,0.1);*/
	background: #222;
	border-radius: 3px 3px 0 0;
	color:#fff;
	text-transform: uppercase;
}

.md-content > div,.md-content-drag div{
	position: relative;
	padding: 5px 10px 5px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
	-webkit-transform: none;
	-ms-transform: none; /* IE9 only*/
	transform: none;
}
.md-content > div h5,.md-content-drag > div h5{
	width: 100%;
	line-height: 50px;
	border-bottom: 1px #eee solid;
	font-size: 20px;
	font-weight: bold;
	color: #f90;
	text-align: center;
}
.md-content input[type="text"],.md-content-drag input[type="text"] {
	border: 1px #eee solid;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	width: calc(100% - 40px);
	padding: 0 10px;
}
.md-content > div p,.md-content-drag > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul,.md-content-drag > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li,.md-content-drag > div ul li {
	padding: 5px 0;
}
.btn-foot{
	width: 80%;
	height:45px;
	margin: 0 auto;
}
.btn-foot button {
	/*background: -moz-linear-gradient(top, #aaa, #cccccc);
      background: -ms-linear-gradient(top, #aaa, #cccccc);
      background: -o-linear-gradient(top, #aaa, #cccccc);*/
	background: #f90;
	border:1px solid #aaa;
	width: 40%;
	margin:0 5%;
	float: left;
	padding:5px 0;
	border-radius:1em;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.md-show-drag.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* datepicker */
.datepicker > .datepicker_header > .icon-close> div {
	position: relative;
	right: 12px;
}
/* poker */
#loading {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999990;display: none;}
#loading img {background:#000;position:relative;width:40px;top:50%;left:50%;transform: translate(-50%,-50%);padding: 10px;border-radius:8px}
.poker-modal-balance {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999990;display: none;}
.poker-modal-balance .content-modal {background:#000;position:relative;width:85%;color:#fff;text-align:center;line-height:30px;top:50%;left:50%;transform: translate(-50%,-50%);font-size: 14px;padding: 10px;font-weight: normal;border-radius:8px}
.poker-modal-balance .content-modal #error-msg {color: #fff;}