@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
html,
body {
    height: 100%;
}

body {
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: normal normal 14px 'Open Sans', Tahoma, Arial, Helvetica, "Microsoft Yahei", "微软雅黑", sans-serif;
    letter-spacing: 0.03em;
    line-height: 30px;
}

div,
p,
li,
img,
a,
button,
span {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

p {
    margin: 15px 0;
}

a {
    color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Tahoma, Arial, Helvetica, "Microsoft Yahei", "微软雅黑", sans-serif;
}
.register_form_input {
    width: 100%;
    border: 2px hidden transparent;
    box-shadow: none;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 1vh;
    background: none;
    border-radius: 0;
    height: 45px;
    outline: none;
}
a:hover,
a:focus {
    color: #d1ad57;
}

.form-control {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
    height: 45px;
}

.form-main {
    padding-bottom: 300px;
}
.underline_style {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.well {
    background-color: #202020;
}


/* HELPER */

.m-top-5 {
    margin-top: 5px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.error {
    color: #e74c3c;
}

.error p {
    margin: 0;
}

.display_none {
    display: none;
}


/* NAV */

.navbar-default {
    background-color: #000;
    border-color: transparent;
}

.navbar {}

@media (min-width: 1600px) {
    .navbar .container {
        width: 1580px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .navbar .container {
        width: 1480px;
    }
}

@media (min-width: 1350px) and (max-width: 1499px) {
    .navbar .container {
        width: 1330px;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .navbar .container {
        width: 1190px;
    }
}

@media (max-width: 992px) {
    .navbar {}
}

.navbar-game {
    background-color: #d1ad57;
    position: fixed;
    padding: 2px;
    z-index: 1;
}

.navbar-game a {
    color: #000;
    font-size: 24px;
}

.navbar-game a:hover,
.navbar-game a:focus {
    color: #dbb748;
}

.navbar .navbar-form,
.navbar .navbar-btn {
    margin-top: 30px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #dbb748;
}
.red-hover:hover,.red-hover:focus{
    color: #a33218;
}
.red-hover{
    color: #4b3b19;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #d1ad57;
    color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle {
    background-color: #d1ad57;
    border-color: #d1ad57;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background: #000;
}

.navbar-default .navbar-nav>li>a {
    color: #EFD28A;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #28415b;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #d1ad57;
}

.navbar-brand {
    padding: 0;
    display: inline-table;
    max-width: 200px;
    margin-right: 10px;
}

.navbar-brand>img {
    max-width: 100%;
    height: auto !important;
}

.navbar-fixed-bottom {
    /* bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; */
    width: 100%;
    display: -webkit-flex;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000;
}

.bottom-logo {
    width: 1.08rem;
    height: 1.08rem;
    margin-bottom: .14rem;
    position: relative;
}

.nav ul#nav-list {
    /* width: 100%;
    min-width: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url('../img/Assets/MobileBottom.png');*/
    width: 100%;
    display: -webkit-flex;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: inherit;
}

.nav ul li.nav-tab {
    /* padding: 8px 20px 0;
    text-align: center;
    vertical-align: top;
    list-style-type: none;
    display: inline-block; */
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.navbar-form .form-control {
    height: auto;
    border-radius: 0;
    border: none;
    background: #333;
    color: #fff;
    padding: 7.5px 12px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.icon-flag {
    width: 24px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 4px 0;
    vertical-align: top;
    display: inline-block;
    background: url(../../img/lang-icons.png) no-repeat;
}

.language-en {
    background-position: -288px -24px;
}

.language-chs {
    background-position: -456px 0;
}

.language-ms {
    background-position: -168px -96px;
}

.language-id {
    background-position: -0px -70px;
}

.language-th {
    background-position: -192px -142px;
}

.language-vi {
    background-position: -576px -144px;
}

.language-ja {
    background-position: -576px -50px;
}

.language-kh {
    background-position: -168px -72px;
}

.language-ko {
    background-position: -216px -72px;
}

.language-my {
    background-position: -216px -96px;
}

.language-cht {
    background-position: -456px 0;
}


/* MENU */

#menu .list-inline>li {
    padding: 3px 0;
}

#menu ul {
    margin: 0;
}

#menu li a {
    width: 120px;
    padding: 10px;
}

.btn-menu {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #080808;
    *background-color: #080808;
    background-image: -moz-linear-gradient(top, #545454, #080808);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#080808));
    background-image: -webkit-linear-gradient(top, #545454, #080808);
    background-image: -o-linear-gradient(top, #545454, #080808);
    background-image: linear-gradient(to bottom, #545454, #080808);
    background-repeat: repeat-x;
    border-color: #080808;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#080808', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.btn-menu.disabled,
.btn-menu[disabled] {
    color: #d1ad57;
    text-decoration: none;
    background: #080808;
    *background: #003bb3;
}

.btn-payment {
    background-color: #fff;
    border: none;
    padding: 0;
}

.ico {
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto 10px auto;
}

.ico-home {
    background: url(../img/mobile/icon/nav_home.png) no-repeat;
}

.ico-games {
    background: url(../img/icon/icon-games.png) no-repeat;
}

.ico-promo {
    background: url(../img/mobile/icon/nav_promo.png) no-repeat;
}

.ico-pull-credits {
    background: url(../img/icon/icon-pull-credits.png) no-repeat;
}

.ico-deposit {
    background: url(../img/icon/icon-deposit.png) no-repeat;
}

.ico-withdraw {
    background: url(../img/icon/icon-withdraw.png) no-repeat;
}

.ico-wallet {
    background: url(../img/icon/icon-wallet.png) no-repeat;
}

.ico-report {
    background: url(../img/icon/icon-report.png) no-repeat;
}

.ico-invite-friends {
    background: url(../img/icon/icon-invite-friends.png) no-repeat;
}

.ico-my-friends {
    background: url(../img/icon/icon-my-friends.png) no-repeat;
}

.ico-whatsapp-chat {
    background: url(../img/icon/icon-whatsapp-chat.png) no-repeat;
}

.ico-wechat-chat {
    background: url(../img/icon/icon-wechat-chat.png) no-repeat;
}

.ico-live-chat {
    background: url(../img/mobile/icon/nav_cs.png) no-repeat;
}

.ico-transaction {
    background: url(../img/icon/icon-transaction.png) no-repeat;
}

.ico-profile {
    background: url(../img/mobile/icon/nav_acc.png) no-repeat;
}

.btn-chat {
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 1000;
}


/* CS HOVER BUTTON */

#btn-whatsapp-cs {
    display: visible;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 10px;
    /* Place the button at the bottom of the page */
    right: 280px;
    /* Place the button 30px from the right */
    z-index: 9999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: transparent;
    /* Set a background color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 0px;
    /* Some padding */
    opacity: 0.9;
}

#btn-whatsapp-cs img {
    width: 64px;
    height: 64px;
}

#btn-whatsapp-cs:hover {
    opacity: 1;
}

#btn-wechat-cs {
    display: visible;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 10px;
    /* Place the button at the bottom of the page */
    right: 350px;
    /* Place the button 30px from the right */
    z-index: 9999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: transparent;
    /* Set a background color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 0px;
    /* Some padding */
    opacity: 0.9;
}

#btn-wechat-cs img {
    width: 64px;
    height: 64px;
}

#btn-wechat-cs:hover {
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #btn-wechat-cs {
        display: none;
    }
    #btn-whatsapp-cs {
        display: none;
    }
}


/* BANNER */

#banner {
    position: relative;
    text-align: center;
    margin-top: 15px;
    background: #000;
}

