@font-face {
    font-family: 'dinpro';
    src: url("fonts/din-regular-webfont.eot");
    src: url("fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-regular-webfont.woff") format("woff"), url("fonts/din-regular-webfont.ttf") format("truetype"), url("fonts/din-regular-webfont.svg#dinprobold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'dinpro';
    src: url("fonts/din-medium-webfont.eot");
    src: url("fonts/din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-medium-webfont.woff") format("woff"), url("fonts/din-medium-webfont.ttf") format("truetype"), url("fonts/din-medium-webfont.svg#dinpro") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

html, body {
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5 {
    font-family: "dinpro"
}

p {
    font-size: 0.875rem;
    color: #bbb
}

.text-alt {
    color: #dab867
}

small, .small {
    font-size: 0.750rem
}

.primary-link {
    color: #2a8fbd
}

.primary-link:focus, .primary-link:hover {
    text-decoration: none;
    color: #216f93
}

.canvas {
    background-color: #023144;
    overflow: hidden;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3)
}

.canvas.expanded {
    -webkit-transform: translate(310px, 0px) !important;
    -moz-transform: translate(310px, 0px) !important;
    transform: translate(310px, 0px) !important
}

.main-screen {
    background: #023144;
    position: relative;
    height: 100%;
    /* margin-bottom: 80px; */
}

.download-app-box + .main-screen {
    height: calc(100% - 60px)
}

.screen {
    margin-left: -16px;
    margin-right: -16px
}

.body {
    width: 100%;
    overflow: auto;
    top: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background:#ffffff;
    -webkit-overflow-scrolling: touch;
    max-width: 1024px;
    margin: auto;
}

.body.has-tab {
    top: 94px
}

.body.has-footer {
    bottom: 60px
}

.body.main-content-full {
    padding: 0
}

.body.full {
    top: 0
}

body .modal {
    overflow-x: hidden;
    overflow-y: scroll
}

.has-banner {
    padding-top: 47px;
    position: absolute;
    overflow: auto;
    height: 100%;
    z-index: 0;
    background-color: #023144;
    width: 100%
}

.has-banner .tab-bar {
    top: 0;
    position: relative
}

.has-banner .has-tab {
    top: 0;
    position: relative
}

.tab-bar-fixed .tab-bar {
    top: 47px;
    position: fixed
}

.banner-tournament {
    background-color: #010d12;
    position: relative
}

.banner-tournament img {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: block
}

.banner-tournament .banner-content {
    text-align: center;
    padding: 15px;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%)
}

.banner-tournament .banner-content h4 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px
}

.banner-tournament .banner-content p {
    color: #d3dee3
}

.body.vip {
    background: #1f1f1f
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.no-gutter > div[class^="col-"], .no-gutter > div[class*=" col-"] {
    padding-left: 0;
    padding-right: 0
}

.thin-gutter {
    margin-left: -8px;
    margin-right: -8px
}

.thin-gutter > div[class^="col-"], .thin-gutter > div[class*=" col-"] {
    padding-left: 8px;
    padding-right: 8px
}

.extra-thin-gutter {
    margin-left: -2px;
    margin-right: -2px
}

.extra-thin-gutter > div[class^="col-"], .extra-thin-gutter > div[class*=" col-"] {
    padding-left: 2px;
    padding-right: 2px
}

.container {
    max-width: 1024px
}

.container-extra-thin {
    padding-left: 4px;
    padding-right: 4px
}

.table-responsive {
    border: none
}

.canvas-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar-open .canvas-overlay {
    z-index: 5;
    visibility: visible;
    opacity: 1
}

.icon-ballon {
    position: relative
}

.icon-ballon:after {
    /* content: '*'; */
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-family: "dinpro";
    width: 15px;
    height: 15px;
    /* background-color: #fd1f33; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: -15px;
    position: absolute
}

@media all and (max-width: 320px) {
    .canvas.expanded {
        -webkit-transform: translate(290px, 0px) !important;
        -moz-transform: translate(290px, 0px) !important;
        transform: translate(290px, 0px) !important
    }
}

@media all and (min-width: 768px) {
    .break-sm {
        display: block
    }
}

.btn {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "dinpro";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn.active, .btn:active, .btn:focus, .btn:hover {
    outline: 0 none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #999;
}

.btn.btn-xxs {
    font-weight: 700;
    font-size: 0.688rem;
    padding: 2px 4px
}

.btn.btn-xs {
    font-weight: 700;
    font-size: 0.750rem
}

.btn.btn-lg {
    font-size: 1rem
}

.btn.btn-icon > span {
    display: inline;
    vertical-align: middle
}

.btn.btn-icon > i[class^="icon-"], .btn.btn-icon > i[class*="icon-"] {
    font-size: 1.750rem;
    display: inline;
    vertical-align: middle
}

.btn-primary {
    background-color: #0000F9;
    border-color: #0000F9;
    width: 100%;
}

.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
    background-color: #38c0ff;
    border-color: #38c0ff
}

.btn-gray {
    color: #ffffff;
    background-color: #E27A26;
    border-color: #E27A26;
    width: 100%;
}

.btn-gray:active:focus, .btn-gray:active:hover, .btn-gray:focus, .btn-gray:hover {
    color: #1c6080;
    background-color: #fff;
    border-color: #fff
}

.btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover {
    background-color: #012534 !important;
    border-color: #012534 !important
}

.btn-line {
    color: #d3dee3;
    background-color: transparent;
    border-color: #2a8fbd
}

.btn-line:active:focus, .btn-line:active:hover, .btn-line:focus, .btn-line:hover {
    color: #d3dee3;
    background-color: transparent;
    border-color: #216f93
}

.btn-ghost {
    color: #2a8fbd;
    background-color: transparent;
    border-color: #292929
}

.btn-ghost:active:focus, .btn-ghost:active:hover, .btn-ghost:focus, .btn-ghost:hover {
    color: #216f93;
    background-color: transparent;
    border-color: #292929
}

.input-group-btn .btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.40;
    filter: alpha(opacity=40)
}

.header {
    padding-left: 5px;
    padding-right: 5px;
    /* top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute; */
    height: 47px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095)
}

.header:before, .header:after {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.header .header-title {
    text-align: center;
    color: #d3dee3;
    font-family: "dinpro";
    font-size: 1.250rem;
    display: block;
    white-space: nowrap;
    width: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    height: 47px;
    line-height: 47px;
    position: absolute
}

.header .header-title img {
    width: 100px;
    margin-top: 10px;
    vertical-align: top
}

.header .header-title.header-title-left {
    width: calc(100% - 145px);
    max-width: 100%;
    margin-left: 50px;
    margin-right: 0;
    text-align: left;
    overflow: hidden
}

.header .header-title .header-title-text {
    display: inline-block;
    white-space: nowrap;
    position: relative
}

.header .header-button {
    text-align: center;
    height: 47px;
    display: table;
    z-index: 30;
    position: relative;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.header .header-button span {
    vertical-align: middle;
    display: table-cell;
}
.right_nav_header span{
    color:#edb617;
}
.header .header-button.header-button-text {
    font-size: 0.875rem;
    width: auto !important;
    text-transform: uppercase
}

.header .header-button.header-button-left {
    float: left !important
}

.header .header-button.header-button-right {
    float: right !important
}

.header .header-button .icon {
    font-size: 2rem
}

.header .header-button .button-text {
    margin-left: 4px;
    letter-spacing: 1px
}

.header .header-button.btn {
    padding-top: 12px;
    padding-bottom: 12px
}

.header .header-button small {
    color: #fff;
    font-family: "dinpro";
    line-height: 1.1;
    font-size: 17px;
    top: 5px;
    right: 0;
    background-color: #fd1f33;
    width: 12px;
    height: 12px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.header.header-search {
    text-align: left;
    display: table;
    table-layout: fixed
}

.header.header-search .header-search-input, .header.header-search .header-button {
    float: none !important;
    display: table-cell;
    vertical-align: middle
}

.header.header-search .header-button {
    text-align: left;
    width: 45px !important;
    white-space: nowrap
}

.header.header-search .header-search-input {
    width: 100%
}

.header.header-search .header-search-input .form-control {
    color: #f2f2f2;
    border-color: #333;
    background-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.header.header-search .header-search-input .btn {
    color: #b3b3b3;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #333;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.header.header-search .header-search-input .btn span {
    font-size: 1.188rem
}

.tab-bar {
    width: 100%;
    font-family: "dinpro";
    background-color: #2a8fbd;
    background-image: none;
    height: 47px;
    border: none;
    top: 47px;
    z-index: 4;
    padding-left: 16px;
    position: absolute;
    overflow: auto
}

.tab-bar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    height: 47px
}

.tab-bar ul li {
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 1%
}

.tab-bar ul li a {
    color: rgba(211, 222, 227, 0.95);
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px
}

.tab-bar ul li.active a {
    color: #fff
}

.tab-bar ul li.active:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    position: absolute
}

.tab-bar.tab-bar-scroll ul li {
    width: auto;
    min-width: 80px
}

.tab-bar.tab-bar-scroll ul li a {
    width: auto;
    white-space: nowrap
}

.side-nav {
    width: 100px;
    background-color: #ffffff
}

.side-nav.overflow-shown {
    width: 310px;
    overflow-y: auto
}

.side-nav.overflow-shown nav {
    width: 310px;
    overflow-y: auto
}

.side-nav-items {
    width: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.side-nav-items > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    display: block
}

.side-nav-items > li > a {
    font-family: "dinpro";
    font-size: 0.688rem;
    text-transform: uppercase;
    color: black;
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-decoration:none;
    display: block
}

.side-nav-items > li > a .icon {
    color: #0000F9;
    font-size: 2.125rem;
    text-align: center;
    margin: 0 auto 4px;
    display: block
}

.side-nav-items > li:last-child {
    border-bottom: none
}

.side-nav-items > li > a:focus, .side-nav-items > li > a:hover, .side-nav-items > li.active {
    color: #fff;
    background-color: #2a8fbd
}

.side-nav-items > li > a:focus .icon, .side-nav-items > li > a:hover .icon, .side-nav-items > li.active .icon {
    color: #fff
}

.nav-category-items {
    width: 210px;
    padding: 2px;
    display: none;
    top: 0;
    left: 100px;
    bottom: 0;
    position: absolute
}

.nav-category-items h4 {
    color: #dab867;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700
}

.nav-category-items .row {
    margin-left: -1px;
    margin-right: -1px
}

.nav-category-items .row div[class^="col-"], .nav-category-items .row div[class*=" col-"] {
    padding-left: 1px;
    padding-right: 1px
}

.nav-category-items img {
    width: 100%
}

/*.nav-category-items div[class^="col-"], .nav-category-items > a, .nav-category-items div[class*=" col-"] > a {
    text-align: center;
    background-color: #030303;
    padding-bottom: 15px;
    margin-bottom: 4px;
    display: block
}
*/
.nav-category-items div span, .nav-category-items div[class^="col-"] span, .nav-category-items > a span, .nav-category-items div[class*=" col-"] > a span {
    margin-top: 5px;
    font-size: 0.875rem;
    color: #dab867;
    display: block;
    height: 30px
}

.nav-category-items div span label, .nav-category-items div[class^="col-"] span label, .nav-category-items > a span label, .nav-category-items div[class*=" col-"] > a span label {
    font-weight: normal
}

.nav-category-items div:focus > span, .nav-category-items div:hover > span, .nav-category-items div[class^="col-"]:focus > span, .nav-category-items div[class^="col-"]:hover > span, .nav-category-items > a:focus > span, .nav-category-items > a:hover > span, .nav-category-items div[class*=" col-"] > a:focus > span, .nav-category-items div[class*=" col-"] > a:hover > span {
    color: #fff
}

/*.nav-category-items div {
    position: relative
}*/

.nav-category-items div .nav-category-btns {
    padding-top: 20%;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: linear all 300ms;
    transition: linear all 300ms
}

.nav-category-items div:focus > .title, .nav-category-items div:hover > .title {
    color: #2a8fbd
}

.nav-category-items div:focus > img, .nav-category-items div:hover > img {
    opacity: 0.3
}

.nav-category-items div:focus > .nav-category-btns, .nav-category-items div:hover > .nav-category-btns {
    visibility: visible;
    opacity: 1
}

.nav-category-items.nav-category-items-shown {
    display: block
}

.side-submenu {
    list-style: none;
    padding: 0;
    margin: 0
}

.side-submenu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04)
}

.side-submenu li a {
    text-align: left;
    color: #d3dee3;
    padding: 10px 15px;
    background-color: transparent;
    text-transform: uppercase;
    display: block
}

.side-submenu li a span {
    font-size: 0.875rem;
    color: #d3dee3 !important
}

.side-submenu li a:active span, .side-submenu li a:focus span {
    color: #2a8fbd
}

@media all and (max-width: 320px) {
    .side-nav.overflow-shown {
        width: 290px
    }

    .side-nav.overflow-shown nav {
        width: 290px
    }

    .nav-category-items {
        width: 190px
    }
}

.download-app-box {
    height: 60px;
    background-color: #111
}

.download-app {
    padding: 0;
    margin: 0 auto;
    max-width: 768px
}

.download-app .media {
    max-width: 460px;
    margin: 0 auto
}

.download-app .media-left {
    text-align: right;
    vertical-align: middle
}

.download-app .media-left.download-close {
    padding-right: 0
}

.download-app .media-left.download-close span {
    font-size: 15px;
    padding: 5px
}

.download-app .media-left.download-button {
    padding: 0
}

.download-app .media-left.download-button div {
    width: 55px;
    vertical-align: middle
}

.download-app .media-left.download-button div a {
    padding: 14px 4px
}

.download-app .media-left.download-button div a .icon {
    font-size: 1.750rem
}

.download-app .icon {
    font-size: 2.750rem
}

.download-app .icon.icon-apple {
    color: #999
}

.download-app .icon.icon-android {
    color: #A4C639
}

.download-app .media-heading {
    font-family: "dinpro";
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0
}

.download-app .thin-gutter {
    margin-left: -3px;
    margin-right: -3px
}

.download-app .thin-gutter > div[class^="col-"], .download-app .thin-gutter > div[class*=" col-"] {
    padding-left: 3px;
    padding-right: 3px
}

.download-app p {
    color: #a6a6a6;
    font-size: 0.750rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 320px) {
    html[lang*='ja-jp'] .download-app p, html[lang*='zh-cn'] .download-app p {
        font-size: 0.688rem
    }
}

.form-box {
    margin-top: 30px
}

.page-title {
    margin-bottom: 16px
}

.page-title h3 {
    color: #bbb;
    font-size: 1.250rem;
    margin-top: 0;
    margin-bottom: 0
}

.page-title h3 a {
    margin-left: 10px;
    color: #3d5560
}

.page-title p {
    font-size: 0.786em;
    line-height: 1.429em;
    color: gray;
    max-width: 90%;
    margin: 0 auto 10px;
    display: block
}

.wallet-box {
    text-align: center;
    margin: -16px -16px 16px;
    padding: 16px 0;
    background: #1a1a1a
}

.wallet-box h4 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.429em;
    color: #d3dee3;
    margin-top: 0;
    margin-bottom: 0
}

.wallet-box p {
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #dab867;
    margin-bottom: 0
}

.wallet-box span {
    font-size: 0.750rem;
    color: #5b7f8f;
    display: block
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    color: #bbb;
    padding: 16px 0;
    vertical-align: middle;
    border-top: 1px solid #2c2c2c
}

.table .table-entry-type {
    color: #dab867;
    font-size: 1rem;
    display: block
}

.table .table-date, .table .table-status {
    font-size: 0.750rem;
    color: #555;
    display: block
}

.table .table-status {
    color: #bbb;
    font-weight: 700;
    display: inline
}

.error-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: table
}

.error-box {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.error-box .error-content .icon-error {
    color: #333;
    font-size: 6em;
    display: inline-block
}

.error-box .error-content h1 {
    color: #dab867
}

.error-box .error-content p {
    color: #7b7b7b;
    width: 75%;
    margin: 0 auto 45px;
    display: block
}

.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1024
}

.offscreen-view {
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 30;
    position: fixed;
    background: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.offscreen-view.offscreen-view-downloads {
    background-color: #1f1f1f
}

.offscreen-view.offscreen-view-open {
    left: 0
}

.offscreen-view .offscreen-view-close {
    color: #fff;
    font-size: 1rem;
    background: rgba(1, 55, 77, 0.75);
    padding: 1px 3px;
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute
}

.offscreen-view .offscreen-view-header {
    background: #01374d;
    padding: 5px 0
}

.offscreen-view .offscreen-view-header .offscreen-back {
    color: #bbb;
    font-size: 1.5rem;
    padding-left: 6px;
    padding-right: 6px
}

.offscreen-view .offscreen-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 39px;
    position: absolute;
    overflow: hidden
}

