html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  background: #181a32;
}

body {
  height: 100%;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: #181a32;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-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.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ClearFix {
  clear: both;
}

.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#MainContent {
  display: block;
  width: 100%;
  height: 700px;
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
  margin: 0px auto;
  position: relative;
}

#MainContent .TopContent {
  display: block;
  width: 100%;
  height: 78px;
  background-color: rgba(30, 37, 52, 0.8);
  z-index: 10;
  position: relative;
  padding: 0px 20px;
}

#MainContent .TopContent .CenterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  height: 78px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  position: relative;
}

#MainContent .TopContent .CenterContent .lgCasino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-top: 30px;
}

#MainContent .TopContent .CenterContent .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 43px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer !important;
}

#MainContent .TopContent .CenterContent .buttons .button {
  width: 120px;
  height: 43px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer !important;
}

#MainContent .TopContent .CenterContent .buttons .button.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 62, 86)), color-stop(50%, rgb(34, 144, 239)), to(rgb(108, 252, 245)));
  background: linear-gradient(90deg, rgb(255, 62, 86) 0%, rgb(34, 144, 239) 50%, rgb(108, 252, 245) 100%);
  background-size: 100%;
  overflow: hidden;
  cursor: pointer !important;
}

#MainContent .TopContent .CenterContent .buttons .button.login::after {
  content: "Login";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116px;
  height: 39px;
  background: #323043;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 8px;
}

#MainContent .TopContent .CenterContent .buttons .button.login:hover {
  background: #fe4057;
}

#MainContent .TopContent .CenterContent .buttons .button.Signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: red;
  background: rgb(255, 62, 86);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 62, 86)), color-stop(50%, rgb(34, 144, 239)), to(rgb(108, 252, 245)));
  background: linear-gradient(90deg, rgb(255, 62, 86) 0%, rgb(34, 144, 239) 50%, rgb(108, 252, 245) 100%);
  background-size: 100%;
  cursor: pointer !important;
}

#MainContent .TopContent .CenterContent .buttons .button.Signup:hover {
  background: #2290ef;
}

#MainContent .PromoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
}

#MainContent .PromoContent .MainPromo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 42%;
  margin-top: 78px;
  padding: 0px 20px;
}

#MainContent .PromoContent .MainPromo h1 {
  display: block;
  font-family: "Russo One", sans-serif;
  font-size: 45px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}

#MainContent .PromoContent .MainPromo h1 span {
  color: #69f9f5;
}

#MainContent .PromoContent .MainPromo h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  margin: 50px 0px;
}

#MainContent .PromoContent .MainPromo .ContentBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 615px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 62, 86)), color-stop(50%, rgb(34, 144, 239)), to(rgb(108, 252, 245)));
  background: linear-gradient(90deg, rgb(255, 62, 86) 0%, rgb(34, 144, 239) 50%, rgb(108, 252, 245) 100%);
  padding: 10px 0px;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}

#MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
  font-size: 18px;
  text-transform: uppercase;
}

#MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo:hover {
  background: #2290ef;
  -webkit-animation: pulse 1.5s;
          animation: pulse 1.5s;
}

#MiddleContent {
  width: 100%;
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
}

#MiddleContent .BoxContent {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#MiddleContent .BoxContent .Box {
  width: 33%;
  height: 215px;
  margin-right: 5px;
  padding: 0px 20px;
  background: rgb(31, 35, 62);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 35, 62)), to(rgb(46, 50, 77)));
  background: linear-gradient(180deg, rgb(31, 35, 62) 0%, rgb(46, 50, 77) 100%);
  border-radius: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#MiddleContent .BoxContent .Box .icn {
  width: 45%;
  height: auto;
  margin: 25px auto;
}

#MiddleContent .BoxContent .Box p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

#MiddleContent .jackpot {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Russo One", sans-serif;
}

#MiddleContent .jackpot h2 {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  background: #FF3E56;
  background: -webkit-gradient(linear, left top, right top, from(#FF3E56), color-stop(50%, #2290EF), to(#6cfcf5));
  background: linear-gradient(to right, #FF3E56 0%, #2290EF 50%, #6cfcf5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

#MiddleContent .jackpot .count {
  display: block;
  width: 80%;
  font-size: 50px;
  background: #ffffff;
  border-radius: 10px;
  color: #ff0049;
}

#MiddleContent .jackpot .dollar {
  color: #ff0049;
  font-size: 50px;
}

#ContentGames {
  width: 100%;
  max-width: 1300px;
  display: block;
  margin: 30px auto;
}

#ContentGames h2 {
  display: block;
  font-size: 30px;
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
}

#ContentGames .Games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px auto;
}