#banner .carousel,
#banner .carousel-inner,
#banner .item {
    height: 100%;
}

#banner .carousel-control {
    width: 100px;
}

#banner .carousel-indicators {
    bottom: 25px;
}

.banner img {
    /*
    background-size: auto 400px;
    background-position: center center;*/
    overflow: hidden;
}

.banner img {}

#carousel-main-banner {
    overflow: hidden;
}

.banner .mobile {
    display: none;
}

.carousel-inner>.item {
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    /*
    position:relative;
    left:50%;
    height: 450px;
    width: 1920px;
    max-width: 1920px;
    margin-left: -960px;
    */
    width: 100%;
    height: auto;
    /*
    transform: translateX(-50%);*/
}


/* ACCORDIAN */

.game-list {
    padding: 0;
}

.accordian {
    position: relative;
    padding-bottom: 15px;
    margin: 0;
}

.accordian .section {
    max-width: 1552px;
    z-index: 10;
    margin: auto;
    position: relative;
}

.accordian .section .text {
    font-size: 1.4em;
    color: #dbb748;
    display: block;
    max-width: 1552px;
    z-index: 10;
    padding: 10px 5px;
    margin: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #333;
}

.accordian .section .line-left {
    position: absolute;
    left: 10px;
    top: 25px;
    border-top: 1px solid #dbb748;
    border-bottom: 1px solid #333;
    width: 42%;
}

