.banners-container {
  position: relative;
  width: 100%;
  overflow: hidden
}
.footer-seo__list {
  font-size: 16px;
}
.banners-wrapper {
  position: relative;
  width: 100%
}
.seo-text__color{
  color:#CE8F3C;
}
.banners-list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  overflow: hidden
}

.banner-item {
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  display: block;
  z-index: 0;
  top: 441px;
  pointer-events: none;
  transition: top .5s ease-in-out
}

.banner-item-active {
  top: 0;
  z-index: 1;
  pointer-events: visible
}

.banner-image {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom
}

:root {
  --main-color: #ce8f3c;
  --scroller-color: var(--main-color);
  --scroller-background-color: #ccc
}

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular");
  font-display: swap
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--scroller-color) var(--scroller-background-color)
}

::-webkit-scrollbar {
  width: 8.5px;
  height: 8.5px
}

::-webkit-scrollbar-track:vertical {
  background: var(--scroller-background-color)
}

::-webkit-scrollbar-thumb {
  background-color: var(--scroller-color)
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #151515;
  color: #757575;
  position: relative
}

::-ms-reveal {
  display: none
}

.material-icons {
  position: relative
}

.material-icons.md-24 {
  font-size: 24px
}

.material-icons.md-26 {
  font-size: 26px
}

.material-icons.md-32 {
  font-size: 32px
}

.material-icons.md-64 {
  font-size: 64px
}

button,
input {
  font-family: Prompt, sans-serif;
  font-size: 1rem
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none
}

img {
  border: none
}

a {
  text-decoration: none
}

.section-background-white {
  background-color: #151515
}

/* .section-background-blue {
  background: url(/static/images/pattern.png) repeat 0 0 #101010
} */

.button {
  position: relative;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background-color: none;
  border: 0;
  font-size: .9rem;
  font-weight: 500
}

.main-container {
  position: relative;
  padding: 0;
  margin: 0 0 0 250px;
  left: 0;
  transition: left .3s ease-in-out
}

.section-header-dark {
  position: relative;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 20px;
  color: #ce8f3c;
  margin: 0 auto;
  width: 100%
}

.section-header-dark:before {
  position: absolute;
  content: " ";
  height: 4px;
  width: 50px;
  border-radius: 2px;
  background: #ce8f3c;
  top: 22px;
  left: 0;
  opacity: 0
}

.view-all-btn-router-link {
  position: relative;
  text-transform: capitalize;
  color: #ce8f3c;
  padding: 7px 25px;
  border: 2px solid #ce8f3c;
  background: hsla(0, 0%, 100%, 0);
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: .9rem;
  font-weight: 600;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.view-all-btn-router-link:hover {
  color: #fff;
  background: #ce8f3c
}

.game-wrap {
  overflow: hidden
}

.game-img,
.game-wrap {
  position: relative;
  width: 100%
}

.game-img {
  height: auto;
  display: inline-block;
  vertical-align: bottom
}

.game-overlay {
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: rgba(206, 143, 60, .9);
  opacity: 0;
  transition: height .3s ease-in-out, opacity .3s ease-in-out
}

.play-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity .3s ease-in-out
}

.play-btn {
  top: 0;
  left: 0;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: hsla(0, 0%, 100%, 0);
  border: 0;
  cursor: pointer;
  color: hsla(0, 0%, 100%, .9);
  transform-origin: center center;
  transform: rotate(1turn) scale(0);
  transition: transform .3s ease-in-out, color .3s ease-in-out
}

.play-btn,
.play-btn i {
  position: relative;
  display: inline-block
}

.play-btn i {
  transform-origin: center center;
  transform: scale(1);
  transition: transform .3s ease-in-out
}

.game-title {
  text-transform: uppercase;
  color: #fff;
  font-size: .7rem;
  font-weight: 700
}

.game-provider,
.game-title {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  transition: top .3s ease-in-out
}

.game-provider {
  text-transform: capitalize;
  color: #202020;
  font-size: .65rem;
  font-weight: 500
}

.play-for-fun-btn {
  position: relative;
  display: table;
  bottom: -20px;
  left: 0;
  background-color: rgba(206, 143, 60, .9);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 10px auto 0;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, bottom .3s ease-in-out
}

.game-tag,
.play-for-fun-btn {
  text-transform: capitalize;
  text-align: center;
  font-size: .7rem;
  font-weight: 500
}

.game-tag {
  position: absolute;
  top: 12px;
  right: -25px;
  padding: 5px 0;
  border-radius: 0;
  width: 100px;
  transform-origin: center center;
  transform: rotate(45deg)
}

.new-tag {
  color: #fff;
  background-color: #388e3c
}

.game-item:not(.disabledClass):hover .game-overlay {
  opacity: 1;
  height: 100%
}

.game-item:not(.disabledClass):hover .game-title {
  top: 0
}

.game-item:not(.disabledClass):hover .play-icon-container {
  opacity: 1
}

.game-item:not(.disabledClass):hover .play-btn {
  transform: rotate(0deg) scale(1)
}

.game-item:not(.disabledClass):hover .play-for-fun-btn {
  bottom: 0
}

.play-for-fun-btn:hover {
  background: #fff;
  color: #ce8f3c;
  cursor: pointer
}

.message-container {
  position: fixed;
  overflow: hidden;
  z-index: 20;
  top: 20px;
  right: 20px;
  text-align: center;
  font-size: .75rem;
  transform-origin: center center;
  transform: scale(0);
  transition: transform .3s ease-in-out
}

.message-container.platform-message {
  position: absolute;
  overflow: visible;
  top: 20px;
  bottom: auto
}

