html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  background: #122636;
  font-family: "Nunito Sans";
}

body {
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #02010f;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  border: 0px !important;
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

.Transitions {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ClearFix {
  clear: both;
}

.yellow {
  color: #ffcb05;
}

#Bar_Top {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 10%;
  background: #02010f;
}

#Bar_Top .mainIimage {
  display: block;
  width: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

#Bar_Top .mainIimageTablet {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}

#Bar_Top .mainIimageMobile {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}

.tan {
  text-shadow: -1.5px -2px #010101, 1.5px 1px #d95876;
}

#Bar_Top .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}

#Bar_Top .wrapper .contentTop {
  display: block;
  width: 100%;
  max-width: 1040px;
  height: 100px;
  position: relative;
  margin: 0px auto;
  padding: 15px 20px;
}

#Bar_Top .wrapper .contentTop .lgcasino {
  display: inline;
  width: 100%;
  max-width: 190px;
  float: left;
}

#Bar_Top .wrapper .contentTop .iconsAwards {
  display: inline;
  width: 100%;
  max-width: 250px;
}

#Bar_Top .wrapper .contentTop .contentContact {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  float: right;
}

#Bar_Top .wrapper .mainPromo {
  display: block;
  width: 100%;
  max-width: 670px;
  height: 330px;
  position: relative;
  margin: 12px auto;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
}

#Bar_Top .wrapper .mainPromo span.YellowbigText {
  color: #ffcb05;
  font-size: 118px;
  margin: 0px auto;
  padding: 0px;
  line-height: 120px;
}

#Bar_Top .wrapper .mainPromo span.WhitebigText {
  color: #ffffff;
  font-size: 50px;
  margin: 0px auto;
  padding: 0px;
  line-height: 60px;
  font-weight: 400;
}

#Bar_Top .wrapper .mainPromo span.WhitemediumText {
  color: #ffffff;
  font-size: 34px;
  margin: 10px auto;
  padding: 0px;
  line-height: 40px;
  font-weight: 400;
}

#Bar_Top .wrapper .mainPromo p.WhitebigText {
  color: #ffffff;
  font-size: 90px;
  margin: 0px auto;
  padding: 0px;
  line-height: 60px;
  display: inline-block;
}

#Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
  color: #ffffff;
  font-size: 92px;
  margin: 30px auto;
  padding: 0px;
  line-height: 60px;
  display: inline-block;
  font-style: italic;
}

#Bar_Top .wrapper .mainPromo p.WhitemediumText {
  color: #ffffff;
  font-size: 50px;
  margin: 0px auto;
  padding: 0px;
  line-height: 38px;
  display: inline-block;
}

#Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
  color: #ffffff;
  font-size: 48px;
  margin: 0px auto;
  padding: 0px;
  line-height: 32px;
  display: inline-block;
  font-style: italic;
}

#Bar_Top .wrapper .mainPromo span.smallText {
  color: #ffcb05;
  font-size: 24px;
  margin: 0px auto;
  padding: 0px;
  line-height: 30px;
}

#Bar_Top .wrapper .mainPromo .BtnYellow {
  display: block;
  width: 100%;
  max-width: 448px;
  margin: 0px auto;
  padding: 15px;
  font-weight: 900;
  font-size: 30px;
  color: #122636;
  border: 1px solid #ffcb05;
  background-color: #ffcb04;
  border-radius: 12px;
}

#Bar_Top .wrapper .mainPromo .BtnLeft {
  display: inline-block;
  max-width: 224px;
  border-radius: 12px 0px 0 12px;
  background-color: #d72d28;
  width: 100%;
  margin: 15px auto;
  padding: 16px 14px;
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
  border: 1px dashed #ffffff;
}

#Bar_Top .wrapper .mainPromo .BtnRight {
  display: inline-block;
  max-width: 224px;
  border-radius: 0px 12px 12px 0;
  background-color: #FFFFFF;
  width: 100%;
  margin: 15px auto;
  padding: 16px 14px;
  font-weight: 600;
  font-size: 26px;
  color: #d72d28;
  border: 1px dashed #ffffff;
  cursor: pointer;
}

#Bar_Top .wrapper .mainPromo .BtnYellow:hover {
  background-color: rgba(255, 203, 4, 0.9);
}

