.clos-m {
    position: absolute;
    right: 25px;
    top: 20px;
}

    .clos-m img {
        width: 50px;
    }

.header-f {
    width: 468px;
    display: inline-block;
    float: left;
}

.spinWrapper {
    background: url(../images/spin-win-l.png);
    width: 875px;
    height: 684px;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    padding: 311px 0 0 97px;
}

.spinContainer {
    width: 166px;
    height: 223px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: url(../images/spinbg.jpg) no-repeat;
    float: left;
    margin: 0 6px 0 0;
}

.spinLock {
    width: 166px;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/spinlock.jpg) no-repeat;
}

.spinSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    z-index: 99;
}

.spinNode {
    width: 166px;
    height: 203px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.spin1 {
    background: url(../images/spin1.png) no-repeat center center;
}

.spin2 {
    background: url(../images/spin2.png) no-repeat center center;
}

.spin3 {
    background: url(../images/spin3.png) no-repeat center center;
}

.spin4 {
    background: url(../images/spin4.png) no-repeat center center;
}

.spin5 {
    background: url(../images/spin5.png) no-repeat center center;
}

.spin6 {
    background: url(../images/spin6.png) no-repeat center center;
}

.spin7 {
    background: url(../images/spin7.png) no-repeat center center;
}

.spin8 {
    background: url(../images/spin8.png) no-repeat center center;
}

.timezone {
    width: 240px;
    display: inline-block;
    float: left;
}

.spinWin {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.spinWinInner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -298px 0 0 -330px;
    width: 660px;
    height: 520px;
    text-align: center;
    z-index: 1001;
}

.spinWin img {
    width: auto !important;
}

.spinWin a {
    display: inline-block;
    cursor: pointer;
}

.spinCollect {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 135px);
}

.spinCancel {
    position: absolute;
    top: 0;
    right: 0;
}

.slotNodeWrap {
    text-align: center;
}

.slotNode {
    width: 450px;
    display: inline-block;
    background: #0f2121;
    padding: 8px;
    text-align: left;
}

.slotNodeWrap .slotNode:nth-child(even) {
    background: #090d0e;
}

.slotNodeImg {
    width: 108px;
    display: inline-block;
    float: left;
    text-align: center;
}

    .slotNodeImg img {
        max-width: 100%;
        display: inline-block;
    }

.slotNodeContent {
    width: calc(100% - 116px);
    float: left;
    display: inline-block;
    padding: 0 0 0 8px;
}

    .slotNodeContent h3 {
        color: #dfaa5a;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 4px;
    }

.slotNodeStarTxt {
    color: #FFF;
    font-size: 14px;
    line-height: 1;
}

.slotNodeStarWrap {
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 8px;
}

.slotNodeStarLi {
    margin: 0 3px 0 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../images/3.png) no-repeat;
    cursor: pointer;
}

    .slotNodeStarLi.active {
        background: url(../images/star_active.png) no-repeat;
    }

.slotNodeAction {
    text-align: right;
}

    .slotNodeAction a {
        display: inline-block;
        margin: 0 0 0 4px;
        cursor: pointer;
    }

        .slotNodeAction a img {
            max-width: none !important;
        }

.messa-ge tr:nth-child(odd) > td .styled-checkbox {
    position: absolute;
    opacity: 0;
}

.messa-ge tr:nth-child(odd) > td .styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .messa-ge tr:nth-child(odd) > td .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        border: solid 1px;
        bottom: -3px;
    }

    .messa-ge tr:nth-child(odd) > td .styled-checkbox:checked + label:before {
        background: #008F85;
    }

    .messa-ge tr:nth-child(odd) > td .styled-checkbox + label:before {
        content: '';
        margin-right: 9px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 21px;
        background: rgba(0,0,0,0);
        border: solid 3px rgb(0,68,63);
        margin: 0px;
        padding-left: 0px;
    }

    .messa-ge tr:nth-child(odd) > td .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        border: solid 1px;
        bottom: -3px;
    }

    .styled-checkbox:checked + label:before {
        background: #008F85;
    }

    .styled-checkbox + label:before {
        content: '';
        margin-right: 9px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 21px;
        background: rgba(0,0,0,0);
        border: solid 3px rgb(16,34,37);
        margin: 0px;
        padding-left: 0px;
    }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.message2-content ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}

.message2-content {
    background: #013935;
}

    .message2-content ul li a {
        color: #008F85;
        text-decoration: none;
    }

.col-lg-1.nopadding.lang-drop {
    padding-top: 29px !important;
    text-align: left !important;
}

.lang-drop ul.dropdown-menu {
    z-index: 99999;
    left: -95px;
    padding: 1px;
}

.lang-drop .dropdown li:hover > a {
    color: white;
}

.lang-drop .dropdown a.arw:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 16px;
    width: 0px;
    color: rgba(255,0,0,0);
    height: 0px;
    border-style: solid;
    border-width: 11px 7px 0px 7px;
    border-color: #dbdbdc transparent;
}

.lang-drop .dropdown li:hover {
    background: #112225;
}

.lang-drop .dropdown a {
    color: white;
    text-decoration: none;
}

.lang-drop .dropdown li a {
    color: #050404;
}

.selected-list ul.dropdown-menu {
    border-radius: 0px;
    margin-top: 9px;
    background: rgba(255,255,255,0.94);
    padding: 0px;
    z-index: -000;
}

.selected-list .dropdown-menu li {
    padding: 5px 10px;
}

    .selected-list .dropdown-menu li:hover {
        background: #00080a;
    }

        .selected-list .dropdown-menu li:hover > a {
            color: rgba(255,255,255,0.82);
        }

.selected-list a {
    color: #008F85;
    text-decoration: none;
}

ul.pagi-top {
    margin-bottom: 0px;
    border-top: solid #008F85 1px;
    border-bottom: solid #008F85 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #008F85;
}

.content-main {
    padding: 30px 30px;
    min-height: 410px;
}

h3.h-cla {
    font-family: Conv_Montserrat-Regular;
    font-size: 18px;
    color: #008F85;
}

.content-main p {
    color: #008F85;
}

.btn-jnow {
    text-align: right;
    margin-top: 35px;
}

.pagi-top li:nth-child(1) > a:before {
    color: rgba(255,0,0,0);
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 13px 7px 0;
    border-color: transparent #008F85 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.pagi-top li:nth-child(2) > a:after {
    color: rgba(255,0,0,0);
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0px 7px 13px;
    border-color: transparent #008f85 transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}

.pagi-top li:nth-child(3) img {
    width: 24px;
    margin-top: -7px;
}

.message2-content ul li:nth-child(2) {
    border-left: solid #008980 1px;
    border-right: solid #008980 1px;
}

body {
    background: #352402;
    min-width: 1200px;
}

select option {
    background: white;
    border: none;
    text-align: center !important;
}

.slides-lcasino .bx-pager.bx-default-pager {
    bottom: 30px;
}

.boxes-wrapper {
    background: #00080A;
    width: 1044px;
    margin: auto;
    padding: 15px;
}

.messa-ge tr td {
    font-family: Conv_Montserrat-Regular;
    font-size: 15px;
    padding: 7px 10px;
}

form.messa-ge tr th {
    font-family: Conv_Montserrat-Regular;
    font-size: 18px;
    background: #102225;
    color: #008F85;
    padding: 7px 10px;
    border-top: solid 2px;
    border-bottom: solid 2px;
}

.pagination-mes p:nth-child(1) {
    float: left;
}

.pagination-mes p:nth-child(2) {
    float: right;
}

.pagination-mes {
    overflow: hidden;
}

    .pagination-mes p {
        font-size: 15px;
        font-family: Conv_Montserrat-Regular;
        color: #008F85;
        margin-top: 20px;
        margin-bottom: 0px;
    }

        .pagination-mes p a {
            color: #008F85;
        }

h1.title-mes {
    font-family: Conv_Montserrat-Bold;
    color: white;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    margin-bottom: 35px;
}

.trash {
    position: absolute;
    right: 100px;
    top: 124px;
}

    .trash img {
        width: 24px;
    }

.message-cont {
    margin-top: 170px;
}

.pay-cont td {
    border: solid #2fd4ca 2px;
    padding: 4px;
    padding-left: 16px;
}

#forg-pass .modal-header {
    display: block;
    padding-bottom: 0px;
    padding-top: 15px;
    border: none;
}

body.modal-open {
    padding-right: 0px !important;
    overflow: auto;
}

.btn-sl {
    display: none;
}

    .btn-sl p {
        margin-bottom: 0px;
        height: 50px;
    }

    .btn-sl a {
        color: rgba(255,0,0,0) !important;
    }

.selected .btn-sl {
    display: block;
    position: absolute;
    width: 190px;
    bottom: 21px;
    height: 47px;
}

.pay-cont h5 {
    color: #EEBC55;
    font-family: Conv_Montserrat-Regular;
    font-size: 16px;
}

.left-table {
    width: 545px;
    float: left;
}

.pay-cont {
    overflow: hidden;
    width: 1120px;
    margin: auto;
}

.right-table {
    width: 545px;
    float: right;
}

.clearfixs {
    padding: 30px;
    overflow: hidden;
}

.pay-cont tr:nth-child(1) {
    background: #00A298;
    color: #102225 !important;
    font-weight: bold;
}

.pay-cont tr:nth-child(odd) {
    color: #EEBC55;
}

.pay-cont tr:nth-child(even) {
    color: #00A298;
}

.pay-cont tr:nth-child(1) {
    background: #00A298;
}

.title-r {
    font-family: Conv_Montserrat-Bold;
    color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

.rule-cont ol li {
    margin-left: 17px;
}

.rule-cont ol {
    padding-left: 23px;
}

.clos-ing-btn {
    position: absolute;
    top: 30px;
    right: 0px;
}

    .clos-ing-btn img {
        width: 60px;
    }

.modal-backdrop {
    z-index: -1040;
}

.rules-page {
    margin-top: 130px;
}

#forg-pass .modal-dialog {
    margin-top: 95px;
    margin-right: 140px;
    width: 300px;
}

div#forg-pass.modal {
    position: absolute;
    height: 500px;
}

.rule-cont {
    background: #000000;
    color: white;
    padding: 25px;
    padding-top: 35px;
}

#forg-pass input[type="email"] {
    background-image: url(../images/bg-em-p.png) !important;
}

#forg-pass .modal-content:before {
    content: "samp";
    position: absolute;
    top: -13px;
    right: 105px;
    width: 0px;
    color: rgba(255,0,0,0);
    height: 0px;
    border-style: solid;
    border-width: 0px 9px 15px 9px;
    border-color: #dbdbdc transparent;
}

#forg-pass button.close {
    background: #112225;
    opacity: 1;
    color: #dcdbdc;
    text-shadow: none;
    padding: 2px 5px 0px 5px;
    border-radius: 31px;
}

#forg-pass input[type="text"], #forg-pass input[type="email"] {
    background-image: url(../images/bg-us-p.png);
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    padding-left: 45px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-size: 35px;
    margin-bottom: 7px;
    font-family: Conv_Montserrat-Regular;
    font-size: 15px;
}

    #forg-pass input[type="email"]::-webkit-input-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="email"]::-moz-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="email"]:-ms-input-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="email"]:-moz-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="text"]::-webkit-input-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="text"]::-moz-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="text"]:-ms-input-placeholder {
        color: rgba(128,128,128,0.48);
    }

    #forg-pass input[type="text"]:-moz-placeholder {
        color: rgba(128,128,128,0.48);
    }

#forg-pass .forgsubmit {
    width: 100%;
    background-image: url(../images/MY/english/sub-forg.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255,255,255,0);
    background-position: center;
    cursor: pointer;
}

#forg-pass .simplified_forgsubmit {
    width: 100%;
    background-image: url(../images/MY/simplified/sub-forg.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255,255,255,0);
    background-position: center;
    cursor: pointer;
}

#forg-pass .indo_forgsubmit {
    width: 100%;
    background-image: url(../images/ID/indo/sub-forg.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255,255,255,0);
    background-position: center;
    cursor: pointer;
}

#forg-pass .modal-title {
    font-family: Conv_Montserrat-Regular;
    font-size: 18px;
    padding-bottom: 10px;
    background-image: url(../images/reg-bg-t.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-top: 10px;
    text-align: center !important;
    background-position: 37px -3px;
    padding-left: 19px;
}

#forg-pass .modal-content {
    background: #DCDBDC;
    opacity: 0.92;
}

#forg-pass .modal-header {
    display: block;
    padding-bottom: 0px;
    padding-top: 15px;
    border: none;
}

#forg-pass .modal-body {
    padding-top: 0px;
}

.sliderHome {
    width: 100%;
    display: inline-block;
}

    .sliderHome li {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        min-height: 720px;
    }