@media (max-width:1440px) {
  .main-container {
    margin: 0 0 0 212px
  }

  .play-icon-container {
    padding: 20px
  }

  .game-provider,
  .game-title {
    display: block
  }

  .play-for-fun-btn {
    margin: 5px auto 0
  }
}

@media (max-width:1024px) {

  .game-wrap {
    overflow: hidden
  }
}

@media (max-width:479px) {
  .message-container {
    bottom: 20px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    width: 90%
  }

  .game-tag {
    top: 5px;
    right: -35px;
    font-size: .5rem
  }
}

.image-link-router-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0
}

.button-loader {
  width: 42px;
  height: 42px;
  z-index: 20;
  margin: 0 auto
}

.button-loader,
.button-loader:before {
  position: relative;
  background-color: hsla(0, 0%, 100%, 0)
}

.button-loader:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, .5);
  border-top-color: #ce8f3c;
  display: inline-block;
  animation: rotation 1s linear infinite
}

@keyframes rotation {
  to {
    transform: rotate(1turn)
  }
}

.login-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.login-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 20px 20px 20px 0
}

.login-form {
  position: relative;
  width: 290px;
  padding: 20px;
  background-color: #151515;
  right: -100%;
  color: #757575;
  border-radius: 10px;
  transition: right .3s ease-in-out
}

.login-title {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 30px;
  margin: 0;
  font-size: 1.2rem;
  color: #fff
}

.login-close {
  position: absolute;
  top: -12px;
  right: 0;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: hsla(0, 0%, 100%, 0);
  color: #555;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: color .3s ease-out, background-color .3s ease-in-out, transform .5s ease-in-out
}

.login-close i {
  top: 12px
}

.login-close:hover {
  background-color: rgba(206, 143, 60, .8);
  color: #fff;
  transform: rotate(1turn)
}

.login-input-container {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50px;
  margin: 0 auto 10px;
  text-align: right
}

.login-input-container .input-container {
  position: relative;
  width: 100%;
  float: none;
  min-height: auto;
  padding: 0;
  margin: 0
}

.login-input {
  background: #202020;
  border: none;
  color: #959595;
  font-size: .9rem;
  padding: 0;
  position: relative;
  padding: 0 15px;
  border-radius: 0 50px 50px 0;
  margin: 0;
  width: 81%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #353535;
  border-left: 0;
  transition: border .3s ease-in-out
}

.login-input::-webkit-input-placeholder {
  color: #555
}

.login-input::-moz-input-placeholder {
  color: #555
}

.login-input::-ms-input-placeholder {
  color: #555
}

.login-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  background: #202020;
  border-radius: 50px 0 0 50px;
  border: 1px solid #353535;
  border-right: 0;
  color: #555;
  text-align: center;
  line-height: 46px;
  transition: border .3s ease-in-out, color .3s ease-in-out
}

.login-icon i {
  position: relative;
  top: 6px
}

.login-input:focus {
  border: 1px solid #ce8f3c;
  border-left: 0
}

.login-input:focus+span {
  border: 1px solid #ce8f3c;
  border-right: 0;
  color: #ce8f3c
}

.login-btn-container {
  position: relative;
  width: 100%;
  margin: 20px auto 10px
}

.login-btn {
  border: 2px solid #ce8f3c;
  position: relative;
  background-color: #ce8f3c;
  color: #fff;
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  display: table;
  border-radius: 50px;
  font-weight: 600;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.login-btn:hover {
  background-color: hsla(0, 0%, 100%, 0);
  color: #ce8f3c
}

.sign-up-container {
  position: relative;
  width: 100%;
  text-align: center
}

.sign-up-btn {
  position: relative;
  text-transform: capitalize;
  font-size: 1rem;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #3b5da2;
  border: 2px solid #3b5da2;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  font-weight: 600;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.sign-up-btn:hover {
  background-color: #3b5da2;
  color: #fff
}

.button-divider {
  position: relative;
  width: 100%;
  color: #555;
  text-align: center;
  font-size: .8rem
}

.button-divider:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: #252525;
  top: 27px;
  left: 0
}

.button-divider-text {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: #151515
}

.recover-container {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  text-align: center
}

.recover-link {
  position: relative;
  font-size: .8rem;
  color: #757575;
  text-transform: capitalize;
  font-weight: 500;
  background-color: hsla(0, 0%, 100%, 0);
  border: 0;
  cursor: pointer;
  transition: color .3s ease-in-out
}

.recover-link:hover {
  color: #ce8f3c
}

@media (max-width:1024px) {
  .login-wrapper {
    padding-top: 70px
  }

  .login-close {
    color: #757575
  }

  .login-close i {
    font-size: 32px
  }

  .login-title {
    padding: 0 0 20px
  }

  .login-form {
    padding: 20px
  }

  .title {
    display: inline-block;
    width: 100%
  }

  .login-input {
    font-size: .8rem
  }

  .login-icon,
  .login-input {
    height: 40px;
    line-height: 40px
  }

  .login-icon i {
    font-size: 20px;
    top: 4px
  }

  .login-btn,
  .sign-up-btn {
    padding: 8px 0;
    font-size: .9rem
  }
}

@media (max-width:479px) {
  .login-overlay {
    z-index: 17;
    background: #ce8f3c;
    background: linear-gradient(45deg, #ce8f3c, #95682c)
  }

  .login-wrapper {
    padding: 20px;
    width: 100%
  }

  .login-form {
    height: auto;
    width: 100%
  }

  .login-icon {
    width: 19%
  }
}

@media (max-width:1024px) {

  .title {
    display: inline-block;
    width: 100%
  }
}

.input-container {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 10px;
  min-height: 100px
}

.input-short-icon-2 {
  padding: 10px 45px 10px 0 !important
}

.header-container {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #202020;
  box-shadow: 2px 0 5px rgba(0, 0, 0, .4);
  overflow-y: auto;
  transition: width .3s ease-in-out, height .3s ease-in-out
}

.header-container::-webkit-scrollbar {
  width: 5px
}

.header-container::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, .1)
}

