.skin1, .skin2, .skin3, .skin4, .skin5 {
  --color1: 0, 0, 0;
  --color2: 255, 255, 255;
  --dot-color: 255, 255, 255;
}

html {
  height: 100%;
}

body {
  height: 100%;
  
  margin: 0;
  font-family: 'Oswald', sans-serif;
  background-color: #282828;
  text-align: center;
  color: #fff;
  min-width: 320px;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-weight: 600;
  margin: 0;
}

.h1, h1 {
  font-size: 2em;
}

.h2, h2 {
  font-size: 1.8em;
}

.h3, h3 {
  font-size: 1.6em;
}

p {
  margin: 0 0 .2em
}

p, li, label {
  font-size: 1.8em;
  text-shadow: 0 0 5px #000;
}

label {
  font-weight: 100;
}

ol, ul {
  list-style: none;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.active {
  display: block;
}

.backgrounds {
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  
}

body.dsk .backgrounds, body.dsk header {
  position: relative;
}

.backgrounds div {
  opacity: 0;
  
}

.backgrounds div.active-bg {
  opacity: 1;
}

body.mbl #bg-img1 {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  
}

body.dsk #bg-img1 {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  
}

body.mbl[data-bg="bg-1"] #bg-img1 {
  background-image: url('../images/1.jpg');
}

/** dsk **/

body.dsk[data-bg="bg-1"] #bg-img1 {
  background-image: url('../images/1.jpg');
}

/** LANDSCAPE **/
@media only screen and (max-device-width : 1024px) and (orientation: landscape) {

  body.mbl[data-bg="bg-1"] #bg-img1 {
    background-image: url('../images/1.jpg');
  }

}

.steps-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  overflow-x: hidden;
  overflow hidden;
}

.steps-container-outer {
  position: relative;
  height: 100%;
}

.steps-container.overlay {
  background: rgba(0, 0, 0, .6);
}

.step-container {
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.step-container.hidediv {
  right: -100%;
  width: 100%;
}

.step-title h2 {
  line-height: 1.5em;
  text-align: center;
}

.step-body {
  padding: .5em 0;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 85%;
}

.step-body-last {

  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;

}

body.mbl #s9 .step-body {
  width: 90%;
}

body.mbl #s13 .step-body {
  width: 100%;
}

body.mbl .offers-page .select-image div img {
  max-height: none;
}

body.dsk .step-body {
  top: 320px;
}

div#s13 {
  overflow: auto;
  padding-bottom: 100px;
}

.offers-page .step-body {
  position: relative;
  top: 75px;
  left: 0;
  transform: unset;
  margin: 0 auto;
}

body.dsk .offers-page .step-body {
  top: 240px;
}

.step-body p {
  margin: 0 0 1.8em;
  font-weight: 300;
  text-shadow: 0px 0px 15px #000;
  line-height: 24px;
}

.step-body p.lines-2{
    margin: 0 0 .5em;
}

.step-body p.lines-3{
    margin: 0 0 .3em;
}

.step-footer {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
}

.btn-default {
  background-color: rgba(92, 184, 92, 0.9);
  border: none;
  color: #fff;
  padding: .8em 2em;
  width: 100%;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.btn-default.grey {
  background-color: rgba(92, 184, 92, 0.9);
  color: #000;
}

header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: .5em 0;
}

body.dsk header img {
  max-height: 60px;
}

body.mbl header img {
  max-height: 50px;
  max-width: 95%;
}

.row.select-image {
  margin-left: 0;
  margin-right: 0;
}

.select-image div:nth-of-type(1), .select-image div:nth-of-type(2) {
  margin-bottom: 2em;
}

.select-image div.no-margin{
  margin: 0;
}

.select-image div img {
  border-radius: 2em;
}

.fixed-bottom {
  position: absolute;
  bottom: 15px;
  z-index: 8;
  width: 100%;
}

.controls {
  margin: 5px 0 0px;
}

.dot {
  height: 10px;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 1px;
}
.current { color: #fbe868; }

body.skin2 .dot{
  border-radius: 0;
}

.fixed-bottom.hidediv {
  display: none;
}


body #s1 .step-body {
  width: 100%;
  bottom: 0;
}

body#t1 #s1 .step-body {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  left: 0;
}

body#t2 #s1 .step-body, body#t4 #s1 .step-body {
  transform: none;
  left: unset;
  height: 100%;
  position: relative;
  top: 0;
}

body#t3 #s1 .step-body {
  position: absolute;
  height: auto;
  top: 50%;
  bottom: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.75) !important;
  padding: 1em;
  border-radius: 10px;
}

#s1 .step-body p{
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  text-shadow: none;
  font-family: 'Source Sans Pro', sans-serif;
}

body#t1 #s1 .step-body p {
  font-size: 1.7em;
}

body#t2 #s1 .step-body p,  body#t4 #s1 .step-body p{
  font-size: 1.3em;
  background: none;
}

body#t3 #s1 .step-body p{
  font-size: 1.3em;
}