.offscreen-view .offscreen-container iframe, .offscreen-view .offscreen-container object, .offscreen-view .offscreen-container embed {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.offscreen-view .offscreen-container.offscreen-container-slots {
    top: 0
}

.step-indicator .step-box {
    text-align: center;
    opacity: 0.3;
    margin-bottom: 16px
}

.step-indicator .step-box h5 {
    font-size: 1rem;
    color: #bbb;
    width: 35px;
    height: 35px;
    border: 2px solid #bbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 5px;
    display: table
}

.step-indicator .step-box h5 span {
    display: table-cell;
    vertical-align: middle
}

.step-indicator .step-box p {
    color: #bbb;
    font-size: 0.750em;
    margin: 0
}

.step-indicator .step-box.current {
    opacity: 1
}

.step-indicator .step-box.done {
    opacity: 1
}

.step-indicator .step-box.done h5 {
    color: #fff;
    border: 2px solid #2a8fbd;
    background-color: #2a8fbd
}

.message-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.message-overlay .message-body {
    text-align: center;
    background-color: #393939;
    width: 100%;
    height: 70%;
    top: -100%;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.message-overlay .message-body .close {
    opacity: 1;
    color: #d3dee3;
    text-shadow: none;
    float: none;
    top: 16px;
    right: 16px;
    position: absolute
}

.message-overlay .message-body .message-container {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
    max-width: 600px
}

.message-overlay .message-body .message-container .message-content {
    padding: 0 30px;
    vertical-align: middle;
    display: table-cell
}

.message-overlay .message-body .message-container .message-content .message-icon span {
    font-size: 5rem;
    opacity: 0.50
}

.message-overlay .message-body .message-container .message-content .message-text {
    margin-bottom: 30px
}

.message-overlay .message-body .message-container .message-content h3 {
    margin-top: 0;
    color: #dab867
}

.message-overlay.message-active {
    z-index: 20000;
    opacity: 1
}

.message-overlay.message-active .message-body {
    top: 0
}

.page-icon {
    margin-bottom: 30px
}

.page-icon .icon {
    font-size: 4rem;
    color: #fff
}

.info-box {
    padding: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.info-box .media-left .icon {
    font-size: 2rem;
    color: #2a8fbd
}

.bank-list {
    list-style: none;
    margin: 16px 0;
    padding: 0;
    text-align: center
}

.bank-list li {
    display: inline-block
}

.bank-select {
    color: #dab867;
    font-family: "dinpro";
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    background-color: #01374d;
    padding: 32px 16px;
    display: block;
    margin-bottom: 8px;
    position: relative
}

.bank-select:hover {
    background-color: #00131b
}

.bank-select.bank-select-add {
    color: #fff;
    background-color: #2a8fbd
}

.bank-select.bank-select-add:hover {
    background-color: #216f93
}

.bank-select.bank-select-default .icon {
    color: #fff;
    font-size: 1.5rem;
    top: 8px;
    right: 8px;
    position: absolute
}

.instuction-box {
    padding-top: 5%;
    padding-bottom: 10%;
    max-width: 375px;
    margin: 0 auto
}

.middle-box {
    width: 100%;
    height: 100%;
    display: table;
    position: relative
}

.middle-box .middle-box-content {
    display: table-cell;
    vertical-align: middle
}

.middle-box .instuction-box {
    padding-top: 0
}

@media (min-width: 321px) {
    .page-icon .icon {
        font-size: 5rem
    }
}

@media (orientation: landscape) {
    .error-box .error-content p {
        margin: 0 auto 20px
    }
}

@media (max-width: 991px) {
    .table-responsive {
        border: none
    }
}

.slots-rescue-table tfoot, .slots-rescue-table thead {
    font-weight: 700;
    background-color: #022635
}

.slots-rescue-table tbody tr:nth-child(even) {
    background-color: #022b3b
}

.slots-rescue-table tbody tr:nth-child(odd) {
    background-color: #022e40
}

.slots-rescue-table .table > thead > tr > th, .slots-rescue-table .table > thead > tr > td, .slots-rescue-table .table > tbody > tr > th, .slots-rescue-table .table > tbody > tr > td, .slots-rescue-table .table > tfoot > tr > th, .slots-rescue-table .table > tfoot > tr > td {
    color: #d3dee3;
    border: none;
    font-size: 0.750rem;
    padding: 10px
}

.slots-rescue-table .table > thead > tr > th:last-child, .slots-rescue-table .table > thead > tr > td:last-child, .slots-rescue-table .table > tbody > tr > th:last-child, .slots-rescue-table .table > tbody > tr > td:last-child, .slots-rescue-table .table > tfoot > tr > th:last-child, .slots-rescue-table .table > tfoot > tr > td:last-child {
    text-align: right
}

.slots-rescue-table .table > thead > tr > th {
    color: #7698a8
}

.slots-rescue-table .table > tfoot > tr > td:last-child {
    font-size: 0.875rem;
    color: #dab867
}

.announcement-popup {
    top: 47px;
    right: 0;
    z-index: 4;
    position: absolute
}

.announcement-popup.game-share {
    z-index: 1055;
    padding-right: 15px
}

.announcement-popup .well {
    max-width: 480px;
    border: none;
    padding: 15px;
    margin: 5px 10px 15px 10px;
    background-color: #2e2e2e;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    position: relative
}

.announcement-popup .well p {
    color: #c8c8c8;
    font-size: 0.750rem
}

.announcement-popup .well:before {
    content: '';
    top: -16px;
    right: 7px;
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #2e2e2e;
    display: block
}

.jssocials-share-wechat .jssocials-share-link {
    background: #7bb32e
}

.jssocials-share-weibo .jssocials-share-link {
    background: #B84240
}

.jssocials-share-skype .jssocials-share-link {
    background: #00aff0
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2a8fbd;
    background: rgba(42, 143, 189, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: unset;
    -webkit-transform: translate3d(0, 0, 0);
    bottom: 60px;
    z-index: 4
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top i:before {
    content: "\e91f"
}

.wallets {
    background-color: #012330;
    min-height: 100px;
    position: relative;
    -webkit-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.075)
}

.wallets .wallet-main {
    text-align: center;
    padding: 15px 0
}

.wallets .wallet-main .wallet-title {
    text-transform: capitalize;
    color: #dab867;
    margin-bottom: 0
}

.wallets .wallet-main .wallet-value {
    font-size: 1.313rem;
    font-weight: 700;
    color: #d3dee3;
    margin-top: 0;
    margin-bottom: 5px
}

.wallets .wallet-main .wallet-currency {
    font-size: 0.750rem;
    margin-bottom: 0;
    color: #5b7f8f
}

.wallets .rewards-main {
    text-align: center;
    padding: 15px 0
}

.wallets .rewards-main .rewards-title {
    text-transform: capitalize;
    color: #dab867;
    margin-bottom: 0
}

.wallets .rewards-main .rewards-value {
    font-size: 1.313rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px
}

.wallets .rewards-main .rewards-currency {
    font-size: 0.750rem;
    margin-bottom: 0;
    color: #5b7f8f
}

.wallets .wallet-group {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.wallets .wallet-group .wallet-group-item {
    padding: 15px;
    text-align: center;
    display: inline-block
}

.wallets .wallet-group .wallet-group-item p {
    color: #216f93;
    font-size: 0.750rem;
    margin-bottom: 0
}

.wallets .wallet-group .wallet-group-item h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #b4c7cf;
    margin-top: 0;
    margin-bottom: 0
}

.dashboard {
    font-family: "dinpro";
    text-align: center
}

.dashboard .row div[class^="col-"], .dashboard .row div[class*=" col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.dashboard .row div[class^="col-"]:nth-child(2n+2), .dashboard .row div[class*=" col-"]:nth-child(2n+2) {
    border-right: none
}

.dashboard a {
    padding: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative
}

.dashboard a .icon {
    color: #d3dee3;
    font-size: 3.125rem;
    margin-bottom: 4px;
    display: inline-block;
    position: relative
}

.dashboard a .dashboard-label {
    color: #dab867;
    text-transform: uppercase;
    font-size: 0.688rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.dashboard a:focus, .dashboard a:active {
    color: #b0892b
}

.dashboard a:focus .icon, .dashboard a:active .icon {
    color: #95afbb
}

.dashboard-funds {
    margin-bottom: 15px
}

@media (min-height: 568px) {
    .dashboard-funds div[class^="col-"], .dashboard-funds div[class*=" col-"] {
        padding: 15px 0
    }
}

@media (min-width: 768px) {
    .dashboard .row div[class^="col-"]:nth-child(2n+2), .dashboard .row div[class*=" col-"]:nth-child(2n+2) {
        border-right: 1px solid rgba(255, 255, 255, 0.05)
    }

    .dashboard .row div[class^="col-"]:nth-child(3n+3), .dashboard .row div[class*=" col-"]:nth-child(3n+3) {
        border-right: none
    }
}

.download-centre {
    padding-top: 4px
}

.download-box {
    display: block;
    position: relative;
    margin-bottom: 4px;
    overflow: hidden
}

.download-box img {
    width: 100%;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.download-box .download-box-title {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    bottom: 0;
    position: absolute;
    display: table;
    height: 55px
}

.download-box label {
    margin-bottom: 0
}

.download-box span {
    text-transform: capitalize;
    font-family: "dinpro";
    font-weight: 700;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    color: #dab867;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle
}

.download-box span small {
    font-weight: 400;
    color: #b4c7cf;
    display: block
}

.download-box:focus > span, .download-box:active > span {
    color: #b0892b
}

.download-box:focus img, .download-box:active img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.download-coverphoto img {
    width: 100%
}

.download-header {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #023c53
}

.download-header h3 {
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0
}

.download-instructions {
    padding-bottom: 15px;
    border-bottom: 1px solid #023c53;
    margin-bottom: 15px
}

.download-button {
    margin-bottom: 30px
}

.form-help-text, .help-block {
    color: #bbb;
    font-size: 0.750rem;
    margin-bottom: 0
}

.form-help-text {
    margin-left: 48px;
    margin-top: 5px;
    display: block
}

.form-container {
    padding-top: 15px;
    padding-bottom: 15px
}

.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    color: #d3dee3;
    min-height: auto
}

/* .form-group {
    margin-bottom: 20px
} */

.form-group > label {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #dab867;
    margin-bottom: 0
}

.form-group-password {
    position: relative
}

.form-group-password .form-control {
    padding-right: 30px
}

.form-group-password .btn {
    padding: 5px;
    background-color: transparent;
    border-color: transparent;
    right: 0;
    top: 5px;
    position: absolute
}

.form-group-password label ~ .btn {
    top: 29px
}
.form-control {
    color: #d3dee3;
}
.form-group-icon {
    width: 100%;
    display: table
}

.form-group-icon .form-icon, .form-group-icon .form-input {
    display: table-cell;
    vertical-align: top
}

.form-group-icon .form-icon {
    padding-top: 22px;
    padding-right: 15px
}

.form-group-icon .form-icon span[class^="icon-"], .form-group-icon .form-icon span[class*=" icon-"] {
    font-size: 2rem;
    color: #2a8fbd
}

.form-group-icon .form-input {
    width: 10000px
}

.form-group-icon .form-input > label {
    font-weight: 400;
    font-size: 0.875rem;
    color: #dab867;
    margin-bottom: 0
}

.form-control[disabled], fieldset[disabled] .form-control {
    opacity: 0.5;
    background-color: transparent
}

select.form-control {
    /* background: url("../images/select-arrow.png") center right no-repeat; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control option {
    background-color: #1f1f1f;
    color: #d3dee3;
    text-shadow: none
}

.input-group .form-control {
    background-color: transparent;
    color: #d3dee3;
    border-bottom: 1px solid #476370
}

.input-group .input-group-addon {
    color: #d3dee3;
    padding: 11px 5px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #476370
}

.input-group .input-group-icon {
    padding: 0 15px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    opacity: 0.5
}

.input-group:focus .form-control, .input-group:focus .input-group-addon {
    border-color: #2a8fbd;
    outline: 0 none;
    -webkit-box-shadow: 0 1px 0px 0 #2a8fbd;
    box-shadow: 0 1px 0px 0 #2a8fbd
}

.radio label, .checkbox label {
    color: #d3dee3;
    font-size: 0.875rem
}

.radio input[type="radio"], .radio input[type="checkbox"], .checkbox input[type="radio"], .checkbox input[type="checkbox"] {
    margin-top: 3px
}

.radio-custom label, .checkbox-custom label {
    padding-left: 0
}

.radio-custom span, .checkbox-custom span {
    color: #dab867;
    padding-left: 25px;
    display: block
}

.radio-custom span:before, .checkbox-custom span:before {
    color: #d3dee3;
    font-family: 'icomoon';
    font-size: 1.313em;
    top: -2px;
    left: 0;
    position: absolute;
    display: block
}

.radio-custom input[type="radio"], .radio-custom input[type="checkbox"], .checkbox-custom input[type="radio"], .checkbox-custom input[type="checkbox"] {
    display: none;
    visibility: hidden;
    opacity: 0
}

.radio-custom input[type="radio"] + span:before, .checkbox-custom input[type="radio"] + span:before {
    content: '\e923'
}

.radio-custom input[type="radio"]:checked + span:before, .checkbox-custom input[type="radio"]:checked + span:before {
    content: '\e922'
}

.radio-custom input[type="checkbox"] + span:before, .checkbox-custom input[type="checkbox"] + span:before {
    content: '\e921'
}

.radio-custom input[type="checkbox"]:checked + span:before, .checkbox-custom input[type="checkbox"]:checked + span:before {
    content: '\e920'
}

.radio-custom input[type="radio"]:checked + span:before, .radio-custom input[type="checkbox"]:checked + span:before, .checkbox-custom input[type="radio"]:checked + span:before, .checkbox-custom input[type="checkbox"]:checked + span:before {
    color: #d3dee3 !important
}

html[data-useragent*='UBrowser'] .radio-custom label, html[data-useragent*='UBrowser'] .checkbox-custom label, html[data-useragent*='UCBrowser'] .radio-custom label, html[data-useragent*='UCBrowser'] .checkbox-custom label {
    width: 100%;
    display: block
}

/* .has-error .form-control {
    border-color: #fd1f33;
    -webkit-box-shadow: 0 1px 0px 0 #fd1f33;
    box-shadow: 0 1px 0px 0 #fd1f33
} */

.has-error .form-control:focus {
    border-color: #fd4253;
    -webkit-box-shadow: 0 1px 0px 0 #fd4253;
    box-shadow: 0 1px 0px 0 #fd4253
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fd1f33
}

.ui-datebox-container.dropdown-menu {
    max-width: 315px;
    padding: 0;
    border: none;
    background-color: #0a212b
}

.ui-datebox-container.dropdown-menu .modal-header {
    padding: 8px
}

.ui-datebox-container.dropdown-menu .modal-title {
    text-align: center;
    width: auto
}

.ui-datebox-container.dropdown-menu .modal-title .closer {
    color: #bbb
}

.datetime-left .ui-datebox-container {
    left: 0 !important;
    right: auto
}

.ui-datebox-flipcenter {
    width: 100%;
    height: 40px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-title .closer {
    color: #bbb
}

.ui-datebox-header h4 {
    color: #dab867;
    font-size: 0.875rem
}

.ui-datebox-flipcontent {
    padding-top: 10px;
    margin-bottom: -45px;
    background-color: #0c2a37
}

.ui-datebox-flipcontent li {
    border-color: transparent
}

.ui-datebox-flipcontent li span {
    margin-top: 6px;
    color: #5b7f8f
}

.ui-datebox-flipcontent li.bg-success {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #15465d
}

.ui-datebox-flipcontent li.bg-success span {
    color: #d3dee3
}

.ui-datebox-flipcontent div {
    width: 31%
}

.ui-datebox-controls {
    padding: 0
}

.ui-datebox-controls .btn-default {
    color: #fff;
    padding: 10px;
    background-color: #2a8fbd;
    border-color: #2a8fbd
}

.ui-datebox-controls .btn-default:focus, .ui-datebox-controls .btn-default:hover {
    background-color: #216f93;
    border-color: #216f93
}

.ui-datebox-controls .btn-default .glyphicon {
    display: none
}

.ui-datebox-datebox-group.col-xs-3, .ui-datebox-datebox-group.col-xs-4 {
    padding-left: 1px;
    padding-right: 1px
}

.pay-note {
    margin-bottom: 15px
}

.pay-note .pay-note-label {
    color: #fd1f33;
    font-weight: 700
}

.payment-info {
    margin-bottom: 30px
}

.form-details-box {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #022635
}

.form-details-box > div {
    margin-bottom: 15px
}

.form-details-box p {
    font-size: 0.750rem;
    margin-bottom: 0
}

@media (max-width: 320px) {
    .payment-info p {
        font-size: 0.750rem
    }
}

@media (max-width: 470px) {
    .payment-info .payment-label {
        font-size: 0.750rem
    }
}

.register-form .row.thin-gutter input[type="number"] + span.help-block {
    position: relative;
    left: -50%;
    margin-left: -8px;
    width: 150%;
    display: none
}

.register-form .row.thin-gutter input[type="number"]:focus + span.help-block {
    display: block
}

.register-form div.form-group input + span.help-block, .register-form div.form-group select + span.help-block, .register-form div.form-group input + .input-group-addon + div.ui-datebox-container + span.help-block, .register-form div.form-group input + .input-group-addon + span.help-block {
    display: none
}

.register-form div.form-group input:focus + span.help-block, .register-form div.form-group select:focus + span.help-block {
    display: inline
}

.register-form div.form-group input:focus + .input-group-addon + div.ui-datebox-container + span.help-block, .register-form div.form-group input:focus + .input-group-addon + span.help-block {
    display: table-row
}

.register-form div.form-group div.has-error + span.help-block {
    display: none
}

.register-form div.form-group span.data-message {
    display: block;
    color: #bbb
}

.x-mas .icon-home, .x-mas .icon-profile, .x-mas .icon-events {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin: auto
}

.x-mas .icon-home:before, .x-mas .icon-profile:before, .x-mas .icon-events:before {
    content: none
}

.x-mas .icon-profile {
    background-image: url("/_Static/Images/Icons/christmas-user@2x.png");
    background-size: contain
}

.x-mas .icon-home {
    background: url("/_Static/Images/Icons/christmas-home@2x.png");
    background-size: contain
}

.x-mas .icon-events {
    background: url("/_Static/Images/Icons/christmas-snowman@2x.png");
    background-size: contain
}

.x-mas .side-nav .icon-home, .x-mas .side-nav .icon-profile, .x-mas .side-nav .icon-events {
    width: 34px;
    height: 34px
}

.x-mas .dropdown-menu-right .icon-home, .x-mas .dropdown-menu-right .icon-profile, .x-mas .dropdown-menu-right .icon-events {
    width: 21px;
    height: 21px;
    display: inline-block
}

.cny .icon-home, .cny .icon-profile, .cny .icon-events {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin: auto
}

.cny .icon-home:before, .cny .icon-profile:before, .cny .icon-events:before {
    content: none
}

.cny .icon-profile {
    background-image: url("/_Static/Images/Icons/cny-user@2x.png");
    background-size: contain
}

.cny .icon-home {
    background: url("/_Static/Images/Icons/cny-home@2x.png");
    background-size: contain
}

.cny .icon-events {
    background: url("/_Static/Images/Icons/cny-events@2x.png");
    background-size: contain
}

.cny .side-nav .icon-home, .cny .side-nav .icon-profile, .cny .side-nav .icon-events {
    width: 34px;
    height: 34px
}

.cny .dropdown-menu-right .icon-home, .cny .dropdown-menu-right .icon-profile, .cny .dropdown-menu-right .icon-events {
    width: 21px;
    height: 21px;
    display: inline-block
}

.valentines .icon-home, .valentines .icon-profile, .valentines .icon-events {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin: auto
}

.valentines .icon-home:before, .valentines .icon-profile:before, .valentines .icon-events:before {
    content: none
}

.valentines .icon-profile {
    background-image: url("/_Static/Images/Icons/valentines-user@2x.png");
    background-size: contain
}

.valentines .icon-home {
    background: url("/_Static/Images/Icons/valentines-home@2x.png");
    background-size: contain
}

.valentines .icon-events {
    background: url("/_Static/Images/Icons/valentines-events@2x.png");
    background-size: contain
}

.valentines .side-nav .icon-home, .valentines .side-nav .icon-profile, .valentines .side-nav .icon-events {
    width: 34px;
    height: 34px
}

.valentines .dropdown-menu-right .icon-home, .valentines .dropdown-menu-right .icon-profile, .valentines .dropdown-menu-right .icon-events {
    width: 21px;
    height: 21px;
    display: inline-block !important
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal#w88modal {
    z-index: 1060
}

.modal.modal-fullscreen {
    background-color: #023144
}

.modal.modal-fullscreen .modal-header {
    padding: 9px 15px;
    background-color: #1f2021
}

.modal.modal-fullscreen .modal-backdrop {
    opacity: .85 !important
}

.modal.modal-fullscreen .modal-dialog {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0
}

.modal.modal-fullscreen .modal-body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.modal.modal-fullscreen .modal-content {
    margin: -1px -1px 0;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal.modal-fullscreen .modal-content .modal-header {
    border-bottom: none
}

.modal.modal-fullscreen .modal-content .modal-footer {
    border-top: none
}

.modal.modal-fullscreen .modal-content .close {
    margin-top: 0
}

.modal.modal-fullscreen:before {
    display: none
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-header {
    border-bottom: none;
    position: relative
}

.modal-header.mheader-notitle {
    margin-bottom: -30px
}

.modal-title {
    color: #d3dee3;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #000;
}

.modal-footer {
    border-top: none
}

/* .modal-backdrop {
    opacity: 0.85 !important
} */

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    max-width: 460px
}

.modal-dialog .close {
    opacity: 0.75;
    color: #2a8fbd;
    font-size: 1.7rem;
    text-shadow: none
}

.modal-dialog .close:focus, .modal-dialog .close:active, .modal-dialog .close:hover {
    opacity: 1
}

.modal-content.modal-alt {
    border-color: #00131b;
    background-color: #00131b
}

.modal-content.modal-transparent {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-game .modal-body h4 {
    color: #dab867;
    font-weight: 700;
    margin-bottom: 30px
}

.modal-game .modal-body .modal-game-thumb {
    margin: 0 auto 40px;
    width: 110px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
}

.modal-game .modal-body .modal-game-thumb img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    display: block
}

.modal-potm .potm-box {
    width: auto;
    display: inline-block;
    position: relative
}

.modal-potm .potm-box .close {
    color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
    position: absolute
}

.modal-potm .potm-box > a {
    display: block
}

.modal-potm .potm-box .checkbox {
    font-family: "dinpro";
    left: 10px;
    bottom: 0;
    position: absolute
}

.modal-potm .potm-box .checkbox input[type="checkbox"] {
    margin-top: 5px
}

#w88LiteModal .modal-dialog {
    width: 254px
}

#w88LiteModal .modal-notif .modal-body {
    background-color: #01374d;
    padding: 0
}

#w88LiteModal .modal-notif .notif-box {
    color: #dab867;
    text-align: center
}

#w88LiteModal .modal-notif .notif-box div.main img {
    width: 100%
}

#w88LiteModal .modal-notif .notif-box div.main .content {
    padding-top: 20px
}

#w88LiteModal .modal-notif .notif-box .close {
    color: #fff;
    top: 0;
    right: 0;
    position: absolute
}

#w88LiteModal .modal-notif .notif-box .close img {
    vertical-align: top
}

#w88LiteModal .modal-notif .notif-box .modal-footer {
    padding: 0;
    text-align: center
}

#w88LiteModal .modal-notif .notif-box .modal-footer .content {
    margin-bottom: 50px;
    color: #d3dee3;
    font-size: 0.9em
}

#w88LiteModal .modal-notif .notif-box .modal-footer a {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold
}

#notifModal .modal-dialog {
    width: 298px
}

.modal-notif .modal-body {
    background-color: #01374d;
    padding: 0
}

.modal-notif .notif-box {
    color: #dab867;
    text-align: center
}

.modal-notif .notif-box div.main img {
    width: 100%
}

.modal-notif .notif-box div.main .content {
    padding-top: 20px
}

.modal-notif .notif-box div.main a {
    width: 100%
}

.modal-notif .notif-box div.main .portrait {
    display: block
}

.modal-notif .notif-box div.main .landscape {
    display: none
}

.modal-notif .notif-box .close {
    color: #fff;
    top: 0;
    right: 0;
    position: absolute
}

.modal-notif .notif-box .modal-footer .content {
    margin-bottom: 15px;
    color: #fff;
    text-align: center
}

@media only screen and (orientation: landscape) {
    .modal-game .modal-body h4 {
        margin-bottom: 15px
    }

    .modal-game-row .modal-game-col {
        float: left
    }

    .modal-game-row .modal-game-col.modal-game-col-thumb {
        width: 35%
    }

    .modal-game-row .modal-game-col.modal-game-col-thumb .modal-game-thumb {
        max-width: 100%
    }

    .modal-game-row .modal-game-col.modal-game-col-btns {
        width: 65%
    }
}

.sports-modal {
    padding: 5px
}

.sports-modal.modal-dialog {
    padding: 0 5px;
    margin: 0;
    width: 90%
}

.sports-modal.modal-dialog .modal-header {
    padding: 0;
    float: right
}

.sports-modal.modal-dialog .modal-header + .modal-body:after {
    content: ' ';
    display: block;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 20px 0
}

.sports-modal.modal-dialog .modal-body {
    padding: 0 5px
}

.sports-modal.modal-dialog .modal-body h4 {
    margin: 0 15px;
    margin-bottom: 10px
}

.sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-thumb {
    margin: 0 auto;
    width: 200px
}

.sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-btns a {
    font-size: 20px;
    padding: 5px 10px;
    width: 80%;
    margin: 0 auto
}

.sports-modal.modal-dialog .modal-separator {
    background-image: linear-gradient(#1f1f1f, #555);
    height: 2px;
    width: 86%;
    margin: 9px auto;
    margin-top: 20px
}

.sports-modal.modal-dialog .modal-separator:last-child {
    display: none
}

@media only screen and (orientation: landscape) {
    .sports-modal.modal-dialog {
        max-width: 560px
    }

    .sports-modal.modal-dialog .modal-header {
        width: 100%
    }

    .sports-modal.modal-dialog .modal-header + .modal-body:after {
        display: none
    }

    .sports-modal.modal-dialog .modal-body {
        width: 50%;
        float: left
    }

    .sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-thumb {
        width: 100%
    }

    .sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-btns {
        width: 100%
    }

    .sports-modal.modal-dialog .modal-body .modal-game-row .modal-game-col-btns a {
        width: 100%
    }

    .sports-modal.modal-dialog .modal-footer {
        width: 100%;
        clear: both
    }

    .modal-notif .notif-box div.main .portrait {
        display: none
    }

    .modal-notif .notif-box div.main .landscape {
        display: block
    }
}

.on-splash-screen, .splash-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: fixed;
    display: table;
    background-color: #1f1f1f
}

.on-splash-screen .splash-screen-box, .splash-screen .splash-screen-box {
    display: table-cell;
    vertical-align: middle
}

.on-splash-screen .splash-screen-box img, .splash-screen .splash-screen-box img {
    margin-top: 0;
    max-width: 30%
}

.on-splash-screen .splash-screen-box .on-spinner, .on-splash-screen .splash-screen-box .spinner, .splash-screen .splash-screen-box .on-spinner, .splash-screen .splash-screen-box .spinner {
    margin-top: 30px;
    position: relative
}

.loader.inner {
    position: relative;
    min-height: inherit
}

.on-spinner, .spinner {
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0.714em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.on-spinner > div, .spinner > div {
    background-color: #01374d;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.on-spinner .rect2, .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    background-color: #01374d
}

.on-spinner .rect3, .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.on-spinner .rect4, .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.on-spinner .rect5, .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        background-color: #01374d
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        background-color: #d3dee3
    }
}

