@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: ThaiSansNeue;
    src: url(fonts/ThaiSansNeue-UltraBold.ttf);
}
@font-face {
    font-family: ThaiSansNeue-regular;
    src: url(fonts/ThaiSansNeue-Regular.ttf);
}


body{
     background: url(../resources/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container{
    max-width: 1100px;
}
.no-style{
    padding: 0px;
    margin: 0px;
}
.pcolor{
    color: rgb(149,56,205);
}
.header-bg{
    height:169px;
    background: rgb(149,56,205);
    background: radial-gradient(circle, rgba(149,56,205,1) 0%, rgba(42,3,65,1) 100%);
}
.header{
    height:169px;
    background: url('../resources/header-bg-3.png');
    background-size: cover;
}

/* =========== MENU =========== */

.menu{
    background-image:url('../resources/menu-bg.svg');
    background-size: cover;
}

.menubar ul{
    list-style: none;
    margin-left: -100px;
    margin-top: -63px;
    line-height: 35px;
}
.menubar ul li{
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: ThaiSansNeue-regular;
    font-weight: bold;
}
.menubar ul li img{
    margin-bottom: -10px;
}
.menubar ul li a{
    color:#000000;
    font-size: 24px;
}
.menubar ul li a:hover{
    text-decoration: none;
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #ffffff 0px 0px 20px, #ffffff 0px 0px 30px, #ffffff 0px 0px 40px, #ffffff 0px 0px 50px, #ffffff 0px 0px 75px;
}

.menu-small{

}
.menu-small h3{
  font-size: 18px;
  margin-top: 10px;

}
.menu-small .col-xs-4{
  background-image: url(../resources/menu_bar_bg_hover.jpg);
  background-repeat: repeat-x;
  font-family: ThaiSansNeue-regular;
  border-right: 1px #cccccc solid;
}




/* =========== SLIDER =========== */
.carousel .carousel-inner .item img {
    width: 100%;
}
.carousel .carousel-indicators li {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(87, 40, 40, 0);
}
.carousel .carousel-indicators li:hover {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li.active {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 187, 0, 1);
}
.carousel .carousel-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 0;
}
.carousel .carousel-caption {
    display: none;
}
.carousel .carousel-control {
    display: none;
}
.carousel-control {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel .carousel-control.left span {
    margin-left: -10px;
    left: 50%;
}
.carousel .carousel-control.right span {
    margin-right: -10px;
    right: 50%;
}
@media (min-width: 768px) {
    .carousel-control span {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}




/* =================PROMOTION CSS START HERE================*/
.home-promotion{
    background: rgba(0, 0, 0, 0.7);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
}
.home-pro-title{
    color: #d58512;
    text-align: center;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-promotion ul{
    list-style-image: url('../resources/li-why.png');
}
.home-promotion li{
    font-size: 26px;
    font-family: ThaiSansNeue-regular;
    color: #cccccc;
}

/* =================PROMOTION CSS END HERE================*/
/* ================= WELCOME PAGE ========== */
.welcome-layout{
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: ThaiSansNeue-regular;
    color: #ffffff;
    font-size: 1.5em;
}
.welcome-layout h2{
    border-left: 5px #216788 solid;
    padding-left: 20px;
    font-size: 1.7em;
    line-height: 30px;
    font-style: italic;
    color: #FFD100;
}


.welcome-side2 {
    position: relative;
    background: linear-gradient(0deg, #000, #272727);
}

.welcome-side2:before, .welcome-side2:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
        #0000ff, #00ff00,#ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 30s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.welcome-side2:after {
    filter: blur(20px);
}

/* ================= WELCOME PAGE END ====== */
/* =================RULE CSS START HERE================*/
.rules{
    background: url(../resources/rule-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    padding: 15px;
    margin-top: 20px;
}
.rules-text{
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    margin-top: 70px;
    margin-right: 20px;
    margin-bottom: 70px;
    padding: 15px;
    font-family: 'ThaiSansNeue-Regular';
    font-size: 19px;
    line-height: 22px;
}
/* =================RULE CSS END HERE================*/
/* =================ROTATION  CSS START HERE================*/
#loading1 {
        -webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}

/* =================ROTATION  CSS END HERE================*/

/* ############################GAME AREA #################### */
.game-area-logo{
    padding: 10px;
    margin-top: 5px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    
  
}
.game-area-logo .col-md-8 .col-xs-4{
    margin-bottom: 20px;
}
.game-name{
    text-align: center;
    color: #f0f39c;
}
.game-link{
    text-align: center;
}
.game-link a{
    color: #f0f39c;
    padding-left: 5px;
    padding-right: 5px;
}
.game-link a:hover{
    color: #FF0000;
}
.sidebar{

}
.sidebar .col-md-4{
    padding-right: 0px;
}
.sidebar img{
    margin-bottom: 5px;
}
.game-hot{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  z-index: 99999999;
  width: 70px;
}
.banner_hover{overflow:hidden;}
.banner_hover .tt_img_hover{opacity:0;position:absolute;left:0px;top:0px;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);}
.post-sm3xx:hover .tt_img_hover,
.tt_list.sbo:hover .tt_img_hover,
.banner_hover:hover .tt_img_hover{
  opacity:1;
  left:0px;
  top:0px;
  -webkit-filter: 
  -webkit-transform:scale(1.0);
  -moz-transform:scale(1.0);-ms-transform:scale(1.0);
  -o-transform:scale(1.0);transform:scale(1.0);}
.tt_list.sm img,
.tt_list.hl img,
.banner_hover .tt_img_hover,
.banner_hover{-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
figure{position:relative;}
figure::before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);}
.thaitheme1x:hover figure::before,
figure:hover::before{-webkit-animation:shine 1.50s;animation:shine 1.50s;}
@-webkit-keyframes shine{
}
@keyframes shine{
}
.tt_list_game {float: left;width: 100%;margin: 0px 0% 0px 0%;}
.tt_list_game .tt_img {float: left;width: 100%;}
.page-template .post-415,
.tt_list.sbo.hover:hover .tt_img_df,
.tt_list.sbo.hover .tt_img_hover,
.tt_list_game:hover .tt_img_df,
.tt_list_game .tt_img_hover {left: -100%;}
.tt_list.sbo.hover:hover .tt_img_hover,
.tt_list_game:hover  .tt_img_hover {left: 0px;}
.tt_list.sbo.hover:hover img {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
figure{position:relative;}
figure::before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);}
.thaitheme1x:hover figure::before,
figure:hover::before{-webkit-animation:shine 1.50s;animation:shine 1.50s;}
@-webkit-keyframes shine{
}
@keyframes shine{
}
/* ############################GAME AREA #################### */
/* =================ROTATION  CSS START HERE================*/
.rotait-roullete{
  position: relative;
  overflow: hidden;
}
#loading {
    -webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

/* =================ROTATION  CSS END HERE================ */
/* ================= PROMOTIONS ========================== */

.promotion{
    background: rgba(0,0,0,0.8);
    margin-top: 5px;
    margin-bottom: 5px;

}
.promotion h3{
    color: #9037d0;
    font-family: ThaiSansNeue-regular;
    font-size: 36px;
}
.promotion .col-md-8{
    padding-bottom: 50px;
}
.promotion-pro-title{
    color: #9037d0;
    text-align: center;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.promotion ul{
    list-style-image: url('../resources/li-why.png');
}
.promotion li{
    font-size: 26px;
    font-family: ThaiSansNeue-regular;
    color: #cccccc;
}
.promotion li span{
    color: #9037d0;
    font-weight: bolder;
}
.home-page-pro{
    color: #9037d0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    font-family: ThaiSansNeue-regular;
}
/* ================= PROMOTIONS END ========================== */
/* =================== FOOTER ================== */

.footer-style{
    margin-top: 10px;
    font-family: 'Khmer', cursive;
}
.footer-style h3{
    color: #FFD100;
    font-size: 24px;
    font-family: ThaiSansNeue;
}
.footer-style li{
    color: #ffffff;
    line-height: 22px;
}
.footer-style li a{
    color: #ffffff;
    font-size: 14px;
}
.footer-style li a span{
    color: #FFD100;
}
.payments{
    color: #ffffff;
    font-weight: bold;
}
.payments img{
}
.payments .col-md-2{
    padding: 0px;
}
.payments .col-xs-6{
    margin-top: 10px;
}

/* =================== FOOTER END ================== */
/* ##################################CONTACTS###################################### */
.contacts{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0,0,0,0.8);
    font-family: ThaiSansNeue-regular;
}
.contacts h1{
    color: #FFE400;
    font
}
.step-register-head{
    font-size: 22px;
    font-family: 'Khmer', cursive;
}
.contacts li{
    color:#ffffff;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    font-family: 'Khmer', cursive;
}
/* ##################################CONTACTS END################################## */
