body {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
}

#adsArea {
  overflow: hidden;
  position: relative;
  color: #000;
  background-clip: content-box;
  border: 1px solid #eee;
  cursor: pointer;
  background: url(../images/bg.jpg) left bottom / cover no-repeat;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0); /* IE 9 */
  -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.opacity0 {
  opacity: 0;
}

.adsize {
  width: 300px;
  height: 250px;
}

.abs {
  position: absolute;
}

.text-bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.noevent {
  pointer-events: none;
}

#preloader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  background: #fff;
}

.linePreloader {
  width: 150px;
  height: 10px;
  background: linear-gradient(to right, #fff, #044394);
  background-color: #044394;
  margin: auto;
  border-radius: 10px;
  background-size: 20%;
  background-repeat: repeat-y;
  background-position: -20% 0;
  animation: scroll 1.2s ease-in-out infinite;
  position: relative;
  top: 48%;
}

@keyframes scroll {
  50% {
    background-size: 80%;
  }
  100% {
    background-position: 125% 0;
  }
}

.pointer {
  left: 200px;
  bottom: 20px;
  z-index: 21;
  pointer-events: none;
  animation: leaves 0.5s ease-in-out infinite alternate;
  -webkit-animation: leaves 0.5s ease-in-out infinite alternate;
}

.has-click .pointer {
  display: none;
}

@keyframes leaves {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.logo {
  top: 0;
  right: 10px;
}

.txt {
  left: 55px;
  top: 10px;
}

.cta {
  left: 92px;
  bottom: 20px;
}

.container {
  margin: 0 auto;
  width: 266px;
}
.slot-wrapper {
  padding-top: 97px;
  padding-left: 46px;
}
/* background: url(../images/reel_normal.png) repeat-y; */
#slot1,
#slot2,
#slot3,
#slot4 {
  /*Taken from http://www.swish-designs.co.uk*/
  width: 40px;
  height: 55px;
  float: left;
  border: 1px solid #6a420a;
  background-position: 0 0;
  margin-right: 15px;
}
.motion {
  background: url(../images/reel_blur.png) repeat-y; /*Taken from http://www.swish-designs.co.uk*/
}
button {
  display: block;
  width: 138px;
  height: 33px;
  margin: 20px 60px;
  font-size: 16px;
  cursor: pointer;
}
#result {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  height: 22px;
}
.credits {
  font-size: 15px;
  margin-top: 20px;
}
.credits .browsers {
  font-style: italic;
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}
.clear {
  clear: both;
}
