@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900');

.active-lan img {
    -webkit-filter: drop-shadow(0px 0px 3px #fff) grayscale(100%);
    filter: drop-shadow(0px 0px 3px #fff);
}

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

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    max-width: 20%;
    float: left;
}

.col-xs-8ths {
    max-width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        max-width: 20%;
        float: left;
    }

    .col-sm-8ths {
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        max-width: 20%;
        float: left;
    }

    .col-md-8ths {
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        max-width: 20%;
        float: left;
    }

    .col-lg-8ths {
        max-width: 12.5%;
        float: left;
    }
}


body {
    background: #1e0905;
    color: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 1.2em;
}

.nilpadding {
    padding: 0;
}

.custom-gut-2 {
    margin-left: -.25rem;
    margin-right: -.25rem;
}

.custom-gut-2>[class*=col-] {
    padding-left: .25rem;
    padding-right: .25rem;
}

/*========================================*/
/*========Header========*/
.header-wrap {
    position: relative;
    padding: 15px 3px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    background: #001c23;
    background: -moz-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: -webkit-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001c23', endColorstr='#184158', GradientType=0);
}

.profile a {
    background: rgba(252, 234, 187, 1);
    background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(248, 181, 0, 1) 51%, rgba(252, 205, 77, 1) 85%, rgba(251, 223, 147, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(51%, rgba(248, 181, 0, 1)), color-stop(85%, rgba(252, 205, 77, 1)), color-stop(100%, rgba(251, 223, 147, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(248, 181, 0, 1) 51%, rgba(252, 205, 77, 1) 85%, rgba(251, 223, 147, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(248, 181, 0, 1) 51%, rgba(252, 205, 77, 1) 85%, rgba(251, 223, 147, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(248, 181, 0, 1) 51%, rgba(252, 205, 77, 1) 85%, rgba(251, 223, 147, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(248, 181, 0, 1) 51%, rgba(252, 205, 77, 1) 85%, rgba(251, 223, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
    border: 2px solid rgb(248, 181, 0);
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #000;
}

.profile a:hover {
    box-shadow: inset 0px 0px 999px rgba(225, 225, 225, 0.3);
    text-decoration: none;
}

.join a {
    background: red;
    background: red;
    background: red;
    background: red;
    border: 2px solid red;
    /* border-radius: 5px; */
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #000;
}

.join a:hover {
    box-shadow: inset 0px 0px 999px rgba(225, 225, 225, 0.2);
    text-decoration: none;
}

.loginform .form-group {
    margin: 0;
}

.loginform input {
    background: transparent;
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 0.3);
    margin: 0 0 2px 0;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
}

.loginform input:focus {
    border-color: #999999;
    outline: none;
}

.loginform .submit {
    background: rgb(246, 248, 247);
    background: -moz-linear-gradient(-45deg, rgba(246, 248, 247, 1) 0%, rgba(205, 206, 205, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(246, 248, 247, 1) 0%, rgba(205, 206, 205, 1) 100%);
    background: linear-gradient(135deg, rgba(246, 248, 247, 1) 0%, rgba(205, 206, 205, 1) 100%);
    width: 100%;
    border: none;
    /* border-radius: 5px; */
    outline: 0;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    text-transform: uppercase;
}

.loginform .submit:hover {
    opacity: 0.9;
}

.captcha {
    font-size: 11px;
}

.forgot a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/*------navi------*/
a.mobile-logo {
    outline: 0;
}

.navbar-dark {
    background: #352926;
    border-bottom: solid #b37768 1px;
    padding: 0 2em;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    padding: .5em .5em;
    transition: 0.3s;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background: #86402b;
    color: #fff;
}

.navbar-toggler {
    cursor: pointer;
    padding: .25rem .55rem;
    font-size: 1em;
    transition: 0.2s;
}

.navbar-toggler:hover {
    background: #653333;
}

.navbar-toggler:focus {
    outline: 0;
}


/*========================================*/
/*========Slider========*/
/*------fade effect------*/
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .carousel-item.active.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item.active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active.carousel-item,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .carousel-item.active.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item.active.carousel-item-right {
    left: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*------dots------*/
.carousel-indicators {
    bottom: -44px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
}

/*---------------------*/
.numbertext {
    font-size: 12px;
    font-weight: 600;
    color: #f2f2f2;
    position: absolute;
    top: 0;
    padding: 8px 12px;
}


/*========================================*/
/*========Marquee Crawler========*/
.marquee-wrap {
    margin-top: 2em;
}

.marquee-wrap ul {
    padding: 0;
    margin: 0;
}

.marquee-wrap li {
    display: inline-block;
}

.marquee-wrap img {
    margin: 0 10px;
    max-width: inherit;
    width: 180px;
}


/*========================================*/
/*========Mobile Home Button========*/
.register-contact-button {
    margin-top: 1.5em;
    padding: 1em;
}

.register-contact-button a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.register-contact-button .register {
    background: rgb(218, 132, 141);
    background: -moz-linear-gradient(-45deg, rgba(218, 132, 141, 1) 0%, rgba(213, 118, 128, 1) 17%, rgba(211, 112, 122, 1) 33%, rgba(197, 62, 77, 1) 67%, rgba(189, 33, 50, 1) 83%, rgba(189, 33, 50, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(218, 132, 141, 1) 0%, rgba(213, 118, 128, 1) 17%, rgba(211, 112, 122, 1) 33%, rgba(197, 62, 77, 1) 67%, rgba(189, 33, 50, 1) 83%, rgba(189, 33, 50, 1) 100%);
    background: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    /* border: 2px solid #bd2132; */
    /* border-radius: 5px; */
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 6px;
}

.register-contact-button .contact-whatsapp {
    background: rgba(21, 59, 79, 1);
    background: -moz-linear-gradient(top, #112535 0%, #114056 100%);
    background: -webkit-linear-gradient(top, #112535 0%, #114056 100%);
    background: linear-gradient(to bottom, #112535 0%, #114056 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    padding: 10px;
}

.register-contact-button .contact-whatsapp:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/contact-whatsapp.png);
    vertical-align: middle;
    margin-right: 1em;
}

.register-contact-button a:hover {
    opacity: 0.7;
    text-decoration: none;
}


/*========================================*/
/*========Game========*/
.game-wrap {
    padding: 1em;
}

.game-tab {
    border: none;
    padding-bottom: 10px;
}

.game-tab .nav-link {
    padding: 0;
}

.game-tab .nav-link.active {
    background: none;
    border: 1px solid transparent;
}

.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.nav-tabs .nav-link:hover img,
.nav-tabs .nav-link.active img {
    background: #86402b;
}

.game-content {
    padding: 1em;
    background: #291010;
}

.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
}

.dl-btn-wrap {
    margin-bottom: 1em;
}

.dl-btn {
    display: block;
    padding: 0.6em 0.4em;
    /* border: 1px solid #008CBA; */
    /* border-radius: 17px; */
    text-align: center;
    background: rgba(21, 59, 79, 1);
    background: -moz-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: -webkit-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    transition: 0.3s;
}

.dl-btn:hover {
    background: #95442c;
    text-decoration: none;
}

.dl-btn i {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}

.dltext {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
}

.dl-btn:hover .dltext {
    color: #FCF8EC;
}

.game-content .slick-slide {
    outline: 0;
}

.game-content .slick-slide img {
    margin: auto;
}

.game-content .slick-prev {
    left: 25px;
    z-index: 1;
}

.game-content .slick-next {
    right: 25px;
}

.game-content .slick-dots li button:before {
    color: white;
    opacity: 0.45;
}

.game-content .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}


/*========================================*/
/*========Promo========*/
.promo-wrap {
    padding: 1em;
}

.promo-accordion {
    padding: 1em;
    background: #291010;
}

.promo:not(:last-child) {
    margin-bottom: 1.5em;
}

.promo .title-wrap {
    margin: auto;
    padding: 0.5em 0em;
    background: #6b1d1d;
}

.promo .title {
    font-weight: 700;
    color: #fff;
    margin: auto;
}

.promo .link {
    text-align: right;
}

.promo .link a {
    background: #000000;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 0px;
    padding: 8px 8px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
}

.promo .content-wrap {
    padding: 1em;
}

.promo .content-wrap p {
    font-size: 14px;
}


/*========================================*/
/*========Bank========*/
.bank-wrap {
    padding: 1em;
}

.banking-left-wrap {
    margin: 0;
}

.banking-left-wrap li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    text-align: center;
}

.bank-wrap p,
.table thead th,
.table td {
    font-size: 14px;
    color: #e3d08c;
}

.bank-wrap .note li {
    font-size: 14px;
    color: #e3d08c;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}


/*========================================*/
/*========Register========*/
.register-wrap {
    padding: 1em;
}

.register-con {
    padding: 1.5em 1em 1em;
    background: #291010;
}

.register-con .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.register-con form label span {
    color: #fbbc57;
    font-size: 10px;
}

.tnc p {
    font-size: 12px;
    color: #fff;
}

.register-submit {
    background: maroon;
    width: 100%;
    outline: 0;
    padding: 1em 0.5em;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.register-submit:hover,
.register-submit:focus {
    background: #950b0b;
    outline: 0;
}


/*========================================*/
/*========Footer========*/
.footer {
    padding: 1em 1em;
}

/*------contact------*/
.footer .contact {
    background: -moz-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: -webkit-linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    background: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    /*border:1px solid rgba(39, 137, 183, 0.7);*/
    padding: 10px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.footer .contact:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1em;
}

.footer a.contact {
    color: #fff;
    display: block;
}

.footer a.contact:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer .contact-phone:before {
    background-image: url(../images/contact.png);
}

.footer .contact-wechat:before {
    background-image: url(../images/contact-wechat.png);
}

.footer .contact-whatsapp:before {
    background-image: url(../images/contact-whatsapp.png);
}

.footer .contact span {
    display: inline-block;
}

/*------bank------*/
.footer .bank-wrap {
    text-align: center;
    margin-top: 0.5em;
}

.footer .bank-wrap img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

/*------blink effect------*/
.click-blink {
    -webkit-animation: blinker 0.6s linear infinite;
    animation: blinker 0.6s linear infinite;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

/*------remind------*/
.remind-wrap {
    margin: 0 auto 2em;
    padding: 1em 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

.remind-wrap p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*---------------------*/





.language {
    width: 100%;
}

.game-activate-btn a {
    cursor: pointer;
}

.newlogin-wrap {
    line-height: 1.4em;
}

.newlogin-wrap select {
    margin: 0 0 1rem 0;
}

.newlogin-wrap hr {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.newlogin-wrap label {
    display: block;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1em 1.5em;
    }

    /*---------------------*/
    .banking-left-wrap li {
        max-width: 100%;
    }

    .banking-left-wrap li:not(:last-child) {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 992px) {
    a.logo {
        margin: auto;
        margin-bottom: 1em;
    }

    /*---------------------*/
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }

    /*.mobile-logo { float:none; margin:auto; text-align:center; }*/
    .join a {
        font-size: 16px;
        padding: 6px 3px;
    }

    .loginform .submit {
        font-size: 16px;
        padding: 8px 0;
    }

    .navbar-dark {
        padding: .3rem 1rem;
    }

    /*---------------------*/
    .carousel-indicators {
        bottom: -34px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    /*---------------------*/
    .marquee-wrap {
        margin: 0;
        padding: 0 10px;
    }

    .marquee-wrap ul {
        text-align: center;
    }

    .marquee-wrap li {
        width: 49%;
    }

    .marquee-wrap img {
        max-width: 100%;
    }

    /*---------------------*/
    .dltext {
        font-size: 12px;
    }

    /*---------------------*/
    .remind-wrap {
        padding: 1em 1em;
    }

    /*---------------------*/
    .promo .title {
        font-size: 14px;
        margin-bottom: 0.5em;
    }

    /*---------------------*/
    .register-con label {
        font-size: 14px;
    }
}

.social {
    padding-top: 5px;
}

.social p {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 13px;
    color: #d0d0d0;
    font-weight: 700;
    margin: 0;
}

.social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social ul li {
    display: inline-block;
}

.terms {
    padding-top: 10px;
}

.terms b {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0px 0 12px 0;
    line-height: 16px;
}

.terms p {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #d0d0d0;
    margin: 0px 0 12px 0;
    line-height: 16px;
}

.small-logos {
    text-align: center;
    border-top: 3px solid #3a88b1;
}

.footer-social-icon li a {
    height: 43px;
    float: left;
    background: url(../images/social-icon.png) no-repeat 0 0 transparent;
    width: 35px;
}

.footer-social-icon .fb a {
    background-position: -9px -4px;
}

.footer-social-icon .tt a {
    background-position: -54px -4px;
}

.footer-social-icon .gplus a {
    background-position: -98px -4px;
}

.footer-social-icon .insta a {
    background-position: -140px -4px;
}

.small-logos {
    margin-bottom: 30px;
    padding-top: 20px;
}

@media only screen and (max-width: 800px) {

    .footer-navi a,
    .copyright p {
        font-size: 10px;
    }

    .footer-navi ul {
        line-height: 14px;
    }

    .payment-method,
    .social {
        text-align: center;
    }
}

@media only screen and (max-width: 40em) {
    .payment-method p {
        font-size: 10px;
        margin-bottom: -4px;
        line-height: 12px;
    }

    .social p {
        font-size: 11px;
    }

    .terms {
        padding-top: 0;
    }

    .terms p {
        font-size: 10px;
        line-height: 13px;
    }
}


/*30032020 - Developer Update*/
.home-height {
    height: calc(100vh - 234.77px);
}

.language-logo {
    margin-bottom: 2rem;
    text-align: center;
}

.language-logo img {
    margin: auto;
    width: 50%;
}

ul.all-language {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.all-language li {
    display: inline-block;
    list-style: none;
    width: 14%;
}

ul.all-language li img {
    margin-bottom: 1rem;
    width: 80%;
}

ul.all-language li p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.powered-by {
    text-align: center;
}

.powered-by ul {
    margin: 0;
    padding: 0;
}

.powered-by ul li {
    display: inline-block;
    width: 16%;
}

.register-contact-button a {
    font-size: 26px;
}

.register-contact-button .register p {
    margin-bottom: 0;
}

.register-contact-button .contact-new-whatsapp,
.register-contact-button .contact-telegram {
    background: rgba(21, 59, 79, 1);
    background: -moz-linear-gradient(to bottom, #247BA0 0%, #B2DBBF 82%, #F3FFBD 100%);
    background: -webkit-linear-gradient(to bottom, #247BA0 0%, #B2DBBF 82%, #F3FFBD 100%);
    background: linear-gradient(to bottom, #247BA0 0%, #B2DBBF 82%, #F3FFBD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    padding: 5px;
}

ul.mobile-contact {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.mobile-contact li {
    display: inline-block;
    list-style: none;
    width: 49%;
}

.register-contact-button .contact-new-whatsapp:before {
    background-image: url(../images/MariOng-Whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 60px;
    margin-right: 1em;
    vertical-align: middle;
    width: 40px;
}

.register-contact-button .contact-telegram:before {
    background-image: url(../images/MariOng-Telegram.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 60px;
    margin-right: 1em;
    vertical-align: middle;
    width: 40px;
}

img.mobile-app-icon {
    border-radius: 30px;
}

.footer .contact-new-whatsapp:before {
    background-image: url(../images/MariOng-Whatsapp.png);
    width: 40px;
}

.footer .contact-telegram:before {
    background-image: url(../images/MariOng-Telegram.png);
    width: 40px;
}

.currency select {
    border: none;
    border-radius: 0;
    height: 38px;
    width: 100%;
}

input.currency-input {
    padding: 8px 20px;
    width: 90%;
}

/*.fch-contact .contact:before {content: unset;}*/
.fch-contact {
    margin-bottom: 10px;
}

.footer .free-credit-home:before {
    background-image: url(../images/MariOng-Credit.png);
    width: 40px;
}

.free-credit-home {
    text-align: center;
}

.free-credit-home a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}

a.mobile-free-credit p {
    margin-bottom: 0;
}

a.mobile-free-credit {
    background-image: linear-gradient(to bottom, #9c482f 0%, #95442c 0%, #352926 109%, #352926 100%);
    /* border: 1px solid #FFBD23; */
    margin-bottom: 10px;
    padding: 12px 6px;
}

.fc-title {
    padding: 2rem 0 1rem;
}

.fc-title h2 {
    background: linear-gradient(to right, #823320 10%, #352926 50%);
    border-radius: 30px;
    font-size: 26px;
    font-weight: 700;
    margin: 0 15px 1rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

ul.fc-step {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

ul.fc-step li {
    border-bottom: 2px solid #00587A;
    list-style: none;
    margin: 0 15px;
    padding: 10px;
    position: relative;
}

ul.fc-step li h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    input.currency-input {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-responsive-contact {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .language-logo img {
        margin-bottom: 3rem;
        width: 80%;
    }

    ul.all-language li {
        width: 20%;
    }
}

@media screen and (max-width: 450px) {
    .register-contact-button a {
        font-size: 22px;
    }

    .register-contact-button .contact-new-whatsapp:before,
    .register-contact-button .contact-telegram:before {
        margin-right: 10px;
        height: 40px;
        width: 30px;
    }

    .fc-title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    input.currency-input {
        width: 70%;
    }
}

.logo img {
    width: 80px;
}

.mobile-logo img {
    width: 80px;
}

@media screen and (max-width: 767px) {
    .navbar-dark {
        background: #352926;
        border-bottom: solid #352926 1px;
    }
}


::placeholder {
    color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ffffff;
}

::-ms-input-placeholder {
    color: #ffffff;
}

.top-header {
    display: inline;
    margin: auto;
    text-align: center;
    width: 100%;
}

.top-header li {
    display: inline-block;
}

.top-header li a span.home-icon {
    background-image: url('../images/home-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a span.casino-icon {
    background-image: url('../images/poker-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a span.slots-icon {
    background-image: url('../images/casino-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a span.promotion-icon {
    background-image: url('../images/promotions-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a span.banking-icon {
    background-image: url('../images/money-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a span.free-credit {
    background-image: url('../images/credit-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    opacity: 0.7;
    width: 40px;
}

.top-header li a p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.top-header li.active a span {
    opacity: 1;
}

.top-header li a:focus span,
.top-header li a:hover span {
    opacity: 1;
}

.register-contact-button ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.register-contact-button ul li {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 49%;
}

.register-contact-button ul li a img {
    width: 60px;
}

.register-contact-button ul li a p {
    font-size: 16px;
}

.float-contact {
    /* bottom: 80px; */
    bottom: 120px;
    position: fixed;
    right: 20px;
    z-index: 999;
}

.float-contact ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.float-contact ul li a img {
    width: 60px;
}

@media screen and (max-width: 767px) {
    .top-header li {
        display: block;
        margin-bottom: 10px;
    }

    .top-header {
        text-align: left;
    }

    .top-header li a span {
        display: inline-block;
        height: 22px !important;
        vertical-align: middle;
        width: 22px !important;
    }

    .top-header li a p {
        display: inline-block;
        padding-left: 15px;
        vertical-align: middle;
    }

    .float-contact {
        right: 25px;
    }

    .float-contact ul li a img {
        width: 50px;
    }
}

@media screen and (max-width: 450px) {
    .register-contact-button ul li a img {
        width: 45px;
    }
}

.header-logo { align-items: center; display: flex; }
.header-logo a img { backface-visibility: hidden; margin: 0 0 0 10px; width: 200px; }
.mobile-logo img { backface-visibility: hidden; width: 210px; }
a.mobile-logo { text-align: center; }

@media screen and (max-width: 991px) {
    .header-wrap > .row { display: inline !important; }
    .header-logo a { text-align: center; }
    .header-logo a img { margin: auto; width: 60%; }
}