@font-face {
  font-family: 'dinpro';
  src: url("fonts/din-regular-webfont.eot");
  src: url("fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-regular-webfont.woff") format("woff"), url("fonts/din-regular-webfont.ttf") format("truetype"), url("fonts/din-regular-webfont.svg#dinprobold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal
}
@font-face {
  font-family: 'dinpro';
  src: url("fonts/din-medium-webfont.eot");
  src: url("fonts/din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-medium-webfont.woff") format("woff"), url("fonts/din-medium-webfont.ttf") format("truetype"), url("fonts/din-medium-webfont.svg#dinpro") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal
}
html, body {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5 {
  font-family: "dinpro"
}
p {
  font-size: 0.875rem;
  color: #bbb
}
.text-alt {
  color: #dab867
}
small, .small {
  font-size: 0.750rem
}
.primary-link {
  color: #2a8fbd
}
.primary-link:focus, .primary-link:hover {
  text-decoration: none;
  color: #216f93
}
.main-screen {
  background: #023144;
  position: relative;
  height: 100%
}
.download-app-box + .main-screen {
  height: calc(100% - 60px)
}
.screen {
  margin-left: -16px;
  margin-right: -16px
}
.body {
  width: 100%;
  overflow: auto;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
  -webkit-overflow-scrolling: touch
}

.container-extra-thin {
  padding-left: 4px;
  padding-right: 4px
}
.table-responsive {
  border: none
}
.canvas-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}
.sidebar-open .canvas-overlay {
  z-index: 5;
  visibility: visible;
  opacity: 1
}
.icon-ballon {
  position: relative
}
.icon-ballon:after {
  content: '*';
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-family: "dinpro";
  width: 15px;
  height: 15px;
  background-color: #fd1f33;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: -15px;
  position: absolute
}
@media all and (max-width: 320px) {
  .canvas.expanded {
    -webkit-transform: translate(290px, 0px) !important;
    -moz-transform: translate(290px, 0px) !important;
    transform: translate(290px, 0px) !important
  }
}
@media all and (min-width: 768px) {
  .break-sm {
    display: block
  }
}

.header {
  padding-left: 5px;
  padding-right: 5px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  height: 47px;
  width: 100%;
  background-color: #1f2021;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.095)
}
.header:before, .header:after {
  content: " ";
  display: table
}
.header:after {
  clear: both
}
.header .header-title {
  text-align: center;
  color: #d3dee3;
  font-family: "dinpro";
  font-size: 1.250rem;
  display: block;
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 47px;
  line-height: 47px;
  position: absolute
}
.header .header-title img {
  height: 35px;
}
.header .header-title.header-title-left {
  width: calc(100% - 145px);
  max-width: 100%;
  margin-left: 50px;
  margin-right: 0;
  text-align: left;
  overflow: hidden
}
.header .header-title .header-title-text {
  display: inline-block;
  white-space: nowrap;
  position: relative
}

.header.header-search {
  text-align: left;
  display: table;
  table-layout: fixed
}
.header.header-search .header-search-input, .header.header-search .header-button {
  float: none !important;
  display: table-cell;
  vertical-align: middle
}
.header.header-search .header-button {
  text-align: left;
  width: 45px !important;
  white-space: nowrap
}
.header.header-search .header-search-input {
  width: 100%
}
.header.header-search .header-search-input .form-control {
  color: #f2f2f2;
  border-color: #333;
  background-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}
.header.header-search .header-search-input .btn {
  color: #b3b3b3;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}
.header.header-search .header-search-input .btn span {
  font-size: 1.188rem
}
.side-nav {
  width: 100px;
  background-color: #030303
}
.side-nav.overflow-shown {
  width: 310px;
  overflow-y: auto
}
.side-nav.overflow-shown nav {
  width: 310px;
  overflow-y: auto
}
.side-nav-items {
  width: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #011f2b
}
.side-nav-items > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  display: block
}
.side-nav-items > li > a {
  font-family: "dinpro";
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #dab867;
  text-align: center;
  padding: 10px 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block
}
.side-nav-items > li > a .icon {
  color: #0dcaf0;
  font-size: 2.125rem;
  text-align: center;
  margin: 0 auto 4px;
  display: block
}
.side-nav-items > li:last-child {
  border-bottom: none
}
.side-nav-items > li > a:focus, .side-nav-items > li > a:hover, .side-nav-items > li.active {
  color: #fff;
  background-color: #2a8fbd
}
.side-nav-items > li > a:focus .icon, .side-nav-items > li > a:hover .icon, .side-nav-items > li.active .icon {
  color: #fff
}
.nav-category-items {
  width: 210px;
  padding: 2px;
  display: none;
  top: 0;
  left: 100px;
  bottom: 0;
  position: absolute
}
.nav-category-items h4 {
  color: #dab867;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700
}
.nav-category-items .row {
  margin-left: -1px;
  margin-right: -1px
}
.nav-category-items .row div[class^="col-"], .nav-category-items .row div[class*=" col-"] {
  padding-left: 1px;
  padding-right: 1px
}
.nav-category-items img {
  width: 100%
}
.nav-category-items div span, .nav-category-items div[class^="col-"] span, .nav-category-items > a span, .nav-category-items div[class*=" col-"] > a span {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #dab867;
  display: block;
  height: 30px
}
.nav-category-items div span label, .nav-category-items div[class^="col-"] span label, .nav-category-items > a span label, .nav-category-items div[class*=" col-"] > a span label {
  font-weight: normal
}
.nav-category-items div:focus > span, .nav-category-items div:hover > span, .nav-category-items div[class^="col-"]:focus > span, .nav-category-items div[class^="col-"]:hover > span, .nav-category-items > a:focus > span, .nav-category-items > a:hover > span, .nav-category-items div[class*=" col-"] > a:focus > span, .nav-category-items div[class*=" col-"] > a:hover > span {
  color: #fff
}
.nav-category-items div .nav-category-btns {
  padding-top: 20%;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: linear all 300ms;
  transition: linear all 300ms
}
.nav-category-items div:focus > .title, .nav-category-items div:hover > .title {
  color: #2a8fbd
}
.nav-category-items div:focus > img, .nav-category-items div:hover > img {
  opacity: 0.3
}
.nav-category-items div:focus > .nav-category-btns, .nav-category-items div:hover > .nav-category-btns {
  visibility: visible;
  opacity: 1
}
.nav-category-items.nav-category-items-shown {
  display: block
}
.side-submenu {
  list-style: none;
  padding: 0;
  margin: 0
}
.side-submenu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04)
}
.side-submenu li a {
  text-align: left;
  color: #d3dee3;
  padding: 10px 15px;
  background-color: transparent;
  text-transform: uppercase;
  display: block
}
.side-submenu li a span {
  font-size: 0.875rem;
  color: #d3dee3 !important
}
.side-submenu li a:active span, .side-submenu li a:focus span {
  color: #2a8fbd
}
@media all and (max-width: 320px) {
  .side-nav.overflow-shown {
    width: 290px
  }
  .side-nav.overflow-shown nav {
    width: 290px
  }
  .nav-category-items {
    width: 190px
  }
}
.step-indicator .step-box {
  text-align: center;
  opacity: 0.3;
  margin-bottom: 16px
}
.step-indicator .step-box h5 {
  font-size: 1rem;
  color: #bbb;
  width: 35px;
  height: 35px;
  border: 2px solid #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 5px;
  display: table
}
.step-indicator .step-box h5 span {
  display: table-cell;
  vertical-align: middle
}
.step-indicator .step-box p {
  color: #bbb;
  font-size: 0.750em;
  margin: 0
}
.step-indicator .step-box.current {
  opacity: 1
}
.step-indicator .step-box.done {
  opacity: 1
}
.step-indicator .step-box.done h5 {
  color: #fff;
  border: 2px solid #2a8fbd;
  background-color: #2a8fbd
}
.page-icon {
  margin-bottom: 30px
}
.page-icon .icon {
  font-size: 4rem;
  color: #fff
}
.info-box {
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px
}
.info-box .media-left .icon {
  font-size: 2rem;
  color: #2a8fbd
}

