/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.Wallop-pagination.center {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.Wallop-pagination.left {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    left: 25%
}

.Wallop-pagination.right {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    left: 75%
}

.container,
.sub-menu {
    min-width: 1300px;
    min-width: 1100px\9;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 148px;
    padding-left: 148px
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    min-width: 1300px;
    margin: 0;
    padding: 0;
    background: #e6e7e8;
    color: #5e5e5e;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word
}

.jp body {
    font-family: Noto Sans Japanese, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.ch body,
.sc body {
    font-family: Microsoft Yahei, Arial, sans-serif
}

.th body,
.vn body {
    font-family: Tahoma, Geneva, sans-serif
}

a {
    transition: color .3s, background-color .3s
}

a,
a:hover {
    color: #af0000;
    text-decoration: none
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
table,
ul {
    margin: 0 0 15px
}

.h1,
h1 {
    font-size: 28px
}

.h1,
.h2,
h1,
h2 {
    color: #5e5e5e;
    font-weight: 400
}

.h2,
h2 {
    font-size: 24px
}

.h3,
h3 {
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 400
}

ul {
    padding-left: 15px
}

ol {
    padding-left: 22px
}

.unstyled {
    padding-left: 0;
    list-style-type: none
}

blockquote {
    padding-left: 50px;
    background-size: 18px auto;
    font-size: 17px;
    line-height: 24px
}

button,
html,
input,
select,
textarea {
    color: #373737
}

hr {
    display: block;
    height: 1px;
    margin: 35px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #5e5e5e
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

textarea {
    resize: vertical
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder,
::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

.loginForm::-webkit-input-placeholder {
    color: #fff;
    opacity: .4
}

.loginForm:-moz-placeholder,
.loginForm::-moz-placeholder {
    color: #fff;
    opacity: .4
}

.loginForm:-ms-input-placeholder {
    color: #fff;
    opacity: .4
}

pre {
    white-space: pre-wrap
}

embed[name=fim],
object[name=fim] {
    display: none
}

.clearfix:after,
.clearfix:before,
.main-menu:after,
.main-menu:before {
    display: table;
    line-height: 0;
    content: ""
}

.clear,
.clearfix:after,
.main-menu:after {
    clear: both
}

.hide-text,
.sponsors a,
.sponsors span {
    border: 0;
    background-color: transparent;
    color: transparent;
    font: 0;
    text-shadow: none
}

.input-block-level {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 26px
}

@-ms-viewport {
    width: device-width
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.center-block {
    margin-left: auto;
    margin-right: auto
}

.block,
.block.btn,
.refresh-icon.active img,
.refresh-icon.active img.btn {
    display: block
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.none {
    display: none
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.hidden,
[hidden] {
    display: none;
    visibility: hidden
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.alert,
.text-center {
    text-align: center
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center
}

.text-yellow {
    color: #ffe000
}

.text-red {
    color: #af0000
}

.text-dark-red {
    color: #900000
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-lightest-gray {
    color: #e6e7e8
}

.text-light-gray {
    color: #d3d3d3
}

.text-gray {
    color: #5e5e5e
}

.text-dark-gray {
    color: #373737
}

.text-light-gold {
    color: #ffd27e
}

.text-12 {
    font-size: 12px
}

.text-14 {
    font-size: 14px
}

.alert,
.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-24 {
    font-size: 24px
}

.text-28 {
    font-size: 28px
}

.text-32 {
    font-size: 32px
}

.text-36 {
    font-size: 36px
}

.text-48 {
    font-size: 48px
}

.text-72 {
    font-size: 72px
}

.text-light {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

.text-extrabold {
    font-weight: 800
}

.text-underline {
    text-decoration: underline
}

.bg-yellow {
    background-color: #ffe000
}

.bg-red {
    background-color: #af0000
}

.bg-dark-red {
    background-color: #900000
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-lightest-gray {
    background-color: #e6e7e8
}

.bg-light-gray {
    background-color: #d3d3d3
}

.bg-gray {
    background-color: #5e5e5e
}

.bg-dark-gray {
    background-color: #373737
}

.bg-fire-red {
    background-color: #f60904
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.m-0 {
    margin: 0!important
}

.m-5 {
    margin: 5px!important
}

.m-10 {
    margin: 10px!important
}

.m-15 {
    margin: 15px!important
}

.m-20 {
    margin: 20px!important
}

.m-25 {
    margin: 25px!important
}

.m-30 {
    margin: 30px!important
}

.m-35 {
    margin: 35px!important
}

.m-40 {
    margin: 40px!important
}

.m-45 {
    margin: 45px!important
}

.m-50 {
    margin: 50px!important
}

.m-55 {
    margin: 55px!important
}

.m-60 {
    margin: 60px!important
}

.m-65 {
    margin: 65px!important
}

.m-70 {
    margin: 70px!important
}

.m-75 {
    margin: 75px!important
}

.m-80 {
    margin: 80px!important
}

.m-85 {
    margin: 85px!important
}

.m-90 {
    margin: 90px!important
}

.m-95 {
    margin: 95px!important
}

.m-100 {
    margin: 100px!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-5 {
    margin-top: 5px!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-15 {
    margin-top: 15px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-25 {
    margin-top: 25px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-45 {
    margin-top: 45px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-55 {
    margin-top: 55px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mt-65 {
    margin-top: 65px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-75 {
    margin-top: 75px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mt-85 {
    margin-top: 85px!important
}

.mt-90 {
    margin-top: 90px!important
}

.mt-95 {
    margin-top: 95px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-25 {
    margin-bottom: 25px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-35 {
    margin-bottom: 35px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-45 {
    margin-bottom: 45px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-55 {
    margin-bottom: 55px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.mb-65 {
    margin-bottom: 65px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-75 {
    margin-bottom: 75px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-85 {
    margin-bottom: 85px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.mb-95 {
    margin-bottom: 95px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-5 {
    margin-left: 5px!important
}

.ml-10 {
    margin-left: 10px!important
}

.ml-15 {
    margin-left: 15px!important
}

.ml-20 {
    margin-left: 20px!important
}

.ml-25 {
    margin-left: 25px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-35 {
    margin-left: 35px!important
}

.ml-40 {
    margin-left: 40px!important
}

.ml-45 {
    margin-left: 45px!important
}

.ml-50 {
    margin-left: 50px!important
}

.ml-55 {
    margin-left: 55px!important
}

.ml-60 {
    margin-left: 60px!important
}

.ml-65 {
    margin-left: 65px!important
}

.ml-70 {
    margin-left: 70px!important
}

.ml-75 {
    margin-left: 75px!important
}

.ml-80 {
    margin-left: 80px!important
}

.ml-85 {
    margin-left: 85px!important
}

.ml-90 {
    margin-left: 90px!important
}

.ml-95 {
    margin-left: 95px!important
}

.ml-100 {
    margin-left: 100px!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-5 {
    margin-right: 5px!important
}

.mr-10 {
    margin-right: 10px!important
}

.mr-15 {
    margin-right: 15px!important
}

.mr-20 {
    margin-right: 20px!important
}

.mr-25 {
    margin-right: 25px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-35 {
    margin-right: 35px!important
}

.mr-40 {
    margin-right: 40px!important
}

.mr-45 {
    margin-right: 45px!important
}

.mr-50 {
    margin-right: 50px!important
}

.mr-55 {
    margin-right: 55px!important
}

.mr-60 {
    margin-right: 60px!important
}

.mr-65 {
    margin-right: 65px!important
}

.mr-70 {
    margin-right: 70px!important
}

.mr-75 {
    margin-right: 75px!important
}

.mr-80 {
    margin-right: 80px!important
}

.mr-85 {
    margin-right: 85px!important
}

.mr-90 {
    margin-right: 90px!important
}

.mr-95 {
    margin-right: 95px!important
}

.mr-100 {
    margin-right: 100px!important
}

.p-0 {
    padding: 0!important
}

.p-5 {
    padding: 5px!important
}

.p-10 {
    padding: 10px!important
}

.p-15 {
    padding: 15px!important
}

.p-20 {
    padding: 20px!important
}

.p-25 {
    padding: 25px!important
}

.p-30 {
    padding: 30px!important
}

.p-35 {
    padding: 35px!important
}

.p-40 {
    padding: 40px!important
}

.p-45 {
    padding: 45px!important
}

.p-50 {
    padding: 50px!important
}

.p-55 {
    padding: 55px!important
}

.p-60 {
    padding: 60px!important
}

.p-65 {
    padding: 65px!important
}

.p-70 {
    padding: 70px!important
}

.p-75 {
    padding: 75px!important
}

.p-80 {
    padding: 80px!important
}

.p-85 {
    padding: 85px!important
}

.p-90 {
    padding: 90px!important
}

.p-95 {
    padding: 95px!important
}

.p-100 {
    padding: 100px!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-5 {
    padding-top: 5px!important
}

.pt-10 {
    padding-top: 10px!important
}

.pt-15 {
    padding-top: 15px!important
}

.pt-20 {
    padding-top: 20px!important
}

.pt-25 {
    padding-top: 25px!important
}

.pt-30 {
    padding-top: 30px!important
}

.pt-35 {
    padding-top: 35px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pt-45 {
    padding-top: 45px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pt-55 {
    padding-top: 55px!important
}

.pt-60 {
    padding-top: 60px!important
}

.pt-65 {
    padding-top: 65px!important
}

.pt-70 {
    padding-top: 70px!important
}

.pt-75 {
    padding-top: 75px!important
}

.pt-80 {
    padding-top: 80px!important
}

.pt-85 {
    padding-top: 85px!important
}

.pt-90 {
    padding-top: 90px!important
}

.pt-95 {
    padding-top: 95px!important
}

.pt-100 {
    padding-top: 100px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-5 {
    padding-bottom: 5px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.pb-15 {
    padding-bottom: 15px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.pb-25 {
    padding-bottom: 25px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-35 {
    padding-bottom: 35px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.pb-45 {
    padding-bottom: 45px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pb-55 {
    padding-bottom: 55px!important
}

.pb-60 {
    padding-bottom: 60px!important
}

.pb-65 {
    padding-bottom: 65px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.pb-75 {
    padding-bottom: 75px!important
}

.pb-80 {
    padding-bottom: 80px!important
}

.pb-85 {
    padding-bottom: 85px!important
}

.pb-90 {
    padding-bottom: 90px!important
}

.pb-95 {
    padding-bottom: 95px!important
}

.pb-100 {
    padding-bottom: 100px!important
}

.pl-0 {
    padding-left: 0!important
}

.pl-5 {
    padding-left: 5px!important
}

.pl-10 {
    padding-left: 10px!important
}

.pl-15 {
    padding-left: 15px!important
}

.pl-20 {
    padding-left: 20px!important
}

.pl-25 {
    padding-left: 25px!important
}

.pl-30 {
    padding-left: 30px!important
}

.pl-35 {
    padding-left: 35px!important
}

.pl-40 {
    padding-left: 40px!important
}

.pl-45 {
    padding-left: 45px!important
}

.pl-50 {
    padding-left: 50px!important
}

.pl-55 {
    padding-left: 55px!important
}

.pl-60 {
    padding-left: 60px!important
}

.pl-65 {
    padding-left: 65px!important
}

.pl-70 {
    padding-left: 70px!important
}

.pl-75 {
    padding-left: 75px!important
}

.pl-80 {
    padding-left: 80px!important
}

.pl-85 {
    padding-left: 85px!important
}

.pl-90 {
    padding-left: 90px!important
}

.pl-95 {
    padding-left: 95px!important
}

.pl-100 {
    padding-left: 100px!important
}

.pr-0 {
    padding-right: 0!important
}

.pr-5 {
    padding-right: 5px!important
}

.pr-10 {
    padding-right: 10px!important
}

.pr-15 {
    padding-right: 15px!important
}

.pr-20 {
    padding-right: 20px!important
}

.pr-25 {
    padding-right: 25px!important
}

.pr-30 {
    padding-right: 30px!important
}

.pr-35 {
    padding-right: 35px!important
}

.pr-40 {
    padding-right: 40px!important
}

.pr-45 {
    padding-right: 45px!important
}

.pr-50 {
    padding-right: 50px!important
}

.pr-55 {
    padding-right: 55px!important
}

.pr-60 {
    padding-right: 60px!important
}

.pr-65 {
    padding-right: 65px!important
}

.pr-70 {
    padding-right: 70px!important
}

.pr-75 {
    padding-right: 75px!important
}

.pr-80 {
    padding-right: 80px!important
}

.pr-85 {
    padding-right: 85px!important
}

.pr-90 {
    padding-right: 90px!important
}

.pr-95 {
    padding-right: 95px!important
}

.pr-100 {
    padding-right: 100px!important
}

.floating-banner--icon img,
.logo img,
.sponsors img {
    opacity: 0;
    transition: opacity .3s
}

#icon-myaccount.lazy-loaded,
#icon-notification.lazy-loaded,
.floating-banner--icon img.lazy-loaded,
.icon-banner-facebook.lazy-loaded,
.icon-banner-twitter.lazy-loaded,
.icon-banner-youtube.lazy-loaded,
.icon-bbm.lazy-loaded,
.icon-call.lazy-loaded,
.icon-cashier.lazy-loaded,
.icon-casino-gold.lazy-loaded,
.icon-casino.lazy-loaded,
.icon-dafabet-connect.lazy-loaded,
.icon-dafasports.lazy-loaded,
.icon-email.lazy-loaded,
.icon-facebook.lazy-loaded,
.icon-faq.lazy-loaded,
.icon-fbmessenger.lazy-loaded,
.icon-google.lazy-loaded,
.icon-inbox.lazy-loaded,
.icon-info.lazy-loaded,
.icon-instagram.lazy-loaded,
.icon-line.lazy-loaded,
.icon-linkedin.lazy-loaded,
.icon-login-error.lazy-loaded,
.icon-messenger.lazy-loaded,
.icon-microgaming.lazy-loaded,
.icon-myaccount.lazy-loaded,
.icon-notification.lazy-loaded,
.icon-owsports.lazy-loaded,
.icon-poker.lazy-loaded,
.icon-qq.lazy-loaded,
.icon-rounded-exclamation.lazy-loaded,
.icon-rounded-megaphone.lazy-loaded,
.icon-skywind.lazy-loaded,
.icon-talk.lazy-loaded,
.icon-twitter.lazy-loaded,
.icon-viber.lazy-loaded,
.icon-warning.lazy-loaded,
.icon-wechat.lazy-loaded,
.icon-weibo.lazy-loaded,
.icon-whatsapp.lazy-loaded,
.icon-youtube.lazy-loaded,
.icon-zalo.lazy-loaded,
.logo img.lazy-loaded,
.sponsors img.lazy-loaded {
    opacity: 1
}

[class*=" icon-"],
[class^=icon-] {
    display: inline-block;
    width: 19px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    background-image: url(/en/dafa/images/default_image.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px
}

#icon-notification {
    background-size: 100%
}

#icon-notification.lazy-loaded {
    background-position: -141px -800px;
    background-size: auto;
    height: 24px;
    width: 28px
}

#icon-myaccount.lazy-loaded {
    background-position: -479px -784px;
    width: 42px;
    height: 42px
}

.icon-notification {
    background-size: 100%
}

.icon-notification.lazy-loaded {
    background-position: -141px -800px;
    background-size: auto;
    height: 24px;
    width: 28px
}

.icon-rounded-exclamation,
.icon-rounded-megaphone {
    width: 41px;
    height: 41px
}

.icon-rounded-exclamation.lazy-loaded {
    background-position: -240px -500px
}

.icon-rounded-megaphone.lazy-loaded {
    background-position: -240px -440px
}

.icon-facebook,
.icon-google,
.icon-instagram,
.icon-linkedin,
.icon-twitter,
.icon-youtube {
    width: 47px;
    height: 47px;
    margin: 0 2px
}

.icon-facebook.lazy-loaded {
    background-position: -400px 0
}

.icon-facebook.lazy-loaded:hover {
    background-position: -460px 0
}

.icon-twitter.lazy-loaded {
    background-position: -400px -60px
}

.icon-twitter.lazy-loaded:hover {
    background-position: -460px -60px
}

.icon-google.lazy-loaded {
    background-position: -400px -120px
}

.icon-google.lazy-loaded:hover {
    background-position: -460px -120px
}

.icon-youtube.lazy-loaded {
    background-position: -400px -180px
}

.icon-youtube.lazy-loaded:hover {
    background-position: -460px -180px
}

.icon-linkedin.lazy-loaded {
    background-position: -400px -240px
}

.icon-linkedin.lazy-loaded:hover {
    background-position: -460px -240px
}

.icon-instagram.lazy-loaded {
    background-position: -180px -280px
}

.icon-instagram.lazy-loaded:hover {
    background-position: -180px -340px
}

.icon-cashier.lazy-loaded {
    background-position: -360px -200px;
    width: 28px;
    height: 23px
}

.icon-myaccount.lazy-loaded {
    background-position: -479px -784px;
    width: 42px;
    height: 42px
}

.icon-inbox.lazy-loaded {
    background-position: -360px -240px;
    width: 26px;
    height: 18px
}

.icon-login-error.lazy-loaded {
    background-position: -360px -320px;
    width: 18px;
    height: 18px
}

.icon-warning.lazy-loaded {
    background-position: -240px -120px;
    width: 42px;
    height: 42px
}

.icon-info.lazy-loaded {
    background-position: -240px -180px;
    width: 42px;
    height: 42px
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.alert {
    padding: 20px;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
    background-color: #eaeaea
}

.alert,
.alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert-success,
.alert-success h4 {
    color: #0b840b
}

.alert-danger,
.alert-danger h4,
.alert-error,
.alert-error h4 {
    color: #f20000
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

.word-wrap {
    word-wrap: break-word
}

.text-bold {
    font-weight: 800
}

.text-semibold {
    font-weight: 600
}

.header {
    background-color: #0d2f88;
    color: #e6e7e8;
    font-size: 14px
}

.header .container {
    height: 80px
}

.header .container .header-right {
    display: block;
    height: 80px
}

.logo {
    position: relative;
    width: 200px;
    height: 47px;
    margin: 16px 0 0;
    float: left;
    text-align: center
}

.logo a,
.logo span {
    display: block;
    position: relative;
    text-indent: -9999px;
    width: 100%;
    height: 100%
}

.logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ch .logo,
.sc .logo {
    width: 227px
}

@-webkit-keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

a[data-tooltip] {
    cursor: pointer;
    position: relative;
    display: inline-block
}

a[data-tooltip]>span:not([class]),
a[data-tooltip]>span[class=""] {
    background-color: #000;
    color: #fff;
    position: absolute;
    padding: 12px;
    border-radius: 20px;
    opacity: .8;
    top: 20px;
    left: 0;
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    z-index: 1
}

a[data-tooltip] .show {
    visibility: visible;
    -webkit-animation: a 1s;
    animation: a 1s
}

.login-form-border {
    border-left: 2px dotted #fff;
    height: 33px;
    margin: 0 15px;
    bottom: 5px
}

.login-form-border,
.loginForm {
    position: relative;
    display: inline-block
}

.login-form {
    min-width: 490px;
    font-size: 11px;
    float: left;
    height: 90px
}

.login-form input[type=password],
.login-form input[type=text] {
    width: 140px;
    height: 27px;
    margin: 0 10px 5px 0;
    padding: 5px 0;
    float: left;
    border: 0;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    background: #af0000;
    border-bottom: 1px solid #dab9b9;
    outline: none;
    color: #fff
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:active,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff!important
}

.login-form .btn {
    min-width: 90px;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
    border-radius: 20px;
    font-weight: 700;
    padding: 6px 13px;
    color: #313131;
    line-height: 14px
}

.login-form .btn+.btn {
    margin-right: 0
}

.login-form .btn.join-now {
    margin-right: 0;
    float: right
}

.login-form .capslock-notification,
.login-form .login-error {
    display: block;
    min-width: 80px;
    clear: both;
    text-align: right;
    position: relative;
    padding-right: 9px;
    float: right;
    white-space: nowrap
}

.login-form .capslock-notification:before,
.login-form .login-error:before {
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-position: -114px -810px;
    content: "";
    margin-right: 3px
}

.login-form .capslock-notification+.login-issue,
.login-form .login-error+.login-issue {
    margin-left: 10px
}

.login-form .caps-lock-enabled::-webkit-caps-lock-indicator,
.login-form .password-mask-enabled::-webkit-caps-lock-indicator {
    content: none
}

.login-form .caps-lock-enabled::-ms-clear,
.login-form .caps-lock-enabled::-ms-reveal,
.login-form .password-mask-enabled::-ms-clear,
.login-form .password-mask-enabled::-ms-reveal {
    display: none
}

.login-form .login-issue {
    color: #e6e7e8
}

.login-form .login-issue:hover {
    color: #ffe000
}

.login-form .loginform-button-wrapper,
.login-form .loginform-textfield-wrapper {
    display: inline-block;
    float: left
}

.login-form .loginform-button-wrapper .btn:focus,
.login-form .loginform-textfield-wrapper .btn:focus {
    outline: none
}

.login-form .loginform-textfield-wrapper {
    margin-right: 5px
}

.login-form .loginform-textfield-wrapper .pull-right {
    height: 35px
}

.login-form .loginform-textfield-wrapper .header-notification {
    bottom: 0
}

.login-form .loginform-button-wrapper {
    min-width: 190px;
    position: relative
}

.login-form .loginform-button-wrapper hr {
    display: none
}

.login-form .loginform-button-wrapper .login-issue {
    position: absolute;
    left: 0;
    top: 35px
}

.login-form .password-field-wrapper,
.login-form .username-field-wrapper {
    display: inline-block;
    position: relative
}

.login-form .ie8_password_placeholder,
.login-form .ie8_username_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 140px;
    height: 27px;
    padding: 6px 15px 5px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    cursor: text
}

.login-form-lightbox .header-notification,
.login-form-lightbox .login-form-border {
    display: none
}

.balance-wrapper {
    position: relative;
    margin-right: 20px;
    height: 20px;
    line-height: 20px
}

.refresh-icon {
    display: none;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-position: -456px -809px
}

.refresh-icon img {
    display: none
}

.refresh-icon.active {
    background-image: none
}

.refresh-loading {
    display: inline-block
}

.refresh-icon,
.refresh-loading {
    position: absolute;
    top: 45px;
    margin-left: 5px;
    width: 18px;
    height: 16px;
    cursor: pointer
}

.login-intro-border {
    border-left: 2px dotted #fff;
    height: 60px;
    margin: 10px 15px;
    display: inline-block
}

.account-section {
    height: 80px
}

.account-section,
.account-section .player-balance,
.account-section .player-options {
    display: inline-block
}

.account-section .player-balance {
    vertical-align: middle
}

.account-section .player-balance .player-balance-left {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    line-height: 15px
}

.account-section .player-balance .player-balance-right {
    display: inline-block
}

.account-section .player-balance .account-balance {
    position: relative;
    height: 14px
}

.account-section .player-balance .account-balance .refresh-icon,
.account-section .player-balance .account-balance .refresh-loading {
    position: absolute;
    margin-left: 3px;
    top: 50%;
    margin-top: -4px
}

.account-section .player-balance .welcome-text {
    display: inline-block
}

.account-section .player-balance .welcome-text a {
    color: #fff;
    cursor: pointer;
    font-weight: 600
}

.account-section .player-balance .vip-badge {
    content: " ";
    display: inline-block;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    vertical-align: middle;
    width: 85px;
    height: 41px
}

.account-section .player-balance .vip-badge.vip-level-bronze {
    background-position: -85px -834px
}

.account-section .player-balance .vip-badge.vip-level-silver {
    background-position: -245px -834px
}

.account-section .player-balance .vip-badge.vip-level-gold {
    background-position: -163px -834px
}

.account-section .player-balance .vip-badge.vip-level-platinum {
    background-position: 4px -834px
}

.account-section .player-balance .vip-badge:hover>.tooltip-content {
    display: block
}

.account-section .player-balance .vip-tooltip {
    background-color: #900000;
    color: #fff;
    border-radius: 3px
}

.account-section .player-balance .vip-tooltip.tooltip-content {
    display: none;
    position: relative;
    top: 59px;
    width: 225px;
    z-index: 9999;
    padding: 5px 10px;
    left: -73px
}

.account-section .player-balance .vip-tooltip:before {
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #900000;
    border-left: 6px solid transparent;
    position: absolute;
    top: 4px;
    left: 50%;
    content: ""
}

.account-section #player-balance .refresh-icon {
    margin-left: -15px
}

.account-section .player-options .li-border {
    border-left: 2px dotted #fff;
    height: 60px;
    margin: 10px 15px;
    border-radius: 0
}

.account-section .player-options ul {
    padding: 0
}

.account-section .player-options li {
    position: relative;
    display: inline-block;
    height: 42px;
    cursor: pointer
}

.account-section .player-options li.myaccount-tooltip {
    bottom: 36px
}

.account-section .player-options li.myaccount-tooltip .tooltip-content {
    right: -16px
}

.account-section .player-options li.myaccount-tooltip .tooltip-content ul:before {
    right: 31px
}

.account-section .player-options li.cashier-tooltip {
    width: auto;
    background: #ffe000;
    border-radius: 20px;
    height: 30px;
    bottom: 35px;
    cursor: auto
}

.account-section .player-options li.cashier-tooltip .cashier-label {
    position: static;
    color: #313131;
    padding: 3px 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.account-section .player-options li.cashier-tooltip .tooltip-content {
    top: 39px;
    padding-top: 15px;
    right: 0
}

.account-section .player-options li.cashier-tooltip .tooltip-content ul:before {
    right: 44px
}

.account-section .player-options li span {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.account-section .tooltip:hover>.tooltip-content {
    display: block!important
}

.account-section .tooltip-content {
    display: none;
    position: absolute;
    top: 45px;
    right: -121px;
    min-width: 100px;
    z-index: 9999;
    padding-top: 15px
}

.account-section .tooltip-content:before {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: -10px
}

.account-section .tooltip-content ul {
    list-style: none;
    margin: 0
}

.account-section .tooltip-content ul:before {
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #900000;
    border-left: 6px solid transparent;
    position: absolute;
    top: 9px;
    right: 161px;
    content: ""
}

.account-section .tooltip-content ul li {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    white-space: nowrap
}

.account-section .tooltip-content ul li:first-child a,
.account-section .tooltip-content ul li:first-child span.balance-labels {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.account-section .tooltip-content ul li:last-child a,
.account-section .tooltip-content ul li:last-child span.balance-labels {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.account-section .tooltip-content ul li a,
.account-section .tooltip-content ul li span.balance-labels {
    display: block;
    height: 30px;
    padding: 0 10px;
    background: #900000;
    color: #fff;
    line-height: 29px
}

.account-section .tooltip-content ul li a:hover,
.account-section .tooltip-content ul li span.balance-labels:hover {
    background: #af0000
}

.account-section .tooltip-content ul .view-all a {
    background: #af0000;
    color: #ffe000;
    line-height: 25px;
    text-decoration: underline
}

.account-section .tooltip-balance {
    top: 21px
}

.account-section .tooltip-balance ul {
    padding: 5px 10px;
    background: #900000;
    border-radius: 3px
}

.account-section .tooltip-balance ul li {
    white-space: normal
}

.account-section .balance-details {
    display: table;
    width: 330px;
    margin: 0;
    padding: 5px 0;
    height: auto;
    position: relative
}

.account-section .balance-details .label {
    display: table-cell;
    width: 130px
}

.account-section .balance-details .balance {
    display: table-cell;
    width: 180px;
    text-align: right;
    white-space: nowrap
}

.account-section .balance-details .refresh-loading {
    right: 10px
}

.account-section .balance-details .refresh-icon {
    right: 10px;
    top: 7px
}

.password-mask-icon {
    display: inline-block;
    width: 25px;
    height: 18px;
    line-height: 14px;
    vertical-align: middle;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: -76px -807px;
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    right: 11px;
    cursor: pointer
}

.password-mask-icon.password-unmasked {
    background-position: -36px -808px
}

.login-form-lightbox .password-mask-icon {
    top: 13px;
    right: 10px;
    width: 30px;
    height: 23px;
    background-position: -480px -300px
}

.login-form-lightbox .password-mask-icon.password-unmasked {
    background-position: -440px -300px
}

.language-switcher {
    display: inline-block;
    position: relative
}

.language-switcher ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 170px;
    padding: 0;
    background: #8b0000;
    text-align: left;
    z-index: 20;
    list-style-type: none;
    opacity: 0;
    margin-top: 18px;
    white-space: nowrap
}

.language-switcher li {
    display: inline
}

.language-switcher a {
    display: block;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    text-align: right;
    height: 40px
}

.language-switcher a:hover {
    background: #af0000;
    color: #ffe000
}

.language-switcher a:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: -14px -716px;
    text-indent: -9999px;
    content: "";
    border-radius: 50%;
    margin-top: 5px
}

.language-switcher .eu a:before,
.language-switcher a.eu:before {
    background-position: -75px -716px
}

.language-switcher .zh-hans a:before,
.language-switcher a.zh-hans:before {
    background-position: -141px -716px
}

.language-switcher .zh-hant a:before,
.language-switcher a.zh-hant:before {
    background-position: -200px -716px
}

.language-switcher .th a:before,
.language-switcher a.th:before {
    background-position: -252px -716px
}

.language-switcher .vi a:before,
.language-switcher a.vi:before {
    background-position: -324px -716px
}

.language-switcher .id a:before,
.language-switcher a.id:before {
    background-position: -371px -715px
}

.language-switcher .ja a:before,
.language-switcher a.ja:before {
    background-position: -449px -716px
}

.language-switcher .ko a:before,
.language-switcher a.ko:before {
    background-position: -13px -755px
}

.language-switcher .hi a:before,
.language-switcher a.hi:before {
    background-position: -75px -754px
}

.language-switcher .el a:before,
.language-switcher a.el:before {
    background-position: -124px -754px
}

.language-switcher .pl a:before,
.language-switcher a.pl:before {
    background-position: -186px -755px
}

.language-switcher .es a:before,
.language-switcher a.es:before {
    background-position: -248px -757px
}

.language-switcher .pt-br a:before,
.language-switcher a.pt-br:before {
    background-position: -285px -757px
}

.language-switcher .in a:before,
.language-switcher .te a:before,
.language-switcher a.in:before,
.language-switcher a.te:before {
    background-position: -75px -754px
}

.language-switcher>a {
    padding: 10px 0 10px 10px;
    border: 0;
    border-radius: 0 0 3px 3px;
    color: transparent;
    font: 0;
    text-shadow: none;
    margin-left: 5px;
    z-index: 5002
}

.language-switcher>a:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #8b0000;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    display: inline-block;
    border-left-width: 7px;
    border-right-width: 7px;
    content: "";
    margin-bottom: 3px
}

.language-switcher li:last-child,
.language-switcher li:last-child a {
    border-bottom: 0
}

.language-switcher .language-name {
    text-align: right;
    margin: -23px 40px 0 0;
    font-size: 12px
}

.login-form-lightbox+.language-switcher {
    bottom: 79px
}

.account-section+.language-switcher {
    bottom: 39px
}

.toggable .player-balance {
    vertical-align: middle;
    display: inline-block
}

.toggable .player-balance .account-balance {
    height: auto;
    font-size: 14px;
    color: #e6e7e8
}

.toggable .player-balance .account-balance .balance-amount {
    font-weight: 600;
    color: #fff
}

.toggable .player-balance .account-balance .refresh-icon,
.toggable .player-balance .account-balance .refresh-loading {
    top: 50%;
    margin-top: -4px
}

.toggable .player-balance .welcome-text {
    position: relative
}

.toggable .player-balance-left {
    padding-right: 20px;
    line-height: 15px
}

.toggable .player-balance-left,
.toggable .player-balance-right {
    display: inline-block;
    vertical-align: middle
}

.toggable .player-balance-right .player-icons {
    float: left;
    padding: 0 15px 0 10px
}

.toggable #product-balance>span {
    display: block;
    margin-bottom: 4px
}

.toggable #player-balance {
    display: block;
    min-height: 17px
}

.toggable .player-options li.cashier-tooltip {
    width: auto;
    background: #ffe000;
    border-radius: 20px;
    height: 30px;
    bottom: 35px
}

.toggable .player-options li.cashier-tooltip:hover {
    background: #ffe255
}

.toggable .player-options li.cashier-tooltip .cashier-label {
    position: static;
    color: #313131;
    padding: 3px 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.toggable .player-options li.cashier-tooltip .tooltip-content {
    top: 39px;
    padding-top: 15px;
    right: 0
}

.toggable .player-options li.cashier-tooltip .tooltip-content ul:before {
    right: 44px
}

.toggable .player-options li.myaccount-tooltip {
    bottom: 36px
}

.toggable .player-options li.myaccount-tooltip .tooltip-content {
    right: -16px
}

.toggable .player-options li.myaccount-tooltip .tooltip-content ul:before {
    right: 31px
}

.toggable .player-options li.mymessage-tooltip {
    bottom: 38px;
    position: relative;
    display: inline-block
}

.toggable .player-options li.mymessage-tooltip .message-counter {
    position: relative;
    top: -7px;
    display: none;
    margin: 0 0 0 -10px;
    padding: 2px 4px;
    border-radius: 10px;
    background: #ffe000;
    color: #900000;
    font: 700 12px/11px Verdana, Geneva, sans-serif;
    margin-left: -14px
}

.toggable .player-options li .icon-myaccount.lazy-loaded {
    background-position: -479px -784px
}

.toggable .player-options li .icon-mymessage.lazy-loaded {
    background-position: 0 -806px;
    height: 24px;
    width: 25px;
    top: 35px;
    margin-right: 5px
}

.toggable .player-options .cashier-tooltip ul,
.toggable .player-options .myaccount-tooltip ul {
    background: #900000;
    border-radius: 3px
}

.toggable .tooltip-balance {
    top: 31px
}

.toggable .tooltip-balance .balance-details {
    font-size: 14px
}

.toggable.has-product-balance-2 .tooltip-balance {
    top: 41px
}

.no-product-balance .tooltip-balance {
    top: 22px
}

.no-product-balance .player-balance {
    vertical-align: middle
}

.hide-balance.has-product-balance-2 .no-product-balance,
.hide-balance.has-product-balance-2 .player-balance,
.hide-balance.no-product-balance.has-product-balance-2 .no-product-balance,
.hide-balance.no-product-balance.has-product-balance-2 .player-balance,
.hide-balance.no-product-balance .player-balance,
.hide-balance .player-balance {
    margin-top: 0
}

.hide-balance.no-product-balance .player-balance .account-balance,
.hide-balance .player-balance .account-balance {
    display: none
}

.hide-balance .balance-checkbox,
.hide-balance.no-product-balance .balance-checkbox {
    top: inherit
}

.hide-balance .balance-checkbox span,
.hide-balance.no-product-balance .balance-checkbox span {
    background: #979797
}

.balance-checkbox {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 7px;
    top: 20px;
    border-radius: 5px;
    background: #8b0000
}

.balance-checkbox span {
    position: absolute;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: #ffe000;
    border-radius: 50%;
    transition: top .05s linear
}

.balance-checkbox.unchecked span {
    top: 0
}

.balance-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 24px;
    height: 13px;
    margin: -2px 0 0 -2px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.header-notification {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 12px;
    position: relative;
    bottom: 19px
}

.header-notification .notification-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.header-notification .icon-notification {
    margin: -37px 0 0
}

.header-notification .notification-counter {
    position: relative;
    top: -25px;
    display: none;
    margin: 0 0 0 -10px;
    padding: 2px 4px;
    border-radius: 10px;
    background: #ffe000;
    color: #900000;
    font: 700 12px/11px Verdana, Geneva, sans-serif;
    margin-left: 3px
}

.login-form-lightbox {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0
}

.login-form-lightbox .modal-content {
    width: 350px;
    padding: 0 0 20px;
    border-radius: 5px;
    background: #5e5e5e
}

.login-form-lightbox .modal-body {
    padding: 15px 42px 0
}

.login-form-lightbox .modal-close-button {
    width: 30px;
    height: 30px
}

.login-form-lightbox .modal-close-button.lazy-loaded {
    background-position: -280px -240px
}

.login-form-lightbox .loginform-textfield-wrapper {
    display: block;
    width: 100%;
    max-width: 100%
}

.login-form-lightbox .loginform-textfield-wrapper .password-field-wrapper,
.login-form-lightbox .loginform-textfield-wrapper .username-field-wrapper {
    position: relative;
    display: block;
    width: 100%
}

.login-form-lightbox .loginform-textfield-wrapper input[type=password],
.login-form-lightbox .loginform-textfield-wrapper input[type=text] {
    display: block;
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
    padding: 0 15px 0 50px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 2px;
    border: 0 none
}

.login-form-lightbox .loginform-textfield-wrapper .password-icon,
.login-form-lightbox .loginform-textfield-wrapper .username-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1;
    vertical-align: middle;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 10px
}

.login-form-lightbox .loginform-textfield-wrapper .username-icon {
    top: 15px;
    width: 28px;
    height: 24px;
    background-position: -240px -280px
}

.login-form-lightbox .loginform-textfield-wrapper .password-icon {
    width: 26px;
    height: 30px;
    background-position: -280px -280px
}

.login-form-lightbox .loginform-button-wrapper {
    width: 100%
}

.login-form-lightbox .loginform-button-wrapper button {
    text-transform: uppercase;
    float: none
}

.login-form-lightbox .loginform-button-wrapper .btn-links {
    display: inline-block;
    font-size: 20px;
    color: #e6e7e8;
    margin-bottom: 5px
}

.login-form-lightbox .loginform-button-wrapper .login-form-lightbox-blurb {
    font-size: 20px;
    color: #e6e7e8
}

.login-form-lightbox .capslock-notification,
.login-form-lightbox .login-error {
    min-height: 30px;
    margin-bottom: 10px;
    color: #fff
}

.login-form-lightbox .caps-lock-enabled::-webkit-caps-lock-indicator,
.login-form-lightbox .password-mask-enabled::-webkit-caps-lock-indicator {
    content: none
}

.login-form-lightbox .caps-lock-enabled::-ms-clear,
.login-form-lightbox .caps-lock-enabled::-ms-reveal,
.login-form-lightbox .password-mask-enabled::-ms-clear,
.login-form-lightbox .password-mask-enabled::-ms-reveal {
    display: none
}

.login-form-lightbox hr {
    border-top-color: #fff;
    margin: 15px -25px 10px
}

.login-form-lightbox .ie8_password_placeholder,
.login-form-lightbox .ie8_username_placeholder {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    width: 216px;
    height: 52px;
    padding: 15px 15px 15px 0;
    font-size: 20px;
    color: #999;
    background: #fff;
    cursor: text;
    text-align: left
}

.login-form-lightbox .login-logo {
    overflow: hidden;
    background: #af0001
}

.login-form-lightbox .login-logo img {
    position: relative;
    display: block;
    margin: 15px auto 12px;
    width: auto;
    height: 40px
}

.footer {
    margin-top: 80px;
    background: #e6e7e8
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.sponsors ul {
    padding: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    list-style-type: none
}

.sponsors li {
    display: inline-block;
    margin: 0 10px
}

#apg-seal-container {
    display: inline-block;
    vertical-align: middle
}

.quicklinks ul {
    list-style-type: none
}

.quicklinks a {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 36px
}

.quicklinks a:hover {
    color: #373737
}

.copyright {
    max-height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #c6c6c7
}

.copyright p {
    margin-bottom: 0
}

.site-keyword {
    line-height: 30px
}

.navbar {
    position: relative;
    background: #313131;
    line-height: 34px
}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.main-menu.pull-right .main-menu-item:last-child .main-menu-link {
    padding-right: 0
}

.main-menu-item {
    float: left
}

#main-menu-link {
    position: relative;
    z-index: 16;
    display: inline-block;
    height: 34px;
    padding: 0 20px;
    color: #e6e7e8;
    font-size: 14px;
    line-height: 34px;
    background: #313131;
    text-decoration: none
}

#main-menu-link:hover,
.active>#main-menu-link {
    background: #af0000;
    color: #ffe000
}

.mobile-item.active>#main-menu-link,
.mobile-item>#main-menu-link:hover,
.news-item.active>#main-menu-link,
.news-item>#main-menu-link:hover,
.promotion-item.active>#main-menu-link,
.promotion-item>#main-menu-link:hover,
.vip-item.active>#main-menu-link,
.vip-item>#main-menu-link:hover {
    background: transparent;
    color: #ffe000
}

#main-menu-item .mobile-item a:before,
#main-menu-item .news-item a:before,
#main-menu-item .promotion-item a:before,
#main-menu-item .vip-item a:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: -267px -802px;
    text-indent: -9999px;
    content: "";
    margin-right: 5px
}

#main-menu-item .mobile-item.active a:before,
#main-menu-item .mobile-item a:hover:before,
#main-menu-item .news-item.active a:before,
#main-menu-item .news-item a:hover:before,
#main-menu-item .promotion-item.active a:before,
#main-menu-item .promotion-item a:hover:before,
#main-menu-item .vip-item.active a:before,
#main-menu-item .vip-item a:hover:before {
    background-position: -295px -802px
}

#main-menu-item .mobile-item a:before {
    width: 13px;
    background-position: -384px -802px
}

#main-menu-item .mobile-item.active a:before,
#main-menu-item .mobile-item a:hover:before {
    background-position: -405px -802px
}

#main-menu-item .mobile-item .main-menu-link {
    padding-right: 0
}

#main-menu-item .vip-item a:before {
    width: 30px;
    background-position: -321px -804px
}

#main-menu-item .vip-item.active a:before,
#main-menu-item .vip-item a:hover:before {
    background-position: -349px -804px
}

#main-menu-item .news-item a:before {
    width: 30px;
    background-position: -480px -340px
}

#main-menu-item .news-item.active a:before,
#main-menu-item .news-item a:hover:before {
    background-position: -480px -382px
}

.new-tag {
    position: absolute;
    top: -11px;
    right: 5px;
    display: block;
    height: 15px;
    padding-left: 5px;
    line-height: 15px;
    background-image: url(/en/dafa/images/new_indicator.83b1de895b8597443894f7b2d36120f4.png);
    background-position: 0 3px;
    background-repeat: no-repeat
}

.new-tag span {
    padding: 0 3px;
    font-size: 10px;
    font-weight: 700;
    background: #ffe000;
    color: #af0000
}

#main-menu-item .separator a {
    border-right: 2px dotted #666767
}

.sub-menu-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #af0000
}

.sub-menu {
    list-style-type: none
}

.sub-menu-item {
    float: left
}

.sub-menu-link {
    position: relative;
    float: left;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background: #af0000;
    text-decoration: none
}

.active>.sub-menu-link,
.sub-menu-link:hover {
    color: #ffe000
}

.priority-nav {
    white-space: nowrap
}

.priority-nav>ul,
.priority-nav>ul>li {
    display: inline-block
}

.priority-nav>ul>li.hidden {
    display: none
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle,
.priority-nav__wrapper {
    position: relative
}

.priority-nav__dropdown {
    position: absolute;
    visibility: hidden
}

.priority-nav__dropdown.show {
    visibility: visible
}

.priority-nav__dropdown-toggle {
    visibility: hidden;
    position: absolute
}

.priority-nav-is-visible {
    visibility: visible
}

.priority-nav-is-hidden {
    visibility: hidden
}

.js-priorityNav nav .main-menu-item {
    float: none
}

.js-priorityNav .priority-nav__wrapper {
    display: inline-block;
    font-size: 14px;
    color: #e6e7e8
}

.js-priorityNav .nav__dropdown-toggle {
    padding: 0 15px 0 20px;
    background: transparent;
    color: #e6e7e8;
    cursor: pointer;
    border: 0
}

.js-priorityNav .nav__dropdown-toggle:focus {
    outline: none
}

.js-priorityNav .nav__dropdown-toggle.active,
.js-priorityNav .nav__dropdown-toggle.is-open,
.js-priorityNav .nav__dropdown-toggle:hover {
    background: #af0000;
    color: #ffe000
}

.js-priorityNav .nav__dropdown-toggle:after {
    content: "";
    margin-left: 15px
}

.js-priorityNav .nav__dropdown-toggle.active:after,
.js-priorityNav .nav__dropdown-toggle:after {
    display: inline-block;
    width: 23px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-repeat: no-repeat;
    background-position: -233px -803px;
    text-indent: -9999px
}

.js-priorityNav .priority-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 15;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.js-priorityNav .priority-nav__dropdown li {
    float: none
}

.js-priorityNav .priority-nav__dropdown a {
    width: 100%;
    text-align: left
}

.back-to-top {
    background-image: url(/en/dafa/images/sprite.83b1de895b8597443894f7b2d36120f4.png);
    background-position: -240px -560px;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    transition: all 1.2s
}

.back-to-top:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.back-to-top.hide {
    opacity: 0;
    display: none\9
}

.cookie-notif {
    position: fixed;
    bottom: 15px;
    left: 50px;
    z-index: 11;
    width: 255px;
    padding: 15px;
    color: #e6e7e8;
    background: #595959;
    line-height: 14px;
    font-size: 12px
}

.cookie-notif p {
    margin: 0
}

.cookie-notif a {
    color: #ffe000;
    text-decoration: underline;
    background: transparent
}

.cookie-notif-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    color: #9e9e9e;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.annoucement-bar {
    display: table;
    width: 100%;
    background-color: #af0000
}

.annoucement-bar-object {
    display: table-cell;
    width: 100px;
    padding: 10px;
    border-right: 1px solid #fff;
    text-align: center;
    vertical-align: middle
}

.annoucement-bar-body {
    display: table-cell;
    padding: 20px 30px 5px
}

.icon-faq.lazy-loaded {
    background-position: 0 0;
    width: 26px;
    height: 26px
}

.banner-list--content:hover .icon-faq.lazy-loaded {
    background-position: -60px 0
}

.icon-email.lazy-loaded {
    background-position: 0 -40px;
    width: 30px;
    height: 22px
}

.banner-list--content:hover .icon-email.lazy-loaded {
    background-position: -60px -40px
}

.icon-call.lazy-loaded {
    background-position: 0 -80px;
    width: 24px;
    height: 26px
}

.banner-list--content:hover .icon-call.lazy-loaded {
    background-position: -60px -80px
}

.icon-banner-facebook.lazy-loaded {
    background-position: 8px -120px;
    width: 26px;
    height: 26px
}

.banner-list--content:hover .icon-banner-facebook.lazy-loaded {
    background-position: -52px -120px
}

.icon-banner-twitter.lazy-loaded {
    background-position: 0 -160px;
    width: 28px;
    height: 28px
}

.banner-list--content:hover .icon-banner-twitter.lazy-loaded {
    background-position: -60px -160px
}

.icon-banner-youtube.lazy-loaded {
    background-position: 0 -200px;
    width: 34px;
    height: 26px
}

.banner-list--content:hover .icon-banner-youtube.lazy-loaded {
    background-position: -60px -200px
}

.icon-wechat.lazy-loaded {
    background-position: 0 -240px;
    width: 30px;
    height: 28px
}

.banner-list--content:hover .icon-wechat.lazy-loaded {
    background-position: -60px -240px
}

.icon-weibo.lazy-loaded {
    background-position: 0 -280px;
    width: 32px;
    height: 28px
}

.banner-list--content:hover .icon-weibo.lazy-loaded {
    background-position: -60px -280px
}

.icon-viber.lazy-loaded {
    background-position: 0 -320px;
    width: 28px;
    height: 28px
}

.banner-list--content:hover .icon-viber.lazy-loaded {
    background-position: -60px -320px
}

.icon-zalo.lazy-loaded {
    background-position: 0 -360px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-zalo.lazy-loaded {
    background-position: -60px -360px
}

.icon-line.lazy-loaded {
    background-position: 0 -400px;
    width: 28px;
    height: 28px
}

.banner-list--content:hover .icon-line.lazy-loaded {
    background-position: -60px -400px
}

.icon-talk.lazy-loaded {
    background-position: 0 -440px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-talk.lazy-loaded {
    background-position: -60px -440px
}

.icon-messenger.lazy-loaded {
    background-position: 0 -480px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-messenger.lazy-loaded {
    background-position: -60px -480px
}

.icon-fbmessenger.lazy-loaded {
    background-position: -100px -400px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-fbmessenger.lazy-loaded {
    background-position: -140px -400px
}

.icon-whatsapp.lazy-loaded {
    background-position: 0 -520px;
    width: 30px;
    height: 30px
}

.banner-list--content:hover .icon-whatsapp.lazy-loaded {
    background-position: -60px -520px
}

.icon-bbm.lazy-loaded {
    background-position: 0 -560px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-bbm.lazy-loaded {
    background-position: -60px -560px
}

.icon-qq.lazy-loaded {
    background-position: 0 -600px;
    width: 32px;
    height: 30px
}

.banner-list--content:hover .icon-qq.lazy-loaded {
    background-position: -60px -600px
}

.icon-casino.lazy-loaded {
    background-position: -120px 0;
    width: 34px;
    height: 34px
}

.banner-list--content:hover .icon-casino.lazy-loaded {
    background-position: -180px 0
}

.icon-casino-gold.lazy-loaded {
    background-position: -120px -40px;
    width: 38px;
    height: 38px
}

.banner-list--content:hover .icon-casino-gold.lazy-loaded {
    background-position: -180px -40px
}

.icon-poker.lazy-loaded {
    background-position: -120px -80px;
    width: 34px;
    height: 30px
}

.banner-list--content:hover .icon-poker.lazy-loaded {
    background-position: -180px -80px
}

.icon-dafabet-connect.lazy-loaded {
    background-position: -120px -120px;
    width: 34px;
    height: 35px
}

.banner-list--content:hover .icon-dafabet-connect.lazy-loaded {
    background-position: -180px -120px
}

.icon-microgaming.lazy-loaded {
    background-position: -100px -440px;
    width: 34px;
    height: 34px
}

.banner-list--content:hover .icon-microgaming.lazy-loaded {
    background-position: -140px -440px
}

.icon-skywind.lazy-loaded {
    background-position: -100px -480px;
    width: 34px;
    height: 34px
}

.banner-list--content:hover .icon-skywind.lazy-loaded {
    background-position: -140px -480px
}

.icon-dafasports.lazy-loaded {
    background-position: -100px -560px;
    width: 34px;
    height: 34px
}

.banner-list--content:hover .icon-dafasports.lazy-loaded {
    background-position: -140px -559px
}

.icon-owsports.lazy-loaded {
    background-position: -100px -600px;
    width: 34px;
    height: 34px
}

.banner-list--content:hover .icon-owsports.lazy-loaded {
    background-position: -140px -600px
}

.floating-banner {
    position: fixed;
    top: 225px;
    z-index: 1000!important;
    font: 16px Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    color: #ffe000;
    opacity: 0
}

.floating-banner--left {
    left: -290px
}

.floating-banner-left-lightbox.modal {
    z-index: 1001
}

.floating-banner--right {
    right: -290px
}

.floating-banner--wrapper {
    position: relative
}

.floating-banner--items {
    display: inline-block;
    width: 290px;
    height: 100%;
    min-height: 242px;
    min-height: 223px\9;
    float: left;
    padding: 10px;
    vertical-align: top;
    background-color: #373737
}

.floating-banner--title-wrapper {
    position: relative;
    display: inline-block;
    width: 52px;
    height: auto;
    float: left;
    white-space: nowrap;
    color: #ffe000;
    cursor: default
}

.floating-banner--title-wrapper.with-link {
    cursor: pointer
}

.floating-banner--icon {
    position: absolute;
    top: -32px;
    z-index: 2;
    display: block;
    width: 52px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    color: #ffe000;
    text-align: center;
    clear: both
}

.floating-banner--icon img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    border-radius: 8px 8px 0 0
}

.floating-banner--title {
    display: block;
    padding: 24px;
    color: #ffe000;
    font: 20px Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 34px;
    background-color: #373737;
    -webkit-backface-visibility: hidden;
    clear: both;
    text-align: center
}

.floating-banner--title:hover {
    color: #ffe000
}

.floating-banner--left {
    -webkit-transition: left .2s, opacity .3s;
    transition: left .2s, opacity .3s
}

.floating-banner--left .banner-list {
    float: right
}

.floating-banner--left .floating-banner--title-wrapper .floating-banner--icon {
    float: left
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: relative;
    right: 100%;
    min-width: 242px;
    min-width: 199px\9;
    height: 52px;
    line-height: 52px;
    padding: 0 40px 0 20px;
    float: right;
    border-radius: 8px 0 0 8px;
    letter-spacing: 2px
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.open {
    border-radius: 0 0 0 8px
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.ie8,
.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.ie9 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.836909530733566e-16, M12=1,M21=-1, M22=-1.836909530733566e-16)";
    float: left;
    min-height: auto;
    left: 0
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin-left: 52px;
    min-width: 242px;
    min-width: 199px\9;
    height: 52px;
    line-height: 52px;
    padding: 0 40px 0 20px;
    float: left;
    border-radius: 0 8px 8px 0;
    letter-spacing: 2px
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.open {
    border-radius: 0 8px 0 0
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.ie8,
.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.ie9 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=6.123031769111886e-17, M12=-1,M21=1, M22=6.123031769111886e-17)";
    min-height: auto;
    margin-left: 0
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__right {
    display: table;
    white-space: normal;
    height: 242px;
    min-height: 242px;
    table-layout: fixed
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title {
    display: table-cell;
    width: 52px;
    height: auto;
    padding: 20px 0;
    float: none;
    vertical-align: middle;
    border-radius: 0 0 8px 8px;
    line-height: 28px;
    letter-spacing: 5px;
    word-break: break-all
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title>span {
    clear: both;
    display: block
}

.floating-banner--left .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title.open {
    border-radius: 0 0 8px
}

.floating-banner--right {
    -webkit-transition: right .2s, opacity .3s;
    transition: right .2s, opacity .3s
}

.floating-banner--right .banner-list {
    float: left
}

.floating-banner--right .floating-banner--title-wrapper .floating-banner--icon {
    right: 0;
    float: right
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    margin-right: 52px;
    min-width: 242px;
    min-width: 199px\9;
    height: 54px;
    line-height: 52px;
    padding: 0 40px 0 20px;
    float: right;
    border-radius: 8px 0 0 8px;
    letter-spacing: 2px
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.open {
    margin-right: 52px;
    border-radius: 8px 0 0
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.ie8,
.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__up .floating-banner--title.ie9 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.836909530733566e-16, M12=1,M21=-1, M22=-1.836909530733566e-16)";
    float: left;
    min-height: auto;
    right: auto
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: relative;
    left: 100%;
    margin-right: 52px;
    min-width: 242px;
    min-width: 199px\9;
    height: 52px;
    line-height: 52px;
    padding: 0 40px 0 20px;
    float: left;
    border-radius: 0 8px 8px 0;
    letter-spacing: 2px
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.open {
    margin-right: 64px;
    border-radius: 0 0 8px
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.ie8,
.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__down .floating-banner--title.ie9 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=6.123031769111886e-17, M12=-1,M21=1, M22=6.123031769111886e-17)";
    min-height: auto;
    left: auto
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__right {
    display: table;
    white-space: normal;
    height: 242px;
    min-height: 242px;
    table-layout: fixed
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title {
    display: table-cell;
    width: 52px;
    height: auto;
    padding: 20px 0;
    border-radius: 0 0 8px 8px;
    float: none;
    vertical-align: middle;
    line-height: 28px;
    letter-spacing: 5px;
    word-break: break-all
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title>span {
    clear: both;
    display: block
}

.floating-banner--right .floating-banner--title-wrapper.floating-banner--align__right .floating-banner--title.open {
    border-radius: 0 0 0 8px
}

.banner-list {
    width: 100%;
    max-width: 255px;
    margin: 0;
    padding: 0;
    list-style: none
}

.banner-list--items {
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #ffe000;
    border-radius: 5px
}

.banner-list--items a:hover {
    color: #373737;
    background-color: #ffe000;
    cursor: pointer;
    outline: none
}

.banner-list--items:last-child {
    margin-bottom: 0
}

.banner-list--content {
    display: table;
    width: 100%;
    line-height: 22px;
    color: #ffe000
}

.banner-list--content [class*=" icon-"],
.banner-list--content [class^=icon-] {
    display: block;
    pointer-events: none
}

.banner-list--content-icon {
    display: table-cell;
    width: 10%;
    padding-top: 1px;
    vertical-align: top
}

.banner-list--content:hover {
    color: #373737;
    background-color: #ffe000;
    cursor: pointer;
    outline: none
}

.floating-banner--left .banner-list--content {
    padding: 5px
}

.floating-banner--right .banner-list--content {
    padding: 8px
}

.banner-list--content-text {
    display: table-cell;
    width: 90%;
    padding-left: 5px;
    vertical-align: middle;
    text-align: center;
    word-break: break-all
}

.floating-banner-left-lightbox .modal-body {
    text-align: left
}

.outdated-browser {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.outdated-browser #notification-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2011;
    width: 930px;
    margin-left: -465px;
    padding: 20px 25px;
    background: #fff;
    color: #373737
}

.outdated-browser #notification-content .col-2 {
    margin: 0;
    padding: 0
}

.outdated-browser #notification-overlay {
    position: absolute;
    zoom: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2010;
    background: #000;
    filter: alpha(opacity=80);
    opacity: .8
}

.outdated-browser #notification-checkbox {
    vertical-align: middle
}

.scrollbot {
    width: 625px;
    max-height: 450px
}

.scrollbot-inner .scrollbot-outer-parent {
    z-index: 0!important
}

.scrollbot-scrollbar-holder {
    position: absolute;
    display: block;
    top: 0;
    width: 11px;
    height: 100%;
    right: 0
}

.scrollbot-scrollbar-holder:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin-left: 5px;
    background: #b2b2b2
}

.scrollbot-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 50%
}

.scrollbot-scrollbar:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    margin-left: 3px;
    background: #aaa;
    border-radius: 15px
}

.pushnx-lightbox .modal-content {
    width: 660px;
    max-width: 660px;
    max-height: 538px;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    color: #3e3e3e;
    background-color: #e7e7e7
}

#push-notification .title {
    height: 52px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #af0001
}

#push-notification .line {
    height: 1px;
    background: #e7e7e7
}

#push-notification .messages {
    max-height: 450px;
    margin: 25px 0 10px 30px;
    overflow: auto
}

#push-notification .message {
    position: relative;
    max-width: 595px;
    padding: 10px 5px 10px 0;
    border-top: 1px solid #aaa
}

#push-notification .message:after {
    content: "";
    display: block;
    clear: both
}

#push-notification .message:first-child {
    border: none;
    padding-top: 0
}

#push-notification .message .content {
    margin: 0 0 7px 25px;
    overflow: auto;
    text-align: left
}

#push-notification .message .content:after {
    content: "";
    display: block;
    clear: both
}

#push-notification .message .actions {
    float: right;
    display: block
}

#push-notification .message .action {
    float: left;
    min-width: 55px;
    margin: 0 5px;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #3e3e3e;
    border-radius: 3px;
    font-size: 13px;
    color: #3e3e3e;
    background-color: #ccc
}

#push-notification .message .action:hover {
    color: #3e3e3e;
    background: #ffe001
}

#push-notification .message .expired {
    color: #af0001;
    font-size: 12px
}

#push-notification .message ol,
#push-notification .message ul {
    padding-left: 25px
}

#push-notification .circle {
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 7px 0 0;
    border-radius: 50%;
    background: #af0001
}

#push-notification .content p {
    margin: 0;
    line-height: normal;
    font-size: 12px
}

#push-notification .content p:after {
    content: "";
    display: block;
    clear: both
}

#push-notification .time {
    margin: 25px 0 0 10px;
    text-align: left;
    font-style: italic;
    font-size: 10px;
    font-weight: 700;
    color: #3e3e3e
}

#push-notification .debug-expired {
    color: red
}

#push-notification .debug-active {
    color: green
}

#push-notification img {
    max-width: 100%;
    height: auto
}

#push-notification .tooltip {
    background-color: #af0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    margin-left: 15px;
    margin-top: -2px
}

#push-notification .tooltip:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #af0000;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top: 9%;
    right: 99%
}

.hide-top-border {
    border-top: 0
}

.announcement--lightbox .modal-header {
    margin: -20px -10px 20px;
    font-weight: 700
}

.announcement--lightbox .modal-content {
    padding: 20px 10px 10px;
    overflow: hidden
}

.announcement--lightbox .modal-close-button {
    cursor: pointer
}

.announcement--lightbox .modal-body {
    overflow: hidden
}

.announcement--lightbox .scrollbot-scrollbar-holder {
    position: absolute;
    display: block;
    top: 0;
    width: 1px;
    height: 100%;
    right: 3px;
    background-color: #b2b2b2;
    border-radius: 0
}

.announcement--lightbox .scrollbot-scrollbar {
    position: absolute;
    top: 0;
    right: -2px;
    width: 5px;
    height: 50%;
    background-color: #aaa;
    border-radius: 15px
}

.announcement--lightbox .scrollbot {
    width: auto;
    max-height: none
}

.announcement--list {
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    text-align: left
}

.announcement--list p {
    margin: 15px
}

.announcement--content {
    margin-bottom: 20px;
    color: #373737;
    text-align: left
}

.announcement--timestamp {
    margin-bottom: 10px;
    font-size: 14px;
    color: #5e5e5e;
    text-align: right
}

.announcement--default-message {
    margin-bottom: 14px;
    text-align: center
}

.agent-player .hide {
    display: none!important;
    pointer-events: none;
    cursor: default!important
}

.agent-player .my-profile-link {
    background: none!important
}

.agent-player .disable,
.agent-player .disable a,
.agent-player .navbar .nav__dropdown-toggle,
.agent-player .navbar .nav__dropdown-wrapper {
    opacity: .5;
    pointer-events: none;
    cursor: default!important
}