﻿@charset "utf-8";

/*---- For replce boostrap pre-set ---*/

ul, ol, li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

ximg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

a, a:hover {
    text-decoration: none;
}

span {
    display: inline-block;
}

.clear {
    clear: both;
}

.Zero {
    padding: 0px;
    margin: 0px;
}

.bold {
    font-weight: bold;
}

.ftoLeft {
    float: left;
}

.ftoRight {
    float: right;
}

.marginAuto {
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}

.positionR {
    position: relative;
}


/*-----------------------------------------------*/

.form-control::-webkit-input-placeholder {
    color: #004648;
}

.form-control:-moz-placeholder {
    color: #004648;
}

.form-control::-moz-placeholder {
    color: #004648;
}

.form-control:-ms-input-placeholder {
    color: #004648;
}

@media(max-width:1051px) {
    body {
        display: inline-block;
    }
}


/*--------------Mobile box  LEft Right Floating --------------*/

.mobileBox {
    border: 1px solid #00a9b1;
    width: 140px;
    height: 44px;
    xmargin-left: 6px;
    padding-top: 7px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54aee4+0,54aee4+50,2889d9+53,2889d9+100 */
    background: #007d83;
}

.mobileBox h4 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    text-shadow: 0px 1px 1px #0055a5;
}

.mobileBox p {
    font-size: 12px;
    text-shadow: 0px 1px 1px #004177;
}

.mobileBox:hover {
    opacity: 0.8;
}


/*--------------end Mobile box --------------*/

body {
    background: #e0e0e0;
    color: #d9d9d9;
    font-family: 'Abel','Noto Sans TC', 'Microsoft JhengHei', 微軟正黑體, 微软雅黑, sans-serif ;
}

.headerWrapper {
    width: 100%;
    height: 134px;
    background: #131313;
}

.header {
    width: 1038px;
    margin: 0 auto;
    height: 128px;
    padding-top: 6px;
}

.headerLeft {
    width: 338px;
    float: left;
    text-align: left;
    xheight: 87px;
    padding-top: 3px;
}

.headerRight {
    width: 700px;
    float: left;
}

.headerRight1 {
    height: 35px;
    text-align: right;
    width: 700px;
}

.headerRight2 {
    height: 20px;
    text-align: right;
    width: 700px;
    color: #fff;
}

.headerRight2 a {
    color: #FFF;
}

.headerRight2 a:hover {
    color: #c20d21;
}

.headerRight3 {
    height: 20px;
    text-align: right;
    width: 700px;
    color: #fff;
}


.headerDivide {
    font-size: 10px;
    padding: 0 5px;
}

.dropdown-menu {
    xbackground-color: #999;
}

.dropdown-menu li {
    xwidth: 70px;
}

.dropdown {
    width: 40px;
    float: right;
    margin-right: 10px;
}

.h_text {
    color: #535353;
    margin-top: 3px;
}

.h_text span {
    padding-top: 1px;
}

.h_text a {
    color: #c1c1c1;
}

.announcementWrapper {
    width: 100%;
    z-index: 1;
    background: #004648;
}

.announcement {
    width: 1035px;
    height: 25px;
    padding-top: 3px;
    z-index: 1;
    margin: auto;
    background: #004648;
    color: #808080;
}

.a_icon {
    width: 17px;
    float: left;
    padding-left: 3px;
}

.a_text {
    width: 1008px;
    float: left;
    padding: 0 5px;
    font-size: 14px;
    z-index: 1;
    color: #FFF
}

.a_date {
    width: 165px;
    float: left;
    font-size: 11px;
}


/*************** MENU *****************************/

.menuWrapper.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.menuWrapper {
    width: 100%;
    height: 47px;
    font-weight: 400;
   font-family: 'Abel','Noto Sans TC', 'Microsoft JhengHei', 微軟正黑體, 微软雅黑, sans-serif ;
    background: #007d83;
}


/* Default .menupart { width:1038px; margin:0 auto;height:35px; background-color:#006cbf;} */

.menupart {
    width: 1100px;
    margin: 0 auto;
    height: 47px;
    background: #007d83;
}

.menupart>ul>li {
    display: inline-block;
}

.menupart>ul>li>a {
    xfont-weight: 700;
    text-transform: uppercase;
    padding: 12px 22px 8px 22px;
    color: #fff;
    font-size: 19px;
    display: inline-block;
}

.menupart>ul>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2f91dc;
}

.menupart>ul>li>.icon {
    padding: 8px 16px 3px 16px;
}

.subPlaynow {
    height: 30px;
    text-decoration: none;
    font-size: 14px;
    background: #006166;
    width: 100%;
    color: #FFF;
    padding-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #007d83;
}

