disable/override font boosting in mobile chrome*/
 html * {max-height:1000000px;} 

html{
    max-width:1920px;
    min-width:1240px;
    width:100%;
}

body {
    padding-top: 20px;
    min-height:600px;
    max-width:1920px;
    margin:0 auto;
    background-attachment: fixed;
    // background-size: 100% 100%;
    background-size: cover !important;
}

input.login-form {
    padding: 3px 10px;
    font-size: 14px;
    height:30px;
    border-radius: 3px;
    color: #000;
}
.login-form input[name="code"] {
    display:inline-block;
    width:120px; 
    // margin-right:5px;
    margin-top:0;
    border:0;
}
.login-form input[name="password"] {
    display:inline-block;
    width:120px; 
    // margin-right:5px;
    margin-top:0;
    border:0;
}
.login-form input[name="login_captcha"] {
    display:inline-block;
    width:65px;
    margin-top:0;
    border:0;
    border-right:2px solid #ae7e35;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.verify_code {
    display:inline-block; 
}

div.verify_code img {
    // margin-top:-1px !important;
    margin-left:-4px;
    vertical-align: top;
    height:30px;
}
div.verify_code img:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.sub-page-bg {
    background-color:rgba(107, 107, 107, 0.2);
    // border-top:10px solid #262626;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #000000;
    /*border: 1px solid #ccc;*/
    border-radius: 10px 10px 0 0; /*THIS 2 must be sync, use search #stupid-border*/
    background: url(../../images/top_nav_panel.png) no-repeat top;
    background-size: cover;
}

.nav-justified > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.4);
    font-size:1.2em;
    // background-color: #000000;
    // border-bottom: 5px solid #000000;
    // border-top:5px solid #000000;
    /* Old browsers */
    /*border-bottom: 1px solid #d5d5d5;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7b086+0,fff2c8+32,fff2c8+39,562e14+80 */
    // background: rgb(199,176,134); /* Old browsers */
    // background: -moz-linear-gradient(top, rgba(199,176,134,1) 0%, rgba(255,242,200,1) 32%, rgba(255,242,200,1) 39%, rgba(86,46,20,1) 80%); /* FF3.6-15 */
    // background: -webkit-linear-gradient(top, rgba(199,176,134,1) 0%,rgba(255,242,200,1) 32%,rgba(255,242,200,1) 39%,rgba(86,46,20,1) 80%); /* Chrome10-25,Safari5.1-6 */
    // background: linear-gradient(to bottom, rgba(199,176,134,1) 0%,rgba(255,242,200,1) 32%,rgba(255,242,200,1) 39%,rgba(86,46,20,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b086', endColorstr='#562e14',GradientType=0 ); /* IE6-9 */
}

.nav-justified > li > a:hover, .nav-justified > li > a:active {
    background-color: rgba(0,0,0,0);
    color: #fff;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    // background-color: #000000;
    // color:rgb(199,47,0);
    color:#fff;
    // -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    // box-shadow: inset 0px -7px 0px 0px rgb(255, 0, 0);
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0px -6px 0px 0px rgb(29, 25, 42);
    text-shadow: 2px 2px 10px #120d14;
    // border-bottom: 5px solid rgb(202,157,64);
    background: url(../../images/top_nav_hover.png) repeat-x;
}


.nav-justified {
    max-height: 52px;
    width:1100px;
}
.nav-justified > li {
    // border-right: 1px solid rgb(38, 38, 38);
    // border-left: 1px solid rgb(38, 38, 38);
}

.nav-justified > li:first-child {
    border-left:0;
}

.nav-justified > li:last-child {
    border-right:0;
}

.nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 10px 0 0 0; /*THIS 2 must be sync, use search #stupid-border*/
}

/*border-bottom, IMPORTANT must allow same pixel as ACTIVE/HOVER li a*/
.nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 10px 0 0; /*THIS 2 must be sync, use search #stupid-border*/
}

.transaction-btn {
    min-width:65px;
}

