@import url("./font/font.css");
@viewport {
  width: device-width;
  zoom: 1;
}
ul{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,p{ margin: 0; }
h1,h2,h3,h4,h5,h6{ font-family: ViceCitySans; }
.clearboth {clear:both;}
html {display:table;}
body {display:table-row;}
html,body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
  font-family: Lato-regular;
	overflow-x:hidden;
}
.img100{max-width: 100%;}
#theme{
    display:table-cell;
    background: #1d0616;
    background-size: cover;

}
.themetbl {display:table;}
.themetblrow {display:block;}
.themetblcell {display:block;}
.theme-container-box { width:100%; height:500px; }
#theme-frame{
	margin:auto;
	width:100%;
}

#theme-header {display: block;height: auto; background: linear-gradient(50deg, #23071d, #60154d ); z-index: 9999;  width: 100%;}

#theme-menu {height: auto; width: 100%; position: relative; background:#a32c70;}
#theme-menu #cmsmenu {z-index:999;}
#theme-container { clear:both;clear: both;}

.logo-head .container {padding: 14px 0;}
#theme-title {  padding-left:10px; display:none;}
#theme-header-logo {
    float: left;
    width: 200px;
}
#theme-header-logo img { width:100%;}
#theme-header-link {
    float: right;
    margin: 15px 0;
}
#theme-header-link ul { padding: 0; }
#scroll_msg {display: block; width: 100%;}
/* login horizontal */
    #customform{
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        #customform input[type=button] {
            font-weight: bold;
            cursor: pointer;
            cursor: hand;
            height: 30px;
            width: 59px;
        }

        #customform form{
            width: 100%;
        }

        #customform dl{
            display: inline-block;
            margin: 0;
        }


        #customform dt {
            display: inline-block;
        }

        #customform dd {
            display: inline-block;
        }

        #customform img {
            margin-right: 2px;
        }
        
/*********************************/
input#customform_UserName, input#customform_Password, input#customform_submit {
    margin: 5px 2px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    max-width: 118px;
    text-transform: uppercase;
}
input#customform_UserName, input#customform_Password {
    border: none;
    background: #fff;
}
input#customform_submit {
    border: none;
    background: #d4207b;
}


.flexslider{
    border: none;
    margin: 0;
}
img{ max-width: 100%; }

.modal-dialog{
  width: 65%;
  top: 50%;
  transform: translateY(-50%) !important;
  height: fit-content; 
}


#register-body{  width:100%;  }
#register-body li:first-child{ width: 30%; vertical-align: middle; }
#register-body li:last-child{ width: 69%; vertical-align: middle; }
form#registerform dl {
  margin: 0 5px 10px 5px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
input#registerform_UserName {
  width: 58% !important;
}
input.btnCheckUser {
    width: 36% !important;
    margin-left: 10px !important;
    font-size: 12px !important;
}
dl#groupSubmit {
    width: 50% !important;
    margin: auto !important;
    display: block !important;
}
dl#groupVerifyCode dd:nth-child(2) {
    width: 58% !important;
    display: inline-block;
}
dl#groupVerifyCode dd:nth-child(3) {
    width: 35% !important;
    display: inline-block;
    margin-left: 15px;
}
form#registerform input, form#registerform select{
  padding: 10px 10px;
  font-size: 15px;
}
form#registerform input:first-child, form#registerform select{
   background: none;
  border: none;
  border-top: 1px solid #fff;
}
form#registerform select option {    color: #000;  }
input#registerform_btnSubmit {  border: 1px solid #e789e7 !important; }
.modal-content{
  border-radius: 40px;
  padding: 0;
  overflow: hidden;
}
.modal-body{ padding: 0; padding-right: 20px;}
.modal-title{
  color: #e789e7;
  font-size: 30px;
}
button.close{
  position: absolute;
  right: 3%;
  top: 4%;
  color: #fff;
  border-radius: 100px;
  background: #e789e7;
  padding: 15px 25px;
  opacity: 1;
  font-size: 40px;
}
.close:focus, .close:hover{
  color: #fff;
  opacity: 1;
}
/* responsive */
@media all and (max-width: 1200px){
  #register-body li:last-child{ width: 68%;} 
  form#registerform dl{ width: 47%;}
}
@media all and (max-width: 1024px){
  form#registerform input, form#registerform select {
    padding: 12px 10px ;
    font-size: 12px ;
  }
  input.btnCheckUser{ width: 35% !important; }
  dl#groupVerifyCode dd:nth-child(3){ width: 34% !important; }
}