.accordian .section .line-right {
    position: absolute;
    right: 10px;
    top: 25px;
    border-top: 1px solid #dbb748;
    border-bottom: 1px solid #333;
    width: 42%;
}

.accordian ul {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1552px;
    padding: 0;
    /*
    border: 4px solid #000;
    border-left: none;
    border-right: none;
    */
    padding-left: -5px;
    padding-right: -5px;
    margin-bottom: 15px;
}

.accordian .bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.accordian .bg {
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.livecasino {
    background: url(../img/web/BGLivecasino.png) center center no-repeat;
}

.sportbook {
    background: url(../img/web/BGSports.png) center center no-repeat;
}

.boardgame {
    background: url(../img/web/BGBoardgame.png) center center no-repeat;
}

@media (max-width: 767px) {
    .accordian .bg,
    .accordian .gradient {
        display: block;
    }
}

.accordian li {
    position: relative;
    display: block;
    width: 300px;
    height: 225px;
    float: left;
    padding: 0;
    margin: 0;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #dbb748;
    overflow: hidden;
}

.accordian ul:hover li {
    /*width: 14%;*/
}

.accordian ul li:hover {
    /*width: 30%;*/
}

.accordian ul li a {
    display: block;
}

.accordian ul li a:hover .games-slider {
    background-color: rgba(55,55,55,0.85);
    /*background-color: transparent;*/
}


/* Acordian Bg */

#carousel-acordian-bg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

#carousel-acordian-bg.carousel,
#carousel-acordian-bg .carousel-inner,
#carousel-acordian-bg .item {
    height: 100%;
}

#carousel-acordian-bg.carousel-fade .item {
    -webkit-transition: opacity 0.05s ease;
    -moz-transition: opacity 0.05s ease;
    -ms-transition: opacity 0.05s ease;
    -o-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
    opacity: 0.5;
}

#carousel-acordian-bg.carousel-fade .active.item {
    opacity: 1;
}


/*Image title styles*/

.games-slider {
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-size: 300px !important;
    width: 300px;
    height: 225px;
    position: absolute;
    z-index: 1;
    /* background-color: #1b1b1b; */
    background: rgba(25,25,25,0.85);
    top: 0;
    left: 0;
}

.accordian ul li a:hover .games-slider {
    background-color:rgba(55,55,55,0.85);
    /*background: transparent;*/
}

@media (max-width: 1599px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        width: 100%;
        height: auto;
        /*
        height: 413px;
        width: 1766px;
        max-width: 1766px;
        margin-left: -883px;
        */
    }
    .accordian ul {
        max-width: 1452px;
    }
    .accordian li {
        width: 280px;
        height: 210px;
    }
    .games-slider {
        background-size: 280px !important;
        width: 280px;
        height: 210px;
    }
    .accordian .section {
        max-width: 1450px;
    }
    .accordian .section .line-left {
        width: 42%;
    }
    .accordian .section .line-right {
        width: 42%;
    }
}

@media (max-width: 1499px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 330px;
        width: 1584px;
        max-width: 1584px;
        margin-left: -792px;
        */
        width: 100%;
        height: auto;
    }
    .accordian ul {
        max-width: 1302px;
    }
    .accordian li {
        width: 250px;
        height: 188px;
    }
    .games-slider {
        background-size: 250px !important;
        width: 250px;
        height: 188px;
    }
    .accordian .section {
        max-width: 1300px;
    }
    .accordian .section .line-left {
        width: 42%;
    }
    .accordian .section .line-right {
        width: 42%;
    }
}

