main.page-home .block-steps span { display: block; width: 100%; color: #ffc61f; }
main.page-home .block-steps span.step{ font-weight: bold; text-transform: uppercase }
main.page-home .block-steps span.desc{ font-size: 11px; }

/* line 259, ../sass/base.scss */
.page-gamelist section.page-banner {
    position: relative;
    /* height: 400px;
    display: flex; */
    z-index: 1;
  }
  /* line 260, ../sass/base.scss */
  .page-gamelist section.page-banner > .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 261, ../sass/base.scss */
  .page-gamelist section.page-banner img.banner-img {
    /* position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    z-index: -1; */
    width: 100%;
  }
  
  /* line 263, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 {
    padding-top: 70px;
  }
  /* line 264, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 > .row {
    justify-content: center;
  }
  /* line 265, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 .each {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 266, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 .each img {
    width: 100%;
  }
  /* line 267, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 .each h3 {
    color: white;
    text-align: center;
    margin-top: 8px;
  }
  /* line 268, ../sass/base.scss */
  .page-gamelist .wrap-gamelist2 .each a {
    display: block;
    background-color: #ffc61e;
    width: 120px;
    padding: 8px;
    margin: auto;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
  }
  @media screen and (min-width: 991px) {
    .menuWrap nav.navbar #mainNav > li a.nav-link .mcon {
      width: 50px;
      top: 0;
      margin-left: -25px;
    }
  }
  @media screen and (max-width: 991px) {
    .navbar.float-left {
      display:block !important;
    }
    .navbar.float-right {
      display:none !important;
    }
    header > .wrap-left {
    display: none;
    }
    .topbar .container {
      width: 100% !important;
      max-width: 100% !important;
    }
    /* header > .wrap-left > .brand > img {
      height:auto;
      width:80px;
    } */

    .topbar .wrap-left {
      text-align: left;
      display: flex !important;
      justify-content: space-around;
      position: absolute;
      height: 100%;;
    }
    .topbar .wrap-left .brand {
        width:80px;
        position:relative;
    }
    .sidepanel {
      display:none !important;
    }
    .menuWrap {
      padding: 10px 0 !important;
    }
    /* .topbar #userNav > li {
      min-height: 50%;
      height:auto !important;
      flex: 1;
    }
    .topbar #userNav {
      flex-flow: column wrap;
      flex: 1;
      max-width: 250px;
    } */
    .topbar #userNav > li.forlogout {
      display: none !important;
    }
    #userNav2 {
      display: block !important;
    }
  }
  #userNav2 {
    display: none;
  }
#navlogin .form-item input:focus {
    color: #000 !important;
}
#userNav2 a.nav-link {
    font-size: 12px;
    padding: 6px 10px;
    margin: -5px 0;
}
body, main {
    background-color: #182939 !important;
    background: #182939 !important;
}

  marquee {
      width: 100%;
      max-width: 100% !important;
  }
  
  .topbar {
      display: flex;
      flex-basis: 100%;
      flex: 1;
      background: #182939;
  }
  .menuWrap {
    flex-basis: 100%;
    flex: 1;
    padding: 2px 0;
    border-top: 1px solid #696969;
  }
  .smallmenu-brand { display: none !important; }

  header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }

  .topbar .headerwrap {
    display: flex;
    margin-bottom: 5px;
  }
  .topbar .headerwrap .brand {
    width: 20vw;
    max-width: 165px;
  }
  .topbar .headerwrap .bigmenu {
    flex: 1;
    display: flex;
    flex-flow: row-reverse;
  }
  .topbar .headerwrap .brand img {
    width: 100%;
  }

  .topbar .wrap-left img {
      height: 60px;
      position: absolute;
      top:50%;
      margin-top: -25px;
      left: 10%;
  }
  .topbar > .container {
    position: relative;
  }
  .navbar.float-left {
    display:none;
  }
  .navbar.float-right {
    display:block;
  }
  header form#navlogin .form-action {
    float: none;
    display: inline;
  }
  header form#navlogin {
    /* margin-right: 0; */
  }
  header form#navlogin .form-item {
    margin-right: 0;
    margin-left: 5px;
    float: right;
    max-width: 100px;
    width: auto;
    flex: 1;
    color: #000 !important;
  }
  .clear {
    clear: both;
  }
  .nav#userNav {
    height: 100%;
    display: flex;
  }
  .topbar #userNav > li {
    /* float: none; */
    height:100%;
  }
  .topbar #userNav > li.forlogout {
    order: 1;
  }
  .topbar #userNav a.nav-link {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
  }
  .topbar .lang {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
  }
.page-gamelist section.page-banner {
    overflow: hidden !important;
}

main.not-front.page-gamelist {
    padding-top: 0 !important;
}
/* 
  header > .wrap-left {
    position: absolute;
    height:100%;
    left: 10%;
  }
  
  header > .wrap-left > .brand {
    height:100%;
  }
  
  header > .wrap-left > .brand > img {
    height:80%;
    margin-top: 10%;
  } 
  */
  main.page-home .block-games .each {
    height: 200px;
  }
  main.page-home .block-games .each > img {
    height: 100%;
  }

  main.page-home .block-games .each:nth-child(3n+1) .title-wrap h3,
  main.page-home .block-games .each:nth-child(3n+1) a:hover, main.page-home .block-games .each:nth-child(3n+1) a
  {
    color: #fff !important;
  }

  main.page-home .block-games .each:nth-child(3n+1) a
  {
    border-color: #fff !important;
  }

  @media (max-width: 480px) {
    main.mem-log section.p-info .wallet-content .bank-content .p-details .picker ul.thumbnails li {
      width: 50% !important;
    }
  }