body#t2 #s1 .step-body p.sub-title,  body#t4 #s1 .step-body p.sub-title{
  margin: 1em 0 .2em;
}

body#t2 #s1 .first-intro, body#t4 #s1 .first-intro{
  background: rgba(0, 0, 0, 0.75) !important;
  padding: 1em 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#s1 .fixed-first-step {
  position: fixed;
  bottom: 15px;
  width: 100%;
}

body#t2 #s1 .fixed-first-step{
  background: rgba(0, 0, 0, 0.75) !important;
  left: 0;
}

body#t3 #s1 .fixed-first-step {
  position: relative;
  padding: 0;
}

body#t4 #s1 .fixed-first-step p{
  font-size: 1.7em;
}

.begin-quiz {
  background: #fe9801;
  color: #000;
  font-size: 2em;
  line-height: 1.2;
  max-width: 80%;
  margin: .5em auto;
  border-radius: 5px;
  padding: 8px 0;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.75);
}

header p {
  font-size: 2em;
}

.step-container.tiles .tile {
  margin: 10px auto;
  padding-left: 0;
  padding-right: 0;
  width: 88%;
  float: none;
}

body.skin1 .step-container.tiles .tile{
  border-radius: 10px;
}

.step-container.tiles .tile div {
  color: #000;
  font-size: 20px;
  margin: 0;
  line-height: 2;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 330px){
  .step-container.tiles .tile div {
      font-size: 1.8em;
  }
}

@media screen and (max-width: 290px){
  .step-container.tiles .tile div {
      font-size: 1.5em;
  }
}

.step-container.tiles .tile img {
  float: left;
  height: 55px;
  border-radius: 10px;
  margin: 0;
  border: 2px solid transparent;
}

.offers-page .select-image div img {
  border-radius: unset;
  max-height: 160px;
}

.claim {
  position: absolute;
  bottom: 1em;
  border: none;
  color: #fff;
  font-size: 1.3em;
  border-radius: 5px;
  padding: 1px 10px 3px;
  right: 42px;
}

.congrats-page .step-body {
  background: rgba(0, 0, 0, 0.75);
  padding: 2em;
}

.congrats-page img {
  max-height: 80px;
  margin-bottom: 1em;
}

.congrats-page h1 {
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-family: 'Source Sans Pro', sans-serif;
}

.congrats-page p {
  font-size: 1.6em;
  margin-bottom: .5em;
}

.congrats-page button {
  border: none;
  font-size: 34px;
  margin-top: 20px;
  color: #000;
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}

.offers-page .title {
  font-size: 1.6em;
}

body.mbl .offers-page .title {
  font-size: 1.4em;
  margin: 0 0 .5em;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.begin-quiz {
  background: #2b8100;
  border-radius: 10px;
  color: #ffffff;
  border: 4px solid #e1d05d;
}

.begin-quiz:hover {
  background: #287700;
}

.orange {
  color: #fbe868;
}

.select-image div img {
  border-radius: 2em;

}

.select-image div img {

}

.select-image div img:hover {

}



body.skin1 .step-container.tiles .tile {
  background: #fbe868;
}

body.skin1 .step-container.tiles .tile:hover {
  background: #fff6b8;
}

body.skin2 .step-container.tiles .tile {
  background: rgba(255, 255, 255, 0.75);
}

body.skin2 .step-container.tiles .tile:hover {
  background: #fe9801;
}


.congrats-page button {
  background: #fbe868;
}

.congrats-page button:hover {
  background: #fff6b8;
}

.claim {
  background: #fe9801;
}

.step-container.tiles .tile.red-tile {
  /*background: #b0100c;*/
}

.step-container.tiles .tile.green-tile {
  /*background: #79d11f;*/
}

.select-image div img.green-border {
  border: 4px solid #79d11f;
}

.select-image div img.red-border {
  border: 4px solid #b0100c;
}

.offers-page .select-image div img {
  border-radius: unset;
}

body.dsk .begin-quiz {
  max-width: 300px;
  font-size: 2.5em;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.75);
  border-radius: 10px;
  color: #ffffff;
  border: 4px solid #e1d05d;
}

body#t3.dsk .begin-quiz{
  background: #fe9801;
  margin: .8em auto;
  max-width: 100%;
}

body.dsk .col-md-3 img {
  cursor: pointer;
}

body.dsk .step-container.tiles .tile {
  max-width: 500px;
  cursor: pointer;
}

body.dsk .step-body p {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 .5em;
  font-family: 'Source Sans Pro', sans-serif;
}

body.dsk .congrats-page .step-body {
  max-width: 500px;
}

body.dsk .congrats-page .step-body p {
  font-size: 1.8em;
}

body.dsk .offers-page .select-image div img {
  max-height: unset;
}

body.dsk .claim {
  right: 7em;
  font-size: 2em;
}


.fixed-first-step-bg{
  /*background: rgba(0, 0, 0, 0.75);*/
  padding: .5em 0;
}

.begin-quiz-btn{
  cursor: pointer;
}