#ContentGames .Games img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

#ContentGames .Games .game:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Bar_Footer {
  display: block;
  width: 100%;
  min-height: 60px;
  background: #16122f;
  margin-top: 50px;
  padding: 10px 20px;
  position: relative;
}

#Bar_Footer .CenterCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0px auto 0px auto;
}

#Bar_Footer .CenterCont #BtnBTerms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 62, 86)), color-stop(50%, rgb(34, 144, 239)), to(rgb(108, 252, 245)));
  background: linear-gradient(90deg, rgb(255, 62, 86) 0%, rgb(34, 144, 239) 50%, rgb(108, 252, 245) 100%);
  background-size: 100%;
  overflow: hidden;
  cursor: pointer !important;
}

#Bar_Footer .CenterCont #BtnBTerms::after {
  content: "BONUS TERMS";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 136px;
  height: 36px;
  background: #16122f;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 8px;
}

p.turbop {
  font-weight: 700;
  font-size: 19px;
  margin: 0 auto;
  text-align: center;
  background: #FF3E56;
  background: -webkit-gradient(linear, left top, right top, from(#FF3E56), color-stop(50%, #2290EF), to(#6cfcf5));
  background: linear-gradient(to right, #FF3E56 0%, #2290EF 50%, #6cfcf5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.turbo {
  margin-left: auto;
  margin-right: 20px;
}
p.turbot {
  font-size: 15px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
.turbopay {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

#Bar_Footer .CenterCont #BtnBTerms:hover {
  background: #fe4057;
}

#Bar_Footer .CenterCont #ImgDM {
  display: block;
  width: 360px;
  max-width: 500px;
  height: auto;
  margin: 0px auto 0px auto;
  float: right;
}

#MainContentPopup {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(22, 19, 47, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 20px;
}

#MainContentPopup .ContentPopup {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0px;
  padding: 60px 20px;
  position: relative;
  background: rgb(140, 40, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 40, 110)), to(rgb(11, 34, 131)));
  background: linear-gradient(90deg, rgb(140, 40, 110) 0%, rgb(11, 34, 131) 100%);
  border-radius: 30px;
}

#MainContentPopup .ContentPopup p {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#MainContentPopup .ContentPopup h2 {
  display: block;
  font-size: 35px;
  text-transform: uppercase;
}

#MainContentPopup .ContentPopup .lgGame {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 10px auto;
}

#MainContentPopup .contentCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 390px;
  height: 60px;
  margin: 10px auto;
  background: #ffffff;
  border-radius: 10px;
}

#MainContentPopup .contentCode .code {
  width: 50%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ff0049;
  font-size: 30px;
  font-weight: 700;
}

#MainContentPopup .contentCode .copy {
  width: 50%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #1ddd8e;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#MainContentPopup .contentCode .copy:hover {
  background: #00cd79;
}

#MainContentPopup .btnPopup {
  display: block;
  width: 100%;
  max-width: 390px;
  height: 70px;
  margin: 20px auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 62, 86)), color-stop(50%, rgb(34, 144, 239)), to(rgb(108, 252, 245)));
  background: linear-gradient(90deg, rgb(255, 62, 86) 0%, rgb(34, 144, 239) 50%, rgb(108, 252, 245) 100%);
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
  border-radius: 10px;
  text-transform: uppercase;
}

#MainContentPopup .btnPopup:hover {
  background: #2290EF;
}

#MainContentPopup .ContentPopup .BtnClose {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#MainContentPopup .ContentPopup .BtnClose:hover {
  width: 30px;
  height: 30px;
  color: #6afaf5;
  line-height: 30px;
}

