body {
  background-color: #969696;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

body.open-menu {
  overflow: hidden;
}

body.open-menu:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

a,
a:after,
a:before,
a:focus,
a:hover {
  color: #fff;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 190px;
  background: #2d0101;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.owl-dot span {
  background-color: #440000 !important;
}

.owl-dot.active span {
  background-color: #fff !important;
  border: 1px solid #440000;
}

marquee {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  color: #000;
  font-size: 12px;
}

.navbar {
  padding: 0px;
}

.navbar-nav .nav-item {
  padding: 0px 15px;
}

.home-panel button,
.home-panel button:focus {
  background-color: #fccf00;
  color: #000;
  margin-top: 10px;
}

#footer,
#desktop_header,
#desktop_headerLogged {
  color: #fff;
  background-color: #2d0101;
}

li.dropdown ul.dropdown-menu {
  background-color: #452c2c;
  color: #fff;
}

li.dropdown ul.dropdown-menu a {
  padding: 10px 15px;
  font-size: 12px;
}

#header + section.container {
  margin-top: 50px;
  margin-bottom: 50px;
}

#footer {
  font-size: 12px;
  padding-top: 20px;
}

body:not(#home) #footer {
  margin-top: 30px;
}

#footer:before {
  content: "";
  background-color: #000;
}

.download-btn {
  background: rgb(21, 20, 20);
  background: -moz-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151414', endColorstr='#3a3434', GradientType=0);
  color: #fff;
}

.download-btn .btn {
  width: calc(100% / 3);
  padding-left: 15px !important;
}

.download-btn .btn + .btn {
  border-left: 1px solid #636363 !important;
  border-radius: 0px;
}

.header-btn button {
  width: 48%;
  display: inline-block;
  border: 0px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0px 0px 10px 10px;
}

.header-btn .btn-primary {
  background-color: #960000;
}

.header-btn .btn:not(.btn-primary) {
  background-color: #ffcf00;
}

.hero-banner {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.hero-banner .hero-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0px;
  padding: 30px;
  color: #fff;
}

.hero-banner .hero-content .btn {
  background-color: #ffcf00;
  color: #000;
}

.hero-banner .hero-content p,
.hero-banner .hero-content .btn {
  display: table-cell;
  vertical-align: middle;
}

.follow {
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
}

.follow i {
  font-size: 18px;
}

.follow a {
  padding-left: 5px;
}

.lang-inline:before {
  content: "Language: ";
  font-size: 12px;
  color: #fff;
}

.lang-inline li {
  display: inline-block;
}

.lang-inline img {
  opacity: 0.3;
}

.lang-inline li:hover img,
.lang-inline .active img {
  opacity: 1;
}

.lang-inline li img {
  width: 30px;
  padding: 3px;
}

#language .btn {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 0px;
}

#language li {
  font-size: 12px;
  padding: 2px 10px;
  cursor: pointer;
}

.modal-title {
  text-align: center;
  position: relative;
  right: -20px;
  width: 100%;
  color: #6b6262;
}

.modal-content {
  background-color: #2a1a1a;
  color: #fff;
  margin-bottom: 80px;
}

.modal-header {
  border-bottom: 0px;
}

.submit-btn {
  margin-top: 20px;
}

.forgetPassword {
  font-size: 12px;
}

.modal label {
  color: #a9a7a7;
  font-size: 14px;
}

.home.cards-content .cards {
  height: 300px;
  overflow: hidden;
}

#footer {
  margin-top: 50px;
}

