@font-face {
    font-family: DB-Heavent-cond;
    src: url("../fonts/DB-Heavent-Cond-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Cond-v3.2.ttf") format("truetype")
}

@font-face {
    font-family: DB-Heavent-li;
    src: url("../fonts/DB-Heavent-Li-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Li-v3.2.ttf") format("truetype")
}

@font-face {
    font-family: DB-Heavent-reg;
    src: url("../fonts/DB-Heavent-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-v3.2.ttf") format("truetype")
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    line-height: 1;
    color: #edc968;
    margin-left: 0px;
    font-weight: 700;
    background: #f1e767;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    color: #ffffff;
    font-family: DB-Heavent-reg, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    background-image: url(/images/bg2.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000;
}

a:link,
a:hover {
    text-decoration: none;
}

header {
    position: relative;
    background: #9d0102;
    background: -moz-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: -webkit-linear-gradient(top, #9d0102 0%, #570102 100%);
    background: linear-gradient(to bottom, #9d0102 0%, #570102 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0102', endColorstr='#570102', GradientType=0);
    border-bottom: 2px solid #d31a1a;
}

section {
    padding-top: 0px;
}

@media (max-width: 767px) {
    section {
        padding-top: 0px;
    }
}

.top {
    height: 47px;
    position: relative;
}

@media (max-width: 767px) {
    .top {
        background-color: #9d0102;
    }
}

.bg-m-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    background: rgb(189, 0, 27);
    background: -moz-linear-gradient(top, rgba(189, 0, 27, 1) 0%, rgba(211, 22, 32, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(189, 0, 27, 1) 0%, rgba(211, 22, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(189, 0, 27, 1) 0%, rgba(211, 22, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd001b', endColorstr='#d31620', GradientType=0);
}

.text-white {
    color: #fff;
}

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#member-login {
    margin: auto;
    float: right;
    text-align: right;
    padding: 0px 10px;
    position: relative;
    z-index: 99999999;
    display: none
}

@media (max-width: 767px) {
    #member-login {
        padding: 0px;
        z-index: 1;
    }
}

#member-login form {
    margin-bottom: 0px;
}

#member-login form .input,
.login form input[type=checkbox],
#member-login input[type=text] {
    background: #fbfbfb;
    font-size: 18px;
    width: 115px;
    padding: 0px 10px;
    margin-top: 0px;
    border-radius: 5px;
    line-height: 1;
    height: 32px;
    border: none;

}

.navbar {
    width: 100%;
    height: 65px;
    padding: 0;
}

@media (max-width: 768px) {
    .navbar {
        background: transparent;
        border-bottom: transparent;
        height: auto;
    }

}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.container {
    position: relative;
}

.navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    position: absolute;
    top: -40px;
    padding-right: 10px;
}

.navbar-toggler i {
    font-size: 40px;
    color: #edac21;
}

ul>li>a {
    color: white;
}

ul>li>a.active {
    color: white;
}

ul>li.cta-btn>a>span {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-link {
    font-size: 22px;
    /* padding: 0px 30px !important; */
}

.nav-link span {
    width: 100%;
    min-width: 80px;
    height: 35px;
    display: block;
    margin-top: 5px;
}

.nav-link span.i0 {
    background: url(../images/menu-home.png) no-repeat 50%;
}

.nav-link span.i1 {
    background: url(../images/menu-live22.png) no-repeat 50%;
}

.nav-link span.i2 {
    background: url(../images/menu-slotxo.png) no-repeat 50%;
}

.nav-link span.i3 {
    background: url(../images/menu-casino.png) no-repeat 50%;
}

.nav-link span.i4 {
    background: url(../images/menu-promotion.png) no-repeat 50%;
}

.nav-link span.i5 {
    background: url(../images/menu-contact.png) no-repeat 50%;

}

.nav-link span.i6 {
    background: url(../images/menu-contact.png) no-repeat 50%;

}

.nav-link span.i7 {
    background: url(../images/menu-contact.png) no-repeat 50%;

}

.nav-link span.i8 {
    background: url(../images/menu-contact.png) no-repeat 50%;

}

.nav-link i.fas,
.nav-link i.fab {
    font-weight: 900;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0px;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}


@media (max-width: 1199px) {
    .nav-link {
        padding: 0px 30px !important;
    }
}

@media (max-width: 991px) {
    .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 18px;
        padding: 0px !important;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        background: #9d0102;
        background: -moz-linear-gradient(top, #9d0102 0%, #570102 100%);
        background: -webkit-linear-gradient(top, #9d0102 0%, #570102 100%);
        background: linear-gradient(to bottom, #9d0102 0%, #570102 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0102', endColorstr='#570102', GradientType=0);
        border-radius: 0px;
        padding: 5px;
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        position: relative;
    }

    .navbar-nav li {
        padding: 5px;
        font-size: 18px;
        border: 3px solid #a51014;
        width: calc(33.3333% - 10px);
        margin: 5px;
        border-radius: 10px;
        float: left;
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.65);
    }
}

.pb_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
}

@media (max-width: 991px) {
    .pb_navbar.scrolled .navbar-nav {
        border-radius: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .pb_navbar.scrolled .navbar-nav {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.pb_navbar.scrolled .navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    padding-right: 10px;
}

.pb_navbar.scrolled .nav-link {}

.pb_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.pb_navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.pb_navbar.scrolled.pb_scrolled-light {
    -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
}

.pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
    color: #1d82ff;
}

@media (max-width: 991px) {
    .pb_navbar.scrolled.pb_scrolled-light .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px;
    }
}

.pb_navbar.scrolled.pb_scrolled-light ul li a {
    color: #ffffff !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a:hover,
.pb_navbar.scrolled.pb_scrolled-light ul li a:active,
.pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
    color: #D9B05E;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active {
    color: #D9B05E;
    background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f, #e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pb_navbar.scrolled.pb_scrolled-light ul li.cta-btn>a>span {
    border: none;
    background: #00CA4C;
    color: #fff;
}

.navbar-brand {
    position: relative;
    width: 250px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.navbar-brand img {
    width: 135px;
}

@media (max-width: 991px) {
    .navbar-brand {
        /*display: none;*/
		position: absolute;
		width: 50px;
		right: 0px;
		top: -45px;
    }
	.navbar-brand img {
		width: 45px;
	}
}

.button-submit {
    border-radius: 5px;
    outline: 0;
    height: 34px !important;
    border: none !important;
    margin-top: 5px;
    padding: 0px 7px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.button-register {
    border-radius: 5px;
    outline: 0;
    margin: 15px auto;
    padding: 5px 15px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: -webkit-linear-gradient(top, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    background: linear-gradient(to bottom, #ffffff 4%, #ffe87b 5%, #e6a419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6a419', GradientType=0);
    cursor: pointer;
    border: none;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    display: block;
}

.navbar-dark .navbar-nav .nav-item {
    margin-top: 10px;

}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 18px;
    }
}

.navbar-nav {
    margin: 0 auto;
}

@media (max-width: 767px) {
    #member-login {
        display: block;
    }

    #member-login form .input,
    .login form input[type=checkbox],
    #member-login input[type=text] {
        width: 30%;
        display: block;
    }

    .button-submit {
        width: 25%;
    }
}

.inner {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 25px 15px;
    min-height: 500px;
}

.intro-content {
    padding: 0;
}

/*----------------- Step ---------------------*/
.stepContainer {
    background: url(../images/step_bg.png) repeat-x;
}

.stepWrap {
    font-size: 17px;
    padding: 3px 0px;
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.step {
    float: left;
    background: url(../images/stepbg.png)no-repeat;
}

.step a {
    text-decoration: none;
}

.step-1,
.step-2,
.step-3,
.step-4 {
    float: left;
    width: 133px;
    height: 114px;
    position: relative;
}

.step-1 img {
    margin: 10px 0px 0px 7px;
}

.step-2 img {
    margin: 10px 0px 0px -40px;
}

.step-3 img {
    margin: 10px 0px 0px -29px;
}

.step-4 img {
    margin: 10px 0px 0px -9px;
}

.step-1:hover,
.step-2:hover,
.step-3:hover,
.step-4:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.step-title {
    font-size: 17px;
    width: 133px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 85px;
    left: -13px;
    color: #b89771;
    /* Old browsers */
    color: -moz-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* FF3.6+ */
    color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b89771), color-stop(23%, #aa946b), color-stop(44%, #cbb588), color-stop(76%, #fef3dd), color-stop(100%, #bfa484));
    /* Chrome,Safari4+ */
    color: -webkit-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* Chrome10+,Safari5.1+ */
    color: -o-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* Opera 11.10+ */
    color: -ms-linear-gradient(top, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* IE10+ */
    color: linear-gradient(to bottom, #b89771 0%, #aa946b 23%, #cbb588 44%, #fef3dd 76%, #bfa484 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b89771', endColorstr='#bfa484', GradientType=0);
    /* IE6-9 */
}

.step-content {
    font-size: 13px;
    width: 146px;
    color: #FFFFFF;
    ;
    text-align: center;
    position: absolute;
    top: 100px;
    line-height: 12px;
}

.jackpotWrap {
    background: url(../images/jackpot_bg.gif) no-repeat;
    width: 498px;
    height: 114px;
    float: left;
    position: relative;
}

.jackpot-text {
    position: absolute;
    width: 498px;
    text-align: center;
    top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.nav-tabs {
    width: 30%;
    float: left;
    border-bottom: none;
}

.nav-tabs img {
    filter: grayscale(100%);
    transition-duration: 0.5s;
    opacity: 0.6;
    width: 90px;
}

.nav-tabs img:hover {
    filter: grayscale(0%);
    transition-duration: 0.5s;
    opacity: 1;
}

.nav-tabs li {
    width: 100%;
    text-align: center;
    float: left;
}

.nav-tabs li.active {
    color: #edc968;
}

.nav-tabs li.active a span {
    color: #edc968;
}

.nav-tabs li.active,
.nav-tabs li a.active {
    color: #edc968;
    border: 3px solid #a51014;
    border-radius: 10px;
}

.nav-tabs li.active img,
.nav-tabs li a.active img {
    opacity: 1;
    filter: grayscale(0%);
}

.nav-tabs li a {
    padding: 10px;
    margin: 0 10px 5px 0;
    float: left;
    text-align: center;
    line-height: 1;
    width: calc(100% - 10px);
    border: 3px solid transparent;
}

.nav-tabs li a:hover {
    color: #edc968;
    border: 3px solid #a51014;
    border-radius: 10px;
    text-decoration: none;
}

.nav-tabs span {
    font-size: 28px;
    font-weight: bold;
    margin: 17px;
}

@media (max-width: 767px) {
    .nav-tabs {
        font-size: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav-tabs li {
        width: 33.3333%;
    }

    .nav-tabs li a {
        padding: 10px;
        width: 100%
    }

    .nav-tabs li.active {
        color: #edc968;
        background-color: #121647;
        width: 33.33%;
        border-radius: 5px 5px 0 0;
    }

    .nav-tabs li.active a span {
        color: #edc968;
    }

    .nav-tabs li a.active {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .nav-tabs span {
        font-size: 18px;
    }
}


.tab-content>.active {
    display: block;
    float: left;
    min-height: 360px;
    width: 100%
}


.tab-content {
    width: 70%;
    float: left;
}

.game-container {
    width: 100%;
    background-color: #2b0002;
    padding: 15px;
    padding-top:120px;
}

.game-container h1 {
    border-bottom: 1px solid #fc0101;
    text-align: center;
    font-size: 44px;
    color: #ffc600;
    font-weight: bold;
    margin-top: 0;

}

.game-container .description {
    font-size: 20px;
    line-height: 1.2;

}




.game-container h2 {
    font-size: 32px;
    color: #ffc600;
    font-weight: bold;
    margin-left: 30px;

}

.main-content {
    background: url(../images/main-bg.jpg) center top no-repeat;
    background-size: cover;
    height: 492px;

}

.main-content .h2,
h2 {
    font-size: 36px;
}

.main-content a:hover {
    text-decoration: none;

}

@media (max-width: 767px) {
    .main-content {
        background: #2b0002;
        height: auto;

    }
}


.content-description {
    width: 50%;
    float: right;
    margin-top: 50px;
    padding: 15px;
    line-height: 1.2;

}


@media (max-width: 767px) {
    .content-description {
        width: 100%;
        margin-top: 0;
        padding: 10px;
    }
}

.game-box {
    width: 15.6%;
    margin: 0px 0.5% 10px;
    text-align: center;
    float: left;
    background: #a51014;
    position: relative;
    border-radius: 10px;
}

.game-box img {
    padding: 5px;
    float: left;
    position: relative;
    border-radius: 10px;
}

.game-title {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: Arial;
}

.play-test-btn {
    width: 45%;
    font-size: 17px !important;
    font-weight: 500;
    color: #1b1b1b;
    background: linear-gradient(90deg,rgb(148 149 150) 0%, rgb(189 190 190) 62%,rgb(234 234 234) 100%);
    border-radius: 10px;
    position: relative;
    float: left;
    padding: 5px 0px;
    overflow: hidden;
    /*height: 41px;*/
    text-align: center;
    line-height: 22px;
  }
  
  .play-now-btn {
    width: 45%;
    font-size: 17px !important;
    font-weight: 500;
    color: #1b1b1b !important;
    border-radius: 10px;
    padding: 5px 0px;
    position: relative;
    /*margin-right: 5px;*/
    float: right;
    overflow: hidden;
    /*height: 41px;*/
    text-align: center;
    background: linear-gradient(90deg,rgb(212 99 0) 0%, rgb(249 176 0) 62%,rgb(253 198 41) 100%);
    line-height: 22px;
  }

  .play-test-btn a,.play-now-btn a{
    color: #171719;
  }



@media (max-width: 767px) {
    .game-title {
        font-size: 12px;
    }
}

.home-game-rate {
    margin-top: 3px;
    font-size: 12px;
    padding-bottom: 5px;
}

.intro {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .tab-content {
        width: 100%;
        float: left;
    }

    .game-box {
        width: 32%;
        margin: 0px 0.6% 10px;
    }


    .intro,
    .inner .game-container {
        padding: 15px 0px;
        background: none;
        box-shadow: none;
        width: 100%;
        float: left;
    }

}

/*----------------- Footer ---------------------*/
footer {
    background-color: #111111;
    width: 100%;
    float: left;
}

footer .bottom_line {
    border-bottom: 1px solid #1e1e1e;
}

footer .wrapper {
    height: 41px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

footer h1 {
    line-height: 1;
    margin-bottom: 10px;
}

footer .btmlink {
    width: 100%;
}

footer .btmlink ul {
    padding: 0;
}

footer .btmlink ul li {
    padding: 0px 40px;
    font-size: 22px;
    display: inline;
}

footer .btmlink ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .btmlink ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

footer .allColumn {
    margin-top: 10px;
    color: #7c7c7c;
}

footer .column_1 {
    float: left;
    padding: 0px 10px;
    line-height: 1.2;
    font-size: 20px;
}

footer .column_2 {
    float: left;
    padding: 0px 10px 15px;
}

footer .column_3 {
    float: left;
    padding: 0px 10px;
    font-size: 23px;
}

footer .column_3 img {
    margin-bottom: 15px;
    max-width: 100%;
    max-width: 100%;
    float: left;
    margin: 1px 5px;
}

footer .column_2 img {
    float: left;
    margin: 2px;
    max-width: 100%;
}

footer .footerTitle {
    line-height: 30px;
    border-bottom: 1px solid #1e1e1e;
    font-size: 24px;
}

footer .footerTxtNone {
    line-height: 30px;
    margin-top: 9px;
}

footer .footerImgPad {
    padding-top: 5px;
}

footer img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: 0.5s;
    opacity: 0.6;
}

footer img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition-duration: 0.5s;
    opacity: 1;
}

@media (max-width: 767px) {
    footer .bottom_line {
        display: none;
    }

    footer .column_1 {
        margin-top: 15px;
        padding: 0;
    }

    footer .column_2 {
        border: none;
        padding: 0px;
        width: 50%;
    }

    footer .column_3 {
        border: none;
        padding: 0px;
        width: 50%;
    }

}

.copyright {
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #1e1e1e;
    padding: 5px;
}

#seo {
    border: 1px solid #4a4a4a;
    padding: 20px 15px;
    font-size: 12px;
    margin-top: 14px;
    color: #ffffff;
    -webkit-box-shadow: 0px 1px 10px 0px #16385A;
    box-shadow: 0px 1px 10px 0px #16385A;
}

#seo h1 {
    color: #b89771;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#seo .seoLink {
    float: right;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #85c1ea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #85c1ea 0%, #022040 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85c1ea), color-stop(100%, #022040));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85c1ea 0%, #022040 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85c1ea 0%, #022040 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #85c1ea 0%, #022040 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #85c1ea 0%, #022040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c1ea', endColorstr='#022040', GradientType=0);
    /* IE6-9 */
}

#seo .seoMoreWrap {
    min-height: 20px;
}

#seo .seoMoreWrap:hover {
    color: #000000;
}

.hide {
    display: none !important;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: 100%;
    }
}

.dl-content h2 {
    font-size: 44px;
}

.dl-content .qrcode {
    margin-top: 10px;


}

.dl-content {
    float: left;
    width: 100%;
    line-height: 1.2;
    background: #6f3216;
    padding: 20px 15px;
    box-shadow: inset 0px 5px 65px 5px #4a2512;
    margin-bottom: 25px;

}


.dl-content h1 {
    font-size: 46px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;

}

.dl-box {
    width: 30%;
    float: left;
    line-height: 1.2;

}

.qrcode {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pro-pic {
    width: calc(33.3333% - 10px);
    float: left;
    margin: 5px;
    padding: 0px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.pro-pic img {
    border-radius: 10px;
}


@media (max-width: 767px) {
    .dl-content {
        padding: 20px 10px;

    }

    .dl-content .tk-box {
        display: none;
    }

    .pro-pic {
        width: calc(100% - 10px);
        float: left;
        margin: 5px;
    }

    .dl-box {
        width: 100%;
        margin-bottom:20px !important;
    }
}

.install-box {
    margin: 5px;
    float: left;
    padding: 20px;
    width: calc(50% - 10px);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .install-box {
        float: left;
        padding: 20px;
        width: calc(100% - 20px);
        margin: 15px 10px;
    }
    .game-container {
        padding-top:0px;
    }
}

.promotion-content {
    background: #fff url(../images/promo-bg.jpg) top center no-repeat;
    padding: 60px 0;
}

.fa-star:before {
    content: "\f005";
    color: #ffd429;
}



.qrcode {
    width: 100%;
    margin: 0 auto;
}

.sw {
    display: none;
}

@media (max-width: 767px) {
    .sw {
        display: block;
    }

}