@media (max-width: 1349px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 292px;
        width: 1402px;
        max-width: 1402px;
        margin-left: -701px;
        */
        width: 100%;
        height: auto;
    }
    .accordian ul {
        max-width: 1162px;
    }
    .accordian li {
        width: 222px;
        height: 167px;
    }
    .games-slider {
        background-size: 222px !important;
        width: 222px;
        height: 167px;
    }
    .accordian .section {
        max-width: 1160px;
    }
    .accordian .section .line-left {
        width: 40%;
    }
    .accordian .section .line-right {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 250px;
        width: 1200px;
        max-width: 1200px;
        margin-left: -600px;
        */
        width: 100%;
        height: auto;
    }
    .accordian ul {
        max-width: 942px;
    }
    .accordian li {
        width: 178px;
        height: 134px;
    }
    .games-slider {
        background-size: 178px !important;
        width: 178px;
        height: 134px;
    }
    .accordian ul li .details span {
        top: 100px;
    }
    .accordian .section {
        max-width: 940px;
    }
    .accordian .section .line-left {
        width: 38%;
    }
    .accordian .section .line-right {
        width: 38%;
    }
}

@media (max-width: 991px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 250px;
        width: 734px;
        max-width: 734px;
        margin-left: -367px;
        */
        width: 100%;
        height: auto;
    }
    .accordian ul {
        max-width: 707px;
    }
    .accordian li {
        width: 166px;
        height: 125px;
    }
    .games-slider {
        background-size: 166px !important;
        width: 225px;
        height: 169px;
    }
    .accordian ul li .details span {
        top: 100px;
    }
    .accordian .section {
        max-width: 705px;
    }
    .accordian .section .line-left {
        width: 36%;
    }
    .accordian .section .line-right {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 212px;
        width: 622px;
        max-width: 622px;
        margin-left: -311px;
        */
        width: 100%;
        height: auto;
    }
}

@media (max-width: 599px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        /*
        height: 150px;
        width: 440px;
        max-width: 440px;
        margin-left: -220px;
        */
        width: 100%;
        height: auto;
    }
}

.games-slider img {
    display: none;
}

.coming-soon-label {
    height: 48px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 25px;
}

.game-item {
    min-height: 200px;
}


/* DASHBOARD */

.dashboard #banner {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: url(../images/banner/main-banner.jpg) center top;
    background-size: cover;
    height: 360px;
    opacity: 0.3;
}

.dashboard #banner:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 9;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222', GradientType=0);
}

.dashboard #banner img {
    display: none;
}

.dashboard .container-fluid {
    padding-top: 60px;
}


/* SLICK */

.slick-list {
    overflow: visible !important;
}

.slick-slide a {
    min-height: 160px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.slick-slide img {
    max-width: 90%;
    margin: auto;
}

.slick-slide a div {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -30px;
}

.slick-slide a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}


/* NAV TABS */

.nav-tabs {
    text-align: center;
}

.nav-tabs>li {
    float: inherit;
    display: inline-block;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: none;
}


/* JACKPOT */

.jackpot-container {
    width: 100%;
    position: absolute;
    top: 50%;
}

.jackpot-bg {
    width: 335px;
    height: 85px;
    margin: 0 auto;
    background: url("../images/jackpot-bg.png") 0 0 no-repeat;
}

.jackpot-bg img {
    vertical-align: top !important;
}

.jackpot-title {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 10px;
    margin-bottom: 8px;
    text-transform: uppercase;
    background: url("../images/jackpot-title-bg.png") top repeat-x #545454;
}

.jackpot-counter {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    width: 250px;
    height: 35px;
    position: relative;
}

#left-sidebar,
#right-sidebar {
    top: 35px;
}

#left-sidebar {
    background-color: #fff;
}

.intro {}

.box {
    text-align: center;
    margin-bottom: 30px;
}

.box-featured {
    min-height: 200px;
}

.gold-title {
    color: #EFD28A;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content {
    margin-bottom: 50px;
}


/* FORM CONTAINER */

.form-container .container {
    background-color: #2f2f2f;
    padding: 25px;
    color: #fff;
}

.form-container {
    padding: 100px 0 80px;
    min-height: 800px;
}

.form-container option {
    color: #333;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}

.form-container h2,
.form-container h4 {
    color: #EFD28A;
    font-weight: bold;
}


/* FOOTER */

footer {
    padding: 25px 0;
    color: #8c8c8c;
    background: #1b1b1b;
}

@media (min-width: 1600px) {
    footer .container {
        width: 1580px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    footer .container {
        width: 1480px;
    }
}

@media (min-width: 1350px) and (max-width: 1499px) {
    footer .container {
        width: 1330px;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    footer .container {
        width: 1190px;
    }
}


/* CAROUSEL */

#carousel {
    text-align: center;
}

.slick-track {
    margin: 0 auto;
}


/* TABLE */

#report_results {
    margin-top: 50px;
}

.table td {
    background-color: #2f2f2f;
    color: #fff;
}


/* GAME BALANCE */

.dropdown-menu {
    background-color: #303030;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #d1ad57;
}

#balance-dropdown .dropdown-menu {
    width: 300px;
    padding: 15px 15px 0 15px;
}