.header-container::-webkit-scrollbar-thumb {
  background-color: #555
}

.header-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden
}

.logo-container {
  position: relative;
  padding: 25px 60px;
  width: 100%
}

.logo-container .hamburger-icon {
  display: none
}

.logo-link-router-link {
  height: 100%
}

.logo-img,
.logo-link-router-link {
  display: inline-block;
  position: relative;
  width: 100%
}

.logo-img {
  vertical-align: bottom;
  height: auto
}

.header-bottom-container {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%
}

@media (min-width:1200px) {
  .header-bottom-container {
    margin-top: 30px
  }
}

@media (max-width:1440px) {
  .header-container {
    width: 212px
  }
}

@media (max-height:700px) and (min-width:1024px) {
  .header-container {
    overflow-y: auto
  }

  .header-bottom-container {
    position: relative;
    margin: 20px 0 0
  }

  .header-wrapper {
    height: auto;
    overflow: hidden
  }
}

@media (max-width:1024px) {
  .nav-bar__close {
display: none; 
 }
 .main-container{
  margin: 0;
 }
}

  .mobile-space {
    height: 50px
  }


.help-menu-container {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: 500;
  margin: 0 0 10px
}

.menu-title {
  font-weight: 500
}

.active-help-btn {
  position: relative;
  width: 84%;
  height: 100%;
  text-align: center;
  display: table;
  padding: 8px 0;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #303030;
  border-radius: 50px;
  transition: border .3s ease-in-out
}

.help-icon {
  height: 26px
}

.help-icon,
.help-text {
  position: relative;
  color: #959595;
  display: inline-block;
  vertical-align: top;
  transition: color .3s ease-in-out
}

.help-text {
  top: 5px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  font-size: .8rem
}

.help-menu-list {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 84%;
  border-radius: 10px;
  padding: 0 12px;
  background-color: #353535;
  border: 1px solid #353535;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  bottom: 48px;
  z-index: 1;
  transition: opacity .3s ease-in-out
}

.help-menu-list:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #353535;
  left: 0;
  right: 0;
  margin: 0 auto
}

.help-menu-item {
  position: relative;
  width: 100%;
  text-align: center
}

.help-menu-link-router-link {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 12px 0;
  text-align: center;
  color: #959595;
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .3s ease-in-out
}

.help-menu-link-router-link:hover {
  color: #ce8f3c
}

@media (max-width:1366px) {
  .help-icon i.material-icons {
    font-size: 22px
  }

  .help-text {
    top: 2px;
    font-size: .75rem
  }

  .help-menu-link-router-link {
    font-size: .75rem;
    padding: 8px 0
  }
}

@media (max-width:1024px) {
  .help-menu-container {
    margin: 0
  }

  .menu-title {
    font-size: .9rem;
    padding: 10px 20px
  }
}

.languages-container {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: 500;
  margin: 0 0 10px
}

.active-language-container {
  position: relative;
  width: 84%;
  height: 100%;
  text-align: center;
  display: table;
  padding: 8px 0;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #303030;
  border-radius: 50px;
  color: #959595;
  cursor: pointer;
  transition: color .3s ease-in-out, var(--main-border-color) .3s ease-in-out
}

.languages-icon {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  font-size: 24px
}

.language-flag {
  width: 24px;
  height: auto
}

.language-flag,
.language-text {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.language-text {
  color: #959595;
  text-transform: uppercase;
  margin: 0;
  top: 4px;
  font-weight: 500;
  min-width: 19px;
  transition: color .3s ease-in-out
}

.active-language-text {
  color: #959595;
  top: 5px;
  margin: 0;
  text-transform: uppercase;
  font-size: .8rem;
  transition: color .3s ease-in-out
}

.languages-list {
  width: 84%;
  border-radius: 10px;
  padding: 0;
  background: #353535;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  bottom: 45px;
  z-index: 1;
  padding: 10px 5px;
  transition: opacity .3s ease-in-out
}

.languages-list,
.languages-list:after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 0
}

.languages-list:after {
  content: "";
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #353535;
  bottom: -10px
}

.language-item {
  position: relative;
  width: auto;
  float: left;
  padding: 0 5px;
  width: 25%
}

.language-item:not(:last-child) {
  margin-bottom: .75rem
}

.language-link {
  position: relative;
  display: table;
  width: 100%;
  font-size: .8rem;
  margin: 0 auto;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0);
  border: 0;
  cursor: pointer
}

@media (max-width:1366px) {
  .languages-icon {
    font-size: 20px
  }

  .language-text {
    top: 4px;
    font-size: .75rem
  }

  .active-language-text {
    top: 2px
  }
}

@media (max-width:1024px) {
  .menu-title {
    font-size: .9rem;
    padding: 10px 20px
  }
}

@media (max-width:479px) {
  .language-flag {
    width: 20px;
    height: auto
  }

  .language-text {
    top: 1px;
    margin: 0
  }

  .language-item {
    padding: 5px 0
  }
}

.navigation-container {
  position: relative;
  width: 100%;
  font-weight: 500
}

.menu-title {
  font-size: 1rem;
  padding: 15px 20px
}

.navigation-list {
  list-style: none;
  transition: background-color .3s ease-in-out
}

.navigation-item,
.navigation-list {
  position: relative;
  margin: 0;
  padding: 0
}

.navigation-item {
  width: 100%
}

