input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.popup-account #tagbox ul:after, .popup-signup .one-row:after, .popup-signup .one-row .one-three .small-input:after, .modal .two-box-input:after, .modal .three-box:after, .casino-products ul:after, .main-menu:after, .popup-top-menu:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateScale {
  0% {
    transform: rotate(0deg) scale(1.3);
  }
  100% {
    transform: rotate(360deg) scale(1.3);
  }
}

a,
article,
aside,
b,
body,
div,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
nav,
object,
ol,
p,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
tt,
ul,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

a:active {
  background-color: transparent;
}

button, input, textarea {
  font: inherit;
}

textarea::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?v=20181031001");
  src: url("../font/icomoon.eot?v=20181031001") format("embedded-opentype"), url("../font/icomoon.ttf?v=20181031001") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-double-left:before {
  content: "\e90a";
}

.icon-double-right:before {
  content: "\e90c";
}

.icon-date:before {
  content: "\e924";
}

.icon-account2:before {
  content: "\e909";
}

.icon-transfer:before {
  content: "\e906";
}

.icon-transaction:before {
  content: "\e907";
}

.icon-deposit:before {
  content: "\e908";
}

.icon-envelope2:before {
  content: "\e99f";
}

.icon-earth:before {
  content: "\e981";
}

.icon-logout:before {
  content: "\e90e";
}

.icon-message:before {
  content: "\e910";
}

.icon-betList:before {
  content: "\e91c";
}

.icon-statement:before {
  content: "\e91d";
}

.icon-result:before {
  content: "\e91e";
}

.icon-history:before {
  content: "\e995";
}

.icon-question-circle:before {
  content: "\f05a";
}

.icon-bonus:before {
  content: "\e993";
}

.icon-refresh:before {
  content: "\e90b";
}

.icon-balance:before {
  content: "\e988";
}

.icon-account:before {
  content: "\e920";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-home:before {
  content: "\e905";
}

.icon-earth02:before {
  content: "\e903";
}

.icon-earth01:before {
  content: "\e904";
}

.icon-bank:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e901";
}

.icon-info-circle:before {
  content: "\e900";
}

.icon-search:before {
  content: "\f002";
}

