* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: VerlagBlack;
  src: url(images/VerlagBlackItalic.otf);
}
body {
  background-color: #ffffff;
  color: white;
}
img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: 0.25s;
}
#adArea {
  overflow: hidden;
  text-overflow: clip;
  background-color: transparent;
  width: 300px;
  height: 250px;
  position: absolute;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  background-color: #00943a;
  font-family: VerlagBlack !important;
}
.eskimi_drag-icon {
  position: absolute;
  z-index: 500;
  width: 40px;
  bottom: 10px;
  left: 43%;
  animation: clickAnimation 2s ease-in-out infinite;
}
.eskimi_logo {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  z-index: 500;
  animation: scaleItem 2s ease-in-out infinite;
}
.eskimi_hot_weather {
  display: none;
  height: 100%;
  width: 100%;
}
.eskimi_hot_weather img {
  position: absolute;
}
.eskimi_thermometer {
  width: 75px;
  left: 37.5%;
  top: 20%;
}
.eskimi_redline_container {
  position: absolute;
  width: 9px;
  height: 110px;
  left: 48.5%;
  bottom: 74px;
  overflow: hidden;
}
.eskimi_redline_container img {
  width: 100%;
  transform: translateY(90px);
  opacity: 0;
}
.eskimi_bottle {
  width: 70px;
  left: 115px;
  top: 10px;
  transform: translateX(-200px);
}
.eskimi_cool {
  position: absolute;
  top: 35%;
  width: 70px;
  left: 20px;
  transform: translateX(-100px);
  color: #f8d000;
  font-size: 27px;
}
.eskimi_the {
  position: absolute;
  width: 50px;
  top: 46%;
  left: 20px;
  transform: translateX(-100px);
  animation-delay: 0.4s !important;

  font-size: 27px;
}
.eskimi_heat {
  position: absolute;
  left: 20px;
  top: 57%;
  width: 70px;
  transform: translateX(-100px);
  animation-delay: 0.7s !important;
  font-size: 27px;
}
.eskimi_man {
  position: absolute;
  width: 112px;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.eskimi_scaleText {
  animation: scaleItem 2s ease-in-out infinite;
}
.eskimi_with_sprite_container {
  position: absolute;
  width: 85px;
  height: 60px;
  top: 40%;
  right: 10px;
  overflow: hidden;
  animation-delay: 0.7s !important;
}
.eskimi_with-sprite {
  width: 100%;
  position: relative;
  transform: translateY(-100px);
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
.eskimi_cool_weather {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.eskimi_final {
  width: 100% !important;
}
.eskimi_stay_cool {
  position: absolute;
  top: 0;
  left: 0;
  animation: scaleItem 4s ease-in-out infinite;
}
.eskimi_left-text {
  font-size: 30px;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 20px;
  color: white;
  animation: scaleItem 1.5s ease-in-out infinite;
}
.eskimi_left-text span {
  color: #f8d000;
}
.eskimi_right-text {
  position: absolute;
  top: 40%;
  font-size: 25px;
  right: 35px;
  text-transform: uppercase;
  color: white;
  animation: scaleItem 1.5s ease-in-out infinite;
  animation-delay: 0.5s;
}
.eskimi_clickArea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 505;
  display: none;
}
.eskimi_bottom-part {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 40px;
  top: 0px;
  left: 0px;
  padding: 2px 10px;
  text-align: right;
  /* background-color: rgba(255, 255, 255, 0.eskimi_75); */
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.eskimi_bottom-part img {
  position: relative !important;
}
@keyframes scaleItem {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleBg {
  0% {
    background-size: 40px;
  }
  50% {
    background-size: 40px;
  }
  70% {
    background-size: 65px;
  }
  90% {
    background-size: 40px;
  }
  100% {
    background-size: 40px;
  }
}

@keyframes clickAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  70% {
    transform: scale(1) translateY(-20px);
  }
  80% {
    transform: scale(0.8) translateY(-20px);
  }
  90% {
    transform: scale(1) translateY(-20px);
  }
}