@media all and (max-width: 768px){
  #register-body li:first-child{  display: none; }
  #register-body li:last-child{ width: 100%; }
  form#registerform { 
    width: 80%;
    margin: auto;
  }
  form#registerform dl{ width: 100%; } 
  .modal-title {
    text-align: center;
    display: block;
  }
}

@media all and (max-width: 425px){
  .modal-dialog{ width: 95%; }
  button.close{
    right: 46%;
    top: 1%;
    font-size: 18px;
    padding: 15px 19px;
  }
  .modal-content{
    border-radius: 25px;
    text-align: left;
  }
}


/*scrollbar*/
::-webkit-scrollbar {width: 10px; height: 5px;}
::-webkit-scrollbar-track { background: #333;}
::-webkit-scrollbar-thumb {  background: #f18ee8; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {  background: #a32b72; }

/* header */
.loginTop{ color: #fff; margin: 0 30px;}
.date{ float: left; margin: 6px 0;}
.dropdown{ float: right; }
.dropdown ul li{ padding: 5px 10px; }
.dropdown-menu{ min-width: 0; right: 0; left: unset; }
#dropdownMenu1 {
    background: none;
    border: none;
}
.dropdown-menu>li>a{ padding: 0; }
.registerBtn:hover{ text-decoration: none; color: #fff; }
.registerBtn {
    color: #fff;
    border-radius: 5px;
}
.v2{ display: flex;}
.v2 ul{ padding: 0; list-style: none; display: inline-block;}
.v2 ul li{ display: inline-block; margin: 0 2px; }
.regBtn{
  background: #696969;
  width: fit-content;
  padding: 5px;
  margin: 5px 2px;
  border-radius: 5px;
}
.regBtn > button{
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  width: 100%;
}
.modal-content {
    background: #000000b8;
    padding: 30px 30px;
    border: 1px solid #e789e7;
}
.modal-title{ 
  color: #fff;
  display: inline-block;
}
.modal-header .close{
  color: #fff;
  opacity: 1;
}
/*home*/
.proJackpot{
    padding: 20px 5px;
    border: 2px solid #eb83da;
    border-left: none;
    border-right: none;
    color: #fff;
    font-family: ViceCitySans;
}
.purpleLineTitle {
  width: max-content;
  margin: auto;
  margin-bottom: 15px;
  border-bottom: 3px solid #b2216e;
}
.proJackpot ul li{ display: inline-block; margin: 0 20px; padding: 20px 0; }
.proJackpot ul li:nth-child(2){
  background: url(./imgs/icon_jackpot.png)no-repeat;
  background-position: center;
  background-size: contain;
}
.proJackpot ul li:nth-child(2) .prize{ font-size: 37px; }
.proJackpot ul li .prize { font-size: 20px; }
.major, .grand, .minor{ color: #d07fde; }
.contentHome{ 
  background: url(./imgs/homeBg.jpg) no-repeat; 
  background-size: 100%;
  background-position: top;
  color: #fff;
}
.threeSteps{
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ViceCitySans;
}
.threeSteps h3{ margin-bottom: 10px; }
.threeSteps h3:before, .threeSteps h3:after{
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 8px 20px;
  width: 30%;
  transition: 0.2s;
}
.threeSteps ul{ list-style: none; }
.threeSteps ul li{
  display: inline-block;
  margin: 0 10px;
  transition: 0.2s;
}
.threeSteps ul li .number{ font-size: 50px; }
.threeSteps ul li .step{ font-size: 16px; color: #c86dba;}
.threeSteps ul li .smallText{ font-size: 14px; color: #c5b0c2; }
.arrow {
    font-size: 70px;
    vertical-align: 16;
    transition: 0.2s;
}
.hotGames{
  padding-top: 30px;
  padding-bottom: 30px;
}
.hotGames ul{
  list-style: none;
  width: 30%;
  display: inline-block;
  margin: 0 10px;
}
.hotGames ul li{
  margin: 20px 0; 
  overflow: hidden; 
  position: relative;
  cursor: pointer;
}
.hotGames ul:first-child li:nth-child(1):before{ display: none; }
.hotGames ul li:before, .popularGames ul li:before{
  content: "";
  position: absolute;
  left: -150%;
  width: 40px;
  height: 100%;
  filter: blur(50px);
  transition: 0.5s;
  background: #fff;
}
.hotGames ul li:hover:before{ left: 150%; }
.popularGames ul{ list-style: none; }
.popularGames ul li {
  display: inline-block;
  width: 30%;
  margin: 5px 3px;
  position: relative;
  overflow: hidden;
}
.popularGames ul li:hover:before{ left: 150%; }
.ytb{
  padding-top: 30px;
  padding-bottom: 30px;
}
.ytb ul{ list-style: none; }
.ytb ul li{
  display: inline-block;
  width: 46%;
  margin:5px 3px;
}
.product, .services, .bank{
  display: inline-block;
  list-style: none;
  width: 30%;
  background: #26082a;
  padding: 10px 20px;
  min-height: 450px;
  text-align: left;
  margin: 0 10px;
  vertical-align: top;
}
.info > ul > li > ul > li{
  list-style: none;
  margin: 10px 0;
}

.info .carousel{  height: 430px; }
.info .item > ul > li{ margin: 10px 0; }
.info .carousel-indicators .active{
  background-color: #fc98f2;
  border: none;
}

.info .carousel-indicators li{ 
  background-color: #fff; 
  margin-right: 8px;
}

.top{
  font-size: 40px;
  border-bottom: 1px dotted #fc98f2;
  color: #fddcff;
}
.product .bigText, .services .bigText, .bank .bigText{
  font-size: 25px;
  color: #fc98f2;
}
.product .smallText, .services .smallText, .bank .smallText{
  font-size: 12px;
  color: #d1c0d2;
}
.mins{ float: right; }
.services ul li:nth-child(3) div{
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.services ul li:nth-child(3) > div:nth-child(3){ float: right; vertical-align: middle;}
.services ul li:nth-child(3) > div:nth-child(3) .bigText{ font-size: 40px; }
.services .progress{ 
  background: #fff;
  padding: 3px;
  border-radius: 50px;
}
.services .progress-bar{ background: #a72875; border-radius: 50px;}
.services .dpBar{ width: 10%; }
.services .wdBar{ width: 30%; }

.bank ul > li { list-style: none; }
.bank .listStyle  li { list-style: url({imgs/bullet.png);margin: 20px 25px !important;}
.bank ul > li > ul > li{ list-style-image: url('./imgs/bullet.png');margin: 20px 25px;}
  
.gameLogo ul{ list-style: none; }
.gameLogo ul li{display: inline-block;width: 13%;}
.gameLogo img, .bankLogo img{ transition: 0.4s; }
.gameLogo li, .bankLogo li{ position: relative; }
.gameLogo li .back, .bankLogo li .back{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gameLogo li:hover .front, .bankLogo li:hover .front{ opacity: 0;}
.gameLogo li:hover .back, .bankLogo li:hover .back{ opacity: 1;}


.contactBg{
  background: #300c3a;
  color: #e88ee6;
}
.contact ul{ list-style: none; }
.contact ul li{
  display: inline-block;
  width: 30%;
  margin: 20px 0px;
  font-size: 16px;
}
.contact ul li i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid;
  padding: 13px 0;
  margin-bottom: 10px;
}
.Fter{ padding: 20px 0; color: #e6cfe9;}
.Fter ul{ list-style: none; }
.Fter ul li{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #40154a;
  color: #7d2c92;
  border-radius: 50px;
  font-size: 25px;
  margin: 0 2px 10px 2px;
  padding: 2px 0;
}
.contactBg a, .Fter a{
  text-decoration: none;
  color: #e17ce2;
}

/*sport*/
.sportBg{
  width: 100%;
  background: url(./imgs/bg_sports.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
}
.ssport h3, .msport h3, .esport h3{ margin: 10px 0; color: #fff; }
.ssport iframe, .msport iframe, .esport iframe{ margin: 10px 0; }
/*casino*/
.casinoBg{
  width: 100%;
  background: url(./imgs/bg_live.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
}
/*lottery*/
.lottoBg{
  width: 100%;
  background: url(./imgs/bg_lottery.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
}
.lottoBg table.table{
  text-align: center;
  color: #fff;
}
.lottoBg table.table tr:nth-child(1){
  background: #a42c73;
  font-weight: bold;
  color: #fff;
}
.lottoBg table.table tr:nth-child(2){
  background: #310c38;
  font-weight: bold;
  color: #fff;
}
.lottoBg table.table{
  background: #343434;
  color: #a5a5a5;
}
.lottoBg table.table tr td{ padding: 10px 0; white-space: normal;}
#drawresult ul > li{
  background: #250a2d !important;
  border: none !important;
  min-height: 200px;
}
#drawresult ul > li table caption{
  background: none !important;
  color: #e28df5 !important;
  padding: 0 !important;
  text-align: center !important;
}
#drawresult ul > li ol{ color: #d3c5d6; }

/*slot*/
.slotBg{
  width: 100%;
  background: url(./imgs/bg_lottery.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
}

/*promotion*/
.promoBg{
  width: 100%;
  background: url(./imgs/bg_promotion.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
}
ol#faq_modal{ padding: 0; list-style: none;}
ol#faq_modal li{ 
  background: #310c38;
  margin-bottom: 40px;
  box-shadow: 0 0 20px -8px #fff;
}
.promoLeft{
  padding: 0 25px;
  color: #fff;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.promoLeft h2{ margin-bottom: 15px; }
.promoImg{
  width: 60%;
  display: inline-block;
}
.learn {
    background: #a42c73;
    margin-top: 30px;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 50px;
}
div#faq_fbwrap {
    position: fixed !important;
    width: 90% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
div#faq_fbouter {
    background: #310c38;
    color: #fff;
    box-shadow: 0 0 20px -8px #dbaae4;
    padding: 10px 15px;
}
div#faq_fbinner {
    border: 1px solid;
    padding: 10px;
    width: 100% !important;
}
.promoAns{
  margin: 10px;
  padding: 10px;
  border: 1px solid #fff;
}
.promoAns p{
  font-size: 14px;
  margin-bottom: 5px;
}
.pop-header{
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  color: red
}
.smallpop-header {
    text-align: center;
    font-family: 'roboto-b', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #636362;
    text-shadow: #595652 1px 1px 0;
    font-style: italic;
}
.popfont-medium {
    font-weight: bold !important;
    color: #ff3f00;
    font-size: 20px;
}
.popmessage {
    color: black;
    font-style: italic;
    font-size: 22px;
    text-align: center;
}
.popfont-color {
    padding-left: 35px;
    line-padding: 32px;
    text-align: center;
    color: black;
    font-size: 15px;
}
/*affiliate*/
.affiliateBg{
  width: 100%;
  background: url(./imgs/bg_affilate.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0 0 0;
  color: #fff;
}
.affiliateBg h3{ color: #ff8eff;  margin-bottom: 25px;}
.affiliateBg h3:before, .affiliateBg h3:after{
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 8px 20px;
  width: 25%;
  transition: 0.2s;
}
.affiliateContent{
  background: #000;
  padding: 50px;
}
.affiliateContent>ol{ margin: 0; padding: 0 50px; }
.affiliateContent>ol>li{ margin-bottom: 10px; }
.affiliateContent>ol>li:last-child{ margin-bottom: 0; }
.affiliateContent>ol>li>ol>li{ list-style: lower-roman; }
.affiliateContact{
  background: #a42c73;
  padding: 20px 0;
  font-size: 20px;
}
.affiliateContact a {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  display: block;
  width: fit-content;
  margin: 5px auto;
}

/*product & mini slider*/
.flexslider{ background: transparent; }
.col-md-6, .col-md-12, .col-xs-6, .col-md-3{ padding: 0; }
.slider, .prod{ padding:10px !important; transition: 0.2s}
.prod:hover{ transform: scale(1.1); z-index: 9;}

/*registration*/
.regBg{
  width: 100%;
  background: url(./imgs/bg_reg.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0 0 0;
}
.reg{
  width: fit-content;
  margin: 0 auto;
}
.reg h3{ color: #fff; }
form#registerform input, form#registerform select {
    width: 100%;
    padding: 5px 10px;
    margin: 2px 0;
    background: #a42c73;
    color: #fff;
    border: 1px solid #e789e7;
}
form#registerform input::placeholder{ color: #969696; }
form#registerform dl{ margin-bottom: 10px; }
form#registerform dl dt{ color: #fff; }
.btnCheckUser, #registerform_btnSubmit{
  background: #300c3a !important;
  text-transform: uppercase;
}
.small{ color: red; }

/*VIP*/
.vipBg{
  width: 100%;
  background: url(./imgs/bg_vip.jpg)no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 30px 0 30px 0;
  color: #fff;
}
.tableResponsive{ overflow-x: auto; }
.vipTable{
  color: #fff;
  background: #1a1a1a;
  border-radius: 20px;
  width: 100%;
}
.vipTable tr th, .vipTable tr td{
  text-align: center;
  padding: 10px;
  min-width: 100px;
}
.vipTable tr:first-child{ font-size: 20px;}
.vipTable tr{ font-size: 12px; }
.vipTable tr td:first-child{ color: #d66fda; }
.tableTitle th{
  background: #a32b72;
  border-radius: 20px 20px 0 0;
}
.tableTiers{ background: #310b3a !important;}
.tableTiers th:first-child{ color: #f5e95f; }
.tableTiers td{ vertical-align:bottom; }
.tableTiers td img{ width: 50px; }
.tableTiers td:nth-child(2) img, .tableTiers td:nth-child(3) img, .tableTiers td:nth-child(4) img{
  margin: 15px 0;
}
.vipTable tr:nth-child(even){ background: #333; }
.vipTable tr:last-child td:first-child { border-radius: 0 0 0 20px; }
.vipTable tr:last-child td:last-child { border-radius: 0 0 20px 0; }
/*****************************************responsive****************************************************************/
@media all and (max-width: 768px){
  .threeSteps ul li{ width: 100%; margin: 0; }
  .arrow{ transform: rotate(90deg); }
  .promoLeft p{ font-size: 10px; }
  .promoLeft h2{ margin-bottom: 5px !important; font-size: 20px; }
  .learn{ margin-top: 10px; }
  .affiliateBg h3:before, .affiliateBg h3:after{ width: 12%; }
}
@media all and (max-width: 425px){
  #theme-header-logo {
    float: none;
    margin: auto;
  }
  #theme-header-link{
    float: none;
    margin: auto;
    margin-top: 10px;
    text-align: center;
  }
  .v2{ flex-direction: column;}
  .download{ order: 3; }
  .regBtn{
    width: 72%;
    margin: 0px auto 6px;
  }
  .threeSteps h3:before, .threeSteps h3:after{ width: 7%; }
  .hotGames ul{
    width: 32%;
    margin: 0 1px;
  }
  .hotGames ul li{ margin: 4px 0; }
  .popularGames ul li{ width: 46%; }
  .product, .services, .bank{
    width: 100%;
    margin: 5px 0;
  }
  .gameLogo ul li{ width: 20%; }
  .contact ul li{
    width: 100%;
    margin: 5px 0;
  }
  .lottoBg table.table{ font-size: 10px; }
  #drawresult ul > li{ width: 43% !important; margin: 5px !important;}
  .promoLeft{ padding: 0px 10px; }
  .promoLeft p{ display: none; }
  .promoLeft h2{ font-size: 13px; }
  .learn{ margin-top: 5px; padding: 2px 5px;}
  .affiliateBg h3:before, .affiliateBg h3:after{ display: none; }
  .affiliateContent{ padding: 10px; }
  .affiliateContent>ol{ padding: 0 30px; }
  .tableResponsive{ max-width: 92vw; }
}
@media all and (max-width: 375px){
  .regBtn{ width: 81%; }
}
@media all and (max-width: 320px){
  #drawresult ul > li{ width: 100% !important; margin: 10px 0 !important;}
  .regBtn{ width: 95%; }
}