.home.cards-content .cards .join-now {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

.home.cards-content .cards .join-now p {
  color: #fff;
  margin-bottom: 0px;
}

.home.cards-content .cards .join-now a {
  font-weight: bold;
  color: #ffc653;
}

.cards-content > .row {
  margin-top: 20px;
}

.cards-content img {
  background-color: #2c2a2a;
}

.cards.slots .btn {
  background-color: transparent;
  border: 0px;
  padding-left: 30px;
  margin-top: 10px;
}

.download-btn .btn {
  width: calc(100% / 3) !important;
}

.cards.slots > a.btn,
.game_pagebtn {
  background-color: #ffc800;
  color: #000;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  margin-left: 20px;
}

:not(.modal) table {
  margin-top: 20px;
  background-color: #fff;
}

.modal input + div > table {
  background-color: transparent;
  margin-top: 5px;
}

.modal input + div > table * {
  border: 0px;
  padding: 0px;
}

table * {
  border: 1px solid #a0a0a0;
  padding: 5px;
}

.cards {
  background-color: #282424;
}

.game_pagetitle {
  width: 100%;
  margin-bottom: 10px !important;
}

.game_pagetitle,
.cards-content .card-title {
  padding: 10px 30px;
  margin-bottom: 0px;
  color: #ffc653;
  position: relative;
  background: rgb(21, 20, 20);
  background: -moz-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 20, 20, 1) 0%,
    rgba(58, 52, 52, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151414', endColorstr='#3a3434', GradientType=0);
}

.cards-content .card-title a {
  color: #ffc653;
  font-style: italic;
  float: right;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  right: 0px;
  background: rgb(21, 20, 20);
  background: -moz-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151414', endColorstr='#282424', GradientType=0);
}

.cards .jackpot {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 135px;
}

.cards.slots {
  background-color: #363030;
  height: inherit !important;
}

.cards.slots .row {
  margin: 0px;
  padding: 30px;
}

.cards.slots [class^="col-"] {
  padding: 0px;
  border: 10px solid transparent;
}

.cards.slots [class^="col-"] a {
  color: #ffc653;
  padding: 10px 30px;
  width: 100%;
  display: block;
  text-align: center;
  background: rgb(21, 20, 20);
  background: -moz-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 20, 20, 1) 0%,
    rgba(40, 36, 36, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151414', endColorstr='#282424', GradientType=0);
}

.play-btn,
.play-btn:hover {
  background-color: #ffc653;
  color: #000;
  width: 100%;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px;
}

.form-control,
.form-control:after,
.form-control:focus {
  background-color: #452c2c;
  color: #fff;
  border: 1px solid #cbb47d;
  border-radius: 2px;
}

.form-control:disabled,
.form-control[readonly] {
  color: #888 !important;
}

input[type="submit"] {
  background-color: #ffcf00;
  color: #000;
  border: 0px;
  display: block;
  width: 100px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.navbar-brand img {
  max-width: 140px;
}

.game-list {
  background-color: #440000;
  border-top: 1px solid #b1861c;
  border-bottom: 1px solid #b1861c;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.game-list ul {
  list-style: none;
  margin: 0px;
  text-align: center;
  padding-left: 0px;
  display: table;
  width: 100%;
}

.game-list ul li {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.game-list ul li img {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.game-list ul li a {
  display: block;
  padding: 0 18px;
}

.steps {
  background: rgb(79, 79, 79);
  background: -moz-linear-gradient(
    top,
    rgba(79, 79, 79, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(79, 79, 79, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(79, 79, 79, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#000000', GradientType=0);
  margin: 0px;
  border: solid 2px #e7bb4a;
}

.steps * {
  display: inline-block;
  background: -webkit-linear-gradient(#fde988, #f4d34b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.steps .col {
  padding: 10px 20px;
}

.steps .col + .col {
  border-left: 1px solid #444;
}

.steps p {
  line-height: 15px;
  font-size: 14px;
  font-weight: 600;
}

.close {
  color: #fff;
}

.content-info:not(.responsible) {
  background-color: #251919;
  border-top: 1px solid #ffcf00;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  position: relative;
  bottom: -50px;
}

.content-info.responsible {
  padding-top: 0px;
}

.content-info.responsible .content-body {
  padding: 30px;
  background-color: #131313;
  color: #fff;
}

.content-info.responsible .content-body ul {
  padding-left: 0px;
  list-style: none;
}

.content-info.responsible .content-body ul li + li {
  margin-top: 20px;
}

.content-info.responsible .content-body ul li img {
  padding-right: 10px;
}

.content-info.responsible .contact-us {
  position: relative;
  padding-bottom: 100px;
}

.content-info.responsible .contact-us > img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.content-tab .nav-tabs,
.content-info .nav-tabs {
  background-color: #403535;
  padding: 10px 15px;
  border-bottom: 0px;
}

.content-tab .nav-tabs a,
.content-info .nav-tabs a {
  color: #9b9b9b;
  padding: 5px 15px;
}

#cashInTime a {
  color: #9e9e9e;
}

.content-tab .nav-tabs a.active,
.content-info .nav-tabs a.active {
  color: #ffc653;
  font-weight: bold;
}

.content-tab .content-body {
  background-color: #fff;
  padding: 30px;
}

.content-tab .content-body .form-control {
  color: #fff;
}

textarea.form-control {
  height: 200px;
}

.content-info .tab-content {
  padding: 30px;
}

.content-tab .tab-pane:not(.active) {
  display: none;
}

.form-row label {
  margin-top: 10px;
}

.sub-title {
  margin-top: 50px;
}

.form-row + a.btn {
  background-color: #ffcf00;
  color: #000;
  border: 0px;
  margin-top: 20px;
}

.form-row + button.btn {
  min-width: 100px;
  margin-top: 20px;
  background-color: #ffc800;
  color: #000;
  border: 0px;
}

.sub-page-title {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d0101+0,eabe44+20,eabe44+20,f6fabf+52,eabe44+80,2d0101+99 */
  background: #2d0101;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #2d0101 0%,
    #eabe44 20%,
    #eabe44 20%,
    #f6fabf 52%,
    #eabe44 80%,
    #2d0101 99%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #2d0101 0%,
    #eabe44 20%,
    #eabe44 20%,
    #f6fabf 52%,
    #eabe44 80%,
    #2d0101 99%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #2d0101 0%,
    #eabe44 20%,
    #eabe44 20%,
    #f6fabf 52%,
    #eabe44 80%,
    #2d0101 99%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d0101', endColorstr='#2d0101', GradientType=0);
  /* IE6-9 */
}

.promotion {
  text-align: center;
  margin: auto;
  padding: 50px 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1943b+0,2d0101+99 */
  background: #d1943b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eabe44 0%, #2d0101 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eabe44 0%, #2d0101 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eabe44 0%, #2d0101 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabe44', endColorstr='#2d0101', GradientType=0);
  /* IE6-9 */
}

.promotion a {
  max-width: 900px;
  margin: auto;
}

.promotion a + a {
  margin-top: 20px;
}

.undergrade img {
  position: absolute;
}

.undergrade .under {
  padding-left: 50px;
}

.copyright {
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .lang-inline {
    position: absolute;
    top: -100px;
    right: 10px;
  }

  .navbar-brand img {
    max-width: 130px;
    margin-left: 50px;
    margin-bottom: 10px;
  }

  .content-info.responsible .contact-us > img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 200px;
  }

  .game-list ul li a {
    padding: 0px 5px;
  }

  .promotion {
    padding: 15px 0px;
  }

  #myModal .modal-dialog {
    right: -7px !important;
    margin-top: 30px;
  }

  label {
    width: 100%;
  }

  table {
    overflow: scroll;
  }

  .header-btn button {
    width: 49%;
  }

  .follow {
    position: absolute;
    width: 50%;
    right: 0;
    top: 30px;
  }
  .cards.slots .row {
    padding: 30px 15px;
  }

  .login > .row + .row {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .login .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }

  .login .navbar .navbar-toggler {
    margin-left: 15px;
  }

  .login .navbar-nav {
    margin-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 15px;
  }

  .hero-banner .hero-content {
    padding: inherit;
  }

  .hero-banner .hero-content p,
  .hero-banner .hero-content .btn {
    display: inherit;
  }

  body:not(#home) .hero-banner {
    height: 395px;
  }

  .hero-banner .hero-content {
    background-color: #363030;
    padding: 15px;
  }

  .copyright {
    position: inherit;
    text-align: center;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    text-align: center;
  }

  .login nav.navbar,
  #header > .game-list {
    display: none;
  }

  body.home #mobile-menu .col:nth-child(1) {
    border-top: 2px solid #ffc653;
  }

  #mobile-menu .col {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    padding-right: 0;
  }

  #mobile-menu .col img {
    width: 40px;
    display: block;
    margin: auto;
    padding-top: 5px;
  }

  #mobile-menu .games,
  #mobile-menu .profile {
    list-style: none;
    padding-left: 0;
    position: absolute;
    bottom: 50px;
    background-color: #000;
    padding: 10px 10px 20px 10px;
    left: -20px;
    right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #mobile-menu li {
    display: block;
    padding: 10px 0px;
  }

  #footer footer {
    display: none;
  }

  #footer .undergrade {
    padding-bottom: 80px;
  }

  #mobile-menu .col.active {
    border-top: 4px solid #f1cd01;
  }
}

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