#MainContentPopup .ContentPopup span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#MainContentPopup.Opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#MainContentPopup .ContentPopup.Active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
/* CSS RESPONSIVE ------------*/
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  #MainContent .PromoContent .MainPromo {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-tablet.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 300px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    width: 80%;
    display: block;
    font-size: 35px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px 5px;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    margin-top: 30px;
    padding: 0px 20px;
  }
  #ContentGames {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 95%;
    display: block;
    margin: 5px 5px;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .turbo {
  margin: 0 auto;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-tablet.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 240px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 35px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px 5px;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #MiddleContent .jackpot {
    width: 60%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 95%;
    display: block;
    margin: 5px 5px;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 767px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-tablet.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 240px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 35px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px 5px;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 95%;
    display: block;
    margin: 5px 5px;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 667px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-tablet.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 200px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 95%;
    display: block;
    margin: 5px 5px;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 567px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-tablet.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 180px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 95%;
    display: block;
    margin: 5px 5px;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 479px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-mob.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 240px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
    margin-top: 30px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 15px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 14px;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 377px) and (max-width: 414px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-mob.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 200px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #MiddleContent .BoxContent .Box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 0px 5px;
  }
  #MiddleContent .BoxContent .Box p {
    margin-bottom: 25px;
    font-size: 14px;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 376px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-mob.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 170px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MiddleContent .BoxContent .Box {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px auto;
    padding: 0px;
  }
  #MiddleContent .BoxContent .Box .icn {
    width: 20%;
    height: auto;
    margin: 0px auto !important;
    padding: 10px !important;
  }
  #MiddleContent .BoxContent .Box p {
    width: 80%;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 24px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
        .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-mob.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 170px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MiddleContent .BoxContent .Box {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px auto;
    padding: 0px;
  }
  #MiddleContent .BoxContent .Box .icn {
    width: 20%;
    height: auto;
    margin: 0px auto !important;
    padding: 10px !important;
  }
  #MiddleContent .BoxContent .Box p {
    width: 80%;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 20px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
      .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 160px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }

  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 320px) {
  #MainContent {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/bg-mob.jpg") no-repeat top center;
    background-size: 100%;
  }
  #MainContent .TopContent {
    height: 60px;
  }
  #MainContent .TopContent .CenterContent {
    max-width: 320px;
    height: 60px;
  }
  #MainContent .TopContent .CenterContent .lgCasino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-top: 0px;
  }
  #MainContent .TopContent .CenterContent .buttons {
    width: 150px;
    height: 30px;
  }
  #MainContent .TopContent .CenterContent .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #MainContent .TopContent .CenterContent .buttons .button.login::after {
    width: 66px;
    height: 26px;
  }
  #MainContent .PromoContent .MainPromo {
    width: 100%;
    margin-top: 170px;
    padding: 0px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MainContent .PromoContent .MainPromo h1 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px #181A32;
  }
  #MainContent .PromoContent .MainPromo h2 {
    font-size: 18px;
    margin: 20px 0px;
    text-align: center;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px auto;
    font-size: 25px;
    line-height: 25px;
  }
  #MainContent .PromoContent .MainPromo .ContentBtn .BtnPromo span {
    font-size: 15px;
  }
  #MiddleContent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
  }
  #MiddleContent .BoxContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #MiddleContent .BoxContent .Box {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px auto;
    padding: 0px;
  }
  #MiddleContent .BoxContent .Box .icn {
    width: 20%;
    height: auto;
    margin: 0px auto !important;
    padding: 10px !important;
  }
  #MiddleContent .BoxContent .Box p {
    width: 80%;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
  }
  #MiddleContent .jackpot {
    width: 100%;
  }
  #MiddleContent .jackpot h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #MiddleContent .jackpot .count {
    width: 100%;
    font-size: 30px;
    padding: 5px;
  }
  #MiddleContent .jackpot .dollar {
    font-size: 30px;
  }
  #ContentGames {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  #ContentGames h2 {
    font-size: 20px;
  }
  #ContentGames .Games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 30px auto;
  }
  #ContentGames .Games img {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  #Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
        .turbo {
  margin: 0 auto;
}
.turbopay {
  display: block;
  width: 140px;
  margin: 0 auto 10px;
}
p.turbot {
  padding-bottom: 20px;
}
  #Bar_Footer .CenterCont #BtnBTerms {
    margin: 20px auto;
  }
  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 95%;
  }
  #MainContentPopup .ContentPopup {
    padding: 50px 10px;
    position: relative;
    border-radius: 20px;
  }
  #MainContentPopup .ContentPopup p {
    font-size: 16px;
  }
  #MainContentPopup .ContentPopup h2 {
    font-size: 25px;
  }
  #MainContentPopup .contentCode {
    height: 40px;
    margin: 10px auto;
  }
  #MainContentPopup .contentCode .code {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ff0049;
    font-size: 20px;
  }
  #MainContentPopup .contentCode .copy {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
  }
  #MainContentPopup .btnPopup {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 10px auto;
  }
  #MainContentPopup .ContentPopup span {
    font-size: 12px;
  }
  #MainContentPopup .ContentPopup .BtnClose {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 279px) {
  #MainContent {
    display: none;
  }
  #MiddleContent {
    display: none;
  }
  #ContentGames {
    display: none;
  }
  #Bar_Footer {
    display: none;
  }
}
#BarFooterTerms {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  background: #16122f;
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 9999999;
  opacity: 1;
}

#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;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

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

#BarFooterTerms footer p {
  display: block;
  width: 100%;
  margin: 10px auto 10px auto;
  font-weight: normal !important;
  font-size: 12px;
  letter-spacing: 0px;
  color: #ffffff;
}