.subPlaynow:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #007d83;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
}


/*---------- BANNER ------------*/

.bannerWrapper {
    width: 100%;
}

.banner {
    width: 1035px;
    margin: 0 auto;
    padding: 4px 0 0 0;
    background: #252525;
    height: 310px;
}

.bannercontent {
    float: left;
}

.centerWrapper {
    width: 100%; background:url(../images/bg.jpg) center top no-repeat;background-size: cover;
	/*
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-position: center;*/
}




.centerWrapper:before, .centerWrapper:after {
	content: "";
	display: table;
}

.centerWrapper:after {
	clear: both;
}

.centerpart {
    width: 1035px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px 0;
		background-color: #161616;
        
}


.centerparthomepage {
    width: 1035px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px 0;
		/*background-color: #161616;*/
        background-color: #ffffff;
}



.home .centerpart {
		background-color: transparent;
}

.centerpart2 {
    width: 1035px;
    background: #ffffff;
    float: left;
    padding: 10px;
}

.centerpart3 {
    width: 1035px;
    background: #FFFFFF;
    float: left;
    padding: 10px;
}

.cgtitle {
    padding: 7px 0px 7px 18px;
    margin: 0px;
}

.cgTable {
    background-color: #161616 !important;
}

.casinoP1 {
    position: relative;
    width: 481px;
    height: 214px;
    padding-left: 15px;
}

.casinoP2 {
    position: relative;
    width: 481px;
    height: 214px;
    padding-left: 12px;
}

.sportP1 {
    position: relative;
    width: 482px;
    height: 454;
    padding-left: 15px;
}

.sportP2 {
    position: relative;
    /* width: 482px; */
    width: 321px;
    height: 454;
    overflow: hidden;
    padding-left: 12px;
}


/*---- mouse over image -----*/

.PTC {
    width: 481px;
    height: 222px;
    background: url(../images/en/PTC.jpg) no-repeat;
    border: 4px solid #333333;
}