.navigation-link-router-link {
  position: relative;
  display: inline-block;
  color: #959595;
  width: 100%;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  text-align: left
}

.navigation-icon {
  vertical-align: bottom;
  font-size: 20px;
  transition: color .3s ease-in-out
}

.navigation-icon,
.navigation-title {
  position: relative;
  display: inline-block
}

.navigation-title {
  vertical-align: top;
  margin: 0 0 0 5px;
  top: 1px;
  transition: margin .3s ease-in-out, color .3s ease-in-out, top .3s ease-in-out, font-size .3s ease-in-out, padding .3s ease-in-out, opacity .3s ease-in-out, left .3s ease-in-out
}

.navigation-link-router-link:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  background-color: #ce8f3c;
  width: 4px;
  height: 100%;
  transform-origin: center center;
  transform: scale(0);
  transition: transform .3s ease-in-out
}

.navigation-link-router-link:hover {
  color: #fff
}

.navigation-link-router-link:hover:after {
  transform: scale(1)
}

@media (max-width:1440px) {
  .navigation-link-router-link {
    font-size: .8rem;
    padding: 10px 20px
  }

  .navigation-title {
    top: 3px
  }
}

@media (max-width:1024px) {
  .navigation-container {
    border-bottom: 1px solid #404040
  }

  .menu-title {
    font-size: .9rem;
    padding: 10px 20px
  }

  .navigation-link-router-link {
    text-align: left
  }

  .navigation-icon {
    vertical-align: bottom;
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 20px
  }

  .navigation-icon,
  .navigation-title {
    position: relative;
    display: inline-block
  }

  .navigation-title {
    vertical-align: top;
    margin: 0 0 0 3px;
    top: 0
  }
}

.sportsbook-close-btn {
  position: relative;
  float: right;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin: 10px 0 0 20px;
  display: none;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: color .3s ease-out, background-color .3s ease-in-out, transform .5s ease-in-out
}

.sportsbook-close-btn i {
  top: 2px
}

.sportsbook-close-btn:hover {
  background-color: hsla(0, 0%, 100%, .2);
  transform: rotate(1turn)
}

.player-data-container {
  position: relative;
  width: 100%;
  padding: 0 20px 28px;
  font-weight: 500;
  transition: padding .3s ease-in-out
}

.login-form-open-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  border: 2px solid #ce8f3c;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-radius: 50px;
  line-height: normal;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  background-color: #ce8f3c;
  cursor: pointer;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.login-form-open-btn:hover {
  background: transparent;
  color: #ce8f3c
}

.register-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  border: 2px solid #3b5da2;
  background-color: #3b5da2;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: normal;
  font-size: 1rem;
  font-weight: 500;
  transition: margin .3s ease-in-out, padding .3s ease-in-out, border .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out
}

.register-btn:hover {
  background-color: transparent;
  color: #3b5da2
}

.menu-title {
  position: relative;
  font-size: .9rem;
  background-color: #303030;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid #404040;
  opacity: 1;
  display: none;
  transition: opacity .3s ease-in-out
}

@media (max-width:1366px) {
  .logo-container {
    padding: 20px 60px
  }

  .player-data-container {
    padding: 0 20px 10px
  }

  .login-form-open-btn,
  .register-btn {
    font-size: .8rem
  }

  .navigation-link-router-link {
    font-size: .75rem
  }

  .navigation-icon {
    font-size: 18px
  }

  .navigation-title {
    top: 0
  }
}

.top-bar-container {
  position: fixed;
  width: 100%;
  background-color: #202020;
  z-index: 16;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.top-bar-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden
}

.hamburger-icon {
  cursor: pointer;
  width: 60px;
  height: 50px;
  text-align: center
}