.transaction-btn, .transaction-btn:active {
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6762d+0,c8984f+100 */
    background: #a6762d; /* Old browsers */
    background: -moz-linear-gradient(top,  #a6762d 0%, #c8984f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a6762d 0%,#c8984f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a6762d 0%,#c8984f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6762d', endColorstr='#c8984f',GradientType=0 ); /* IE6-9 */
    border:1px solid #B9A559;
    color:#ffffff !important;
    margin-right:4px;
}

.transaction-btn:hover {
    background: #b47f2f; /* Old browsers */
    background: -moz-linear-gradient(top,  #b47f2f 0%, #d8a858 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b47f2f 0%,#d8a858 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b47f2f 0%,#d8a858 100%);  /*W3C, IE10+, FF16+, Chrome26+*/ 
}

.transaction-btn:hover {
    color:#ffffff;
}

.hover-glow:hover {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
    -moz-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
    box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
}

.vip-glow {
    background-color: #ffffff;
}

/*disable stupid chrome highlight*/
.slick-slide {
    outline:0;
}

button {
    outline:0 !important;
}

div.announcement {
    padding-top:10px;
    background: #000;
}

/*announcement triangle shape*/
.announcement-right {
    position:absolute;
    /*float:left;*/
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 12px solid rgb(229,182,32);;
    border-bottom: 14px solid transparent;
    z-index:11;
    margin-left:-1px;
}

div.marquee-info {
    width: 953px;
    background: #1e1e1e; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #1e1e1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#1e1e1e 100%);  /*W3C, IE10+, FF16+, Chrome26+*/ 
    position:absolute;
    float:left;
    z-index:1;
}

div.step_and_jackpot {
    border: 0 !important;
}

h2.jackpot-bonanza {
    /*float:right;*/
    /*right:0;*/
    text-align:center;
    width:280px;
    position:absolute;
    display:block;
    z-index: 100;
    color:#b20a07;
    // background: -webkit-linear-gradient(top, #f3e17d, #997401);
    // background: linear-gradient(top, #f3e17d, #997401);
    // background: moz-linear-gradient(top, #997401); /* For Firefox (3.6 to 15) */
    // background: -o-linear-gradient(top, #997401); /* For old Opera (11.1 to 12.0) */

    // background-clip: text;
    // -webkit-background-clip: text;
    // -webkit-text-fill-color: transparent;
    margin-top: -75px;
    margin-left:837px;
    margin-bottom:0px;
    font-size:2em;
    font-weight:bold;
}

h2.jackpot-bonanza img {
    display:none;
}

.hot-game {
    width:100%;
    padding-bottom:100px !important;
    background-color: rgba(0,0,0,0.5);
}

.hotgame-list > div.col-xs-3 {
    /*margin:0 auto;*/
    text-align:center;
    margin-top:40px;
}

/*seo text on front page*/
.footer-text > p {
    color: #8c8c8c;
    font-size: 13px;
    text-align: center;
}

/*bottom seo text title*/
.footer-text > p > b {
    color: #8b8b8b;
    font-weight: bold;
    font-size: 14px;
}

/*bottom banking, about us, etc*/
.sitemap, .sitemap > a, .sitemap > a:hover {
    color: #8d8d8d;
}

footer {
    padding-bottom:50px;
    width: 1100px;
    margin: 0 auto;
}

.footer-text > p > strong, .footer-text > p > b {
    font-weight: bold;
    color: #8b8b8b;
    font-size: 14px;
}

/*=============================================
=            Home page carousel              =
=============================================*/

/*carousel arrow*/
.slider .slick-prev, .slider .slick-next {
    width:55px;
    height:90px;
    margin-top:-45px;
}

.slider .slick-prev:before, .slider .slick-next:before {
    font-size:50px;
}

.slider .slick-prev:before {
    content: url('../../images/template3/home/Left-Arrow.png');
}

.slider .slick-next:before {
    content: url('../../images/template3/home/Right-Arrow.png');
}

.slider .slick-prev {
    left:-65px;
}

.slider .slick-next {
    right:-65px;
}

/*=====  End of Home page carousel  ======*/


/*==========================================
=            Product page slick            =
==========================================*/

.product_text {
    text-shadow: 0px 0px 5px #000
}

// .product-slider .slick-slide img {
//     width:150px;
//     height:75px;
// }

.product-slider {
    margin-top:35px;
    margin-bottom:0px;
    padding:0 30px;
}

.slick-left-selector, .slick-right-selector {
    display:inline-block;
    font-size:30px;
    color:#d4a94a;
    margin-top:10px;
    cursor:pointer;
    opacity:1;
}

.slick-left-selector:hover, .slick-right-selector:hover {
    opacity:1;
}


.slick-left-selector {
    float:left;
    // margin-left:20px;
}

.slick-right-selector {
    float:right;
    // margin-right:20px;
}

div[class*="product-slider"] .slick-slide {
    text-align: center;
}

div[class*="product-slider"] .slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div[class*="product-slider"] div[class*="slick-slide"] img {
    vertical-align: middle;
    display: inline-block;
}

div.product-slider.slick-slider {
    margin-top:30px;
    margin-bottom:45px;
    // padding-left:80px;
    // padding-right:80px;
}
/*=====  End of Product page slick  ======*/

/*=======================================
=            Product details            =
=======================================*/

/*product details background*/
.product-description {
    // background:url(../../images/template3/product-bg.png) no-repeat;
    background-size: 100% auto;
    min-height:500px;
    padding: 0 30px !important;
}

.product-name {
    color:#000;
    /*font-weight:bold;*/
    font-size:26px;
    // text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
    position:absolute;
    // margin-left: 155px;
    width: 338px;
    text-align:center;
    margin-top:45px;
    z-index:1;
}

.product-details {
    position: absolute;
    margin-top:105px;
    margin-left:30px;
}

.product-details > a {
    color:#d4aa48;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
}

.product-login {
    margin-top:14px;
    color: #fffeff;
    font-size:17px;
}

.product-login > p {
    margin-bottom:0;
}

.trynow-btn {
    opacity:0.85;
}

.trynow-btn:hover {
    opacity:1;
}

.trynow-btn img {
    margin-left:25px;
}

.slotgame-btn, .livegame-btn {
    opacity:0.85;
}

.slotgame-btn:hover, .livegame-btn:hover {
    opacity:1;
}

.product-details-container {
    margin-top:25px;
}

.product-details-container, .product-img-container {
    float:left;
    position:relative;
}

.product-img-container {
    width:700px;
    padding-left:40px;
    padding-top:35px;
}

.product-img-showing {
    border:1px solid #d2aa48;
    position:relative;
}

.product-img-list {
    width:680px;
}

.product-img-list.slick-slider {
    margin-bottom:0;
    position:initial;
}

.product-img {
    border:1px solid #d2aa48;
    margin-bottom:15px;
    cursor:pointer;
    opacity:0.4;
    display:inline-block;
    margin-right:12px;
}
.product-img:nth-child(6n){
    // margin-right:0;
}
.product-img img {
    width:100%;
    height: 60px;
}

.product-img.selected {
    opacity:1;
}

.product-logo {
    -webkit-filter:grayscale(100%); /* Chrome, Safari, Opera */
    filter:grayscale(100%);
    display: inline-block;
    margin-right:18px;
    /* margin-bottom:18px; */
}

.product-logo:nth-child(n+6) {
    margin-top: 18px;
}

.product-logo:nth-child(6n){
    margin-right:0;
}

.product-logo > img {
    border:1px solid #808080;
    opacity:0.75;
    cursor:pointer;
    width:155px;
    height:78px;
}

.product-logo.selected {
    -webkit-filter:none; /* Chrome, Safari, Opera */
    filter:none;
}

.product-logo.selected > img {
    border:1px solid #ee9d05;
    opacity:1;
}
/*=====  End of Product details  ======*/

.selected-flag {
    border-radius:15px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
    -moz-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
    box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, .85);
}

/*header decoration*/
.header-row {
    margin-top:35px;
}

.header-bg {
    position:relative;
}

.header-title {
    /*font-family: 'Arial Narrow', Arial, sans-serif;*/
    color: #d2aa47;
    text-align:center;
    font-weight:bold;
    margin-top:-37px;
    /*font-size: 30px;*/
    font-size: 25px;
}

/*===========================================
=            Promotion Modal Box            =
===========================================*/

.modal-lg {
    width: 900px;
}

.modal-content {
    background: #1C1C1C;
    padding: 10px;
    padding-left:25px;
    padding-right:25px;
    /*width:auto;*/
    /*width:800px;*/
    margin: 20px auto;
    /*
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
    */
    border:1px solid #c7974d;
    border-radius: 3px;
}

button.promotion-close-btn {
    color:#ffffff !important;
    border: 5px solid #bd862b !important;
    line-height:18px;
    font-size:25px;
    vertical-align:middle;
    text-align:center;
    border-radius:25px;
    margin-top:-33px;
    margin-right:-47px;
    width:42px;
    height:42px;
    background-color:#000000 !important;
    opacity:0.85 !important;
}

button.promotion-close-btn:hover, button.promotion-close-btn:active {
    opacity:1 !important;
}

/* scroll fixes */
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}