.announcement-popup {
  top: 47px;
  right: 0;
  z-index: 4;
  position: absolute
}
.announcement-popup.game-share {
  z-index: 1055;
  padding-right: 15px
}
.announcement-popup .well {
  max-width: 480px;
  border: none;
  padding: 15px;
  margin: 5px 10px 15px 10px;
  background-color: #2e2e2e;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  position: relative
}
.announcement-popup .well p {
  color: #c8c8c8;
  font-size: 0.750rem
}
.announcement-popup .well:before {
  content: '';
  top: -16px;
  right: 7px;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #2e2e2e;
  display: block
}
.jssocials-share-wechat .jssocials-share-link {
  background: #7bb32e
}
.jssocials-share-weibo .jssocials-share-link {
  background: #B84240
}
.jssocials-share-skype .jssocials-share-link {
  background: #00aff0
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2a8fbd;
  background: rgba(42, 143, 189, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: unset;
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 60px;
  z-index: 4
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
#return-to-top i:before {
  content: "\e91f"
}

.header .popover {
  background-color: #012736;
  border-color: #012736
}
.header .popover .arrow:after {
  border-bottom-color: #012736
}
.header .popover.bottom {
  margin-top: 14px
}
.header .popover .popover-content {
  color: #dab867;
  font-size: 12px
}
.footer {
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  overflow: visible;
  background-color: #262829;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.075)
}
.footer .btn-group {
  position: relative;
  height: 100%
}
.footer .btn-group .btn {
  padding: 0 5px;
  position: relative;
  height: 100%;
  background-color: transparent;
  border: none
}
.footer .btn-group .btn .icon {
  color: #2a8fbd;
  font-size: 1.813rem;
  margin-bottom: 2px;
  display: block
}
.footer .btn-group .btn .footer-label {
  color: #d3dee3;
  font-size: 0.630rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-transform: none
}
.footer .btn-group .btn.active, .footer .btn-group .btn:focus, .footer .btn-group .btn:hover {
  color: #fff
}
.footer .btn-group .btn.active .icon, .footer .btn-group .btn:focus .icon, .footer .btn-group .btn:hover .icon {
  color: #fff
}
.footer .btn-group .btn.active .footer-label, .footer .btn-group .btn:focus .footer-label, .footer .btn-group .btn:hover .footer-label {
  color: #fff
}
.footer .btn-group.btn-mid {
  text-align: center
}
.footer .btn-group.btn-mid .btn-round {
  background-color: #262829;
  border-radius: 100% !important;
  position: relative;
  margin-top: -15px;
  height: 150%;
  width: 100%;
  padding-top: 0px;
  float: none;
  top: -1px
}
.footer .btn-group.btn-mid .btn-round > .icon-deposit {
  font-size: 2.8rem;
  position: relative
}
@media (max-width: 320px) {
  .footer .btn-group .btn .footer-label {
    font-size: 0.625rem
  }
  .footer .btn-group.btn-mid .btn-round {
    height: 120%
  }
  .footer .btn-group.btn-mid .btn-round > .icon-deposit {
    font-size: 2.4rem;
    line-height: 46px
  }
}

.right-sidebar {
  background-color: #023144
}
.right-sidebar .popover {
  width: 75%;
  min-width: 150px
}
.right-sidebar .dropdown-menu {
  background-color: #1f2021;
  max-height: 200px;
  overflow: auto;
  padding: 0
}
.right-sidebar .dropdown-menu li {
  border-bottom: 1px solid #292a2c
}
.right-sidebar .dropdown-menu li > span, .right-sidebar .dropdown-menu li a {
  padding: 10px 6px;
  color: #d3dee3;
  font-family: "dinpro";
  display: block
}
.right-sidebar .dropdown-menu li > span:active, .right-sidebar .dropdown-menu li > span:focus, .right-sidebar .dropdown-menu li > span:hover, .right-sidebar .dropdown-menu li a:active, .right-sidebar .dropdown-menu li a:focus, .right-sidebar .dropdown-menu li a:hover {
  color: #fff;
  background-color: #2a8fbd
}
.right-sidebar .dropdown-menu li > span:active i[class^="icon-"], .right-sidebar .dropdown-menu li > span:active i[class*="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class^="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class*="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class^="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class*="icon-"], .right-sidebar .dropdown-menu li a:active i[class^="icon-"], .right-sidebar .dropdown-menu li a:active i[class*="icon-"], .right-sidebar .dropdown-menu li a:focus i[class^="icon-"], .right-sidebar .dropdown-menu li a:focus i[class*="icon-"], .right-sidebar .dropdown-menu li a:hover i[class^="icon-"], .right-sidebar .dropdown-menu li a:hover i[class*="icon-"] {
  color: #fff
}
.right-sidebar .dropdown-menu li > span i[class^="icon-"], .right-sidebar .dropdown-menu li > span i[class*="icon-"], .right-sidebar .dropdown-menu li a i[class^="icon-"], .right-sidebar .dropdown-menu li a i[class*="icon-"] {
  font-size: 1.5em;
  position: relative;
  top: 4px;
  margin-right: 4px
}
.right-sidebar .dropdown-menu li .switch {
  float: left
}
.right-sidebar .dropdown-menu li:last-of-type {
  border-bottom: none
}
.right-sidebar .dropdown-menu.dropdown-wallet {
  min-width: 230px
}
.right-sidebar .dropdown-menu.dropdown-wallet li a {
  font-size: 0.750rem;
  color: #dab867;
  display: table;
  width: 100%
}
.right-sidebar .dropdown-menu.dropdown-wallet li a span {
  text-align: left;
  display: table-cell;
  width: 1%
}
.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
  text-align: right;
  font-weight: 700;
  color: #d3dee3
}
.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
  color: #fff
}
.right-sidebar .dropdown-menu.dropdown-menu-right {
  text-align: right
}
.sidebar-avatar {
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1f2021
}
.sidebar-avatar .icon-ballon:after {
  top: -5px;
  right: -10px
}
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button, .sidebar-avatar-buttons div[class*="col-"] > a {
  color: #d3dee3;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding: 2px
}
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus, .sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover, .sidebar-avatar-buttons div[class*="col-"] > a:focus, .sidebar-avatar-buttons div[class*="col-"] > a:hover {
  color: #f2f5f7
}
.sidebar-avatar-buttons .dropdown-menu {
  top: 75%
}
.sidebar-avatar-buttons .dropdown-menu li {
  text-align: left
}
.sidebar-avatar-buttons .dropdown-menu li a {
  padding: 8px 6px 14px
}
.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"], .sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"] {
  color: #2a8fbd
}
.sidebar-avatar-user {
  text-align: center
}
.sidebar-avatar-user .sidebar-avatar-image {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
.sidebar-avatar-user .sidebar-avatar-image img {
  width: 100%
}
.sidebar-avatar-user h4 {
  margin-bottom: 0;
  font-size: 1rem
}
.sidebar-avatar-user p {
  color: #2a8fbd;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0
}
.sidebar-account {
  background-color: #022635
}
.sidebar-account .account-status {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-account .account-status > a > span[class^="icon-"], .sidebar-account .account-status > a > span[class*=" icon-"] {
  font-size: 1.75rem
}
.sidebar-account .popover .btn {
  font-size: 0.688rem
}
.sidebar-wallet {
  background-color: #022635
}
.sidebar-wallet .row > div[class^="col-"], .sidebar-wallet .row > div[class*="col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-wallet .row > div[class^="col-"]:last-of-type, .sidebar-wallet .row > div[class*="col-"]:last-of-type {
  border-right: none
}
.sidebar-wallet .sidebar-wallet-box {
  padding: 8px 16px;
  text-align: center;
  display: block
}
.sidebar-wallet .sidebar-wallet-box span {
  color: #dab867;
  font-family: "dinpro";
  text-align: left;
  font-size: 0.750rem;
  display: block;
  margin-bottom: 5px
}
.sidebar-wallet .sidebar-wallet-box span i {
  color: #d3dee3;
  float: right
}
.sidebar-wallet .sidebar-wallet-box h4 {
  color: #d3dee3;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0
}
.sidebar-wallet .sidebar-wallet-box p {
  color: #7b7b7b;
  font-size: 0.688rem;
  margin-bottom: 0
}
.sidebar-wallet .dropdown-menu {
  top: 37%;
  left: 9px
}
.sidebar-forms > div {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-forms > div:last-of-type {
  border-bottom: none
}
.sidebar-forms h5 {
  font-size: 0.750rem;
  color: #2a8fbd;
  margin-top: 0;
  margin-bottom: 5px
}
.sidebar-forms i[class^="icon-"], .sidebar-forms i[class*="icon-"] {
  display: inline-block
}
.sidebar-forms .icon-swap {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 2px
}
.sidebar-forms .row {
  margin-bottom: 10px
}
.sidebar-forms .form-control {
  padding: 8px 0;
  font-size: 0.750em;
  height: 30px
}
.sidebar-forms form .btn {
  padding: 0px 14px;
  font-size: 1.2rem
}
.sidebar-forms .dropdown-menu {
  left: -7px
}
.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu, .sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu {
  text-align: right;
  left: auto;
  right: -7px
}
.sidebar-forms .dropdown-select button {
  width: 100%;
  padding: 5px 0 6px;
  text-align: left;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #476370;
  font-size: 0.750rem
}
.sidebar-forms .dropdown-select button b {
  font-weight: normal
}
.sidebar-forms .dropdown-select button:focus {
  border-color: #2a8fbd;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0px 0 #2a8fbd;
  box-shadow: 0 1px 0px 0 #2a8fbd
}
.sidebar-forms .dropdown-select .caret {
  border-top-color: #86959B;
  float: right;
  margin-top: 7px
}
.right-sidebar-maintenance {
  text-align: center;
  margin: 30px 0
}
.right-sidebar-maintenance i[class^="icon-"], .right-sidebar-maintenance i[class*=" icon-"] {
  color: #d3dee3;
  font-size: 3rem;
  margin-bottom: 10px
}
.right-sidebar-maintenance h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #dab867
}
@media all and (min-width: 375px) {
  .right-sidebar {
    width: 300px
  }
  .right-sidebar .popover {
    width: 80%;
    min-width: 200px
  }
  .dropdown-menu-wallet {
    min-width: 265px
  }
  .sidebar-wallet .sidebar-wallet-box h4 {
    font-size: 1rem
  }
}
@media all and (min-width: 768px) {
  .right-sidebar {
    width: 340px
  }
  .dropdown-menu-wallet {
    min-width: 275px
  }
}
.sidebar-wrapper {
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1050;
  background-color: #023144
}
.sidebar-wrapper .socialmedia-holder {
  padding: 12px 16px
}
.sidebar-wrapper .socialmedia-holder ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.sidebar-wrapper .socialmedia-holder ul li {
  display: inline-block;
  width: 46px;
  margin: 0 10px;
  margin-bottom: 15px
}
.sidebar-wrapper .socialmedia-holder ul li:nth-child(4), .sidebar-wrapper .socialmedia-holder ul li:last-child {
  margin-right: 0
}
.sidebar-wrapper .socialmedia-holder ul li a p {
  color: #666;
  font-size: 12px;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 0
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
  display: block;
  margin: auto;
  margin-bottom: 10px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
  background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
  width: 32px;
  height: 28px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
  background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
  width: 28px;
  height: 28px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
  background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
  width: 32px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
  background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
  width: 29px;
  height: 32px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
  background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
  width: 26px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
  background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
  width: 26px;
  height: 20px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
  background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
  width: 26px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
  background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
  width: 30px;
  height: 25px
}
.home-sections {
  border-bottom: 10px solid #022635;
  padding-top: 15px;
  padding-bottom: 15px
}
.home-sections .home-section-title {
  margin-bottom: 15px
}
.home-sections .home-section-title h2 {
  font-size: 1.125rem;
  color: #dab867;
  margin-top: 0;
  margin-bottom: 0
}
.home-sections .home-section-title h2 span {
  color: #d3dee3
}
.home-sections .home-section-title a {
  font-size: 1.375rem;
  padding: 0 10px
}
.home-bets {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px
}
.home-bets li {
  border-bottom: 1px solid #023c53
}
.home-bets li a {
  padding: 15px 0;
  display: block
}
.home-bets li:first-child {
  border-top: 1px solid #023c53
}
.home-bets h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.home-bets h3 i {
  color: #7698a8;
  margin-right: 5px;
  font-size: 1.429em;
  top: 4px;
  position: relative
}
.home-bets h3 span {
  font-size: 0.857em;
  font-weight: 400;
  color: #d3dee3
}
.home-bets p {
  color: #2a8fbd;
  font-weight: 700;
  font-size: 0.750rem;
  margin-top: 5px;
  margin-bottom: 0
}
.home-bets p i {
  color: #d3dee3
}
.right-sidebar {
  background-color: #023144
}
.right-sidebar .popover {
  width: 75%;
  min-width: 150px
}
.right-sidebar .dropdown-menu {
  background-color: #1f2021;
  max-height: 200px;
  overflow: auto;
  padding: 0
}
.right-sidebar .dropdown-menu li {
  border-bottom: 1px solid #292a2c
}
.right-sidebar .dropdown-menu li > span, .right-sidebar .dropdown-menu li a {
  padding: 10px 6px;
  color: #d3dee3;
  font-family: "dinpro";
  display: block
}
.right-sidebar .dropdown-menu li > span:active, .right-sidebar .dropdown-menu li > span:focus, .right-sidebar .dropdown-menu li > span:hover, .right-sidebar .dropdown-menu li a:active, .right-sidebar .dropdown-menu li a:focus, .right-sidebar .dropdown-menu li a:hover {
  color: #fff;
  background-color: #2a8fbd
}
.right-sidebar .dropdown-menu li > span:active i[class^="icon-"], .right-sidebar .dropdown-menu li > span:active i[class*="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class^="icon-"], .right-sidebar .dropdown-menu li > span:focus i[class*="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class^="icon-"], .right-sidebar .dropdown-menu li > span:hover i[class*="icon-"], .right-sidebar .dropdown-menu li a:active i[class^="icon-"], .right-sidebar .dropdown-menu li a:active i[class*="icon-"], .right-sidebar .dropdown-menu li a:focus i[class^="icon-"], .right-sidebar .dropdown-menu li a:focus i[class*="icon-"], .right-sidebar .dropdown-menu li a:hover i[class^="icon-"], .right-sidebar .dropdown-menu li a:hover i[class*="icon-"] {
  color: #fff
}
.right-sidebar .dropdown-menu li > span i[class^="icon-"], .right-sidebar .dropdown-menu li > span i[class*="icon-"], .right-sidebar .dropdown-menu li a i[class^="icon-"], .right-sidebar .dropdown-menu li a i[class*="icon-"] {
  font-size: 1.5em;
  position: relative;
  top: 4px;
  margin-right: 4px
}
.right-sidebar .dropdown-menu li .switch {
  float: left
}
.right-sidebar .dropdown-menu li:last-of-type {
  border-bottom: none
}
.right-sidebar .dropdown-menu.dropdown-wallet {
  min-width: 230px
}
.right-sidebar .dropdown-menu.dropdown-wallet li a {
  font-size: 0.750rem;
  color: #dab867;
  display: table;
  width: 100%
}
.right-sidebar .dropdown-menu.dropdown-wallet li a span {
  text-align: left;
  display: table-cell;
  width: 1%
}
.right-sidebar .dropdown-menu.dropdown-wallet li a .dropdown-wallet-value {
  text-align: right;
  font-weight: 700;
  color: #d3dee3
}
.right-sidebar .dropdown-menu.dropdown-wallet li a:active > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:focus > span, .right-sidebar .dropdown-menu.dropdown-wallet li a:hover > span {
  color: #fff
}
.right-sidebar .dropdown-menu.dropdown-menu-right {
  text-align: right
}
.sidebar-avatar {
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1f2021
}
.sidebar-avatar .icon-ballon:after {
  top: -5px;
  right: -10px
}
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button, .sidebar-avatar-buttons div[class*="col-"] > a {
  color: #d3dee3;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding: 2px
}
.sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:focus, .sidebar-avatar-buttons div[class*="col-"] > .dropdown > button:hover, .sidebar-avatar-buttons div[class*="col-"] > a:focus, .sidebar-avatar-buttons div[class*="col-"] > a:hover {
  color: #f2f5f7
}
.sidebar-avatar-buttons .dropdown-menu {
  top: 75%
}
.sidebar-avatar-buttons .dropdown-menu li {
  text-align: left
}
.sidebar-avatar-buttons .dropdown-menu li a {
  padding: 8px 6px 14px
}
.sidebar-avatar-buttons .dropdown-menu li a i[class^="icon-"], .sidebar-avatar-buttons .dropdown-menu li a i[class*="icon-"] {
  color: #2a8fbd
}
.sidebar-avatar-user {
  text-align: center
}
.sidebar-avatar-user .sidebar-avatar-image {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
.sidebar-avatar-user .sidebar-avatar-image img {
  width: 100%
}
.sidebar-avatar-user h4 {
  margin-bottom: 0;
  font-size: 1rem
}
.sidebar-avatar-user p {
  color: #2a8fbd;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0
}
.sidebar-account {
  background-color: #022635
}
.sidebar-account .account-status {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-account .account-status > a > span[class^="icon-"], .sidebar-account .account-status > a > span[class*=" icon-"] {
  font-size: 1.75rem
}
.sidebar-account .popover .btn {
  font-size: 0.688rem
}
.sidebar-wallet {
  background-color: #022635
}
.sidebar-wallet .row > div[class^="col-"], .sidebar-wallet .row > div[class*="col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-wallet .row > div[class^="col-"]:last-of-type, .sidebar-wallet .row > div[class*="col-"]:last-of-type {
  border-right: none
}
.sidebar-wallet .sidebar-wallet-box {
  padding: 8px 16px;
  text-align: center;
  display: block
}
.sidebar-wallet .sidebar-wallet-box span {
  color: #dab867;
  font-family: "dinpro";
  text-align: left;
  font-size: 0.750rem;
  display: block;
  margin-bottom: 5px
}
.sidebar-wallet .sidebar-wallet-box span i {
  color: #d3dee3;
  float: right
}
.sidebar-wallet .sidebar-wallet-box h4 {
  color: #d3dee3;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0
}
.sidebar-wallet .sidebar-wallet-box p {
  color: #7b7b7b;
  font-size: 0.688rem;
  margin-bottom: 0
}
.sidebar-wallet .dropdown-menu {
  top: 37%;
  left: 9px
}
.sidebar-forms > div {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}
.sidebar-forms > div:last-of-type {
  border-bottom: none
}
.sidebar-forms h5 {
  font-size: 0.750rem;
  color: #2a8fbd;
  margin-top: 0;
  margin-bottom: 5px
}
.sidebar-forms i[class^="icon-"], .sidebar-forms i[class*="icon-"] {
  display: inline-block
}
.sidebar-forms .icon-swap {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 2px
}
.sidebar-forms .row {
  margin-bottom: 10px
}
.sidebar-forms .form-control {
  padding: 8px 0;
  font-size: 0.750em;
  height: 30px
}
.sidebar-forms form .btn {
  padding: 0px 14px;
  font-size: 1.2rem
}
.sidebar-forms .dropdown-menu {
  left: -7px
}
.sidebar-forms div[class^="col-"]:nth-child(even) .dropdown-menu, .sidebar-forms div[class*="col-"]:nth-child(even) .dropdown-menu {
  text-align: right;
  left: auto;
  right: -7px
}
.sidebar-forms .dropdown-select button {
  width: 100%;
  padding: 5px 0 6px;
  text-align: left;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #476370;
  font-size: 0.750rem
}
.sidebar-forms .dropdown-select button b {
  font-weight: normal
}
.sidebar-forms .dropdown-select button:focus {
  border-color: #2a8fbd;
  outline: 0 none;
  -webkit-box-shadow: 0 1px 0px 0 #2a8fbd;
  box-shadow: 0 1px 0px 0 #2a8fbd
}
.sidebar-forms .dropdown-select .caret {
  border-top-color: #86959B;
  float: right;
  margin-top: 7px
}
.right-sidebar-maintenance {
  text-align: center;
  margin: 30px 0
}
.right-sidebar-maintenance i[class^="icon-"], .right-sidebar-maintenance i[class*=" icon-"] {
  color: #d3dee3;
  font-size: 3rem;
  margin-bottom: 10px
}
.right-sidebar-maintenance h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #dab867
}
@media all and (min-width: 375px) {
  .right-sidebar {
    width: 300px
  }
  .right-sidebar .popover {
    width: 80%;
    min-width: 200px
  }
  .dropdown-menu-wallet {
    min-width: 265px
  }
  .sidebar-wallet .sidebar-wallet-box h4 {
    font-size: 1rem
  }
}
@media all and (min-width: 768px) {
  .right-sidebar {
    width: 340px
  }
  .dropdown-menu-wallet {
    min-width: 275px
  }
}
.sidebar-wrapper {
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1050;
  background-color: #023144
}
.sidebar-wrapper .socialmedia-holder {
  padding: 12px 16px
}
.sidebar-wrapper .socialmedia-holder ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.sidebar-wrapper .socialmedia-holder ul li {
  display: inline-block;
  width: 46px;
  margin: 0 10px;
  margin-bottom: 15px
}
.sidebar-wrapper .socialmedia-holder ul li:nth-child(4), .sidebar-wrapper .socialmedia-holder ul li:last-child {
  margin-right: 0
}
.sidebar-wrapper .socialmedia-holder ul li a p {
  color: #666;
  font-size: 12px;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 0
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-socialmedia {
  display: block;
  margin: auto;
  margin-bottom: 10px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-tencent {
  background: url(../images/socialmedia-sprite.png) no-repeat -1px 0;
  width: 32px;
  height: 28px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-renren {
  background: url(../images/socialmedia-sprite.png) no-repeat -43px 0;
  width: 28px;
  height: 28px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-weibo {
  background: url(../images/socialmedia-sprite.png) no-repeat -81px 0;
  width: 32px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-baidu {
  background: url(../images/socialmedia-sprite.png) no-repeat -123px 0;
  width: 29px;
  height: 32px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-instagram {
  background: url(../images/socialmedia-sprite.png) no-repeat -162px 0;
  width: 26px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-youtube {
  background: url(../images/socialmedia-sprite.png) no-repeat -198px 0;
  width: 26px;
  height: 20px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-facebook {
  background: url(../images/socialmedia-sprite.png) no-repeat -234px 0;
  width: 26px;
  height: 26px
}
.sidebar-wrapper .socialmedia-holder ul li a .icon-wechat {
  background: url(../images/socialmedia-sprite.png) no-repeat -270px 0;
  width: 30px;
  height: 25px
}
.switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 14px;
  margin-top: 4px;
  margin-left: 4px
}
.switch input {
  display: none
}
.switch input:checked + .switch-slider {
  background-color: #fff
}
.switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3
}
.switch input:checked + .switch-slider:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px)
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01374d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px
}
.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: -4px;
  bottom: -4px;
  background-color: #2a8fbd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s
}
.login {
  position: relative;
  display: table;
  width: 100%;
  height: 100%
}
.login-container {
  vertical-align: middle;
  display: table-cell
}
.login-box {
  width: 100%;
  padding: 15px;
  max-width: 480px;
  margin: 0 auto
}
.login-box .login-logo {
  max-width: 150px;
}
.login-box .imgCaptcha {
  margin-bottom: 10px
}
.login-forgot {
  margin-bottom: 30px
}
.login-forgot a {
  font-size: 0.875rem
}
.login-register {
  margin-bottom: 30px
}
.login-register p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto
}
.captcha-div > div {
  padding-left: 0
}
@media all and (min-width: 480px) {
  .login-box .login-logo {
    padding-top: 0;
    margin-bottom: 15%
  }
  .login-register p {
    max-width: 80%
  }
}
.login-vip {
  background-color: #1e1e1e
}
.login-vip .login-box {
  padding: 15px 30px
}
.login-vip .login-form {
  border-top: 5px solid #ffc500;
  background-color: #1f1f1f;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5)
}
.login-vip .login-form h2 {
  color: #fff;
  letter-spacing: -0.5px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px
}
.login-vip .form-control {
  font-family: "dinpro";
  color: #1f1f1f;
  padding: 10px;
  background-color: #faffbd;
  border-color: #faffbd
}
.login-vip .form-control:focus {
  border: #faffbd;
  -webkit-box-shadow: none;
  box-shadow: none
}
.login-vip .has-error .form-control {
  border: 1px solid #fd1f33;
  -webkit-box-shadow: none;
  box-shadow: none
}
.login-vip .input-group-addon {
  background-color: #18191e;
  border: 1px solid #18191e;
  font-size: 1.5rem;
  padding: 6px 5px
}
.login-vip .login-forgot {
  margin-bottom: 15px
}
.login-vip .login-note p {
  color: #fff;
  font-family: "dinpro";
  font-size: 0.875rem
}
.login-palazzo {
  background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover
}
.login-palazzo .login-form {
  border: 1px solid #827e7b;
  background-color: rgba(46, 46, 46, 0.95);
  padding: 15px
}
.login-palazzo .palazzo-prefix {
  font-size: 0.750rem;
  color: #2a8fbd;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 4px
}
.login-palazzo .form-group {
  vertical-align: middle
}
.login-palazzo .form-group label {
  font-family: "dinpro";
  font-weight: normal;
  font-size: 0.750rem;
  margin-top: 6px;
  margin-bottom: 0
}
.login-palazzo .form-control {
  height: 35px;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #555
}
.login-palazzo .form-control:focus {
  border: 1px solid #555;
  -webkit-box-shadow: none;
  box-shadow: none
}
.login-palazzo .has-error .form-control {
  border: 1px solid #fd1f33;
  -webkit-box-shadow: none;
  box-shadow: none
}
.login-palazzo .login-forgot, .login-palazzo .login-note {
  font-family: "dinpro"
}
@media all and (min-width: 480px) {
  .login-palazzo .palazzo-prefix {
    font-size: 0.875rem
  }
  .login-palazzo .form-group label {
    font-size: 0.875rem
  }
}
@media all and (min-width: 480px) {
  .login-palazzo .login-form {
    padding: 30px
  }
}
@media all and (min-width: 768px) {
  .login-palazzo {
    background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
  }
  .login-palazzo .login-form {
    background-color: rgba(46, 46, 46, 0.75)
  }
}
@media all and (orientation: landscape) {
  .login-palazzo {
    background: #1f1f1f url("/_Static/Images/ptlogin/W88-Club-Palazzo-Login-Mobile.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
  }
  .login-palazzo .login-form {
    background-color: rgba(46, 46, 46, 0.75)
  }
}
.home-banner {
  background-color: #011f2b;
  overflow: hidden
}
.home-banner a {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0
}
.home-banner .badge-new {
  max-width: 55px;
  top: 0;
  right: 5%;
  position: absolute
}
.home-banner .badge-new img {
  width: 100%;
  margin: auto
}
.home-banner img {
  max-width: 100%;
  display: block
}
.home-banner .slick-dots {
  height: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.075)
}
.home-banner .slick-dots li {
  margin: 0 4px;
  display: inline-block
}
.home-banner .slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d3dee3;
  opacity: 0.9
}
.home-banner .slick-dots li.slick-active button {
  background-color: #2a8fbd
}
.home-banner-text {
  width: 100%;
  padding: 15px 15px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 -150px 100px -80px rgba(0, 0, 0, 0.8)
}
.home-banner-text h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 2px 10px #000
}
.home-banner-text p {
  color: #d3dee3;
  text-shadow: 0 2px 10px #000
}
.home-footer {
  padding: 30px;
  text-align: center
}
.home-footer .home-footer-gpi {
  margin: 0 auto 15px
}
.home-footer .home-footer-gpi img {
  width: 100%;
  height: auto;
	max-width: 150px;
}
.home-footer p {
  color: #bbb;
  font-size: 10px
}
.slick-slider .slick-slide {
  display: none
}
.slick-slider .slick-slide:first-child {
  display: block
}
.slick-initialized.slick-slider .slick-slide, .slick-initialized.slick-slider .slick-slide:first-child {
  display: block
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2a8fbd;
  background: rgba(42, 143, 189, 0.7);
  width: 50px;
  height: 50px;
  z-index: 900;
  color: transparent;
  opacity: 0.5;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.back-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 10px;
  top: 10px;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  background: #2a8fbd
}
.back-to-top:hover span {
  color: #fff;
  top: 5px
}
.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible
}
.worldcup-modal {
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  top: 47px;
  position: absolute;
  display: block
}
.modal-body-cup {
  padding: 0
}
.announcement-slide {
  padding: 10px 0;
  margin-left: 30px;
  position: relative
}
.announcement-slide .megaphone {
  color: #2a8fbd;
  font-family: 'icomoon' !important;
  font-size: 1.50rem;
  content: '\e936';
  top: 3px;
  left: -30px;
  position: absolute
}
.announcement-slide .megaphone .indicator {
  position: absolute;
  top: 0px;
  left: -5px
}
.announcement-slide:after {
  font-size: 14px;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -30px
}
.announcement-slide-box {
  height: 25px;
  overflow: hidden;
  clear: both;
  white-space: nowrap
}
.announcement-slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
  width: auto;
  color: #d3dee3;
  font-size: 0.750rem;
}
.dash-widgets .module:last-of-type {
  border-bottom: 4px solid #022635 !important
}
.module, .main-screen-xmas-bg .module, .main-screen-slot-bg .module {
  padding: 4px 0;
  border-bottom: 4px solid #022635;
  border-top: 4px solid #022635
}
.module:last-of-type {
  border-bottom-width: 0
}
.module ~ .module, .main-screen-xmas-bg .module ~ .module, .main-screen-slot-bg .module ~ .module {
  border-top: 0
}
.module .sponsors .sponsors-list {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table
}
.module .sponsors .sponsors-list .sponsors-item {
  text-align: center;
  display: table-cell
}
.module .sponsors .sponsors-list .sponsors-item img {
  height: 80px;
  margin-top: 15px;
  margin-bottom: 15px
}
.module .sponsors .sponsors-list .sponsors-item img[src^="Wolverhampton"], .module .sponsors .sponsors-list .sponsors-item img[src*="Wolverhampton"] {
  height: 110px;
  margin-top: 0;
  margin-bottom: 0
}
.module .sponsors .sponsors-list .sponsors-item .media-title {
  color: #dab867;
  margin-top: 0;
  vertical-align: text-top
}
.module-header {
  max-width: 1024px;
  margin: 0 auto 1px;
  padding: 0 15px
}
.module-header .media-heading {
  color: #dab867;
  margin-top: 0;
  font-size: 1.125rem
}
.module-header .btn {
  padding: 0;
  line-height: 1;
  border-width: 0
}
.module-header.module-header-row {
  padding: 0
}
.module-header.module-header-row .media-heading {
  height: 44px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0
}
.page-shortcut-icons-wrapper {
  width: 100%;
  padding: 0px 15px 0
}
.page-shortcut-icons-wrapper .shortcut-icons {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 0%;
  margin-bottom: 0
}
.page-shortcut-icons-wrapper .shortcut-icons:before, .page-shortcut-icons-wrapper .shortcut-icons:after {
  content: '';
  display: table;
  clear: both
}
.page-shortcut-icons-wrapper .shortcut-icons.second-row {
  margin-bottom: 0
}
.page-shortcut-icons-wrapper .shortcut-icons .shortcut-separator-line {
  width: 345px;
  height: 1px;
  background-color: #01374d;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block
}
.page-shortcut-icons-wrapper .shortcut-icons li {
  width: 25%;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0
}
.page-shortcut-icons-wrapper .shortcut-icons li:last-child {
  padding-right: 0
}
.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder {
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  white-space: nowrap
}
.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .icomoon {
  width: 35px;
  height: 35px;
  border-radius: 24px;
  line-height: 35px;
  color: inherit;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  white-space: nowrap
}
.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .icomoon .indicator-new {
  position: absolute
}
.page-shortcut-icons-wrapper .shortcut-icons li .icon-holder .label {
  font-family: "dinpro";
  color: #d3dee3;
  font-size: 0.75rem;
  line-height: 1.2385;
  text-align: center;
  margin: 0
}
.page-shortcut-icons-wrapper .shortcut-icons .icomoon {
  font-size: 2.2rem;
  vertical-align: middle;
  color: #fff
}
.swipe-box {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden
}
.swipe-box-promotions {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 140px
}
.swipe-box-promotions .css-loader-center {
  margin: auto
}
.swipe-box-events {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden
}
.swipe-box-events .css-loader-center {
  margin: auto
}
.swipe-list {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap
}
.swipe-list li {
  vertical-align: top;
  margin-right: 6px;
  display: inline-block
}
.swipe-list li:first-child {
  margin-left: 15px
}
.swipe-list li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
  background-color: #03435d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}
