html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: arial, san-serif;
    line-height: normal;
    background-color: #00105d;

}

#tdFooter {
    display: none;
background-color: #00105d;
}

body {
 height: 1px;
    background-color: #00105d;
}

a, a:link, a:visited, a:active {
    text-decoration: none !important;
}

/***************************************HEADER*/
#imgLogo {
    margin-left: 5px;
}

#tblHeader {
    height: 100px;
    width: 1000px !important;
}

#tdHeader-login {
    border-bottom: #6b82ab 0px solid;
}

#header {
    background-color: #00105d;
}

#tdHeader-menu {
    height: 50px;
    background-color: #1602bc;
    background-image: linear-gradient(to bottom, #0c1d55, #11286d, #153387, #193ea1, #1c4abc, #1c4abc, #1c4abc, #1c4abc, #193ea1, #153387, #11286d, #0c1d55);
 
}

#tblMenu {
    width: 1000px !important;
}

#tdHeader-menu img {
    height: 30px;
    margin-top: -8px;
}

#remoteloginform dl {
    float: left;
    height: 20px;
}


/*************************************FLOAT*/
.tbl-contact {
    width: 185px;
    background-color: #87b8d1;
    padding: 4px;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .tbl-contact img {
        border-radius: 50%;
        background-color: #51a0cb;
        height: 18px;
        padding: 5px;
        border: 0;
        vertical-align: middle;
    }

#float-contact-us {
    position: fixed;
    z-index: 3;
    top: 180px;
    right: -200px;
    transition: right 0.4s ease-in-out;
    -webkit-transition: right 0.4s ease-in-out;
}

    #float-contact-us:hover {
        position: fixed;
        z-index: 3;
        right: 0;
        top: 180px;
    }

#float-register {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 180px;
}

/*************************************HOME*/
.home-tbl-contain-padding {
    padding-left: 32px;
    padding-right: 32px;
    height: 100%;
}

.home-tbl-contain {
    background-color: #fff;
    width: 328px;
    height: 416px;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
    background-image: url('/data/1439/uploads/home-tbl-contain-bg (1).png');
    background-repeat: no-repeat;
}

.home-tbl-header {
    font-size: 25px;
    height: 60px;
    color: #fff;
    padding-bottom: 25px;
}

.home-tbl-title {
    height: 22px;
    font-size: 22px;
    color: #00105D;
    padding-top: 10px;
    padding-bottom: 3px;
}

.home-tbl-contact-insert {
    height: 18px;
    font-size: 18px;
    padding-bottom: 15px;
    color: #000000;
}

/*home-game logo size*/
#game-logo img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  
}
#game-logo img {
  height: 150px;
  float: center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
#game-logo img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*************************************POPUP MSG*/
.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}

/***************************************BODY*/
#tdBody {
    width: 700px;
    margin: 0 auto;
}

#tdMainCtr {
    width: 990px;
    background-color:;
}

.flexslider {
    margin: 0 0 5px !important;
    border: 0px solid red;
}

.hvr-float {
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

/****************************************FAQ*/
#faq-bg {
    background-attachment: scroll;
    background-size: auto auto;
    background-image: url(/data/1439/uploads/LEXUS888BACKGROUND.jpg) !important;
    height: 100%;
    width: 100%;
}

#faq #answer {
    background-color: white;
    text-align: left;
}

#faq {
    list-style: none;
}

#cms5-faq-list ol#faq li#faq {
    border-bottom: 1px;
}

#answer {
    width: 1000px;
}

    #answer td {
        text-align: left;
    }

.faq-header {
    font-size: 22px;
    font-weight: 600;
    color: #1602bc;
    text-align: center;
    padding: 5px;
}

.faq-header-text {
    font-size: 10px;
    color: #1602bc;
    font-weight: 100;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 8px;
    padding: 3px 0;
    width: 265px;
}

.faq-body {
    font-size: 22px;
    padding: 3px;
}

.faq-body-text {
    font-size: 12px;
    padding: 3px;
}

.faq-info {
    text-align: center;
    width: 105px;
    font-size: 18px;
    color: #fff;
    background-color: #a2a1a1;
    border: 2px solid #1602bc;
    padding: 5px 10px;
    cursor: pointer;
}

.faq-join,
.faq-join a:visited {
    text-align: center;
    display: block;
    width: 105px;
    color: #fff;
    font-size: 18px;
    background-color: #1602bc;
    border: 2px solid #1602bc;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;

}


.tbl-info-join {
    margin-top: 30px;
    padding-left: 100px;
}

.tbl-answer {
    border: 2px solid #1602bc;
    background-color: transparent;
    padding: 20px;
}

    .tbl-answer ul {
        padding-left: 20px;
    }

    .tbl-answer li {
        list-style-type: circle;
        list-style-position: outside;
        padding-left: 10px;
    }

.tbl-answer-header01 {
    font-size: 18px;
    color: #1602bc;
}

.tbl-answer-header02 {
    color: #1602bc;
    line-height: 35px;
}

.tbl-answer-text {
    color: #000;
    line-height: 16px;
}

/**********************************************************FOOTER*/
.footer-link {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    color: #3e3e3e;
}

/*footer-bank logo padding left and right*/
#bank-logo img {
    height: 30px;
    padding: 0 8px;
}

/*footer-padding top and bottom*/
#tbl-padding td {
    padding: 13px 0;
}

.footer-header {
    font-size: 24px;
    color: #1602bc;
}

.footer-text {
    font-size: 12px;
    color: #3e3e3e;
    font-family: 'Poppins-Regular',sans-serif;
}

.footer-box-shadow {
    background-color: white;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}

.footer-head {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1602bc;
    text-align: justify;
}

.footer-text p {
    color: #3e3e3e;
    padding: 5px 0;
    text-align: justify;
    font-family: 'Poppins-Regular',sans-serif;
}

/****************************************MENU*/
#cssmenu {
    position: relative;
    z-index: 9998;
}

    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        margin: 0;
        margin-top: 3px;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #cssmenu:after,
        #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        #cssmenu #menu-button {
            display: none;
        }

#cssmenu {
    width: auto;
   font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: transparent;
}

    #cssmenu li {
        text-align: center;
    }

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #f1d825;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 8px 9px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}


#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 12px;
        width: 3px;
        height: 3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;

}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 12px 20px;
    top: 3px;
    width: 135px;
    font-size: 12px;
    background: #0f0183;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #cssmenu ul ul li a:first-child {
        border: 0px;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #eec360;
        background: #06012f;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}



/**********************************************************MOBILE SETTING*/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
    body {
         background-color: #00105d;
    }

    #tdMainCtr {
        width: 100%;
        background-color: black;
    }
}