/*=====  End of Promotion Light Box  ======*/


/*======================================
=            Promotion Text            =
======================================*/

.promo_description {
    color:#cdcdcd;
}

.promo_description table {
    padding:10px;
    width:auto !important;
}

.promo_description th{
    border: 1px solid #cdcdcd !important;
    padding-left:10px;
    font-size:14px !important;
    padding:5px;
}

.promo_description td{
    padding:5px;
    border: 1px solid #cdcdcd;
    padding-left:10px;
    color: #cdcdcd;
    font-size: 12px !important;
}

.promo_description th, .promo_description td { font-size:medium; }

.promo_description ol li {
    padding-top:10px !important;
}

.promotion_en,.promotion_cn,.promotion_bm{
    font-size: 12px;
    font-weight: normal;
    color: #cdcdcd;
    letter-spacing: 1px;
}

.promo_description th p, .promo_description td p {
    margin-bottom: 0;
}

.promotion_en p,.promotion_cn p,.promotion_bm p{
    color: #cdcdcd;
}

.promotion_en ol, .promotion_cn ol, .promotion_bm ol {
    border-radius:10px;
    display:block;
    text-align: justify;
}

/*=====  End of Promotion Text  ======*/


/*=====================================================================
=            Banking / Howtojoin / FAQ /TNC / AboutUs Page            =
=====================================================================*/

.left-navigation-panel {
    width:246px;
    display:inline-block;
    float:left;
    color:#d3a947;
    padding-left:15px;
    padding-right:20px;
}

.left-navigation-panel li {
    border-bottom: 1px dotted #d3a947;
    padding:14px 10px;
    padding-left:0px;
    list-style-type:none;
    cursor:pointer;
    font-weight:bold;
}

.left-navigation-panel li:last-child {
    border-bottom: none;
}

.content-panel {
    width:850px;
    display:inline-block;
    /*color:#ababab;*/
    padding-left:15px;
    padding-right:35px;
}

.howtojoin-step {
    background-color:#d2aa47;
    font-weight:bold;
    color:#000000;
    width:230px;
    padding:5px 10px;
    margin-top:25px;
}

.faq-panel.panel.panel-default a {
    color:#cbcbcb;
    text-decoration:none;
    padding:10px 15px 10px 0px;
}

.faq-panel.panel.panel-default, .faq-panel.panel .panel-heading {
    background-color:rgba(255,255,255,0);
    border:none;
}

.faq-panel .panel-heading {
    border-bottom:1px dotted #cbcbcb !important;
    margin-left:15px;
    padding-left:0px;
    margin-right:25px;
    padding:0;
}

.faq-panel .panel-body {
    color:#d2aa47;
    padding-left:35px;
}

.faq-panel .panel-heading .expand {
    color:#caa344;
    float:right;
}

.faq-panel .panel-title a {
    width:100%;
    display:block;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    margin-right:-8px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/*=====  End of Banking / Howtojoin / FAQ /TNC / AboutUs Page  ======*/



/*====================================
=            Contact Page            =
====================================*/

.contact_table td {
    padding:4px;
    color:#cccacd;
}

.contact_table td, .contact_table td a{
    color:#cccacd;
    font-size:14px;
}

td.contact_data {
    padding-left:15px;
}

/*=====  End of Contact Page  ======*/


/*================================
=            Register Page           =
================================*/

.register-text {
    color:#cbcbcd;
}

.register-form-wrapper {
    border:1px solid #6b5724;
    border-radius:10px;
    margin-left:150px;
    margin-right:150px;
    color:#cbcbcb;
}

.signup-form {
    color:#cbcbcb;
}

.signup-form input, .signup-form select {
    color:#000000;
}

.signup-form-label {
    width:180px;
}

.register-colon {
    float:right;
    padding-right:30px;
}

.signup-form-input td {
    padding-top:10px;
    /*padding-bottom:10px;*/
}

.signup-hint {
    /*float:right;*/
    font-size: 12px;
}

.signup_btn_clear, .signup_btn_register, .submit_btn {
    width: 140px;
    border:1px solid #887940;
}

.signup_btn_clear {
    display:inline-block;
    margin-right:10px;
    color: #ffffff !important;
    font-weight:bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#814d01+0,a67324+100 */
    background: #814d01; /* Old browsers */
    background: -moz-linear-gradient(top, #814d01 0%, #a67324 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #814d01 0%,#a67324 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #814d01 0%,#a67324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#814d01', endColorstr='#a67324',GradientType=0 ); /* IE6-9 */
    opacity:0.85;
}

.signup_btn_clear:hover, .signup_btn_clear:active {
    opacity:1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#814d01+0,a67324+100 */
    background: #814d01; /* Old browsers */
    background: -moz-linear-gradient(top, #814d01 0%, #a67324 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #814d01 0%,#a67324 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #814d01 0%,#a67324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#814d01', endColorstr='#a67324',GradientType=0 ); /* IE6-9 */
}

.signup_btn_register, .submit_btn {
    display:inline-block;
    margin-left:10px;
    color: #ffffff !important;
    font-weight:bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f2f00+0,735425+100 */
    background: #4f2f00; /* Old browsers */
    background: -moz-linear-gradient(top, #4f2f00 0%, #735425 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f2f00 0%,#735425 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4f2f00 0%,#735425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2f00', endColorstr='#735425',GradientType=0 ); /* IE6-9 */
    opacity:0.85;
}

.signup_btn_register:hover, .signup_btn_register:active, .submit_btn:hover, .submit_btn:active {
    opacity:1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f2f00+0,735425+100 */
    background: #4f2f00; /* Old browsers */
    background: -moz-linear-gradient(top, #4f2f00 0%, #735425 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f2f00 0%,#735425 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4f2f00 0%,#735425 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2f00', endColorstr='#735425',GradientType=0 ); /* IE6-9 */
}

.tooltips_span {
    margin-bottom:-10px;
    font-size:12px;
    color:#E00000;
}

/*=====  End of Register Page ======*/

/*announcement triangle shape*/
.account-details-right {
    /*position:absolute;*/
    float:left;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 13px solid #777777;
    border-bottom: 12px solid transparent;
    z-index:11;
    /*left:48px;*/
    /*margin-left:-1px;*/
    /*margin-top:-1px;*/
}

/* Main font color for most the content*/
.update_profile_form label, .change_password_form label, .content-panel, .deposit-div .depositOptionTitle, .deposit-div li, #deposit_form label, #withdraw_form label, #transfer_form label {
    color: #cccacd;
}

#deposit_form, #withdraw_form, #transfer_form {
    color: #404040;
}

#deposit_form li, #withdraw_form li, #transfer_form li {
    color: #ABABAB;
}

#withdraw_form p, #deposit_form p, #transfer_form p {
    margin:0;
    color: #ABABAB;
}

#withdrawPage .well, #depositPage .well, #transferPage .well {
    background-color:#2f2f2f;
    border:1px solid #2b2b2b;
    color:#cccacd;
}