@keyframes css-loader {
    50% {
        opacity: 0.2;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.css-loader {
    display: inline-block;
    margin: 0 auto
}

.css-loader > div {
    background-color: #d3dee3;
    width: 9px;
    height: 9px;
    border-radius: 0;
    margin: 0px;
    animation-fill-mode: both;
    display: inline-block;
    animation: css-loader 0.8s 0s infinite linear
}

.css-loader > div:nth-child(2n-1) {
    animation-delay: -0.35s !important
}

.css-loader.css-loader-small > div {
    width: 5px;
    height: 5px
}

.form-loader {
    position: relative
}

.form-loader .form-control {
    color: transparent
}

.form-loader .css-loader {
    position: absolute
}

.form-loader .form-control ~ .css-loader {
    top: 7px;
    left: 9px
}

.form-loader.form-group .css-loader {
    top: 30px;
    left: 0
}

.css-loader-center {
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: table
}

.css-loader-center .css-loader-container {
    vertical-align: middle;
    display: table-cell
}

.css-loader-center .css-loader-logo {
    display: block;
    margin: 0 auto 30px
}

.css-loader-center .css-loader {
    margin: 0 auto;
    text-align: center;
    display: block
}

.css-loader-full {
    background-color: rgba(6, 6, 6, 0.45);
    width: 100%;
    height: 100%;
    z-index: 1055;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: table
}

.css-loader-full .css-loader-container {
    vertical-align: middle;
    display: table-cell
}

.css-loader-full .css-loader-container img {
    display: none
}

.css-loader-full .css-loader-logo {
    display: block;
    margin: 0 auto 30px
}

.css-loader-full .css-loader {
    margin: 0 auto;
    text-align: center;
    display: block
}

.header .popover {
    background-color: #012736;
    border-color: #012736
}

.header .popover .arrow:after {
    border-bottom-color: #012736
}

.header .popover.bottom {
    margin-top: 14px
}

.header .popover .popover-content {
    color: #dab867;
    font-size: 12px
}

.footer {
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    overflow: visible;
    background-color: #262829;
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075)
}

.footer .btn-group {
    position: relative;
    height: 100%
}

.footer .btn-group .btn {
    padding: 0 5px;
    position: relative;
    height: 100%;
    background-color: transparent;
    border: none
}

.footer .btn-group .btn .icon {
    color: #2a8fbd;
    font-size: 1.813rem;
    margin-bottom: 2px;
    display: block
}

.footer .btn-group .btn .footer-label {
    color: #d3dee3;
    font-size: 0.630rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-transform: none
}

.footer .btn-group .btn.active, .footer .btn-group .btn:focus, .footer .btn-group .btn:hover {
    color: #fff
}

.footer .btn-group .btn.active .icon, .footer .btn-group .btn:focus .icon, .footer .btn-group .btn:hover .icon {
    color: #fff
}

.footer .btn-group .btn.active .footer-label, .footer .btn-group .btn:focus .footer-label, .footer .btn-group .btn:hover .footer-label {
    color: #fff
}

.footer .btn-group.btn-mid {
    text-align: center
}

.footer .btn-group.btn-mid .btn-round {
    background-color: #262829;
    border-radius: 100% !important;
    position: relative;
    margin-top: -15px;
    height: 150%;
    width: 100%;
    padding-top: 0px;
    float: none;
    top: -1px
}

.footer .btn-group.btn-mid .btn-round > .icon-deposit {
    font-size: 2.8rem;
    position: relative
}

@media (max-width: 320px) {
    .footer .btn-group .btn .footer-label {
        font-size: 0.625rem
    }

    .footer .btn-group.btn-mid .btn-round {
        height: 120%
    }

    .footer .btn-group.btn-mid .btn-round > .icon-deposit {
        font-size: 2.4rem;
        line-height: 46px
    }
}

.banner-lists {
    overflow-wrap: break-word;
    color: #eee;
    max-width: 640px;
    margin: 0 auto
}

.banner-lists .col {
    width: 100%
}

.banner-odd-even > div.row .banner-caption {
    max-width: 50%
}

.banner-odd-even > div.row .banner-caption h3 {
    font-size: 1.429em
}

.banner-odd-even > div.row .banner-caption p {
    font-size: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.banner-odd-even > div.row:nth-child(odd) {
    margin-bottom: 0
}

.banner-odd-even > div.row:nth-child(odd) .banner-caption {
    float: right;
    text-align: right;
    margin-right: 15px
}

.banner-odd-even > div.row .banner-left .banner-caption {
    float: none;
    text-align: left;
    margin-right: 0;
    margin-left: 15px
}

.banner-odd-even > div.row:nth-child(even) .banner-caption {
    margin-left: 15px
}

.banner-odd-even > div.row .btn {
    max-width: 210px;
    display: inline-block;
    width: 100%
}

.banner {
    background-color: #0b0b0b;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70px;
}

.banner .img-bg {
    position: absolute;
    width: 100%
}

.banner .banner-caption {
    position: relative;
    z-index: 1;
    padding: 10px
}

.banner .title {
    color: #dab867;
    font-size: 2rem;
    margin-top: 1rem
}

@media all and (min-width: 768px) {
    .banner .banner-caption {
        margin-top: 7%
    }

    .banner-odd-even > div.row .banner-caption h3 {
        font-size: 1.714em
    }

    .banner-odd-even > div.row .banner-caption p {
        color: #fff;
        font-size: 1.143em
    }
}

@media all and (max-width: 480px) {
    .banner-odd-even > div.row .banner-caption h3 {
        font-size: 1.286em
    }

    .banner-odd-even > div.row .banner-caption p {
        color: #fff;
        font-size: 0.8em;
        margin-bottom: 5px
    }

    .banner-odd-even > div.row .btn {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

.language-flag {
    padding-bottom: 10px
}

.language-flag img {
    width: 70%;
    max-width: 100px;
    margin-bottom: 10px
}

.language-flag p {
    font-size: 0.750rem
}

.language-flag p.active {
    color: #2a8fbd
}

.logo_1, .logo_2, .logo_3, .logo_4, .logo_5, .logo_6, .logo_7, .logo_8, .logo_9, .logo_10, .logo_11, .logo_12, .logo_13, .logo_14, .logo_15, .logo_16, .logo_17, .logo_18, .logo_19, .logo_20, .logo_21, .logo_22, .logo_23, .logo_24, .logo_25, .logo_26, .logo_27, .logo_28, .logo_29, .logo_30, .logo_31, .logo_32, .logo_33, .logo_34, .logo_35, .logo_36, .logo_37, .logo_38, .logo_39, .logo_40, .logo_41, .logo_42, .logo_43, .logo_44, .logo_45, .logo_46, .logo_47, .logo_48, .logo_49, .logo_50, .logo_51, .logo_52, .logo_53, .logo_54, .logo_55, .logo_56, .logo_57, .logo_58, .logo_59, .logo_60, .logo_61, .logo_62 {
    display: inline-block;
    width: 92px;
    height: 42px;
    background-image: url("/_static/v2/assets/images/banklogo.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 0px
}

.logo_1 {
    background-position: -10px -57px
}

.logo_2 {
    background-position: -10px -104px
}

.logo_3 {
    background-position: -10px -151px
}

.logo_4 {
    background-position: -10px -198px
}

.logo_5 {
    background-position: -10px -245px
}

.logo_6 {
    background-position: -10px -292px
}

.logo_7 {
    background-position: -10px -339px
}

.logo_8 {
    background-position: -10px -386px
}

.logo_9 {
    background-position: -10px -433px
}

.logo_10 {
    background-position: -10px -480px
}

.logo_11 {
    background-position: -10px -527px
}

.logo_12 {
    background-position: -10px -574px
}

.logo_13 {
    background-position: -10px -621px
}

.logo_14 {
    background-position: -10px -668px
}

.logo_15 {
    background-position: -10px -715px
}

.logo_16 {
    background-position: -10px -762px
}

.logo_17 {
    background-position: -10px -809px
}

.logo_18 {
    background-position: -10px -856px
}

.logo_19 {
    background-position: -10px -903px
}

.logo_20 {
    background-position: -10px -950px
}

.logo_21 {
    background-position: -10px -997px
}

.logo_22 {
    background-position: -10px -1044px
}

.logo_23 {
    background-position: -10px -1091px
}

.logo_24 {
    background-position: -10px -1138px
}

.logo_25 {
    background-position: -10px -1185px
}

.logo_26 {
    background-position: -10px -1232px
}

.logo_27 {
    background-position: -10px -1279px
}

.logo_28 {
    background-position: -10px -1326px
}

.logo_29 {
    background-position: -10px -1373px
}

.logo_30 {
    background-position: -10px -1420px
}

.logo_31 {
    background-position: -10px -1467px
}

.logo_32 {
    background-position: -10px -1514px
}

.logo_33 {
    background-position: -10px -1561px
}

.logo_34 {
    background-position: -10px -1608px
}

.logo_35 {
    background-position: -10px -1655px
}

.logo_36 {
    background-position: -10px -1702px
}

.logo_37 {
    background-position: -10px -1749px
}

.logo_38 {
    background-position: -10px -1796px
}

.logo_39 {
    background-position: -10px -1843px
}

.logo_40 {
    background-position: -10px -1890px
}

.logo_41 {
    background-position: -10px -1937px
}

.logo_42 {
    background-position: -10px -1984px
}

.logo_43 {
    background-position: -10px -2031px
}

.logo_44 {
    background-position: -10px -2078px
}

.logo_45 {
    background-position: -10px -2125px
}

.logo_46 {
    background-position: -10px -2172px
}

.logo_47 {
    background-position: -10px -2219px
}

.logo_48 {
    background-position: -10px -2266px
}

.logo_49 {
    background-position: -10px -2313px
}

.logo_50 {
    background-position: -10px -2360px
}

.logo_51 {
    background-position: -10px -2407px
}

.logo_52 {
    background-position: -10px -2454px
}

.logo_53 {
    background-position: -10px -2501px
}

.logo_54 {
    background-position: -10px -2548px
}

.logo_55 {
    background-position: -10px -2595px
}

.logo_56 {
    background-position: -10px -2642px
}

.logo_57 {
    background-position: -10px -2689px
}

.logo_58 {
    background-position: -10px -2736px
}

.logo_59 {
    background-position: -10px -2783px
}

.logo_60 {
    background-position: -10px -2830px
}

.logo_61 {
    background-position: -10px -2877px
}

.logo_62 {
    background-position: -10px -2924px
}

.logo_1.on, .logo_2.on, .logo_3.on, .logo_4.on, .logo_5.on, .logo_6.on, .logo_7.on, .logo_8.on, .logo_9.on, .logo_10.on, .logo_11.on, .logo_12.on, .logo_13.on, .logo_14.on, .logo_15.on, .logo_16.on, .logo_17.on, .logo_18.on, .logo_19.on, .logo_20.on, .logo_21.on, .logo_22.on, .logo_23.on, .logo_24.on, .logo_25.on, .logo_26.on, .logo_27.on, .logo_28.on, .logo_29.on, .logo_30.on, .logo_31.on, .logo_32.on, .logo_33.on, .logo_34.on, .logo_35.on, .logo_36.on, .logo_37.on, .logo_38.on, .logo_39.on, .logo_40.on, .logo_41.on, .logo_42.on, .logo_43.on, .logo_44.on, .logo_45.on, .logo_46.on, .logo_47.on, .logo_48.on, .logo_49.on, .logo_50.on, .logo_51.on, .logo_52.on, .logo_53.on, .logo_54.on, .logo_55.on, .logo_56.on, .logo_57.on, .logo_58.on, .logo_59.on, .logo_60.on, .logo_61.on, .logo_62.on {
    background-position-x: -107px
}

.pagination {
    margin-top: 0
}

.pagination li span {
    color: #d3dee3;
    background-color: #023144;
    border-color: #023144
}

.pagination li a {
    color: #fff;
    background-color: #2a8fbd;
    border-color: #023144
}

.account {
    background-color: #011c26
}

.account-box {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #022635
}

.account-box > div {
    vertical-align: middle;
    display: inline-block;
    text-align: left
}

.account-box img {
    margin-right: 5px;
    width: 55px
}

.account-box h4 {
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem
}

.account-box p {
    color: #d3dee3;
    font-size: 1rem;
    margin-bottom: 0
}

.account-box.default {
    padding: 28px 15px
}

.account-box.default h4 {
    font-size: 1.25rem
}

.account-status {
    text-align: center;
    padding: 15px
}

.account-status > a, .account-status > span {
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.account-status > a {
    color: #888
}

.account-status > a > span[class^="icon-"], .account-status > a > span[class*=" icon-"] {
    font-size: 2.25rem
}

.account-status > a.account-done {
    color: #d3dee3
}

.account-status > a.account-done .account-badge {
    color: #fff;
    background-color: #2a8fbd
}

.account-status > a:focus, .account-status > a:hover {
    outline: 0 none
}

.account-status .account-badge {
    color: #e6e6e6;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    background-color: gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: -2px;
    right: 3px;
    position: absolute
}

.account-status .popover {
    width: 100%;
    min-width: 300px;
    height: auto;
    background-color: #2b2d2e;
    border: none
}

.account-status .popover .arrow:after {
    border-top-color: #2b2d2e !important
}

.account-step-content {
    display: none
}

.right-sidebar {
    background-color: #023144
}

.right-sidebar .popover {
    width: 75%;
    min-width: 150px
}

.right-sidebar .dropdown-menu {
    background-color: #1f2021;
    max-height: 200px;
    overflow: auto;
    padding: 0
}

.right-sidebar .dropdown-menu li {
    border-bottom: 1px solid #292a2c
}

.right-sidebar .dropdown-menu li > span, .right-sidebar .dropdown-menu li a {
    padding: 10px 6px;
    color: #d3dee3;
    font-family: "dinpro";
    display: block
}

.right-sidebar .dropdown-menu li > span:active, .right-sidebar .dropdown-menu li > span:focus, .right-sidebar .dropdown-menu li > span:hover, .right-sidebar .dropdown-menu li a:active, .right-sidebar .dropdown-menu li a:focus, .right-sidebar .dropdown-menu li a:hover {
    color: #fff;
    background-color: #2a8fbd
}

.right-sidebar .dropdown-menu li > span:active i[class^="icon-"], .right-sidebar .dropdown-menu li > span:active i[class*="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class^="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class*="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class^="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class*="icon-"], .right-sidebar .dropdown-menu li a:active i[class^="icon-"], .right-sidebar .dropdown-menu li a:active i[class*="icon-"], .right-sidebar .dropdown-menu li a:focus i[class^="icon-"], .right-sidebar .dropdown-menu li a:focus i[class*="icon-"], .right-sidebar .dropdown-menu li a:hover i[class^="icon-"], .right-sidebar .dropdown-menu li a:hover i[class*="icon-"] {
    color: #fff
}

.right-sidebar .dropdown-menu li > span i[class^="icon-"], .right-sidebar .dropdown-menu li > span i[class*="icon-"], .right-sidebar .dropdown-menu li a i[class^="icon-"], .right-sidebar .dropdown-menu li a i[class*="icon-"] {
    font-size: 1.5em;
    position: relative;
    top: 4px;
    margin-right: 4px
}

.right-sidebar .dropdown-menu li .switch {
    float: left
}

.right-sidebar .dropdown-menu li:last-of-type {
    border-bottom: none
}

.right-sidebar .dropdown-menu.dropdown-wallet {
    min-width: 230px
}

.right-sidebar .dropdown-menu.dropdown-wallet li a {
    font-size: 0.750rem;
    color: #dab867;
    display: table;
    width: 100%
}

.right-sidebar .dropdown-menu.dropdown-wallet li a span {
    text-align: left;
    display: table-cell;
    width: 1%
}

.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
    text-align: right;
    font-weight: 700;
    color: #d3dee3
}

.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
    color: #fff
}

.right-sidebar .dropdown-menu.dropdown-menu-right {
    text-align: right
}

.sidebar-avatar {
    padding: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1f2021
}

.sidebar-avatar .icon-ballon:after {
    top: -5px;
    right: -10px
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button, .sidebar-avatar-buttons div[class*="col-"] > a {
    color: #d3dee3;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    padding: 2px
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus, .sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover, .sidebar-avatar-buttons div[class*="col-"] > a:focus, .sidebar-avatar-buttons div[class*="col-"] > a:hover {
    color: #f2f5f7
}

.sidebar-avatar-buttons .dropdown-menu {
    top: 75%
}

.sidebar-avatar-buttons .dropdown-menu li {
    text-align: left
}

.sidebar-avatar-buttons .dropdown-menu li a {
    padding: 8px 6px 14px
}

.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"], .sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"] {
    color: #2a8fbd
}

.sidebar-avatar-user {
    text-align: center
}

.sidebar-avatar-user .sidebar-avatar-image {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.sidebar-avatar-user .sidebar-avatar-image img {
    width: 100%
}

.sidebar-avatar-user h4 {
    margin-bottom: 0;
    font-size: 1rem
}

.sidebar-avatar-user p {
    color: #2a8fbd;
    font-size: 0.688rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.sidebar-account {
    background-color: #022635
}

.sidebar-account .account-status {
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-account .account-status > a > span[class^="icon-"], .sidebar-account .account-status > a > span[class*=" icon-"] {
    font-size: 1.75rem
}

.sidebar-account .popover .btn {
    font-size: 0.688rem
}

.sidebar-wallet {
    background-color: #022635
}

.sidebar-wallet .row > div[class^="col-"], .sidebar-wallet .row > div[class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-wallet .row > div[class^="col-"]:last-of-type, .sidebar-wallet .row > div[class*="col-"]:last-of-type {
    border-right: none
}

.sidebar-wallet .sidebar-wallet-box {
    padding: 8px 16px;
    text-align: center;
    display: block
}

.sidebar-wallet .sidebar-wallet-box span {
    color: #dab867;
    font-family: "dinpro";
    text-align: left;
    font-size: 0.750rem;
    display: block;
    margin-bottom: 5px
}

.sidebar-wallet .sidebar-wallet-box span i {
    color: #d3dee3;
    float: right
}

.sidebar-wallet .sidebar-wallet-box h4 {
    color: #d3dee3;
    font-weight: 700;
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-wallet .sidebar-wallet-box p {
    color: #7b7b7b;
    font-size: 0.688rem;
    margin-bottom: 0
}

.sidebar-wallet .dropdown-menu {
    top: 37%;
    left: 9px
}

.sidebar-forms > div {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-forms > div:last-of-type {
    border-bottom: none
}

.sidebar-forms h5 {
    font-size: 0.750rem;
    color: #2a8fbd;
    margin-top: 0;
    margin-bottom: 5px
}

.sidebar-forms i[class^="icon-"], .sidebar-forms i[class*="icon-"] {
    display: inline-block
}

.sidebar-forms .icon-swap {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 2px
}

.sidebar-forms .row {
    margin-bottom: 10px
}

.sidebar-forms .form-control {
    padding: 8px 0;
    font-size: 0.750em;
    height: 30px
}

.sidebar-forms form .btn {
    padding: 0px 14px;
    font-size: 1.2rem
}

.sidebar-forms .dropdown-menu {
    left: -7px
}

.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu, .sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu {
    text-align: right;
    left: auto;
    right: -7px
}

.sidebar-forms .dropdown-select button {
    width: 100%;
    padding: 5px 0 6px;
    text-align: left;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #476370;
    font-size: 0.750rem
}

.sidebar-forms .dropdown-select button b {
    font-weight: normal
}

.sidebar-forms .dropdown-select button:focus {
    border-color: #2a8fbd;
    outline: 0 none;
    -webkit-box-shadow: 0 1px 0px 0 #2a8fbd;
    box-shadow: 0 1px 0px 0 #2a8fbd
}

.sidebar-forms .dropdown-select .caret {
    border-top-color: #86959B;
    float: right;
    margin-top: 7px
}

.right-sidebar-maintenance {
    text-align: center;
    margin: 30px 0
}

.right-sidebar-maintenance i[class^="icon-"], .right-sidebar-maintenance i[class*=" icon-"] {
    color: #d3dee3;
    font-size: 3rem;
    margin-bottom: 10px
}

.right-sidebar-maintenance h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #dab867
}

@media all and (min-width: 375px) {
    .right-sidebar {
        width: 300px
    }

    .right-sidebar .popover {
        width: 80%;
        min-width: 200px
    }

    .dropdown-menu-wallet {
        min-width: 265px
    }

    .sidebar-wallet .sidebar-wallet-box h4 {
        font-size: 1rem
    }
}

@media all and (min-width: 768px) {
    .right-sidebar {
        width: 340px
    }

    .dropdown-menu-wallet {
        min-width: 275px
    }
}

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1050;
    background-color: #023144
}

.sidebar-wrapper .socialmedia-holder {
    padding: 12px 16px
}

.sidebar-wrapper .socialmedia-holder ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-wrapper .socialmedia-holder ul li {
    display: inline-block;
    width: 46px;
    margin: 0 10px;
    margin-bottom: 15px
}

.sidebar-wrapper .socialmedia-holder ul li:nth-child(4), .sidebar-wrapper .socialmedia-holder ul li:last-child {
    margin-right: 0
}

.sidebar-wrapper .socialmedia-holder ul li a p {
    color: #666;
    font-size: 12px;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
    display: block;
    margin: auto;
    margin-bottom: 10px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
    background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
    width: 32px;
    height: 28px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
    background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
    width: 28px;
    height: 28px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
    background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
    width: 32px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
    background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
    width: 29px;
    height: 32px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
    background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
    width: 26px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
    background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
    width: 26px;
    height: 20px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
    background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
    width: 26px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
    background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
    width: 30px;
    height: 25px
}

.home-sections {
    border-bottom: 10px solid #022635;
    padding-top: 15px;
    padding-bottom: 15px
}

.home-sections .home-section-title {
    margin-bottom: 15px
}

.home-sections .home-section-title h2 {
    font-size: 1.125rem;
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0
}

.home-sections .home-section-title h2 span {
    color: #d3dee3
}

.home-sections .home-section-title a {
    font-size: 1.375rem;
    padding: 0 10px
}

.home-bets {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px
}

.home-bets li {
    border-bottom: 1px solid #023c53
}

.home-bets li a {
    padding: 15px 0;
    display: block
}

.home-bets li:first-child {
    border-top: 1px solid #023c53
}

.home-bets h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-bets h3 i {
    color: #7698a8;
    margin-right: 5px;
    font-size: 1.429em;
    top: 4px;
    position: relative
}

.home-bets h3 span {
    font-size: 0.857em;
    font-weight: 400;
    color: #d3dee3
}

.home-bets p {
    color: #2a8fbd;
    font-weight: 700;
    font-size: 0.750rem;
    margin-top: 5px;
    margin-bottom: 0
}

.home-bets p i {
    color: #d3dee3
}

.right-sidebar {
    background-color: #023144
}

.right-sidebar .popover {
    width: 75%;
    min-width: 150px
}

.right-sidebar .dropdown-menu {
    background-color: #1f2021;
    max-height: 200px;
    overflow: auto;
    padding: 0
}

.right-sidebar .dropdown-menu li {
    border-bottom: 1px solid #292a2c
}

.right-sidebar .dropdown-menu li > span, .right-sidebar .dropdown-menu li a {
    padding: 10px 6px;
    color: #d3dee3;
    font-family: "dinpro";
    display: block
}

.right-sidebar .dropdown-menu li > span:active, .right-sidebar .dropdown-menu li > span:focus, .right-sidebar .dropdown-menu li > span:hover, .right-sidebar .dropdown-menu li a:active, .right-sidebar .dropdown-menu li a:focus, .right-sidebar .dropdown-menu li a:hover {
    color: #fff;
    background-color: #2a8fbd
}

.right-sidebar .dropdown-menu li > span:active i[class^="icon-"], .right-sidebar .dropdown-menu li > span:active i[class*="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class^="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class*="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class^="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class*="icon-"], .right-sidebar .dropdown-menu li a:active i[class^="icon-"], .right-sidebar .dropdown-menu li a:active i[class*="icon-"], .right-sidebar .dropdown-menu li a:focus i[class^="icon-"], .right-sidebar .dropdown-menu li a:focus i[class*="icon-"], .right-sidebar .dropdown-menu li a:hover i[class^="icon-"], .right-sidebar .dropdown-menu li a:hover i[class*="icon-"] {
    color: #fff
}

.right-sidebar .dropdown-menu li > span i[class^="icon-"], .right-sidebar .dropdown-menu li > span i[class*="icon-"], .right-sidebar .dropdown-menu li a i[class^="icon-"], .right-sidebar .dropdown-menu li a i[class*="icon-"] {
    font-size: 1.5em;
    position: relative;
    top: 4px;
    margin-right: 4px
}

.right-sidebar .dropdown-menu li .switch {
    float: left
}

.right-sidebar .dropdown-menu li:last-of-type {
    border-bottom: none
}

.right-sidebar .dropdown-menu.dropdown-wallet {
    min-width: 230px
}

.right-sidebar .dropdown-menu.dropdown-wallet li a {
    font-size: 0.750rem;
    color: #dab867;
    display: table;
    width: 100%
}

.right-sidebar .dropdown-menu.dropdown-wallet li a span {
    text-align: left;
    display: table-cell;
    width: 1%
}

.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
    text-align: right;
    font-weight: 700;
    color: #d3dee3
}

.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
    color: #fff
}

.right-sidebar .dropdown-menu.dropdown-menu-right {
    text-align: right
}

.sidebar-avatar {
    padding: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1f2021
}

.sidebar-avatar .icon-ballon:after {
    top: -5px;
    right: -10px
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button, .sidebar-avatar-buttons div[class*="col-"] > a {
    color: #d3dee3;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    padding: 2px
}

.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus, .sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover, .sidebar-avatar-buttons div[class*="col-"] > a:focus, .sidebar-avatar-buttons div[class*="col-"] > a:hover {
    color: #f2f5f7
}

.sidebar-avatar-buttons .dropdown-menu {
    top: 75%
}

.sidebar-avatar-buttons .dropdown-menu li {
    text-align: left
}

.sidebar-avatar-buttons .dropdown-menu li a {
    padding: 8px 6px 14px
}

.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"], .sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"] {
    color: #2a8fbd
}

.sidebar-avatar-user {
    text-align: center
}

.sidebar-avatar-user .sidebar-avatar-image {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.sidebar-avatar-user .sidebar-avatar-image img {
    width: 100%
}

.sidebar-avatar-user h4 {
    margin-bottom: 0;
    font-size: 1rem
}

.sidebar-avatar-user p {
    color: #2a8fbd;
    font-size: 0.688rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.sidebar-account {
    background-color: #022635
}

.sidebar-account .account-status {
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-account .account-status > a > span[class^="icon-"], .sidebar-account .account-status > a > span[class*=" icon-"] {
    font-size: 1.75rem
}

.sidebar-account .popover .btn {
    font-size: 0.688rem
}

.sidebar-wallet {
    background-color: #022635
}

.sidebar-wallet .row > div[class^="col-"], .sidebar-wallet .row > div[class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-wallet .row > div[class^="col-"]:last-of-type, .sidebar-wallet .row > div[class*="col-"]:last-of-type {
    border-right: none
}

.sidebar-wallet .sidebar-wallet-box {
    padding: 8px 16px;
    text-align: center;
    display: block
}

.sidebar-wallet .sidebar-wallet-box span {
    color: #dab867;
    font-family: "dinpro";
    text-align: left;
    font-size: 0.750rem;
    display: block;
    margin-bottom: 5px
}

.sidebar-wallet .sidebar-wallet-box span i {
    color: #d3dee3;
    float: right
}

.sidebar-wallet .sidebar-wallet-box h4 {
    color: #d3dee3;
    font-weight: 700;
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-wallet .sidebar-wallet-box p {
    color: #7b7b7b;
    font-size: 0.688rem;
    margin-bottom: 0
}

.sidebar-wallet .dropdown-menu {
    top: 37%;
    left: 9px
}

.sidebar-forms > div {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.sidebar-forms > div:last-of-type {
    border-bottom: none
}

.sidebar-forms h5 {
    font-size: 0.750rem;
    color: #2a8fbd;
    margin-top: 0;
    margin-bottom: 5px
}

.sidebar-forms i[class^="icon-"], .sidebar-forms i[class*="icon-"] {
    display: inline-block
}

.sidebar-forms .icon-swap {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 2px
}

.sidebar-forms .row {
    margin-bottom: 10px
}

.sidebar-forms .form-control {
    padding: 8px 0;
    font-size: 0.750em;
    height: 30px
}

.sidebar-forms form .btn {
    padding: 0px 14px;
    font-size: 1.2rem
}

.sidebar-forms .dropdown-menu {
    left: -7px
}

.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu, .sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu {
    text-align: right;
    left: auto;
    right: -7px
}

.sidebar-forms .dropdown-select button {
    width: 100%;
    padding: 5px 0 6px;
    text-align: left;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #476370;
    font-size: 0.750rem
}

.sidebar-forms .dropdown-select button b {
    font-weight: normal
}

.sidebar-forms .dropdown-select button:focus {
    border-color: #2a8fbd;
    outline: 0 none;
    -webkit-box-shadow: 0 1px 0px 0 #2a8fbd;
    box-shadow: 0 1px 0px 0 #2a8fbd
}

.sidebar-forms .dropdown-select .caret {
    border-top-color: #86959B;
    float: right;
    margin-top: 7px
}

.right-sidebar-maintenance {
    text-align: center;
    margin: 30px 0
}

.right-sidebar-maintenance i[class^="icon-"], .right-sidebar-maintenance i[class*=" icon-"] {
    color: #d3dee3;
    font-size: 3rem;
    margin-bottom: 10px
}

.right-sidebar-maintenance h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #dab867
}

@media all and (min-width: 375px) {
    .right-sidebar {
        width: 300px
    }

    .right-sidebar .popover {
        width: 80%;
        min-width: 200px
    }

    .dropdown-menu-wallet {
        min-width: 265px
    }

    .sidebar-wallet .sidebar-wallet-box h4 {
        font-size: 1rem
    }
}

@media all and (min-width: 768px) {
    .right-sidebar {
        width: 340px
    }

    .dropdown-menu-wallet {
        min-width: 275px
    }
}

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1050;
    background-color: #023144
}

.sidebar-wrapper .socialmedia-holder {
    padding: 12px 16px
}

.sidebar-wrapper .socialmedia-holder ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-wrapper .socialmedia-holder ul li {
    display: inline-block;
    width: 46px;
    margin: 0 10px;
    margin-bottom: 15px
}

.sidebar-wrapper .socialmedia-holder ul li:nth-child(4), .sidebar-wrapper .socialmedia-holder ul li:last-child {
    margin-right: 0
}

.sidebar-wrapper .socialmedia-holder ul li a p {
    color: #666;
    font-size: 12px;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
    display: block;
    margin: auto;
    margin-bottom: 10px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
    background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
    width: 32px;
    height: 28px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
    background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
    width: 28px;
    height: 28px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
    background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
    width: 32px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
    background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
    width: 29px;
    height: 32px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
    background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
    width: 26px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
    background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
    width: 26px;
    height: 20px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
    background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
    width: 26px;
    height: 26px
}

.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
    background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
    width: 30px;
    height: 25px
}

.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 14px;
    margin-top: 4px;
    margin-left: 4px
}

.switch input {
    display: none
}

.switch input:checked + .switch-slider {
    background-color: #fff
}

.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3
}

.switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}

.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #01374d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    border-radius: 34px
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -4px;
    bottom: -4px;
    background-color: #2a8fbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.login {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.login-container {
    vertical-align: middle;
    /* display: table-cell */
}

.login-box {
    width: 100%;
    padding: 15px;
    max-width: 480px;
    margin: 0 auto
}
.login-box img{
    width: 50% !important;
}
.login-box .login-logo {
    padding-top: 30px;
    margin-bottom: 30px
}

.login-box .imgCaptcha {
    margin-bottom: 10px
}

.login-forgot {
    margin-bottom: 30px
}

.login-forgot a {
    font-size: 0.875rem
}

.login-register {
    margin-bottom: 30px
}

.login-register p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

.captcha-div > div {
    padding-left: 0
}

@media all and (min-width: 480px) {
    .login-box .login-logo {
        padding-top: 0;
        margin-bottom: 15%
    }

    .login-register p {
        max-width: 80%
    }
}

.login-vip {
    background-color: #1e1e1e
}

.login-vip .login-box {
    padding: 15px 30px
}

.login-vip .login-form {
    border-top: 5px solid #ffc500;
    background-color: #1f1f1f;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5)
}

.login-vip .login-form h2 {
    color: #fff;
    letter-spacing: -0.5px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px
}

.login-vip .form-control {
    font-family: "dinpro";
    color: #1f1f1f;
    padding: 10px;
    background-color: #faffbd;
    border-color: #faffbd
}

.login-vip .form-control:focus {
    border: #faffbd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-vip .has-error .form-control {
    border: 1px solid #fd1f33;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-vip .input-group-addon {
    background-color: #18191e;
    border: 1px solid #18191e;
    font-size: 1.5rem;
    padding: 6px 5px
}

.login-vip .login-forgot {
    margin-bottom: 15px
}

.login-vip .login-note p {
    color: #fff;
    font-family: "dinpro";
    font-size: 0.875rem
}

.login-palazzo {
    background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}

.login-palazzo .login-form {
    border: 1px solid #827e7b;
    background-color: rgba(46, 46, 46, 0.95);
    padding: 15px
}

.login-palazzo .palazzo-prefix {
    font-size: 0.750rem;
    color: #2a8fbd;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 4px
}

.login-palazzo .form-group {
    vertical-align: middle
}

.login-palazzo .form-group label {
    font-family: "dinpro";
    font-weight: normal;
    font-size: 0.750rem;
    margin-top: 6px;
    margin-bottom: 0
}

.login-palazzo .form-control {
    height: 35px;
    padding: 5px;
    background-color: transparent;
    border: 1px solid #555
}

.login-palazzo .form-control:focus {
    border: 1px solid #555;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-palazzo .has-error .form-control {
    border: 1px solid #fd1f33;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-palazzo .login-forgot, .login-palazzo .login-note {
    font-family: "dinpro"
}

@media all and (min-width: 480px) {
    .login-palazzo .palazzo-prefix {
        font-size: 0.875rem
    }

    .login-palazzo .form-group label {
        font-size: 0.875rem
    }
}

@media all and (min-width: 480px) {
    .login-palazzo .login-form {
        padding: 30px
    }
}

@media all and (min-width: 768px) {
    .login-palazzo {
        background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover
    }

    .login-palazzo .login-form {
        background-color: rgba(46, 46, 46, 0.75)
    }
}

@media all and (orientation: landscape) {
    .login-palazzo {
        background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover
    }

    .login-palazzo .login-form {
        background-color: rgba(46, 46, 46, 0.75)
    }
}

.home-banner {
    background-color: #011f2b;
    overflow: hidden
}

.home-banner a {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0
}

.home-banner .badge-new {
    max-width: 55px;
    top: 0;
    right: 5%;
    position: absolute
}

.home-banner .badge-new img {
    width: 100%;
    margin: auto
}

.home-banner img {
    max-width: 100%;
    display: block
}

.home-banner .slick-dots {
    height: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075)
}

.home-banner .slick-dots li {
    margin: 0 4px;
    display: inline-block
}

.home-banner .slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    text-indent: -9999px;
    border: none;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d3dee3;
    opacity: 0.9
}

.home-banner .slick-dots li.slick-active button {
    background-color: #2a8fbd
}

.home-banner-text {
    width: 100%;
    padding: 15px 15px 25px;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8)
}

.home-banner-text h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 2px 10px #000
}

.home-banner-text p {
    color: #d3dee3;
    text-shadow: 0 2px 10px #000
}
#canvas{
    overflow: auto;
    /* max-width: 1024px; */
    /* margin: auto; */
}
.canvas_wrapper{
    height: calc(100% - 60px);
}
.home-footer {
    padding: 30px;
    text-align: center;
}
.foot_fix{
bottom: 0;
position: relative;
width: 100%;
display: inline-block;
}
.home-footer .home-footer-gpi {
    width: 200px;
    height: 56px;
    margin: 0 auto 15px
}

.home-footer .home-footer-gpi img {
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.home-footer p {
    color: #bbb;
    font-size: 10px
}

.slick-slider .slick-slide {
    display: none
}

.slick-slider .slick-slide:first-child {
    display: block
}

.slick-initialized.slick-slider .slick-slide, .slick-initialized.slick-slider .slick-slide:first-child {
    display: block
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2a8fbd;
    background: rgba(42, 143, 189, 0.7);
    width: 50px;
    height: 50px;
    z-index: 900;
    color: transparent;
    opacity: 0.5;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.back-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 10px;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    background: #2a8fbd
}

.back-to-top:hover span {
    color: #fff;
    top: 5px
}

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible
}

.worldcup-modal {
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 47px;
    position: absolute;
    display: block
}

.modal-body-cup {
    padding: 0
}

.announcement-slide {
    padding: 10px 0;
    margin-left: 30px;
    position: relative
}

.announcement-slide .megaphone {
    color: #2a8fbd;
    font-family: 'icomoon' !important;
    font-size: 1.50rem;
    content: '\e936';
    top: 3px;
    left: -30px;
    position: absolute
}

.announcement-slide .megaphone .indicator {
    position: absolute;
    top: 0px;
    left: -5px
}

.announcement-slide:after {
    font-size: 14px;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -30px
}

.announcement-slide-box {
    height: 25px;
    overflow: hidden;
    clear: both;
    white-space: nowrap
}

.announcement-slide-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    white-space: nowrap;
    width: auto;
    color: #000;
    font-size: 0.750rem;
}
/* .dash-widgets .module:last-of-type {
    border-bottom: 4px solid #022635 !important
} */