#balance-dropdown .balance-item {
    padding-bottom: 15px;
}

#balance-dropdown .la-ball-pulse {
    margin-top: 5px;
}


/* MODAL */

.modal-footer {
    text-align: center !important;
}


/* GAME WINDOW */

#game {
    padding-top: 0!important;
}


/* PAYMENT */

.payment {
    background-color: #fff !important;
}

.payment .instructions {
    color: #000;
    font-weight: bold;
}

.loading .modal-content {
    background-color: #fff;
    color: #000;
}

#announcementPopup .modal-dialog {
}
#announcementPopup .modal-content {
    /*background-image: url(../images/landing-bg10.jpg);*/
}
#announcementPopup .modal-content h3 {
    text-align: center;
}
#announcementPopup .modal-content .modal-header h3 img {
    max-width: 200px;
}
#announcementPopup .modal-header {
    /*border-bottom: unset;*/
}
#announcementPopup button.close {
    opacity: 1;
    /*border-radius: 50%;
    padding: 2px 4px;
    border: 2px solid white;*/

}
#announcementPopup .modal-content > .modal-footer {
    /*border-top: unset;*/
}
#announcementPopup .modal-content .modal-body {
    border-bottom: 1px solid #464545;
    border-top: 1px solid #464545;
}


/*ANNOUNCEMENT*/

.announcement {
    height: 30px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    line-height: 1.0;
    font-size: 1.0em;
    font-weight: bold;
    color: #dbb748;
    color: #FFF;
}

.announcement .con {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    border-bottom: solid 3px #dbb748;
}

.announcement .con .bg {
    top: 0;
    left: 0;
    background: #222;
    opacity: 0.5;
    width: 100%;
    height: 30px;
    z-index: 0;
    position: absolute;
}

.announcement .line {
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.announcement .line.fast {
    animation: marquee 10s linear infinite;
}

.announcement .line.medium {
    animation: marquee 20s linear infinite;
}

.announcement .line.slow {
    animation: marquee 30s linear infinite;
}

.announcement .line:hover {
    animation-play-state: paused
}

.announcement .con span {
    display: inline-block;
    padding: 0 15px;
}


/* PROMO */

.promo {
    position: relative;
}

.promo-detail {
    background-color: #303030;
    margin-bottom: 20px;
    padding: 20px;
}

.btn-promo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
}


/* DATATABLE */


/*
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff !important;
}
*/