@media only screen and (min-width: 767px) and (orientation: portrait) {
  .offers-page .select-image div img {
    max-height: 35vh;
  }

  .offers-page .select-image div.col-md-4{
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (orientation: landscape) {
  .offers-page .select-image div img {
    max-height: unset;
  }

}

@media only screen and (min-width: 767px) and (max-width: 1440px) and (orientation: landscape) {
  .offers-page .select-image div.col-md-2{
    width: 100%;
  }

  .offers-page .select-image div.col-md-4{
    width: 50%;
  }
}


@media only screen and (max-width: 767px) and (orientation: landscape) {
  .step-container {
    overflow: auto;
  }

  .step-body {
    top: 70px;
  }

  .controls{
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: 30px;
    bottom: 165px;
  }

  #s1 .step-body p{
    display: inline-block;
  }

  #s13 .col-xs-12.no-margin {
    width: 100%;
  }

  #s13 .col-xs-12 {
    width: 50%;
  }
}

.timer {
  display: none;
  font-size: 2.3em;
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  margin-bottom: .5em;
  font-family: 'Source Sans Pro', sans-serif;
}

.timer #countdown {
  font-weight: bold;
  color: #fff;
}

.timer.orange, {
  color: #fff;
}

.pointer{
  cursor: pointer;
}

.offer-container{
  display: inline-block;
  margin: 0!important;
}

.final-offers-btn{
  display: inline-block;
  position: absolute;
  background: #f90;
  color: #000;
  font-weight: bold;
  border-radius: .2em;
  line-height: 1.6;
  padding: 0 0 .05em 0;
}

.select-image div img:hover ~ .final-offers-btn, .final-offers-btn:hover {
  background: #ffba54;
}

.final-offers-btn:hover - .select-image img {
  border: 4px solid #ffba54;
}

.wall-container {
  max-width: 1100px;
  margin: 0 auto !important;
}

.video-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.decoder-video {
  height: 100%;
}

canvas {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


@media screen and (max-width: 500px) {

  .offers-page .step-body {
    top: 50px;
  }

  .floating-gift {
    width: 150px;
    margin-top: 120px;
  }

  .mobile-fix-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 400px) {

  .floating-gift {
    width: 100px;
    margin-top: 120px;
  }
  .gift-shadow {
    width: 100px;
  }

  .step-container.tiles .tile div {
    font-size: 0.9em;
  }

  .step-body p {
    font-size: 18px;
  }
  .dot {
    width: 30px;
  }
  body.mbl .offers-page .title {
    font-size: 1.1em;
  }

}

.floating-gift {
  animation: float 6s ease-in-out infinite;
}

  @keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}


.gift-shadow {
  -webkit-animation:grow 6s ease-in-out infinite;

}

@-webkit-keyframes grow {
 0% {
-webkit-transform: scale( 1 );-moz-transform: scale( 1 );-o-transform: scale( 1 );-ms-transform: scale( 1 );transform: scale( 1 );
  }
  
  50% {
  -webkit-transform: scale( 0.7 );-moz-transform: scale( 0.7 );-o-transform: scale( 0.7 );-ms-transform: scale( 0.7 );transform: scale( 0.7 );
  }
  
  100% {
  -webkit-transform: scale( 1 );-moz-transform: scale( 1 );-o-transform: scale( 1 );-ms-transform: scale( 1 );transform: scale( 1 );
  }
}

.claim-reward-div {
  position: absolute;
  bottom: 39px;
  width: 100%;
}
.claim-reward-div a { 
  max-width: 300px;
  font-size: 2.5em;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.75);
  border-radius: 10px;
  color: #ffffff;
  border: 4px solid #e1d05d;
  padding: 7px 30px; 
  background: #2b8100;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;


}
.claim-reward-div a:hover { 
  background: #287700;
  text-decoration: none;
}


.blurred-win {
  animation: floattwo 6s ease-in-out infinite;
}

  @keyframes floattwo {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.flying-props {
  animation: floatthree 6s ease-in-out infinite;
}

  @keyframes floatthree {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.compliance-footer {
  text-align: center;
  padding: 20px;
  color: #666;
  
  background: #000;
  margin-top: 30px;
}
.compliance-footer .compliance-footer__elements {
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: 900;

  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.compliance-footer .compliance-footer__elements figure {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.compliance-footer .compliance-footer__elements figure + figure {
  margin-left: 50px;
}
.compliance-footer .compliance-footer__elements figure + figure::before {
  content: "";
  position: absolute;
  background: #fff;
  left: -25px;
  width: 3px;
  height: 100%;
}
.compliance-footer .igaming-logo {
  width: 150px;
  height: auto;
  display: inline-block;
}
.compliance-footer p {
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  margin: 10px auto;
  max-width: 800px;
  color: #fff;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.compliance-footer p span {
  font-weight: 600;
}
.compliance-footer p a {
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}
.compliance-footer__logos a {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 18px;
  }
  .compliance-footer .igaming-logo {
    width: 121px;
  }
  .compliance-footer {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 14px;
  }
  .compliance-footer .igaming-logo {
    width: 90px;
  }
}