.hamburger-icon,
.hamburger-line {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.hamburger-line {
  background: #fff;
  height: 3px;
  border-radius: 2px;
  width: 25px;
  margin: 0 auto;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.hamburger-bottom,
.hamburger-top {
  position: relative;
  background: #fff;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  margin: 0 auto;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.hamburger-line {
  opacity: 1;
  top: 22px;
}
.hamburger-top {
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  -webkit-transform: rotate(0deg) translate(0px,0px);
          transform: rotate(0deg) translate(0px,0px);
}
.hamburger-bottom {
  position: absolute;
  bottom: 18px;
  left: 0px;
  right: 0px;
  -webkit-transform: rotate(0deg) translate(0px,0px);
          transform: rotate(0deg) translate(0px,0px);
}

.tp-logo-container {
  position: relative;
  display: inline-block;
  top: 10px;
  width: 145px
}

.tp-logo-img,
.tp-logo-link-router-link {
  position: relative;
  display: inline-block;
  width: 100%
}

.tp-logo-img {
  vertical-align: bottom;
  height: auto
}

.top-bar-container .buttons-container {
  position: relative;
  float: right;
  top: 6px;
  right: 20px
}

.top-bar-container .login-form-open-btn {
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  cursor: pointer
}

.top-bar-container .login-form-open-btn,
.top-bar-container .register-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 8px 16px;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 500;
  font-size: .8rem;
  text-align: center
}

.top-bar-container .register-btn {
  border: 1px solid #b0aeae;
  background-color: #b0aeae;
  border-radius: 50px
}

.top-bar-container .login-form-open-btn i,
.top-bar-container .register-btn i {
  display: none
}

@media (max-width:1024px) {
  .top-bar-container .login-form-open-btn {
    color: #fff;
    background-color: #ce8f3c;
    border-color: #ce8f3c;
    width: auto
  }

  .top-bar-container .register-btn {
    border: 1px solid #b0aeae;
    background-color: #b0aeae;
    width: auto
  }
}

@media (max-width:479px) {
  .hamburger-icon {
    width: 42px
  }

  .tp-logo-container {
    top: 8px;
    width: 112px
  }

  .top-bar-container .buttons-container {
    top: 12px
  }

  .top-bar-container .login-form-open-btn {
    padding: 0 10px;
    border: 0;
    margin: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 0;
    background-color: hsla(0, 0%, 100%, 0);
    color: #ce8f3c
  }

  .top-bar-container .register-btn {
    padding: 0 5px;
    font-size: 0;
    color: #b0aeae;
    background-color: hsla(0, 0%, 100%, 0);
    border: 0
  }

  .top-bar-container .login-form-open-btn i,
  .top-bar-container .register-btn i {
    display: block
  }
}

.seo-text-section,
.seo-text-wrapper {
  position: relative;
  width: 100%
}

.seo-text-wrapper {
  padding: 20px
}

/* .seo-text-wrapper.text-too-long {
  height: 240px;
} */

.seo-text-wrapper.text-too-long:after {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #151515;
  background: linear-gradient(180deg, transparent 0, #151515)
}

.seo-text-section a {
  color: #ce8f3c
}

.most-played-container {
  padding: 20px 20px 40px
}

.home-page-section .most-played-container {
  min-height: 330px
}

.new-games-container {
  position: relative;
  width: 100%
}

.new-games-wrapper {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #353535
}

.new-games-container {
  margin: 0 0 20px
}

.container-title {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  color: #959595;
  font-size: 1.2rem;
  float: left;
  width: 16.6666%;
  line-height: 190px;
  text-align: center;
  background-color: #101010;
  z-index: 1
}

.container-title .view-all-btn-router-link {
  display: none
}

.list-container {
  position: relative;
  float: left;
  width: 83.3334%
}

.list-wrap {
  overflow-x: scroll;
}

.games-list.new-games-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -4px;
  overflow: hidden;
  white-space: nowrap;
  transition: left .3s ease-in-out
}

.new-games-list .game-item {
  position: relative;
  padding: 8px 4px;
  width: 269px;
  display: inline-block;
  margin: 0
}

.new-games-list .game-img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom
}

@media (max-width:1440px) {
  .container-title {
    line-height: 173px;
    font-size: .8rem
  }

  .title {
    /* transform: rotate(-90deg); */
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    line-height: normal
  }

  .new-games-list .game-item {
    width: 244px
  }

  .game-provider,
  .game-title {
    display: none
  }
}

@media (max-width:1366px) {
  .container-title {
    line-height: 162px
  }

  .new-games-list .game-item {
    width: 229px
  }
}

.big-wins-container {
  position: relative;
  width: 100%;
  padding: 20px 20px 0
}

.big-wins-list {
  margin: 0 0 40px
}

.big-wins-list .bigwinscont {
  width: 100%;
  display: block;
  position: relative;
  background-color: transparent
}

.big-wins-list .bigwinscont ul {
  height: auto;
  max-height: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}

.big-wins-list .bigwinscont ul li {
  box-shadow: none;
  background-color: #252525;
  -ms-flex: 1;
  flex: 1
}

.big-wins-list .bigwinscont ul li:nth-child(2n) {
  background-color: #353535
}

.big-wins-list .bigwinscont .bwcont {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  color: #959595;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.big-wins-list .bigwinscont .bwcont .bwgameimage {
  margin: 0;
  width: 70%;
  height: auto;
  border-radius: 0
}

.big-wins-list .bigwinscont .bwcont .bwgamedate {
  padding: 0 0 0 10px;
  width: 60%;
  text-align: center
}

.big-wins-list .bigwinscont .bwcont .bwgamedate button {
  color: #ce8f3c;
  font-weight: 500;
  font-size: 11px;
  border: 0;
  padding: 0;
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: underline
}

@media (max-width:479px) {

  .big-wins-list .bigwinscont ul li .bwcont .bwgamedate button {
    color: #ce8f3c !important
  }
}

.home-promotions-container {
  position: relative;
  padding: 20px 20px 40px
}

.home-promotions-container .promotions-header:before {
  background-color: #ce8f3c
}

.home-promotions-container .promotions-wrapper {
  position: relative;
  width: 100%
}

.home-promotions-container .promotions-list {
  position: relative;
  padding: 0;
  margin: 0 -4px;
  list-style: none;
  overflow: hidden
}

.home-promotions-container .promotion-item {
  position: relative;
  margin: 0;
  padding: 0 4px;
  overflow: hidden;
  float: left
}

.home-promotions-container .promotion-item:first-child {
  width: 60.1%
}

.home-promotions-container .promotion-item:nth-child(2) {
  width: 39.9%;
  padding-bottom: 8px
}

.home-promotions-container .promotion-item:nth-child(3),
.home-promotions-container .promotion-item:nth-child(4) {
  width: 19.88%
}

.home-promotions-container .promotion-container,
.home-promotions-container .promotion-image-holder,
.home-promotions-container .promotion-wrapper {
  position: relative;
  width: 100%;
  height: 100%
}

.home-promotions-container .promotion-wrapper {
  overflow: hidden;
  border-radius: 0
}

.home-promotions-container .promotion-image {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto
}

.home-promotions-container .promotion-data {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: right;
  background-color: rgba(206, 143, 60, .9)
}

.home-promotions-container .promotion-data:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  right: 0;
  border-bottom: 10px solid rgba(206, 143, 60, .9);
  border-left: 956px solid hsla(0, 0%, 100%, 0)
}