#Bar_Top .wrapper .mainPromo .BtnRight:hover {
  background-color: #f5dfdfba;
}

.m-wrapper {
  display: block !important;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006351+0,308072+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #006351 0%, rgba(48, 128, 114, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #006351 0%, rgba(48, 128, 114, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #006351 0%, rgba(48, 128, 114, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006351", endColorstr="#00308072",GradientType=0 );
  /* IE6-9 */
}

#Bar_Middle .contentGames {
  display: block !important;
  width: 100%;
  min-height: 190px;
  position: relative;
  margin-top: 35px !important;
  margin-bottom: 30px !important;
}

#Bar_Middle .contentGames h1 {
  display: block !important;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

#Bar_Footer {
  display: block !important;
  width: 100%;
  min-height: 60px;
  background: #308072;
  padding: 0px !important;
  margin: 0px !important;
}

#Bar_Footer .CenterCont {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin: 0px auto 0px auto;
  padding-top: 0px;
}

#Bar_Footer .CenterCont h1 {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

#Bar_Footer .CenterCont #BtnBTerms {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 35px;
  line-height: 36px;
  margin: 10px auto;
  float: right;
  border: solid 1px #ffffff;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer !important;
  font-weight: 700;
  font-size: 15px;
}

#Bar_Footer .CenterCont #BtnBTerms:hover {
  color: #AEC9C2;
}

#Bar_Footer .CenterCont #ImgDM {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 10px auto 0px auto;
  float: left;
}