.bxslider-lcasino li.lv01 {
    background: url(../images/banner-01-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.s-page .bx-wrapper img {
    max-width: 100%;
    display: block;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .5s ease;
}

    .s-page .bx-wrapper img:hover {
        -webkit-filter: grayscale(0);
        filter: none;
        transition: .5s ease;
    }

.pager02-lc ul li {
    float: left;
    margin-right: 5px;
}

.pager02-lc ul {
    overflow: hidden;
    padding: 0px;
}

.hover-side {
    position: absolute;
    top: 0px;
    display: none;
}

.selected .hover-side {
    display: block;
}

.active .hover-side {
    display: block;
}

.content-banner .btn-banner a img {
    width: 30%;
}

.trans-icon-hover {
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.75);
    width: 200px;
    display: none;
    height: 113px;
}

    .trans-icon-hover.four-hov.disp-hov {
        top: 217px;
    }

    .trans-icon-hover.five-hov.disp-hov {
        top: 217px;
    }

    .trans-icon-hover.six-hov.disp-hov {
        top: 217px;
    }

    .trans-icon-hover.seven-hov.disp-hov {
        top: 365px;
    }

    .trans-icon-hover.eight-hov.disp-hov {
        top: 365px;
    }

    .trans-icon-hover.nine-hov.disp-hov {
        top: 365px;
    }

    .trans-icon-hover.ten-hov.disp-hov {
        top: 513px;
    }

    .trans-icon-hover.disp-hov {
        display: block;
        text-align: center !important;
        padding-left: 16px;
        padding-top: 40px;
        padding-bottom: 10px;
        border-radius: 7px;
    }

        .trans-icon-hover.disp-hov img {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

.bxslider-lcasino li.lv02 {
    background: url(../images/banner-02-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bxslider-lcasino li.lv03 {
    background: url(../images/banner-03-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bxslider-lcasino li.lv04 {
    background: url(../images/banner-04-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bxslider-lcasino li.lv05 {
    background: url(../images/banner-05-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bxslider-lcasino li.lv06 {
    background: url(../images/banner-06-s.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bxslider-lcasino li {
    min-height: 100vh;
}

.slides-slcasino {
    background: url(../images/MY/english/banner-slots02.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    min-height: 70vh;
}

.simplified_slides-slcasino {
    background: url(../images/MY/simplified/banner-slots02.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    min-height: 70vh;
}

.indo_slides-slcasino {
    background: url(../images/ID/indo/banner-slots02.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    min-height: 70vh;
}

.slotWrapper {
    width: 100%;
    display: inline-block;
    padding: 36px 0;
    text-align: center;
}

.slots {
    font-size: 72px;
    font-weight: bold;
    color: #000;
    font-family: arial,helvetica,sans-serif;
    overflow: hidden;
    width: 88px;
    height: 98px;
    line-height: 98px;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 0 12px;
    display: inline-block;
}

    .slots .wrapper {
        width: 88px;
    }

    .slots .slot {
        width: 88px;
        height: 98px;
        text-align: center;
    }

.trigger_spin {
    margin: 13px 0 0 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

    .trigger_spin img {
        width: 74%;
        height: auto;
    }

.about-page {
    margin-top: 153px;
}

#login-dp label:nth-child(2) input[type="text"] {
    background-image: url(../images/reg-icon01.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(3) input[type="text"] {
    background-image: url(../images/reg-icon02.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

.reg-ti {
    width: 100%;
    background-image: url('');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Conv_Montserrat-Regular;
    background-size: 29px;
    padding-left: 0px;
    background-position: 38px 2px;
}

#login-dp label:nth-child(4) input[type="password"] {
    background-image: url(../images/reg-icon03.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(5) input[type="password"] {
    background-image: url(../images/reg-icon04.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(6) input[type="text"] {
    background-image: url(../images/reg-icon05.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(7) input[type="email"] {
    background-image: url(../images/reg-icon06.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(8) input[type="text"] {
    background-image: url(../images/reg-icon01.png); /*reg-icon07.png*/
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 65%;
    font-family: Conv_Montserrat-Regular;
    height:32px
}

#login-dp label:nth-child(10) input[type="text"] {
    background-image: url(../images/reg-icon07.png);
    border: none;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 34px;
    padding-right: 0px;
    padding-left: 55px;
    border-radius: 5px;
    width: 100%;
    font-family: Conv_Montserrat-Regular;
    height:32px;
    margin-top: 5px;
}

    #login-dp label:nth-child(10) input[type="text"]::-webkit-input-placeholder, #login-dp label:nth-child(9) input[type="text"]::-webkit-input-placeholder, #login-dp label:nth-child(8) input[type="email"]::-webkit-input-placeholder, #login-dp label:nth-child(7) input[type="text"]::-webkit-input-placeholder, #login-dp label:nth-child(6) input[type="text"]::-webkit-input-placeholder #login-dp label:nth-child(5) input[type="password"]::-webkit-input-placeholder, #login-dp label:nth-child(4) input[type="password"]::-webkit-input-placeholder, #login-dp label:nth-child(3) input[type="text"]::-webkit-input-placeholder, #login-dp label:nth-child(2) input[type="text"]::-webkit-input-placeholder {
        color: #A5A7A9;
    }

    #login-dp label:nth-child(10) input[type="text"]::-moz-placeholder, #login-dp label:nth-child(9) input[type="text"]::-moz-placeholder, #login-dp label:nth-child(8) input[type="email"]::-moz-placeholder, #login-dp label:nth-child(7) input[type="text"]::-moz-placeholder, #login-dp label:nth-child(6) input[type="text"]::-moz-placeholder #login-dp label:nth-child(5) input[type="password"]::-moz-placeholder, #login-dp label:nth-child(4) input[type="password"]::-moz-placeholder, #login-dp label:nth-child(3) input[type="text"]::-moz-placeholder, #login-dp label:nth-child(2) input[type="text"]::-moz-placeholder {
        color: #A5A7A9;
    }

    #login-dp label:nth-child(10) input[type="text"]:-ms-input-placeholder, #login-dp label:nth-child(9) input[type="text"]:-ms-input-placeholder, #login-dp label:nth-child(8) input[type="email"]:-ms-input-placeholder, #login-dp label:nth-child(7) input[type="text"]:-ms-input-placeholder, #login-dp label:nth-child(6) input[type="text"]:-ms-input-placeholder #login-dp label:nth-child(5) input[type="password"]:-ms-input-placeholder, #login-dp label:nth-child(4) input[type="password"]:-ms-input-placeholder, #login-dp label:nth-child(3) input[type="text"]:-ms-input-placeholder, #login-dp label:nth-child(2) input[type="text"]:-ms-input-placeholder {
        color: #A5A7A9;
    }

    #login-dp label:nth-child(10) input[type="text"]:-moz-placeholder, #login-dp label:nth-child(9) input[type="text"]:-moz-placeholder, #login-dp label:nth-child(8) input[type="email"]:-moz-placeholder, #login-dp label:nth-child(7) input[type="text"]:-moz-placeholder, #login-dp label:nth-child(6) input[type="text"]:-moz-placeholder #login-dp label:nth-child(5) input[type="password"]:-moz-placeholder, #login-dp label:nth-child(4) input[type="password"]:-moz-placeholder, #login-dp label:nth-child(3) input[type="text"]:-moz-placeholder, #login-dp label:nth-child(2) input[type="text"]:-moz-placeholder {
        color: #A5A7A9;
    }

#login-dp label:nth-child(12) {
    margin-left: 28px;
    font-size: 9px;
    line-height: 14px;
    font-family: Conv_Montserrat-Regular;
}

.scrolling-ab {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 440px;
    padding-right: 40px;
}

.content-about .tab-content p {
    color: #102225;
    font-size: 14px;
}

.scrolling-ab::-webkit-scrollbar {
    width: 15px;
}

.scrolling-ab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #292121;
    background: rgba(16,34,37,0.65);
    border-radius: 10px;
}

.scrolling-ab::-webkit-scrollbar-thumb {
    background: #008F85;
    -webkit-box-shadow: inset 0 0 6px rgba(255,149,155,0.66);
    border-radius: 10px;
}

    .scrolling-ab::-webkit-scrollbar-thumb:window-inactive {
        background: #008F85;
    }

p.sub-title {
    text-align: center;
    font-family: Conv_Montserrat-Regular !important;
    font-size: 14px !important;
}

#login-dp input[type="checkbox"] {
    position: absolute;
    left: -28px;
    margin-top: 6px;
    width: 25px;
}

ul#login-dp:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    background-image: url(../images/closing-reg.png);
    padding: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#login-dp .modal-content {
    background: #DCDBDC;
    opacity: 0.92;
    z-index: 99999;
    top: 0;
    left: 55px;
    width: 350px;
    padding: 0px 40px;
    text-align: left;
}

#login-dp .modal-body {
    padding-top: 0px;
}

#login-dp .modal-header {
    display: block;
    padding-bottom: 0px;
    padding-top: 15px;
    border: none;
}

#login-dp .modal-dialog {
    margin-top: 12px;
    margin-right: 17px;
    width: 400px;
}

div#login-dp.modal {
    position: absolute;
    height: 800px;
    top: 70px;
    padding-top: 5px;
    z-index: 9999;
}

#login-dp::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#login-dp .modal-content:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 40px;
    width: 0px;
    color: rgba(255,0,0,0);
    height: 0px;
    border-style: solid;
    border-width: 0px 13px 18px 13px;
    border-color: #dbdbdc transparent;
}

#login-dp button.close {
    background: #112225;
    opacity: 1;
    color: #dcdbdc;
    text-shadow: none;
    padding: 2px 5px 0px 5px;
    border-radius: 31px;
    margin-right: -45px;
}

@media screen and (max-width: 1200px) and (min-width: 268px) {
    div#login-dp.modal {
        position: absolute;
        height: 550px;
        top: 70px;
        padding-top: 5px;
        z-index: 9999;
    }
}

.content-about .tab-content {
    background: #DBDBDC;
    margin-top: 58px;
    height: 557px;
}

.content-about .tab-content {
    background: #DBDBDC;
    margin-top: 58px;
    height: 550px;
    float: right;
    width: 947px;
    padding: 30px 20px 0px 50px;
}

    .content-about .tab-content h1 {
        text-align: center;
        font-family: Conv_Montserrat-Bold;
    }

input.btn-reg {
    background-image: url(../images/MY/english/reg-btn-d.png);
    padding: 20px 92px;
    border: none;
    background-size: 270px;
    background-repeat: no-repeat;
    color: rgba(255,0,0,0);
    background-position: center;
    background-color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_btn-reg {
    background-image: url(../images/MY/simplified/reg-btn-d.png);
    padding: 20px 92px;
    border: none;
    background-size: 270px;
    background-repeat: no-repeat;
    color: rgba(255,0,0,0);
    background-position: center;
    background-color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_btn-reg {
    background-image: url(../images/ID/indo/reg-btn-d.png);
    padding: 20px 92px;
    border: none;
    background-size: 270px;
    background-repeat: no-repeat;
    color: rgba(255,0,0,0);
    background-position: center;
    background-color: rgba(255,0,0,0);
    cursor: pointer;
}

.col-left-cont {
    float: left;
    margin-right: 30px;
}

.col-right-cont h2 {
    font-size: 18px;
    font-family: Conv_Montserrat-Bold;
}

.col-2-cont {
    margin-top: 30px;
    overflow: hidden;
}

#login-dp label {
    width: 100%;
}

.about-page .nav {
    display: block;
    width: 253px;
    float: left;
    font-size: 12px;
    background: #00080A;
    border: none;
    margin-top: 58px;
    padding-bottom: 10px;
}

.content-about .nav-item a span {
    background: #013e3a;
    margin-right: 15px;
    padding: 40px 20px;
}

.content-about .nav-tabs .nav-item:nth-child(2) > a span {
    padding-right: 19px;
}

.content-about .nav-tabs .nav-item:nth-child(3) > a span {
    padding-right: 22px;
    padding-left: 19px;
}

.content-about .nav-tabs .nav-item:nth-child(4) > a span {
    padding-right: 19px;
    padding-left: 21px;
}

.content-about .nav-tabs .nav-item:nth-child(5) > a span {
    padding-right: 6.3%;
    padding-left: 13px;
}

.about-page .nav-tabs .nav-link.active span {
    background: #008F85;
}

.dropdown-toggle::after {
    display: none;
}

.r-eg ul#login-dp {
    z-index: 99999;
    top: 59px;
    left: -248px;
    width: 350px;
    background: #DBDBDC;
    padding: 30px 55px;
    opacity: 0.92;
}

.content-about .nav-tabs .nav-item {
    margin-bottom: -6px;
    padding: 25px 0px;
    margin-top: 0px;
}

.content-about .nav-item .nav-link {
    display: block;
    padding: 0.5em 0em;
    padding-bottom: 0px;
    border: none;
    font-family: Conv_Montserrat-Light;
    color: white;
}

.content-about {
    overflow: hidden;
}

.about-page .nav-tabs .nav-link.active {
    background: rgba(17,15,15,0) !important;
    border: none;
    color: #008F85;
    font-family: Conv_Montserrat-Bold;
}

.log-in ul.btn-member img {
    width: 90px;
    margin-top: 7px;
}

p.ad-log {
    color: #EEBC55;
    margin-bottom: 0px;
    margin-top: 8px;
    border-right: dotted white 3px;
    padding-right: 5px;
    float: left;
}

p.myr {
    margin-bottom: 40px;
    color: #EEBC55;
    background-image: url(../images/ad-wal.png);
    background-repeat: no-repeat;
    margin-top: 8px;
    width: 95px;
    text-transform: uppercase;
}

p.indo_myr {
    margin-bottom: 40px;
    color: #EEBC55;
    background-image: url(../images/ad-wal.png);
    background-repeat: no-repeat;
    margin-top: 8px;
    width: 95px;
    text-transform: uppercase;
}

p.simplified_myr {
    margin-bottom: 40px;
    color: #EEBC55;
    background-image: url(../images/ad-wal.png);
    background-repeat: no-repeat;
    margin-top: 8px;
    width: 60px;
    text-transform: uppercase;
}

.log-in .frm-log .form-group:nth-child(1) {
    margin-right: 5px;
    width: 45%;
    font-size: 15px;
}

.log-in .head-er .col-lg-1:nth-child(3) {
    margin-right: 11px !important;
}

.log-in .frm-log .form-group:nth-child(2) {
    width: 52%;
    font-size: 15px;
}

.header-f .col-lg-3.nopadding {
    flex: 0 0 25% !important;
    max-width: 54% !important;
    float: left;
    z-index: 9999;
}

.login input[type="button"] {
    background-image: url(../images/login-btn.png);
    border: none;
    padding: 7px 20px;
    background-color: rgba(255,0,0,0);
    color: rgba(255,0,0,0);
    cursor: pointer;
}

.head-er .col-lg-2.nopadding {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

.head-er .col-lg-3.nopadding {
    flex: 0 0 28%;
    max-width: 27%;
}

.header-f .col-lg-2.nopadding {
    flex: 0 0 2.666667%;
    max-width: 99.666667%;
}

input#fileToUpload:before {
    content: "";
    background-image: url(../images/chose-bg.png);
    padding: 29px 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0% -17%;
    background-size: 122px 41px;
    left: 294px;
}

.attach {
    background: #102225;
    margin-left: 30px;
    margin-right: 20px;
    padding: 20px;
}

    .attach h4 {
        font-size: 20px;
        color: #DBDBDC;
        font-family: Conv_HelveticaLTStd-Bold;
        margin-bottom: 0px;
    }

p.bg-attach {
    background-image: url(../images/attach-bg.png);
    background-repeat: no-repeat;
    color: #008F85;
    padding-left: 35px;
    padding-bottom: 1px;
    padding-top: 8px;
    font-family: Conv_Montserrat-Regular;
    background-position: 0% 0%;
    margin-bottom: 0px;
}

input#fileToUpload {
    font-family: Conv_Montserrat-Light;
    color: rgba(219,219,220,0.27);
}

label.btn-bot-dep {
    text-align: center;
    margin-top: 20px;
}

input.upload-btn-dep2 {
    background-image: url(../images/up-dep2.png);
    border: none;
    padding: 10px 40px;
    background-repeat: no-repeat;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

input.skip-btn-dep2 {
    background-image: url(../images/skip-dep2.png);
    border: none;
    padding: 10px 53px;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

input.simplified_upload-btn-dep2 {
    background-image: url(../images/MY/simplified/up-dep2.png);
    border: none;
    padding: 10px 40px;
    background-repeat: no-repeat;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

input.simplified_skip-btn-dep2 {
    background-image: url(../images/MY/simplified/skip-dep2.png);
    border: none;
    padding: 10px 53px;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

input.indo_upload-btn-dep2 {
    background-image: url(../images/up-dep2.png);
    border: none;
    padding: 10px 40px;
    background-repeat: no-repeat;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

input.indo_skip-btn-dep2 {
    background-image: url(../images/skip-dep2.png);
    border: none;
    padding: 10px 53px;
    color: rgba(255,255,255,0);
    cursor: pointer;
}

.trans-icon img {
    float: left;
    margin-right: 10px;
}

.trans-icon {
    width: 211px;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 5px;
    padding-top: 10px;
    padding-left: 11px;
    position: relative;
    height: 118px;
    cursor: pointer;
}

.e-wallet-page .tab-content div#divmywallet {
    margin-left: -28px;
}

.p-rice span {
    font-size: 9px;
    position: relative;
    top: -16px;
    left: 21px;
    font-family: Conv_Montserrat-Light !important;
}

p.attach-p {
    font-family: Conv_Montserrat-Light;
    font-size: 14px;
    color: #EC1C24;
}

tr.head-table {
    background: #102225;
    color: white;
}

.head-table td {
    padding: 8px 17px;
}

tr.content {
    background: white;
    height: 130px;
}

.num-pag {
    float: right;
}

.pagination {
    float: left;
}

.dep-tab2 {
    display: none;
}

span.left-pagi {
    margin-right: 10px;
}

ul.radio-style li {
    list-style: none;
    color: rgba(16,34,37,0.58);
}

li.sel_bk_color {
    color: rgb(16,34,37) !important;
}

ul.radio-style {
    padding-left: 0px;
}

tr.able-script td {
    padding: 16px;
    font-family: Conv_Montserrat-Light;
    color: rgba(0,0,0,0.41);
}

tr.able-script {
    background: white;
    text-align: center;
}

p.p-rice {
    position: relative;
    left: -20px;
    top: 5px;
    font-family: Conv_Montserrat-Bold !important;
    color: #00A298 !important;
}

.trans-icon p {
    color: #102225;
    font-family: Conv_Montserrat-bold;
    line-height: 13px;
    font-size: 15px;
}

.midle-btm-spin img {
    width: 150px !important;
}

.e-wallet-page {
    margin-top: 153px;
}

    .e-wallet-page .nav {
        margin-top: 0px;
        display: block;
        width: 200px;
        float: left;
    }

p.custom-ti {
    text-align: left;
    color: #404041;
    font-size: 14px;
}

.e-wallet-page .nav-tabs {
    border-bottom: none;
    background: #00080A;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 22px;
    border-radius: 12px 0px 0px 12px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

.btn-sde-men {
    margin-top: 36px;
    margin-bottom: 50px;
}

.e-wallet-page .nav-item a {
    background-image: url(../images/icon01-e.png) !important;
    background-repeat: no-repeat !important;
    padding-top: 60px;
    background-position: 63px 20px;
}

    .e-wallet-page .nav-item a:hover {
        background-image: url(../images/icon01-e-hover.png) !important;
        color: #00A298;
    }

.e-wallet-page .nav-tabs .nav-item:nth-child(4) > a:hover {
    background-image: url(../images/icon02-e-hover.png) !important;
    color: #00A298;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(5) > a:hover {
    background-image: url(../images/icon03-e-hover.png) !important;
    color: #00A298;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(6) > a:hover {
    background-image: url(../images/icon04-e-hover.png) !important;
    color: #00A298;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(7) > a:hover {
    background-image: url(../images/icon05-e-hover.png) !important;
    background-position: 62px 20px;
    color: #00A298;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(3) > .nav-link.active {
    background-image: url(../images/icon01-e-hover.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(4) > .nav-link.active {
    background-image: url(../images/icon02-e-hover.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(5) > .nav-link.active {
    background-image: url(../images/icon03-e-hover.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(6) > .nav-link.active {
    background-image: url(../images/icon04-e-hover.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(7) > .nav-link.active {
    background-image: url(../images/icon05-e-hover.png) !important;
}

.wallet-all-content {
    overflow: hidden;
    width: 920px;
    float: left;
}

span.cust {
    font-size: 12px;
    position: relative;
    top: -6px;
}

.e-wallet-page .tab-content {
    background: #DBDBDC;
    min-height: auto;
    width: 720px;
    float: left;
    border-radius: 0px 12px 12px 0px;
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

label.btn-bottom {
    text-align: center;
    margin-top: 40px;
}

.dep-tab h2, #wid h2, #chang h2, #his h2, .dep-tab2 h2 {
    text-align: center;
    font-family: Conv_Montserrat-Bold;
}

input.res-btn-ewal {
    background: url(../images/res-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.submit-dep {
    background: url(../images/sub-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_res-btn-ewal {
    background: url(../images/MY/simplified/res-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_submit-dep {
    background: url(../images/MY/simplified/sub-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_res-btn-ewal {
    background: url(../images/res-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_submit-dep {
    background: url(../images/sub-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.submit-wit {
    background: url(../images/wid-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_submit-wit {
    background: url(../images/MY/simplified/wid-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_submit-wit {
    background: url(../images/wid-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.submit-changepass {
    background: url(../images/save-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 35px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.submit-changepassreset {
    background: url(../images/res-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_submit-changepass {
    background: url(../images/MY/simplified/save-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_submit-changepassreset {
    background: url(../images/MY/simplified/res-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_submit-changepass {
    background: url(../images/save-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_submit-changepassreset {
    background: url(../images/res-btn-ewal-ch.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.submit-traf {
    background: url(../images/tran-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.simplified_submit-traf {
    background: url(../images/MY/simplified/tran-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

input.indo_submit-traf {
    background: url(../images/tran-btn-ewal.png);
    border: none;
    background-repeat: no-repeat;
    padding: 11px 46px;
    color: rgba(255,0,0,0);
    cursor: pointer;
}

textarea:focus, input:focus {
    outline: none;
}

.e-wallet-page .tab-content select {
    width: 100%;
    padding: 6px 5px;
    font-family: Conv_Montserrat-Regular;
    background: #FFF;
    color: rgba(16,34,37,0.58);
    font-size: 14px;
    background-image: url(../images/bg-arrow-sel.png);
    background-repeat: no-repeat;
    background-position: 99% 62%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.btn-his-btm {
    text-align: center;
    margin-top: 30px;
}

#his input[type="date"] {
    width: 296px;
    border: none;
    background: #102225;
    color: #008F85;
    padding: 5px 8px;
}

.e-wallet-page .tab-content input[type="text"], input[type="password"] {
    /*width: 100%;
    padding: 6px 7px;
    font-family: Conv_Montserrat-Regular;
    background: #FFF;
    color: rgba(16,34,37,0.58);
    font-size: 14px;
    border: none;*/
}

    .e-wallet-page .tab-content input[type="text"], input[type="password"]::-webkit-input-placeholder {
        color: rgba(16,34,37,0.58);
    }

    .e-wallet-page .tab-content input[type="text"], input[type="password"]::-moz-placeholder {
        color: rgba(16,34,37,0.58);
    }

    .e-wallet-page .tab-content input[type="text"], input[type="password"]:-ms-input-placeholder {
        color: rgba(16,34,37,0.58);
    }

    .e-wallet-page .tab-content input[type="text"], input[type="password"]:-moz-placeholder {
        color: rgba(16,34,37,0.58);
    }

span.prov {
    color: #EC1C24;
    font-family: Conv_Montserrat-Light;
    position: relative;
    left: 12px;
    font-size: 12px;
}

.dep-tab h5 {
    font-family: Conv_HelveticaLTStd-Bold;
}

.e-wallet-page label {
    display: block;
    margin-bottom: .5rem;
    font-family: Conv_Montserrat-Regular;
    display: inline-block;
    width: 100%;
}

.e-wallet-page .nav-tabs .nav-link.active {
    background-color: rgba(255,0,0,0) !important;
    border: none;
    color: #00A298;
    background-position: 64px 20px !important;
}

.e-wallet-page .nav-tabs .nav-link {
    color: white;
}

.content-wallet {
    overflow: hidden;
    margin-bottom: 65px;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(4) > a {
    background-image: url(../images/icon02-e.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(5) > a {
    background-image: url(../images/icon03-e.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(6) > a {
    background-image: url(../images/icon04-e.png) !important;
}

.e-wallet-page .nav-tabs .nav-item:nth-child(7) > a {
    background-image: url(../images/icon05-e.png) !important;
}

.e-wallet-page label {
    display: block;
    margin-bottom: .5rem;
}

.side-form {
    background: #008F85;
    float: right;
    width: 260px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

img.add-on {
    display: none;
    padding-left: 16px;
}

img.add-on-02 {
    padding-left: 16px;
    margin-top: 16px;
}

.side-form select {
    width: 100%;
    padding: 2px 6px;
    border-radius: 5px;
    color: #000 !important;
    background-image: url(../images/bg-arrow-trans.png);
    background-repeat: no-repeat;
    background-position: 101% 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

.side-form input[type="text"] {
    width: 100%;
    padding: 2px 8px;
    border-radius: 5px;
    color: #000 !important;
    border: none;
    font-size: 14px;
}

    .side-form input[type="text"]::-webkit-input-placeholder {
        color: color: #CCC;
        !important;
    }

    .side-form input[type="text"]::-moz-placeholder {
        color: color: #CCC;
        !important;
    }

    .side-form input[type="text"]:-ms-input-placeholder {
        color: color: #CCC;
        !important;
    }

    .side-form input[type="text"]:-moz-placeholder {
        color: color: #CCC;
        !important;
    }

.side-form h3 {
    color: white;
    text-align: center;
    font-family: Conv_Montserrat-Bold;
    padding-top: 15px;
}

label.btn-side {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3.open {
    color: white;
}

span.top-span {
    font-size: 12px;
    color: #00A298;
    position: relative;
    left: 9px;
}

p.comp {
    color: #D61C24;
    font-size: 14px;
    margin-bottom: 0px;
    background-image: url(../images/bg-comp.png);
    background-repeat: no-repeat;
    padding-left: 49px;
    padding-bottom: 8px;
    padding-top: 8px;
}

p.grey {
    font-size: 14px;
    margin-bottom: 2px;
    color: #808080;
}

.left-top {
    float: left;
    width: 100px;
}

.right-top {
    float: left;
}

.top-cont {
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 10px;
}

label.btn-bottom-wid {
    text-align: center;
    margin-top: 25px;
}

label.ch-btn-btm {
    text-align: center;
    margin-top: 20px;
}

div#sports {
    height: 650px;
}

.midle-btm-spin {
    width: 170px;
    float: left;
    margin-top: 55px;
}

.left-btm-spin img {
    width: 350px !important;
}

.left-btm-spin {
    float: left;
    margin-left: 10px;
    width: 362px;
}

.btm-cont-spin {
    overflow: hidden;
}

.tp-btm-cont {
    overflow: hidden;
}

.btm-cont-spin {
    float: left;
    width: 542px;
    margin-top: -30px;
}

.bottom-btm-cont h3 {
    text-align: center;
    font-size: 25px;
    color: #EEBC55;
}

.bottom-btm-cont ol li {
    font-size: 82%;
    line-height: 18px;
    margin-bottom: 7px;
    color: #EEBC55;
}

.bottom-btm-cont {
    background: #102225;
    padding-top: 10px;
    margin-left: 15px;
    margin-top: 7px;
    padding-bottom: 57px;
    padding-right: 25px;
}

.btm-rgt-cont-spin {
    float: right;
    width: 260px;
    margin-right: 22px;
    background: #102225;
    margin-top: -12px;
    padding-bottom: 10px;
    height: 500px;
    color: #EEBC55;
}

    .btm-rgt-cont-spin h2 {
        background: #00A298;
        color: white;
        text-align: center;
        padding: 9px 0px;
        font-size: 25px;
        font-family: Conv_Montserrat-Regular;
    }

.winslot-page {
    margin-top: 153px;
    overflow: hidden;
    background: url(../images/bg-win.png);
    margin-bottom: -29px;
    padding-bottom: 29px;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-side-sec img {
    width: 875px;
}

.left-side-sec {
    width: 260px;
    margin-left: 45px;
    float: left;
    padding-bottom: 7px;
    margin-right: 20px;
    margin-top: -60px;
}

.right-side-sec {
    margin-top: -85px;
}

.top-lft {
    background: #102225;
    padding-bottom: 10px;
    margin-top: 115px;
}

.btm-lft {
    background: #102225;
    margin-top: 35px;
    padding-bottom: 10px;
}

.left-side-sec tr td:nth-child(2) > div {
    border: solid 2px #008F85;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px #008F85;
    margin-right: 13px;
    margin-top: 4px;
    text-align: center;
    color: #008F85;
}

.left-side-sec tr td:nth-child(1) > div {
    margin-left: 10px;
}

.left-side-sec tr td div {
    margin-bottom: 3px;
    margin-top: 3px;
}

.left-side-sec h2 {
    background: #00A298;
    color: white;
    text-align: center;
    padding: 9px 0px;
    font-size: 25px;
    font-family: Conv_Montserrat-Regular;
}

.col03 .head-top-sec {
    background: #231F54;
    background-image: url(../images/log-list02.png);
    background-repeat: no-repeat;
    background-position: 215px 13px;
}

    .col03 .head-top-sec h3, .col03 .head-top-sec p {
        color: white;
    }

.col03 .top-sec-list tr {
    border-bottom: solid #231f54 2px;
}

.col03 .mid-bot-head-top-sec {
    background: #231f54;
}

.col03 .mid-bot-list td {
    border: solid #231f54 2px;
}

.col03 .mid-bot-head-top-sec h2 {
    color: white;
}

.col04 .head-top-sec {
    background: #EC1C24;
    background-image: url(../images/log-list03.png);
    background-repeat: no-repeat;
    background-position: 215px 13px;
}

    .col04 .head-top-sec h3, .col04 .head-top-sec p {
        color: white;
    }

.col04 .top-sec-list tr {
    border-bottom: solid #EC1C24 2px;
}

.col04 .mid-bot-head-top-sec {
    background: #EC1C24;
}

.col04 .mid-bot-list td {
    border: solid #EC1C24 2px;
}

.col04 .mid-bot-head-top-sec h2 {
    color: white;
}

.col05 .head-top-sec {
    background: rgb(44,128,253);
    background-image: url(../images/log-list04.png);
    background-repeat: no-repeat;
    background-position: 215px 13px;
}

    .col05 .head-top-sec h3, .col05 .head-top-sec p {
        color: white;
    }

.col05 .top-sec-list tr {
    border-bottom: solid rgb(44,128,253) 2px;
}

.col05 .mid-bot-head-top-sec {
    background: rgb(44,128,253);
}

.col05 .mid-bot-list td {
    border: solid rgb(44,128,253) 2px;
}

.col05 .mid-bot-head-top-sec h2 {
    color: white;
}

.col06 .head-top-sec {
    background: #EC1C24;
    background-image: url(../images/log-list05.png);
    background-repeat: no-repeat;
    background-position: 215px 13px;
}

    .col06 .head-top-sec h3, .col06 .head-top-sec p {
        color: white;
    }

.col06 .top-sec-list tr {
    border-bottom: solid #EC1C24 2px;
}

.col06 .mid-bot-head-top-sec {
    background: #EC1C24;
}

.col06 .mid-bot-list td {
    border: solid #EC1C24 2px;
}

.col06 .mid-bot-head-top-sec h2 {
    color: white;
}

.col07 .head-top-sec {
    background: #FDB913;
    background-image: url(../images/log-list06.png);
    background-repeat: no-repeat;
    background-position: 185px 17px;
}

    .col07 .head-top-sec h3, .col07 .head-top-sec p {
        color: #102225;
    }

.col07 .top-sec-list tr {
    border-bottom: solid #FDB913 2px;
}

.col07 .mid-bot-head-top-sec {
    background: #FDB913;
}

.col07 .mid-bot-list td {
    border: solid #FDB913 2px;
}

.col07 .mid-bot-head-top-sec h2 {
    color: #102225;
}

.col08 .head-top-sec {
    background: #003C10;
    background-image: url(../images/log-list07.png);
    background-repeat: no-repeat;
    background-position: 195px 13px;
}

    .col08 .head-top-sec h3, .col08 .head-top-sec p {
        color: white;
    }

.col08 .top-sec-list tr {
    border-bottom: solid #003C10 2px;
}

.col08 .mid-bot-head-top-sec {
    background: #003C10;
}

.col08 .mid-bot-list td {
    border: solid #003C10 2px;
}

.col08 .mid-bot-head-top-sec h2 {
    color: white;
}

.head-top-sec {
    background-color: #FFF100;
    background-image: url(../images/log-list01.png);
    background-repeat: no-repeat;
    background-position: 215px 13px;
    padding: 7px 15px;
}

    .head-top-sec h3 {
        font-family: Conv_Montserrat-Bold;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .head-top-sec p {
        font-family: Conv_Montserrat-Regular;
        font-size: 12px;
        margin-bottom: 0px;
    }

.top-sec-list tr {
    border-bottom: solid #fff100 2px;
}

.row-sec-list td {
    color: white;
    font-family: Conv_Montserrat-Medium;
    font-size: 23px;
    padding: 7px 14px;
}

.mid-bot-head-top-sec {
    background: #fff100;
    margin-top: 13px;
    text-align: center;
    color: #102225;
    font-family: Conv_Montserrat-Medium;
    padding: 4px;
}

.mid-bot-list td {
    border: solid #fff100 2px;
    font-family: Conv_Montserrat-Light;
    padding: 0px;
    text-align: center;
}

.mid-bot-head-top-sec h2 {
    margin-bottom: 0px;
    font-size: 29px;
}

.row-sec-list {
    width: 260px;
    float: left;
    margin-left: 20px;
}

    .row-sec-list:nth-child(2), .row-sec-list:nth-child(3), .row-sec-list:nth-child(4) {
        margin-left: 40px;
    }

    .row-sec-list:nth-child(5), .row-sec-list:nth-child(6), .row-sec-list:nth-child(7) {
        margin-top: 50px;
    }

    .row-sec-list:nth-child(6) {
        margin-left: 45px;
        margin-right: 25px;
    }

    .row-sec-list:nth-child(5) {
        margin-left: 160px;
    }

.image-ban-col {
    position: relative;
    text-align: center;
    top: -270px;
}

    .image-ban-col img {
        width: 15%;
    }

        .image-ban-col img:nth-child(2) {
            width: 27%;
        }

.section-list {
    background: #00080A;
    margin-top: -230px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
}

.lotterypage {
    margin-top: 155px;
}

h1.title-lot {
    color: #008F85;
    text-align: center;
    font-family: Conv_Montserrat-Light;
    font-size: 32px;
}

.num-spin {
    float: left;
    text-align: right;
}

    .num-spin img {
        width: 70%;
    }

.button-spin img {
    width: 20%;
    margin-top: 50px;
    margin-left: 40px;
}

.button-spin img {
    width: 20%;
}

.spiner {
    overflow: hidden;
}

.bgnode2 li a {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    font-family: Conv_Montserrat-Light;
}

span.icon-logo-01 {
    width: 91px;
    height: 31px;
    display: inline-block;
    background: url(../images/logo-01-l.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-02 {
    width: 101px;
    height: 31px;
    display: inline-block;
    background: url(../images/logo-02-l.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-03 {
    width: 126px;
    height: 31px;
    display: inline-block;
    background: url(../images/logo-03-l.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-04 {
    width: 111px;
    height: 31px;
    display: inline-block;
    background: url(../images/logo-04-l.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-05 {
    width: 66px;
    height: 31px;
    display: inline-block;
    background: url(../images/logo-05-l.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-01:hover {
    background: url(../images/img-icon01.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-02:hover {
    background: url(../images/img-icon02.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-03:hover {
    background: url(../images/img-icon03.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-04:hover {
    background: url(../images/img-icon04.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-05:hover {
    background: url(../images/img-icon05.png);
    background-repeat: no-repeat;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-06 {
    padding: 12px 195px;
    background: url(../images/logo-01-r.png);
    background-position: 6px 17px;
    background-repeat: no-repeat;
    background-size: 95px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-07 {
    padding: 12px 195px;
    background: url(../images/logo-02-r.png);
    background-position: 6px 13px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-08 {
    padding: 12px 195px;
    background: url(../images/logo-03-r.png);
    background-position: 6px 13px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-09 {
    padding: 12px 195px;
    background: url(../images/logo-04-r.png);
    background-position: 6px 9px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-10 {
    padding: 12px 195px;
    background: url(../images/logo-05-r.png);
    background-position: 6px 10px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-06:hover {
    padding: 12px 195px;
    background: url(../images/img-icon06.png);
    background-position: 6px 17px;
    background-repeat: no-repeat;
    background-size: 95px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-07:hover {
    padding: 12px 195px;
    background: url(../images/img-icon07.png);
    background-position: 6px 13px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-08:hover {
    padding: 12px 195px;
    background: url(../images/img-icon08.png);
    background-position: 6px 13px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-09:hover {
    padding: 12px 195px;
    background: url(../images/img-icon09.png);
    background-position: 6px 9px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

span.icon-logo-10:hover {
    padding: 12px 195px;
    background: url(../images/img-icon10.png);
    background-position: 6px 10px;
    background-repeat: no-repeat;
    background-size: 90px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.bgnode2 .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
    margin-left: 18px;
}

.top-content-sec .nav-tabs .nav-link.active {
    color: #f1bc56;
    background-color: rgba(255,255,255,0);
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-right: 22px;
    font-family: 'Conv_Montserrat-Bold';
    background: none !important;
}

    .top-content-sec .nav-tabs .nav-link.active:after {
        content: "";
        display: block;
        border-bottom: 1px solid #f1bc56;
        width: 103px;
        margin: 0 auto;
    }

@font-face {
    font-family: 'Conv_HelveticaLTStd-Bold';
    src: url('../fonts/HelveticaLTStd-Bold.eot');
    src: local('☺'),url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'),url('../fonts/Hel../fonts/LTStd-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: local('☺'),url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),url('../fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: local('☺'),url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),url('../fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Hijrnotes_PERSONAL_USE_ONLY';
    src: url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.eot');
    src: local('☺'),url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.woff') format('woff'),url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.ttf') format('truetype'),url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_LibreBaskerville-Italic';
    src: url('../fonts/LibreBaskerville-Italic.eot');
    src: local('☺'),url('../fonts/LibreBaskerville-Italic.woff') format('woff'),url('../fonts/LibreBaskerville-Italic.ttf') format('truetype'),url('../fonts/LibreBaskerville-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('☺'),url('../fonts/Montserrat-Bold.woff') format('woff'),url('../fonts/Montserrat-Bold.ttf') format('truetype'),url('../fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: local('☺'),url('../fonts/Montserrat-Light.woff') format('woff'),url('../fonts/Montserrat-Light.ttf') format('truetype'),url('../fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('☺'),url('../fonts/Montserrat-Medium.woff') format('woff'),url('../fonts/Montserrat-Medium.ttf') format('truetype'),url('../fonts/Montserrat-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('☺'),url('../fonts/Montserrat-Regular.woff') format('woff'),url('../fonts/Montserrat-Regular.ttf') format('truetype'),url('fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
    width: auto;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.form-control {
    border-radius: 0px;
}

.wrapper {
    width: 100%;
    background: #291f03;
    min-width: 1200px;
}

header .container-fluid {
    width: 100%;
    min-width: 1200px;
}

div#navbarText {
    width: 1325px;
    margin: auto;
}

section .container-fluid {
    width: 100%;
    margin: 0 auto;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc !important;
    -webkit-box-shadow: 0 0 5px #ccc !important;
    box-shadow: 0 0 5px rgba(204,204,204,0) !important;
    border: 1px solid rgba(255,255,255,0) !important;
    background: rgba(255,255,255,0) !important;
    margin-top: 0px;
    margin-bottom: 30px !important;
}

img.rez {
    height: 529px;
}

a.trying:active > img, a.trying:focus > img {
    background: url(../images/silver-coin-glowing.png);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: center;
}

img.silv {
    width: 348px;
    margin-top: -195px;
    margin-left: 90px;
    padding: 24px;
}

a.trying2:active > img, a.trying2:focus > img {
    background: url(../images/gold-coin-glowing.png);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: center;
}

img.gld {
    width: 348px;
    margin-top: -195px;
    padding: 24px;
}

.full-wd-color {
    background: #070f11;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    min-width: 1200px;
}

.top-cont-spin {
    margin-bottom: -23px;
}

.slides-home {
    width: 100%;
    margin: 0 auto;
}

    .slides-home .bx-viewport {
        height: 669px !important;
    }

.slides-home {
    background: #000000;
    height: 800px;
}

.home .slides-home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: right;
    width: 50%;
}

.home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: right;
    width: 51%;
}

#ngame .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 91%;
}

.slides-home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: -2px;
    width: 48%;
}

.slides-home .bx-controls.bx-has-controls-direction.bx-has-controls-auto.bx-has-pager {
    margin-top: 0px;
    margin-left: 20px;
}

.slides-home .bx-wrapper .bx-controls-auto {
    text-align: left;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #828280 !important;
}

.home .bx-wrapper .bx-pager.bx-default-pager a:hover, .home .bx-wrapper .bx-pager.bx-default-pager a.active, .home .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: white !important;
}

.btm-men {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 10px;
}

.top-content-sec {
    margin-top: 20px;
}

.right-cont a {
    text-decoration: none;
    color: #00a69c;
}

.btn-member li {
    display: inline;
}

ul.btn-member {
    margin-top: 25px;
    padding-left: 0px;
}

.frm-log .form-group {
    float: left;
    width: 48%;
}

.frm-log {
    overflow: hidden;
    margin-top: 29px;
}

    .frm-log .form-group:nth-child(1) {
        margin-right: 5px;
    }

    .frm-log .form-group input#name::-webkit-input-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#name::-moz-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#name:-ms-input-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#name:-moz-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#pass::-webkit-input-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#pass::-moz-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#pass:-ms-input-placeholder {
        color: #bbc0c3;
    }

    .frm-log .form-group input#pass:-moz-placeholder {
        color: #bbc0c3;
    }

header .col-lg-6 {
    flex: 0 0 53%;
    max-width: 53%;
}

header .col-lg-2 {
    flex: 0 0 21.666667%;
    max-width: 21.666667%;
}

.my-custom-nav .bg-faded {
    background-color: #00a69c;
    padding: 0px;
}

.my-custom-nav ul.navbar-nav {
    width: 100%;
}

.my-custom-nav .navbar-nav li:last-child {
    border-right: none;
}

.btm-men li:last-child {
    background: none;
    margin-right: 0px;
}

.btm-men li:nth-child(3) {
    width: 28%;
}

.left-cont-img {
    float: left;
    margin-right: 11px;
}

.btm-men li {
    overflow: hidden;
    list-style: none;
    width: 22%;
    float: left;
    background: url(../images/bg-men.png);
    background-repeat: no-repeat;
    background-size: 33px 51px;
    background-position: right 6px;
    margin-right: 18px;
    padding-top: 10px;
}

.btm-men ul {
    overflow: hidden;
}

.right-cont h5 {
    margin-bottom: 0px;
    font-family: 'Conv_Montserrat-Bold';
    font-size: 18px;
}

.right-cont p {
    margin-top: 0px;
    font-size: 12px;
    color: white;
    font-weight: 100;
    font-family: Conv_Montserrat-Light;
}

.right-cont {
    margin-top: 4px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #efbe55;
    }

.frm-log .form-control {
    border-radius: 0px;
    height: 30px;
    margin-top: 3px;
    background-color: #e6e7e9;
    font-size: 14px;
}

.frm-log input#name {
    background: url(../images/user.png);
    background-color: #dadada;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: -2px -2px;
    padding-right: 5px;
}

.frm-log input#pass {
    background: url(../images/pass.png);
    background-color: #dadada;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: -2px -2px;
    padding-right: 5px;
}

.hide {
    display: none;
}

.arr-place {
    float: right;
    position: relative;
    top: -6px;
    z-index: 999999999;
    left: -11px;
}

.place {
    border-right: dotted white 3px;
    height: 21px;
    margin-top: 36px;
}

.head-er .col-lg-1:nth-child(2) {
    width: 66px;
    display: inline-block;
    float: left;
    margin-right: 15px !important;
}

.head-er .col-lg-1:nth-child(3) {
    margin-right: 15px !important;
}

p.fpass a {
    font-size: 12px;
    font-family: Conv_Montserrat-Light;
    color: #bcbcbc;
}

p.fpass {
    margin-top: 3px;
}

.date {
    margin-top: 38px;
    margin-right: 7px;
}

/*.logo img {
    width: 100%;
}*/

h1.logo {
}

p.sub-btm {
    color: #d8a758;
    text-align: left;
    background: url(../images/bg-sub.jpg) 1px 4px;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-bottom: 4px;
    padding-top: 12px;
    margin-left: 120px;
    font-size: 12px;
    font-family: Conv_Montserrat-Light;
}

.head-er .col-lg-4 {
    margin-right: 8px !important;
}

div#timeDiv {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Conv_Montserrat-Light';
}

.my-info-1 img {
    position: relative;
    left: -12px;
}

.mes-s-before {
    margin-top: 37px;
    border-right: dotted white 3px;
    height: 21px;
    padding-right: 12px;
    border-left: dotted white 3px;
    width: 65px;
}

.mes-s {
    margin-top: 37px;
    border-right: dotted white 3px;
    height: 21px;
    padding-right: 5px;
    border-left: dotted white 3px;
    width: 90px;
}

    .mes-s img {
        position: relative;
        right: 5px;
    }

.place .my-info-1 {
    position: relative;
    top: -7px;
}

.arr-place select.div-toggle {
    width: 18px;
    padding: 0px;
    border: 0px;
    padding-bottom: 0px;
    background: url(../images/arrw-flag.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(255,0,0,0);
    cursor: pointer;
    margin-top: 13px;
    background-size: 15px 13px;
}

.arr-place option {
    color: black;
}

select.div-toggle:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

option {
    font-weight: normal;
    display: inline;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.arr-place option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    background: white;
}

.my-custom-nav .navbar-nav li {
    text-align: center;
    background: url(../images/bg-nav1.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 70%;
    font-family: 'Conv_Montserrat-Regular';
    font-size: 18px;
}

    .my-custom-nav .navbar-nav li:first-child {
        width: 40%;
    }

    .my-custom-nav .navbar-nav li:nth-child(2) {
        background: url(../images/bg-nav2.png);
        width: 40%;
    }

.navbar-light .navbar-nav li.active:first-child > .nav-link {
    color: rgba(13,28,31,0);
}

.navbar-light .navbar-nav li:first-child > .nav-link {
    color: rgba(255,0,0,0);
}

.navbar-light .navbar-nav li.active:nth-child(2) > .nav-link {
    color: rgba(13,28,31,0);
}

.navbar-light .navbar-nav li:nth-child(2) > .nav-link {
    color: rgba(255,0,0,0);
}

.my-custom-nav .navbar-nav li:nth-child(3) {
    background: url(../images/bg-nav3.png);
    background-position: 13px center !important;
    padding-left: 26px;
}

.my-custom-nav .navbar-nav li:nth-child(4) {
    background: url(../images/bg-nav4.png);
    background-position: 6px center !important;
    padding-left: 0px;
    padding-left: 34px;
}

.my-custom-nav .navbar-nav li:nth-child(5) {
    background: url(../images/bg-nav5.png);
    background-position: 35px center !important;
    padding-left: 0px;
    padding-left: 34px;
}

.my-custom-nav .navbar-nav li:nth-child(6) {
    background: url(../images/bg-nav6.png);
    background-position: 25px center !important;
    padding-left: 0px;
    padding-left: 34px;
}

.my-custom-nav .navbar-nav li:nth-child(7) {
    background: url(../images/bg-nav7.png);
    background-position: 25px center !important;
    padding-left: 0px;
    padding-left: 34px;
}

.my-custom-nav .navbar-nav li:last-child {
    background: url(../images/bg-nav8.png);
    background-position: 20px center !important;
    padding-left: 0px;
    padding-left: 34px;
}

.left-img-hov {
}

.first-hov .hover-block {
    display: block;
}

.hover-block {
    display: none;
    padding: 0;
    margin: 0;
    background: rgba(5,10,11,0.35);
    width: 100%;
    top: -529px;
}

.first-hov .hover-none {
    display: none;
}

.left-img-hov .hover-block a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s ease;
}

    .left-img-hov .hover-block a img:hover {
        -webkit-filter: grayscale(0);
        filter: none;
    }

p.name-pag {
    color: white;
    margin-bottom: 0px;
    padding-left: 55px;
    background: url(../images/arrwcle.png);
    background-repeat: no-repeat;
    background-position: 25px 1px;
}

.left-img-hov img {
    width: 100%;
    border-radius: 0px;
}

.btn-disco img {
    width: 30%;
}

.content-abs {
    position: absolute;
    top: 305px;
    text-align: center;
    width: 94.5555555%;
}

    .content-abs p {
        color: white;
        margin-bottom: 35px;
        font-size: 21px;
        font-family: Conv_Montserrat-Light;
    }

.right-cont-sec {
    padding-top: 10px;
}

.top-content-sec .col-lg-6:last-child {
    background: rgba(0,0,0,0.71);
    width: 10%;
    flex: 0 0 47.9%;
    margin-left: 15px !important;
}

.bx-wrapper img {
    margin: 0 auto;
    max-width: 85% !important;
}

.left-img-hov #change div:hover {
    opacity: 5;
    cursor: pointer;
}

.right-cont-sec .nav-tabs .nav-link.active {
    color: #f1bc56;
    background-color: rgba(255,255,255,0);
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: solid 1px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-left: 22px;
    margin-right: 22px;
    font-family: 'Conv_Montserrat-Bold';
}

.right-cont-sec .tab-content > .tab-pane {
    color: white !important;
    font-size: 40px !important;
}

.right-cont-sec .nav-tabs .nav-link:hover {
    border-color: rgba(236,238,239,0) rgba(236,238,239,0) rgba(221,221,221,0);
}

.right-cont-sec ul li a {
    color: white;
}

.right-cont-sec .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.right-cont-sec li {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Conv_Montserrat-Light;
}

.slides-car .row {
    width: 100%;
    padding-left: 23px;
}

.middle-content-sec div#carouselControls {
    background: red;
}

span.carousel-control-prev-icon:before {
    content: "\A";
    border-style: solid;
    border-width: 13px 19px 12px 0;
    border-color: transparent #929290 transparent transparent;
    position: absolute;
    left: -5px;
    top: -2px;
}

span.carousel-control-next-icon:after {
    content: "\A";
    border-style: solid;
    border-width: 13px 0px 13px 19px;
    border-color: rgba(146,146,144,0) rgb(136,136,134);
    position: absolute;
    left: 0px;
    top: -2px;
}

.carousel-control-prev-icon {
    position: relative;
}

.carousel-control-next-icon {
    position: relative;
}

.middle-content-sec div#carouselControls {
    background: url(../images/slides-bg.png);
    width: 100%;
    min-height: 310px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.middle-content-sec .carousel-item {
    padding-top: 35px;
}

.middle-content-sec .carousel-inner h6 {
    color: white;
    margin-bottom: 2px;
}

.middle-content-sec .carousel-inner p {
    color: #efc056;
    line-height: 18px;
    font-weight: 100;
    font-size: 15px;
}

.middle-content-sec .carousel-inner .col-lg-4:nth-child(1), .middle-content-sec .carousel-inner .col-lg-4:last-child {
    padding-top: 45px;
}

.middle-content-sec {
    margin-top: 30px;
    margin-bottom: 28px;
}

p.link-btn {
    position: absolute;
    top: 0px;
    color: white;
    padding-top: 11px;
    padding-left: 47px;
    background: url(../images/arrwcle.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
    padding-bottom: 11px;
    font-family: 'Conv_Montserrat-Medium';
    font-size: 18px;
}

.cont-p {
    width: 48%;
    float: left;
    overflow: hidden;
}

.lotery-cont img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.prom-cont img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.lotery-cont img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prom-cont img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cont-p.prom-cont {
    float: right;
}

.bottom-content-sec {
    background: #251403;
    margin-top: 15px;
    padding-top: 25px;
    min-width: 1200px;
}

    .bottom-content-sec p a {
        color: #808485 !important;
    }

        .bottom-content-sec p a:hover {
            color: white !important;
            text-decoration: none;
        }

    .bottom-content-sec ul {
        margin-bottom: 0px;
        padding: 0px;
    }

        .bottom-content-sec ul li {
            list-style: none;
            font-family: Conv_Montserrat-Light;
            font-size: 14px;
        }

.menu-bottom li {
    display: inline;
    text-transform: capitalize;
    margin-right: 12px;
}

    .menu-bottom li a {
        color: white;
        text-decoration: none;
    }

        .menu-bottom li a:hover {
            color: #e5b450;
        }

.ptop45 img {
    height: 100px;
}

.bgnode2 .nav-link {
    padding: 5px 13px;
    font-size: 13px;
}

.bgnode2 .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.bgnode2 .bx-wrapper .bx-pager, .bgnode2 .bx-wrapper .bx-controls-auto {
    bottom: -20px !important;
}

.bgnode2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 87% !important;
}

.bgnode2 .bx-wrapper .bx-prev {
    left: 3px;
    background-size: 83px 64px;
    background: none;
}

    .bgnode2 .bx-wrapper .bx-prev:before {
        content: "\A";
        border-style: solid;
        border-width: 10px 19px 12px 0;
        border-color: transparent #929290 transparent transparent;
        position: absolute;
        left: 3px;
        top: 4px;
    }

.bgnode2 .bx-wrapper .bx-next {
    right: -1px;
    background-size: 93px 65px;
    background: none;
}

    .bgnode2 .bx-wrapper .bx-next:after {
        content: "\A";
        border-style: solid;
        border-width: 13px 0px 10px 19px;
        border-color: rgba(146,146,144,0) rgb(136,136,134);
        position: absolute;
        left: 7px;
        top: 5px;
    }

.ptop45 h6 {
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    margin-top: 11px;
    font-size: 17px;
}

.ptop45 p {
    color: #f1be55;
    font-family: Conv_Montserrat-Light;
    font-size: 20px;
}

img.btn-bet {
    margin-top: 32px;
    margin-bottom: 16px;
}

.col-txt {
    color: #e5b450;
}

.spec-color p {
    color: #fff !important;
}

.bottom-content-sec p {
    color: #808485;
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 12px;
    font-family: 'Conv_Montserrat-Light';
}

.column-boxes-middle h6 {
    color: #f1be55;
}

.column-boxes {
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 20px;
}

.boxes {
    width: 180px;
    float: left;
    border-right: dashed 2px #e5b450;
    margin-left: 24px;
    padding-right: 24px;
    height: 140px;
}

    .boxes:nth-child(1) {
        margin-left: 0px;
        width: 381px;
    }

    .boxes:last-child {
        border-right: 0px;
        width: 12%;
        padding-right: 0px;
    }

.column-boxes-middle {
    border-top: dashed 2px #e5b450;
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.column-boxes-bottom .col-lg-6:first-child {
    border-right: dashed 2px #e5b450;
}

.column-boxes-bottom .col-lg-6:last-child {
    padding-left: 35px;
}

.column-boxes-middle .col-lg-6:first-child {
    border-right: dashed 2px #e5b450;
    padding-right: 50px;
}

.column-boxes-bottom {
    border-top: dashed 2px #e5b450;
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center;
}

.column-boxes-middle .col-lg-6:last-child {
    padding-left: 50px;
}

.feat-logo {
    margin: 0 4px;
    display: inline-block;
}

footer {
    background: #070f11;
    width: 1140px !important;
    max-width: 1140px !important;
    margin: auto;
}

p.copyright {
    margin-bottom: 0px;
    color: #83878a;
    padding-bottom: 10px;
    font-family: Conv_Montserrat-Light;
    font-size: 12px;
}

    p.copyright a {
        color: #83878a;
    }

@media (min-width: 1200px) {
}

@media screen and (max-width: 1999px) and (min-width: 992px) {
    header .container-fluid {
        margin-left: 50px;
    }

    .container-fluid {
        width: 1200px;
        max-width: 1200px;
    }

    .full-wd-color {
        background: #070f11;
    }

    header .container-fluid {
        width: 100%;
        margin: auto !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 268px) {
    section .container-fluid {
        width: 100%;
        min-width: 800px;
    }

    #forg-pass .modal-dialog {
        margin-right: 208px;
    }

    .bxslider-lcasino li {
        min-height: 40vh;
    }

    .slides-slcasino {
        min-height: 32vh;
    }

    .jcpt-dgt {
        width: 683px;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 36px !important;
    }

    .modal-dialog {
        max-width: 880px;
        margin: 60px auto;
    }

    header .container-fluid {
    }

    .container-fluid {
        width: 1400px;
        max-width: 1400px;
    }

    .full-wd-color {
        background: #070f11;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        width: 220px;
    }

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

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }
}

.nav-bar {
    width: 1200px;
    margin: 0 auto;
}

.nav-container {
    margin: 0 auto;
}

.nav-menu {
    display: none;
}

nav.nav-bar ul {
    list-style: none;
}

.nav-list {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

    .nav-list li {
        float: left;
        width: 14.25% !important;
    }

        .nav-list li.icbtn02 {
            float: left;
            width: 11%;
        }

        .nav-list li.icbtn {
            float: left;
            width: 5%;
        }

        .nav-list li a {
            display: block;
            color: #fff;
            padding: 5px 0px 9px 0px;
            font-size: 14px;
            text-align: center;
            line-height: 39px;
        }

            .nav-list li a:hover {
                background: #111825;
                color: #edbb54;
                text-decoration: none;
                padding-top: 5px;
            }

.nav01:hover::before {
    background: url(../images/bg-nav1-h.png);
    background-size: 35px 31px;
}

.nav02:hover::before {
    background: url(../images/bg-nav2-h.png);
    background-size: 35px 31px;
}

.nav03:hover::before {
    background: url(../images/bg-nav3-h.png);
    background-size: 35px 31px;
}

.nav04:hover::before {
    background: url(../images/bg-nav4-h.png);
    background-size: 35px 31px;
}

.nav05:hover::before {
    background: url(../images/bg-nav5-h.png);
    background-size: 35px 31px;
}

.nav06:hover::before {
    background: url(../images/bg-nav6-h.png);
    background-size: 35px 31px;
}

.nav07:hover::before {
    background: url(../images/bg-nav9-h.png);
    background-size: 35px 31px;
}

.nav08:hover::before {
    background: url(../images/bg-nav7-h.png);
    background-size: 35px 31px;
}

.nav09:hover::before {
    background: url(../images/bg-nav8-h.png);
    background-size: 35px 31px;
}

.active .nav01::before {
    background: url(../images/bg-nav1-h.png);
    background-size: 35px 31px;
}

.active .nav02::before {
    background: url(../images/bg-nav2-h.png);
    background-size: 35px 31px;
}

.active .nav03::before {
    background: url(../images/bg-nav3-h.png);
    background-size: 35px 31px;
}

.active .nav04::before {
    background: url(../images/bg-nav4-h.png);
    background-size: 35px 31px;
}

.active .nav05::before {
    background: url(../images/bg-nav5-h.png);
    background-size: 35px 31px;
}

.active .nav06::before {
    background: url(../images/bg-nav6-h.png);
    background-size: 35px 31px;
}

.active .nav07::before {
    background: url(../images/bg-nav9-h.png);
    background-size: 35px 31px;
}

.active .nav08::before {
    background: url(../images/bg-nav7-h.png);
    background-size: 35px 31px;
}

.active .nav09::before {
    background: url(../images/bg-nav8-h.png);
    background-size: 35px 31px;
}

.nav01:before {
    background: url(../images/bg-nav1.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 6px;
    vertical-align: -25%;
    content: "";
}

.nav02:before {
    background: url(../images/bg-nav2.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    vertical-align: -25%;
    content: "";
}

.nav03:before {
    background: url(../images/bg-nav3.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 0px;
    vertical-align: -25%;
    content: "";
}

.nav04:before {
    background: url(../images/bg-nav4.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 3px;
    vertical-align: -25%;
    content: "";
}

.nav05:before {
    background: url(../images/bg-nav5.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 5px;
    vertical-align: -25%;
    content: "";
}

.nav06:before {
    background: url(../images/bg-nav6.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 5px;
    vertical-align: -25%;
    content: "";
}

.nav07:before {
    background: url(../images/bg-nav9.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 3px;
    vertical-align: -25%;
    content: "";
}

.nav08:before {
    background: url(../images/bg-nav7.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 3px;
    vertical-align: -25%;
    content: "";
}

.nav09:before {
    background: url(../images/bg-nav8.png);
    background-size: 35px 31px;
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 3px;
    vertical-align: -25%;
    content: "";
}

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

@media screen and (min-width: 481px) and (max-width: 768px) {
    .nav-container, .container {
    }
}

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

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

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.process-bar {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    margin-top: 40px;
}

.pull-right {
    float: right;
}

a, a:active {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #999;
    }

.arrow-steps .step {
    color: #000;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 10px 80px;
    width: 24%;
    height: 80px;
    float: left;
    position: relative;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

    .arrow-steps .step:hover {
        background-color: #4d4d4d;
        text-decoration: none;
    }

        .arrow-steps .step:hover::after {
            border-left: 18px solid #4d4d4d;
        }

    .arrow-steps .step:after, .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 18px solid #291f03;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #291f03;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step span {
        position: relative;
        vertical-align: center;
    }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step span:before {
        display: inline-block;
        width: 35px;
        height: 31px;
        content: "";
        position: absolute;
        top: 70%;
        left: -47px;
    }

a.step:nth-child(1) {
    background: url(../images/num-men-01.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(2) {
    background: url(../images/num-men-02.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(3) {
    background: url(../images/num-men-03.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(4) {
    background: url(../images/num-men-04.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

.arrow-steps .step span h5 {
    margin-bottom: 0px;
    font-family: 'Conv_Montserrat-Bold';
    font-size: 18px;
    padding: 10px 0 0;
    color: #edbb54;
}

.arrow-steps .step span p {
    margin-top: 0px;
    font-size: 12px;
    color: white;
    font-weight: 100;
    font-family: Conv_Montserrat-Light;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    section .container-fluid {
        width: 100%;
        min-width: 800px;
    }

    .top-content-sec .col-lg-6:last-child {
        margin-left: 0 !important;
    }

    .footernode {
        margin: 0;
    }

    .col-lg-6 {
        padding: 0;
    }

    .middle-content-sec div#carouselControls {
        min-height: 0 !important;
    }

    .middle-content-sec {
        margin-top: 0;
    }

    .full-wd-color {
        min-width: 1200px;
        display: inline-block;
    }

    .content-abs {
        width: 100%;
        bottom: 0;
        top: auto;
    }

        .content-abs p {
            font-size: 14px;
            margin-bottom: 24px;
        }

    .right-cont-sec li {
        font-size: 12px;
    }

    .right-cont-sec .nav-tabs .nav-link.active {
        font-weight: normal;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-content {
        overflow: hidden;
        height: 100%;
    }

    .cont-p.prom-cont {
        float: left;
    }

    .bottom-content-sec {
        margin-top: 0;
    }

    .middle-content-sec {
        margin-bottom: 0;
    }

    .beforeHover {
        height: 310px;
    }
}

.my-custom-nav.sticky-top {
    width: 100%;
    min-width: 1200px;
    background: rgb(166, 137, 57);
    position: absolute;
    margin-top: 93px;
}

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

    .nav-list li {
        display: inline-block;
        width: 120px !important;
        vertical-align: middle;
        margin: 0px;
    }

html, body {
    margin: 0;
    height: 100%;
}

section .container-fluid {
    width: 1200px;
}

header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.contentWrapper {
    padding: 24px 0 0;
}

.contentWrapper2 {
    padding: 24px 0 0;
    margin-top: 180px;
}

.homeNodeWrap {
    width: 100%;
    display: inline-block;
}

.homeNode {
    width: 588px;
    display: inline-block;
    float: left;
    height: 288px;
}

.homeNode1 {
    width: 660px;
    display: inline-block;
    float: left;
    height: 300px;
    position: relative;
}

.homeNode2 {
    width: 520px;
    display: inline-block;
    float: right;
    height: 340px;
    position: relative;
}

.homeNode3 {
    width: 660px;
    display: inline-block;
    float: left;
    height: 300px;
    position: relative;
}

.homeNode4 {
    width: 520px;
    display: inline-block;
    float: right;
    height: 300;
    position: relative;
}

.homeNodeWrap .homeNode:nth-child(2) {
    margin: 0 0 0 24px;
}

.sportbook {
    background: url(../images/slides-bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

    .sportbook #carouselControls {
        margin: 48px 0 0;
    }

.ptop45 {
    padding-top: 45px;
}

.homeProWrap {
    width: 100%;
    display: inline-block;
}

.homePro {
    position: relative;
    float: left;
    overflow: hidden;
}

.homeProWrap .homePro:nth-child(2) {
    float: right;
}

.homePro img {
    transition: all 0.3s ease 0s;
}

    .homePro img:hover {
        transform: scale(1.1);
    }

.demobg .homeNode {
    background: #000;
}

.homeNode1 .hover-none p {
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
}

.hover-block > a {
    display: inline-block;
    float: left;
}

header.bgFull .my-custom-nav {
    background: rgba(7,143,133,1);
}

header.bgFull .headerWrap {
    background: #000;
    min-width: 1200px;
}

.headerWrap, .my-custom-nav {
    transition: all 0.3s ease;
}

.block_title {
    position: absolute;
    top: 0px;
    color: white;
    padding-top: 11px;
    padding-left: 47px;
    background: url(../images/arrwcle.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
    padding-bottom: 11px;
    font-family: 'Conv_Montserrat-Medium';
    font-size: 18px;
}

.bgnode2 {
    background: url(../images/homenode2.jpg) no-repeat center center;
}

.col3 {
    width: 218px;
}

.carouselItem {
    width: 100%;
}

.sportbook .bx-wrapper {
    margin-top: 20px;
}

.nav-list li.active a {
    background: #111825;
    color: #edbb54;
    text-decoration: none;
    padding: 5px 0px 10px 0px;
}

.slides-home .bx-controls-auto {
    display: none;
}

.content-banner {
    color: white;
    position: absolute;
    bottom: 150px;
    left: 300px;
}

    .content-banner p {
        font-size: 20px;
        font-family: montserrat;
        font-weight: 100;
    }

.btn-banner a img {
    float: left;
    width: 46%;
}

.btn-banner a:nth-child(2) > img {
    float: right;
}

div#bx-pager02 {
    position: absolute;
    top: -100px;
    left: 45%;
}

#bx-pager02 a {
    background: #4a4a4a;
    padding: 5px;
    font-size: 0px;
    border-radius: 47px;
    margin-left: 5px;
}

.feat-logo img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .feat-logo img:hover {
        -webkit-filter: grayscale(0);
        filter: none;
    }

.banner-pro {
    margin-top: -45px;
    text-align: center;
    margin-bottom: -190px;
}

.banner-slot-page {
    margin-top: 152px;
    text-align: center;
}

    .banner-slot-page .cont-ban-s {
        position: absolute;
        top: 250px;
        right: 188px;
    }

.top-img-slot .boxes-img {
    float: left;
    width: 300px;
    text-align: center;
}

.content-slots-page .nav-tabs .nav-link.active {
    color: #EEBC55;
    background-color: #00080A !important;
    border-color: #00080a #00080a #00080a;
    border-radius: 0px;
}

.content-slots-page .nav-tabs {
    border-bottom: none;
    background: #008F85;
    margin-bottom: 20px;
}

.content-slots-page .nav-link {
    display: block;
    padding: 60px 20px 17px 20px;
}

.content-slots-page .nav-tabs .nav-link {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Conv_Montserrat-Light;
}

.content-slots-page .nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 172px;
    text-align: center;
    border-right: solid 2px;
}

    .content-slots-page .nav-tabs .nav-item:last-child {
        border: none;
    }

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.games-col:hover .image {
    opacity: 0.3;
}

.games-col:hover .middle {
    opacity: 1;
}

.games-col:hover .game-name p {
    color: #EEBC55 !important;
}

.games-col2:hover .image {
    opacity: 0.3;
}

.games-col2:hover .middle {
    opacity: 1;
}

.games-col2:hover .game-name p {
    color: #EEBC55 !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(1) > a {
    background-image: url(../images/menu-slots01.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(2) > a {
    background-image: url(../images/menu-slots02.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(3) > a {
    background-image: url(../images/menu-slots03.png) !important;
    background-repeat: no-repeat !important;
    background-position: 54px 18px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(4) > a {
    background-image: url(../images/menu-slots04.png) !important;
    background-repeat: no-repeat !important;
    background-position: 58px 7px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(5) > a {
    background-image: url(../images/menu-slots07.png) !important;
    background-repeat: no-repeat !important;
    background-position: 47px 16px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(6) > a {
    background-image: url(../images/menu-slots05.png) !important;
    background-repeat: no-repeat !important;
    background-position: 56px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(7) > a {
    background-image: url(../images/menu-slots06.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(8) > a {
    background-image: url(../images/menu-slots06.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(1) > a:hover {
    background-image: url(../images/menu-slots01-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(2) > a:hover {
    background-image: url(../images/menu-slots02-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(3) > a:hover {
    background-image: url(../images/menu-slots03-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 54px 18px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(4) > a:hover {
    background-image: url(../images/menu-slots04-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 58px 7px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(5) > a:hover {
    background-image: url(../images/menu-slots07-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 47px 16px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(6) > a:hover {
    background-image: url(../images/menu-slots05-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 56px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(7) > a:hover {
    background-image: url(../images/menu-slots06-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(8) > a:hover {
    background-image: url(../images/menu-slots06-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(1) > a.active {
    background-image: url(../images/menu-slots01-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
}

.content-slots-page .nav-tabs .nav-item:nth-child(2) > a.active {
    background-image: url(../images/menu-slots02-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 65px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(3) > a.active {
    background-image: url(../images/menu-slots03-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 54px 18px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(4) > a.active {
    background-image: url(../images/menu-slots04-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 58px 7px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(5) > a.active {
    background-image: url(../images/menu-slots07-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 47px 16px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(6) > a.active {
    background-image: url(../images/menu-slots05-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 56px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(7) > a.active {
    background-image: url(../images/menu-slots06-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
    color: #EEBC55;
}

.content-slots-page .nav-tabs .nav-item:nth-child(8) > a.active {
    background-image: url(../images/menu-slots06-hov.png) !important;
    background-repeat: no-repeat !important;
    background-position: 67px 15px !important;
    color: #EEBC55;
}

.game-name p, .game-name2 p {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-family: Conv_Montserrat-Regular;
}

.content-slots-page {
    background: #102226;
}

.slide h5 {
    color: #EEBC55;
    margin-top: 10px;
    font-family: Conv_Montserrat-Regular;
    text-align: center;
}

.games-col {
    float: left;
    width: 146px;
    margin-left: 10px;
    margin-right: 11px;
    position: relative;
    background: black;
    height: 239px;
    margin-bottom: 22px;
}

.game-name {
    background: #102225;
    position: relative;
    bottom: 0px;
    color: white;
    width: 146px;
    text-align: center;
    font-size: 12px;
}

.games-col2 {
    float: left;
    width: 174px;
    margin-left: 10px;
    margin-right: 11px;
    position: relative;
    background: black;
    height: 198px;
    margin-bottom: 22px;
}

.game-name2 {
    background: #102225;
    position: relative;
    bottom: 0px;
    color: white;
    width: 174px;
    text-align: center;
    font-size: 12px;
}

.games-row {
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.closing-btn {
    position: absolute;
    top: 160px;
    right: 170px;
}

    .closing-btn img {
        width: 65%;
    }

.content-bottom {
    color: white;
    padding: 40px 40px;
    font-family: Conv_Montserrat-Light;
    margin-top: 40px;
}

    .content-bottom ol li {
        margin-bottom: 5px;
    }

    .content-bottom li span {
        color: #E3D631;
        margin-top: 10px !important;
    }

.top-content {
    color: #FFFFFF;
    text-align: center;
}

    .top-content h1 {
        font-family: Conv_Montserrat-Regular;
        font-size: 60px;
    }

    .top-content h3 {
        font-family: Conv_Montserrat-Light;
    }

.btn-claim {
    text-align: right;
}

section.promote {
    margin-top: 150px;
}

.left-col {
    float: left;
    width: 510px;
}

.right-col {
    float: right;
    width: 510px;
    margin-right: 155px;
}

img.cust-img {
    width: 510px;
}

.col-2-box {
    overflow: hidden;
    color: white;
    margin-bottom: -80px;
}

.img-title {
    position: relative;
    top: -140px;
    text-align: center;
}

.btn-mr {
    position: absolute;
    top: 115px;
    right: 0px;
    margin-right: 15px;
}

.menu-list-side ul.nav.nav-tabs {
    position: fixed;
    top: 130px;
    right: 190px;
    background: #008F85;
    border-bottom: 0px;
    width: 100px;
    text-align: center;
    z-index: 900;
}

.menu-list-side .nav-link {
    color: white;
}

.menu-list-side a.active {
    background: #102226 !important;
    color: #EEBC55 !important;
    border-radius: 0px !important;
    border: none !important;
}

.menu-list-side .nav-link {
    display: block;
    padding-top: 50px;
    padding-bottom: 5px;
}

.menu-list-side .nav-tabs .nav-item:nth-child(1) > a {
    background-image: url(../images/men01.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(2) > a {
    background-image: url(../images/men02.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(3) > a {
    background-image: url(../images/men03.png) !important;
    background-position: 34px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(4) > a {
    background-image: url(../images/men04.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(5) > a {
    background-image: url(../images/men05.png) !important;
    background-position: 27px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(6) > a {
    background-image: url(../images/men06.png) !important;
    background-position: 16px 10px !important;
    background-repeat: no-repeat !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(1) > a:hover {
    background-image: url(../images/men01-hover.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(2) > a:hover {
    background-image: url(../images/men02-hover.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(3) > a:hover {
    background-image: url(../images/men03-hover.png) !important;
    background-position: 34px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(4) > a:hover {
    background-image: url(../images/men04-hover.png) !important;
    background-position: 29px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(5) > a:hover {
    background-image: url(../images/men05-hover.png) !important;
    background-position: 27px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(6) > a:hover {
    background-image: url(../images/men06-hover.png) !important;
    background-position: 16px 10px !important;
    background-repeat: no-repeat !important;
    color: #EEBC55 !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(1) > a.nav-link.active {
    background-image: url(../images/men01-hover.png) !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(2) > a.nav-link.active {
    background-image: url(../images/men02-hover.png) !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(3) > a.nav-link.active {
    background-image: url(../images/men03-hover.png) !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(4) > a.nav-link.active {
    background-image: url(../images/men04-hover.png) !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(5) > a.nav-link.active {
    background-image: url(../images/men05-hover.png) !important;
}

.menu-list-side .nav-tabs .nav-item:nth-child(6) > a.nav-link.active {
    background-image: url(../images/men06-hover.png) !important;
}

.slides-lcasino {
    background: #000000;
}

.menu-list-side .nav {
    display: block;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(255,0,0,0);
}

.col-2-box h3 {
    font-family: Conv_HelveticaLTStd-Bold;
}

.col-2-box p {
    font-family: Conv_Montserrat-Light;
}

.full-tit {
    width: 80%;
    margin: auto;
}

#promo_header {
    min-height: 636px;
}

a .content-ban {
    color: white;
}

.content-ban h1 {
    font-family: Conv_HelveticaLTStd-Bold;
    font-size: 90px;
    line-height: 80px;
    background: url(../images/title-bg-banner.png);
    background-repeat: no-repeat;
    background-position: 235px 84px;
}

.content-ban h2 {
    font-size: 53px;
    color: #EEBC55;
    font-family: Conv_HelveticaNeueLTStd-Roman;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: white !important;
}

.content-ban p {
    font-family: Conv_LibreBaskerville-Italic;
    font-size: 19px;
    letter-spacing: 2px;
    color: #a7a7a3;
    margin-top: 59px;
}

header .container-fluid {
    margin-bottom: -21px !important;
}

.content-ban {
    position: absolute;
    top: 250px;
    left: 315px;
}

.slides-home .bx-wrapper .bx-controls-direction a {
    top: 65% !important;
}

@media screen and (max-width: 1200px) {
    .content-banner {
        color: white;
        position: absolute;
        top: 335px;
        left: 130px;
    }
}

@media screen and (min-width: 1280px) {
    .content-ban {
        top: 230px;
        left: 60px;
    }

        .content-ban p {
            margin-top: 40px;
        }

    .menu-list-side ul.nav.nav-tabs {
        right: 70px;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 435px;
        left: 130px;
    }

    .jpot-gal .jcpt-dgt {
        left: -28px !important;
    }
}

@media screen and (min-width: 1365px) {
    .content-ban {
        left: 100px;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 110px;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 415px;
        left: 200px;
    }
}

@media screen and (min-width: 1439px) {
    .slides-home .bx-wrapper .bx-prev {
        left: 95px !important;
    }

    .slides-home .bx-wrapper .bx-next {
        right: 95px !important;
    }

    .slides-lcasino .bx-wrapper .bx-prev {
        left: 95px !important;
    }

    .slides-lcasino .bx-wrapper .bx-next {
        right: 95px !important;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 140px;
    }

    .content-ban {
        left: 140px;
        z-index: 9999999;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 490px;
        left: 160px;
    }

    .jpot-gal .jcpt-dgt {
        left: -28px !important;
        top: -250px;
    }
}

@media screen and (min-width: 1600px) {
    .content-ban {
        left: 220px;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 223px;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 490px;
        left: 220px;
    }
}

@media screen and (min-width: 1679px) {
    .content-ban {
        left: 255px;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 263px;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 580px;
        left: 185px;
    }

    .row.jpot-gal .col-md-8.col-sm-8 {
        right: -115px;
        top: 15px;
    }

    .jpot-gal .jcpt-dgt {
        left: -130px !important;
        top: -262px !important;
    }
}

@media screen and (min-width: 1919px) {
    .content-ban {
        left: 380px;
    }

    .content-banner {
        color: white;
        position: absolute;
        top: 535px;
        left: 350px;
    }

    .btn-banner {
        margin-top: 50px;
    }

    .slides-lcasino .bx-wrapper .bx-prev {
        left: 325px !important;
    }

    .slides-lcasino .bx-wrapper .bx-next {
        right: 325px !important;
    }

    .menu-list-side ul.nav.nav-tabs {
        right: 383px;
    }
}

@-moz-document url-prefix() {
    .trans-icon:nth-child(1):hover::before {
        left: 19.8%;
    }

    .trans-icon:nth-child(2):hover::before {
        left: 37.8%;
    }

    .trans-icon:nth-child(3):hover::before {
        left: 55.8%;
    }

    .trans-icon:nth-child(4):hover::before {
        left: 19.8%;
    }

    .trans-icon:nth-child(5):hover::before {
        left: 37.8%;
    }

    .trans-icon:nth-child(6):hover::before {
        left: 55.8%;
    }

    .trans-icon:nth-child(7):hover::before {
        left: 19.8%;
    }

    .trans-icon:nth-child(8):hover::before {
        left: 37.8%;
    }

    .trans-icon:nth-child(9):hover::before {
        left: 55.8%;
    }

    .trans-icon:nth-child(10):hover::before {
        left: 19.8%;
    }

    .header-f .col-lg-3.nopadding {
        flex: 0 0 25% !important;
        max-width: 58% !important;
        float: left;
        z-index: 9999;
    }

    .header-f .col-lg-2.nopadding {
        flex: 0 0 2.666667%;
        max-width: 98.666667%;
    }

    .head-er .col-lg-4 {
        margin-right: 8px !important;
        flex: 0 0 31.333%;
        max-width: 28.333%;
    }
}

.footInfo {
    width: 100%;
    display: inline-block;
    padding: 24px 0 16px;
    border-bottom: 2px dashed #e5b450;
}

.footInfoLeft {
    width: 580px;
    display: inline-block;
    float: left;
    border-right: 2px dashed #e5b450;
}

.footInfoRight {
    width: calc(100% - 582px);
    display: inline-block;
    float: left;
}

.footInfoNode {
    float: left;
    display: inline-block;
    min-height: 110px;
}

    .footInfoNode h3 {
        color: #e5b450;
        font-size: 12px;
        font-weight: 100;
        font-family: "Conv_Montserrat-Light";
    }

.footInfo1 {
    width: 337px;
    border-right: 2px dashed #e5b450;
}

    .footInfo1 p {
        color: #FFF;
    }

.footInfo2 {
    width: calc(100% - 355px);
    padding: 0 0 0 16px;
}

.footInfo3 {
    width: 236px;
    padding: 0 0 0 26px;
    border-right: 2px dashed #e5b450;
}

.footInfo4 {
    width: 186px;
    padding: 0 0 0 16px;
    border-right: 2px dashed #e5b450;
}

.footInfo5 {
    width: calc(100% - 438px);
    padding: 0 0 0 16px;
}

.footCopy {
    width: 100%;
    display: inline-block;
    padding: 24px 0 16px;
}

.footCopyLeft {
    width: 580px;
    display: inline-block;
    float: left;
    border-right: 2px dashed #e5b450;
    min-height: 94px;
}

.footCopyRight {
    width: calc(100% - 582px);
    display: inline-block;
    float: left;
}

.footCopyLeft h3 {
    color: #e5b450;
    font-size: 12px;
    font-weight: 100;
    font-family: "Conv_Montserrat-Light";
    padding: 8px 0 0;
}

.cm img {
    width: 10px;
}

.jcpt-dgt ul {
    padding-left: 0;
    margin-left: 260px;
    margin-top: 14px;
}

    .jcpt-dgt ul li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        padding: 0px;
    }

.j_fullstop {
    background: url(../images/fullstop.png) no-repeat;
    background-size: auto auto;
    width: 14px;
    height: 56px;
    display: block;
    position: relative;
    background-size: 15px 61px;
    bottom: -9px;
}

.j_num0 {
    background: url('../images/j010.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num1 {
    background: url('../images/j01.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num2 {
    background: url('../images/j02.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num3 {
    background: url('../images/j03.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num4 {
    background: url('../images/j04.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num5 {
    background: url('../images/j05.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num6 {
    background: url('../images/j06.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num7 {
    background: url('../images/j07.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num8 {
    background: url('../images/j08.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

.j_num9 {
    background: url('../images/j09.png') no-repeat;
    background-size: auto auto;
    height: 50px;
    display: block;
    width: 30px;
    background-size: 30px 48px;
}

li.cm {
    position: relative;
    top: -12px;
}

.jpot-gal {
    position: absolute;
    top: -135px;
    width: 100%;
}

    .jpot-gal .col-md-8.col-sm-8 {
        right: -10px;
    }

@media screen and (max-width: 1200px) {
    .jpot-gal {
        position: absolute;
        top: -119px;
        width: 100%;
    }

        .jpot-gal .col-md-8.col-sm-8 {
            right: -10px;
        }
}

@media screen and (min-width: 1280px) {
    .jpot-gal {
        position: absolute;
        top: -139px;
        width: 100%;
    }

        .jpot-gal .col-md-8.col-sm-8 {
            right: -10px;
        }
}

@media screen and (min-width: 1365px) {
}

@media screen and (min-width: 1439px) {
    .jpot-gal {
        position: absolute;
        top: -95px;
        width: 115%;
    }

        .jpot-gal .col-md-8.col-sm-8 {
            right: 10px;
        }
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1679px) {
    .jpot-gal {
        position: absolute;
        top: -167px;
        width: 100%;
    }

        .jpot-gal .col-md-8.col-sm-8 {
            right: 50px;
        }
}

@media screen and (min-width: 1919px) {
    .jpot-gal {
        position: absolute;
        top: -180px;
        width: 100%;
    }

        .jpot-gal .col-md-8.col-sm-8 {
            right: 80px;
        }
}

.col-md-4.col-sm-4.jckpt-bx {
    top: -25px;
}

.loginbtn {
    background-image: url(../images/login-btn.png);
    border: none;
    padding: 7px 20px;
    background-color: rgba(255,0,0,0);
    color: rgba(255,0,0,0);
    cursor: pointer;
}

.simplified_loginbtn {
    background-image: url(../images/MY/simplified/login-btn.png);
    border: none;
    padding: 7px 20px;
    background-color: rgba(255,0,0,0);
    color: rgba(255,0,0,0);
    cursor: pointer;
}

.indo_loginbtn {
    background-image: url(../images/login-btn.png);
    border: none;
    padding: 7px 20px;
    background-color: rgba(255,0,0,0);
    color: rgba(255,0,0,0);
    cursor: pointer;
}

label.error {
    color: red;
    font-size: 14px;
    float: left;
}

.general_err {
    color: red;
    font-size: 12px;
    margin-left: -56px;
}

#forgotForm label.error {
    color: red;
    font-size: 14px;
    float: left;
    margin-left: 37px;
}

#loading {
    text-align: center;
}

#regForm label.error {
    color: red;
    font-size: 14px;
    float: left;
    margin-left: 47px;
}

.regerror {
    color: red;
    font-size: 14px;
}

.slot-sel-box {
    display: block;
    width: 255px;
    height: 145px;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 255px 145px;
    margin: 0 auto;
}

    .slot-sel-box:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .slot-sel-box.active {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .slot-sel-box.comingsoon:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.tablepay {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 13px;
}

    .tablepay th {
        border: 1px solid #424242;
        background-color: rgba(7,143,133,0.5);
        color: #FFF;
    }

    .tablepay td {
        border: 1px solid #424242;
        background-color: #FFFFFF;
        color: #848484;
        line-height: 13px;
    }

.titlepay {
    font-size: 30px;
    color: #008F85;
}

.title2pay {
    font-size: 14px;
}

.title3pay {
    font-size: 13px;
    padding-top: 5px;
}

#openBank a:link, a:visited {
    color: #008F85;
    text-decoration: none;
}

.ui-dialog .ui-dialog-content {
    font-size: 14px;
}

.about-page a {
    color: #008F85;
}

.promosi-thumb {
    position: relative;
    margin-bottom: 20px;
    float: right;
}

.promo-wrapper {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.wallet_summary {
    width: 350px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.summary_header {
    padding: 8px 0 !important;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: #e5b450;
}

.summary_left {
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-top: 2px;
    width: 50%;
}

.summary_right {
    float: left;
    text-align: right;
    width: 50%;
    padding-right: 15px;
}

.summary_wallet {
    float: left;
    width: 50%;
    height: auto;
    padding: 10px 0 10px 15px;
    background: #102226;
    border-bottom: #666 1px solid;
    text-align: left;
}

.summary_amount {
    float: left;
    width: 50%;
    height: auto;
    padding: 10px 15px 10px 0;
    border-bottom: #666 1px solid;
    background: #102226;
    text-align: right;
}

.sm_top {
    font-size: 10px;
    vertical-align: top;
}

.summary_foot {
    padding: 10px 0 !important;
    background: #102226;
}

.af-login ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.af-login > ul > li {
    margin: 0 0 0 15px !important;
}

    .af-login > ul > li > a:hover {
        color: red;
    }

.af-login ul li ul {
    position: absolute;
    margin: -15px 0 0 -56px;
    z-index: 9999;
    display: none;
    visibility: hidden;
}

.af-login ul li:hover ul {
    display: block;
    visibility: visible;
}

.af-login ul li ul li {
    width: 350px;
}

.btnTransferClose, .btnTransferConfirm {
    background-color: rgba(7,143,133,0.5);
    font-weight: bold;
    color: #fff;
}

.sportpage {
    width: 1000px;
    margin: 158px auto;
}

.thankyoupage {
    width: 1000px;
    margin: 200px auto;
}

.MsoNormalTable table {
    color: #000;
}

.main-etop {
    font-family: Conv_Montserrat-bold;
    line-height: 13px;
    font-size: 15px;
}

.selectlang {
    cursor: pointer;
}

.dropdown .sports-dropdown-content {
    display: none;
    position: absolute;
    line-height: 13px;
    background-color: #151515;
    color: #fffcd6;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

.dropdown:hover .sports-dropdown-content {
    display: block;
}

.dropdown ul, li {
    padding: 0;
    margin: 0;
}

.sports-dropdown-content li {
    padding: 5px 0px;
}

    .sports-dropdown-content li:hover {
        background-color: #000000;
        width: 100%;
    }

.sports-dropdown-content > li > a.cmdsports {
    background: #151515 url(../images/cmdlogo_grey.png) no-repeat left center;
    text-align: left;
    width: 200px;
    padding: 5px 5px 5px 55px;
    line-height: 20px;
    background-size: 50px;
    color: #acacac;
    font-weight: bold;
    font-size: 14px;
}

    .sports-dropdown-content > li > a.cmdsports:hover {
        background: #000000 url(../images/cmdlogo.png) no-repeat left center;
        text-align: left;
        width: 200px;
        padding: 5px 5px 5px 55px;
        line-height: 20px;
        background-size: 50px;
        color: #acacac;
        font-weight: bold;
        font-size: 14px;
    }

.sports-dropdown-content > li > a.maxbetsports {
    background: #151515 url(../images/maxbetlogo_grey.png) no-repeat left center;
    text-align: left;
    width: 200px;
    padding: 5px 5px 5px 55px;
    line-height: 20px;
    background-size: 50px;
    color: #acacac;
    font-weight: bold;
    font-size: 14px;
}

    .sports-dropdown-content > li > a.maxbetsports:hover {
        background: #000000 url(../images/maxbetlogo.png) no-repeat left center;
        text-align: left;
        width: 200px;
        padding: 5px 5px 5px 55px;
        line-height: 20px;
        background-size: 50px;
        color: #acacac;
        font-weight: bold;
        font-size: 14px;
    }

.promo_table {
    background-color: #070f11;
    color: #eebc55;
}

    .promo_table th {
        padding: 5px 0px 5px 0px;
        font-weight: bold;
        background-color: #008F85;
        color: #ffffff;
    }

    .promo_table td {
        padding: 5px 0px 5px 0px;
    }