.home-promotions-container .promotion-item:nth-child(2) .promotion-data:after {
  border-left: 675px solid transparent
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-data:after,
.home-promotions-container .promotion-item:nth-child(4) .promotion-data:after {
  border-left: 512px solid transparent
}

.home-promotions-container .promotion-data-wrapper {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  overflow: hidden
}

.home-promotions-container .promotion-item:nth-child(2) .promotion-data-wrapper {
  padding: 10px 15px
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-data-wrapper,
.home-promotions-container .promotion-item:nth-child(4) .promotion-data-wrapper {
  padding: 8px 15px
}

.home-promotions-container .ts-container {
  position: relative
}

.home-promotions-container .promotion-item:nth-child(2) .ts-container {
  top: 3px
}

.home-promotions-container .promotion-item:nth-child(3) .ts-container,
.home-promotions-container .promotion-item:nth-child(4) .ts-container {
  top: 5px
}

.home-promotions-container .promotion-title {
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 45%
}

.home-promotions-container .promotion-summary,
.home-promotions-container .promotion-title {
  position: relative;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  float: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.home-promotions-container .promotion-summary {
  max-width: 40%;
  top: 7px;
  font-size: 1rem;
  padding: 0 0 0 20px;
  transition: top .3s ease-in-out
}

.home-promotions-container .promotion-summary:after {
  position: absolute;
  content: " ";
  background-color: #fff;
  top: 0;
  left: 9px;
  width: 1px;
  height: 100%
}

.home-promotions-container .promotion-item:nth-child(2) .promotion-title {
  font-size: 1.25rem;
  max-width: 32%
}

.home-promotions-container .promotion-item:nth-child(2) .promotion-summary {
  font-size: .8rem;
  max-width: 40%;
  top: 5px
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-summary,
.home-promotions-container .promotion-item:nth-child(3) .promotion-title,
.home-promotions-container .promotion-item:nth-child(4) .promotion-summary,
.home-promotions-container .promotion-item:nth-child(4) .promotion-title {
  font-size: .8rem
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-title,
.home-promotions-container .promotion-item:nth-child(4) .promotion-title {
  max-width: 50%
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-summary,
.home-promotions-container .promotion-item:nth-child(4) .promotion-summary {
  display: none
}

.home-promotions-container .promotion-read-more-router-link {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 50px;
  background: hsla(0, 0%, 100%, .1);
  text-transform: capitalize;
  font-size: .8rem;
  float: right;
  transition: bottom .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out
}

.home-promotions-container .promotion-item:nth-child(3) .promotion-read-more-router-link,
.home-promotions-container .promotion-item:nth-child(4) .promotion-read-more-router-link {
  font-size: .7rem;
  padding: 4px 8px
}

.home-promotions-container .promotion-read-more-router-link:hover {
  background: #fff;
  color: #ce8f3c
}

@media (max-width:1440px) {

  .home-promotions-container .promotion-item,
  .home-promotions-container .promotion-item:first-child,
  .home-promotions-container .promotion-item:nth-child(2),
  .home-promotions-container .promotion-item:nth-child(3),
  .home-promotions-container .promotion-item:nth-child(4) {
    width: 50%
  }

  .home-promotions-container .promotion-data-wrapper,
  .home-promotions-container .promotion-item:nth-child(3) .promotion-data-wrapper,
  .home-promotions-container .promotion-item:nth-child(4) .promotion-data-wrapper {
    padding: 10px 20px
  }

  .home-promotions-container .ts-container {
    top: 3px
  }

  .home-promotions-container .promotion-item:nth-child(3) .promotion-title,
  .home-promotions-container .promotion-item:nth-child(4) .promotion-title,
  .home-promotions-container .promotion-title {
    font-size: 1rem;
    max-width: 32%
  }

  .home-promotions-container .promotion-item:nth-child(2) .promotion-summary,
  .home-promotions-container .promotion-item:nth-child(3) .promotion-summary,
  .home-promotions-container .promotion-item:nth-child(4) .promotion-summary,
  .home-promotions-container .promotion-summary {
    font-size: .8rem;
    top: 2px;
    max-width: 32%;
    display: block
  }

  .home-promotions-container .promotion-item:nth-child(2) .promotion-title {
    font-size: .9rem
  }

  .home-promotions-container .promotion-item:nth-child(3) .promotion-read-more-router-link,
  .home-promotions-container .promotion-item:nth-child(4) .promotion-read-more-router-link {
    font-size: .8rem;
    padding: 5px 15px
  }
}

.promotion-container,
.promotion-wrapper {
  position: relative;
  width: 100%
}

.promotion-wrapper {
  border-radius: 10px;
  overflow: hidden
}

.promotion-image-holder {
  position: relative;
  width: 100%
}

.promotion-read-more-router-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .8rem;
  background-color: #ce8f3c;
  border-radius: 10px 0 0 0;
  color: #fff;
  padding: 8px 16px;
  font-weight: 500;
  text-transform: capitalize
}

.games-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -10px;
  overflow: hidden
}

.most-played-container {
  position: relative;
  padding: 20px 20px 30px;
  width: 100%;
  overflow: hidden
}

@media (max-width:1024px) {

  .register-btn:before {
    display: none
  }
}

.game-info-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out
}

.game-info-loader-container .button-loader {
  top: 50%;
  margin-top: -21px;
  background-color: #202020;
  padding: 10px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.game-info-loader-container .button-loader:before {
  top: -4px;
  left: -4px;
  border: 4px solid rgba(0, 0, 0, .5);
  border-top-color: #ce8f3c
}

.game-message {
  background-color: #ce8f3c
}

@media (max-width:1024px) {

  .game-overlay,
  .play-icon-container {
    display: none
  }
}

.promotions-list {
  position: relative;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  overflow: hidden
}

.promotions-wrapper {
  position: relative;
  width: 100%
}

.promotion-data-wrapper {
  position: relative;
  margin: 0 auto;
  width: 85%
}

.promotion-title {
  font-size: 2rem;
  text-transform: uppercase
}

.promotion-title {
  position: relative;
  width: 100%;
  font-weight: 500
}

.promotion-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom
}

@media (max-width:1440px) {

  .promotion-data-wrapper {
    width: 96%
  }
}

@media (max-width:1024px) {

  .promotion-data-wrapper {
    margin: 0;
    width: 100%
  }
}

.footer-container {
  position: relative;
  width: 100%;
  color: #757575;
  background-color: #101010
}

.footer-container:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background-color: #ce8f3c
}

.footer-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 0 20px
}

.footer-rights {
  position: relative;
  width: 100%;
  font-size: .7rem;
  padding: 20px 20px 0;
  text-transform: capitalize;
  text-align: center;
  color: #555
}

@media (max-width:479px) {
  .footer-rights {
    text-align: center
  }
}

.payment-providers-container {
  position: relative;
  padding: 10px 0;
  background-color: #f8f8f8
}

.payment-providers-wrapper {
  position: relative;
  width: 100%;
  text-align: center
}

@media (max-width:1024px) {
  .game-providers-wrapper {
    padding: 0 20px
  }
}

.footer-providers-container {
  width: 100%;
  z-index: 1;
  background-color: transparent;
  padding: 0 20px
}

.footer-providers-container.game-providers-container {
  background-color: hsla(0, 0%, 100%, .1)
}

.footer-providers-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  text-align: center
}