@media (min-width: 768px) and (max-width: 980px) {
  .slot-list > [class*="col-"] img {
    width: 65%;
  }

  .steps {
    max-width: 65%;
  }

  .steps h1 {
    font-size: 2.5rem;
    vertical-align: top;
  }

  .steps .step-card {
    vertical-align: top;
  }

  .jackpot {
    max-width: 35%;
    flex: inherit;
  }

  #language {
    float: right;
  }
}

@media (max-width: 980px) {
  .navbar-nav .nav-item {
    display: inline-block;
  }

  .steps {
    display: none;
  }
}

@media (min-width: 980px) {
  .loginForm label {
    width: 100%;
  }

  .game-list ul li {
    display: table-cell;
  }

  section.jackpot .row > div + div {
    max-width: 38%;
  }
}

@media (min-width: 768px) {
  .show-mobile,
  #mobile-menu,
  #mobileLoggedIn,
  #mobilePublic,
  #menuToggle {
    display: none;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

#myModal .modal-dialog {
  max-width: 900px;
  right: -30px;
}

#myModal .modal-content {
  background-color: #272727;
  font-size: 14px;
}

#myModal table td {
  border: 1px solid #969696;
  padding: 5px 10px;
}

.loading {
  display: block;
  position: absolute;
  z-index: 1080;
  top: 0px;
  left: 0px;
  width: 105%;
  height: 105%;
  background-color: white;
  vertical-align: bottom;
  padding-top: 20%;
  filter: alpha(opacity=75);
  opacity: 0.75;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 768px) {
  .bank-account-detail {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
  }
  #header .game-list,
  #headerLogged .game-list {
    display: none;
  }
  #menu li {
    font-size: 18px;
  }
  #header,
  #headerLogged {
    padding-top: 20px;
    position: fixed;
    z-index: 9;
  }
}

.has-error {
  background-color: #ff0000;
}
.lucky-wheel-spin {
  position: fixed;
  bottom: 20%;
  z-index: 1;
  width: 120px;
}
.socials {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}

.socials li {
  list-style: none;
  display: inline-block;
}

.socials li img {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .cards-content .col-md-8 + .col-md-4 .cards.text-center {
    display: none;
  }
  .owl-carousel.hero-banner {
    margin-top: 95px;
  }
  .socials {
    position: fixed;
    top: 16px;
    z-index: 9;
    right: 15px;
  }
}