.module, .main-screen-xmas-bg .module, .main-screen-slot-bg .module {
    padding: 4px 0;
    /* border-bottom: 4px solid #022635;
    border-top: 4px solid #022635 */
}

.module:last-of-type {
    border-bottom-width: 0
}

.module ~ .module, .main-screen-xmas-bg .module ~ .module, .main-screen-slot-bg .module ~ .module {
    border-top: 0
}

.module .sponsors .sponsors-list {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table
}

.module .sponsors .sponsors-list .sponsors-item {
    text-align: center;
    display: table-cell
}

.module .sponsors .sponsors-list .sponsors-item img {
    height: 80px;
    margin-top: 15px;
    margin-bottom: 15px
}

.module .sponsors .sponsors-list .sponsors-item img[src^="Wolverhampton"], .module .sponsors .sponsors-list .sponsors-item img[src*="Wolverhampton"] {
    height: 110px;
    margin-top: 0;
    margin-bottom: 0
}

.module .sponsors .sponsors-list .sponsors-item .media-title {
    color: #dab867;
    margin-top: 0;
    vertical-align: text-top
}

.module-header {
    max-width: 1024px;
    margin: 0 auto 1px;
    padding: 0 15px
}

.module-header .media-heading {
    color: #dab867;
    margin-top: 0;
    font-size: 1.125rem
}

.module-header .btn {
    padding: 0;
    line-height: 1;
    border-width: 0
}

.module-header.module-header-row {
    padding: 0
}

.module-header.module-header-row .media-heading {
    height: 44px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 0
}

.page-shortcut-icons-wrapper {
    width: 100%;
    padding: 0px 15px 0
}

.page-shortcut-icons-wrapper .shortcut-icons {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 0%;
    margin-bottom: 0;
    padding: 5px;
}

.page-shortcut-icons-wrapper .shortcut-icons:before, .page-shortcut-icons-wrapper .shortcut-icons:after {
    content: '';
    display: table;
    clear: both
}

.page-shortcut-icons-wrapper .shortcut-icons.second-row {
    margin-bottom: 0
}

.page-shortcut-icons-wrapper .shortcut-icons .shortcut-separator-line {
    width: 345px;
    height: 1px;
    background-color: #01374d;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block
}

.page-shortcut-icons-wrapper .shortcut-icons li {
    width: 25%;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0
}

.page-shortcut-icons-wrapper .shortcut-icons li:last-child {
    padding-right: 0
}

.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder {
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    text-decoration: none;
    white-space: nowrap
}

.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .icomoon {
    width: 35px;
    height: 35px;
    border-radius: 24px;
    line-height: 35px;
    color: inherit;
    display: block;
    text-align: center;
    margin: auto;
    text-decoration: none;
    white-space: nowrap
}

.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .icomoon .indicator-new {
    position: absolute
}

.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .label {
    font-family: "dinpro";
    color: #d3dee3;
    font-size: 0.75rem;
    line-height: 1.2385;
    text-align: center;
    margin: 0;
    display: none;
}

.page-shortcut-icons-wrapper .shortcut-icons .icomoon {
    font-size: 2.2rem;
    vertical-align: middle;
    color: #fff
}

.swipe-box {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden
}

.swipe-box-promotions {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 140px
}

.swipe-box-promotions .css-loader-center {
    margin: auto
}

.swipe-box-events {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden
}

.swipe-box-events .css-loader-center {
    margin: auto
}

.swipe-list {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    /* overflow: auto; */
    white-space: nowrap
}

.swipe-list li {
    vertical-align: top;
    margin-right: 6px;
    display: inline-block
}

.swipe-list li:first-child {
    margin-left: 15px
}

.swipe-list li a {
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    background-color: #03435d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.swipe-list li a img {
    width: 100%;
    height: 100%;
}

.swipe-list li h5 {
    font-size: 0.75rem;
    color:black;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal
}

.swipe-list li p {
    margin-bottom: 0;
    font-size: 0.688rem;
    color: #95afbb
}

.swipe-list.swipe-list-slots li {
    width: 113px
}

.swipe-list.swipe-list-slots li a {
    height:100px;
    max-width:130px
}

.swipe-list.swipe-list-slots h5 {
    max-width:130px;
    text-align: center;
}

/* .swipe-list.swipe-list-contact li {
    width:130px !important
} */

.swipe-list.swipe-list-contact li a {
    max-width: 130px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none
}

.swipe-list.swipe-list-contact li .icon {
    color: #0000F9;
    font-size: 2.5rem;
    display: block
}

.swipe-list.swipe-list-contact h5 {
    /* max-width: 88px; */
    vertical-align: middle;
    text-align: center
}

.swipe-list.swipe-list-casino li {
    width: 104px
}

.swipe-list.swipe-list-casino li a {
    max-width: 104px;
    height: 116px
}

.swipe-list.swipe-list-casino h5 {
    max-width: 104px
}

.swipe-list.swipe-list-promos li a {
    max-width: 256px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: none;
    background-image: url("/_static/images/promo-default.png")
}

.swipe-list.swipe-list-promos h5 {
    font-size: 0.875rem;
    max-width: 256px;
    margin-bottom: 0
}

.swipe-list.swipe-list-events li a {
    max-width: 256px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: none;
    background-image: url("/_static/images/promo-default.png")
}

.swipe-list.swipe-list-events h5 {
    font-size: 0.875rem;
    max-width: 256px;
    margin-bottom: 0
}

.swipe-list.swipe-list-sportsbook.home-banner {
    background-color: transparent
}

.swipe-list.swipe-list-sportsbook li.event-item {
    position: relative;
    margin: 0;
    padding: 0 15px;
    border-radius: 10px
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match {
    width: 100%;
    position: absolute;
    z-index: 100;
    display: table;
    left: 0
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder {
    display: table-cell;
    vertical-align: middle
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
    color: #ffc500;
    font-size: 24px;
    line-height: 14px;
    display: block
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 9vw
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
    font-size: 25px;
    font-size: 8vw
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
    font-size: 20px;
    font-size: 7vw
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
    font-size: 15px;
    font-size: 6vw
}

.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
    font-size: 10px;
    font-size: 5vw
}

@media only screen and (min-width: 768px) {
    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
        font-size: 60px;
        font-size: 8vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
        font-size: 50px;
        font-size: 6vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
        font-size: 40px;
        font-size: 5vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
        font-size: 30px;
        font-size: 4vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
        font-size: 30px;
        font-size: 3vw
    }
}

@media only screen and (min-width: 1200px) {
    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
        font-size: 80px;
        font-size: 6vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
        font-size: 60px;
        font-size: 5vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
        font-size: 50px;
        font-size: 4vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
        font-size: 40px;
        font-size: 3vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
        font-size: 30px;
        font-size: 2vw
    }
}

@media only screen and (min-width: 1600px) {
    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
        font-size: 90px;
        font-size: 5vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
        font-size: 70px;
        font-size: 4vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
        font-size: 60px;
        font-size: 3vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
        font-size: 50px;
        font-size: 2vw
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
        font-size: 40px;
        font-size: 1vw
    }
}