.BoxesSides {
  width: 50%;
  min-height: 130px;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.gridDiv {
  display: inline-block;
  width: 33.3%;
  text-align: left;
}

.gridDivLeft {
  display: inline-block;
  width: 18%;
}

.gridDivCent {
  display: inline-block;
  width: 40%;
}

.divLeftDots {
  width: 26%;
}

.whitemediumText {
  color: #ffffff;
  font-size: 44px;
  margin: 10px auto;
  padding: 0px;
  line-height: 20px;
  font-weight: 800;
  font-style: italic;
  font-family: "Nunito Sans";
}

.spin {
  font-size: 37px;
}

.gamesHead {
  color: #ffffff;
  font-size: 38px;
  margin: 10px auto;
  padding: 0px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Nunito Sans";
}

.italicNumbers {
  display: flex;
  align-items: center;
  font-size: 58px;
  font-style: italic;
}

.btnTransparent {
  display: block;
  width: 100%;
  max-width: 175px;
  margin: 0px auto;
  padding: 11px 39px;
  font-weight: 100;
  font-size: 18px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  font-family: "Nunito Sans";
}

.smallText {
  color: #ffffff;
  font-size: 18px;
  margin: 10px auto;
  line-height: 2px;
  font-weight: 400;
  font-family: "Nunito Sans";
}

.smallTextDots {
  color: #ffffff;
  font-size: 18px;
  margin: 10px auto;
  line-height: 20px;
  font-weight: 400;
  font-family: "Nunito Sans";
}

.smallTextYellow {
  color: #ffcb05;
  font-size: 27px;
  margin: 20px auto;
  line-height: 2px;
  font-weight: 600;
  font-family: "Nunito Sans";
  font-variant: all-small-caps;
  font-style: italic;
}

.middle {
  display: block;
  width: 100%;
  height: 954px;
  position: relative;
  background: #122636;
  padding-top: 10px;
}

.CenterCont {
  display: block;
  width: 100%;
  max-width: 1442px;
  margin: 100px auto;
  padding-top: 70px;
}

.CenterContPlay {
  display: block;
  width: 100%;
  height: 136px;
  max-width: 78%;
  margin: 12px auto;
}

.middle .CenterCont {
  padding-top: 10px;
  margin: 30px auto;
  max-width: 1348px;
  height: 160px;
}

.options {
  background: #02010f;
  padding: 50px;
  border: 1px solid #02010f;
  border-radius: 39px;
}

.BoxesPoints {
  width: 33.3%;
  min-height: 130px;
  position: relative;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.BoxesOptions {
  width: 25%;
  min-height: 130px;
  position: relative;
  float: left;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.BoxesGames {
  width: 30.3%;
  min-height: 130px;
  position: relative;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.BoxesGamesBig {
  width: 38%;
  min-height: 130px;
  position: relative;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
  z-index: 999;
}

.dots {
  margin-left: 6px;
}

.smallTextOptions {
  font-weight: 100;
  font-size: 22px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-variant: all-small-caps;
}

.textFooter {
  font-weight: 100;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
}

.optionsDiv {
  padding-bottom: 8px;
}

.footerDiv {
  width: 35%;
  margin: 35px auto;
  display: flex;
  justify-content: flex-end;
}
.footerDiv .gridDiv {
  display: inline-block;
  width: 48%;
  text-align: left;
  z-index: 9;
}
.footerDiv .btnTransparent {
  max-width: 220px;
  font-size: 17px;
  padding: 11px 47px;
  cursor: pointer;
}

.payment {
  display: block;
  width: 100%;
  max-width: 306px;
  height: auto;
}

.popularGames {
  margin-top: 80px;
}

.JpCounter::before {
  content: "$";
  color: #FFFFFF;
  vertical-align: baseline;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-right: 5px;
}

.termsDiv {
  background: #1e1e1e;
  height: 100px;
  display: flex;
}

/* Slider Section */
#slider {
  height: 90px;
}

.slide {
  position: relative;
  border: none;
  height: 100px;
}

.slide-content {
  position: absolute;
  top: 0px;
  right: 0%;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  padding: 3px 0px 2px;
  text-align: left;
}

.slick-vertical .slick-slide {
  height: 21px !important;
}

.CarouselGames {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 1300px;
  height: auto;
  position: relative;
  height: 400px;
}

.owl-carousel {
  height: 400px !important;
}

.owl-stage-outer {
  height: 400px;
  padding-top: 28px;
}

.owl-carousel .item {
  height: 100%;
  padding: 0;
}

.owl-carousel .owl-item.big {
  transform: scale(1.2) !important;
  z-index: 999 !important;
}

.owl-carousel .item .ImgGame {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0px auto 0px auto;
}

.owl-next {
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 10%;
  background: url("../images/arrows.svg") 0% 50% no-repeat;
  background-size: 200% 100%;
}

.owl-prev {
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 10%;
  background: url("../images/arrows.svg") 100% 50% no-repeat;
  background-size: 200% 100%;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 2px;
  padding: 4px 5px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#BarFooterTerms {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  background: #1e1e1e;
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 9999999;
  opacity: 1;
  padding-top: 10px;
}

#BarFooterTerms #BoxButtonTerms {
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0px;
  z-index: 0;
  text-align: center;
}

#BarFooterTerms #ButtonTerms {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0px auto;
  padding: 6px 0px;
  background: #2b0c83 no-repeat center 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

#BarFooterTerms footer {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1204px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  text-align: justify;
  font-weight: normal !important;
  font-size: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #1e1e1e;
}

@media only screen and (max-width: 2000px) {
  .CenterContPlay {
    max-width: 94%;
  }

  .invDiv {
    width: 24% !important;
  }
}
@media only screen and (max-width: 1900px) {
  #Bar_Top .wrapper .mainPromo {
    max-width: 630px;
    margin: 12px auto;
  }

  #Bar_Top .wrapper .mainPromo span.WhitebigText {
    color: #ffffff;
    font-size: 40px;
    margin: 0px auto;
    padding: 0px;
    line-height: 60px;
  }

  .CenterContPlay {
    margin: 18px auto 0px;
    max-width: 96%;
  }

  .middle {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1731px) {
  #Bar_Top {
    padding: 0;
  }

  .CenterContPlay {
    margin: -224px auto 0px;
  }

  #Bar_Top .mainIimage {
    display: none;
  }

  #Bar_Top .mainIimageTablet {
    display: block;
  }

  #Bar_Top .mainIimageMobile {
    display: none;
  }

  .middle {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1631px) {
  .CenterContPlay {
    margin: -170px auto 10px;
  }
}
@media only screen and (max-width: 1501px) {
  #Bar_Top .wrapper .mainPromo {
    max-width: 630px;
    margin: 12px auto;
  }

  #Bar_Top .wrapper .mainPromo span.WhitebigText {
    color: #ffffff;
    font-size: 35px;
    margin: 0px auto;
    padding: 0px;
    line-height: 40px;
  }

  .CenterContPlay {
    margin: -112px auto 10px;
  }

  .gridDiv {
    width: 39%;
  }

  .gridDivLeft {
    width: 20%;
  }

  .BoxesSides {
    padding-left: 0;
  }

  .middle .CenterCont {
    max-width: 1256px;
  }

  .BoxesPoints {
    padding-left: 2%;
  }

  .footerDiv {
    width: 43%;
  }
}
@media only screen and (max-width: 1361px) {
  .middle .CenterCont {
    max-width: 1156px;
  }

  .CenterContPlay {
    max-width: 96%;
    margin: -36px auto 0;
  }

  .middle {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .CenterContPlay {
    margin: -20px auto;
  }

  #Bar_Top .mainIimage {
    display: none;
  }

  #Bar_Top .mainIimageTablet {
    display: block;
  }

  #Bar_Top .mainIimageMobile {
    display: none;
  }

  #Bar_Top .wrapper .mainPromo {
    max-width: 494px;
    margin: 12px auto;
    font-size: 14px;
  }

  #Bar_Footer {
    height: 60px;
    position: relative;
  }

  #Bar_Top .wrapper .contentTop .lgcasino {
    max-width: 176px;
    float: unset;
  }

  #Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
    font-size: 75px;
    margin: 10px auto;
    padding: 0px;
    line-height: 60px;
  }

  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
    font-size: 40px;
    margin: 0px auto;
    padding: 0px;
    line-height: 25px;
  }

  .spin {
    font-size: 32px;
  }

  #Bar_Top .wrapper .mainPromo span.WhitemediumText {
    font-size: 28px;
  }

  #Bar_Top .wrapper .mainPromo .BtnLeft {
    max-width: 170px;
    margin: 2px auto;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 19px;
  }

  #Bar_Top .wrapper .mainPromo .BtnRight {
    max-width: 160px;
    margin: 2px auto;
    padding: 12px 4px;
    font-weight: 600;
    font-size: 19px;
  }

  #Bar_Top .wrapper .mainPromo .BtnYellow {
    max-width: 329px;
    margin: 10px auto;
    padding: 11px 15px;
    font-size: 21px;
  }

  .CenterContPlay {
    display: block;
    width: 100%;
    margin: -81px auto 0;
    height: 164px;
  }

  .gridDivLeft {
    width: 20%;
  }
  .gridDivLeft img {
    width: 90%;
  }

  .gridDiv {
    width: 34%;
  }
  .gridDiv span {
    font-size: 15px;
  }

  .gridDivCent {
    width: 45%;
  }
  .gridDivCent span {
    font-size: 12px;
  }

  .whitemediumText {
    font-size: 32px !important;
    margin: 10px auto;
    padding: 0px;
    line-height: 1px;
  }

  .smallText {
    font-size: 15px;
    margin: 8px auto;
    line-height: 0px;
  }

  .BoxesSides {
    padding-left: 0%;
  }

  .btnTransparent {
    max-width: 143px;
    margin: 0px auto;
    padding: 9px 28px;
    font-size: 16px;
  }

  .middle {
    height: 822px;
    margin-top: 0px;
  }

  .middle .CenterCont {
    padding-top: 10px;
    margin: 24px auto;
    max-width: 1016px;
    height: 160px;
  }

  .smallTextYellow {
    font-size: 22px;
    margin: 20px auto;
    line-height: 2px;
  }

  .smallTextDots {
    font-size: 15px;
    margin: 10px auto;
    line-height: 20px;
  }

  .BoxesPoints {
    width: 33.3%;
  }
  .BoxesPoints .gridDivCent {
    width: 26%;
  }
  .BoxesPoints .gridDivRight {
    width: 67%;
  }
  .BoxesPoints .secureDeposit {
    width: 44%;
  }

  .BoxesPoints3 {
    width: 33.3%;
  }
  .BoxesPoints3 .gridDivRight {
    padding-left: 31px;
  }

  .dots {
    margin-left: 3px;
  }

  .smallTextOptions {
    font-size: 18px;
  }

  .footerDiv {
    width: 50%;
  }
}
@media only screen and (max-width: 1061px) {
  .middle {
    height: 822px;
  }
  .middle .CenterCont {
    max-width: 866px;
  }

  .CenterContPlay {
    margin: 20px auto -20px;
    max-width: 98%;
  }

  .footerDiv {
    width: 60%;
  }

  .gridDiv span {
    font-size: 13px;
  }

  .smallText {
    font-size: 15px !important;
  }

  .smallTextYellow {
    font-size: 17px;
  }

  .smallTextDots {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  #Bar_Top .mainIimage {
    display: none;
  }

  #Bar_Top .mainIimageTablet {
    display: block;
  }

  #Bar_Top .mainIimageMobile {
    display: none;
  }

  #Bar_Top .wrapper .contentTop .lgcasino {
    display: inline;
    width: 100%;
    max-width: 180px;
    float: left;
  }

  #Bar_Top .wrapper .mainPromo {
    max-width: unset;
    margin: 0px auto;
    font-size: 13px;
    display: block !important;
    width: 100% !important;
  }

  #Bar_Top .wrapper .contentTop {
    padding: 0;
    margin: 0px auto;
    max-width: unset;
  }
  #Bar_Top .wrapper .contentTop .contentContact {
    max-width: 180px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  #Bar_Footer {
    height: 60px;
    position: relative;
  }

  #Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
    font-size: 75px;
    margin: 10px auto;
    padding: 0px;
    line-height: 60px;
  }

  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
    font-size: 40px;
    margin: 0px auto;
    padding: 0px;
    line-height: 25px;
  }

  .spin {
    font-size: 32px;
  }

  #Bar_Top .wrapper .mainPromo span.WhitemediumText {
    font-size: 28px;
  }

  #Bar_Top .wrapper .mainPromo span {
    width: 64%;
  }

  .CenterContPlay {
    display: flex;
    width: 96%;
    margin: 0px auto 10px;
    height: 376px;
    padding: 30px 4px;
  }

  .BoxesSides {
    width: 50%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }

  .gridDivLeft, .gridDiv {
    display: block;
    margin: 10px auto;
  }

  .gridDivLeft {
    width: 36%;
  }

  .gridDiv {
    width: 44%;
    text-align: center;
  }
  .gridDiv p {
    margin-top: 21px;
  }

  .BoxesPoints .gridDivRight {
    width: 74%;
  }

  .gridDivCent {
    width: 58%;
  }

  .smallText {
    text-align: center;
  }

  .BoxesPoints {
    width: 80%;
    min-height: unset;
    margin: 0 auto;
    float: none;
  }

  .noDisplay {
    display: none !important;
  }

  .secureDeposit {
    width: 26% !important;
  }

  .BoxesPoints3 .gridDivRight {
    padding-left: 0px;
  }

  .BoxesPoints3 .gridDivCent {
    width: 26%;
  }

  .BoxesOptions {
    width: 50%;
    display: block;
  }

  .options {
    height: 310px !important;
  }

  .middle .CenterCont {
    max-width: 700px;
    height: 336px;
  }

  .gamesHead {
    font-size: 31px;
  }

  .middle {
    margin: 0px auto;
    height: 1110px;
  }

  .footerDiv {
    width: 76%;
    display: flex;
    align-items: center;
  }

  #Bar_Top .wrapper .contentTop {
    height: 80px;
  }

  .firstPlay {
    margin-top: 17px;
  }

  .textFooter {
    font-size: 16px;
  }

  .jackpot {
    margin-top: 11px;
    font-size: 17px !important;
  }

  .termsDiv {
    height: 122px;
  }

  .smallText {
    font-size: 17px !important;
  }

  .gridDivRight {
    margin: 15px auto;
  }

  .smallTextYellow {
    font-size: 25px;
  }

  .smallTextDots {
    font-size: 15px;
  }
}
@media only screen and (max-width: 780px) {
  #Bar_Top .mainIimage {
    display: none;
  }

  #Bar_Top .mainIimageTablet {
    display: none;
  }

  #Bar_Top .mainIimageMobile {
    display: block;
  }

  #Bar_Top .wrapper .mainPromo span {
    width: 68%;
  }

  .CenterContPlay {
    height: 300px;
    padding: 0px;
    margin: -270px auto 0;
    display: block;
  }
  .CenterContPlay .BoxesSides {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: row;
  }

  .gridDivLeft {
    width: 19%;
  }

  .gridDiv {
    width: 35%;
    text-align: left;
  }

  .smallText {
    text-align: left;
    margin-top: -10px;
  }

  .gridDiv p {
    margin-top: 9px;
  }

  .middle .CenterCont {
    max-width: 560px;
    margin-bottom: 62px;
  }

  .BoxesPoints {
    width: 98%;
  }

  .gamesHead {
    font-size: 26px;
  }

  .textFooter {
    font-size: 14px;
  }

  .middle {
    margin: 0px auto;
    height: 1112px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 667px) {
  .CenterContPlay .BoxesSides {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .CenterContPlay .gridDivRight {
    margin: -30px 2px 10px 36px !important;
    text-align: center;
  }

  .smallText {
    text-align: left;
  }

  #Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
    font-size: 66px;
  }

  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
    font-size: 34px;
    line-height: 22px;
  }

  .spin {
    font-size: 28px;
  }

  #Bar_Top .wrapper .mainPromo span {
    width: 71%;
  }

  #Bar_Top .wrapper .mainPromo span.WhitemediumText {
    font-size: 23px;
  }

  #Bar_Top .wrapper .mainPromo .BtnLeft {
    max-width: 140px;
    margin: 2px auto;
    padding: 12px 12px;
    font-size: 17px;
  }

  #Bar_Top .wrapper .mainPromo .BtnRight {
    max-width: 140px;
    margin: 2px auto;
    padding: 12px 4px;
    font-size: 17px;
  }

  #Bar_Top .wrapper .mainPromo .BtnYellow {
    max-width: 280px;
    margin: 10px auto;
    padding: 7px 15px;
    font-size: 22px;
  }

  .middle {
    height: 921px;
    margin: 212px auto;
  }
  .middle .CenterCont {
    max-width: 474px;
    margin: 57px auto;
  }

  .smallTextOptions {
    font-size: 17px;
  }

  .gamesHead {
    font-size: 24px;
  }

  .CarouselGames {
    margin: -22px auto;
  }

  .footerDiv {
    width: 94%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
  .footerDiv .btnTransparent {
    max-width: 144px;
    font-size: 15px;
    padding: 9px 17px;
  }
  .footerDiv .gridDiv {
    width: 50%;
  }
  .footerDiv .gridDiv2 {
    width: 34%;
  }

  .gridDivLeft {
    width: 26%;
    display: inline-block;
  }

  .gridDiv {
    width: 53%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: left;
    padding-left: 24px;
  }
  .gridDiv span {
    text-align: left;
  }

  .firstPlay {
    margin: -65px 2px 10px 36px !important;
    text-align: center;
  }

  #slider {
    width: 53%;
    vertical-align: top;
    text-align: left;
    padding-left: 24px;
  }

  .slick-slider {
    margin: 0 auto;
  }

  .btnTransparent {
    max-width: 158px;
  }

  .BoxesSides .gridDivCent {
    width: 70%;
  }

  .BoxesPoints .gridDivRight {
    width: 78%;
  }

  .CenterContPlay {
    height: 180px;
    padding: 0px;
    margin: -180px auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .middle {
    height: 1072px;
  }
}
@media only screen and (max-width: 567px) {
  .CenterContPlay .gridDivRight {
    margin: -42px 2px 10px 2px !important;
  }

  #slider {
    width: 59%;
  }

  .CenterContPlay {
    margin: -110px auto 0;
    height: 343px;
  }

  .firstPlay {
    margin: -62px 2px 10px 0px !important;
  }

  #Bar_Top .wrapper .mainPromo .BtnLeft, #Bar_Top .wrapper .mainPromo .BtnRight {
    max-width: 130px;
    margin: 2px auto;
    padding: 10px 8px;
    font-size: 15px;
  }
  #Bar_Top .wrapper .mainPromo .BtnYellow {
    max-width: 258px;
    margin: 7px auto;
    padding: 7px 15px;
    font-size: 20px;
  }
  #Bar_Top .wrapper .mainPromo span.WhitemediumText {
    font-size: 20px;
    line-height: 23px;
    margin: 0 auto;
  }
  #Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
    font-size: 58px;
  }
  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
    font-size: 28px;
    line-height: 20px;
  }
  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt span {
    letter-spacing: 0px !important;
  }
  #Bar_Top .wrapper .contentTop {
    height: 52px;
  }
  #Bar_Top .wrapper .contentTop .contentContact {
    max-width: 130px;
  }

  .spin {
    font-size: 24px;
  }

  .gridDivLeft img {
    width: 100%;
  }

  .gridDiv {
    width: 60%;
  }

  .BoxesSides .gridDivCent {
    width: 83%;
  }

  .middle {
    height: 1012px;
    margin: 0px auto;
  }
  .middle .options {
    max-width: 392px !important;
    padding: 0;
    margin-top: 130px;
  }

  .middle .CenterCont {
    max-width: 364px;
    height: 214px;
  }

  .footerDiv .btnTransparent {
    max-width: 104px;
    font-size: 12px;
    padding: 9px 8px;
  }

  .smallText {
    font-size: 15px !important;
  }

  .gridDiv span {
    font-size: 11px;
  }

  .btnTransparent {
    max-width: 143px;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 7px;
  }

  .BoxesPoints .gridDivRight {
    width: 100%;
    margin: 0;
  }

  .smallTextDots {
    font-size: 15px;
    margin: 15px auto;
    line-height: 22px;
  }

  .smallTextYellow {
    font-size: 20px;
    margin: 16px auto;
    line-height: 2px;
  }

  .dots {
    width: 6px;
  }

  .italicNumbers img:nth-of-type(4), .whitemediumText img:first-child {
    margin-left: 6px;
  }

  .optionsDiv img:first-child {
    width: 38px;
    height: auto;
  }

  .smallTextOptions {
    font-size: 14px;
  }

  .BoxesOptions {
    min-height: 88px;
    padding-top: 6px;
  }

  .options {
    height: 192px !important;
  }

  .gamesHead {
    font-size: 17px;
  }

  .firstPlay {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 516px) {
  #slider {
    width: 59%;
  }

  .firstPlay {
    margin: -58px 2px 10px 26px !important;
  }

  .CenterContPlay .gridDivRight {
    margin: -26px 2px 10px 31px !important;
  }
}
@media only screen and (max-width: 464px) {
  .CenterContPlay {
    margin: -82px auto 0;
  }

  #slider {
    width: 59%;
  }

  .firstPlay {
    margin: -54px 2px 10px 43px !important;
  }

  .CenterContPlay .gridDivRight {
    margin: -18px 2px 10px 46px !important;
  }
}
@media only screen and (max-width: 414px) {
  #Bar_Top .wrapper .mainPromo p.WhitebigTextIt {
    font-size: 44px;
  }
  #Bar_Top .wrapper .mainPromo p.WhitemediumTextIt {
    font-size: 22px;
    line-height: 15px;
  }
  #Bar_Top .wrapper .mainPromo span.WhitemediumText {
    font-size: 15px;
  }
  #Bar_Top .wrapper .mainPromo .BtnLeft, #Bar_Top .wrapper .mainPromo .BtnRight {
    max-width: 110px;
    margin: 2px auto;
    padding: 8px 6px;
    font-size: 13px;
  }
  #Bar_Top .wrapper .mainPromo .BtnYellow {
    max-width: 220px;
    margin: 7px auto;
    padding: 5px 15px;
    font-size: 17px;
  }

  .spin {
    font-size: 19px;
  }

  .middle {
    height: 808px;
    margin: 12px auto;
  }
  .middle .CenterCont {
    max-width: 328px;
    margin: 8px auto;
    height: 214px;
    padding-top: 16px;
  }
  .middle .options {
    max-width: 346px !important;
    margin-top: 52px;
    padding-top: 8px;
  }

  .smallText {
    text-align: left;
  }

  .termsDiv {
    height: 96px;
  }

  .gridDiv {
    width: 59%;
    text-align: left;
  }

  .CenterContPlay {
    padding: 0px;
    margin: -84px auto 0;
    height: 328px;
  }

  .whitemediumText {
    font-size: 26px !important;
  }

  .BoxesSides .gridDivCent {
    width: 86%;
  }

  .gridDiv span {
    font-size: 10px;
  }

  .smallTextYellow {
    font-size: 18px;
  }

  .CenterContPlay .gridDivRight {
    margin: -16px 2px 10px 49px !important;
    text-align: center;
  }

  .smallTextDots .noDisplay {
    display: block;
  }

  .smallTextDots {
    line-height: 14px;
    margin: 0px auto;
    font-size: 14px;
  }

  #slider {
    width: 58%;
  }

  .divLeftDots, .secureDeposit, .BoxesPoints3 .gridDivCent {
    width: 42% !important;
  }

  .gamesHead {
    font-size: 14px;
  }

  .footerDiv {
    width: 100%;
    padding: 14px;
  }
  .footerDiv .btnTransparent {
    max-width: 122px;
    font-size: 11px;
    padding: 9px 20px;
  }

  .textFooter {
    font-size: 11px;
  }

  .popularGames {
    margin-top: 40px;
  }

  .firstPlay {
    margin: -48px 2px 10px 46px !important;
    text-align: center;
  }

  .BoxesSides .gridDivCent {
    width: 100%;
  }

  .footerDiv .gridDiv2 {
    width: 43%;
  }

  .CenterContPlay .BoxesSides {
    margin-bottom: 20px;
  }

  .termsDiv .gridDiv {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .gridDiv {
    width: 65%;
  }

  .firstPlay {
    margin: -45px 2px 10px 35px !important;
  }

  .CenterContPlay .gridDivRight {
    margin: -10px 2px 10px 38px !important;
  }

  #slider {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .middle .CenterCont {
    max-width: 290px;
  }
  .middle .options {
    max-width: 314px !important;
  }

  .secBox {
    margin-top: 20px;
  }

  .gridDivLeft {
    margin-top: 26px;
  }

  #slider {
    width: 61%;
    padding-left: 18px;
  }

  .firstPlay {
    margin: -34px 2px 10px 40px !important;
  }

  .CenterContPlay .gridDivRight {
    margin: -18px 2px 10px 43px !important;
  }

  .BoxesSides .gridDivCent {
    width: 100%;
  }

  .jackpot {
    margin-top: 14px;
  }

  .firstPlay {
    margin-top: 23px;
  }

  .middle {
    height: 800px;
    margin: 14px auto;
  }

  .gridDiv {
    width: 66%;
  }

  .CenterContPlay {
    height: 386px;
    padding: 0px;
    margin: -24px auto 0;
  }

  .footerDiv .btnTransparent {
    max-width: 100px;
    padding: 9px 9px;
  }
}
@media only screen and (max-width: 320px) {
  .CenterContPlay .BoxesSides {
    margin-bottom: 0px;
  }

  .BoxesSides .gridDivCent {
    width: 100%;
  }

  .gridDiv {
    width: 77%;
  }
  .gridDiv span {
    font-size: 10px;
    text-align: center;
  }

  .smallText {
    text-align: center;
  }

  .CenterContPlay {
    margin: 10px auto;
    height: 518px;
  }

  .gridDivLeft, .gridDiv {
    display: block;
    margin: 8px auto;
    text-align: center;
    padding-left: 0;
  }

  .firstPlay {
    margin: 16px auto !important;
  }

  .CenterContPlay .gridDivRight {
    margin: 0 auto !important;
  }

  .footerDiv .gridDiv2 {
    width: 42%;
  }

  .middle {
    height: 812px;
    margin: 0px auto;
    overflow: hidden;
  }
  .middle .CenterCont {
    max-width: 260px;
  }
  .middle .options {
    max-width: 256px !important;
    height: 214px !important;
  }

  #slider {
    width: 70%;
    padding-left: 2px;
  }

  .smallTextYellow {
    font-size: 17px;
  }

  .smallTextDots {
    font-size: 13px;
  }

  .lastOption p {
    max-width: 106px;
    margin: 0 auto;
  }

  .gamesHead {
    font-size: 13px;
  }

  .secBox {
    padding-bottom: 21px;
  }
}
@media only screen and (max-width: 280px) {
  .CenterContPlay {
    margin: 40px auto 0;
  }

  .whitemediumText {
    font-size: 20px !important;
  }

  .gridDiv p {
    margin-top: 5px;
  }

  .gridDiv {
    width: 68% !important;
  }
  .gridDiv span {
    font-size: 11px;
  }

  .btnTransparent {
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 7px;
    max-width: 120px;
  }

  .firstPlay {
    margin-top: 40px;
  }

  .footerDiv .btnTransparent {
    max-width: 100px;
    font-size: 10px;
    padding: 5px 12px;
  }

  .gamesHead {
    font-size: 12px;
  }

  #slider {
    width: 74% !important;
  }

  .slick-slider {
    width: 100%;
  }

  .middle .CenterCont {
    max-width: 252px;
  }
}

/*# sourceMappingURL=style-landing.min.css.map */