.footer-providers-wrapper.game-providers-wrapper {
  padding: 20px 0;
  border: 0
}

.footer-providers-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-provider-item {
  position: relative;
  width: 100px;
  padding: 0 15px;
  height: 70px
}

.footer-provider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-provider-logo {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom
}

.scroll-alert {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100px;
  color: #fff;
  background: #282828;
  background: linear-gradient(275deg, #282828, transparent)
}

.scroll-alert i.material-icons {
  font-size: 0
}

.payment-providers-wrapper .scroll-alert {
  background: #101010;
  background: linear-gradient(275deg, #101010, transparent)
}

@media (max-width:1440px) {
  .footer-provider-item {
    width: 108px
  }
}

@media (max-width:1024px) {
  .footer-providers-wrapper {
    overflow-x: auto;
    text-align: left
  }

  .footer-providers-wrapper.game-providers-wrapper {
    padding: 10px 0
  }

  .footer-providers-list {
    display: inline-block;
    white-space: nowrap;
    width: auto
  }

  .footer-provider-item {
    display: inline-block;
    vertical-align: top
  }

  .footer-provider-item.payment-provider-item {
    width: 108px
  }
}

.footer-content-container {
  position: relative;
  width: 100%;
  padding: 40px 0 0
}

.footer-content-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 70%
}

.footer-content-bottom-container,
.footer-content-middle-container,
.footer-content-top-container {
  position: relative;
  width: 100%;
  padding: 0 0 40px
}

.footer-content-top-container {
  border-bottom: 2px solid #252525
}

.footer-content-middle-container {
  padding: 40px 0
}

.footer-content-bottom-container {
  padding: 0
}

.footer-content-bottom-wrapper,
.footer-content-middle-wrapper,
.footer-content-top-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -10px
}

.footer-content-middle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.footer-box {
  width: 33.3333%;
  float: left;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.footer-box,
.footer-top-box {
  position: relative;
  padding: 0 10px
}

.footer-top-box {
  width: 100%;
  float: none
}

@media (max-width:1024px) {
  .footer-content-wrapper {
    width: 100%;
    padding: 0 20px
  }
}

@media (max-width:479px) {

  .footer-content-bottom-container,
  .footer-content-middle-container,
  .footer-content-top-container {
    padding: 0
  }

  .footer-content-top-container {
    border-bottom: 0
  }

  .footer-content-container {
    padding: 0
  }

  .footer-content-wrapper {
    width: 100%
  }

  .footer-content-bottom-wrapper,
  .footer-content-middle-wrapper,
  .footer-content-top-wrapper {
    margin: 0
  }

  .footer-content-middle-wrapper {
    display: block
  }

  .footer-box {
    width: 100%;
    text-align: left;
    float: none;
    padding: 0
  }
}

.footer-help-wrapper,
.footer-payments-wrapper,
.footer-title {
  position: relative;
  width: 100%
}

.footer-title {
  margin: 0 0 20px;
  color: #959595;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600
}

.help-list,
.payments-footer-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0
}

.help-item,
.payments-footer-item {
  position: relative;
  width: 100%;
  margin: 0 0 10px
}

.help-item:last-child,
.payments-footer-item:last-child {
  margin: 0
}

.help-link-router-link,
.payments-footer-link-router-link {
  color: #555;
  display: inline-block;
  position: relative;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s ease-in-out
}

.help-link-router-link:hover,
.payments-footer-link-router-link:hover {
  color: #ce8f3c
}

@media (max-width:479px) {

  .footer-help-wrapper,
  .footer-payments-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #252525
  }

  .footer-title {
    display: none
  }

  .help-item,
  .payments-footer-item {
    text-align: center;
    float: none;
    padding: 0 0 15px;
    margin: 0
  }

  .help-item:last-child,
  .payments-footer-item:last-child {
    padding: 0
  }

  .help-link-router-link,
  .payments-footer-link-router-link {
    font-size: .8rem
  }
}

.footer-active-language,
.footer-languages-wrapper {
  position: relative;
  width: 100%
}

.footer-active-language {
  text-align: center;
  cursor: pointer
}