.swipe-list.swipe-list-sportsbook li.event-item img {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box {
    background: #1c6080;
    width: 55%;
    height: 46px;
    float: left;
    text-align: center
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4 {
    height: 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4:last-child {
    border: 0
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box big {
    font-size: 18px;
    font-weight: 700;
    color: #2a8fbd
}

.swipe-list.swipe-list-sportsbook li.event-item .cd-box p {
    color: #fff;
    text-transform: uppercase
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
    width: 42%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    float: right
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet span {
    font-size: 9px;
    opacity: .3;
    display: block;
    font-weight: 400
}

.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet.full {
    width: 100%
}

.swipe-list.swipe-list-sportsbook .container > .row {
    margin-bottom: 20px
}

.swipe-list.swipe-list-sportsbook .slick-dots {
    height: 24px
}

@media (min-width: 321px) {
    .swipe-list.swipe-list-sportsbook li.event-item .team-match {
        width: 100%;
        height: 125px
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
        font-size: 34px
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
        font-size: 28px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    .swipe-list.swipe-list-sportsbook li.event-item {
        width: 100%
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match {
        width: 100%;
        height: 268px
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
        font-size: 72px
    }

    .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
        font-size: 58px;
        line-height: 54px
    }

    .swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
        margin-right: 15px
    }
}

.swipe-list.swipe-list-lg li {
    width: 140px;
    height: 140px;
    overflow: hidden;
    padding-bottom: 0
}

.swipe-list.swipe-list-md li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding-bottom: 0
}

.swipe-list.swipe-list-premierleague.home-banner {
    background-color: transparent
}

.swipe-list.swipe-list-premierleague li.event-item {
    position: relative;
    margin: 0;
    padding: 0 15px;
    width: 100%
}

.swipe-list.swipe-list-premierleague li.event-item .container {
    margin-top: 5px;
    height: 220px
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up {
    text-align: center;
    margin-bottom: 10px
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .logo {
    text-align: left
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .logo img {
    height: 48px
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .vs span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .name {
    padding-top: 10px
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .name span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .box {
    border-radius: 8%;
    margin-top: 5px
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .high {
    background-color: #ffd2d2;
    border: 5px solid #ffd2d2;
    color: #db0007
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .low {
    background-color: #d2dfff;
    border: 5px solid #d2dfff;
    color: #274488
}

.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds span {
    font-size: 16px;
    font-weight: bold
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box {
    background-color: #022635
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 55%;
    height: 46px;
    float: left;
    text-align: center
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box .col-xs-4 {
    height: 46px;
    padding: 0
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box .col-xs-4:last-child {
    border: 0
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box big {
    font-size: 18px;
    font-weight: 700;
    color: #2a8fbd
}

.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box p {
    color: #787e81;
    text-transform: uppercase
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet {
    width: 40%;
    font-weight: 700;
    float: right;
    margin-top: 10px;
    margin-right: 10px
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet span {
    font-size: 9px;
    opacity: .3;
    display: block;
    font-weight: 400
}

.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet.full {
    width: 100%
}

.swipe-list.swipe-list-premierleague li.event-item .slick-dots {
    height: 24px
}

.swipe-list-promotions {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    overflow: auto;
    white-space: nowrap
}

.swipe-list-promotions li {
    vertical-align: top;
    margin-right: 35px;
    display: inline-block
}

.swipe-list-promotions li:first-child {
    margin-left: 15px
}

.swipe-list-promotions li a {
    overflow: hidden;
    display: block;
    margin-bottom: 8px
}

.swipe-list-promotions li a img {
    width: 100%
}

.swipe-list-promotions li h5 {
    font-size: 0.75rem;
    color: #d3dee3;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal
}

.swipe-list-promotions li p {
    margin-bottom: 0;
    font-size: 0.688rem;
    color: #95afbb
}

.swipe-list-events {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    overflow: auto;
    white-space: nowrap
}

.swipe-list-events li {
    vertical-align: top;
    margin-right: 15px;
    display: inline-block
}

.swipe-list-events li:first-child {
    margin-left: 15px
}

.swipe-list-events li a {
    overflow: hidden;
    display: block;
    margin-bottom: 8px
}

.swipe-list-events li a img {
    width: 100%
}

.swipe-list-events li h5 {
    font-size: 0.75rem;
    color: #d3dee3;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal
}

.swipe-list-events li p {
    margin-bottom: 0;
    font-size: 0.688rem;
    color: #95afbb
}

.swipe-list-events .launch-list {
    margin-right: 5px;
    margin-left: 5px !important
}

.dashboard-potm {
    margin-bottom: 15px;
    position: relative
}

.dashboard-potm img {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    z-index: 0;
    position: relative
}

.dashboard-potm .dashboard-potm-content {
    padding: 50px 10px 10px;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$bottom', GradientType=0)
}

.dashboard-potm .dashboard-potm-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #dab867;
    margin-bottom: 0
}

.dashboard-potm .dashboard-potm-content p {
    font-size: 0.750rem;
    margin-bottom: 0
}

.dashboard-potm .dashboard-potm-content .media-body, .dashboard-potm .dashboard-potm-content .media-right {
    vertical-align: bottom
}

.dashboard-countdown {
    margin-top: -6px;
    width: 100%;
    height: 63px;
    background: url("/_Static/images/countdown-repeat.png") repeat-x center 0;
    position: relative;
    overflow: hidden
}

.dashboard-countdown > img {
    width: 443px
}

.dashboard-countdown .dashboard-countdown-box {
    background: url("/_Static/images/countdown.png") no-repeat -42px 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute
}

.dashboard-countdown .dashboard-countdown-content {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    padding-left: 30px;
    display: block
}

.dashboard-countdown .dashboard-countdown-content h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: normal;
    text-shadow: 0 1px 1px #000
}

.dashboard-countdown .dashboard-countdown-content p {
    color: #d1d1d1;
    font-size: 0.625rem;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75)
}

.dashboard-countdown .dashboard-countdown-content .col-xs-4 {
    margin-top: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.35)
}

.dashboard-countdown .dashboard-countdown-content .col-xs-4:last-of-type {
    border-right-width: 0
}

@media (min-width: 375px) {
    .dashboard-countdown .dashboard-countdown-box {
        background: url("/_Static/images/countdown.png") no-repeat center 0
    }

    .dashboard-countdown .dashboard-countdown-content {
        max-width: 350px;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .swipe-list::-webkit-scrollbar-track {
        background-color: #011f2b
    }

    .swipe-list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #011f2b
    }

    .swipe-list::-webkit-scrollbar-thumb {
        background-color: #035576
    }
}

.promo-holder {
    position: relative
}

.event-holder {
    position: relative
}

.slot-provider {
    list-style: none;
    padding: 0;
    font-size: 0%;
    margin-top: 15px
}

.slot-provider:before, .slot-provider:after {
    content: '';
    display: table;
    clear: both
}

.slot-provider li {
    width: 25%;
    height: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 12px
}

.slot-provider li a {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: 1px solid #ff0
}

.slot-provider li a:before {
    width: 68px;
    height: 68px;
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    top: 0;
    left: 50%;
    margin-top: -1px;
    margin-left: -35px
}

.slot-provider li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 3px
}

.slot-provider li .provider-logo {
    background-image: url("../images/provider-logo.png");
    background-repeat: no-repeat;
    display: block;
    background-size: 361px auto;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 2px
}

@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .slot-provider li .provider-logo {
        background-image: url("../images/provider-logo@2x.png");
        width: 100%;
        height: auto
    }
}

.slot-provider li .gpi {
    background-position: -65px -4px;
    width: 69px;
    height: 14px
}

.slot-provider li .mgs {
    background-position: -1px -2px;
    width: 59px;
    height: 15px;
    margin-top: 4px
}

.slot-provider li .png {
    background-position: -145px -3px;
    width: 46px;
    height: 13px
}

.slot-provider li .qt {
    background-position: -199px -5px;
    width: 45px;
    height: 10px
}

.slot-provider li .pt {
    background-position: -249px -4px;
    width: 52px;
    height: 11px;
    margin-top: 7px
}

.slot-provider li .isb {
    background-position: -310px -6px;
    width: 41px;
    height: 9px;
    margin-top: 8px
}

.slot-provider li .pp {
    background-position: -277px -24px;
    width: 55px;
    height: 26px;
    margin-top: -4px
}

.slot-provider li .net {
    background-position: 0 -29px;
    width: 42px;
    height: 16px
}

.slot-provider li .sw {
    background-position: -49px -30px;
    width: 59px;
    height: 13px;
    margin-top: 8px
}

.slot-provider li .sld {
    background-position: -177px -27px;
    width: 46px;
    height: 21px
}

.slot-provider li .ttg {
    background-position: -114px -28px;
    width: 57px;
    height: 17px;
    margin-top: 6px
}

.slot-provider li .bs {
    background-position: -227px -28px;
    width: 47px;
    height: 20px
}

.slot-provider li .bg {
    background-position: 0 -59px;
    width: 45px;
    height: 15px
}

.slot-provider li .bo {
    background-position: -56px -60px;
    width: 54px;
    height: 13px
}

.slot-provider li .gns {
    background-position: -118px -62px;
    width: 45px;
    height: 11px;
    margin-top: 9px
}

.slot-provider li .sg {
    background-position: -179px -60px;
    width: 60px;
    height: 12px;
    margin-top: 7px
}

.slot-provider li .ygg {
    background-position: -247px -58px;
    width: 63px;
    height: 15px
}

.slot-provider li .provider-logo-gpi {
    border-color: #A8C62C
}

.slot-provider li .provider-logo-mgs {
    border-color: #23DF2F
}

.slot-provider li .provider-logo-png {
    border-color: #2285C8
}

.slot-provider li .provider-logo-qt {
    border-color: #98070A
}

.slot-provider li .provider-logo-pt {
    border-color: #2F3675
}

.slot-provider li .provider-logo-isb {
    border-color: #FFB600
}

.slot-provider li .provider-logo-pp {
    border-color: #FD9231
}

.slot-provider li .provider-logo-net {
    border-color: #78BC1F
}

.slot-provider li .provider-logo-sw {
    border-color: #A2A2A2
}

.slot-provider li .provider-logo-ttg {
    border-color: #D61E00
}

.slot-provider li .provider-logo-sld {
    border-color: #EB4B1E
}

.slot-provider li .provider-logo-bs {
    border-color: #FFFF00
}

.slot-provider li .provider-logo-bg {
    border-color: #E80F1F
}

.slot-provider li .provider-logo-bo {
    border-color: #3DF6AE
}

.slot-provider li .provider-logo-gns {
    border-color: #ED36A3
}

.slot-provider li .provider-logo-sg {
    border-color: #C41010
}

.slot-provider li .provider-logo-ygg {
    border-color: #F1602F
}

.btn-toggle {
    background-color: rgba(42, 143, 189, 0.1);
    width: 100%;
    padding: 4px 15px;
    font-size: .600rem;
    position: relative;
    bottom: -4px
}

.btn-toggle:hover, .btn-toggle:focus {
    background-color: #2a8fbd
}

.banner-event, .main-screen-halloween-bg .banner-halloween, .main-screen-xmas-bg .banner-xmas, .main-screen-slot-bg .banner-slot {
    position: relative;
    overflow: hidden
}

.banner-event a, .main-screen-halloween-bg .banner-halloween a, .main-screen-xmas-bg .banner-xmas a, .main-screen-slot-bg .banner-slot a {
    position: relative;
    top: 0;
    display: block
}

.banner-event a img, .main-screen-halloween-bg .banner-halloween a img, .main-screen-xmas-bg .banner-xmas a img, .main-screen-slot-bg .banner-slot a img {
    width: 100%;
    display: block
}

.banner-event a:after, .main-screen-halloween-bg .banner-halloween a:after, .main-screen-xmas-bg .banner-xmas a:after, .main-screen-slot-bg .banner-slot a:after {
    background: -moz-linear-gradient(top, rgba(17, 25, 106, 0.3) 0%, #111865 100%);
    background: -webkit-linear-gradient(top, rgba(17, 25, 106, 0.3) 0%, #111865 100%);
    background: linear-gradient(to bottom, rgba(17, 24, 106, 0.3) 0%, #111865 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d11196a', endColorstr='#11196a', GradientType=0);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 5;
    top: 0
}

.banner-event .search-holder, .main-screen-halloween-bg .banner-halloween .search-holder, .main-screen-xmas-bg .banner-xmas .search-holder, .main-screen-slot-bg .banner-slot .search-holder {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 15px
}

.banner-event .search-holder .top-search, .main-screen-halloween-bg .banner-halloween .search-holder .top-search, .main-screen-xmas-bg .banner-xmas .search-holder .top-search, .main-screen-slot-bg .banner-slot .search-holder .top-search {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 0;
    padding: 5px 15px;
    font-size: .7rem;
    color: #bbb
}

.banner-event .search-holder .top-search:focus, .main-screen-halloween-bg .banner-halloween .search-holder .top-search:focus, .main-screen-xmas-bg .banner-xmas .search-holder .top-search:focus, .main-screen-slot-bg .banner-slot .search-holder .top-search:focus {
    outline: 0
}

.main-screen-halloween-bg {
    background: #11196a;
    background: -moz-linear-gradient(top, #11196a 20%, #111450 100%);
    background: -webkit-linear-gradient(top, #11196a 20%, #111450 100%);
    background: linear-gradient(to bottom, #11196a 20%, #111450 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11196a', endColorstr='#111450', GradientType=0)
}

.main-screen-halloween-bg .module {
    border: 0;
    padding: 0
}

.main-screen-halloween-bg .module .swipe-list {
    padding: 0
}

.position-top-reset {
    top: 0
}

.main-screen-xmas-bg {
    background: #f5515f;
    background: -moz-linear-gradient(top, #f5515f 0%, #9f041b 100%);
    background: -webkit-linear-gradient(top, #f5515f 0%, #9f041b 100%);
    background: linear-gradient(to bottom, #f5515f 0%, #9f041b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5515f', endColorstr='#9f041b', GradientType=0)
}

.main-screen-xmas-bg .module {
    border: 0;
    padding: 0
}

.main-screen-xmas-bg .module .swipe-list {
    padding: 0
}

.main-screen-xmas-bg .banner-xmas a:after {
    background: -moz-linear-gradient(top, rgba(160, 4, 28, 0.3) 0%, #dd3e4e 100%);
    background: -webkit-linear-gradient(top, rgba(160, 4, 28, 0.3) 0%, #dd3e4e 100%);
    background: linear-gradient(to bottom, rgba(160, 4, 28, 0.3) 0%, #dd3e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5515f', endColorstr='#9f041b', GradientType=0)
}

.main-screen-slot-bg {
    background: #022635
}

.main-screen-slot-bg .module {
    border: 0;
    padding: 0
}

.main-screen-slot-bg .module .btn-link-text {
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-weight: 700
}

.main-screen-slot-bg .module .swipe-list {
    padding: 0
}

.main-screen-slot-bg .module .swipe-box-disabled {
    max-width: 100%
}

.main-screen-slot-bg .module .swipe-box-disabled .swipe-list {
    font-size: 0;
    white-space: normal
}

.main-screen-slot-bg .module .swipe-box-disabled .swipe-list li {
    width: 80px;
    height: 80px;
    margin: 0 0 10px 11px
}

.main-screen-slot-bg .banner-slot {
    min-height: 248px;
    padding-bottom: 60px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder {
    max-width: 1024px;
    overflow-x: hidden
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    font-size: 0%;
    white-space: nowrap
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a {
    background-color: #033549;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    margin-bottom: 0
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a::after {
    background: transparent
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a:hover, .main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active {
    background: #2c44b1;
    background: -moz-linear-gradient(45deg, #2c44b1 0%, #00a79e 100%);
    background: -webkit-linear-gradient(45deg, #2c44b1 0%, #00a79e 100%);
    background: linear-gradient(45deg, #2c44b1 0%, #00a79e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c44b1', endColorstr='#00a79e', GradientType=1)
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider {
    background-image: url("../images/provider-logo-slot.png");
    background-repeat: no-repeat;
    display: block;
    background-size: 380px auto;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%
}

@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider {
        background-image: url("../images/provider-logo-slot@2x.png");
        width: 100%;
        height: auto
    }
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-gpi {
    background-position: 0 0;
    width: 48px;
    height: 9px;
    margin-left: -24px;
    margin-top: -4px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-mgs {
    background-position: -53px 0;
    width: 48px;
    height: 12px;
    margin-left: -24px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-png {
    background-position: -106px -2px;
    width: 48px;
    height: 14px;
    margin-left: -24px;
    margin-top: -7px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-qt {
    background-position: -160px -1px;
    width: 46px;
    height: 10px;
    margin-left: -23px;
    margin-top: -5px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-pt {
    background-position: -212px 0;
    width: 48px;
    height: 10px;
    margin-left: -24px;
    margin-top: -5px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-isb {
    background-position: -266px -2px;
    width: 46px;
    height: 10px;
    margin-left: -23px;
    margin-top: -5px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-nt {
    background-position: -318px 0;
    width: 48px;
    height: 17px;
    margin-left: -24px;
    margin-top: -8px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-sg {
    background-position: 0 -22px;
    width: 48px;
    height: 17px;
    margin-left: -24px;
    margin-top: -5px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-tg {
    background-position: -53px -22px;
    width: 48px;
    height: 12px;
    margin-left: -24px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-bs {
    background-position: -106px -22px;
    width: 35px;
    height: 16px;
    margin-left: -17px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-pp {
    background-position: -194px -23px;
    width: 37px;
    height: 16px;
    margin-left: -18px;
    margin-top: -8px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-bg {
    background-position: -242px -22px;
    width: 32px;
    height: 16px;
    margin-left: -16px;
    margin-top: -8px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-bng {
    background-position: -279px -22px;
    width: 48px;
    height: 12px;
    margin-left: -24px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-gns {
    background-position: -332px -22px;
    width: 48px;
    height: 12px;
    margin-left: -24px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-spd {
    background-position: 0 -44px;
    width: 48px;
    height: 9px;
    margin-left: -24px;
    margin-top: -4px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a .ic-provider-ygg {
    background-position: -53px -105px;
    width: 48px;
    height: 12px;
    margin-left: -24px;
    margin-top: -6px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-gpi {
    background-position: 0 -61px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-mgs {
    background-position: -53px -61px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-png {
    background-position: -106px -63px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-qt {
    background-position: -160px -62px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-pt {
    background-position: -212px -61px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-isb {
    background-position: -266px -63px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-nt {
    background-position: -318px -61px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-sg {
    background-position: 0 -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-tg {
    background-position: -53px -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-bs {
    background-position: -106px -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-pp {
    background-position: -194px -84px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-bg {
    background-position: -242px -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-bng {
    background-position: -279px -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-gns {
    background-position: -332px -83px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-spd {
    background-position: 0 -105px
}

.main-screen-slot-bg .banner-slot .swipe-box-provider .swipe-list-holder .swipe-list a.active .ic-provider-ygg {
    background-position: -53px -105px
}

.main-screen-slot-bg .banner-slot a:after {
    background: -moz-linear-gradient(top, rgba(2, 38, 53, 0.45) 0%, #022635 100%);
    background: -webkit-linear-gradient(top, rgba(2, 38, 53, 0.45) 0%, #022635 100%);
    background: linear-gradient(to bottom, rgba(2, 38, 53, 0.45) 0%, #022635 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73022635', endColorstr='#022635', GradientType=0)
}

.register-success-icon {
    font-size: 7rem;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.75)
}

.register-success-message {
    padding: 15px 0;
    text-align: center
}

.register-success-message h4 {
    font-size: 1.313rem;
    color: #dab867;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

.register-success-message p.payment-note {
    color: #d3dee3;
    background-color: rgba(255, 255, 255, 0.075);
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.register-success-message a.deposit-now {
    font-size: 1.25rem;
    border: none;
    font-family: "dinpro";
    text-align: center;
    background-color: #01425c;
    color: #dab867;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
    display: block;
    position: relative
}

.register-success-content {
    padding: 30px;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto
}

.register-success-content .table-container {
    width: 100%;
    overflow: auto
}

.register-success-content .table-container table {
    font-size: 1.2rem;
    line-height: 2rem;
    table-layout: fixed
}

.register-success-content .table-container table td, .register-success-content .table-container table th {
    padding: 15px 15px 15px 0;
    vertical-align: top
}

.register-success-content .table-container table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03)
}

.register-success-content .table-container table tr:last-child {
    border-bottom: none
}

.register-success-content ol, .register-success-content ul {
    margin: 0 0 0 15px;
    padding: 0
}

.bank_logo {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center
}

.register-gateway .list-group-item {
    font-size: 0.875rem;
    border: none;
    font-family: "dinpro";
    text-align: center;
    background-color: #01425c;
    color: #dab867;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
    display: block;
    position: relative
}

.register-gateway .list-group-item:hover {
    color: #dab867;
    background-color: #02668e
}

.strength-meter {
    display: none
}

meter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto 1em;
    width: 25%;
    height: 0.5em;
    background: none;
    background-color: rgba(0, 0, 0, 0.1)
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1)
}

meter[value="1"] {
    background: red
}

meter[value="2"] {
    background: yellow
}

meter[value="3"] {
    background: orange
}

meter[value="4"] {
    background: green
}

meter[value="1"]::-webkit-meter-optimum-value {
    background: red
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: yellow
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green
}

meter[value="1"]::-moz-meter-bar {
    background: red
}

meter[value="2"]::-moz-meter-bar {
    background: yellow
}

meter[value="3"]::-moz-meter-bar {
    background: orange
}

meter[value="4"]::-moz-meter-bar {
    background: green
}

p#password-strenth-text {
    font-size: .750rem
}

.gateway-restrictions {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.gateway-restrictions p {
    text-transform: uppercase;
    color: #a4bbc5;
    line-height: 1.2;
    margin-bottom: 5px
}

.gateway-restrictions p small {
    text-transform: none
}

.gateway-select > .btn {
    position: relative
}

.gateway-select > .btn:before {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 45px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    display: block
}

.gateway-select > .btn:after {
    color: #fff;
    content: "\e918";
    font-family: 'icomoon' !important;
    font-size: 2rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 5px;
    right: 5px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms
}

.gateway-select > .btn img {
    max-height: 27px;
    padding-right: 10px
}

.gateway-list {
    max-height: 0;
    transition: max-height 0.1s linear;
    overflow: auto
}

.gateway-list .list-group img {
    padding-right: 10px
}

.gateway-list .list-group-item {
    font-size: 0.875rem;
    text-align: center;
    color: #d3dee3;
    background-color: #1f1f1f;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    border-left: none;
    border-right: none
}

.gateway-list .list-group-item:first-child {
    border-top: none
}

.gateway-list .list-group-item:last-child {
    border-bottom: none
}

.gateway-list .list-group-item.active, .gateway-list .list-group-item:hover, .gateway-list .list-group-item:active, .gateway-list .list-group-item:focus {
    color: #fff;
    background-color: #2a8fbd
}

.gateway-select #funds-glist-collapse:checked + #activeTab:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.gateway-select #funds-glist-collapse:checked + #activeTab + #gateway-list {
    max-height: 500px
}

#funds-glist-collapse {
    display: none
}

.game-category {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 15px solid #011e2a
}

.game-category:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.index-page .game-category.potm-main {
    padding: 0;
    border-bottom: 0
}

.index-page .game-category.potm-main .container {
    padding: 0
}

.game-category-title {
    margin-bottom: 15px
}

.game-category-title h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #dab867
}

.game-category-title .btn {
    top: 6px;
    position: relative
}

.game-card-box {
    margin-left: -1.5%;
    margin-right: -1.5%
}

.quick-icons-main {
    padding-bottom: 0
}

.quick-icons-main .module {
    border-top: 0
}

.quick-icons-main .slot-provider {
    max-height: 190px;
    overflow: hidden;
    transition: max-height .25s ease
}

.quick-icons-main #quick-icons-slide:checked + .slot-provider {
    max-height: 490px;
    overflow: visible
}

.quick-icons-main label.btn {
    height: 27px
}

.quick-icons-main label.btn:after {
    color: #fff;
    content: "\e915";
    font-family: 'icomoon' !important;
    font-size: 1.5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    top: 0;
    position: absolute;
    left: 48%
}

.quick-icons-main #quick-icons-slide:checked + .slot-provider + label.btn-slide:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline
}

.quick-icons-main #quick-icons-slide + .slot-provider + label.btn-slide:after {
    display: none
}

.quick-icons-main #quick-icons-slide:checked + .slot-provider + label.btn-slide span {
    display: none
}

.quick-icons-main #quick-icons-slide + .slot-provider + label.btn-slide span {
    display: inline
}

.quick-icons-main .indicator-new-quicklinks {
    position: relative;
    margin: 0 50%
}

.quick-icons-main .indicator-new-quicklinks:after {
    content: '*';
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-family: "dinpro";
    width: 15px;
    height: 15px;
    background-color: #fd1f33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: -30px;
    position: absolute
}

.game-card {
    width: 28.3%;
    float: left;
    margin: 0 2.5% 5% 2.5%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.game-card .game-card-image {
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    background: #01374d
}

.game-card .game-card-image img {
    max-width: 100%;
    width: 100%
}

.game-list a {
    padding: 5px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background-color: transprent
}

.game-list li:first-child a {
    padding-top: 0
}

.game-list .media {
    vertical-align: middle;
    margin-top: 0
}

.game-list .media-left {
    vertical-align: middle
}

.game-list .media-left .game-list-thumbnail {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.game-list .media-left img {
    width: 40px
}

.game-list .media-body .media-heading {
    font-size: 0.875rem;
    color: #dab867;
    margin-top: 10px;
    margin-bottom: 0
}

.game-list .media-body p {
    font-size: 0.750rem;
    color: rgba(255, 255, 255, 0.4)
}

.game-launcher .iframe-launcher {
    width: 100%;
    height: 353px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#slotModal:before {
    height: 0
}

#slotModal .slots-detail-bg {
    width: 100%;
    margin: 0;
    padding-top: 20vh;
    position: fixed;
    left: 0
}

#slotModal .slots-detail-bg .modal-content {
    background-color: #011f2b;
    border: 0;
    height: auto
}

#slotModal .slots-detail-bg .modal-content .modal-header .close {
    margin-top: 0px
}

#slotModal .slots-detail-bg .modal-content .modal-header .btn-close {
    background-color: transparent;
    border: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -36px;
    right: 11px;
    text-align: right;
    padding: 0
}

#slotModal .slots-detail-bg .modal-content .modal-header .btn-close .icon-close {
    color: #2a8fbd;
    background-position: center;
    width: 100%;
    font-size: 1.4em;
    display: block
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top {
    margin-bottom: 15px
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .no-padding-left {
    padding-left: 0
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 {
    color: #dab867;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 div {
    margin-right: 30px
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top h2 span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    display: block
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .rating {
    width: 50%
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .rating .img-responsive {
    margin: inherit;
    margin-left: 0
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .btn-share {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -8px;
    right: 15px
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .btn-share .icon-share {
    background-image: url(../images/ic_share.png);
    background-position: center;
    width: 100%;
    height: 100%;
    display: block
}

#slotModal .slots-detail-bg .modal-content .modal-header .slots-top .btn-share .icon-share2 {
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.4em;
    padding: 5px 5px;
    padding-right: 0;
    text-align: right
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    display: flex
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper:before, #slotModal .slots-detail-bg .modal-body .slots-slide-wrapper:after {
    content: ' ';
    display: table;
    clear: both
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper li {
    float: left;
    margin-right: 15px
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper li:last-child {
    margin-right: 0
}

#slotModal .slots-detail-bg .modal-body .slots-slide-wrapper img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    height: 170px
}

#slotModal .slots-detail-bg .slots-btm {
    bottom: 0;
    width: 100%;
    display: inline-table
}

#slotModal .slots-detail-bg .slots-btm:before, #slotModal .slots-detail-bg .slots-btm:after {
    content: ' ';
    display: table;
    clear: both
}

#slotModal .slots-detail-bg .slots-btm .btn-slots {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2)
}

#slotModal .slots-detail-bg .slots-btm .btn-slots-try {
    background-color: #014966;
    width: 30%
}

#slotModal .slots-detail-bg .slots-btm .btn-slots-play {
    background-color: #2a8fbd;
    width: 68%;
    margin-left: 2%
}

#slotModal .slideInUp {
    transform: translate(0, 100%);
    transition: transform 0.5s ease-in;
    animation: none
}

#slotModal.in .slideInUp {
    transition: transform 0.5s ease-out;
    transform: translate(0, 0)
}

#slotModal .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

#slotModal .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (min-width: 560px) {
    #slotModal .slots-detail-bg {
        padding-top: 30vh;
        margin: auto;
        position: relative
    }
}

@media (min-width: 414px) {
    .game-card {
        width: 21%;
        margin: 0 2% 4% 2%
    }
}

@media (min-width: 720px) {
    .game-card {
        width: 12.66%
    }
}

.history-nav-container {
    background-color: #091d27
}

.history-nav {
    background-color: #07171e;
    min-height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 30px
}

.history-nav .slick-slide {
    text-align: center
}

.history-nav .slick-slide:focus {
    outline: 0 none
}

.history-nav .slick-slide span {
    font-size: 0.875em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "dinpro";
    color: #95afbb;
    padding: 15px 0;
    display: block;
    position: relative;
    -webkit-transition: color 300ms linear;
    transition: color 300ms linear
}

.history-nav .slick-slide span:after {
    content: '';
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    position: absolute;
    -webkit-transition: background 300ms linear;
    transition: background 300ms linear
}

.history-nav .slick-slide span.initial, .history-nav .slick-slide span.current {
    color: #d3dee3
}

.history-nav .slick-slide span.initial:after, .history-nav .slick-slide span.current:after {
    background-color: #d3dee3
}

.history-nav .slick-prev, .history-nav .slick-next {
    z-index: 10;
    position: absolute;
    top: 20%;
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 1rem
}

.history-nav .slick-prev:focus, .history-nav .slick-next:focus {
    outline: 0 none
}

.history-nav .slick-prev.slick-disabled, .history-nav .slick-next.slick-disabled {
    opacity: 0.2
}

.history-nav .slick-prev {
    left: 0
}

.history-nav .slick-next {
    right: 0
}

.history-result .slick-list {
    height: auto !important
}

.history-data {
    max-width: 768px;
    margin: 0 auto
}

.history-data .h-title {
    color: #dab867;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 1.063rem
}

.history-data p {
    color: #d3dee3;
    margin-bottom: 0;
    line-height: 1.4
}

.history-data .h-to {
    color: #476370;
    line-height: 1
}

.history-data .h-date {
    color: #476370
}

.history-data .h-status {
    text-transform: uppercase;
    color: #95afbb
}

.history-data-row {
    width: 100%;
    display: table;
    padding: 15px;
    border-bottom: 1px solid rgba(211, 222, 227, 0.05);
    cursor: pointer;
    table-layout: fixed
}

.history-data-row:last-child {
    border-bottom: none
}

.history-data-row > div {
    vertical-align: middle;
    display: table-cell
}

.history-data-row .h-col-last {
    text-align: right
}

.history-not-found {
    font-size: 0.875rem;
    text-align: center;
    padding: 5% 0
}

.history-modal {
    position: relative;
    z-index: 1000
}

.history-full {
    background-color: #032a39;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    overflow: auto;
    display: none
}

.history-full-header {
    background-color: #1f2021;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    height: 45px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095)
}

.history-full-header h5 {
    font-size: 1.063rem;
    color: #d3dee3;
    margin-top: 7px;
    margin-bottom: 0;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 2px
}

.history-full-header a {
    font-size: 1.563rem;
    padding: 5px 15px 0;
    height: 45px;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #1f2021
}

.history-full-content > div {
    padding: 15px;
    border-bottom: 1px solid rgba(211, 222, 227, 0.05)
}

.history-full-content > div:last-child {
    border-bottom: none
}

.history-full-content p {
    color: #577989;
    margin-bottom: 3px
}

.history-full-content h5 {
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.063rem
}

.history-result.slick-slider .slick-track [data-slick-index].slick-slide {
    height: 0
}

.history-result.slick-slider .slick-track [data-slick-index].slick-slide.slick-active {
    height: 100%
}

.show-balance {
    color: #d3dee3;
    background-color: #014966;
    text-align: left;
    position: relative;
    text-transform: none
}

.show-balance:active, .show-balance:focus, .show-balance:hover {
    color: #d3dee3;
    background-color: #025b7f
}

.show-balance:after {
    font-family: 'icomoon';
    content: "\e927";
    right: 15px;
    position: absolute
}

.show-balance.collapsed:after {
    content: "\e928"
}

.balance-collapse {
    max-width: 768px;
    margin: 0 auto
}

.balances {
    padding: 0 15px;
    background-color: #012534
}

.balances table {
    width: 100%
}

.balances table td {
    color: #a6a6a6;
    font-size: 0.750rem;
    padding: 10px 0
}

.btn-swap {
    color: #2a8fbd;
    border: none;
    background-color: transparent;
    font-size: 1.438rem;
    display: inline-block
}

.btn-swap:active, .btn-swap:focus, .btn-swap:hover {
    outline: 0 none;
    color: #216f93
}

.arrow-container {
    position: relative;
    width: 100%;
    max-width: 767px;
    margin: 0 auto 70px
}

.arrow-container .slick-arrow {
    font-size: 1.125rem;
    padding: 5px;
    line-height: 1;
    top: 40%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    position: absolute;
    z-index: 10
}

.arrow-container .slick-arrow:focus, .arrow-container .slick-arrow:active, .arrow-container .slick-arrow:hover {
    outline: 0 none;
    background: rgba(0, 0, 0, 0.75)
}

.arrow-container .slick-arrow.slick-disabled {
    opacity: 0.2
}

.arrow-container .slick-prev {
    left: 0
}

.arrow-container .slick-next {
    right: 0
}

.payment-banner.slick-slider {
    background-color: rgba(0, 0, 0, 0.1)
}

.payment-banner.slick-slider .slick-dots {
    height: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -43px;
    position: absolute
}

.payment-banner.slick-slider .slick-dots li {
    margin: 0 4px;
    display: inline-block
}

.payment-banner.slick-slider .slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    text-indent: -9999px;
    border: none;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d3dee3;
    opacity: 0.9
}

.payment-banner.slick-slider .slick-dots li.slick-active button {
    background-color: #2a8fbd
}

.payment-banner.slick-slider .slick-slide {
    padding: 32px 28px
}

.payment-banner.slick-slider .slick-slide img {
    margin: 0 auto
}

.payment-banner.slick-slider .slick-arrow {
    z-index: 10
}

.payment-banner.slick-slider video {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.stop-video {
    border: none;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    top: 5px;
    right: 5px;
    z-index: 10;
    position: absolute
}

.img-responsive {
    margin: auto
}

.embed-responsive {
    padding: 0;
    height: 0;
    padding-bottom: 63%;
    display: block;
    position: relative;
    overflow: hidden
}

.embed-responsive embed, .embed-responsive iframe, .embed-responsive video, .embed-responsive object {
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #222 center center
}

.empty-state {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%
}

.empty-state .empty-state-icon {
    background-color: #01425c;
    width: 80px;
    height: 80px;
    margin: 0 auto 2em;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.empty-state .empty-state-icon i {
    color: #b4c7cf;
    font-size: 3em;
    display: table-cell;
    vertical-align: middle
}

.empty-state p {
    color: #b4c7cf;
    width: 80%;
    max-width: 480px;
    display: block;
    margin: 0 auto
}

.bonuspicker-container {
    padding: 0
}

.bonuspicker-container .panel-group .panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bonuspicker-container .panel-group .panel:first-child .panel-heading {
    border-top: none
}

.bonuspicker-container .panel-group .panel + .panel {
    margin-top: 0
}

.bonuspicker-container .panel-group .panel-heading {
    border-top: 1px solid rgba(211, 222, 227, 0.1);
    border-bottom: none;
    background-color: transparent
}

.bonuspicker-container .panel-default {
    border: none
}

.bonuspicker-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.bonuspicker-container .panel-default:last-child .collapse {
    border-bottom: 1px solid rgba(211, 222, 227, 0.1)
}

.bonuspicker-container .panel-title > a {
    color: #dab867;
    font-size: 1rem;
    display: block;
    position: relative
}

.bonuspicker-container .panel-title > a:after {
    color: #a2a2a2;
    font-family: 'icomoon';
    content: "\e91f";
    right: 0;
    position: absolute
}

.bonuspicker-container .panel-title > a.collapsed:after {
    content: "\e915"
}

.bonus-box {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #023c53;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.wallet-note {
    text-align: center;
    font-size: 0.8em;
    padding: 0 10px;
    padding-top: 5px
}

.payment {
    max-width: 768px;
    margin: 0 auto
}

.payment .payment-type {
    padding: 10px 15px;
    vertical-align: middle
}

.payment .payment-type h5 {
    color: #2a8fbd;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

.payment .payment-type .icon-compose.bank-edit {
    font-size: 1.4em
}

.payment .payment-option {
    background-color: #02384e;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.payment .payment-option > a {
    padding: 15px;
    border-bottom: 1px solid rgba(211, 222, 227, 0.1);
    display: block;
    position: relative
}

.payment .payment-option > a h4 {
    font-size: 1rem;
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0
}

.payment .payment-option > a p {
    color: #d3dee3;
    margin-bottom: 0
}

.payment .payment-option > a:last-child {
    border-bottom: none
}

.payment .payment-option > a:after {
    color: #a2a2a2;
    font-family: 'icomoon';
    content: "\e91e";
    top: 32%;
    right: 15px;
    position: absolute
}

.payment .payment-option > a:focus, .payment .payment-option > a:hover {
    background-color: #03435d
}

.payment .payment-option > a .payment-status {
    text-transform: uppercase;
    color: #95afbb;
    font-style: italic
}

.payment .payment-option > .payment-note {
    padding: 5px 15px
}

.payment .payment-option .payment-note {
    margin-bottom: 0
}

.payment .payment-option .payment-note small {
    color: #9c9c9c;
    font-size: 0.688rem
}

.payment .payment-option .addbank {
    padding: 10px 20%
}

.banking-details {
    width: 100%;
    text-align: center
}

.banking-details .accordion-header, .banking-details .banking-header {
    width: 96%;
    height: 54px;
    text-align: left;
    padding: 0;
    position: relative;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(211, 222, 227, 0.1)
}

.banking-details .accordion-header .icon, .banking-details .banking-header .icon {
    font-size: 1.3rem;
    float: left;
    margin-top: 1px;
    margin-left: 15px
}

.banking-details .accordion-header .icon-arrow-up, .banking-details .accordion-header .icon-arrow-down, .banking-details .banking-header .icon-arrow-up, .banking-details .banking-header .icon-arrow-down {
    font-size: 1.3rem;
    opacity: .3;
    float: right;
    margin-right: 15px;
    margin-top: 1px
}

.banking-details .accordion-header:focus, .banking-details .banking-header:focus {
    outline: none
}

.banking-details .banking-header {
    padding: 0 15px;
    display: inline-block
}

.banking-details .banking-header .btn-header-add {
    float: right;
    font-weight: 700;
    margin-right: 15px
}

.banking-details .banking-header .btn-header-add .icon-plus {
    margin-right: 5px
}

.banking-details .banking-header .banking-inner {
    padding: 15px 0
}

.banking-details .banking-header .no-border {
    border: 0
}

.banking-details .accordion-panel {
    padding: 10px 15px;
    text-align: left
}

.banking-details .accordion-panel .bank-account-box {
    width: 100%;
    background-color: #02384e;
    border-radius: 8px;
    border-left-color: #2a8fbd;
    border-left-width: 4px;
    border-left-style: solid;
    padding: 15px;
    margin-bottom: 10px
}

.banking-details .accordion-panel .bank-account-box span {
    display: block
}

.banking-details .accordion-panel .bank-account-box span.account-name {
    font-size: .9rem;
    color: #fff;
    font-weight: 700
}

.banking-details .accordion-panel .bank-account-box span.account-number {
    color: #dab867;
    font-size: 1.2rem
}

.banking-details .accordion-panel .bank-account-box:last-child {
    margin-bottom: 0
}

.banking-details .accordion-panel .btn-add-bank-account {
    width: 200px;
    height: 45px;
    margin: 20px auto;
    display: block
}

.banking-details .accordion-panel .account-info {
    color: #bbb;
    font-size: .7rem;
    display: block;
    text-align: center
}

.banking-details .accordion-header.collapsed .col-sm-4 .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.banner-container > a > img {
    width: 100%;
    padding-bottom: 15px
}

.gateway-section {
    width: 100%;
    padding: 0 5px
}

.gateway-section .btn-title {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0;
    padding: 17px 10px
}

.gateway-section .gateway-selections {
    width: 100%;
    list-style: none;
    margin-left: -3px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 0%;
    margin-bottom: 0
}

.gateway-section .gateway-selections li {
    width: 22%;
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 0
}

.gateway-section .gateway-selections li a {
    background-color: #014966;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}

.gateway-section .gateway-selections li a .pg-alipay {
    background: url(../images/payment-gateway.png) no-repeat -10px -12px;
    width: 60px;
    height: 21px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-quickonline {
    background: url(../images/payment-gateway.png) no-repeat -205px -88px;
    width: 60px;
    height: 21px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-wechat {
    background: url(../images/payment-gateway.png) no-repeat -380px -86px;
    width: 29px;
    height: 25px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-qq {
    background: url(../images/payment-gateway.png) no-repeat -414px -86px;
    width: 21px;
    height: 25px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-banktransfer {
    background: url(../images/payment-gateway.png) no-repeat -75px -121px;
    width: 60px;
    height: 23px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-alipay-qrcode {
    background: url(../images/payment-gateway.png) no-repeat -140px -10px;
    width: 25px;
    height: 25px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-neteller {
    background: url(../images/payment-gateway.png) no-repeat -75px -93px;
    width: 60px;
    height: 11px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a .pg-quickpay {
    background: url(../images/payment-gateway.png) no-repeat -270px -92px;
    width: 60px;
    height: 12px;
    margin: 12px auto;
    display: block
}

.gateway-section .gateway-selections li a span {
    color: #fff;
    font-size: .475rem;
    text-align: center;
    display: block
}

.gateway-section .gateway-selections li a.active {
    background-color: #2a8fbd;
    box-shadow: none
}

.gateway-restrictions-new {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 0;
    margin: 0 15px;
    margin-top: 15px
}

.form-wrapper .amount-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-wrapper .amount-wrapper li {
    float: left
}

.form-wrapper .amount-wrapper li button {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px 25px;
    font-size: 0.775rem
}

.form-wrapper .amount-wrapper li button:focus, .form-wrapper .amount-wrapper li button:hover {
    background-color: #2a8fbd;
    border-color: #2a8fbd;
    outline: 0
}

.form-wrapper .amount-wrapper li:last-child {
    margin-bottom: 15px
}

.lite-footer {
    width: 100%;
    background: #022635;
    margin-bottom: 23px
}

.lite-footer .row .image-container {
    padding-top: 5px;
    padding-bottom: 5px
}

.lite-footer .row .image-container img {
    width: 55px
}

.lite-footer .row .content {
    margin-top: 10px;
    padding-left: 20px;
    color: #d3dee3
}

.lite-footer .row .content label {
    margin: 0
}

.lite-footer .row .navi {
    color: #d3dee3;
    margin-top: 20px;
    margin-left: -25px
}

.lite-footer .row small {
    color: #dab867
}

.lite-footer .row .icon-arrow-right {
    font-size: 1.5em;
    font-weight: bolder
}

.gold-n {
    color: #dab867;
    font-weight: normal;
    font-size: 0.750rem
}

.gold-b {
    color: #dab867;
    font-weight: 600;
    font-size: 0.975rem
}

.daily-slots-banner {
    background-color: #01141c
}

.daily-slots-banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.daily-slots-content {
    max-width: 768px;
    margin: 0 auto;
    padding: 15px
}

.daily-slots-content .daily-slots-claim {
    display: none
}

.daily-slots-content .daily-slots-claim.active {
    display: block
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game {
    padding-top: 15px;
    text-align: center;
    margin-bottom: 15px
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px
}

.daily-slots-content .daily-slots-claim .daily-slots-claim-game span {
    font-size: 1rem;
    display: block;
    vertical-align: top;
    font-weight: 700;
    color: #fff
}

.daily-slots-content .daily-slots-claim .table-responsive {
    border: none;
    margin-bottom: 15px
}

.daily-slots-content .daily-slots-claim table {
    font-size: 0.875rem;
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 768px
}

.daily-slots-content .daily-slots-claim table tr td:first-child {
    background-color: #033f58;
    text-align: right;
    font-weight: 700
}

.daily-slots-content .daily-slots-claim table tr td {
    font-size: 0.875rem;
    background-color: #034a67;
    border: 1px solid #023144;
    padding: 5px
}

.daily-slots-content .daily-slots-promo {
    display: none
}

.daily-slots-content .daily-slots-promo.active {
    display: block
}

.daily-slots-content-header {
    text-align: center;
    margin-bottom: 15px
}

.daily-slots-content-header h4 {
    color: #d3dee3;
    text-transform: uppercase;
    font-family: "dinpro";
    font-weight: 700
}

.daily-slots-content-header p {
    font-family: "dinpro"
}

.daily-btns {
    margin-bottom: 15px
}

.daily-btns .btn {
    margin-bottom: 5px
}

.daily-btns .btn:last-child {
    margin-bottom: 0
}

.daily-btns .btn.active {
    font-weight: 700;
    border-color: transparent;
    background-color: transparent
}

.daily-slots-promo-nav {
    margin-bottom: 15px
}

.daily-slots-promo-nav > .btn-group {
    border-right: 2px solid #023144
}

.daily-slots-promo-nav > .btn-group .btn {
    white-space: normal;
    font-size: 0.750rem;
    height: 80px;
    padding-left: 0;
    padding-right: 0
}

.daily-slots-promo-nav > .btn-group:last-child {
    border-right: none
}

.daily-slots-claim-terms {
    font-size: 0.875rem;
    margin-bottom: 30px
}

.daily-slots-claim-terms li, .daily-slots-claim-terms p {
    color: #bbb;
    font-size: 0.750rem
}

.daily-slots-promo-games {
    text-align: center
}

.daily-slots-promo-games p {
    font-family: "dinpro";
    margin-bottom: 15px
}

.daily-games {
    margin-bottom: 15px
}

.daily-games .daily-thumb {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
    padding: 4px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
}

.daily-games .daily-thumb.daily-inactive {
    opacity: 0.2
}

.daily-games .daily-thumb.daily-active {
    background-color: #2a8fbd
}

.daily-games .daily-thumb.daily-active .daily-game-action p {
    color: #fff
}

.daily-games .daily-thumb-img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.daily-games .daily-thumb-img img {
    width: 100%
}

.daily-games .daily-game-action {
    padding: 5px 0;
    text-align: center;
    width: 100%;
    height: 40px;
    display: table
}

.daily-games .daily-game-action p {
    font-family: "dinpro";
    color: #1f2021;
    font-size: 0.688rem;
    margin-bottom: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

@media (min-width: 490px) {
    .daily-slots-promo-nav > .btn-group .btn {
        font-size: 0.875rem;
        height: auto
    }

    .daily-games .daily-thumb {
        width: 23%
    }

    .daily-games .daily-game-action {
        padding: 5px 0;
        text-align: center;
        height: auto
    }
}

@media (min-width: 768px) {
    .daily-games .daily-thumb {
        width: 18%
    }
}

.lottery-main .container {
    padding-left: 0;
    padding-right: 0
}

.lottery-banner {
    position: relative;
    max-width: 632px;
    margin: 0 auto;
    overflow: hidden
}

.lottery-banner img {
    width: 100%;
    display: block
}

.lottery-banner .btn {
    margin-top: 0;
    margin-bottom: 5px;
    display: block
}

.lottery-banner .banner-caption {
    text-align: right;
    margin: 10% 10px 0 0;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.lottery-banner .banner-caption-content h3 {
    color: #dab867;
    font-size: 1.714em;
    margin-bottom: 10px;
    margin-top: 0
}

.lottery-banner .banner-caption-content p {
    color: #fff;
    font-size: 1em;
    margin-bottom: 15px
}

.lottery-banner:nth-child(even) .banner-caption {
    text-align: left;
    margin: 10% 0 0 10px;
    left: 0;
    right: auto
}

#casino-placeholder .lottery-banner:first-child .banner-caption {
    top: auto;
    top: unset;
    right: auto;
    right: unset;
    width: 100%;
    height: auto;
    height: unset;
    margin-right: 0
}

#casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content {
    position: relative;
    margin-left: -5px;
    top: auto;
    top: unset;
    right: auto;
    right: unset;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    height: unset;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 12px
}

#casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content h3.title {
    display: none
}

#casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content p {
    margin-bottom: 5px
}

#casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content a {
    margin: 0;
    overflow: hidden;
    width: 45%;
    display: inline-block
}

#casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content a:first-of-type {
    margin-right: 8px
}

#casino-placeholder .lottery-banner:not(:first-child) .banner-caption {
    max-width: 150px
}

#casino-placeholder .lottery-banner:not(:first-child) .banner-caption a {
    margin: 0;
    overflow: hidden;
    width: 90%;
    text-align: center;
    float: right
}

#casino-placeholder .lottery-banner:not(:first-child):nth-child(even) .banner-caption a {
    float: left
}

@media all and (max-width: 480px) {
    .lottery-banner .btn {
        max-height: 31px;
        font-size: 0.688em;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 3px;
        display: block
    }

    .lottery-banner img {
        width: 112%;
        margin-left: -6%;
        margin-right: -6%
    }

    .lottery-banner .banner-caption {
        margin: 3% 10px 0 0
    }

    .lottery-banner .banner-caption.banner-caption-2 {
        width: 57%
    }

    .lottery-banner .banner-caption h3 {
        font-size: 1.250em;
        margin-bottom: 5px;
        margin-top: 0
    }

    .lottery-banner .banner-caption p {
        font-size: 0.688em;
        margin-bottom: 10px
    }

    .lottery-banner:nth-child(even) .banner-caption {
        margin: 3% 0 0 10px
    }
}

@media all and (min-width: 480px) {
    #casino-placeholder .lottery-banner:first-child .banner-caption .banner-caption-content {
        max-width: 400px
    }
}

.rebates form {
    padding-top: 1em
}

.rebates-group {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.rebates-group .rebates-row {
    margin-bottom: 15px
}

.rebates-group .rebates-row > h2 {
    color: #d1d3d4;
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: -5px
}

.rebates-group .rebates-row > .thin-gutter h2 {
    color: #d1d3d4;
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 0px
}

.rebates-group .rebates-row.rebates-row-boxed {
    background-color: #022b3c;
    padding: 15px;
    margin-left: -16px;
    margin-right: -16px
}

.rebates-group .rebate-box {
    background-color: #014561;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1)
}

.rebates-group .rebate-box .collapsible-btn {
    margin-top: -1px;
    text-transform: uppercase;
    font-size: 0.625rem;
    color: #bbb;
    text-align: center;
    background-color: #014d6b;
    display: block;
    padding: 3px 0;
    cursor: pointer
}

.rebates-group .rebate-box .collapsible-btn:after {
    font-family: "icomoon";
    content: '\e915';
    margin-left: 4px
}

.rebates-group .rebate-box .collapsible-btn.collapsed:after {
    content: '\e91f';
    margin-left: 4px
}

.rebates-group .rebate-title {
    padding: 15px 15px 0
}

.rebates-group .rebate-title h3 {
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.rebates-group .collapsible-btn {
    margin: 0;
    margin-bottom: 1px
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle {
    color: #ccc;
    font-size: 1.143em !important;
    padding: 0.875em 1em;
    border: none !important
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle:after {
    content: '\f3d8'
}

.rebates-group .collapsible-btn .ui-collapsible-heading-toggle:focus, .rebates-group .collapsible-btn .ui-collapsible-heading-toggle:hover {
    background-color: #1b5c7a
}

.rebates-group .collapsible-btn.collapsible-btn collapsed .ui-collapsible-heading-toggle:after {
    content: '\f3d0'
}

.rebate-table {
    padding: 0 15px
}

.rebate-table table {
    width: 100%;
    font-size: 0.750rem;
    color: #d3dee3
}

.rebate-table table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04)
}

.rebate-table table tr td {
    padding-top: 1em;
    padding-bottom: 1em
}

.rebate-table table tr td:first-child {
    font-weight: 700
}

.rebate-table table tr td:last-child {
    text-align: right
}

.rebate-table table:last-child tr:last-child {
    border-bottom: none
}

.rebate-table .collapsible-table {
    display: none
}

.rebate-table.rebate-table-modal {
    padding: 0;
    background-color: transparent !important
}

.rebates-disclaimer {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em
}

.rebates-modal-content {
    padding-top: 1.5em
}

.rebates-modal-content h4 {
    color: #dab867;
    margin-bottom: 0
}

.rebates-modal-content .disabled {
    opacity: .3
}

@media all and (min-width: 769px) {
    .rebates-group .rebate-title .ui-btn {
        width: auto;
        display: inline-block
    }
}

.tournament-banner {
    text-align: center
}

.tournament-banner .tournament-image {
    background-color: #00131b
}

.tournament-banner .tournament-image img {
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
    display: block
}

.tournament-banner h4 {
    text-transform: uppercase;
    margin-bottom: 0
}

.tournament-banner p {
    font-size: 0.750rem;
    margin-bottom: 0
}

.tournament-banner-entry {
    text-align: center;
    top: 47px;
    position: absolute;
    width: 100%
}

.tournament-banner-entry img {
    width: 100%;
    display: block
}

.tournament-banner-entry h4 {
    text-transform: uppercase;
    margin-bottom: 0
}

.tournament-banner-entry p {
    font-size: 0.750rem;
    margin-bottom: 0
}

.tournament-banner-content {
    padding-top: 10%;
    text-align: center;
    color: #fff;
    padding: 15% 10px 10px 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    top: 40px
}

.tournament-banner-content h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px
}

.tournament-banner-content p {
    color: #fff;
    font-size: 0.857em;
    margin-bottom: 10px
}

.tournament-banner-content .ui-btn {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-top: 0
}

.tournament-list {
    padding-top: 15px;
    margin-bottom: 15px
}

.tournament-list .nav-tabs {
    border: none
}

.tournament-list .nav-tabs.nav-justified > li {
    margin-bottom: 0;
    display: table-cell;
    width: 1%
}

.tournament-list .nav-tabs.nav-justified > li.active > a {
    border-color: #014561
}

.tournament-list .nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
    border-bottom: none
}

.tournament-list .nav-tabs > li.active > a {
    border: none;
    color: #d3dee3;
    background-color: #014561
}

.tournament-list .nav-tabs a {
    text-transform: uppercase;
    font-size: 0.750rem;
    color: #b4c7cf;
    background-color: #011e2a
}

.tournament-list .tab-content {
    background-color: #014561
}

.tournament-ongoing {
    text-align: center;
    padding: 15px
}

.tournament-ongoing h4 {
    font-size: 1.313rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-ongoing h5 {
    color: #fff;
    font-size: 1.063rem;
    margin-top: 0;
    margin-bottom: 10px
}

.tournament-ongoing .desc {
    font-size: 1.063rem;
    color: #dab867;
    margin: 0
}

.tournament-ongoing p {
    margin-bottom: 15px;
    line-height: 1;
    color: #d3dee3
}

.tournament-ongoing p > small {
    color: #999;
    margin-bottom: 3px;
    display: inline-block
}

.tournament-ongoing p span {
    color: #6f6f6f
}

.tournament-ongoing img {
    float: none;
    margin: 0 auto;
    width: 40.3%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.tournament-top {
    padding: 15px;
    font-size: 0.875rem;
    text-align: left;
    border-bottom: 4px solid #01374d
}

.tournament-top h5 {
    color: #dab867;
    text-align: center
}

.tournament-top .table > tbody > tr > th, .tournament-top .table > tbody > tr > td {
    border: none;
    padding: 7px 0
}

.tournament-complete > div {
    padding: 15px;
    border-bottom: 1px solid #01374d
}

.tournament-complete > div:last-child {
    border-bottom: none
}

.tournament-complete h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-complete h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-complete .desc {
    font-size: 1.063rem;
    color: #dab867
}

.tournament-complete p {
    margin-bottom: 0
}

.tournament-how {
    color: #fff;
    padding: 15px;
    background-color: #2a8fbd
}

.tournament-how h4 {
    margin-bottom: 30px
}

.tournament-how ol {
    padding-left: 18px;
    margin-bottom: 30px
}

.tournament-how ol li {
    font-size: 0.875rem;
    margin-left: 0;
    margin-bottom: 10px
}

.tournament-how p {
    font-size: 0.875rem;
    color: #fff
}

.tournament-modal {
    max-width: 768px;
    margin: 0 auto
}

.tournament-details {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center
}

.tournament-name {
    margin-top: 15px;
    margin-bottom: 15px
}

.tournament-name h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-name p {
    margin-bottom: 0
}

.tournament-name p small {
    color: #999
}

.tournament-name h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-name h5 {
    color: #fff;
    font-size: 1.063rem;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-name .desc {
    font-size: 1.063rem;
    color: #dab867
}

.tournament-name img {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40.3%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.tournament-prize {
    margin-bottom: 15px;
    margin-top: 10px
}

.tournament-prize p {
    font-size: 0.750rem;
    margin-bottom: 0;
    line-height: 1.4
}

.tournament-prize h3 {
    line-height: 1;
    color: #dab867;
    margin-top: 0;
    margin-bottom: 0
}

.tournament-sched {
    margin-bottom: 10px;
    border-bottom: 2px solid #01374d
}

.tournament-sched div[class^="col-"], .tournament-sched div[class*=" col-"] {
    margin-bottom: 10px
}

.tournament-sched p {
    font-size: 0.750rem;
    margin-bottom: 0
}

.tournament-sched p small {
    color: #999
}

.tournament-sched p span {
    color: #6f6f6f
}

.tournament-rank div[class^="col-"], .tournament-rank div[class*=" col-"] {
    margin-bottom: 10px
}

.tournament-rank p {
    margin-bottom: 0
}

.tournament-rank p small {
    color: #959595
}

.tournament-rank .yourName {
    float: left
}

.tournament-rank .yourScore {
    float: right
}

.tournament-tabs {
    border-bottom: 1px solid rgba(211, 222, 227, 0.15) !important;
    text-align: left
}

.tournament-tabs .panel {
    background-color: transparent
}

.tournament-tabs .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tournament-tabs .panel-default > .panel-heading {
    color: #d3dee3;
    background-color: transparent;
    border-color: transparent;
    border-top: 1px solid rgba(211, 222, 227, 0.15) !important;
    padding-left: 0;
    padding-right: 0
}

.tournament-tabs .panel-group {
    margin-bottom: 0
}

.tournament-tabs .panel-body {
    padding: 0 0 15px 0
}

.tournament-tabs .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none
}

.tournament-tabs .panel-heading .panel-title a {
    color: #2a8fbd;
    font-weight: 700;
    display: block
}

.tournament-tabs .panel-heading .panel-title a:after {
    font-family: 'icomoon';
    content: "\e91f";
    float: right;
    color: rgba(211, 222, 227, 0.3)
}

.tournament-tabs .panel-heading .panel-title a.collapsed:after {
    content: "\e915"
}

.tournament-tabs.tournament-tabs-info {
    border-bottom: none !important
}

.tournament-tabs.tournament-tabs-info .panel-default > .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #01374d !important
}

.tournament-tabs.tournament-tabs-info .panel-default:first-of-type > .panel-heading {
    border-top-width: 0 !important
}

.tournament-tabs.tournament-tabs-info .panel-body {
    padding: 0 15px 5px
}

.tournament-tabs.tournament-tabs-info a {
    text-transform: none
}

.tournament-desc p {
    font-size: 0.750rem
}

.tournament-support {
    font-family: "dinpro";
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0
}

.tournament-support li {
    display: inline-block;
    font-size: 0.875rem
}

.tournament-support li a {
    font-size: 1.188rem;
    color: #d3dee3;
    margin: 0 3px
}

.tournament-support li a:focus, .tournament-support li a:hover {
    color: #d3dee3;
    text-decoration: none
}

.tournament-games {
    margin-bottom: 15px
}

.tournament-games a {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.tournament-terms {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.750rem;
    color: #bbb
}

.tournament-terms strong, .tournament-terms b {
    color: #2a8fbd
}

.tournament-terms ol {
    padding-left: 18px;
    margin-bottom: 15px
}

.tournament-terms ol li {
    margin-bottom: 5px;
    font-size: 0.750rem
}

.tournament-terms table {
    font-size: 0.750rem
}

.table-gray > tbody > tr > th, .table-gray > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #272727;
    padding: 5px
}

.table-gray > tbody > tr > th {
    color: #fff;
    background-color: #2a8fbd
}

.table-gray > tbody > tr {
    background-color: #0e0e0e
}

.table-gray > tbody > tr:nth-child(even) {
    background-color: #1a1a1a
}

.promotion-box {
    margin-bottom: 15px;
    background: #01425c;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1)
}

.promotion-box:first-child {
    margin-top: 15px
}

.promotion-image {
    background-color: #272727;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 60px;
    display: block
}

.promotion-image img {
    width: 100%;
    display: block
}

.promotion-details {
    padding: 15px
}

.promotion-details h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.188rem;
    color: #dab867;
    text-transform: uppercase
}

.promotion-details p {
    color: #d3dee3;
    font-size: 0.875rem;
    margin-bottom: 15px
}

.modal-body-promotions {
    padding: 0
}

.modal-body-promotions .promotion-image img {
    max-width: 768px;
    margin: 0 auto
}

.modal-body-promotions .promotion-details {
    max-width: 768px;
    margin: 0 auto
}

.promotion-countdown {
    max-width: 768px;
    padding: 0 15px;
    margin: 0 auto 30px;
    text-align: center
}

.promotion-countdown .countdown-box {
    text-align: center;
    background-color: #01425c;
    margin-bottom: 10px
}

.promotion-countdown h4 {
    font-weight: 700;
    color: #2a8fbd;
    margin-bottom: 0;
    line-height: 1
}

.promotion-countdown p {
    text-transform: uppercase
}

.promotion-countdown p small {
    font-size: 0.625rem
}

.promotion-countdown div[class^="col-"], .promotion-countdown div[class*=" col-"] {
    border-right: 1px solid #014561
}

.promotion-countdown div[class^="col-"]:last-child, .promotion-countdown div[class*=" col-"]:last-child {
    border-right: none
}

.promotion-infos {
    color: #bbb;
    padding: 0 15px 15px;
    font-size: 0.875rem;
    max-width: 768px;
    margin: 0 auto
}

.promotion-infos h1, .promotion-infos h2, .promotion-infos h3, .promotion-infos h4, .promotion-infos h5 {
    color: #bbb
}

.promotion-infos strong {
    color: #d3dee3
}

.promotion-infos ol, .promotion-infos ul {
    padding-left: 20px
}

.promotion-infos ol li, .promotion-infos ul li {
    margin-bottom: 10px
}

.promotion-infos li, .promotion-infos p {
    font-size: 0.875rem;
    color: #bbb
}

.promotion-infos .subtitle {
    font-size: 1rem;
    color: #d3dee3;
    font-family: "dinpro";
    margin-bottom: 5px
}

.promotion-infos .subtitle strong {
    font-size: 1rem
}

.promotion-infos .paragraph {
    margin-bottom: 15px
}

.promotion-infos table {
    font-size: 0.750rem;
    width: 100%
}

.promotion-infos table tr {
    background-color: #012939
}

.promotion-infos table tr:nth-child(even) {
    background-color: #012534
}

.promotion-infos table td {
    padding: 8px;
    border: 1px solid #012330
}

.promotion-infos table .rowHeader {
    font-weight: 700;
    background-color: #01374d
}

.promotion-infos .sports-rank {
    padding-top: 10px
}

.promotion-infos .sports-rank .table > tbody > tr > td, .promotion-infos .sports-rank .table > tbody > tr > th {
    text-align: center;
    padding: 7px 5px
}

.promotions-claim {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

.game-score label {
    padding-top: 6px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #dab867
}

.game-score .form-control-static {
    padding-top: 6px
}

@media (max-width: 767px) {
    .promotion-infos table {
        display: block;
        overflow: scroll
    }

    .promotion-infos table tbody {
        display: block;
        white-space: nowrap
    }

    .promotion-infos table td {
        text-align: left
    }
}

.promotion-infos .warn-details {
    color: #d3dee3;
    background-color: rgba(255, 255, 255, 0.075);
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.promotion-infos .tour-dates.small span {
    font-weight: bold
}

.contact .media-list {
    margin-left: -15px;
    margin-right: -15px
}

.contact .media {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03)
}

.contact .icon {
    color: #2a8fbd;
    font-size: 2.5rem;
    display: block
}

.contact .media {
    padding-bottom: 20px
}

.contact .media:first-child {
    margin-top: 15px
}

.contact .media-left {
    vertical-align: middle
}

.contact .media-body {
    vertical-align: middle
}

.contact .media-body h4 {
    color: #dab867;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px
}

.contact .media-body p {
    font-size: 0.750rem;
    margin-bottom: 0
}

.contact .contact-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table
}

.contact .contact-list .contact-item {
    display: table-cell;
    width: 1%;
    padding: 10px 5px;
    padding-top: 3px
}

.contact .contact-list .contact-item a {
    text-align: center;
    display: block
}

.contact .contact-list .contact-item span.footer-label {
    font-size: 0.75rem;
    color: #d3dee3;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal
}

.annnouncements {
    padding: 0
}

.annnouncements .panel-group .panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.annnouncements .panel-group .panel:first-child .panel-heading {
    border-top: none
}

.annnouncements .panel-group .panel + .panel {
    margin-top: 0
}

.annnouncements .panel-group .panel-heading {
    border-top: 1px solid rgba(211, 222, 227, 0.1);
    border-bottom: none;
    background-color: transparent
}

.annnouncements .panel-default {
    border: none
}

.annnouncements .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.annnouncements .panel-default:last-child .collapse {
    border-bottom: 1px solid rgba(211, 222, 227, 0.1)
}

.annnouncements .panel-title > a {
    color: #dab867;
    font-size: 1rem;
    display: block;
    position: relative
}

.annnouncements .panel-title > a:after {
    color: #a2a2a2;
    font-family: 'icomoon';
    content: "\e91f";
    right: 0;
    position: absolute
}

.annnouncements .panel-title > a.collapsed:after {
    content: "\e915"
}

.announcement-box {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #023c53;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.announcement-box .announcement-time {
    color: #7b7b7b;
    margin-bottom: 0
}

.announcement-box p {
    word-wrap: break-word
}

.quickpay .header .header-title {
    text-align: center;
    color: #d3dee3;
    font-family: "dinpro";
    font-size: 1.250rem;
    display: block;
    white-space: nowrap;
    width: auto;
    max-width: 55%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    height: 47px;
    line-height: 47px;
    position: absolute
}

.quickpay .header .header-title img {
    height: 22px;
    margin-top: 12px;
    vertical-align: top
}

.quickpay .qpmain {
    margin-top: 12px
}

.quickpay .qpmain h4 {
    margin-top: 15px;
    color: #dab867
}

.quickpay h1, .quickpay h2, .quickpay h3, .quickpay h4, .quickpay h5, .quickpay h6, .quickpay p {
    color: #bbb
}

.quickpay hr {
    border-top: 1px solid #03435d
}

.quickpay ul, .quickpay ol {
    padding-left: 15px
}

.quickpay ul li, .quickpay ol li {
    font-size: 0.875rem;
    color: #bbb
}

.quickpay .form-group-bgleft {
    padding-left: 52px;
    position: relative
}

.quickpay .form-group-bgleft:before {
    font-family: 'icomoon';
    font-size: 42px;
    color: #2a8fbd;
    margin-top: 10px;
    left: 0;
    text-align: center;
    position: absolute;
    display: block
}

.quickpay .form-group-bgleft.form-group-profile:before {
    content: "\e612"
}

.quickpay .form-group-bgleft.form-group-amount:before {
    content: "\e911"
}

.quickpay .form-group-bgleft.form-group-method:before {
    content: "\e808"
}

.quickpay .quickpay-info {
    margin-bottom: 26px
}

.quickpay .quickpay-info > div {
    padding: 18px 0;
    border-bottom: 1px solid #03435d
}

.quickpay .quickpay-info > div p {
    color: #bbb;
    margin-bottom: 0;
    line-height: 1.2
}

.quickpay .quickpay-info > div h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2
}

@media (max-width: 425px) {
    .quickpay .header .header-title {
        max-width: 65%
    }

    .quickpay .header .header-title img {
        width: 100%;
        height: auto;
        margin-top: 0;
        vertical-align: middle;
        position: relative;
        top: -2px
    }
}

.message {
    max-width: 768px;
    margin: 0 auto
}

.message-option {
    width: 100%;
    top: auto;
    left: 0;
    position: fixed;
    z-index: 2;
    background-color: #013e57
}

.message-option .message-option-container {
    max-width: 768px;
    margin: 0 auto
}

.message-option .btn {
    font-size: 1rem;
    color: #d3dee3;
    height: 33px;
    padding: 5px 10px;
    line-height: 1.4
}

.message-option ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
    height: 33px
}

.message-option ul li {
    height: 33px;
    padding: 0 15px 0 0;
    display: inline-block;
    border-right: 1px solid #014966;
    vertical-align: middle
}

.message-option ul li:last-child {
    border-right: 0
}

.message-option ul li a {
    color: #bbb
}

.message-option ul li a:focus, .message-option ul li a:hover {
    color: #d5d5d5
}

.message-option ul .checkbox {
    margin-top: 3px;
    margin-bottom: 0
}

.message-option ul .checkbox-custom span {
    color: #bbb;
    font-size: 0.750rem
}

.message-option ul .checkbox-custom span:before {
    top: -2px;
    font-size: 1.2rem !important
}

.message-list {
    padding-top: 33px;
    max-width: 768px;
    margin: 0 auto
}

.message-list > div {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #01374d;
    background-color: #022d3f
}

.message-list > div:last-child {
    border-bottom: none
}

.message-list .checkbox {
    margin-top: 0
}

.message-list h4 {
    font-size: 1rem;
    color: rgba(218, 184, 103, 0.7);
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.message-list p {
    color: rgba(211, 222, 227, 0.45);
    margin-bottom: 0
}

.message-list .message-flag {
    font-size: 1.438rem
}

.message-list .message-flag:focus, .message-list .message-flag:hover {
    color: #44a8d6
}

.message-list .message-flag.flagged {
    color: #fd1f33
}

.message-list .unread {
    background-color: #01374d;
    border-bottom: 1px solid #013e57
}

.message-list .unread h4 {
    font-weight: 700;
    color: #dab867
}

.message-list .unread p {
    color: rgba(211, 222, 227, 0.75)
}

.message-checkbox {
    width: 25px
}

.message-info {
    width: calc(100% - 25px)
}

.message-compose {
    max-width: 768px;
    margin: 0 auto
}

.message-compose > div {
    padding: 15px;
    border-bottom: 1px solid #013c55
}

.message-compose > div:last-child {
    border-bottom: none
}

.message-compose h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #dab867
}

.message-compose .message-date {
    color: rgba(211, 222, 227, 0.5)
}

.message-textarea {
    color: #d3dee3;
    width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
    border: none;
    min-height: 120px;
    resize: none;
    display: block
}

.message-textarea:focus {
    outline: 0 none
}

.message-textarea::-webkit-input-placeholder {
    color: rgba(211, 222, 227, 0.35)
}

.message-textarea ::-moz-placeholder {
    color: rgba(211, 222, 227, 0.35)
}

.message-textarea :-ms-input-placeholder {
    color: rgba(211, 222, 227, 0.35)
}

.message-textarea :-moz-placeholder {
    color: rgba(211, 222, 227, 0.35)
}

.message-select {
    padding: 0;
    color: #d3dee3;
    width: 100%;
    background: transparent;
    border: none;
    height: auto
}

.message-select:focus {
    outline: 0 none;
    box-shadow: none;
    border: none
}

.qr-code {
    padding-top: 15px
}

.qr-code-box {
    padding-top: 15px
}

.qr-code-box img {
    margin-bottom: 10px;
    max-width: 160px
}

.qr-note p {
    font-size: 0.785rem
}

.qr-alipay {
    width: 100%;
    background-color: #035576;
    left: 0;
    bottom: 0;
    position: absolute
}

.qr-alipay img {
    top: -80px;
    margin-bottom: -80px;
    position: relative;
    max-width: 170px
}

.qr-alipay:before {
    content: '';
    width: 100%;
    height: 100px;
    border-width: 0 0 30px 100vw;
    border-style: solid;
    border-color: transparent transparent #035576 transparent;
    display: block;
    top: -100px;
    position: absolute
}

@media all and (max-height: 567px) {
    .qr-alipay {
        display: none !important
    }

    .qr-code-box img {
        max-width: 160px
    }
}

@media all and (min-height: 620px) {
    .qr-alipay img {
        max-width: 250px;
        top: -110px;
        margin-bottom: -110px
    }
}

@media all and (min-height: 667px) {
    .qr-code-holder {
        padding-top: 10%
    }
}

.profile-static {
    border-bottom: 1px solid #033f58;
    margin-bottom: 15px
}

.profile-static div[class^="col-"] > p:first-child, .profile-static div[class*=" col-"] > p:first-child {
    margin-bottom: 0
}

.profile-static p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bankingoptions {
    margin-top: 15px;
    padding: 0
}

.bankingoptions h3 {
    color: #dab867;
    font-size: 1rem;
    display: block;
    position: relative;
    margin: 0px
}

.bankingoptions h4 {
    color: #2b749a;
    font-size: 0.9rem;
    display: block;
    position: relative;
    margin: 0px
}

.bankingoptions h5 {
    color: #2b749a;
    font-size: 0.750rem;
    display: block;
    position: relative;
    margin: 0px
}

.bankingoptions .panel-group .panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    border-bottom: 1px solid rgba(211, 222, 227, 0.1)
}

.bankingoptions .panel-group .panel:first-child .panel-heading {
    border-top: none;
    padding-top: 0px
}

.bankingoptions .panel-group .panel + .panel {
    margin-top: 0
}

.bankingoptions .panel-group .panel-heading {
    border-top: none;
    background-color: transparent;
    padding: 0px 0px 15px 0px
}

.bankingoptions .panel-default {
    border: none;
    padding-top: 18px
}

.bankingoptions .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0px 0px 25px 0px
}

.bankingoptions .panel-title > a:after {
    color: #a2a2a2;
    font-family: 'icomoon';
    content: "\e91f";
    right: 0;
    position: absolute;
    font-size: 25px;
    top: -4px
}

.bankingoptions .panel-title > a.collapsed:after {
    content: "\e915"
}

.bankingoptions label {
    color: #dab867;
    font-size: 1em;
    margin: 0px
}

.bankingoptions .method-group {
    margin-top: 15px
}

.bankingoptions .method-group .method-box {
    overflow: auto;
    margin-top: 15px;
    background-color: #0b384d;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 15px
}

.bankingoptions .method-group .method-box div {
    padding: 0px
}

.bankingoptions .method-group .method-box img {
    float: right
}

.bankingoptions .method-group .method-box .content {
    font-size: 0.7rem;
    color: #bbb
}

.bankingoptions .logo_1, .bankingoptions .logo_2, .bankingoptions .logo_3, .bankingoptions .logo_4, .bankingoptions .logo_5, .bankingoptions .logo_6, .bankingoptions .logo_7, .bankingoptions .logo_8, .bankingoptions .logo_9, .bankingoptions .logo_10, .bankingoptions .logo_11, .bankingoptions .logo_12, .bankingoptions .logo_13, .bankingoptions .logo_14, .bankingoptions .logo_15, .bankingoptions .logo_16, .bankingoptions .logo_17, .bankingoptions .logo_18, .bankingoptions .logo_19, .bankingoptions .logo_20, .bankingoptions .logo_21, .bankingoptions .logo_22, .bankingoptions .logo_23, .bankingoptions .logo_24, .bankingoptions .logo_25, .bankingoptions .logo_26, .bankingoptions .logo_27, .bankingoptions .logo_28, .bankingoptions .logo_29, .bankingoptions .logo_30, .bankingoptions .logo_31, .bankingoptions .logo_32, .bankingoptions .logo_33, .bankingoptions .logo_34, .bankingoptions .logo_35, .bankingoptions .logo_36, .bankingoptions .logo_37, .bankingoptions .logo_38, .bankingoptions .logo_39, .bankingoptions .logo_40, .bankingoptions .logo_41, .bankingoptions .logo_42, .bankingoptions .logo_43, .bankingoptions .logo_44, .bankingoptions .logo_45, .bankingoptions .logo_46, .bankingoptions .logo_47, .bankingoptions .logo_48, .bankingoptions .logo_49, .bankingoptions .logo_50, .bankingoptions .logo_51, .bankingoptions .logo_52, .bankingoptions .logo_53, .bankingoptions .logo_54, .bankingoptions .logo_55, .bankingoptions .logo_56, .bankingoptions .logo_57, .bankingoptions .logo_58, .bankingoptions .logo_59, .bankingoptions .logo_60, .bankingoptions .logo_61, .bankingoptions .logo_62, .bankingoptions .logo_63, .bankingoptions .logo_64, .bankingoptions .logo_65, .bankingoptions .logo_66, .bankingoptions .logo_67, .bankingoptions .logo_68, .bankingoptions .logo_69, .bankingoptions .logo_70, .bankingoptions .logo_71, .bankingoptions .logo_72, .bankingoptions .logo_73, .bankingoptions .logo_74, .bankingoptions .logo_75 {
    display: inline-block;
    width: 92px;
    height: 42px;
    background-image: url("/_Static/Images/banks/banklogo.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 0px
}

.bankingoptions .logo_1.deposit, .bankingoptions .logo_2.deposit, .bankingoptions .logo_3.deposit, .bankingoptions .logo_4.deposit, .bankingoptions .logo_5.deposit, .bankingoptions .logo_6.deposit, .bankingoptions .logo_7.deposit, .bankingoptions .logo_8.deposit, .bankingoptions .logo_9.deposit, .bankingoptions .logo_10.deposit, .bankingoptions .logo_11.deposit, .bankingoptions .logo_12.deposit, .bankingoptions .logo_13.deposit, .bankingoptions .logo_14.deposit, .bankingoptions .logo_15.deposit, .bankingoptions .logo_16.deposit, .bankingoptions .logo_17.deposit, .bankingoptions .logo_18.deposit, .bankingoptions .logo_19.deposit, .bankingoptions .logo_20.deposit, .bankingoptions .logo_21.deposit, .bankingoptions .logo_22.deposit, .bankingoptions .logo_23.deposit, .bankingoptions .logo_24.deposit, .bankingoptions .logo_25.deposit, .bankingoptions .logo_26.deposit, .bankingoptions .logo_27.deposit, .bankingoptions .logo_28.deposit, .bankingoptions .logo_29.deposit, .bankingoptions .logo_30.deposit, .bankingoptions .logo_31.deposit, .bankingoptions .logo_32.deposit, .bankingoptions .logo_33.deposit, .bankingoptions .logo_34.deposit, .bankingoptions .logo_35.deposit, .bankingoptions .logo_36.deposit, .bankingoptions .logo_37.deposit, .bankingoptions .logo_38.deposit, .bankingoptions .logo_39.deposit, .bankingoptions .logo_40.deposit, .bankingoptions .logo_41.deposit, .bankingoptions .logo_42.deposit, .bankingoptions .logo_43.deposit, .bankingoptions .logo_44.deposit, .bankingoptions .logo_45.deposit, .bankingoptions .logo_46.deposit, .bankingoptions .logo_47.deposit, .bankingoptions .logo_48.deposit, .bankingoptions .logo_49.deposit, .bankingoptions .logo_50.deposit, .bankingoptions .logo_51.deposit, .bankingoptions .logo_52.deposit, .bankingoptions .logo_53.deposit, .bankingoptions .logo_54.deposit, .bankingoptions .logo_55.deposit, .bankingoptions .logo_56.deposit, .bankingoptions .logo_57.deposit, .bankingoptions .logo_58.deposit, .bankingoptions .logo_59.deposit, .bankingoptions .logo_60.deposit, .bankingoptions .logo_61.deposit, .bankingoptions .logo_62.deposit, .bankingoptions .logo_63.deposit, .bankingoptions .logo_64.deposit, .bankingoptions .logo_65.deposit, .bankingoptions .logo_66.deposit, .bankingoptions .logo_67.deposit, .bankingoptions .logo_68.deposit, .bankingoptions .logo_69.deposit, .bankingoptions .logo_70.deposit, .bankingoptions .logo_71.deposit, .bankingoptions .logo_72.deposit, .bankingoptions .logo_73.deposit, .bankingoptions .logo_74.deposit, .bankingoptions .logo_75.deposit {
    background-image: url("/_Static/Images/banks/banklogodeposit01.png")
}

.bankingoptions .logo_1 {
    background-position: -10px -57px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_2 {
    background-position: -10px -104px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_3 {
    background-position: -10px -151px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_4 {
    background-position: -10px -198px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_5 {
    background-position: -10px -245px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_6 {
    background-position: -10px -292px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_7 {
    background-position: -10px -339px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_8 {
    background-position: -10px -386px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_9 {
    background-position: -10px -433px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_10 {
    background-position: -10px -480px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_11 {
    background-position: -10px -527px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_12 {
    background-position: -10px -574px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_13 {
    background-position: -10px -621px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_14 {
    background-position: -10px -668px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_15 {
    background-position: -10px -715px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_16 {
    background-position: -10px -762px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_17 {
    background-position: -10px -809px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_18 {
    background-position: -10px -856px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_19 {
    background-position: -10px -903px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_20 {
    background-position: -10px -950px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_21 {
    background-position: -10px -997px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_22 {
    background-position: -10px -1044px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_23 {
    background-position: -10px -1091px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_24 {
    background-position: -10px -1138px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_25 {
    background-position: -10px -1185px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_26 {
    background-position: -10px -1232px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_27 {
    background-position: -10px -1279px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_28 {
    background-position: -10px -1326px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_29 {
    background-position: -10px -1373px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_30 {
    background-position: -10px -1420px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_31 {
    background-position: -10px -1467px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_32 {
    background-position: -10px -1514px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_33 {
    background-position: -10px -1561px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_34 {
    background-position: -10px -1608px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_35 {
    background-position: -10px -1655px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_36 {
    background-position: -10px -1702px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_37 {
    background-position: -10px -1749px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_37.deposit {
    background-position: 0px -306px;
    width: 160px
}

.bankingoptions .logo_38 {
    background-position: -10px -1796px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_38.deposit {
    background-position: 0px -345px;
    width: 160px
}

.bankingoptions .logo_39 {
    background-position: -10px -1843px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_40 {
    background-position: -10px -1890px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_40.deposit {
    background-position: 0px -115px;
    width: 160px
}

.bankingoptions .logo_41 {
    background-position: -10px -1937px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_41.deposit {
    background-position: 0px -115px;
    width: 160px
}

.bankingoptions .logo_42 {
    background-position: -10px -1984px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_43 {
    background-position: -10px -2031px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_43.deposit {
    background-position: 0px -421px;
    width: 160px
}

.bankingoptions .logo_44 {
    background-position: -10px -2078px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_45 {
    background-position: -10px -2125px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_45.deposit {
    background-position: 0px -459px;
    width: 160px
}

.bankingoptions .logo_46 {
    background-position: -10px -2172px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_46.deposit {
    background-position: 0px -154px;
    width: 160px
}

.bankingoptions .logo_47 {
    background-position: -10px -2219px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_47.deposit {
    background-position: 0px -75px;
    width: 160px
}

.bankingoptions .logo_48 {
    background-position: -10px -2266px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_48.deposit {
    background-position: 0px -268px;
    width: 160px
}

.bankingoptions .logo_49 {
    background-position: -10px -2313px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_50 {
    background-position: -10px -2360px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_50.deposit {
    background-position: 0px -496px;
    width: 160px
}

.bankingoptions .logo_51 {
    background-position: -10px -2407px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_52 {
    background-position: -10px -2454px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_52.deposit {
    background-position: 0px -37px;
    width: 160px
}

.bankingoptions .logo_53 {
    background-position: -10px -2501px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_54 {
    background-position: -10px -2548px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_55 {
    background-position: -10px -2595px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_56 {
    background-position: -10px -2642px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_56.deposit {
    background-position: 0px -381px;
    width: 160px
}

.bankingoptions .logo_57 {
    background-position: -10px -2689px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_58 {
    background-position: -10px -2736px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_59 {
    background-position: -50px -2783px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_59.deposit {
    background-position: 0px 0px;
    width: 160px
}

.bankingoptions .logo_60 {
    background-position: -10px -2830px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_61 {
    background-position: -10px -2877px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_62 {
    background-position: -10px -2924px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_63 {
    background-position: -10px -2971px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_64 {
    background-position: -10px -3018px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_65 {
    background-position: -10px -3065px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_66 {
    background-position: -10px -3112px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_67 {
    background-position: -10px -3159px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_68 {
    background-position: -10px -3206px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_69 {
    background-position: -10px -3253px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_70 {
    background-position: -10px -3300px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_71 {
    background-position: -10px -3347px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_72 {
    background-position: -10px -3394px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_73 {
    background-position: -10px -3441px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_74 {
    background-position: -10px -3488px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_76 {
    background-position: -10px -3584px;
    width: 92px;
    height: 42px
}

.bankingoptions .logo_75 {
    width: 92px;
    height: 42px
}

.bankingoptions .logo_75.deposit {
    background-position: 0px -193px;
    width: 160px
}

.bankingoptions .logos > div {
    width: 100px;
    float: left;
    margin-top: 12px
}

#milestones-container .milestone-body {
    width: 100%;
    padding-bottom: 20px;
    background: #252525
}

#milestones-container .milestone-body .partners {
    position: relative;
    overflow: hidden;
    padding: 0
}

#milestones-container .milestone-body .partners img {
    width: 100%
}

#milestones-container .milestone-body .partners .milestone-content {
    background: #252525;
    padding: 0;
    margin-top: -80px
}

#milestones-container .milestone-body .partners .milestone-content .opacity_background {
    background: #252525;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.60
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content {
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    padding-right: 5px;
    padding-left: 5px
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content .circle-container {
    padding-right: 0
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content .circle-container .icon-circle {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    margin-top: 20px;
    z-index: 2;
    position: relative
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content .text-container {
    padding-top: 22px
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content .text-container .title {
    font-weight: bold;
    font-size: 4vw;
    color: #fff
}

#milestones-container .milestone-body .partners .milestone-content .bottom-content .text-container .sub-title {
    font-size: 3vw;
    color: #fff
}

:lang(vi) body, :lang(vi) a, :lang(vi) p, :lang(vi) li, :lang(vi) h1, :lang(vi) h2, :lang(vi) h3, :lang(vi) h4, :lang(vi) h5, :lang(vi) .btn, :lang(vi) .popover, :lang(vi) .download-box span, :lang(vi) .history-nav .slick-slide span, html[lang='vi-vn'] body, html[lang='vi-vn'] a, html[lang='vi-vn'] p, html[lang='vi-vn'] li, html[lang='vi-vn'] h1, html[lang='vi-vn'] h2, html[lang='vi-vn'] h3, html[lang='vi-vn'] h4, html[lang='vi-vn'] h5, html[lang='vi-vn'] .btn, html[lang='vi-vn'] .popover, html[lang='vi-vn'] .download-box span, html[lang='vi-vn'] .history-nav .slick-slide span {
    font-family: Arial !important
}

:lang(zh-Hans) .icon-games:before, html[lang='zh-cn'] .icon-games:before {
    content: '\e902' !important
}

:lang(ko) .icon-games:before, html[lang='ko-kr'] .icon-games:before {
    content: '\e93d' !important
}

/*----------------------------   ME ----------------------*/
.carousel, .step, .top-game{
	width: 100%;
    max-width:1024px;
    margin: 0 auto;
    text-align: center;
    display: block;
	}
.top-game{
	border-radius:2px 2px 0 0
	}
.box-step{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	border:1px solid #0c4760;
	border-radius: 6px;
	display:block;
    background: #0000F9;
	}
.box-step a{
    text-decoration: none;
}
.img-step{
	width:100%;
	height:auto;
	padding:15px 0;
	/* background-image: radial-gradient(#023144 5%, #045373 15%, #023144 60%); */
	display:block;
	}
.title-step{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	/* background-image: linear-gradient(to right, #023144, #2a8fbd, #023144); */
	font-size:1.2rem;
	color:#f6f8f8;
	display:block;
		}
ul.produ-games li{
	display:inline-block;
	}
.box-game1{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	position:relative;
	display:block;
	}
.title-navgame{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:0.9rem;
	color:#ffffff;
	display:block;
	padding:2px 0;
	position:absolute;
	left:0;
	bottom:10px;
	}
.nav-3g, .img-3gs{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
#lazy-contain{
	overflow:hidden;
    max-width: 1024px;
    margin: auto;
}
.login-buttons{
    max-width: 1024px;
    margin: auto;  
}
.title-nave2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:0.9rem;
	padding:5px 0;
	display:block;
	}
.title-topgame{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	font-size:0.9rem;
	color:#cac6c6;
	display:block;
	}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.box-step{
		border:1px solid #0c4760;
		}
	.img-step{
		padding:10px 0;
		}
	.title-step{
		padding:5px 0;
		font-size:1.0rem;
		}
	}

    .home-bg {
        /* background: #ffffff; */
        /* display: inline-block; */
        width: 100%;
        margin-bottom: 100px;
        margin-top: 4px;
        max-width: 1024px;
        margin: auto;
    }
    .home-bg {
        /* background: #fff; */
        width: 100%;
        height: auto;
        text-align: center;
        /* margin: 0 auto; */
        /* margin-bottom: 90px; */
        padding-top: 10px;
    }
    .in-item {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding: 0px;
        display: block;
    }
    .product-item {
        width: 95%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding: 1px 0px;
    }
    .product-item ul {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .product-item ul li img {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative;
        height: 105px;
    }
    
    .img-responsive {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .product-item ul li {
        float: left;
        list-style: none;
        width: 25%;
        /* margin-left: 4px; */
        margin-bottom: 4px;
        position: relative;
    }
    .slots-contant ul li a img{
       width: 113px;
       height: 100px;
    }
    .slots-contant li{
        list-style-type: none;
    }
    #captcha_reg{
        width: 20%;
        background: #999;
        padding: 5px;
        border-radius: 6px;
        text-align: center; 
        height: 39px;
        color: #fff;
       font-size: 18px;
    }
    #captcha{
        width: 76% !important;
    }
    #codeMatch{
        width: 23%;
        background: #999;
        padding: 5px;
        border-radius: 6px;
        text-align: center; 
        height: 39px;
        color: #fff;
       font-size: 18px;
    }
    .wrap_code{
        display: flex;
    }
    .text-dark{
        color:#0481ed !important;
    }
    .contact__item{
        text-align: center;
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .contact__item li{
        list-style-type: none;
        border-bottom: 1px solid #d9e8fd;
        margin-bottom: 5px;

    }
    .header_title_con{
        color: #ffffff;
        /* border-bottom: 1px solid #ffc107; */
    }
    .header-button .icon-navicon{
        color: #0000F9;
    }
    #feature-Contacts{
        background: #ffffff;
        text-align: center;
    }
    /*lotter result*/
    .box-result {
        /*background-image: linear-gradient(to right, #c2cad2,#83899c,#c2cad2);*/
        background: #0b8ee8;
        border: 1px solid #accdec;
    }
    .box-result h6 {
        padding-top: 8px;
        color: #ffffff;
        font-size: .95rem;
        /* font-size: 13px; */
        text-overflow: ellipsis;
        /* overflow-x: hidden; */
        white-space: nowrap;
        text-transform: uppercase;
    }
    #carouselLottery .carousel-item .col-4 {
        display: inline-block;
        width: 32%;
    }
    #carouselLottery .carousel-item {
        font-size: 12px;
        color: #fff;
    }
    .banner-bank{
       padding: 0px;
    }
    .banner-bank li{
        list-style-type: none;
    }
    .supp_bank h6{
        text-align: center;
    }
.menu_game_index{
    background: url(../../images/best8/home/menu_game_index.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0px;
}

.pagacor_index p{
    color: #000;
    font-size: 12px;
}
#lang_popup{
    background: #0000007a;
}
.modal-backdrop{
z-index: 0 !important;
}
.icons_lang{
    text-align: center;
}
.icons_lang a{
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}
.icons_lang p{
    color: #000;
}
.in-tlt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 2px;
    color: #000;
    font-size: 12px;
}
#divPromotions ul{
    padding: 0;
}
/* .contact-item a span img{
    width: 30px;
    height: 30px;
} */
.menu_img_game img{
    width: 50px;
}
.menu_img_game{
    margin-bottom: 2px;
    padding-top: 5px;
}

.product-item ul li a{
    text-decoration: none;
}
.box-game2 a{
    text-decoration: none;
}
.promo-description h3{
color: #fff;
}
.promo_cust{
    background: #ffffff !important;
}
.promo_cust a{
    border-radius: 5px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 6px 12px;
    line-height: 1.42857143; 
    text-decoration: none;
}
.promo_cust .join{
    background: #f0ad4e !important;
}
.promo{
    border-bottom: 1px solid #e3fdff;
}
.promo-content table{
    width: 100%;
}
.promo-content table tr td{
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: center;
    line-height: 200%;
    font-size: 12px;
}
@media (min-width: 1024px) {
    .promo{width: 100%;}
}
.promo {
position: relative;
vertical-align:top;
display: inline-block;
width:100%;
}
.promo-content{
    background: rgba(0,0,0,0.65);
    padding: 15px 5%;
    background: #ffffff;
}
.promo-wrapper{
    margin-left:auto;
    margin-right: auto;
    max-width: 1024px;
}
/* .item_fish ul li a img{
    width: 113px;
    height: 100px;
} */
.main{
    max-width: 1024px;
    margin: auto;
}
.bg_contact{
    max-width: 1024px;
    margin: auto;
}
.fas , .fab{
    margin-right: 5px;
}
/* .wrap_game_kios{
    background: #207baa;
    margin-top: 8px;
} */
.wrap_game_kios img{
    width: 100%;
    border-radius: 6px;
}
.intsta_gram{
    font-size: 30px;
}
.list_contact{
    overflow: hidden;
}
.list_contact li:first-child{
 margin-left: 0px;
}
.list_contact li{
    margin-right: 0px;
    width: 15%;
}
.list_contact li a {
    max-width: inherit !important;
}
.contact_item_bg .d-flex h6{
    margin-right: 5px;
}
.contact__item li a .d-flex{
    justify-content: center;
}
.contact__item li a .d-flex h6{
    color: #ffffff !important;
}
.pagination_edit{
    position: relative !important;
}
.match_edit{
    width: 100% !important;
    background: none !important;
}
.upcoming_edit{
    background: #0b8ee8 !important;
}
.match_edit .match-detail-date h6{
    color: #ffffff;
    font-size: .95rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
}
.copy-btn {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    /* padding: 0.375rem 0.75rem; */
    text-transform: uppercase;
}
.text_white_space{
    white-space:nowrap;
    color: #fff;
    display: flex;
    align-items: center;
}
.wrap_view_bank{
    /* background: #ffffff; */
    padding: 5px 2px 0px 5px;
    border-radius: 6px;
    border: 1px solid #6c8ca5;
    margin-bottom: 10px;
}
.match_edit span{
    font-size: 14px !important;
}
.upcoming-section-wrapper1 {
	width: 100%;
	color: #ffffff;
}
#qrocode{
    width: 50%;
    margin: auto;
}
#qrocode img{
    width: 100%;
}
.product_items ul li{
    width: 25%;
}
.one_deferen{
    width: 50% !important;
}
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    height: 60px;
}
footer .footer-nav {
    text-align: center;
    padding: 10px 0;
    background-color: #103167;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
footer .footer-nav ul {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer-nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 25%;
}
footer .footer-nav li a.active {
    color: #ffff96;
}
footer .footer-nav li a {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
}
footer .footer-nav li a.active span {
    color: #ffffff;
}
.footer-nav > ul > li > a > span .icon {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}
.tab-game{
    display: none;
}
.active_game{
    display: block;
}
.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .label .active_menu{
    color: #bbb;
}
.active_menu_game p img{
    box-shadow: inset 0 0 10px #000000;
    border-radius: 6px;
}
.popula_game{
    margin-bottom: 20px;
}
.index-footer-partner-list{
    padding: 0;
}
.index-footer-partner-list li{
    list-style-type: none;
    text-align: center;
}
.wrap_contact_index{
padding: 0;
}
.wrap_contact_index li{
    list-style-type: none;
    display: inline;
    line-height: 2;
}
.wrap_contact_index li a{
    color: #000;
    border-right: 1px solid;
    padding: 5px;
    padding: 0px 5px 0px 0px;
}
.index-footer-copyright-wrapper p{
    font-size: 12px;
    text-align: center;
    background: #ddd;
    color: #000;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-content li, .promo-content p, .promo-content h3{
    color: #212529 !important;
}
.show_bank_style{
    background: #023144 !important;
    border: none !important;
    color: #fff;
    margin-bottom: 0px;
}

.center-info {
    top: 30px;
}
/*start member info*/
.center-info {
    width: 100%;
    position: absolute;
    top: 47px;
    padding: 0 0 0 100px;
}
.center-info {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 30%;
    right: 0;
    box-sizing: border-box;
    padding: 0 0 0 100px;
}
.center-avtar {
    margin-top: 35px !important;
}
.center-avtar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: url(../../images/avtar-bg.png) center no-repeat;
    margin: 50px 0 0;
}
.center-head {
    width: 100%;
    height: 180px;
    background: url(../../user/banner-center.jpg) center top no-repeat;
    padding: 10px;
    position: relative;
    margin: 0 0 10px;
}
.center-info h3, #record-pagin, .depo-img-text {
    color: #e31313;
}
.center-info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 10px;
}
.center-info p {
    width: 100%;
    line-height: 180%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #eee;
}
.center-info p span {
    color: #f90;
}
.border_index_app{
    width: 100%;
    border: 1px solid #999;
    margin-bottom: 8px;
    margin-top: 10px;
    border-style: dashed;
}
/*end member info*/
/* .margin_bottom_index_footer{
    margin-bottom: 40px;
} */
.index-footer-payment-list{
display: flex;
justify-content: center; 
}
.index-footer-payment-list li{
 display: inline;
 width: 20%;
 padding: 2px;
}
.index-footer-bank-three{
display: flex;
justify-content: center; 
margin-top: -13px;
}
.index-footer-bank-three li{
    display: inline;
    width: 10%;
    padding: 2px;
}
.index-footer-certified-list{
    display: flex;
    justify-content: center; 
}
.index-footer-certified-list li{
    display: inline;
    width: 20%;
    padding: 2px;
}
.floatright {
    /* bottom: 240px; */
    position: fixed;
    left: 0;
    width: 80px;
    z-index: 99;
    top:82%;
}
.floatright img {
    width: 100%;
}
#wrap_down_images_index{
    height: 200px;
}
#wrap_download_images{
    background: url(../../images/best8/home/index_app.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
.wrap_download_index{
    display: flex;
    position: absolute;
    bottom: 23px;
    width: 100%;
}
.chil_down{
    width: 50%;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 5px;
}
.chil_down a img{
   padding: 2px;
}
/* @media only screen and (max-width: 768px) {
    #wrap_down_images_index {
        height: 350px !important;
    }
  } */
@media only screen and (min-width: 992px) {
    #wrap_down_images_index {
        height: 350px !important;
    }
}
 @media only screen and (min-width: 1200px) {
    #wrap_down_images_index {
        height: 350px !important;
    }
}
.img_login{
    margin-top: -6px !important;
    width: 130px !important;
}
/*register*/
.form-steps {
    display: flex;
    justify-content: space-between;
    margin: 30px 50px;
    position: relative;
}
.form-steps .step {
    position: relative;
}
.form-steps .current .step-obj {
    box-shadow: inset 0 0 0 5px #2a8fbd;
}
.form-steps .step-obj {
    background-color: #3b3b3b;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: grid;
    position: relative;
}
.form-steps .current .step-number, .form-steps .current .step-label, .form-steps .success .step-label {
    color: white;
    opacity: 1;
}
.form-steps .step-number {
    opacity: 0.7;
    font-weight: 700;
}
.form-steps .step-number, .form-steps .step-success {
    display: grid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form-steps .step-success {
    display: none;
}

.form-steps .step-label {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #676767;
}
.step-line {
    display: grid;
    width: 100%;
    height: 5px;
    background: #3B3B3B;
    margin: auto 10px;
    border-radius: 100px;
}
.step-line .line-active {
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
    background-color: white;
    display: none;
    border-radius: 100px;
    background: #2a8fbd;
}
.form-steps .step-number {
    opacity: 0.7;
    font-weight: 700;
    color: #fff;
}
.step-group.hidden {
    display: none !important;
}
.complete-register {
    background-color: #24e124;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin: auto;
    display: grid;
}
@keyframes animate{
    100%{
        transform:scaleX(1);
    }
}
/*end register*/
#login_popup .modal-title{
    width: 100%;
}
#form-login .form-group button{
 background: #fd7d2a !important;
 color: #fff;
 border: none;
 border-radius: 15px;
}
#form-login .form-input label{
    color: #000;
}
.body_login{
    padding: 0;
}
#login_popup .modal-content{
    border-radius: 15px;
}
.btn_close_login{
    background: url(../../images/best8/home/icon-close.png) center/1.5em auto no-repeat;
    width: 1.5em;
    opacity: 1;
}
.one_deferen a img{
    width: 100%;
    height: auto !important;
}
@media screen and (min-width: 769px) {
    .product-item ul li img{
        height: 205px;
    }
    .menu_img_game img{
        width: 90px;
    }
}