@media (max-width: 1199px) {
    .navbar-fixed-top {
        height: 65px;
    }
    .navbar-brand {
        max-width: 150px;
    }
    #banner {
        margin-top: -5px;
    }
    .navbar .navbar-form {
        margin-top: 18px;
    }
    .navbar-nav>li>a {
        font-size: .85em;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .btn-chat img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        padding-left: 15px;
        padding-top: 20px;
        max-width: 180px;
    }
    .prs {
        padding-top: 0;
        padding-left: 0;
        max-width: 125px;
    }
    .navbar-fixed-top {
        /* height: 100px; */
    }
    .navbar .navbar-form,
    .navbar .navbar-btn {
        margin-top: 15px;
    }
    .navbar-nav>li>a {
        padding: 5px 7px 5px;
    }
    .navbar-right {
        margin-left: -5px;
        float: none !important;
    }
    .navbar .navbar-form,
    .navbar .navbar-btn {
        margin: 0;
        padding: 0;
    }
    .lang-menu.navbar-nav>li>a {
        margin-top: 15px;
    }
    #banner {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        /* height: auto; */
    }
    .navbar-toggle {
        margin-top: 13px;
    }
    .navbar .navbar-form,
    .navbar .navbar-btn {
        padding-bottom: 5px;
    }
    .navbar-nav>li>a {
        font-size: 1em;
        max-width: 320px;
    }
    #banner {
        margin-top: -6px;
    }
    .lang-menu.navbar-nav>li>a {
        margin-top: 0px;
    }
    .accordian .section .line-left,
    .accordian .section .line-right {
        border: 0;
    }
    #language {
        padding: 5px 10px;
    }
    .navbar-nav {
        margin: 10px -5px;
    }
    .navbar-fixed-bottom .ico {
        height: 24px;
        width: 24px;
        margin: auto;
        background-size: cover !important;
        display: block;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 10px;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .form-container {
        padding: 50px 0 100px 0;
    }
    .accordian {
        background: none !important;
        border: none;
        padding: 20px 0 80px;
        border-top: 1px solid #dbb748;
    }
    .accordian li {
        border: 0;
    }
    .accordian li,
    .accordian ul:hover li,
    .accordian ul li:hover {
        display: inline-block;
        float: inherit;
        width: 32%;
        height: auto;
        margin: 0;
    }
    .accordian ul {
        border: none;
        overflow: visible;
        text-align: center;
    }
    .accordian ul li .details {
        display: none;
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .accordian ul li .details span {
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 9999;
        padding-top: 40%;
    }
    .accordian ul li .details span:after {
        content: 'CLOSE [X]';
        color: #fff;
        z-index: 999;
    }
    .accordian ul li .details img,
    .accordian ul li .eff_swf3 {
        display: none;
    }
    #carousel-acordian-bg {
        display: none;
    }
    .games-slider {
        width: 100%;
        height: 100%;
        background: none !important;
        position: relative;
        margin: auto;
        border-radius: 50%;
    }
    .games-slider:hover img {
        filter: brightness(1.25);
        -webkit-filter: brightness(1.35);
    }
    .games-slider img {
        display: block;
        margin: 0 auto;
    }
    .games-slider:hover,
    .games-slider:focus {
        cursor: pointer;
    }
    .form-container .container {
        padding: 25px 15px;
    }
    footer {
        display: none;
    }
    .contact-footer {
        margin-bottom: 80px;
    }
    .wechat-support-qr {
        display: none;
    }
    #livechat-compact-container {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .coming-soon-label {
        height: 36px;
    }
}

@media (max-width: 320px) {
    .nav ul li.nav-tab {
        font-size: 8px;
    }
}


/* invite preview box */

.invite-preview {
    border: 1px solid #666;
    background: #464545;
    margin: 0 0 25px 0;
    padding: 25px;
}

.top-buffer {
    margin-top: 25px;
}


/* footer logo */

.footer-logo {
    background-color: #000;
    padding: 20px 0;
}

.footer-logo img {
    margin: 0 auto;
}


/* qr support */

.wechat-support-qr {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -60px;
    z-index: 1000;
}

.whatsapp {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icon-whatsapp.png) 0 0 no-repeat;
    background-size: 20px 20px;
    float: right;
}

.whatsapp span {
    display: none;
}


/* snow */

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(80px)
    }
    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}


/* merge from prs added this in */


/* game lobby */

.game-lobby {
    max-width: 970px;
    padding-top: 100px;
}

.game-lobby.tcg-ameba {
    max-width: 800px;
}

.game-item {
    padding: 10px;
    position: relative;
    display: block;
}

.game-item a {
    display: block;
    text-decoration: none;
}

.game-item span {
    color: #fff;
    font-weight: 700;
    font-size: 0.85em;
    line-height: 1.5;
    padding-top: 5px;
    display: block;
}

.game-item a:hover span {
    color: #d1ad57;
}


/*min height big container*/


/*min height default*/

.game-item .img-holder {
    height: auto;
    background: transparent;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    padding-bottom: 10px;
}


/*min height middle container*/

.game-item .img-holder img {
    width: 100%;
    height: auto;
}

.game-item .portfolio-item {}


/* bonus stuff */

.modal-dialog h4.modal-title img {
    width: 100%;
    height: auto;
}


/* game launcher loader */