.swipe-list li a img {
  width: 100%
}
.swipe-list li h5 {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal
}
.swipe-list li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb
}
.swipe-list.swipe-list-slots li {
  width: 130px
}
.swipe-list.swipe-list-slots li a {
  height: auto;
  max-width: 130px
}
.swipe-list.swipe-list-slots h5 {
  max-width: 130px
}
.swipe-list.swipe-list-contact li {
  width: 130px !important
}
.swipe-list.swipe-list-contact li a {
  max-width: 130px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none
}
.swipe-list.swipe-list-contact li .icon {
  color: #2a8fbd;
  font-size: 2.5rem;
  display: block
}
.swipe-list.swipe-list-contact h5 {
  vertical-align: middle;
  text-align: center;
	margin: 0 auto;
	display: block;
}
.swipe-list.swipe-list-casino li {
  width: 104px
}
.swipe-list.swipe-list-casino li a {
  max-width: 104px;
  height: 116px
}
.swipe-list.swipe-list-casino h5 {
  max-width: 104px
}
.swipe-list.swipe-list-promos li a {
  max-width: 256px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: none;
  background-image: url("/_static/images/promo-default.png")
}
.swipe-list.swipe-list-promos h5 {
  font-size: 0.875rem;
  max-width: 256px;
  margin-bottom: 0
}
.swipe-list.swipe-list-events li a {
  max-width: 256px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: none;
  background-image: url("/_static/images/promo-default.png")
}
.swipe-list.swipe-list-events h5 {
  font-size: 0.875rem;
  max-width: 256px;
  margin-bottom: 0
}
.swipe-list.swipe-list-sportsbook.home-banner {
  background-color: transparent
}
.swipe-list.swipe-list-sportsbook li.event-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
  border-radius: 10px
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match {
  width: 100%;
  position: absolute;
  z-index: 100;
  display: table;
  left: 0
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder {
  display: table-cell;
  vertical-align: middle
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
  color: #ffc500;
  font-size: 24px;
  line-height: 14px;
  display: block
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
  font-size: 9vw
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
  font-size: 25px;
  font-size: 8vw
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
  font-size: 20px;
  font-size: 7vw
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
  font-size: 15px;
  font-size: 6vw
}
.swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
  font-size: 10px;
  font-size: 5vw
}
@media only screen and (min-width: 768px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 60px;
    font-size: 8vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
    font-size: 50px;
    font-size: 6vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
    font-size: 40px;
    font-size: 5vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
    font-size: 30px;
    font-size: 4vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
    font-size: 30px;
    font-size: 3vw
  }
}
@media only screen and (min-width: 1200px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 80px;
    font-size: 6vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
    font-size: 60px;
    font-size: 5vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
    font-size: 50px;
    font-size: 4vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
    font-size: 40px;
    font-size: 3vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
    font-size: 30px;
    font-size: 2vw
  }
}
@media only screen and (min-width: 1600px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b {
    font-size: 90px;
    font-size: 5vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-1 {
    font-size: 70px;
    font-size: 4vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-2 {
    font-size: 60px;
    font-size: 3vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-3 {
    font-size: 50px;
    font-size: 2vw
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p b.participant-4 {
    font-size: 40px;
    font-size: 1vw
  }
}
.swipe-list.swipe-list-sportsbook li.event-item img {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}
.swipe-list.swipe-list-sportsbook li.event-item .cd-box {
  background: #1c6080;
  width: 55%;
  height: 46px;
  float: left;
  text-align: center
}
.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4 {
  height: 46px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0
}
.swipe-list.swipe-list-sportsbook li.event-item .cd-box .col-xs-4:last-child {
  border: 0
}
.swipe-list.swipe-list-sportsbook li.event-item .cd-box big {
  font-size: 18px;
  font-weight: 700;
  color: #2a8fbd
}
.swipe-list.swipe-list-sportsbook li.event-item .cd-box p {
  color: #fff;
  text-transform: uppercase
}
.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
  width: 42%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  float: right
}
.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet span {
  font-size: 9px;
  opacity: .3;
  display: block;
  font-weight: 400
}
.swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet.full {
  width: 100%
}
.swipe-list.swipe-list-sportsbook .container > .row {
  margin-bottom: 20px
}
.swipe-list.swipe-list-sportsbook .slick-dots {
  height: 24px
}
@media (min-width: 321px) {
  .swipe-list.swipe-list-sportsbook li.event-item .team-match {
    width: 100%;
    height: 125px
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
    font-size: 34px
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
    font-size: 28px;
    line-height: 24px
  }
}
@media (min-width: 768px) {
  .swipe-list.swipe-list-sportsbook li.event-item {
    width: 100%
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match {
    width: 100%;
    height: 268px
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p {
    font-size: 72px
  }
  .swipe-list.swipe-list-sportsbook li.event-item .team-match .tm-holder p span {
    font-size: 58px;
    line-height: 54px
  }
  .swipe-list.swipe-list-sportsbook li.event-item .btn-sportsbet {
    margin-right: 15px
  }
}
.swipe-list.swipe-list-lg li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  padding-bottom: 0
}
.swipe-list.swipe-list-md li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding-bottom: 0
}
.swipe-list.swipe-list-premierleague.home-banner {
  background-color: transparent
}
.swipe-list.swipe-list-premierleague li.event-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
  width: 100%
}
.swipe-list.swipe-list-premierleague li.event-item .container {
  margin-top: 5px;
  height: 220px
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up {
  text-align: center;
  margin-bottom: 10px
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .logo {
  text-align: left
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .logo img {
  height: 48px
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .vs span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .name {
  padding-top: 10px
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .name span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .box {
  border-radius: 8%;
  margin-top: 5px
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .high {
  background-color: #ffd2d2;
  border: 5px solid #ffd2d2;
  color: #db0007
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds .low {
  background-color: #d2dfff;
  border: 5px solid #d2dfff;
  color: #274488
}
.swipe-list.swipe-list-premierleague li.event-item .container .match-up .odds span {
  font-size: 16px;
  font-weight: bold
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box {
  background-color: #022635
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 55%;
  height: 46px;
  float: left;
  text-align: center
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box .col-xs-4 {
  height: 46px;
  padding: 0
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box .col-xs-4:last-child {
  border: 0
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box big {
  font-size: 18px;
  font-weight: 700;
  color: #2a8fbd
}
.swipe-list.swipe-list-premierleague li.event-item .cd-timer-box .cd-box p {
  color: #787e81;
  text-transform: uppercase
}
.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet {
  width: 40%;
  font-weight: 700;
  float: right;
  margin-top: 10px;
  margin-right: 10px
}
.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet span {
  font-size: 9px;
  opacity: .3;
  display: block;
  font-weight: 400
}
.swipe-list.swipe-list-premierleague li.event-item .btn-sportsbet.full {
  width: 100%
}
.swipe-list.swipe-list-premierleague li.event-item .slick-dots {
  height: 24px
}
.swipe-list-promotions {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap
}
.swipe-list-promotions li {
  vertical-align: top;
  margin-right: 35px;
  display: inline-block
}
.swipe-list-promotions li:first-child {
  margin-left: 15px
}
.swipe-list-promotions li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px
}
.swipe-list-promotions li a img {
  width: 100%
}
.swipe-list-promotions li h5 {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal
}
.swipe-list-promotions li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb
}
.swipe-list-events {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  overflow: auto;
  white-space: nowrap
}
.swipe-list-events li {
  vertical-align: top;
  margin-right: 15px;
  display: inline-block
}
.swipe-list-events li:first-child {
  margin-left: 15px
}
.swipe-list-events li a {
  overflow: hidden;
  display: block;
  margin-bottom: 8px
}
.swipe-list-events li a img {
  width: 100%
}
.swipe-list-events li h5 {
  font-size: 0.75rem;
  color: #d3dee3;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal
}
.swipe-list-events li p {
  margin-bottom: 0;
  font-size: 0.688rem;
  color: #95afbb
}
.swipe-list-events .launch-list {
  margin-right: 5px;
  margin-left: 5px !important
}
.btn-toggle {
  background-color: rgba(42, 143, 189, 0.1);
  width: 100%;
  padding: 4px 15px;
  font-size: .600rem;
  position: relative;
  bottom: -4px
}
.btn-toggle:hover, .btn-toggle:focus {
  background-color: #2a8fbd
}
.bannerjackpot{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.jackpot-number{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}
.jackpot-number span{
	font-size: 1.2rem;
	font-weight: 900;
}
.m-nav-title, .title-navgame, .title-nave2{
	color: #0dcaf0;
}
.nav-category a span, .menu-mobile ul li span{
	color: #0dcaf0;
}
.nav-category-items{
	padding: 0 5px;
}
.nav-img a img{
	width: 100%;
}
.icon-nav-mobile{
	width: 34px;
	height: 34px;
	display: block;
}
.icon-rooster{
	background: url("../images/mobile/nav/cocks.png") no-repeat;
}
.icon-cocks{
	width: 34px;
	height: 34px;
	background: url("../images/mobile/cocks.png") no-repeat;
	display: block;
}
.league{
	width: 100%;
	max-width: 310px;
	height: auto;
	text-align: center;
	margin: 5px;
	border: 1px solid #0e4359;
	border-radius: 10px;
	padding: 10px 5px;
	flex: 1;
	display: inline-block;
}
.odds{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
	border-radius: 25px;
	background: #1d323f;
	overflow: hidden;
	display: flex;
}
.odds span{
	padding: 5px 10px;
	color: #ff8884;
	font-size: 0.8rem;
}
.odds span.poin{
	background: #143f59;
}

.dat-time-matches p{
	font-size: 0.8rem;
	color: #ffffff;
}
.dat-time-matches p.date-matches{
	font-weight: 600;
}
.btn-block{
	width: 100%;
}
ul.swipe-list li a p{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 0.8rem;
	color: #ffffff;
}
.contact-item h5{
	text-align: center;
}
.topright {
  width: 100%;
    float: left;
    cursor: pointer;
    font-size: 28px;
    padding-left: 10px;
    background: #003a54;
    line-height: 30px;
    color: #0dcaf0;
}
.pc-block{
	display: none;
}
.m-block{
	display: block;
}
.logo-pc a img{
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 5px 0;
	text-align: left;
}
.datetime-pc{
	padding: 2px 0;
}
.datetime-pc span{
	display: inline-block;
	color: #bebebe;
}
.bg-menu-pc{
	width: 100%;
	height: auto;
	background: #2a8fbd;
	display: block;
}
.wrapper{
	font-family: dinpro, Open Sans, Helvetica, Arial, sans-serif;
}
.nav-pc ul{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.nav-pc ul li{
	flex: 1;
	padding: 10px 0;
}
.nav-pc ul li a{
	color: #ffffff;
	font-size: 1.1rem;
	padding: 10px 0;
}
.header-right{
	padding: 5px 0;
}
.marqueeHeader{
	padding: 5px 0;
	position: relative;
}
.marqueeHeader span{
	display: inline-block;
}
.marqueeHeader span.icon-announ{
	width: 50px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 15px;
	background: #1f1f1f;
	z-index: 1;
}
.marqueeHeader span i.icon-news{
	font-size: 1.5rem;
	color: #ffffff;
}
.marqueeHeader span{
	width: 100%;
	display: inline-block
}
.marqueeHeader span marquee{
	color: #BC961A;
	font-size: 14px;
	font-weight: bold;
}
.snip1361 {
  font-family: "Quattrocento", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  height: auto;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(87%);
  width: 100%;
  background-color: #25cff2;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 95px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #25cff2 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #25cff2 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 95px;
}
.border-bottom-01{
	width: 100%;
	height: auto;
	padding-bottom: 1px;
	background-image: linear-gradient(to right, #1f1f1f, #ffffff, #1f1f1f);
	display: block;
}
.bg-02{
	width: 100%;
	height: auto;
	padding-left: 1px;
	background-image: linear-gradient(to top, #1f1f1f, #ffffff, #1f1f1f);
	display: block;
}
.bg-01{
	width: 100%;
	height: 270px;
	background: #1f1f1f;
}
.title-s{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px 10px;
	font-size: 1.2rem;
	vertical-align: middle;
	display: block;
}
.info-games, .descri{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.descri p{
	font-size: 1.1rem;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	line-height: 28px;
	display: block;
}
.per{
	font-size: 100px;
}
.top-info{
	font-weight: 900;
}
.lable-service h1{
	font-size: 1.4rem;
	color: #ffffff;
}
.lable-service p{
	font-size: 1.0rem;
	color: #ffffff;
	line-height: 25px;
}
.time-service{
	font-size: 1.5rem;
	color: #ffffff;
}
.time-service span{
	font-size: 0.8rem;
	color: #ffffff;
}
.services{
	padding: 0 25px;
}

.skills {
        margin: 0;
        list-style: none;
        padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
    }

        .skills li {
            position: relative;
            margin-top: 38px;
            height: 4px;
            background-color: #f5f5f5;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
			display: flex;
        }

        .skills.progressCustom li {
            position: relative;
            margin-top: 45px;
            height: 6px;
            background-color: #0dcaf0;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            margin-bottom: 90px;
        }

        .skills.progressCustom {
            margin-bottom: 60px;
        }

            .skills.progressCustom li span {
                font-size: 20px;
                font-family: "Roboto", sans-serif;
                font-weight: bold;
                text-transform: none;
				color: #ffffff;
            }

            .skills.progressCustom li .progress {
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 5px;
                background-image: linear-gradient( to right, #d22b2b, #ffa500, #e1f91a, #0dcaf0 );
                position: absolute;
                line-height: normal;
                overflow: visible !important;
                -webkit-transition: width 1.2s ease-in-out;
                -o-transition: width 1.2s ease-in-out;
                transition: width 1.2s ease-in-out;
            }

                .skills.progressCustom li .progress:after {
                    content: "";
                    width: 100%;
                    display: block;
                    position: absolute;
                    height: 60px;
                    top: 2px;
                    transform: skewX(30deg);
                    left: 17px;
                    background: linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(72, 72, 72, 0.25) 100% );
                }

        .skills li:first-child {
            margin-top: 0;
        }

        .skills li .progress {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #1abc9c;
            overflow: visible !important;
            border-radius: 2px;
            -webkit-transition: width 1.2s ease-in-out;
            -o-transition: width 1.2s ease-in-out;
            transition: width 1.2s ease-in-out;
        }

        .skills li .progress-percent {
            position: absolute;
            top: -28px;
            right: 0;
            color: #f9f9f9;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            height: 22px;
            line-height: 22px;
            padding: 0 5px;
            font-size: 11px;
            border-radius: 2px;
        }

    .whiteBody .skills li .progress-percent {
        position: absolute;
        top: -28px;
        right: 0;
        color: #333;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        height: 22px;
        line-height: 22px;
        padding: 0 5px;
        font-size: 11px;
        border-radius: 2px;
    }

    .skills li .progress-percent .counter {
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .progress-percent:after,
    .progress-percent:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .progress-percent:after {
        border-top-color: #333;
        border-width: 4px;
        left: 50%;
        margin-left: -4px;
    }

    .progress-percent:before {
        border-top-color: #333;
        border-width: 5px;
        left: 50%;
        margin-left: -5px;
    }

    .skills li > span {
        position: absolute;
        z-index: 1;
        top: -25px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    span.time {
        right: 0;
    }

        span.time font {
            font-size: 14px;
        }
.canvas {
  background-color: #1f1f1f;
  -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3)
}
.canvas.expanded {
  -webkit-transform: translate(310px, 0px) !important;
  -moz-transform: translate(310px, 0px) !important;
  transform: translate(310px, 0px) !important
}
.infomations h5, .infomations p{
	color: #ffffff;
	text-align: left;
}
.infomations h5{
	font-size: 1.1rem;
	font-weight: bold;
	padding: 5px 0;
}
.infomations p{
	font-size: 0.8rem;
	line-height: 25px;
}
.centerlist{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px 0;
	display: block;
}
.centerlist a{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px 25px;
	font-size: 1.0rem;
	color: #ffffff;
	display: block;
}
.centerlist:hover a{
	color: #0dcaf0;
}
.icon-service img{
	width: 30px;
	margin-right: 10px;
}
.icon-conta{
	color: #2a8fbd;
    font-size: 2.5rem;
}
.centerlist span{
	display: inline-block !important;
}
.centerlist{
	vertical-align: middle;
}
.centerlist a span.icon-conta{
	margin-right: 20px;
}
.centerlist a span p{
	line-height: 25px;
	color: #ffffff;
}
.centerlist a span p.name-contact{
	font-weight: bold;
	text-transform: uppercase;
}
.bg-contact{
	background: url("../images/bg-contact.jpg") no-repeat;
	background-size: 100% 100%;
}
.bg-footers{
	padding: 10px 0;
	background: #272727;
}
.main-page{
	padding: 20px 0;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #0dcaf0;
    font-size: 1.0rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #c9c9c9;
    font-size: 0.8rem;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #0dcaf0;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.logos-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 30s linear infinite;
}

.logos-slider-container img {
  width: auto;
  height: 45px;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.jackp{
	position: fixed;
	left: 0;
	bottom: 0;
	border-bottom: 5px solid #0dcaf0;
}
.itme-games {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
}
.itme-games img {
    width: 100%;
    height: auto;
}
.itme-games p {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
}
.thumbnails {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.item-images {
    padding: 2px;
    background: linear-gradient(-45deg, #0dcaf0, #ffc107, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    border-radius: 10px;
}
.thumbnails img {
    width: 100%;
}
.title-02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    left: 0;
	color: #ffffff;
    bottom: 10px;
    display: block;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.canvas {
  background-color: #1f1f1f;
  overflow: hidden;
  -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.3)
}
.canvas.expanded {
  -webkit-transform: translate(310px, 0px) !important;
  -moz-transform: translate(310px, 0px) !important;
  transform: translate(310px, 0px) !important
}
	.header .header-button {
  text-align: center;
  width: 40px;
  height: 47px;
  display: table;
  z-index: 30;
  position: relative
}
.header .header-button span {
  vertical-align: middle;
  display: table-cell
}
.header .header-button.header-button-text {
  font-size: 0.875rem;
  width: auto !important;
  text-transform: uppercase
}
.header .header-button.header-button-left {
  float: left !important
}
.header .header-button.header-button-right {
  float: right !important
}
.header .header-button .icon {
  font-size: 2rem
}
.header .header-button .button-text {
  margin-left: 4px;
  letter-spacing: 1px
}
.header .header-button.btn {
  padding-top: 12px;
  padding-bottom: 12px
}
.header .header-button small {
  color: #fff;
  font-family: "dinpro";
  line-height: 1.1;
  font-size: 17px;
  top: 5px;
  right: 0;
  background-color: #fd1f33;
  width: 12px;
  height: 12px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
	.btn-relo{
		border-radius: 0px !important;
	}
	.header .header-button .icon{
		color: #0DCAF0;
	}
	.bannerjackpot{
		padding: 20px 10px;
	}
	.bannerjackpot img{
		width: 100%;
	}
	.pc-block{
		display:block;
	}
	.m-block{
	display: none;
}
	.section{
		padding: 10px 5px;
	}
}