/*register error text*/
.error_tooltips {
    color:#FF0000;
    font-size:12px;
}

div.deposit_bank_list >div {
    margin-bottom:10px;
}

ul.account_detail {
    width:660px;
    list-style-type: none;
    padding-left:0;
    display: flex;
    background-color: rgba(33,33,33,0.8);
    cursor: pointer;
}
ul.account_detail.active {
    border: 5px solid #FF6C04;
}
ul.account_detail li.accno, ul.account_detail li.accname {
    line-height: 41px;
    font-size:16px;
    text-align: center;
}
ul.account_detail li.accno {
    width:230px;
}
ul.account_detail li.accname {
    width:300px;
}
ul.account_detail li.accno {
    border-right: 5px solid black;
}

/*=======================================================================
=            Header Panel (login, register, profile, logout)            =
=======================================================================*/
#login-btn, #register-btn, #logout-btn, #profile-btn {
    padding:12px;
    font-weight:bold;
    font-size:16px;
    // border:1px solid #b8a559;
    border : 0 !important;
    opacity:0.9;
}

#login-btn:hover, #login-btn:active, #register-btn:hover, #login-btn:active, #logout-btn:hover, #logout-btn:active, #profile-btn:hover, #profile-btn:active {
    opacity:1;
}

#logout-btn {
    width:110px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3742c+0,c99951+100 */
    background: #a3742c; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3742c 0%, #c99951 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a3742c 0%,#c99951 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a3742c 0%,#c99951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3742c', endColorstr='#c99951',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
}

#login-btn {
    width:110px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    // /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3742c+0,c99951+100 */
    // background: #a3742c; /* Old browsers */
    // background: -moz-linear-gradient(top,  #a3742c 0%, #c99951 100%); /* FF3.6-15 */
    // background: -webkit-linear-gradient(top,  #a3742c 0%,#c99951 100%); /* Chrome10-25,Safari5.1-6 */
    // background: linear-gradient(to bottom,  #a3742c 0%,#c99951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3742c', endColorstr='#c99951',GradientType=0 ); /* IE6-9 */
    color:#fff;
    background: red;
}

#register-btn{
    width:120px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#886224+0,ae884a+100 */
    background: #886224; /* Old browsers */
    background: -moz-linear-gradient(top,  #886224 0%, #ae884a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #886224 0%,#ae884a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #886224 0%,#ae884a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886224', endColorstr='#ae884a',GradientType=0 ); /* IE6-9 */
    color:#fff;
}

#profile-btn {
    width:120px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#886224+0,ae884a+100 */
    background: #886224; /* Old browsers */
    background: -moz-linear-gradient(top,  #886224 0%, #ae884a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #886224 0%,#ae884a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #886224 0%,#ae884a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886224', endColorstr='#ae884a',GradientType=0 ); /* IE6-9 */
    color:#fff5b5;
}
/*=====  End of Header Panel (login, register, profile, logout)  ======*/


/*============================================
=            Account details page            =
============================================*/

.account-details-btn {
    font-weight:bold;
    font-size:15px;
    border:1px solid #b8a559;
    width:150px;
    padding:12px;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3742c+0,c99951+100 */
    background: #a3742c; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3742c 0%, #c99951 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a3742c 0%,#c99951 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a3742c 0%,#c99951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3742c', endColorstr='#c99951',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
    opacity:0.75;
}

.account-details-btn:hover, .account-details-btn:active {
    color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3742c+0,c99951+100 */
    background: #a3742c; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3742c 0%, #c99951 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a3742c 0%,#c99951 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a3742c 0%,#c99951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity:0.95;
}

.account-details-btn.selected {
    opacity:1;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, .85);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, .85);
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, .85);
}

/*=====  End of Account details page  ======*/

/*=====================================
=            Message Panel            =
=====================================*/