.footer-active-language-icon {
  position: relative;
  display: inline-block;
  vertical-align: sub;
  margin: 0 5px 0 0;
  color: #959595;
  font-size: 24px
}

.footer-active-language-text {
  position: relative;
  color: #959595;
  font-size: 1.25rem;
  text-transform: uppercase;
  top: 0;
  font-weight: 600
}

.footer-languages-list {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  height: 0;
  overflow: hidden
}

.footer-language-item {
  position: relative;
  padding: 0 20px;
  width: 88px;
  display: inline-block
}

.footer-language-link {
  padding: 5px;
  border: 1px solid #353535;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  cursor: pointer
}

.footer-language-flag,
.footer-language-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto
}

.footer-language-flag {
  vertical-align: bottom
}

@media (max-width:479px) {
  .footer-languages-section-container {
    padding: 20px 0 0
  }

  .footer-languages-wrapper {
    border-bottom: 1px solid #252525;
    padding: 0 0 20px
  }

  .footer-active-language-text {
    font-size: 1.1rem
  }

  .footer-language-item {
    padding: 0 10px;
    width: 64px
  }
}

.footer-licence-section-container {
  width: 100%;
  padding: 0 10px
}

.footer-licence-container {
  position: relative;
  width: 100%;
  border-top: 2px solid #252525;
  padding: 40px 0;
  font-size: .7rem
}

@media (max-width:479px) {
  .footer-licence-section-container {
    padding: 0;
    border-bottom: 0
  }

  .footer-licence-container {
    border-top: 1px solid #252525
  }

  .footer-licence-wrapper table tr td {
    width: 100%;
    clear: both;
    display: block;
    margin: 0 0 20px;
    text-align: center
  }

  div[data-apg-image-size="128"] {
    margin: 0 auto !important;
    max-width: 64px !important
  }
}

.footer-navigation-wrapper {
  position: relative;
  width: 100%
}

.footer-navigation-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-navigation-item {
  position: relative;
  width: 100%;
  margin: 0 0 15px
}

.footer-navigation-item:last-child {
  margin: 0
}

.footer-navigation-link-router-link {
  color: #555;
  display: inline-block;
  position: relative;
  font-size: .8rem;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  transition: color .3s ease-in-out
}

.footer-navigation-link-router-link:hover {
  color: #ce8f3c
}

@media (max-width:479px) {
  .footer-navigation-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #252525
  }

  .footer-title {
    display: none
  }

  .footer-navigation-item {
    text-align: center;
    float: none;
    padding: 0 0 15px;
    margin: 0
  }

  .footer-navigation-item:last-child {
    padding: 0
  }

  .footer-navigation-link-router-link {
    font-size: .8rem
  }
}

@media (max-width:479px) {

  .footer-title {
    display: none
  }
}

.footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0
}

@media screen and (min-width:768px) {
  .footer-logos {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.footer-logos__link {
  display: block;
  margin: .5rem 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

@media screen and (min-width:768px) {
  .footer-logos__link {
    margin: 0 1rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.footer-logos__link img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (min-width:768px) {
  .footer-logos__link img {
    height: 60px;
    width: 200px
  }
}

@media screen and (min-width:1024px) {
  .footer-logos__link img {
    height: 100px;
    width: 240px
  }
}

@media screen and (min-width:1024px) {
  .footer-logos__link img.ask-gambler {
    width: 290px
  }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #959595 !important;
  transition: background-color 5000s ease-in-out 0s
}

@media (max-width: 768px) {
  .home-promotions-container .promotions-list{
    display: flex;
    flex-direction: column;
  }
  .home-promotions-container .promotions-list .promotion-item{
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .promotion-data-wrapper{
    display: flex;
    flex-direction: column;
  }
  .promotion-read-more-router-link{
    width: 129px;
    margin-top: 10px;
    place-self: center;
  }
}
@media (max-width: 540px) {
  .title{
    transform: rotate(-90deg);
  }
}
.games-list {
  width: 1360px;
}


@media (max-width:1024px) {
  
  .banners-wrapper{
    margin-top: 49px;
  }
}
@media (min-width:1025px) {
  .top-bar-container {
    display: none;
  }
 
}


@media (max-width:1440px) {
  .games-list {
    width: 1168px;
  }
}

.hamburger-open .hamburger-line {
  opacity: 0;
}
.hamburger-open .hamburger-top {
  -webkit-transform: rotate(45deg) translate(4px,7px);
          transform: rotate(45deg) translate(4px,7px);
}
.hamburger-open .hamburger-bottom {
  -webkit-transform: rotate(-45deg) translate(3px,-6px);
          transform: rotate(-45deg) translate(3px,-6px);
}
.bigwinscont {
  width: 247px;
  top: 0px;
  position: absolute;
  z-index: 3;
  background: white;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  overflow-x: scroll;
}

.bigwinscont.havedata {
  opacity: 1;
  transition: opacity 1s ease-out;
  visibility: visible;
}

.bigwinscont.topwinners {
  right: 0;
}

.bigwinscont ul {
  padding: 0;
  margin: 0;
  height: 100%;
  /*overflow: auto;
                            overflow-x: hidden;*/
}

.bigwinscont ul li {
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
  background: white;
}

.bigwinscont .bwcont {
  color: black;
  display: table;
  padding: 5px;
}

.bigwinscont .bwcont .bwgameimage {
  background-size: cover;
  background-position: center center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border-radius: 10px;
  display: inline-block;
}

.bigwinscont .bwcont .bwgamedate {
  display: table-cell;
  font-size: 11px;
  padding: 10px;
  padding-left: 8px;
  vertical-align: middle;
}

.playSlot:hover {
  cursor: pointer;
}