.game-launcher-loader-overlay {
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.game-launcher-loader {
    width: 54px;
    height: 32px;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -16px;
}

.dropdown-submenu {
    background-color: #d1ad57;
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -5rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: 30px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #d1ad57;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.coming-soon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #c82323;
    font-weight: bold;
}

.game-launcher-loader-overlay {
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.announcement {
    height: 30px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    line-height: 1.0;
    font-size: 0.9em;
    font-weight: bold;
    /*color: #dbb748;*/
    color: #FFF;
}

.announcement .con {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /*border-bottom: solid 3px #dbb748;*/
}

.announcement .con .bg {
    top: 0;
    left: 0;
    background: #222;
    opacity: 0.5;
    width: 100%;
    height: 30px;
    z-index: 0;
    position: absolute;
}

.announcement .line {
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.marquee .js-marquee-wrapper .js-marquee a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #375a7f;
}

.qrcode_class img {
    padding-top: 10px;
    width: 30%;
    height: auto;
    margin: auto;
}

.panel-group .promotion {
    background-color: #464545;
}

.promotion {
    border-color: #464545;
}

.panel-body,
.promotion-body {
    color: #fff;
    background-color: transparent;
}

.form-control,
input,
textarea {
    border: 2px hidden transparent;
    border-bottom: 2px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #ffffff;
    background-color: #464545;
    border-color: #464545;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #272727;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #464545;
}

.form-control .form-filter {
    border-bottom: 2px #fff !important;
}

.game-item .text-holder {
    padding-top: 10px;
    font-size: 1.2em;
    margin: auto;
    padding: 10px 5px;
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.game-item .text-holder:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.game_button_theme {
    background-image: linear-gradient(to right, #EFD28A 0%, #dbb748 51%, #EFD28A 100%)
}

.game_button_theme:hover {
    background-position: right center;
}

.table-content {
    width: 100%;
    overflow: hidden;
}

.table {
    width: 100% !important;
}

.badge.bg-danger {
    background-color: #F00;
}

.badge.bg-success {
    background-color: #0F0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff;
    padding: 20px;
}

.paginate_button {}

.paginate_button.current {}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none !important;
    color: #fff !important;
    background-color: #2f2f2f !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #2f2f2f)) !important;
    background: -webkit-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%) !important;
    background: -moz-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%) !important;
    background: -ms-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%) !important;
    background: -o-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%) !important;
    background: linear-gradient(to bottom, #2f2f2f 0%, #2f2f2f 100%) !important;
    box-shadow: inset 0 0 3px #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #fff;
    background-color: #2f2f2f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #2f2f2f));
    background: -webkit-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
    background: -moz-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
    background: -ms-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
    background: -o-linear-gradient(top, #2f2f2f 0%, #2f2f2f 100%);
    background: linear-gradient(to bottom, #2f2f2f 0%, #2f2f2f 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #2f2f2f));
    background: -webkit-linear-gradient(to right, #2f2f2f 0%, #2f2f2f 100%);
    background: -moz-linear-gradient(to right, #2f2f2f 0%, #2f2f2f 100%);
    background: -ms-linear-gradient(to right, #2f2f2f 0%, #2f2f2f 100%);
    background: -o-linear-gradient(to right, #2f2f2f 0%, #2f2f2f 100%);
    background: linear-gradient(to left, #2f2f2f 0%, #2f2f2f 100%);
}

.game-item.deposit_contact {
    min-height: 0px !important;
}

.contact_agent_main_div {
    border: 3px solid #d1ad57;
}

.contact_title_style {
    padding: 10px;
    background: -webkit-linear-gradient(#fff, #f6ad01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-grad {
    border: 0px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    box-shadow: 0 0 20px #faea07;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #860c1a 0%, #010101 51%, #860c1a 100%);
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-grad:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.qrcode_profile_class img {
    padding-top: 10px;
    width: 15%;
    height: auto;
    margin: auto;
}

@media (max-width: 767px) {
    .qrcode_profile_class img {
        padding-top: 10px;
        width: 40%;
        height: auto;
        margin: auto;
    }
}

.container_promotion {
    border: 2px solid #860c1a;
}

.container_promotion_performan {
    border: 2px solid #6d2125;
    background-color: #6d2125;
}

.promotion_yellow_color {
    color: #fad60a;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


/*Padding Area*/

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.qrcode_profile_class_extension img {
    padding-top: 10px;
    width: 90%;
    height: auto;
    margin: auto;
}

.input_extension {
    border: 2px solid #715555;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3e3d3b;
    border-radius: 0;
    color: #fff;
    height: 45px;
    width: 100%;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #303030;
    color: #fff;
}

.visible-cust-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-cust-xs {
        display: inline-block!important;
    }
}

.font-awsome-pick {
    color: #dbb748;
}

.force-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-100 {
    width: 100%;
}

.modal-content {
    background-color: #303030 !important;
    color: #FFF !important;
}

.modal-body-cust {
    padding: 0px !important;
}

.modal-footer {
    padding: 10px !important;
    border-top: 1px solid #464545 !important;
}

.model_web_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.model_mobile_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.happy_new_years_text_web {
    font-size: 1.4em;
    color: #FFF;
    display: block;
    max-width: 1552px;
    z-index: 10;
    padding: 10px 5px;
    margin: auto;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 0px #333;
}

.happy_new_years_text_mobile {
    font-size: 0.7em;
    color: #FFF;
    display: block;
    max-width: 1552px;
    z-index: 10;
    padding: 10px 5px;
    margin: auto;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 0px #333;
    line-height: 20px;
}

.navbar_font {
    color: #F76EF6;
    font-size: 12px;
}

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .has-megamenu {
        position: static!important;
    }
    .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }
    .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open {
    overflow: hidden;
}

/*** CUSTOM BUTTON ***/
.btn-referral {
	color: #FFFFFF;
    background-color: #333;
	border: 2px solid #dbb748;
	border-radius: 15px;
}

.btn-referral:hover {
	color: #FFFFFF;
}

.btn-dark {
    color: #dbb748;
    background-color: #333;
	border: 2px solid #dbb748;
	border-radius: 15px;
	font-size: 1.4em;
}

.btn-dark:hover {
	color: #dbb748;
}

.btn-light-dark {
    color: #FFFFFF;
    background-color: #333;
	border: 2px solid #8a8584;
	border-radius: 15px;
	font-size: 1.4em;
}

.btn-light-dark:hover {
	color: #FFFFFF;
}

.btn-dark img, .btn-light-dark img{width:7vw;}

.content_game p {
	margin:0;
	color: #dbb748;
}

/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex;}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0px;
  text-align: center;

}

@media (max-width: 1024px) {
	.hitem {
		width: 150%;
	}
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-400%, 0, 0); }
}
.hmove { animation: tickerh linear 70s infinite; }
.hmove:hover { animation-play-state: paused; }

.profile-wrapper {position:relative;}

.profile-box {
	position:relative;
	background:#262626;
	border-top:2px solid #dbb748;
	z-index:1;

}

.wallet-box {
	position:relative;
	background:#000;
	border:2px solid #262626;
	border-radius: 2px;
	margin-top: -20px !important;
	z-index:2;
}

.user-box {
	background:#111111;
	border:2px solid #dbb748;
}

.gold-font {color:#d1ad57;}
.white-font {color:#FFFFFF;}

.container2{
	max-width:92vw;
	margin: 0 auto;
	padding:15px;
}

.img-fluids {
	max-width:98%;
	height:auto;
}

.mobile-banners {
	position:relative;
	z-index:1;
}

.mobile-announcement {
	position:relative;
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
	z-index:2;
}

.mobile-announcement .con {
    width: 100%;
}

.mobile-announcement .con .bg {
    background: #222;
    opacity: 0.5;
    width: 100%;
    height: 30px;
    margin-top:0px;
}

.mobile-announcement .line {
	margin-top:-30px;
	overflow-x:hidden;

}

.border-gold {
	border:2px solid #dbb748;
}

.border-top-gold {
	border-top:2px solid #dbb748;
}

.border-bottom-gold {
	border-bottom:2px solid #dbb748;
}

.no-padding {
	padding-left:0;
	padding-right:0;
}

.mobile-navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #d1ad57;
    border-color: #d1ad57;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        position: static;
        width: 100%;
        float: left;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #000000;
        margin-right: -5px;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: #000000;
    }

    .language-en {
        background: url(../img/en.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .language-cht{
        background: url(../img/ch.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .language-chs{
        background: url(../img/ch.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .icon-flag {
        padding: 12px 0;
    }
}

/* .navbar-right2{
    float: right;
    max-width: 20%;
    margin-right: 15px;;
} */

marquee {z-index: 1000;}
.fixed-box {
	position:fixed;
	z-index:10;
}

.marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 30px;
}
.marquee-child {
  display: block;
  width: 1547px;
  /* width of your text div */
  height: 30px;
  /* height of your text div */
  position: absolute;
  animation: marquee 25s linear infinite; /* change 5s value to your desired speed */
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -1547px /* same as your text width */
  }
}