.PTC:hover {
    xbackground: url(../images/en/PTC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.ABC {
    width: 481px;
    height: 222px;
    background: url(../images/en/ABC.jpg) no-repeat;
    border: 4px solid #333333;
}

.ABC:hover {
    xbackground: url(../images/en/ABC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.EVO {
    width: 481px;
    height: 222px;
    background: url(../images/en/EVO1.jpg) no-repeat;
    border: 4px solid #333333;
}

.EVO:hover {
    background: url(../images/en/EVO2.jpg) no-repeat;
    border: 4px solid #007d83
}

.GPC {
    width: 481px;
    height: 222px;
    background: url(../images/en/GPC.jpg) no-repeat;
    border: 4px solid #333333;
}

.GPC:hover {
    xbackground: url(../images/en/GPC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.MGC {
    width: 481px;
    height: 222px;
    background: url(../images/en/MGC.jpg) no-repeat;
    border: 4px solid #333333;
}

.MGC:hover {
    xbackground: url(../images/en/GPC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.YB {
    width: 481px;
    height: 222px;
    background: url(../images/en/YB.jpg) no-repeat;
    border: 4px solid #333333;
}

.YB:hover {
    xbackground: url(../images/en/YB.jpg) no-repeat;
    border: 4px solid #007d83
}

.PTG {
    width: 481px;
    height: 222px;
    background: url(../images/en/PTG.jpg) no-repeat;
    border: 4px solid #333333;
}

.PTG:hover {
    xbackground: url(../images/en/PTG2.jpg) no-repeat;
    border: 4px solid #007d83
}

.GPG {
    width: 481px;
    height: 222px;
    background: url(../images/en/GPG.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.GPG:hover {
    xbackground: url(../images/en/GPG2.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.HOTDOG {
    width: 481px;
    height: 222px;
    background: url(../images/en/HOTDOG.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.HOTDOG:hover {
    xbackground: url(../images/en/HOTDOG.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.AMG {
    width: 481px;
    height: 222px;
    background: url(../images/en/amigo.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.AMG:hover {
    xbackground: url(../images/en/amigo.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.PASCAL {
    width: 481px;
    height: 222px;
    background: url(../images/en/pascal.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.PASCAL:hover {
    xbackground: url(../images/en/pascal.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.WOW {
    width: 481px;
    height: 222px;
    background: url(../images/en/wow.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.WOW:hover {
    xbackground: url(../images/en/wow.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.g1S {
    width: 481px;
    height: 222px;
    background: url(../images/en/1SGa.jpg) no-repeat;
    border: 4px solid #333333;
}

.g1S:hover {
    xbackground: url(../images/en/1S2.jpg) no-repeat;
    border: 4px solid #007d83
}

.RTG {
    width: 481px;
    height: 222px;
    background: url(../images/en/RTG.jpg) no-repeat;
    border: 4px solid #333333;
}

.RTG:hover {
    xbackground: url(../images/en/RTG.jpg) no-repeat;
    border: 4px solid #007d83
}

.AMEBA {
    width: 481px;
    height: 222px;
    background: url(../images/en/ameba.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.AMEBA:hover {
    xbackground: url(../images/en/ameba.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.EVOPLAY {
    width: 481px;
    height: 222px;
    background: url(../images/en/evoplay.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.EVOPLAY:hover {
    xbackground: url(../images/en/evoplay.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.BOOONGO {
    width: 481px;
    height: 222px;
    background: url(../images/en/booongo.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.BOOONGO:hover {
    xbackground: url(../images/en/booongo.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.MRSLOTTY {
    width: 481px;
    height: 222px;
    background: url(../images/en/mrslotty.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.MRSLOTTY:hover {
    xbackground: url(../images/en/mrslotty.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.BWIN {
    width: 481px;
    height: 222px;
    background: url(../images/en/bwin.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.BWIN:hover {
    xbackground: url(../images/en/bwin.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.SIMPLEPLAY {
    width: 481px;
    height: 222px;
    background: url(../images/en/simpleplay.jpg) no-repeat;
    border: 4px solid #333333;
}

.SIMPLEPLAY:hover {
    xbackground: url(../images/en/simpleplay.jpg) no-repeat;
    border: 4px solid #007d83
}

.MGG {
    width: 481px;
    height: 222px;
    background: url(../images/en/MGG.jpg) no-repeat;
    border: 4px solid #333333;
}

.MGG:hover {
    xbackground: url(../images/en/GPC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.DGC {
    width: 481px;
    height: 222px;
    background: url(../images/en/DGC.jpg) no-repeat;
    border: 4px solid #333333;
}

.DGC:hover {
    xbackground: url(../images/en/DGC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.OGC {
    width: 481px;
    height: 222px;
    background: url(../images/en/OGC.jpg) no-repeat;
    border: 4px solid #333333;
}

.OGC:hover {
    xbackground: url(../images/en/OGC2.jpg) no-repeat;
    border: 4px solid #007d83
}

.NT {
    width: 481px;
    height: 222px;
    background: url(../images/en/NT1.jpg) no-repeat;
    border: 4px solid #333333;
}

.NT:hover {
    background: url(../images/en/NT2.jpg) no-repeat;
    border: 4px solid #007d83
}

.CB {
    width: 482px;
    height: 454px;
    background: url(../images/en/CB.jpg) no-repeat;
    border: 4px solid #333333;
}

.CB:hover {
    xbackground: url(../images/en/CB.jpg) no-repeat;
    border: 4px solid #007d83
}

.W {
    width: 482px;
    height: 454px;
    background: url(../images/en/W.jpg) no-repeat;
    border: 4px solid #333333;
}

.W:hover {
    xbackground: url(../images/en/W.jpg) no-repeat;
    border: 4px solid #007d83
}

.S {
    /* width: 482px; */
    width: 309px;
    height: 454px;
    background: url(../images/en/S.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.S:hover {
    border: 4px solid #007d83
}

.SXB {
    /* width: 482px; */
    width: 309px;
    height: 454px;
    background: url(../images/en/SXB.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.SXB:hover {
    border: 4px solid #007d83
}

.SOB {
    width: 309px;
    height: 454px;
    background: url(../images/en/SOB.jpg?i=5) no-repeat;
    border: 4px solid #333333;
}

.SOB:hover {
    border: 4px solid #007d83
}

.PNC {
    /* width: 482px; */
    width: 309px;
    height: 454px;
    background: url(../images/en/PNC.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.PNC:hover {
    border: 4px solid #007d83
}

.TTG {
    width: 481px;
    height: 222px;
    background: url(../images/en/TTG2.jpg) no-repeat;
    border: 4px solid #333333;
}

.BBINGO {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_bbingo.jpg) no-repeat;
    border: 4px solid #333333;
}

.BBINGO:hover {
    xbackground: url(../images/en/lobby_bbingo.jpg) no-repeat;
    border: 4px solid #007d83
}

.GGFISH {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_ggfish.jpg) no-repeat;
    border: 4px solid #333333;
}

.GGFISH:hover {
    xbackground: url(../images/en/lobby_ggfish.jpg) no-repeat;
    border: 4px solid #007d83
}

.SUPERLOTTO {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_superlotto.jpg) no-repeat;
    border: 4px solid #333333;
}

.SUPERLOTTO:hover {
    xbackground: url(../images/en/lobby_superlotto.jpg) no-repeat;
    border: 4px solid #007d83
}

.P8POKER {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_p8poker.jpg) no-repeat;
    border: 4px solid #333333;
}

.P8POKER:hover {
    xbackground: url(../images/en/lobby_p8poker.jpg) no-repeat;
    border: 4px solid #007d83
}
.LOTTERY9K {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_LY.jpg) no-repeat;
    border: 4px solid #333333;
}

.LOTTERY9K:hover {
    xbackground: url(../images/en/lobby_LY.jpg) no-repeat;
    border: 4px solid #007d83
}
.WM {
    width: 481px;
    height: 222px;
    background: url(../images/en/wm.jpg) no-repeat;
    border: 4px solid #333333;
}

.WM:hover {
    xbackground: url(../images/en/wm.jpg) no-repeat;
    border: 4px solid #007d83
}
.LG {
    width: 481px;
    height: 222px;
    background: url(../images/en/lobby_lg.jpg) no-repeat;
    border: 4px solid #333333;
}

.LG:hover {
    xbackground: url(../images/en/lobby_lg.jpg) no-repeat;
    border: 4px solid #007d83
}
.QTLIVE {
    width: 481px;
    height: 222px;
    background: url(../images/en/qt_live_banner.jpg) no-repeat;
    border: 4px solid #333333;
}

.QTLIVE:hover {
    xbackground: url(../images/en/qt_live_banner.jpg) no-repeat;
    border: 4px solid #007d83
}

.SPFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/fish-sp.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.SPFH:hover {
    xbackground: url(../images/en/fish-sp.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.RTGFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/fish-rtg.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.RTGFH:hover {
    xbackground: url(../images/en/fish-rtg.jpg?i=1) no-repeat;
    border: 4px solid #007d83
}

.BWINFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/fish-bwin.jpg) no-repeat;
    border: 4px solid #333333;
}

.BWINFH:hover {
    xbackground: url(../images/en/fish-bwin.jpg) no-repeat;
    border: 4px solid #007d83
}

.LUCKYFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/fish-lucky.jpg) no-repeat;
    border: 4px solid #333333;
}

.LUCKYFH:hover {
    xbackground: url(../images/en/fish-lucky.jpg) no-repeat;
    border: 4px solid #007d83
}

.QTFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/fish-qt.jpg) no-repeat;
    border: 4px solid #333333;
}

.QTFH:hover {
    xbackground: url(../images/en/fish-qt.jpg) no-repeat;
    border: 4px solid #007d83
}


.OBGFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/obgfish.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGFH:hover {
    xbackground: url(../images/en/obgfish.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.OBGSL {
    width: 481px;
    height: 222px;
    background: url(../images/en/obgslot.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGSL:hover {
    xbackground: url(../images/en/obgslot.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.OBGLC {
    width: 481px;
    height: 222px;
    background: url(../images/en/obgcasino.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGLC:hover {
    xbackground: url(../images/en/obgcasino.jpg?i=2) no-repeat;
    border: 4px solid #007d83
}

.OBGSB {
    width: 481px;
    height: 222px;
    background: url(../images/en/obgsport.jpg) no-repeat;
    border: 4px solid #333333;
}

.OBGSB:hover {
    xbackground: url(../images/en/obgsport.jpg) no-repeat;
    border: 4px solid #007d83
}

.OBGLO {
    width: 481px;
    height: 222px;
    background: url(../images/en/dbloto.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGLO:hover {
    border: 4px solid #007d83
}

.OBGBYQP {
    width: 481px;
    height: 222px;
    background: url(../images/en/boyaqp.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGBYQP:hover {
    border: 4px solid #007d83
}

.OBGQP {
    width: 481px;
    height: 222px;
    background: url(../images/en/dbqp.jpg?i=2) no-repeat;
    border: 4px solid #333333;
}

.OBGQP:hover {
    border: 4px solid #007d83
}


.GRGSL {
    width: 481px;
    height: 222px;
    background: url(../images/en/grgsl.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.GRGSL:hover {
    border: 4px solid #007d83
}

.GRGFH {
    width: 481px;
    height: 222px;
    background: url(../images/en/grgfh.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.GRGFH:hover {
    border: 4px solid #007d83
}

.GRGQP {
    width: 481px;
    height: 222px;
    background: url(../images/en/grgqp.jpg?i=1) no-repeat;
    border: 4px solid #333333;
}

.GRGQP:hover {
    border: 4px solid #007d83
}

.HS {
    width: 481px;
    height: 222px;
    background: url(../images/en/hs.jpg) no-repeat;
    border: 4px solid #333333;
}

.HS:hover {
    xbackground: url(../images/en/hs.jpg) no-repeat;
    border: 4px solid #007d83
}

.TTL {
    width: 481px;
    height: 222px;
    background: url(../images/en/ttl.jpg) no-repeat;
    border: 4px solid #333333;
}

.TTL:hover {
    xbackground: url(../images/en/ttl.jpg) no-repeat;
    border: 4px solid #007d83
}

.RSG {
    width: 481px;
    height: 222px;
    background: url(../images/en/rsg.jpg) no-repeat;
    border: 4px solid #333333;
}

.RSG:hover {
    xbackground: url(../images/en/rsg.jpg) no-repeat;
    border: 4px solid #007d83
}

.ATG {
    width: 481px;
    height: 222px;
    background: url(../images/en/ATG.jpg) no-repeat;
    border: 4px solid #333333;
}

.ATG:hover {
    xbackground: url(../images/en/ATG.jpg) no-repeat;
    border: 4px solid #007d83
}

/*--- jackpot and icon ---*/

.divJackpot {
    width: 468px;
    float: left;
    background: #007d83;
}

.divIcon {
    width: 541px;
    float: left;
    padding-left: 8px;
}

.icon1 {
    background: #007d83;
}

.icon1:hover {
    background: #04676c;
}


/*--- info center box ----*/

.infoBox {
    background-color: #ffffff;
    float: left;
    padding: 10px;
    padding-top: 0px;
}

.infoBox img {
    border: 3px solid #323232;
}

.infoBox img:hover {
    border: 3px solid #0e4b75;
}

.infoBox ul {
    margin-bottom: 10px;
}

.infoBox ul li {
    display: inline;
    margin-right: 3px;
}

.infoBox h1 {
    color: #7e7e7e;
    font-size: 25px;
}

.infoBox .slidebox {
    width: 319px;
    height: 263px;
    background-color: #009966;
    float: left;
    border: 3px solid #323232;
    margin-right: 15px;
}


/*-------------- PLAY BUTTON ----------------------------*/

.plybtt {
    z-index: 1000;
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    width: 118px;
    height: 35px;
    padding-top: 7px;
}

.plybtt2 {
    z-index: 1000;
    font-size: 18px;
    border: 3px solid #175f99;
    text-align: center;
    width: 150px;
    height: 45px;
    font-weight: 700;
    padding-top: 8px;
}

.boxbutton {
    background: url(../images/common/boxbutton.jpg) repeat-x;
    text-align: center;
    text-shadow: 1px 1px 1px #020202;
    text-align: center;
    font-size: 25px;
    height: 48px;
    width: 335px;
    padding-top: 4px;
    font-family: 'Lato', sans-serif;
}

.boxbutton2 {
    text-align: center;
    text-shadow: 1px 1px 1px #020202;
    text-align: center;
    font-size: 25px;
    height: 48px;
    width: 335px;
    padding-top: 4px;
    font-family: 'Lato', sans-serif;
}

.descWrapper {
    width: 100%;
    background: #007d83;
    float: left
}

.descPart {
    width: 1038px;
    margin: 0 auto;
    color: #dedede;
    padding: 10px 0;
    background: #007d83;
}

.descPart h1 {
    font-size: 22px;
    font-weight: bold
}

.bottomWrapper {
    min-width: 100%;
    background: #191919;
    min-height: 250px;
    float: left;
}

.bottom {
    width: 1038px;
    margin: 0 auto;
}

.bottom2 {
    width: 1038px;
    float: left;
    background: #252525;
    padding: 10px;
}

.bottom_dot {
    background: url(../images/common/dot_repeat.jpg) repeat-x;
    height: 15px;
}

.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 8px 8px 0 0;
}

.desaturate:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bottomMenu span {
    font-size: 10px;
}

.bottomMenu span a {
    color: #FFF;
    font-size: 13px;
}


/*-------------- Game page -----------------*/

.categorybar {
    background: #161616;
    font-size: 13px;
    width: 1032px;
    margin: 0 auto;
}

.categorybar span, .categorybar span a {
    padding: 10px 10px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.categorybar span:hover, .categorybar span a:hover {
    xbackground: #2e90dbb;
    text-decoration: none;
    color: #00ff00;
}

.gameDIV {
    background-color: #000;
    /*padding: 10px;*/
    padding: 5px;
    display: inline-block;
}

.gameDIV .gamebox, .gameDIV .gamebox img {
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

.gameDIV .gamebox {
    background: #3f3f3f;
    width: 195px;
    margin-right: 10px;
    border: 5px solid #2e2e2e;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.gamebox .title {
    padding: 5px 0;
}

.gamebox .images {
    height: 110px;
}

.gplaynow {
    background-color: #006166;
    color: #FFFFFF;
    border: 1px solid #007d83;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    width: 90%;
    margin: 0 auto 7px auto;
    text-align: center;
}

.gplaynow a {
    color: #FFF;
}

.gplaynow:hover {
    background-color: #007d83;
    text-decoration: none;
    color: #FFF;
}


/*-------- promotion ----------*/

.promo_img {
    width: 978px;
    height: 192px;
    margin: 15px auto;
    position: relative;
}

.promo_img img {
    border: 2px solid #5b5b5b;
}

.promo_more {
    border: 1px solid #004999;
    width: 140px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    right: -3px;
    top: 2px;
    color: #FFFFFF;
    font-size: 17px;
    text-shadow: 0px 1px 1px #000;
    -webkit-border-radius: 0 0 0 22px;
    border-radius: 0 0 0 22px;
    -webkit-box-shadow: inset 0 0 7px 2px #005cac;
    box-shadow: inset 0 0 7px 2px #005cac;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54aee4+0,54aee4+50,2889d9+53,2889d9+100 */
    background: rgb(84, 174, 228);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0YWVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YWVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzI4ODlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODg5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(84, 174, 228) 0%, rgb(84, 174, 228) 50%, rgb(40, 137, 217) 53%, rgb(40, 137, 217) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(84, 174, 228)), color-stop(50%, rgb(84, 174, 228)), color-stop(53%, rgb(40, 137, 217)), color-stop(100%, rgb(40, 137, 217)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(84, 174, 228) 0%, rgb(84, 174, 228) 50%, rgb(40, 137, 217) 53%, rgb(40, 137, 217) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(84, 174, 228) 0%, rgb(84, 174, 228) 50%, rgb(40, 137, 217) 53%, rgb(40, 137, 217) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(84, 174, 228) 0%, rgb(84, 174, 228) 50%, rgb(40, 137, 217) 53%, rgb(40, 137, 217) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgb(84, 174, 228) 0%, rgb(84, 174, 228) 50%, rgb(40, 137, 217) 53%, rgb(40, 137, 217) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54aee4', endColorstr='#2889d9', GradientType=0);
    /* IE6-8 */
}


/*-------------- MOBILE  QRcode  MOBILE PAGE  --------------------------*/

.mobile_banner {
    background: url(../images/common/mobilebanner.jpg) center no-repeat;
    height: 295px;
    width: 1036px;
}

.mobileQRcode {
    width: 321px;
    height: 221px;
    float: left;
    color: #FFFFFF;
    font-size: 17px;
    position: relative;
    margin-right: 18px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #020202;
}

.mobileQRcode .bgimg {
    z-index: -1;
}

.mobileQRcode .qr {
    z-index: 1;
    position: absolute;
    width: 85px;
    height: 85px;
    left: 20px;
    top: 28px;
}

.mobileQRcode a {
    color: #FFFFFF;
}

.mobileQRcode i {
    font-size: 20px;
}

.mobileTable {
    background-color: #FFFFFF;
    margin: 20px 0 0 30px;
    border: 1px solid #9f9f9f;
    width: 45%;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}

.mobileTable td {
    padding: 0 10px;
}

.androidC {
    width: 176px;
    height: 124px;
    background: url(../images/common/android_casino.jpg) no-repeat;
    position: relative;
}

.androidG {
    width: 176px;
    height: 124px;
    background: url(../images/common/android_game.jpg) no-repeat;
    position: relative;
}

.iosC {
    width: 176px;
    height: 124px;
    background: url(../images/common/ios_casino.jpg) no-repeat;
    position: relative;
}

.iosG {
    width: 176px;
    height: 124px;
    background: url(../images/common/ios_game.jpg) no-repeat;
    position: relative;
}


/*------- FORM or TABLE --------------*/

.textfield1 {
    background: #4f4f4f;
    border: 1px solid #5e5e5e;
    font-size: 14px;
    color: #e0e0e0
}

.textfield2 {
    background: #c6d5d6;
    border: 1px solid #007d83;
    font-size: 14px;
    color: #004648
}

.forTable {
    background: rgba(18, 18, 18, 0.3);
}

.forTable td {
    border-collapse: collapse;
    border: 1px solid #323232;
    line-height: 30px;
    padding-left: 5px;
    color: #fff;
}

.forTable2 {
    background: rgba(33, 27, 20, 0.5);
}

.forTable2 td {
    border-collapse: collapse;
    border: 1px solid #dbc481;
    line-height: 20px;
    padding-left: 5px;
    height: 25px;
}

.forTable3 {
    background: rgba(33, 27, 20, 0.5);
    border: 1px solid #dbc481;
}

.forTable3 td {
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold
}

.forTable3 .topcontent {
    border-bottom: 1px solid #dbc481;
    width: 90%;
}

.forTable4 {
    background: #070a0f;
}

.forTable4 td {
    border-collapse: collapse;
    border: 1px solid #445067;
    line-height: 20px;
    padding-left: 5px;
    text-align: center;
}

.forRegister {
    xbackground: rgba(239, 239, 239, 1);
}

.forRegister td {
    border-collapse: collapse;
    xborder: 1px solid #cccccc;
    height: 45px;
    padding-left: 5px;
}

.tr1 {
    background: rgba(153, 153, 153, 0.3);
}

.tr2 {
    background: #212121;
    color: #FFF;
}

.forUL {
    padding-left: 30px;
}

.forText2 {
    color: #F00;
}


/*-------------- BUTTON ---------------------------*/

.joinnow {
    padding: 0px 22px 0 22px;
    height: 28px;
    xtext-shadow: 0px 1px 1px #fff450;
    font-size: 20px;
    xfont-weight: bold;
    background-color: #007d83;
    min-width: 110px;
    color: #fff;
}

.joinnow:hover {
    background-color: #03969d;
}

.loginbtt {
    padding: 0px 22px 0 22px;
    height: 28px;
    xcolor: #FFF;
    xtext-shadow: 0px 1px 1px #fff450;
    font-size: 20px;
    xfont-weight: bold;
    background: #fcd041;
    min-width: 110px;
    color: #000;
}





.loginbtt:hover, .joinnow:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
}





.actionbtt {
    padding: 5px 22px 5px 22px;
    height: 30px;
    xcolor: #FFF;
    xtext-shadow: 0px 1px 1px #fff450;
    font-size: 14px;
    background-color: #007d83;
    min-width: 110px;
    color: #FFF;
}


/*-------------- pop up Register / forgot password -------- */

.popRegister {
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #0b6266;
    text-align: center;
    color: #FFF;
    padding-top: 20px;
    font-size: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b52020+0,8c202b+100 */
    background: #007d83;
}


/*------------- replace  MODAL bootstrap ------------*/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1350;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.modal.fade .modal-dialog {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.in .modal-dialog {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #393939;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    color: #a2a2a2;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none;
    background: url(../images/common/pop_divide.png) no-repeat;
}

.modal-header2 {
    min-height: 16.42857143px;
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 40px;
}

.modal-transter-title {
    padding: 0 0 0 10px;
    height: 30px;
}

.modal-title {
    padding: 0 0 0 10px;
    height: 60px;
}

.modal-title2 {
    padding: 0 0 0 10px;
    height: 20px;
    color: #fff;
}

.modal-title .logo {
    padding: 0 0 0 150px;
    height: 43px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modalP {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0 auto;
    overflow-y: scroll;
}

.modal-dialogP {
    position: relative;
    max-width: 960px;
    height: auto;
    margin: 0px auto;
    margin-top: 5%;
    xoverflow-y: initial !important
}

.modal-contentP {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #eeeeee;
    opacity: 1;
    border-radius: 6px;
    outline: 0;
    xoverflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding-bottom: 10px;
}

.modal-headerP {
    height: 49px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1500;
}

.modal-headerP img {
    opacity: 1;
}

.modal-headerP .close {
    opacity: 1;
    width: 50px;
    height: 49px;
}

.modalP.fade .modal-dialogP {
    -webkit-transition: -webkit-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: translate3d(0, -15%, 0);
    -o-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
}

.modalP.in .modal-dialogP {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-bodyP {
    position: relative;
    xpadding: 15px;
    xbackground: #000;
    xheight: 350px;
    color: #808080;
    xoverflow-y: auto;
}

.modal-bodyP h1 {
    font-size: 18px;
    color: #535353;
    font-weight: 700;
}

.modal-bodyP i {
    font-size: 18px;
    text-decoration: underline;
}

.modal-bodyP h3 {
    font-size: 18px;
    text-decoration: underline;
    color: #535353;
}

.modal-bodyP ul {
    margin-left: 20px;
    font-size: 13px;
    color: #535353;
    line-height: 20px;
}

.modal-bodyP .promocontent {
    padding: 0px 15px;
}

.accordion-heading {
    background: #141c28;
}

.accordion-heading:active {
    background: #1a293f;
}

.accordion-heading h1 {
    padding: 8px;
}

.accordion-inner {
    background: #070a0f;
    padding: 10px;
}


/****************************
****** After Login CSS ******
****************************/

.af-left {
    padding-left: 0;
}

.af-right {
    padding-right: 0;
}

.tab-content>.tab-pane {
    padding: 1.6rem;
    overflow-y: auto;
    background: #161616;
    border: 1px solid #373737;
}

.nav-tabs {
    float: left;
}

.nav-tabs li {
    float: none;
}

.nav-tabs>li {
    margin-bottom: -1px;
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    border: 1px solid transparent;
    background-color: #efefef;
    border-bottom: 1px solid #cccccc;
    z-index: 0;
}




.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
    margin-right: -1px;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav>li>a {
  
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
   background:#007d83; border-radius:0px; color:#FFF;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus , .pillActive  {
  color: #fff;
  cursor: default; background:#007d83; border-radius:0px;
  border-bottom-color: transparent;
}



.table2 {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #efefef;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #cccccc;
    font-weight: 400;
}

.color-b {
    color: #000;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.btnaf-joinnow {
    height: 49px;
    background: #4e95bf;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #FFF;
    padding: 6px 20px;
}

.btnaf-joinnow:hover {
    text-decoration: none;
    color: #F00;
}


/*------ progress bar ------*/

.progressbar {
    width: 100%;
    height: 15px;
    background-color: #785e2b;
    margin: 0;
    clear: both;
    border-radius: 3px;
}

.deposit {
    background: #785e2b;
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: deposit 2s 1 forwards;
    -moz-animation: deposit 2s 1 forwards;
    -ms-animation: deposit 2s 1 forwards;
    animation: deposit 2s 1 forwards;
}

.withdraw {
    background: #785e2b;
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: withdraw 2s 1 forwards;
    -moz-animation: withdraw 2s 1 forwards;
    -ms-animation: withdraw 2s 1 forwards;
    animation: withdraw 2s 1 forwards;
}

.pbaranim {
    height: 15px;
    width: 100%;
    overflow: hidden;
    background: #fdcc04;
    border-radius: 3px 0 0 3px;
}

#progressbar {
    width: 100%;
    height: 15px;
    background: url(../images/common/progress.png) repeat-x;
    xpadding: 2px;
    xmargin: .6em 0;
    xborder: 1px #000 double;
    clear: both;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#progress {
    background: #06a2a9;
    /*-- Color of the bar --*/
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: progress 2s 1 forwards;
    -moz-animation: progress 2s 1 forwards;
    -ms-animation: progress 2s 1 forwards;
    animation: progress 2s 1 forwards;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#progress2 {
    background: #fcd041;
    /*-- Color of the bar --*/
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: progress2 2s 1 forwards;
    -moz-animation: progress2 2s 1 forwards;
    -ms-animation: progress2 2s 1 forwards;
    animation: progress2 2s 1 forwards;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

@-webkit-keyframes progress {
    from {}
    to {
        width: 36%
    }
}

@-moz-keyframes progress {
    from {}
    to {
        width: 36%
    }
}

@-ms-keyframes progress {
    from {}
    to {
        width: 36%
    }
}

@keyframes progress {
    from {}
    to {
        width: 36%
    }
}

@-webkit-keyframes progress2 {
    from {}
    to {
        width: 56%
    }
}

@-moz-keyframes progress2 {
    from {}
    to {
        width: 56%
    }
}

@-ms-keyframes progress2 {
    from {}
    to {
        width: 56%
    }
}

@keyframes progress2 {
    from {}
    to {
        width: 56%
    }
}


.service_line {
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 65px;
    padding: 15px;
    background: #06c755;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;
    transition: .3s;
    transform: translateY(0);
}

.megamenu.clearfix.wbg1 {
    display: none; /* Hidden by default */
    position: absolute;
    width: 100vw;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important; /* Forces perfect horizontal centering */
    z-index: 1200 !important;
    background: #000 url(../../images/common/dropMenu.jpg) center no-repeat;
    background-size: cover;
    padding: 20px 0;
    pointer-events: auto !important;
}

    /* 2. Fix the inner container to center its contents */
    .megamenu.clearfix.wbg1 > div[style*="1038px"] {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important; /* Centers the game items */
        align-items: flex-start;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 1100px !important; /* Controls how wide the grid is */
        float: none !important;
    }

/* 3. Reset Bootstrap columns to prevent them from flying to the right */
.megamenu .col-sm-4 {
    float: none !important;
    display: block !important;
    width: 250px !important; /* Fixed width for each game card */
    margin: 10px !important;
    padding: 0 !important;
    pointer-events: auto !important;
}

/* 4. Ensure the links are "touchable" and clickable */
.megamenu a {
    display: block !important;
    position: relative;
    z-index: 1200 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

/* 5. Keep the menu visible on hover */
.wsmenu-list li:hover .megamenu {
    display: flex !important;
}

.productImage {
    width: 245px;
    height: 150px;
}