.msg_panel{ width:245px; height:240px; background:#1a1a1a; display:block; position:absolute; z-index:20; top:-216px;}

.msg_panel .msg_content{ width:245px; height:216px; display:block; padding:5px; overflow-x:hidden; overflow-y:auto;}
.msg_panel .msg_content ul{ font-size:14px; margin-top:5px; color:#F90; list-style:none; padding-left:0;}
.msg_panel .msg_content li{ width:225px; padding:5px; background:#2b2b2b; font-size:12px; color:white;}

.msg_panel .msg_bar{ width:245px; height:22px; display:block; background:#ab7d00; text-align:center; padding:2px; cursor:pointer;  text-shadow:1px 1px #630; border-bottom:1px #775700 solid; color:#ffffff;}
.msg_panel .msg_bar:hover{ background:#bb5400;}

.msg_panel .btn_close{ width:21px; height:21px; display:block; position:absolute; z-index:10; margin-top:-24px; right:5px; display:none;}
.msg_panel .btn_close a{ margin-top:2px; width:21px; height:21px; display:block; background:url(../../images/msg_btn_close.gif) no-repeat top;}
.msg_panel .btn_close a:hover{ margin-top:2px; background:url(../../images/msg_btn_close.gif) no-repeat bottom;}
.web_msg { width:245px; }

/*=====  End of Message Panel  ======*/

/*====================================
=            rotate effect            =
====================================*/

.rotate-effect {
  -webkit-animation: rotate 3s linear infinite; /* Safari 4+ */
  -moz-animation:    rotate 3s linear infinite; /* Fx 5+ */
  -o-animation:      rotate 3s linear infinite; /* Opera 12+ */
  animation:         rotate 3s linear infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
    100% {
         -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    100% {
           -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
           -o-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}

/*=====  End of rotate effect  ======*/

.nav-transaction {
    cursor:pointer;
}

/*===========================================
=            Transaction History            =
===========================================*/

.datesearch_well {
    /*color: #bbbbbb;*/
    margin-left: 97px;
    width: 905px;
    color: #ffffff;
    padding:15px;
    background: #2f2f2f;
    border-radius: 10px;
    vertical-align:middle;
}

.datesearch_inline {
    display:inline-block;
    margin-right:30px;
}

.datesearch_inline > input {
    margin: 0 0 0 0;
    border-radius: 3px;
    height: 32px;
    font-size:14px;
    box-sizing: border-box;
    border: 0;
    line-height: 32px;
    padding-left:15px;
}

.datesearch_inline > .search-submit {
    background: #89C403;
    background: -moz-linear-gradient(center top , #89C403 5%, #77A809 100%) repeat scroll 0 0 #89C403;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89C403), to(#77A809));
    border: 1px solid #74B807;
    border-radius: 2px;
    color:#ffffff;
    box-shadow: 0 1px 0 0 #A4E271 inset;
    cursor:pointer;
    width: 70px;
    height: 28px;
    opacity:0.85;
    line-height:14px;
    text-align:center;
}

.datesearch_inline > .search-submit:hover, .datesearch_inline > .search-submit:active, .datesearch_inline > .search-clear:hover, .datesearch_inline > .search-clear:active {
    opacity: 1;
}

.datesearch_inline > .search-clear {
    background: #FF9B00;
    background: -moz-linear-gradient(center top , #FF9B00 5%, #DD6E01 100%) repeat scroll 0 0 #FF9B00;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9B00), to(#DD6E01));
    border: 1px solid #FFB93A;
    border-radius: 2px;
    color:#ffffff;
    box-shadow: 0 1px 0 0 #E2A471 inset;
    cursor:pointer;
    width: 65px;
    height: 28px;
    opacity:0.85;
    line-height:14px;
    text-align:center;
}

/*----transaction-----*/
.tab_transaction_wrap{ width:450px; height:35px; display:block; margin:20px auto 0; padding-left:0px;}
.tab_transaction_wrap li{ width:150px; height:35px; display:block; float:left; font-size:14px;}
.tab_transaction_wrap li.tab_deposit a{color:#ffffff;text-decoration:none;width:150px; height:35px; display:block; text-align:center; padding-top:7px; text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_deposit.jpg) no-repeat top;} 
.tab_transaction_wrap li.tab_deposit a:hover, .tab_transaction_wrap li.tab_deposit a.activelink { text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_deposit.jpg) no-repeat bottom;}

.tab_transaction_wrap li.tab_withdraw a{color:#ffffff;text-decoration:none;width:150px; height:35px; display:block; text-align:center; padding-top:7px; text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_withdraw.jpg) no-repeat top;} 
.tab_transaction_wrap li.tab_withdraw a:hover, .tab_transaction_wrap li.tab_withdraw a.activelink { text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_withdraw.jpg) no-repeat bottom;}

.tab_transaction_wrap li.tab_transfer a{color:#ffffff;text-decoration:none;width:150px; height:35px; display:block; text-align:center; padding-top:7px; text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_transfer.jpg) no-repeat top;} 
.tab_transaction_wrap li.tab_transfer a:hover, .tab_transaction_wrap li.tab_transfer a.activelink { text-shadow:0px -1px #3d8727; background:url(../../images/transaction_btn_transfer.jpg) no-repeat bottom;}


#box_transaction{ width:900px; display:block; margin:0 auto; text-align:center; background:#292929; color:white; font-weight:normal; text-shadow:0px -1px #191919; border:solid 0px #141414;}
#box_transaction td{ border:solid 0px #141414; padding:10px 3px; -moz-box-shadow: inset -1px 1px #373737; -webkit-box-shadow: inset -1px 1px #373737; box-shadow: inset -1px 1px #373737;}

#box_transaction .header_deposit{ background:#58411b; color:white; text-shadow:0px -1px #191919; font-size:14px; -moz-box-shadow: inset 0px 1px #6d5122; -webkit-box-shadow: inset 0px 1px #6d5122; box-shadow: inset 0px 1px #6d5122;}
#box_transaction .header_deposit td{ -moz-box-shadow: inset -1px 0px #6d5122; -webkit-box-shadow: inset -1px 0px #6d5122; box-shadow: inset -1px 0px #6d5122;}

#box_transaction .remark_confirm{ background:#090; -moz-box-shadow: inset -1px 1px #00b400; -webkit-box-shadow: inset -1px 1px #00b400; box-shadow: inset -1px 1px #00b400;}
#box_transaction .remark_pending{ background:#33C; -moz-box-shadow: inset -1px 1px #3b3be4; -webkit-box-shadow: inset -1px 1px #3b3be4; box-shadow: inset -1px 1px #3b3be4;}
#box_transaction .remark_reject{ background:#F00; -moz-box-shadow: inset -1px 1px #ff4b4b; -webkit-box-shadow: inset -1px 1px #ff4b4b; box-shadow: inset -1px 1px #ff4b4b;}
#box_transaction .remark_processing{ background:#3EB8DC; -moz-box-shadow: inset -1px 1px #3EB8DC; -webkit-box-shadow: inset -1px 1px #3EB8DC; box-shadow: inset -1px 1px #3EB8DC;}

#box_transaction.withdraw_box{ display:none;}
#box_transaction .header_withdraw{ background:#006504; color:white; text-shadow:0px -1px #191919; font-size:14px; -moz-box-shadow: inset 0px 1px #008406; -webkit-box-shadow: inset 0px 1px #008406; box-shadow: inset 0px 1px #008406;}
#box_transaction .header_withdraw td{ -moz-box-shadow: inset -1px 0px #008406; -webkit-box-shadow: inset -1px 0px #008406; box-shadow: inset -1px 0px #008406;}

#box_transaction.transfer_box{ display:none;}
#box_transaction .header_transfer{ background:#00215e; color:white; text-shadow:0px -1px #191919; font-size:14px; -moz-box-shadow: inset 0px 1px #002d7f; -webkit-box-shadow: inset 0px 1px #002d7f; box-shadow: inset 0px 1px #002d7f;}
#box_transaction .header_transfer td{ -moz-box-shadow: inset -1px 0px #002d7f; -webkit-box-shadow: inset -1px 0px #002d7f; box-shadow: inset -1px 0px #002d7f;}

.product_to{ background:#006504; -moz-box-shadow: inset 0px 1px #008406; -webkit-box-shadow: inset 0px 1px #008406; box-shadow: inset 0px 1px #008406;}
.product_from{ background:#58411b; -moz-box-shadow: inset 0px 1px #6d5122; -webkit-box-shadow: inset 0px 1px #6d5122; box-shadow: inset 0px 1px #6d5122;}

.tab_transaction_wrap {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 0 solid #ffffff;
}

ul.tab_transaction_wrap li:first-child a {    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.tab_transaction_wrap li:last-child a { 
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.tab_transaction_wrap {
    margin-bottom: 15px;
}

li.tab_deposit:after {
    content:'';
    position: absolute;
    margin-left: 60px;
    width: 0;
    height: 0;
    border-top: solid 15px #E29400;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

li.tab_deposit.inactive:after {
    display:none;
}

li.tab_withdraw:after {
    content:'';
    position: absolute;
    margin-left: 60px;
    width: 0;
    height: 0;
    border-top: solid 15px #00D718;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

li.tab_withdraw.inactive:after {
    display:none;
}

li.tab_transfer:after {
    content:'';
    position: absolute;
    margin-left: 60px;
    width: 0;
    height: 0;
    border-top: solid 15px #004C9E;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

li.tab_transfer.inactive:after {
    display:none;
}

/*=====  End of Transaction History  ======*/

/*===============================
=            Banking            =
===============================*/
.banking-table td, th {
    border:1px solid #705524 !important;
    text-align:center;
}

.banking-name {
    vertical-align:middle !important;
    font-weight:bold;
    color:#fff58c;
}

.banking-odd td {
    background-color:#505050;
    color: #fff;
}

.banking-even td {
    background-color:#383838;
    color: #fff;
}

.banking-table-th {
    background-color:#907b1c;
    border-bottom:1px solid #000000 !important;
    color: #fff;
}

.tnc-header {
    border-bottom:1px dotted #d2aa47;
    font-weight:bold;
    font-size:16px;
    padding:10px 0px;
    margin-top:25px;
    color:#d2aa47;
}

ol.tnc-list, ul.tnc-list {
    padding-left:15px;
    text-align:justify;
}

ol.tnc-list > li, ul.tnc-list > li {
    padding-left:15px;
}

.content-panel p {
    text-align:justify;
}

.tnc-small-header {
    color:#8a6d00;
    margin-bottom:3px;
}

/*=====  End of Banking  ======*/

/*==========================================
=            Popup Announcement            =
==========================================*/
.popupAnnouncementContent p {
    margin:0;
}

.announcementSlick .slick-slide {
    height: auto !important;
}

#popupAnnouncement.white-popup {
    -webkit-box-shadow: 0px 0px 0px 2px #bd862b;
        -moz-box-shadow: 0px 0px 0px 2px #bd862b;
        box-shadow: 0px 0px 0px 2px #bd862b;
}

.announcementSlick.slick-slider {
    margin-bottom:5px;
}

.white-popup {
  position: relative;
  background: #1C1C1C;
  padding: 10px;
  padding-left:25px;
  padding-right:25px;
  /*width:auto;*/
  /*width:800px;*/
  max-width: 600px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 18px 7px rgba(255, 255, 255, .85);
  -moz-box-shadow: 0px 0px 18px 7px rgba(255, 255, 255, .85);
  box-shadow: 0px 0px 18px 7px rgba(255, 255, 255, .85);
  border-radius: 5px;
}

.mfp-close-btn-in .mfp-close {
    color:#ffffff !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*=====  End of Popup Announcement  ======*/


/*To be safe or prevent kena override leave non responsive css at the bottom*/
/*==========================================
=            Non responsive CSS            =
==========================================*/
@media (max-width: 767px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}

.row {
    margin-left:0px;
    margin-right:0px;
}

/*.navbar.navbar-justified {
    min-width:1200px;
}*/

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Reset the container */
.container {
    width:1100px;
    max-width: 1100px;
    padding:0;
}
.container-footer {
    width:100% !important;
    padding:0;
    background: black;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.form-inline .input-group > .form-control {
    width: 100%;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.navbar {
    border-radius: 0;
}

.req_field {
    font-size : 18px;
    color: #EDC259;
    margin: 0 3px 0 0;
}

/*=====  End of Non responsive CSS  ======*/

/*=======================================
=            Message History            =
=======================================*/

.card {
  position: relative;
  padding:10px;
  padding-bottom:4px;
  margin:0 auto;
  margin-bottom:6px;
  /*margin: 2em auto;*/
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  background-color: rgba(255,255,174,1);
  -webkit-animation:fly-in-from-left .5s .5s ease both;
  -moz-animation:fly-in-from-left .5s .5s ease both;
  -o-animation:fly-in-from-left .5s .5s ease both;
  animation:fly-in-from-left .5s .5s ease both;
  -webkit-transform-origin:top left;
  transform-origin:top left;
}

@keyframes fly-in-from-left {
  from {
    transform:translateY(15rem) rotate(15deg);
    opacity:0;
  }
}

@-webkit-keyframes fly-in-from-left {
  from {
    transform:translateY(15rem) rotate(15deg);
    opacity:0;
  }
}

/*=====  End of Message History  ======*/

/*===================================
=            Mobile Slot            =
===================================*/

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 15px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  /* margin-right: 19px; */
  /* border-right: 1px solid #ddd; */
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
    padding:8px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav-tabs.gametype > li.active > a {
    background-color: rgba(255,251,230,0.2);
    opacity:1;
    border:none;
}

.nav-tabs.gametype > li > a {
    background-color: rgba(166,184,199,0.25);
    opacity:0.7;
    /* border: 1px solid transparent; */
    /* border-color: #eeeeee #dddddd #eeeeee #eeeeee; */
    /* border-right:0px solid transparent; */
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.nav-tabs.gametype > li > a:hover {
    background-color: #4E4E4E;
}

.nav-tabs.gametype > li.active > a:hover {
    background-color: rgba(255,251,230,0.2);
}

.slotgame-btn, .livegame-btn {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -o-animation-name: pulse;
    -moz-animation-name: pulse;

    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -o-animation:0.4s;
    -moz-animation:0.4s;
}

.qr-image {
    animation-name: pulse1;
    -webkit-animation-name: pulse1;
    -o-animation-name: pulse1;
    -moz-animation-name: pulse1;

    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -o-animation:0.4s;
    -moz-animation:0.4s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}
@-moz-keyframes pulse {
    0%   {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.85;
    }
}

@-o-keyframes pulse {
    0%   {
        -o-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -o-transform: scale(1);
        opacity: 0.85;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-opacity: 0.85;
    }
}

@keyframes pulse1 {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes pulse1 {
    0%   {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes pulse1 {
    0%   {
        -o-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale(0.8);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

.vmhelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*=====  End of Mobile Slot  ======*/

/*===========================================
=            Deposit File Upload            =
===========================================*/

#loadingOverlay {
    clear:both;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10;
    background-color: rgba(219, 219, 219, 0.5);
}

#progressbar {
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
}

.timer-loader {
    margin-left:auto;
    margin-right:auto;
}

.loading-content {
    position:fixed;
    color:#c8d !important;
    font-weight:bold;
    top:35%;
    left:50%;
    margin-left:-28px;
    text-align: center;
    border-radius: 10px;
    background-color:rgba(255, 255, 255, 0.7);
    padding:10px;
}

/*Spinner CSS*/
@-moz-keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
  border: 6px solid #c8d;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
}
.timer-loader:not(:required)::before {
  -moz-animation: timer-loader 1250ms infinite linear;
  -webkit-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #c8d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 19.2px;
  left: 15px;
  top: 15px;
}
.timer-loader:not(:required)::after {
  -moz-animation: timer-loader 15000ms infinite linear;
  -webkit-animation: timer-loader 15000ms infinite linear;
  animation: timer-loader 15000ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #c8d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  left: 15px;
  top: 15px;
}

/*=====  End of Deposit File Upload  ======


/*=================================================================
=            Template1 deposit style            =
=================================================================*/

/* Start of Product List */
.deposit-product-list {
    width:870px;
    display: block;
    margin:10px 0 0 0px;
}

.deposit-product-list li {
    width:154px;
    height:74px;
    display:block;
    margin:8px;
}

.deposit-product-list li a {
    width:154px;
    height:74px;
    display:block;
    border:2px solid white;
}

.deposit-product-list li.live:hover {
    width:154px;
    height:74px;
    -webkit-box-shadow: 0px 0px 1px 4px rgba(255, 170, 100 ,1);
    -moz-box-shadow: 0px 0px 1px 4px rgba(255, 170, 100 ,1);
    box-shadow: 0px 0px 1px 4px rgba(255, 170, 100 ,1);
    border-radius: 0px;
}

.deposit-product-list li.live:hover a {
    border: 2px solid rgba(255, 170, 100 ,1);
}

.deposit-product-list li.live a.activelink {
    width:154px;
    height:74px;
    -webkit-box-shadow: 0px 0px 1px 4px rgba(255, 120, 0, 1);
    -moz-box-shadow: 0px 0px 1px 4px rgba(255, 120, 0, 1);
    box-shadow: 0px 0px 1px 4px rgba(255, 120, 0, 1);
    border-radius: 0px;
    border:2px solid rgba(255, 120, 0, 1);
}

.deposit-product-list li.live a.activelink img.ticker {
    height:40px;
    width:40px;
    margin-top:-40px;
    margin-left:125px;
    border:none;
}
.deposit-product-list li.maintenance a {
    width:154px;
    height:74px;
    border:2px solid #aaa;
    background-color: #aaa;
}

.deposit-product-list li.maintenance a img {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.deposit-product-list li.maintenance a span{
    position:absolute;
    z-index:999;
    margin-top:25px;
    width:154px;
    text-align: center;
    font-weight:600;
    color:#000;
    font-size:1.4rem;
}

.icon_live {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: url('../../images/product/green-led-on-md.png');
    background-size: cover;
    margin-left: 130px;
}

.icon_maintenance {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: url('../../images/product/red-led-on-md.png');
    background-size: cover;
    margin-left: 130px;
    z-index: 999;
}

.deposit-product {
    margin-left: -7px;
}
/* End of Product List */

/* Start of Bank Segment */
div.bankaccount-detail * {
    display: inline-block;
}

div.bankaccount-detail {
    display: flex;
    cursor: pointer;
}

ul.deposit-bank-list {
    list-style: none;
    padding: 0;
}

ul.deposit-bank-list li {
    margin-top: 10px;
}

.deposit-bank-list div.bankaccount-detail div.info-box {
    width: 220px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 41px;
    /* height: 41px; */
    overflow: hidden;
    background-color: #313131;
    border-left: 5px solid #000;
}

.bank-detail-label {
    display: inline-block;
    background-color:#525252;
    margin-left: -4px;
    padding: 1px 15px;
    padding-right: 0px;
    position: relative;
    top: 12px;
}

.bank-detail-copy {
    padding:0px 4px;
    margin-top:-1px;
    margin-left:3px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#selectedBankNo {
    color: #fff;
}

.bankaccount-detail-section * {
    display: inline-block;
}

.bankaccount-detail-section {
    display: flex;
}
/* End of Bank Segment */

/* Start of Deposit Details */
#deposit_form .form-group, #withdraw_form .form-group {
    display: block;
    margin-bottom: 10px;
}

#deposit_form .form-group label:nth-child(1), #withdraw_form .form-group label:nth-child(1), #transfer_form .form-group label:nth-child(1){
    width: 250px;
}

#selectedBankName {
    border-bottom: 1px #fff dashed;
}

.error-div small.error_tooltips {
    display: block;
}

.error-div {
    /* margin-bottom: 10px; */
    display: none;
}
/* End of Deposit Details */


/* Start of New Styling */
.deposit-div ol {
    padding: 0;
    list-style: none;
}

ul.deposit-product-list {
    position: relative;
    padding: 0;
    clear: both;
}

ul.deposit-product-list li {
    display: inline-block;
}

.depositOptionTitle, .withdrawOptionTitle, .transferOptionTitle {
    font-weight: bold;
    color: #ffffff !important;
    margin-left: -15px;
}

#selectProductToli .form-group, #selectProductli .form-group {
    margin-top: 10px;
}

#deposit_form input, #deposit_form select, #withdraw_form input, #withdraw_form select, #transfer_form input {
    width: 300px;
}

#deposit_form input[type="radio"] {
    width: auto;
}

#deposit_form .form-group label.radio-inline {
    width: 80px;
}
/* End of New Styling */


/* Start of Withdraw Styling */
.withdraw_bank_list {
    width:860px;
    display:block;
    padding-left: 0;
    margin-left: -10px;
    /* margin-top: -10px; */
}

.withdraw_bank_list li{
    width:140px;
    height:41px;
    display:inline-block;
    margin:8px;
}

.withdraw_bank_list li a {
    width:140px;
    height:41px;
    display:block;
}

.withdraw_bank_list li a:hover {
    width:140px;
    height:41px;
    display:block;
    -webkit-box-shadow: 0px 0px 1px 5px rgba(255, 170, 100 ,1);
    -moz-box-shadow: 0px 0px 1px 5px rgba(255, 170, 100 ,1);
    box-shadow: 0px 0px 1px 5px rgba(255, 170, 100 ,1);
}

.withdraw_bank_list li a.activelink{
    width:140px;
    height:41px;
    display:block;
    -webkit-box-shadow: 0px 0px 1px 5px rgba(255, 120, 0, 1);
    -moz-box-shadow: 0px 0px 1px 5px rgba(255, 120, 0, 1);
    box-shadow: 0px 0px 1px 5px rgba(255, 120, 0, 1);
}

.withdraw_bank_list li a.activelink img.ticker {
    margin:-30px 0 0 120px;
}
/* End of Withdraw Styling */

/* Start of Transfer Styling */
.transfer_product_from_list {
    width: 850px;
    display: block;
}
.transfer_product_from_list li {
    width: 100px;
    height: 50px;
    display: inline-block;
    margin: 8px;
}
.transfer_product_from_list li a {
    width: 100px;
    height: 50px;
    display: block;
    /* border: 2px solid white; */
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
}
.transfer_product_from_list li.live a:hover {
    width: 100px;
    height: 50px;
    display: block;
    /* border: 2px solid #ff7800; */
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
    box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
}

.transfer_product_from_list li.live a.activelink {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
    box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
}

.transfer_product_from_list li.maintenance a {
    width: 100px;
    height: 50px;
    display: block;
    /* border: 2px solid #aaa; */
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    background-color: #aaa;
}
.transfer_product_from_list li.maintenance a img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
}
.transfer_product_from_list li.maintenance span {
    position: absolute;
    z-index: 999;
    margin-top: 20px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 0.8rem;
}
.transfer_product_target_list {
    width: 850px;
    display: block;
    /* display: none; */
}
.transfer_product_target_list li {
    width: 100px;
    height: 50px;
    display: inline-block;
    margin: 8px;
}
.transfer_product_target_list li a {
    width: 100px;
    height: 50px;
    display: block;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    box-shadow: 0px 0px 1px 2px rgba(255, 255, 255 ,1);
    /* border: 2px solid white; */
}
.transfer_product_target_list li.live a:hover {
    width: 100px;
    height: 50px;
    display: block;
    /* border: 2px solid #ff7800; */
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
    box-shadow: 0px 0px 1px 2px rgba(255, 170, 100 ,1);
}
.transfer_product_target_list li.live a.activelink {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
    box-shadow: 0px 0px 1px 2px rgba(255, 120, 0, 1);
}

.transfer_product_target_list li.maintenance a {
    width: 100px;
    height: 50px;
    display: block;
    border: 2px solid #aaa;
    background-color: #aaa;
}
.transfer_product_target_list li.maintenance a img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
}
.transfer_product_target_list li.maintenance span {
    position: absolute;
    z-index: 999;
    margin-top: 20px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 0.8rem;
}
/* End of Transfer Styling */

/*=====  End of Template1 deposit/withdraw/transfer style  ======*/


/*======================================
=            Top Social Bar            =
======================================*/

.social-bar {
    display:inline-block;
    margin-left: 5px;
}

.social-bar a {
    margin-right: 15px;
    opacity: 0.75;
}

.social-bar a:hover, .social-bar a:focus, .social-bar a:active {
    opacity: 1;
}

/*=====  End of Top Social Bar  ======*/


/*==========================================
=            App Download Image            =
==========================================*/

.app_download_image {
    width: 100%;
    height: auto;
}

.app_android_button {
    background: #56c63f;
/*     -webkit-box-shadow: 0 7px 4px #368c00;
    -moz-box-shadow: 0 7px 4px #368c00;
    box-shadow: 0 7px 4px #368c00; */
}

.app_download_button:hover, .app_download_button:active, .app_download_button:focus {
    text-decoration: none !important;
    color: #fff !important;
}

.app_download_button:active {
    bottom: -2px;
}

.app_ios_button {
    background: #29abe2;
/*     -webkit-box-shadow: 0 7px 4px #0077bd;
    -moz-box-shadow: 0 7px 4px #0077bd;
    box-shadow: 0 7px 4px #0077bd; */
}

.app_download_button {
    position: relative;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 6px 22px;
    height: 65px;
    cursor: pointer;
    width: 220px;
}

.app_download_sub_text {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.app_download_platform_text {
    line-height: 24px;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.app_download_text {
    /* text-align: left; */
    /* padding: 5px; */
}

.app_download_platform_icon {
    margin-right: 15px;
}

.app_button_container {
    display: flex;
    justify-content: space-between;
    width: 470px;
    position: absolute !important;
    z-index: 1;
    top: 340px;
    left: 50% !important;
    margin-left: -235px !important;
}

.app_button_wrapper {
    display: flex;
    align-items: center
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.app_download_commingsoon {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.bold-glow {
    animation: boldpulse 1s infinite;
    -webkit-animation: boldpulse 1s infinite;
    -o-animation: boldpulse 1s infinite;
    -moz-animation: boldpulse 1s infinite;
}

.bold-glow1 {
    animation: boldpulse1 1s infinite;
    -webkit-animation: boldpulse1 1s infinite;
    -o-animation: boldpulse1 1s infinite;
    -moz-animation: boldpulse1 1s infinite;
}

@keyframes boldpulse {
    0% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 255, 255, 1);
    }
    50% {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        color: rgba(255, 255, 255, 0.9);
    }
    100% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 255, 255, 1);
    }
}

@-webkit-keyframes boldpulse {
    0% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 255, 255, 1);
    }
    50% {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        color: rgba(255, 255, 255, 0.9);
    }
    100% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 255, 255, 1);
    }
}

@keyframes boldpulse1 {
    0% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 0, 0, 1);
    }
    50% {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        color: rgba(255, 0, 0, 0.9);
    }
    100% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 0, 0, 1);
    }
}

@-webkit-keyframes boldpulse1 {
    0% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 0, 0, 1);
    }
    50% {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        color: rgba(255, 0, 0, 0.9);
    }
    100% {
        box-shadow: 0px 0px 3px #fff;
        text-shadow: 0px 0px 0px #fff;
        color: rgba(255, 0, 0, 1);
    }
}

/*=====  End of App Download Image  ======*/