.icon-close:before {
  content: "\f00d";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-down:before {
  content: "\f055";
}

.icon-sort-down:before, .icon-expand:before {
  content: "\f0d7";
}

.icon-sort-up:before, .icon-collapse:before {
  content: "\f0d8";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-chat:before {
  content: "\f0e6";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-left:before {
  content: "\f102";
}

body {
  font-family: arial, tahoma;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  background-color: #000000;
  z-index: 1;
}

body.demo .logo {
  position: relative;
}

body.demo .logo:before {
  content: "Demo";
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: bold;
  color: #ffffff;
  background-color: #FD723C;
  background-color: rgba(255, 82, 14, 0.8);
  padding: 0px 5px;
  border-radius: 2px;
  font-size: 23px;
  line-height: 23px;
  width: auto;
  height: auto;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

.hiddenElement {
  display: none !important;
}

.showElement {
  display: block !important;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  background-color: #070c26;
}

.member-info {
  z-index: 3;
}

.member-info .icon-account:before {
  font-size: 14px;
  padding-right: 5px;
  top: -1px;
  position: relative;
}

.member-info .dropdown {
  display: inline-block;
}

.text-accent {
  color: red;
}

iframe {
  display: inline-block;
}

.footer-wrapper {
  clear: both;
  background-color: #191919;
  text-align: center;
  color: #e4e4e4;
  padding: 15px 10px;
  line-height: 1.8;
  z-index: 12;
}

.footer-wrapper li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.footer-wrapper li:last-child a {
  border-right: none;
}

.footer-wrapper a {
  color: #e4e4e4;
  border-right: 1px solid #555;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-wrapper a:hover {
  color: #57ceeb;
}

.id .bank {
  right: 310px;
}

.ko .bank {
  right: 362px;
}

.vn .bank {
  right: 365px;
}

.ch .bank, .cs .bank, .zhcn .bank {
  right: 270px;
}

.th .bank {
  right: 285px;
}

.rwd .wrapper {
  max-width: 1366px;
  width: 100%;
  min-width: 1024px;
}

.rwd .wrapper .news-box {
  width: calc( 100% - 250px);
}

.rwd .wrapper .callbacks_container, .rwd .wrapper .products, .rwd .wrapper .casino-products {
  width: 1024px;
  margin: 0 auto;
}

body.noHead, body.noHead.noNews {
  background-image: none;
}

body.noHead header, body.noHead.noNews header {
  height: 0;
}

.um-popup {
  box-sizing: border-box;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: inherit;
  z-index: 35;
  top: 3px;
  visibility: hidden;
}

.um-popup .um-popup-content {
  font-size: 1.1em;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f66800 0%, #f77a00 100%);
  background: -webkit-linear-gradient(bottom, #f77a00 0%, #f66800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f66800', endColorstr='#f77a00', GradientType=0);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: .5em .4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  visibility: visible;
}

.um-popup .icon-history {
  font-size: 1.5em;
  padding: 0 .2em;
  color: #fff;
}

.um-popup .icon-close {
  font-size: 1.2em;
  padding: 0 .2em;
  color: #fff;
  cursor: pointer;
  opacity: .8;
  margin-left: 2em;
}

.um-popup .icon-close:hover {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.um-popup .msgText {
  text-align: left;
  color: white;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.um-popup .msgText strong {
  color: #fff;
  font-size: 1.1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here */
  .um-popup {
    max-width: 1024px;
  }
}

.icon-switch {
  top: -.1em;
  position: relative;
}

header .logo {
  padding: 10px 0;
}

.home-Sportsbook {
  background: url(../images/home_Sportsbook.jpg?v=20181031001) center no-repeat;
}

.home-LiveCasino {
  background: url(../images/home_LiveCasino.jpg?v=20181031001) center no-repeat;
}

.home-Casino {
  background: url(../images/home_Casino.jpg?v=20181031001) center no-repeat;
}

.home-NumberGame {
  background: url(../images/home_NumberGame.jpg?v=20181031001) center no-repeat;
}

.home-VirtualSports {
  background: url(../images/home_VirtualSports.jpg?v=20181031001) center no-repeat;
}

.home-Keno {
  background: url(../images/home_Keno.jpg?v=20181031001) center no-repeat;
}

.home-ESports {
  background: url(../images/home_ESports.jpg?v=20181031001) center no-repeat;
}

.home-Baseball {
  background: url(../images/home_Baseball.jpg?v=20181031001) center no-repeat;
}

.home-Basketball {
  background: url(../images/home_Basketball.jpg?v=20181031001) center no-repeat;
}

.casino-LiveCasino {
  background: url(../images/casino_LiveCasino.jpg?v=20181031001) center no-repeat;
}

.casino-AGCasino {
  background: url(../images/casino_AGCasino.jpg?v=20181031001) center no-repeat;
}

.casino-GoldDeluxe {
  background: url(../images/casino_GoldDeluxe.jpg?v=20181031001) center no-repeat;
}

.casino-Voidbridge {
  background: url(../images/casino_Voidbridge.jpg?v=20181031001) center no-repeat;
}

.casino-RNGCasino {
  background: url(../images/casino_RNGCasino.jpg?v=20181031001) center no-repeat;
}

.casino-Allbet {
  background: url(../images/casino_Allbet.jpg?v=20181031001) center no-repeat;
}

.casino-FishingWorld {
  background: url(../images/casino_FishingWorld.jpg?v=20181031001) center no-repeat;
}

.casino-Microgaming {
  background: url(../images/casino_Microgaming.jpg?v=20181031001) center no-repeat;
}

.popup-account #tagbox ul:after, .popup-signup .one-row:after, .popup-signup .one-row .one-three .small-input:after, .modal .two-box-input:after, .modal .three-box:after, .casino-products ul:after, .main-menu:after, .popup-top-menu:after {
  content: "";
  display: table;
  clear: both;
}

.accent {
  color: #e73723;
}

.popup-account {
  font-size: 13px;
  background: url(../images/popup_account_bg.jpg?v=20181031001) top repeat-x #ffffff;
  min-width: 600px;
}

.popup-account .wrapper {
  width: 100%;
  background-color: transparent;
}

.popup-account .btn-large {
  min-height: 30px;
}

.popup-account header {
  background-image: none;
  padding: 0;
  height: 85px;
  box-sizing: border-box;
}

.popup-account header .logo {
  width: 150px;
  height: 50px;
  background: url(../images/logo.png?v=20181031001) center no-repeat;
  background-size: 150px;
  box-sizing: border-box;
}

.popup-account header .welcome {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  right: 10px;
  top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.popup-account header .welcome .icon-account2 {
  color: #ffffff;
  font-size: 18px;
  padding-right: 5px;
}

.popup-account header, .popup-account .mainArea {
  min-width: 1200px;
  box-sizing: border-box;
}

.popup-account .main-menu {
  margin-top: 16px;
  margin-top: 0;
  height: 34px;
  margin-bottom: 6px;
}

.popup-account .main-menu ul {
  text-align: left;
  border-left: 1px solid transparent;
}

.popup-account .main-menu li {
  border-right: 1px solid transparent;
}

.popup-account .main-menu li:last-child {
  border-right: 1px solid transparent;
}

.popup-account .main-menu a {
  padding: 0 10px 0 9px;
  font-size: 13px;
  line-height: 34px;
}

.popup-account .main {
  clear: both;
}

.popup-account #tagbox li {
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #111111;
  border-top: 3px solid #272727;
  border-left: 3px solid #272727;
  border-right: 3px solid #272727;
  margin-right: 4px;
}

.popup-account #tagbox li a {
  display: block;
  width: 190px;
  text-align: center;
  padding: 10px;
  color: #5c5c5c;
}

.popup-account #tagbox li a:hover {
  color: #fff;
}

.popup-account #tagbox li.current {
  background-color: #272727;
  border-top: 3px solid #ee0000;
}

.popup-account #tagbox li.current a {
  color: #fff;
}

.popup-account #tagbox a {
  text-decoration: none;
}

.popup-account .footer-wrapper {
  margin-top: 0;
  padding: 5px;
  position: static;
}

.popup-account .filterRow {
  margin-bottom: 15px;
}

.popup-account .popupPanel {
  font-size: 13px;
}

.popup-account .popupPanel .confirm-list {
  padding: 7px 10px;
}

.mainArea {
  padding: 10px;
  background: #ffffff;
}

.account-container {
  border-top: 1px solid #cdcdcd;
  font-size: 13px;
  padding: 20px;
  color: #4c4c4c;
  background-color: #fcf6f6;
}

.account-caption {
  color: #c4484d;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-top: 5px;
}

.account-caption .smallText {
  padding-top: 5px;
  font-weight: normal;
  color: #4c4c4c;
}

.account-caption + .filterBlock {
  padding-top: 10px;
  border-top: 1px solid #d5d5d5;
}

.account-caption .btn {
  margin-left: 3px;
}

.account-text {
  padding-top: 15px;
  padding-bottom: 20px;
}

.account-second-title {
  color: #997977;
  background-color: white;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.account-wallet {
  color: #4c4c4c;
  font-size: 13px;
}

.account-wallet > div {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.account-wallet > div > div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px;
}

.account-wallet-mainTitle {
  border-radius: 3px 3px 0 0;
  background: #c4484d;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
}

.account-wallet-sencondTitle {
  background: #d78285;
  color: #ffffff;
  font-weight: bold;
}

.account-wallet-row {
  background: white;
  border-bottom: 1px solid #d5d5d5;
}

.account-wallet-row:last-child {
  border-bottom: 0;
}

.account-wallet .amount {
  text-align: right;
  font-weight: bold;
}

.account-wallet .item i {
  display: inline-block;
  transform: scale(1.5);
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.account-wallet .btnArea {
  text-align: center;
}

.account-wallet .btnArea .btn {
  width: 100%;
}

.tabNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 2px solid #c4484d;
  margin-bottom: 15px;
}

.tabNav li {
  min-width: 188px;
  padding: 0.5em;
  border-radius: 3px 3px 0 0;
  background: #cdcdcd;
  color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tabNav li:hover {
  background: #f0cfd0;
}

.tabNav li.active {
  color: #ffffff;
  background: #c4484d;
  cursor: default;
}

.tabNav li + li {
  margin-left: 4px;
}

.form-group {
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
}

.form-group-single {
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
}

.form-group-single .form-title {
  width: 180px;
}

.form-group-single .form-content, .form-group-single .form-check {
  width: 450px;
}

.form-group-single .form-check .form-control {
  position: relative;
  top: 2px;
}

.form-group-single .form-check .accent {
  position: relative;
  top: 3px;
}

.form-title {
  width: 150px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
}

.form-content {
  width: 325px;
  padding: 5px 10px;
  position: relative;
}

.form-content small {
  display: block;
  color: #7f7f7f;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100%;
}

.form-content input, .form-content select, .form-content textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  padding: 3px;
  box-sizing: border-box;
}

.form-content option {
  padding: 0;
}

.form-content .btn-icon {
  margin-left: 5px;
}

.form-content .tip-txt {
  color: #7f7f7f;
  position: absolute;
  padding-top: 5px;
  font-size: 12px;
}

.form-content .error-txt {
  display: none;
  color: #e73723;
  position: absolute;
  padding-top: 5px;
  font-size: 12px;
}

.form-content.error input {
  border-color: #e73723;
}

.form-content.error .error-txt {
  display: block;
}

.form-content.currency input {
  padding-right: 30px;
}

.form-content.currency .currency-text {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #afafaf;
}

.form-check {
  padding: 5px 10px;
}

.form-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #bdbdbd;
}

.form-footer {
  text-align: center;
  padding-top: 10px;
}

.form-footer .btn {
  padding: 10px 40px;
}

.tab-bank {
  box-sizing: border-box;
  height: 141px;
  background-color: #efefef;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #c8b2b0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.tab-bank + .account-container {
  border-top: none;
}

.tab-bank .left-btn, .tab-bank .right-btn {
  position: absolute;
  text-align: center;
  width: 30px;
  height: 139px;
  line-height: 139px;
  top: 0;
  background-color: #e7e7e7;
  color: #7a7a7a;
  cursor: pointer;
}

.tab-bank .left-btn:hover, .tab-bank .right-btn:hover {
  opacity: .8;
}

.tab-bank .left-btn {
  left: 0;
}

.tab-bank .right-btn {
  right: 0;
}

.tab-bankList {
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 140px;
  height: 102px;
  border-radius: 3px;
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #fbf9f9;
  background-color: #ffffff;
  cursor: pointer;
}

.tab-bankList-txt {
  padding-top: 10px;
  font-weight: bold;
  color: #4c4c4c;
}

.tab-bankList.current {
  height: 120px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #c8b2b0;
  background-color: #fcf6f6;
}

.tab-bankList:hover {
  border-color: #c8b2b0;
}

.tab-bank:after {
  content: "";
  clear: both;
  display: block;
}

.accountTable * {
  box-sizing: border-box;
}

.accountTable .tableHead, .accountTable .tableRow, .accountTable .tableHead-sub {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.accountTable .tableHead > div,
.accountTable .tableRow > div {
  display: table-cell;
  padding: 8px;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 1px solid #cdcdcd;
}

.accountTable .tableHead > div:last-child,
.accountTable .tableRow > div:last-child {
  border-right: 0;
}

.accountTable .tableHead-sub {
  color: #ffffff;
  padding: 8px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  background-color: #c4484d;
}

.accountTable .tableHead > div {
  color: #ffffff;
  border-right-color: #c4484d;
  background-color: #d78285;
}

.accountTable .tableBody {
  color: #4c4c4c;
}

.accountTable .tableBody .tableRow {
  border-bottom: 1px solid #cdcdcd;
}

.accountTable .tableBody .date {
  padding: 8px;
  background-color: #ececec;
  border-bottom: 1px solid #aeaeae;
}

.accountTable .tableBody .amount {
  font-weight: bold;
}

.accountTable .expandArea {
  padding: 8px 0;
  border-bottom: 1px solid #cdcdcd;
  background-color: white;
}

.accountTable .expandArea .tableRow {
  border-bottom: 0;
}

.accountTable .expandArea .tableRow > div {
  border-right: 0;
}

.accountTable .expandArea .tableRow .amount {
  text-align: left;
  font-weight: normal;
}

.accountTable .times, .accountTable .type, .accountTable .status, .accountTable .other {
  width: 12%;
}

.accountTable .fromeTo {
  width: 30%;
}

.accountTable .amount {
  text-align: right;
}

.accountTable .other {
  text-align: center;
}

.accountTable .other .btn i {
  font-size: 16px;
  margin-top: -2px;
}

.accountTable .icon-expand:before {
  content: "\f0d7";
}

.accountTable .icon-collapse:before {
  content: "\f0d8";
}

.pagination {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #4d4d4d;
}

.pagination .page-item {
  border-radius: 3px;
  border: 1px solid #cdcdcd;
}

.pagination .page-item + .page-item {
  margin-left: 5px;
}

.pagination .page-item:hover {
  border-color: #c4484d;
}

.pagination .page-number {
  padding: 5px 10px;
  border: none;
}

.page-link {
  padding: 5px 10px;
  display: block;
  color: #4d4d4d;
}

.page-link:hover {
  color: #c4484d;
}

.amountInput {
  color: #4c4c4c;
  position: relative;
}

.amountInput input {
  padding-left: 3.5em;
  padding-right: 2.5em;
  text-align: right;
}

.amountInput small {
  position: absolute;
  left: 5px;
  top: 5px;
}

.amountInput .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  min-height: 18px;
}

.limit {
  background-image: none;
  background-color: #f1f1f1;
  text-align: center;
  color: #666666;
  font-size: 15px;
  line-height: 1.8em;
}

.limit-header {
  background-color: #000000;
  height: 120px;
  border-bottom: 10px solid #c80003;
}

.limit-header .logo {
  display: inline-block;
  margin-top: 10px;
  width: 310px;
  height: 104px;
  background: url(../images/logo.png?v=20181031001) center no-repeat;
}

.limit-content {
  box-sizing: border-box;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 40px;
  padding-left: 500px;
  text-align: left;
}

.limit-content:before, .limit-content:after {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  font-size: 20em;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.limit-content:before {
  content: "\e904";
  color: rgba(196, 72, 77, 0.4);
}

.limit-content:after {
  content: "\e903";
  color: #c4484d;
}

.limit-content__heading {
  font-size: 3em;
  line-height: 2em;
  font-weight: 800;
  color: #c4484d;
}

.limit-content__heading .txt {
  font-size: .5em;
}

.limit-content__txt {
  padding: 1em 0;
  border-bottom: 1px solid #cccccc;
}

.limit-content__txt:last-child {
  border-bottom: 0;
}

.limit .footer {
  padding-top: 100px;
  font-size: 12px;
}

.UM {
  background-image: none;
  background-color: #f1f1f1;
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 1.8em;
}

.UM a {
  color: #c4484d;
  text-decoration: underline;
  cursor: pointer;
}

.UM a:hover {
  color: #d06f73;
}

.UM .primary {
  color: #c4484d;
}

.UM-header {
  height: 80px;
  background-color: #070c26;
}

.UM-header .logo {
  display: inline-block;
  width: 310px;
  height: 80px;
  background: url(../images/logo.png?v=20181031001) center no-repeat;
}

.UM-mainArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.UM-mainArea.style2 {
  display: block;
}

.UM-svg svg {
  width: 350px;
}

.style2 .UM-svg svg {
  height: 400px;
}

.UM-svg .svg-dark {
  fill: #c4484d;
}

.UM-svg .svg-light {
  fill: #e9bcbe;
}

.UM-content {
  box-sizing: border-box;
  width: 500px;
  text-align: left;
  padding-left: 80px;
}

.style2 .UM-content {
  padding-left: 0;
  width: 100%;
}

.style2 .UM-content:after {
  content: "";
  display: block;
  clear: both;
}

.UM-content__list {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.UM-content__list:last-child {
  border-bottom: 0;
}

.style2 .UM-content__list {
  float: left;
  width: 45%;
}

.style2 .UM-content__list:nth-child(2n) {
  margin-left: 10%;
}

.style2 .UM-content__list:nth-last-child(2) {
  border-bottom: 0;
}

.UM-content__heading {
  font-size: 20px;
  line-height: 2em;
  font-weight: 600;
  color: #666666;
}

.UM-content__txt {
  padding: 1em 0;
}

.UM .footer {
  padding-top: 100px;
  font-size: 12px;
}

.btn {
  font-size: 13px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 0;
  text-align: center;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 28px;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}

.btn-primary {
  background-color: #c4484d;
}

.btn-primary:hover {
  background: #d06f73;
}

.btn-secondary {
  background-color: #c80003;
}

.btn-secondary:hover {
  background: #fb0004;
}

.btn-info {
  background-color: #bdbdbd;
}

.btn-info:hover {
  background: #d7d7d7;
}

.btn-bonus {
  font-size: 16px;
  background-color: #f2be00;
}

.btn-bonus:hover {
  background: #ffd026;
}

.btn-primary-gradient {
  background: linear-gradient(to bottom, #d06f73 0%, #ca5b60 100%);
  background: -webkit-linear-gradient(bottom, #ca5b60 0%, #d06f73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d06f73', endColorstr='#ca5b60', GradientType=0);
}

.btn-primary-gradient:hover {
  background: #c4484d;
}

.btn-secondary-gradient {
  background: linear-gradient(to top, #eb6307 0%, #ef870c 100%);
  background: -webkit-linear-gradient(top, #ef870c 0%, #eb6307 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6307', endColorstr='#ef870c', GradientType=0);
}

.btn-secondary-gradient:hover {
  background: #f97f2c;
}

.btn-outline {
  color: #666666;
  border: 1px solid #ccc;
}

.btn-withIcon i {
  margin-right: 5px;
}

.btn-large {
  min-width: 120px;
  font-size: 13px;
  font-weight: bold;
}

.btn-small {
  width: 18px;
  height: 18px;
  padding: 0;
}

.btn.disable {
  color: #efefef;
  background: #cdcdcd;
  cursor: default;
}

.btn.spin i {
  animation: rotate 1.5s linear infinite;
  line-height: 1;
}

.btn-block {
  width: 100%;
}

.top-nav .btn {
  margin-right: 4px;
}

.top-nav .btn:last-child {
  margin-right: 0;
}

.top-nav .btn::before {
  padding-right: 4px;
}

.top-nav .btn.icon-envelope2::before {
  padding-right: 0;
  font-size: 13px;
}

.dropdown, .dropdown-Date, .dropdown-flexible {
  position: relative;
}

.dropdown .selected, .dropdown-Date .selected, .dropdown-flexible .selected {
  margin-left: -0.5em;
  padding-left: 0.5em;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.dropdown .selected .txt, .dropdown-Date .selected .txt, .dropdown-flexible .selected .txt {
  display: block;
}

.form-content .selected {
  width: 300px;
}

.dropdown:after, .dropdown-Date:after, .dropdown-flexible:after {
  line-height: 1;
  transform: scale(1.3);
}

.dropdown-toggle, .dropdown-Date-toggle, .dropdown-flexible-toggle {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.dropdown-toggle::after, .dropdown-Date-toggle::after, .dropdown-flexible-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-menu, .dropdown-Date-menu, .dropdown-flexible-menu {
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 14;
}

.language .dropdown-menu, .language .dropdown-Date-menu, .language .dropdown-flexible-menu {
  min-width: 138px;
}

.dropdown-menu-right, .dropdown-Date-menu-right, .dropdown-flexible-menu-right {
  right: 0;
  left: auto;
}

.dropdown-item, .dropdown-Date-item, .dropdown-flexible-item {
  color: #3f3f3f;
  position: relative;
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.dropdown-item span, .dropdown-Date-item span, .dropdown-flexible-item span {
  -ms-flex: auto;
      flex: auto;
}

.dropdown-item:hover, .dropdown-Date-item:hover, .dropdown-flexible-item:hover {
  cursor: pointer;
  background-color: #ececec;
  color: #c4484d;
}

.dropdown-item:hover .dropdown-menu, .dropdown-Date-item:hover .dropdown-menu, .dropdown-flexible-item:hover .dropdown-menu {
  font-weight: normal;
  display: block;
  top: -3px;
  left: 150px;
  right: auto;
  min-width: 150px;
}

.dropdown-item:hover .dropdown-menu.dropdown-menu__left, .dropdown-Date-item:hover .dropdown-menu.dropdown-menu__left, .dropdown-flexible-item:hover .dropdown-menu.dropdown-menu__left {
  left: auto;
  right: 150px;
}

@media only screen and (max-width: 1600px) {
  .dropdown-item:hover .dropdown-menu, .dropdown-Date-item:hover .dropdown-menu, .dropdown-flexible-item:hover .dropdown-menu {
    left: auto;
    right: 150px;
  }
}

.dropdown-item:hover .dropdown-menu .dropdown-item, .dropdown-Date-item:hover .dropdown-menu .dropdown-item, .dropdown-flexible-item:hover .dropdown-menu .dropdown-item {
  padding-left: 30px;
}

.dropdown-item.current, .dropdown-Date-item.current, .dropdown-flexible-item.current {
  color: #c4484d;
  font-weight: bold;
}

.dropdown-item.disable, .dropdown-Date-item.disable, .dropdown-flexible-item.disable {
  color: rgba(63, 63, 63, 0.7);
  cursor: not-allowed;
  background-color: transparent;
}

.dropdown-divider, .dropdown-Date-divider, .dropdown-flexible-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #bdbdbd;
}

.dropdown.open > .dropdown-menu, .dropdown-Date.open > .dropdown-menu, .dropdown-flexible.open > .dropdown-menu {
  display: block;
  top: 34px;
}

.dropdown.open .dropdown-toggle, .dropdown-Date.open .dropdown-toggle, .dropdown-flexible.open .dropdown-toggle {
  background-color: #af383b;
}

.dropdown.open .dropdown-toggle::after, .dropdown-Date.open .dropdown-toggle::after, .dropdown-flexible.open .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.dropdown.open.language .dropdown-toggle, .dropdown-Date.open.language .dropdown-toggle, .dropdown-flexible.open.language .dropdown-toggle {
  background-color: #ffffff;
  border-color: #c4484d;
}

.dropdown.open.filter, .dropdown-Date.open.filter, .dropdown-flexible.open.filter {
  border-color: #c4484d;
}

.dropdown-Date::after {
  font-family: 'icomoon' !important;
  content: "\e924";
}

.top-nav .icon-envelope2 + .alert {
  position: absolute;
  right: -10px;
  top: -7px;
  transform: scale(0.9);
}

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

.filterRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.filterRow > .txt {
  color: #4d4d4d;
  padding: 0 10px;
  font-weight: bold;
}

.filterRow .btn {
  margin-left: 10px;
}

.filterRow input {
  min-height: 28px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  min-width: 15em;
}

.filterRow .selected {
  min-width: 155px;
}

.filter {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 0.5em;
  color: #545454;
  border: 1px solid #cdcdcd;
  min-height: 28px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.filter:hover {
  border-color: #c4484d;
}

.filter.dropdown::after, .filter.dropdown-flexible::after {
  font-family: 'icomoon' !important;
  content: "\f055";
  transform: scale(0.7);
}

.filter.dropdown {
  width: 200px;
}

.filter.dropdown .icon-color-main:before {
  margin-right: 5px;
}

.filter.dropdown > .dropdown-menu {
  min-width: 200px;
  left: 0;
  right: auto;
}

[class^="icon-color-"]:before, [class*=" icon-color-"]:before {
  content: " ";
  background-image: url(/template/Athena/public/images/ai-svg.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}

.icon-color-1:before {
  background-position: 0 -500px;
}

.icon-color-5:before {
  background-position: 0 -400px;
}

.icon-color-4:before {
  background-position: 0 -300px;
}

.icon-color-12:before {
  background-position: 0 -200px;
}

.icon-color-50:before {
  background-position: 0 -100px;
}

input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 10px;
}

input:focus {
  border-color: #c4484d;
}

.main-menu {
  z-index: 6;
}

.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.main-menu li {
  position: relative;
  -ms-flex-order: 3;
      order: 3;
}

.main-menu li.mobile {
  -ms-flex-order: 2;
      order: 2;
}

.main-menu li.home {
  -ms-flex-order: 1;
      order: 1;
}

.main-menu .new {
  position: absolute;
  background-color: #ffe300;
  color: #650000;
  border-radius: 2px;
  transform: scale(0.6);
  padding: 1px 2px;
  right: -3px;
  top: -1px;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.main-menu .main-menu-sub {
  display: none;
  position: absolute;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 4px solid #75736f;
  z-index: 6;
  min-width: 143px;
}

.main-menu .main-menu-sub li {
  display: block;
  position: relative;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #d7d7d7;
  background-image: none;
  cursor: pointer;
}

.main-menu .main-menu-sub li a {
  text-shadow: none;
}

.main-menu .main-menu-sub li:hover {
  background-color: transparent;
}

.main-menu .main-menu-sub li:hover a {
  color: #8e8d89;
}

.main-menu .main-menu-sub li:last-child {
  border-bottom: none;
}

.main-menu .main-menu-sub li .new {
  top: 7px;
  right: 2px;
}

.main-menu .main-menu-sub a {
  color: #858585;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
}

.main-menu li:hover .main-menu-sub {
  display: block;
}

.main-menu [class^="icon-"]:before, .main-menu [class*=" icon-"]:before {
  line-height: 1;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 17;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.popup-signup {
  width: 940px;
}

.popup-signup.modal {
  text-align: left;
}

.popup-signup .one-row .one-three {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.popup-signup .one-row .one-three label {
  position: relative;
}

.popup-signup .one-row .one-three label .cont12oe {
  position: absolute;
  color: red;
  right: 0;
  cursor: pointer;
}

.popup-signup .one-row .one-three label .cont12oe:hover {
  color: #cc0000;
}

.popup-signup .one-row .one-three:last-child {
  margin-right: 0;
}

.popup-signup .one-row .one-three .small-input {
  padding-top: 1.75em;
}

.popup-signup .one-row .one-three .small-input .txt {
  text-justify: inter-ideograph;
  float: right;
  width: 90%;
  padding-right: 2%;
  box-sizing: border-box;
}

.popup-signup .one-row .one-three .validation {
  position: relative;
}

.popup-signup .one-row .one-three .validation img {
  position: absolute;
  right: 5px;
  top: 21px;
}

.modal {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 18;
  background: #fff;
  padding: 30px 35px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #5c5c5c;
}

.modal a {
  color: #c4484d;
}

.modal .mark {
  color: red;
}

.modal .txt {
  color: #5c5c5c;
  padding-bottom: .8em;
}

.modal h2 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: bold;
  padding-bottom: 1.2em;
  text-align: center;
}

.modal label {
  display: block;
  margin: 1.2em 0;
  color: #5c5c5c;
}

.modal .btn {
  height: 36px;
}

.modal .btn.btn-info {
  height: 18px;
}

.modal .box-bg {
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 2%;
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
}

.modal .box-bg input {
  height: 36px;
}

.modal .two-box-input {
  position: relative;
  margin: 1.2em 0 3em;
}

.modal .two-box-input label {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
}

.modal .two-box-input label:last-child {
  margin-right: 0;
}

.modal .two-box-input .ps {
  color: #5c5c5c;
  font-size: 12px;
  position: absolute;
  bottom: -3.5em;
}

.modal .three-box {
  margin: 1.2em 0;
}

.modal .three-box .dropDown {
  width: 32%;
  float: left;
  margin: 0  2% 0 0;
}

.modal .three-box .dropDown:last-child {
  margin-right: 0;
}

.modal .three-box .txt {
  color: #5c5c5c;
}

.modal .footer {
  color: #636363;
}

.modal .footer a {
  color: #636363;
  padding: 0 3px;
}

.modal .footer a:hover {
  color: #111;
}

.modal .close {
  box-sizing: border-box;
  background-color: #cc0000;
  color: #ffffff;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.modal .close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}

.modal .close:hover {
  color: #fff;
  background: #990000;
}

.modal.popup-mobile .btn-group a {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em 0;
  cursor: pointer;
}

.modal.popup-mobile .btn-group a:hover {
  background: linear-gradient(to bottom, #2a2a2a 0%, #000 100%);
  background: -webkit-linear-gradient(bottom, #000 0%, #2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#000', GradientType=0);
}

.modal.popup-mobile #yesConfirm {
  width: 50%;
  background: linear-gradient(to bottom, #3d3d3d 0%, #2a2a2a 100%);
  background: -webkit-linear-gradient(bottom, #2a2a2a 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#2a2a2a', GradientType=0);
}

.modal.popup-mobile #noConfirm {
  width: 45%;
  margin-left: 4%;
  background-color: #999;
}

.modal.popup-mobile .small-input input, .modal.popup-mobile .small-input .txt {
  display: inline-block;
  vertical-align: middle;
}

.modal.popup-mobile .small-input .txt {
  padding-left: .5em;
}

.popupPanel {
  padding: 0;
  border-radius: 3px;
  min-width: 375px;
  text-align: left;
  overflow: hidden;
}

.popupPanel .heading {
  padding: 10px;
  background-color: #a43539;
  color: #ffffff;
}

.popupPanel .contentArea {
  color: #4c4c4c;
  padding: 10px 25px;
}

.popupPanel .contentArea .text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.popupPanel .contentArea-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popupPanel .contentArea-footer .btn {
  -ms-flex: auto;
      flex: auto;
}

.popupPanel .contentArea-footer .btn + .btn {
  margin-left: 10px;
}

.popupPanel .confirm-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #ececec;
  padding: 5px 10px;
  margin-bottom: 3px;
}

.popupPanel .confirm-content {
  font-weight: bold;
}

.popupPanel.popupPanel-smaller {
  width: 25%;
}

.popupPanel.popupPanel-small {
  width: 30%;
}

.popupPanel.popupPanel-larger {
  width: 90%;
}

.popup-login, .popup-forgot {
  width: 350px;
  font-size: 13px;
}

.popup-login label, .popup-forgot label {
  text-align: left;
  margin-top: 0;
}

.popup-login label:last-of-type, .popup-forgot label:last-of-type {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.popup-login label input:focus, .popup-forgot label input:focus {
  border-color: #c4484d;
}

.popup-login .error input, .popup-forgot .error input {
  border-color: #e73723;
}

.popup-login .error .error__txt, .popup-forgot .error .error__txt {
  display: block;
}

.popup-login .error__txt, .popup-forgot .error__txt {
  display: none;
  padding: 3px 0;
  color: #e73723;
}

.popup-login .box-bg, .popup-forgot .box-bg {
  position: relative;
  height: auto;
  padding: 0;
}

.popup-login .box-bg input, .popup-forgot .box-bg input {
  width: 100%;
}

.popup-login .box-bg .garyy, .popup-forgot .box-bg .garyy {
  position: absolute;
  height: 18px;
  width: 33px;
  right: 28px;
  top: 10px;
  border-radius: 3px;
}

.popup-login .box-bg .btn-small, .popup-forgot .box-bg .btn-small {
  position: absolute;
  top: 10px;
  right: 5px;
  line-height: 1;
}

.popup-login .login__validation input, .popup-forgot .login__validation input {
  padding-right: 70px;
}

.popup-login .footer, .popup-forgot .footer {
  padding-top: 10px;
}

.popup-login .footer a, .popup-forgot .footer a {
  color: #c4484d;
  padding: 0 10px;
  text-decoration: underline;
}

.popup-login .footer a:hover, .popup-forgot .footer a:hover {
  opacity: .8;
  color: #c4484d;
}

.popup-login .dropdown.open .dropdown-toggle, .popup-forgot .dropdown.open .dropdown-toggle {
  background-color: #ffffff;
  border-color: #c4484d;
}

.popup-login .dropdown-menu, .popup-forgot .dropdown-menu {
  width: 100%;
}

.popup-login a.dropdown-item, .popup-forgot a.dropdown-item {
  color: #3f3f3f;
}

.popup-login a.dropdown-item:hover, .popup-forgot a.dropdown-item:hover {
  color: #c4484d;
  cursor: pointer;
}

#sQuestionMail, #sQuestionCode {
  width: 100%;
}

.dropDown {
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  color: #888 !important;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 0 2%;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.dropDown:before {
  content: "";
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: transparent;
  border-top-color: #484646;
  position: absolute;
  overflow: hidden;
  right: 6px;
  top: 12px;
}

.dropDown ul.submenu {
  clear: both;
  text-align: left;
  margin: 0px -5px;
  padding: 0px;
  list-style: none;
  position: relative;
  line-height: 12px;
  height: auto;
  z-index: 13;
  background-image: none;
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.dropDown ul.submenu li {
  color: #484646;
  padding: 5px 20px 5px 5px;
  cursor: pointer;
  list-style-type: none;
  white-space: nowrap;
}

.dropDown ul.submenu li:hover {
  background-color: #666;
  color: #fff;
}

.liveChat::before, .rightAd::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.liveChat {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  vertical-align: middle;
  z-index: 16;
}

.liveChat ul::after {
  content: url(../images/liveChat_ulAfter.png?v=20181031001);
  height: 16px;
}

.rightAd {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  padding-right: 50px;
  vertical-align: middle;
  z-index: 16;
}

.rightAd ul li {
  position: relative;
}

.rightAd ul a {
  cursor: default;
}

.rightAd ul a:hover + .tip {
  opacity: 1;
  transition: opacity 1s;
  visibility: visible;
}

.rightAd ul .tip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 80px;
  top: -5%;
  width: 250px;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  background-color: #000;
  transition: opacity .5s;
}

.rightAd ul .tip:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 20px;
  right: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: none;
}

@media screen and (min-width: 1301px) {
  .menu-button {
    display: none;
  }
  #close-menu-button {
    display: none;
  }
  .liveChatDiv {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1300px) {
  .liveChatDiv {
    position: relative;
  }
  #close-menu-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ce0000;
    color: #fff;
    text-decoration: none;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
  }
  #close-menu-button:hover {
    background-color: #af0202;
  }
  .menu-button {
    display: block;
    position: absolute;
    background-color: #ce0000;
    border-radius: 0 5px 5px 0;
    top: 50%;
    padding: 5px 13px 5px 10px;
    left: 0;
    text-decoration: none;
    transition: 0.2s;
  }
  .menu-button i {
    font-size: 2.5em;
  }
  .menu-button:hover {
    padding-left: 20px;
    transition: 0.2s;
  }
  .rightAd .menu-button {
    border-radius: 5px 0 0 5px;
    padding: 5px 10px 5px 13px;
    right: 0;
    left: auto;
  }
  .rightAd .menu-button:hover {
    padding-right: 20px;
  }
  .liveChatDiv {
    display: none;
    vertical-align: middle;
  }
}

.memberExtra {
  background-image: none;
}

.memberExtra .member-info-extra {
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px 20px;
  width: 100%;
  position: static;
}

.memberExtra .member-info-extra .login {
  padding-right: 0;
}

.memberExtra .member-info-extra .login .InputBox, .memberExtra .member-info-extra .login .btn-login {
  box-sizing: border-box;
  padding: 6px 13px;
  height: 26px;
}

.memberExtra .member-info-extra .login input, .memberExtra .member-info-extra .login span {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 0;
}

.memberExtra .member-info-extra .login .btn-login {
  width: 25%;
  float: left;
  margin-right: 0;
  display: block;
}

.memberExtra .member-info-extra .login span {
  position: relative;
  display: block;
  padding-right: 0;
}

.memberExtra .member-info-extra .login span input {
  width: 100%;
}

.memberExtra .member-info-extra .login span .garyy {
  position: absolute;
  right: 5px;
  top: 2px;
}

.memberExtra .member-info-extra .forgot {
  clear: both;
}

.memberExtra .member-info-extra .forgot ul {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .memberExtra .member-info-extra {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .memberExtra .member-info-extra .login input, .memberExtra .member-info-extra .login span, .memberExtra .member-info-extra .login .btn-login {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .memberExtra .member-info-extra .login span input {
    margin-bottom: 0;
  }
  .memberExtra .member-info-extra .forgot {
    padding-top: 0;
  }
  .memberExtra .member-info-extra .forgot ul {
    float: none;
    text-align: center;
  }
  .memberExtra .member-info-extra .forgot ul a {
    border: none !important;
  }
}

.news-popup {
  z-index: 11;
}

.news-box .news {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}

.news-box .news .title {
  box-sizing: border-box;
  display: block;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.news-box .news a {
  box-sizing: border-box;
  margin-right: 35px;
  overflow: hidden;
}

.news-box .news a:hover {
  color: #ffffff;
}

.news-box .news a.noLink {
  cursor: default;
}

.news-box .news marquee {
  display: block;
  text-decoration: none;
}

.news-box .news .marquee {
  margin-left: 15px;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
}

.news-box .news .marquee.is-click {
  cursor: pointer;
}

.news-box .news .marquee.is-click :hover {
  color: #b1441b;
  font-weight: bold;
}

.msg {
  position: absolute;
  cursor: pointer;
  padding: 1px 3px 2px;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
}

.msg span {
  vertical-align: middle;
}

.callbacks_container {
  position: relative;
  clear: both;
}

.callbacks_container .callbacks_nav {
  position: absolute;
  top: 45%;
  z-index: 2;
}

.callbacks_container a:hover {
  opacity: 0.6;
}

.callbacks_container .next {
  right: 0;
  background: url(../images/next.png?v=20181031001) top right no-repeat;
  height: 0;
  width: 31px;
  padding-top: 55px;
  overflow: hidden;
}

.callbacks_container .prev {
  background: url(../images/prve.png?v=20181031001) top right no-repeat;
  height: 0;
  width: 31px;
  padding-top: 55px;
  overflow: hidden;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li .link {
  cursor: pointer;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.caption {
  position: absolute;
  width: 300px;
  top: 180px;
  right: 50px;
  font-family: "Cooper Std";
  line-height: 1.8em;
  text-shadow: 0px 0px 15px 15px #ffffff;
}

.caption strong {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
}

.caption .title {
  font-size: 40px;
  padding-bottom: 10px;
}

.caption span {
  padding-left: 30px;
}

.callbacks_tabs {
  box-sizing: border-box;
  position: absolute;
  padding: 1em 2em;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 15;
}

.callbacks_tabs li {
  display: inline-block;
  margin-right: 5px;
}

.callbacks_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  width: 9px;
  height: 9px;
  box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.9);
}

.callbacks_here a {
  background: white;
}

.dropdown {
  position: relative;
}

@keyframes fadein {
  0% {
    opacity: .5;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: 20px;
  }
}

.wallet {
  min-width: 250px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #cbcbcb;
}

.wallet span {
  display: block;
}

.wallet > label {
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.wallet-header {
  font-size: 20px;
  font-weight: bold;
  color: #81191d;
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #cbcbcb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.wallet-header-chips {
  text-align: right;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: .2em;
  padding-left: .2em;
}

.wallet-list {
  color: #000;
}

.wallet-list-item {
  border-bottom: 1px solid #cbcbcb;
  padding-top: .5em;
  padding-bottom: .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.wallet-list-title {
  text-align: left;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-weight: bold;
}

.wallet-list-info {
  text-align: right;
  color: #81191d;
  font-weight: bold;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.wallet-list .secondary-content {
  width: 100%;
  padding-left: 15px;
}

.wallet-list .secondary-content li {
  padding-bottom: 0;
  border-bottom-color: #fff;
}

.wallet-list .secondary-content li .wallet-list-title {
  font-weight: normal;
}

.wallet-list .secondary-content li:last-child {
  border-bottom: none;
}

.wallet-list .secondary-content li .wallet-list-info {
  color: #666666;
  font-weight: lighter;
}

.wallet-list .third-content .wallet-list-title::before {
  content: "-";
  margin-right: 4px;
}

.wallet-time {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  color: #777777;
}

.wallet-time li {
  display: -ms-flexbox;
  display: flex;
}

.wallet-time-title {
  text-align: left;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wallet-time-info {
  padding-left: 1em;
  text-align: right;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wallet-footer {
  margin-top: 10px;
}

.wallet-footer .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 0;
  margin-bottom: 5px;
}

.wallet-footer .btn:last-child {
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .wallet-header .btn.spin::before {
    height: 9px;
    padding-top: 0;
    line-height: 1;
  }
  .wallet-header .btn::before {
    padding-top: 3px;
    line-height: 3px;
  }
}

.facelift {
  color: #666666;
}

.facelift .login {
  padding-right: 0;
  float: right;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}

.facelift .login .btn {
  margin-left: 4px;
  min-width: 80px;
}

.facelift .login .btn:first-child {
  margin-left: 0;
}

.facelift .login form {
  display: -ms-flexbox;
  display: flex;
}

.facelift .login .hint-absolute, .facelift .login .hint-absolute-large {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #feec6e;
  color: #000000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  top: 34px;
  padding: 3px 10px;
  border-radius: 3px;
  min-width: 138px;
  max-width: 280px;
  text-align: left;
}

.facelift .login .hint-absolute-large {
  width: 280px;
}

.facelift .login .error input {
  border-color: #c80003;
}

.facelift .login .error .hint-absolute, .facelift .login .error .hint-absolute-large {
  display: block;
}

.facelift .login input {
  height: 28px;
  width: 138px;
}

.facelift .login input:focus {
  border-color: #c4484d;
}

.facelift .login__validation {
  position: relative;
}

.facelift .login__validation input {
  padding-right: 75px;
}

.facelift .login__validation .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: #bdbdbd;
  border-radius: 3px;
  width: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 16px;
}

.facelift .login__validation .btn::before {
  font-size: 13px;
}

.facelift .login__validation .garyy {
  position: absolute;
  right: 31px;
  top: 5px;
  width: 40px;
  height: 18px;
  border-radius: 3px;
}

.facelift .login__item {
  position: relative;
}

.facelift .login__item label {
  position: absolute;
  left: 0;
  top: 36px;
  display: -ms-flexbox;
  display: flex;
}

.facelift .login__item label input {
  height: auto;
  width: auto;
}

.facelift .selected {
  border-color: #c4484d;
}

.facelift .forgot {
  clear: both;
  padding-top: 10px;
}

.facelift .forgot i {
  text-decoration: none;
}

.facelift .forgot a {
  color: rgba(255, 255, 255, 0.85);
  border: none;
  padding: 0;
  text-decoration: underline;
}

.facelift .forgot a:hover {
  color: white;
}

.facelift .forgot ul {
  float: none;
}

.facelift .forgot li {
  color: white;
  border-left: 1px solid white;
  padding: 0 10px;
}

.facelift .forgot li:last-child {
  border-right: 1px solid white;
}

.facelift .forgot li:last-child a {
  border: none;
}

.facelift .language {
  top: 0;
  right: auto;
  height: 28px;
  text-align: left;
}

.facelift .language .btn {
  color: #3f3f3f;
  width: 138px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: inherit !important;
  line-height: inherit !important;
  background: #ffffff;
}

.facelift .language .btn:hover {
  background-color: #ffffff;
  border-color: #c4484d;
}

.facelift .language .dropdown-menu a:hover {
  background-color: #d06f73;
  color: #ffffff;
}

.top-nav {
  position: absolute;
  right: 10px;
  top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.myaccount {
  min-width: 150px;
}

.myaccount .dropdown-item {
  text-decoration: none;
}

.myaccount .dropdown-item:hover {
  color: #666666;
  background-color: #dfdfdf;
}

.myaccount .dropdown-item.current:hover {
  color: #c4484d;
}

.myaccount .dropdown-item[class*="icon-"]::before {
  font-size: 15px;
  padding-right: 10px;
}

.myaccount .dropdown-item.icon-message::before {
  font-size: 13px;
  line-height: 1.4;
}

.myaccount .dropdown-item.icon-betList::before, .myaccount .dropdown-item.icon-statement:before, .myaccount .dropdown-item.icon-result:before {
  font-size: 16px;
}

.alert {
  background-color: #c4484d;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 3px;
  line-height: 1.2;
}

.casino-products {
  padding: 4px 0 0 2px;
}

.casino-products ul {
  list-style: none;
  padding-bottom: 4px;
}

.casino-products li {
  position: relative;
  overflow: hidden;
  float: left;
  display: table;
  margin: 4px;
  text-align: center;
  border: 1px solid #666;
  box-sizing: border-box;
  height: 330px;
}

.casino-products li:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 116px;
  height: 156px;
  background: url(../images/reflectLight.png?v=20181031001) no-repeat;
}

.casino-products li .box {
  display: table-cell;
  vertical-align: bottom;
  height: 90%;
  width: 100%;
  padding-bottom: .8em;
  text-align: center;
  box-sizing: border-box;
}

.casino-products li .box a {
  display: block;
  text-decoration: none;
}

.casino-products li h4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.casino-products li span {
  color: #fff;
  line-height: 1;
}

.casino-products li:hover {
  border: 1px solid #ffffff;
}

.casino-products .btn {
  box-sizing: border-box;
  text-align: center;
  padding-top: 2px;
  background-color: #ffd966;
  background: linear-gradient(to bottom, #ffd966 0%, #ffb566 100%);
  background: -webkit-linear-gradient(bottom, #ffb566 0%, #ffd966 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd966', endColorstr='#ffb566', GradientType=0);
  color: #333;
  border-radius: 3px;
  line-height: 26px;
  padding: 0 6px;
  width: 90%;
  margin: 5px auto 0;
  font-weight: bold;
  font-size: 14px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
}

.casino-products .btn i {
  display: none;
}

.casino-products .num-12 li {
  width: 162px;
}

.casino-products .num-11 li {
  width: 196px;
}

.casino-products .num-11 li:nth-child(n+6) {
  width: 162px;
}

.casino-products .num-10 li {
  width: 196px;
}

.casino-products .num-9 li {
  width: 247px;
}

.casino-products .num-9 li:nth-child(n+5) {
  width: 196px;
}

.casino-products .num-8 li {
  width: 247px;
}

.casino-products .num-7 li {
  width: 247px;
}

.casino-products .num-7 li:nth-child(1), .casino-products .num-7 li:nth-child(2), .casino-products .num-7 li:nth-child(3) {
  width: 332px;
  background-size: 100%;
}

.casino-products .num-6 li {
  width: 162px;
}

.casino-products .num-5 li {
  width: 196px;
}

.casino-products .num-4 li {
  width: 247px;
}

.casino-products .num-3 li {
  width: 332px;
  background-size: 100%;
}

.iframe-content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.iframe-content iframe {
  width: 100%;
  height: 968px;
}

header {
  background: linear-gradient(to bottom, #165394 0%, #7194b0 100%);
  background: -webkit-linear-gradient(bottom, #7194b0 0%, #165394 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#165394', endColorstr='#7194b0', GradientType=0);
  padding-top: 5px;
}

header .logo {
  background: url(../images/logo.png?v=20181031001) top center no-repeat;
  width: 250px;
  height: 55px;
}

header .logo a {
  display: block;
  width: inherit;
  height: inherit;
}

a:hover {
  color: #ffffff;
}

.language {
  right: 10px;
  top: 10px;
}

.language .btn {
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 8px;
  width: 80px;
}

.language .btn i {
  float: right;
}

.language .dropdown-menu {
  border-radius: 3px;
}

.language .dropdown-menu a:hover {
  background-color: rgba(208, 111, 115, 0.5);
  color: #ffffff;
}

.member-info {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  z-index: 7;
}

.login {
  color: #fff;
  padding-right: 100px;
}

.login input {
  font-size: 12px;
  color: #333;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  padding: 0 5px;
  width: 6em;
  height: 16px;
  line-height: 16px;
  margin-right: 3px;
}

.login .btn-login {
  box-sizing: border-box;
  background: #4995c6;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 1px 8px;
  text-decoration: none;
}

.login .btn-login:hover {
  background: #c6ba67;
}

.login span {
  position: relative;
  padding-right: 37px;
}

.login span .garyy {
  position: absolute;
  height: 18px;
  width: 33px;
}

.logout {
  color: #fff;
  padding-right: 100px;
}

.logout .btn-logout {
  border: 1px solid #d06f73;
  background: linear-gradient(to bottom, #fdfdfd 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(bottom, #e4e4e4 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e4e4e4', GradientType=0);
  background-color: #ffffff;
  color: #3f3f3f;
  text-align: center;
  border-radius: 3px;
  padding: 0 8px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  height: 18px;
  line-height: 17px;
}

.logout .btn-logout:hover {
  background: linear-gradient(to bottom, #2a2a2a 0%, #000000 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#000000', GradientType=0);
}

.logout .welcome {
  padding-right: 5px;
  display: inline-block;
}

.logout .login-info {
  display: inline-block;
}

.logout strong {
  font-weight: bold;
  color: #c4484d;
}

.forgot {
  padding-top: 10px;
}

.forgot ul {
  list-style: none;
  padding: 0 0 0 5px;
}

.forgot li {
  display: inline-block;
  padding: 0 5px 0 0;
}

.forgot li:last-child a {
  border-right: none;
  padding-right: 0;
}

.forgot a {
  font-weight: bold;
  color: #fff;
  padding: 0 5px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.forgot a:hover {
  color: #a7a6a3;
}

.hot {
  position: absolute;
  top: 35px;
  right: 10px;
}

.bank {
  position: absolute;
  right: 310px;
  top: 35px;
}

.bank li {
  display: inline-block;
  display: inline\9;
  margin-left: 5px;
  position: relative;
}

.bank a {
  color: #fff;
  padding-left: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
}

.bank a:hover {
  color: #a7a6a3;
}

.account {
  position: absolute;
  right: 10px;
  top: 35px;
}

.account li {
  display: inline-block;
  display: inline\9;
  margin-left: 2px;
}

.account a {
  border: 1px solid #d06f73;
  background: linear-gradient(to bottom, #fdfdfd 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(bottom, #e4e4e4 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e4e4e4', GradientType=0);
  background-color: #ffffff;
  color: #3f3f3f;
  padding: 1px 8px;
  border-radius: 4px;
  text-decoration: none;
}

.account a:hover {
  background-color: rgba(153, 131, 6, 0.7);
}

.main-menu {
  text-align: left;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-menu li {
  font-size: 13px;
  font-weight: bold;
}

.main-menu li:hover a {
  color: #b1441b;
}

.main-menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 22px 0 20px;
  line-height: 28px;
  display: block;
}

.main-menu .current {
  background-color: #fff;
  border: 1px solid #004696;
  border-bottom: transparent;
  border-radius: 4px 4px 0px 0px;
  background-size: cover;
}

.main-menu .current a {
  color: #b1441b;
}

.main-menu .main-menu-sub {
  border-width: 1px;
}

.main-menu .main-menu-sub li {
  float: none;
  background: none !important;
}

.main-menu .main-menu-sub li a {
  padding-left: 20px;
}

.main-menu .main-menu-sub li:before {
  display: none;
}

.main-menu .new {
  transform: scale(0.7);
}

.time {
  box-sizing: border-box;
  float: left;
  height: 26px;
  background-color: #e3d7a8;
  color: #003f89;
  padding: 5px 20px;
  width: 250px;
  text-align: center;
}

.news-box {
  box-sizing: border-box;
  float: right;
  width: 774px;
  position: relative;
  background-color: #e3d7a8;
  padding: 4px 10px 1px;
  height: 26px;
}

.news-box .news {
  border: 1px solid #383838;
  height: 16px;
  color: #10141d;
}

.news-box .news .title {
  font-weight: bold;
  display: block;
  line-height: 16px;
  background-color: #383838;
  padding-left: 10px;
  padding-right: 10px;
}

.news-box .news .marquee {
  color: #10141d;
  padding-left: 10px;
  line-height: 1.4em;
}

.news-box .news a {
  color: #10141d;
}

.news-box .news a:hover {
  color: #b1441b;
}

.msg {
  right: 10px;
  top: 4px;
  height: 12px;
  max-width: 38px;
  color: #111;
  border: 1px solid #111;
  background: linear-gradient(to bottom, #fdfdfd 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(bottom, #e4e4e4 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e4e4e4', GradientType=0);
}

.news-popup {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgba(207, 107, 111, 0.95);
  border-radius: 6px;
  width: 620px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  color: #171717;
}

.news-popup .cross {
  background-color: rgba(13, 13, 13, 0.95);
  color: #ffffff;
  margin-top: -15px;
  margin-left: 625px;
  padding: 4px;
  border-radius: 15px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  line-height: 1em;
  text-align: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.news-popup .info {
  float: left;
  width: 60px;
  font-size: 60px;
  color: rgba(23, 23, 23, 0.8);
  line-height: 1.2em;
}

.news-popup p {
  float: right;
  width: 550px;
}

.popup-top-menu {
  position: absolute;
  right: 10px;
  top: 20px;
}

.popup-top-menu li {
  float: left;
}

.popup-top-menu a {
  color: #000;
  text-decoration: none;
  padding: 0 22px 0 20px;
  line-height: 37px;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.popup-top-menu a:hover {
  color: #c80003;
}

.popup-account {
  background-image: none;
}

.popup-account .main-menu {
  box-sizing: border-box;
  margin-bottom: 0;
}

.popup-account header {
  background-image: inherit;
  float: none;
  width: 100%;
  margin-top: 0;
}

.popup-account header .logo {
  background-size: 135px;
}

#containerMain {
  background-color: #e8eff5;
  padding: 0 0 .5em .5em;
}

[class^="icon-color-"]:before, [class*=" icon-color-"]:before {
  content: " ";
  background-image: url(/template/Aoncash/public/images/ai-svg.svg);
  background-size: cover;
}

body {
  background-color: #000000;
}

.wrapper {
  background-color: #000000;
}

header, .popup-account .wrapper, .limit-header, .UM-header {
  background: linear-gradient(to bottom, #c80003 0%, #9c0003 100%);
  background: -webkit-linear-gradient(bottom, #9c0003 0%, #c80003 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80003', endColorstr='#9c0003', GradientType=0);
}

.main-menu a {
  font-size: 15px;
}

.main-menu li:hover > a, .main-menu li:hover > span > a {
  color: #ffdd00;
}

.main-menu .current {
  background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0);
  border-color: #6d0100;
  color: #b1441b;
}

.main-menu .current a, .main-menu .current:hover > a {
  color: #b1441b;
}

.main-menu .main-menu-sub {
  top: 28px;
  border-color: #111;
}

.main-menu .main-menu-sub li:hover a {
  color: #c80003;
}

.time {
  color: #858585;
  background-color: #ffffff;
  border-top-color: #6d0100;
}

.news-box {
  background-color: #ffffff;
  border-top-color: #6d0100;
}

.news-box .news {
  border-color: #d4d4d4;
}

.news-box .news .title {
  background-color: #d4d4d4;
}

.news-box .news a:hover {
  color: #c80003;
}

.news-box .news .marquee.is-click :hover {
  color: #c80003;
}

.bank a {
  text-decoration: none;
}

.bank a:hover {
  color: #FCB7B9;
}

.msg {
  color: #111111;
}

.login .btn-primary, .top-nav .btn-primary {
  color: #3f3f3f;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
}

.login .btn-primary:hover, .top-nav .btn-primary:hover {
  background: #ffffff;
}

.login .btn-secondary, .top-nav .btn-secondary {
  color: #000000;
  background-color: #ffdf0f;
}

.login .btn-secondary:hover, .top-nav .btn-secondary:hover {
  background: #ffe642;
}

.top-nav .dropdown.open .dropdown-toggle {
  background: #bcbcbc;
}

.wallet-footer .btn-primary {
  color: #ffffff;
  background: #c4484d;
}

.wallet-footer .btn-primary:hover {
  background: #d06f73;
}

.popup-signup .UdrDogTeamClass ul li a:hover {
  color: #d78285 !important;
}
