﻿/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

body {
    font-family: thaisanslite_r1;
    font-weight: 400;
    font-size: 16px;
    background-image: url(../images/ilogo/bg.jpg);
}

ol {
    padding-left: 1em;
}

.hero-unit {
    background: #27313b url(../images/ilogo/header_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-position: center;
}

@font-face {
    font-family: thaisanslite_r1;
    src: url("../fonts/font-awesome/fonts/thaisanslite_r1c619c619.eot?v=1.0")
}

@font-face {
    font-family: thaisanslite_r1;
    src: url("../fonts/font-awesome/fonts/thaisanslite_r1c619c619.ttf?v=1.0")
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont5b625b62.eot?v=4.6.3');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b625b62.woff2?v=4.6.3') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b625b62.woff?v=4.6.3') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b625b62.ttf?v=4.6.3') format('truetype'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b625b62.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-home:before {
    content: "\f015"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-times:before {
    content: "\f00d"
}

.fa-plus:before {
    content: "\f067"
}

.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-user-plus:before {
    content: "\f234"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card__header .card-header__button {
    float: right
}

.card__header--has-filter > h4 {
    display: block
}

.nav-account .nav-account__item {
    float: none;
    font-size: 20px;
}

    .nav-account .nav-account__item::before {
        content: none;
        margin: 0;
        font-size: 20px;
    }

    .nav-account .nav-account__item::after {
        content: "\2F";
        margin: 0 16px 0 14px;
        font-size: 20px;
    }

    .nav-account .nav-account__item:last-child:after {
        content: none;
        font-size: 20px;
    }

.main-nav .main-nav__list > li > a {
    font-size: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.br2 {
    margin: 2px;
}

.br4 {
    margin: 4px;
}

.br6 {
    margin: 6px;
}

.br8 {
    margin: 8px;
}

.br10 {
    margin: 10px;
}

.topup-about {
    height: 356px;
}

.loading-img {
    width: 20px;
    height: 20px;
}

.line-img {
    width: 208.38px;
    height: 250px;
}

.header__primary::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #272727;
    width: 50%;
}

.header__primary-inner::before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 210px;
    background-color: #272727;
    left: -25px;
    margin-left: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.header__primary {
    background-color: #272727;
    position: relative;
}

.header__top-bar {
    background-color: #272727;
}

.header__secondary {
    background-color: #171717;
}

.header__primary-inner {
    position: relative;
    z-index: 1;
    background-color: #272727;
}

.header-logo {
    max-width: 380px;
    bottom: 2px;
}

.header-main-nav {
    position: relative;
    text-align: right;
    height: 45px;
}


.header-logo__img-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 55%;
    max-height: 95%;
}

@media screen and (min-width: 510px) {
    .header-logo__img-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1px;
        width: 55%;
        max-height: 95%;
    }
}

.header-logo__img-3 {
    z-index: 102;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    top: 21px;
    right: 34px;
    cursor: pointer;
    width: 35px;
    height: 45px
}

.popup-img {
    max-width: 250px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.popup-img-2 {
    max-width: 208px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
}

.popup-img-line {
    max-width: 208px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 99;
    width: 208px;
    height: 61px;
}


.popup-img-play {
    max-width: 208px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 99;
    width: 208px;
    height: 85px;
}

.topbar {
    position: fixed;
    width: 250px;
    z-index: 10;
    right: 10px;
    bottom: 50px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.topbar-2 {
    position: fixed;
    width: 250px;
    z-index: 10;
    right: 10px;
    bottom: 5px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.topbar-bottom-text {
    background-color: aliceblue;
    font-size: 16px;
    color: black;
}

.topbar2 {
    position: fixed;
    width: 195px;
    z-index: 10;
    left: 10px;
    top: 50px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

#xButton {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    padding-top: 13px;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    text-transform: uppercase;
    touch-action: manipulation;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.xButton-popup {
    width: 25px;
    height: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: thaisanslite_r1;
    font-size: 12px;
    font-weight: 400;
    line-height: 2px;
    margin-top: -5px;
    padding-bottom: 13px;
}

.showBanner {
    width: 50%;
}

.container2 {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 38px;
    height: 6px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.br {
    margin-bottom: 0.5em;
}

.br2 {
    margin-bottom: 0.7em;
}

@media only screen and (max-width: 991px) {
    .hero-unit__img2 {
        display: none;
    }
}

.hero-unit__img2 {
    position: absolute;
    right: 0;
    bottom: -5px;
    max-width: 60%;
}

figure {
    margin: 1em 0px;
}

.main-news-banner {
    background-image: url(../../404.html);
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    max-height: 350px;
    height: auto;
}

.main-news-banner--img-left .main-news-banner__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23%;
    width: 50%;
}

.slide1 {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 16px;
    font-family: thaisanslite_r1;
    color: #fff;
    text-transform: uppercase;
}

.slide2 {
    font-size: 14px;
    font-family: thaisanslite_r1;
    text-transform: uppercase;
    color: #fff;
}

.navbar-left {
    position: relative;
    float: left;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
    .btn-container + .btn-container {
        margin-top: 5px;
    }
}

.invite-friend {
    font-size: medium;
}

.btn.btn-default {
    background: url(../../dialog/btn_bg.png) top center no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
    color: #000;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 80px;
    padding-top: 0px;
}

.btn.btn-default-register {
    background: url(../images/bg-gold.jpg) top center no-repeat;
    background-size: 300% 170px;
    border-color: transparent;
    color: #000;
    margin: 0;
    margin-top: -24px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 80px;
    padding-top: 0px;
    border-radius: 5px;
}

.btn.btn-default-submit {
    background: url(../images/bg-gold.jpg) top center no-repeat;
    background-size: 300% 146px;
    width: 100%;
    border-color: transparent;
    color: #000;
    font-size: larger;
    text-align: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 25px;
    font-weight: 600;
    border-radius: 8px;
}


.btn.btn-default-copy {
    background: url(../images/bg-gold.jpg) top center no-repeat;
    background-size: 300% 300%;
    width: 100%;
    border-color: transparent;
    color: #000;
    font-size: larger;
    text-align: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 50px;
    font-weight: 600;
    border-radius: 8px;
}

.modal-body {
    position: relative;
    padding: 5px;
    color: #ababab;
    text-align: center;
}

.form-control {
    border-radius: 8px;
    background-color: #161825;
    border: none;
    border-bottom: 1px solid #46474c;
    font-size: 20px;
    height: 40px;
    padding: 4px 10px;
}

.select {
    border-radius: 8px;
    background-color: #161825;
}

select.form-control {
    border-radius: 8px;
    background-color: #161825;
}

.focus {
    background-color: #151725;
}

.on .focus {
    background-color: #151725;
}

.from-control:focus {
    background-color: #151725;
}

select.form-control:focus {
    background-color: #151725;
}

.btn {
    font-size: 16px;
}

.card__header > h4 {
    font-size: 20px;
}

.btn-condensed.btn-sm.btn-icon-right {
    padding-right: 22px;
    font-size: 18px;
    border-radius: 10px;
}

.btn-condensed.btn-sm {
    padding: 13px 20px;
}

.btn-primary {
    font-size: 22px;
    border-radius: 10px;
}


.btn-outline.btn-inverse {
    border-color: #dcb764;
    color: #ffffff;
    border-width: 1px;
}

.btn-outline {
    background-color: #171717c7;
}

    .btn-outline.btn-default:hover {
        background-color: transparent;
        border-color: transparent;
        color: #777;
    }

    .btn-outline.btn-inverse:hover {
        background-color: #8c0100;
        border-color: #dcb764;
        color: #fff;
    }

.soccer {
    width: 100%;
    height: 900px;
}

.b27 {
    background-color: #272727;
}

.main-nav__list > li > a:hover {
    color: #dcb764;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
}

.main-nav__list > li > a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
}

.label {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: thaisanslite_r1;
    font-size: 16px;
}

.widget-banner.widget--sidebar .widget__content {
    padding: 10px;
}

.posts__item--category-1 .posts__cat-label,
.posts__item--category-1 .posts__cta {
    background-color: #9a8b68;
}

.sregister {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card__header--has-filter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card__header {
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background-color: transparent;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: thaisanslite_r1;
    font-size: 16px;
}

.img-header {
    max-width: 120%;
    margin-bottom: -13px;
}

.posts--inline .posts__item,
.posts--inline .posts__title,
.posts--inline .posts__excerpt {
    display: inline-block;
    margin: 0;
    font-size: 20px;
}

.marquee-label {
    display: block;
    white-space: nowrap;
    position: absolute;
    left: 8px;
    padding: 0 10px 0 0;
    top: 0;
    line-height: 38px;
    z-index: 2;
    font-size: 20px;
    text-transform: uppercase;
    font-family: thaisanslite_r1;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #000;
    background-color: #dcb764;
}

.widget--sidebar {
    margin-bottom: 0px;
}

.contact {
    background-image: url(../images/ilogo/contact.gif);
    background-size: 100% 100%;
    width: 100%;
    height: 275px;
    margin-top: 15px;
    margin-left: 1px;
    border-radius: 5px;
}

.card__header {
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background-color: transparent;
}

.widget--sidebar {
    margin-bottom: 8px;
}

    .widget--sidebar .widget__content {
        font-size: 10px;
        line-height: 18px;
    }

.baccarat {
    font-size: 24px;
    margin-top: 0.5em;
}

    .baccarat .player {
        background: blue;
    }

    .baccarat .tile {
        background: green;
    }

    .baccarat .banker {
        background: red;
    }

    .baccarat .prophecy {
        display: flex;
    }

        .baccarat .prophecy > * {
            flex: 1;
        }

        .baccarat .prophecy .bet-turn {
            padding: 0.4em;
        }

        .baccarat .prophecy .winrate {
            padding: 0.4em;
            text-align: right;
        }

@media(max-width: 480px) {
    .baccarat .prophecy {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .baccarat .prophecy .bet-turn {
            padding-left: 0;
        }

        .baccarat .prophecy .winrate {
            padding-left: 0;
            text-align: center;
        }
}

.baccarat .prophecy .result {
    flex: 1;
    text-transform: uppercase;
    padding: 0.4em;
    display: inline-block;
}

.baccarat--board {
    margin: 0.5em 0;
    width: 100%;
    background-color: white;
}

    .baccarat--board td {
        border: 1px solid;
    }

        .baccarat--board td span {
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 100%;
        }

.baccarat .commands {
    display: flex;
}

.baccarat button {
    text-transform: uppercase;
    flex: 1;
    border-radius: 20px;
    margin: 3px;
}

.baccarat .btn-undo {
    background: gray;
}

.baccarat .prophecy-selection {
    margin: 0.3em 0;
    width: 100%;
    border-radius: 20px;
}

    .baccarat .prophecy-selection select {
        width: 100%;
        padding: 5px;
        background: #143562;
        border-radius: 10px;
    }

.caution {
    font-size: 3em;
    display: flex;
    min-height: 5em;
    align-items: center;
    justify-content: center;
}

    .caution .login-link {
        margin-left: 1ex;
    }

.text-capitalize-promotion {
    font-size: 18px;
}

.aboutus {
    margin-left: 35px;
    max-width: 90%;
}

.ftnew {
    font-size: 18px;
    line-height: 19px;
    color: #e4e4e4;
    margin: auto;
    width: 90%;
    max-width: 1100px;
}

.marginleft30 {
    margin-left: 30px;
}

label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: thaisanslite_r1;
    color: #fff;
    margin-bottom: 9px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 80px auto;
    margin-top: 150px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.titlepopup {
    font-size: 22px;
    color: black;
}

.textpopup {
    font-size: 16px;
    color: tomato;
}


#mobileshow {
    display: none;
}

/*@media screen and (max-width: 500px) {
    #mobileshow {
        display: block;
    }
    #user-referer-url {
        display: none;
    }
}*/

@media screen and (max-width: 992px) {
    .ireferer {
        height: 30px;
    }
}

.footer {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    background-color: #17171738;
}

.tt_clouds-front {
    margin-top: 455px;
}

.img {
    max-width: 100%;
}

.imgh2 {
    height: 300px;
    margin-top: 350px;
    position: absolute;
    opacity: 0.5;
}

.imgh3 {
    height: 250px;
    margin-top: 420px;
    margin-left: 900px;
    position: absolute;
    opacity: 0.9;
}

.marquee2 {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
}

    .marquee2 span {
        display: inline-block;
        padding-left: 100%;
        /* show the marquee just outside the paragraph */
        position: relative;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.marquee3 {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
}

    .marquee3 span {
        display: inline-block;
        padding-right: 100%;
        /* show the marquee just outside the paragraph */
        position: relative;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.bg-fail {
    background-color: #a51212;
}

.bg-finish {
    background-color: #12a524;
}

.bg-pending {
    background-color: #a55612;
}

.my-banks {
    width: 100%;
    border: 1px;
    margin: 0 auto;
    color: #FFF;
    margin-bottom: 1em;
    text-align: center;
}

    .my-banks th {
        text-align: center;
        background: #333333;
        height: 40px;
    }

    .my-banks .bank-logo {
        width: 35px;
        height: 35px;
    }

    .my-banks .KTB {
        background: #0094ff;
    }
	
	.my-banks .TTB {
        background: #1279be;
    }

    .my-banks .SCB {
        background: #633974;
    }

    .my-banks .KB {
        background: #005900;
    }

    .my-banks .BAY {
        background: #ebca00;
        color: #000000;
    }

    .my-banks .truewallet {
        background: #CD6600;
    }

    .my-banks .truewallet {
        height: 40px;
    }

.KTB-text-primary {
    color: #fffb00;
}

.TTB-text-primary {
    color: #fffb00;
}

.SCB-text-primary {
    color: #fffb00;
}

.KB-text-primary {
    color: #fffb00;
}

.BAY-text-primary {
    color: #000000;
}

.button-gameuser {
    display: inline-block;
    border-radius: 10px;
    background-color: #8a6d3b;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    /* padding: 20px; */
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
}

    .button-gameuser span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-gameuser span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-gameuser:hover span {
        padding-right: 25px;
    }

        .button-gameuser:hover span:after {
            opacity: 1;
            right: 0;
        }

.col-md-12-center {
    width: 100%;
    max-width: 1000px;
}

.col-md-12-center-2 {
    width: 95%;
    max-width: 1000px;
}

.automatic-login-page .logging-in {
    padding: 3em 0;
}

.goldtextcss {
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
    background-size: 1em 1em;
    color: #f8b700;
    display: inline-block;
    line-height: 20px;
    position: relative;
    /* z-index: auto margin: 0; */
    /* margin-top: 10px; */
    margin: 0 0 -0.25em;
}

.silvertextcss {
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #ffffff 0, #b1b1b1 38%, #ffffff 60%, #c7c7c7 86%, #adadad 100%);
    background-size: 1em 1em;
    color: #f1f1f1;
    display: inline-block;
    line-height: 20px;
    position: relative;
    /* margin-top: 10px; */
    margin: 0 0 -0.25em;
}


.text-danger-2 {
    color: #f00;
    font-size: 16px;
}

.text-line {
    color: #585858;
}


.text-capitalize-2 {
    color: #989898;
}

.card {
    border-radius: 4px;
    margin-bottom: 10px;
}

.card__content-2 {
    padding: 8px;
}

.card__content {
    padding: 10px;
}

.card-2 {
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    background-color: #171717;
    margin-bottom: 10px;
}

.fix_footer {
    position: fixed;
    bottom: -18px;
    z-index: 99999999;
    width: 100%;
    min-height: 50px;
    text-align: center;
    color: #fff414 !important;
    border-top: 5px solid #d4979280;
    background: #9d0300;
    background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: -webkit-linear-gradient(top, #9d0300 0%,#be000c 35%,#db0018 100%);
    background: linear-gradient(to bottom, #9d0300 0%,#be000c 35%,#db0018 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );
}

strong {
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    vertical-align: baseline;
    margin: 0px;
    padding: 0;
    font-size: 25px;
    margin-top: 420px;
}

.font-nsys1 {
    font-size: 20px;
    text-transform: none;
    font-style: normal;
    color: #fff;
    margin: 0 0 .75em;
    font-family: thaisanslite_r1;
    letter-spacing: -0.01em;
}

#filtersubmit {
    top: -47px;
    margin: 20px;
    left: 0%;
    transform: translate(-50%, -50%);
    position: relative;
    color: #000000;
    cursor: pointer;
    width: 0;
}

.footer-widgets {
    background-color: #00000099;
}

.footer {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    background-color: #27272799;
}

.alert {
    font-size: 16px;
}

strong {
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    vertical-align: baseline;
    margin: 0px;
    padding: 0;
    margin-top: 420px;
}

strong-hot-click {
    position: absolute;
    display: inline;
    content: 'CLICK!';
    max-width: 45px;
    height: 25px;
    background-color: red;
    font-size: 1.350rem;
    color: #fff;
    border-radius: 12px;
    animation: wibwab;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation: color-change-reg 0.30s infinite;
    text-align: center;
    min-width: 60px;
}

.language-css, .language-javascript, .language-scss {
    color: #ffffff;
}

pre {
    font-size: small;
    clear: both;
    background: #8a87381f;
    padding: 0;
    tab-size: 2;
    hyphens: none;
    position: relative;
    line-height: 5px;
    border-radius: 8px;
    border-color: #76743c3d;
    min-width: 100px;
    max-width: 100%;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
}

a.btn.btn-default-submit {
    font-size: large;
    font-weight: 500;
}

.fix_footer {
    position: fixed;
    bottom: 0px;
    z-index: 99999999;
    width: 100%;
    left: 0px;
    /*min-height: 50px;*/
    text-align: center;
    color: #fff414 !important;
    border-top: 1px solid #7e602f;
    /* background: #9d0300;
    background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: -webkit-linear-gradient(top, #9d0300 0%,#be000c 35%,#db0018 100%);*/
    background: linear-gradient(to bottom, #f6db95 0%,#a98241 35%,#170e05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );
}

    .fix_footer a {
        display: inline-block;
        color: #fff !important;
        margin-left: -3px;
        font-size: 22px;
        line-height: 28px;
        padding: 8px 50px 10px 50px;
        border-right: 1px solid #7e602f;
        cursor: pointer;
    }

    .fix_footer i {
        color: #fff !important;
    }

    .fix_footer a strong {
        color: #fff !important;
    }

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


    .fix_footer a {
        float: left;
        width: 20%;
        font-size: 18px;
        line-height: 18px;
        padding: 8px 0px 10px 0px;
        text-align: center;
        margin-left: 0px;
    }
}


@media screen and (max-width: 620px) {
    .fix_footer a {
        padding: 12px 0px 10px 0px;
        width: 25%;
    }
}


@media screen and (max-width: 620px) {
    .fix_footer a {
        padding: 12px 0px 10px 0px;
        width: 25%;
    }
}


@media screen and (max-width: 620px) {
    .fix_footer a.last {
        display: none;
    }
}

.line-block {
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 99;
}

@media (min-width: 992px) {
    .line-block {
        bottom: 70px;
    }
}