@-webkit-keyframes pulse {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes semi-pulse {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes semi-pulse {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes scaling {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaling {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10%,
  20% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes tada {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10%,
  20% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes bubblePop {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    left: -20px;
    top: -100px;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    left: -20px;
    top: -100px;
  }
}
@keyframes bubblePop {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    left: -20px;
    top: -100px;
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    left: -20px;
    top: -100px;
  }
}
@keyframes floating {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, 15%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 15%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  user-select: none;
  pointer-events: none;
  cursor: none !important;
}
html {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  margin: 0;
  padding: 0;
}
html.mouse-client {
  top: 0;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}
html.mouse-client body {
  width: 100%;
  height: 100%;
}
html.preview {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
body {
  top: 50%;
  margin: -540px auto 0;
  background-color: #000;
  font-size: 0;
  width: 1080px;
  height: 1080px;
  overflow: hidden;
  position: relative;
  transform: scale(1.055) rotate(43.5deg);
}
a {
  outline: none;
}
p {
  white-space: normal;
}
#separators {
  pointer-events: none;
  width: 1080px;
  height: 1080px;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#separators .separator {
  position: absolute;
  top: 76%;
  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%);
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 540px 2px;
  border-color: transparent transparent #000000 transparent;
}
#separators .separator:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  top: 25%;
}
#separators .separator:nth-child(2) {
  top: 75%;
}
#separators .separator:nth-child(3) {
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
#separators .separator:nth-child(4) {
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#gamesContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
#gamesContainer .game {
  width: 775px;
  height: 540px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  background: #124d74;
  background: -webkit-linear-gradient(top, #124d74 0%, #3181bc 100%);
  background: linear-gradient(to bottom, #124d74 0%, #3181bc 100%);
  -webkit-clip-path: url(#clip1);
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#gamesContainer .game#game1 {
  z-index: 10;
}
#gamesContainer .game#game1 .touchscreen-area {
  bottom: 68px;
  left: 50%;
}
#gamesContainer .game#game2 {
  z-index: 8;
}
#gamesContainer .game#game2 .touchscreen-area {
  bottom: 65px;
  left: 50%;
}
#gamesContainer .game#game3 {
  z-index: 6;
}
#gamesContainer .game#game3 .touchscreen-area {
  bottom: 62px;
  left: 50%;
}
#gamesContainer .game#game4 {
  z-index: 4;
}
#gamesContainer .game#game4 .touchscreen-area {
  bottom: 65px;
  left: 50%;
}
#gamesContainer .game .screensaver {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .screensaver .group-center {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 200px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .screensaver .group-center span {
  display: inline-block;
  margin-bottom: 20px;
}
#gamesContainer .game .screensaver .hand {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  width: 125px;
  height: auto;
  -webkit-animation: semi-pulse 5s 0 ease;
  -moz-animation: semi-pulse 5s 0 ease;
  -ms-animation: semi-pulse 5s 0 ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#gamesContainer .game .screensaver .overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .foreground {
  width: 775px;
  height: 540px;
  position: absolute;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  bottom: 0%;
  z-index: 9;
  background: url(../images/blank.png) no-repeat bottom center;
  pointer-events: none;
}
#gamesContainer .game .foreground .states {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
#gamesContainer .game .foreground .canvas {
  width: 1080px;
  height: 1080px;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
}
#gamesContainer .game .foreground .state {
  width: 1080px;
  height: 1080px;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  opacity: 0;
}
#gamesContainer .game .foreground .state.active {
  opacity: 1;
}
#gamesContainer .game .foreground .state .layer,
#gamesContainer .game .foreground .state .back,
#gamesContainer .game .foreground .state .front {
  position: absolute;
  top: 0;
  left: 0;
}
#gamesContainer .game .sunrays-container {
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .sunrays-container.hide {
  opacity: 0;
}
#gamesContainer .game .sunrays-container .sunray {
  opacity: 0;
  position: absolute;
  top: -100%;
  left: -20%;
  width: 1080px;
  height: 1080px;
  z-index: 10;
  pointer-events: none;
}
#gamesContainer .game .sunrays-container .sunray img {
  width: 100%;
  height: auto;
}
#gamesContainer .game .ozone {
  background: url(../images/ozone.png) center center no-repeat;
  position: absolute;
  top: -100%;
  left: -20%;
  width: 1080px;
  height: 1080px;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
}
#gamesContainer .game .touchscreen-area {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  border: 1px solid transparent;
  z-index: 20;
  pointer-events: auto;
  width: 300px;
  height: 175px;
}
#gamesContainer .game .touchscreen-area .cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
  opacity: 0;
}
#gamesContainer .game .touchscreen-area .cursor.active {
  opacity: 1;
}
#gamesContainer .game .touchscreen-area .cursor:after {
  content: "x";
  color: #fff;
  font-size: 20px;
  font-family: Arial, sans-serif;
}
#gamesContainer .game .touchscreen-area .buttons-container {
  position: absolute;
  left: 30px;
  top: 80px;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .touchscreen-area .buttons-container .background {
  width: 100px;
  height: 100px;
  background: url(../images/button_border_bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .touchscreen-area .buttons-container .button {
  width: 66px;
  height: 31px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  position: absolute;
  border: 0px;
  text-align: center;
  vertical-align: center;
  line-height: 20px;
  border: 1px solid #fff;
  z-index: 2;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .touchscreen-area .buttons-container .button.button-plus {
  top: 16px;
  left: 16px;
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 0%;
  -webkit-border-bottom-left-radius: 0%;
  -webkit-border-top-left-radius: 80px;
  -moz-border-radius-topright: 80px;
  -moz-border-radius-bottomright: 0%;
  -moz-border-radius-bottomleft: 0%;
  -moz-border-radius-topleft: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-left-radius: 80px;
  line-height: 30px;
  font-size: 25px;
  background: #fff22d url(../images/plus.png) center center no-repeat;
  background-size: 20px;
}
#gamesContainer .game .touchscreen-area .buttons-container .button.button-plus.active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: #fff url(../images/plus_hover.png) center center no-repeat;
  background-size: 20px;
  border: 1px solid #fff22d;
}
#gamesContainer .game .touchscreen-area .buttons-container .button.button-minus {
  top: 52px;
  left: 16px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 0px;
  line-height: 18px;
  background: #fff22d url(../images/minus.png) center 9px no-repeat;
  background-size: 21px;
}
#gamesContainer .game .touchscreen-area .buttons-container .button.button-minus.active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: #fff url(../images/minus_hover.png) center 9px no-repeat;
  background-size: 21px;
  border: 1px solid #fff22d;
}
#gamesContainer .game .touchscreen-area .buttons-container .button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#gamesContainer .game .touchscreen-area .button-ozone {
  width: 90px;
  height: 77px;
  background: url(../images/ozone-bubbles-container.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 150px;
  top: 100px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #ccc;
  z-index: 100;
  top: 0px;
  left: 0px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble.dragging {
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble.idle {
  -webkit-animation: floating 5s 0 ease;
  -moz-animation: floating 5s 0 ease;
  -ms-animation: floating 5s 0 ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble.pop {
  -webkit-animation: bubblePop 1s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: bubblePop 1s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: bubblePop 1s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble.popped {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble.reset {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-0 {
  width: 11px;
  height: 11px;
  left: 33px;
  top: 0px;
  background: url(../images/bubbles/bubble-style-5.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-1 {
  width: 17px;
  height: 17px;
  left: 46px;
  top: 2px;
  background: url(../images/bubbles/bubble-style-6.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-2 {
  width: 9px;
  height: 9px;
  left: 65px;
  top: 12px;
  background: url(../images/bubbles/bubble-style-8.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-3 {
  width: 24px;
  height: 24px;
  left: 52px;
  top: 22px;
  background: url(../images/bubbles/bubble-style-1.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-4 {
  width: 9px;
  height: 9px;
  left: 63px;
  top: 47px;
  background: url(../images/bubbles/bubble-style-7.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-5 {
  width: 17px;
  height: 17px;
  left: 44px;
  top: 46px;
  background: url(../images/bubbles/bubble-style-3.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-6 {
  width: 9px;
  height: 9px;
  left: 42px;
  top: 36px;
  background: url(../images/bubbles/bubble-style-4.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-7 {
  width: 11px;
  height: 11px;
  left: 31px;
  top: 52px;
  background: url(../images/bubbles/bubble-style-1.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-8 {
  width: 24px;
  height: 24px;
  left: 16px;
  top: 30px;
  background: url(../images/bubbles/bubble-style-3.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-9 {
  width: 9px;
  height: 9px;
  left: 13px;
  top: 22px;
  background: url(../images/bubbles/bubble-style-7.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-10 {
  width: 17px;
  height: 17px;
  left: 35px;
  top: 18px;
  background: url(../images/bubbles/bubble-style-2.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button-ozone .bubble#bubble-11 {
  width: 17px;
  height: 17px;
  left: 19px;
  top: 8px;
  background: url(../images/bubbles/bubble-style-1.png) center center no-repeat;
  background-size: contain;
}
#gamesContainer .game .touchscreen-area .button {
  pointer-events: none;
}
#gamesContainer .game .info-box {
  position: absolute;
  bottom: 40px;
  left: 22%;
  background: blue;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: none;
}
#gamesContainer .game .objectives {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 15;
  opacity: 0;
  left: 50%;
  bottom: 170px;
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .objectives .text {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .objectives .text span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  text-align: center;
}
#gamesContainer .game .objectives .text span.fr {
  top: -20px;
}
#gamesContainer .game .objectives .text span.en {
  bottom: -20px;
}
#gamesContainer .game .objectives .objectives-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 17px;
  left: 17px;
  -webkit-transform: scale(0.53) translate(-50%, -50%);
  -moz-transform: scale(0.53) translate(-50%, -50%);
  -ms-transform: scale(0.53) translate(-50%, -50%);
  -o-transform: scale(0.53) translate(-50%, -50%);
  transform: scale(0.53) translate(-50%, -50%);
  background: url(../images/objectives-background.png) center center no-repeat;
}
#gamesContainer .game .objectives .objectives-container {
  border: 3px solid #fff;
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator {
  width: 270px;
  height: 270px;
  margin-left: -135px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-transform-origin: 50% -50%;
  -moz-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  -o-transform-origin: 50% -50%;
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-tempere {
  background: url(../images/icon-tempere.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -moz-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  -o-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-desertique {
  background: url(../images/icon-desertique.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(60deg);
  -moz-transform: translate(-50%, 0%) rotate(60deg);
  -ms-transform: translate(-50%, 0%) rotate(60deg);
  -o-transform: translate(-50%, 0%) rotate(60deg);
  transform: translate(-50%, 0%) rotate(60deg);
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-glaciaire {
  background: url(../images/icon-hivernal.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(120deg);
  -moz-transform: translate(-50%, 0%) rotate(120deg);
  -ms-transform: translate(-50%, 0%) rotate(120deg);
  -o-transform: translate(-50%, 0%) rotate(120deg);
  transform: translate(-50%, 0%) rotate(120deg);
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-tempere-2 {
  background: url(../images/icon-tempere.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(180deg);
  -moz-transform: translate(-50%, 0%) rotate(180deg);
  -ms-transform: translate(-50%, 0%) rotate(180deg);
  -o-transform: translate(-50%, 0%) rotate(180deg);
  transform: translate(-50%, 0%) rotate(180deg);
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-desertique-2 {
  background: url(../images/icon-desertique.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(240deg);
  -moz-transform: translate(-50%, 0%) rotate(240deg);
  -ms-transform: translate(-50%, 0%) rotate(240deg);
  -o-transform: translate(-50%, 0%) rotate(240deg);
  transform: translate(-50%, 0%) rotate(240deg);
}
#gamesContainer .game .objectives .objectives-container .objectives-rotator .icon-objective.icon-glaciaire-2 {
  background: url(../images/icon-hivernal.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0%) rotate(300deg);
  -moz-transform: translate(-50%, 0%) rotate(300deg);
  -ms-transform: translate(-50%, 0%) rotate(300deg);
  -o-transform: translate(-50%, 0%) rotate(300deg);
  transform: translate(-50%, 0%) rotate(300deg);
}
#gamesContainer .game .thermometer {
  opacity: 0;
  position: absolute;
  right: 230px;
  bottom: 180px;
  width: 60px;
  height: 60px;
  background: url(../images/thermometer.png) center center no-repeat;
  background-size: 60px;
  z-index: 15;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .thermometer.tada {
  -webkit-animation: tada 1s 0s ease;
  -moz-animation: tada 1s 0s ease;
  -ms-animation: tada 1s 0s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#gamesContainer .game .thermometer .thermometer-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url(../images/thermometer_arrow.png) center center no-repeat;
  background-size: 60px;
}
#gamesContainer .game .thermometer .thermometer-text {
  position: absolute;
  left: 0px;
  top: 42px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
}
#gamesContainer .game .game-end {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 60px;
  height: 70px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 60px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gamesContainer .game .game-end .state {
  opacity: 0;
  position: absolute;
}
#gamesContainer .game .game-end .state.active {
  opacity: 1;
}
#gamesContainer .game.mode-screensaver .objectives {
  opacity: 0;
}
#gamesContainer .game.mode-screensaver .sunray {
  opacity: 0;
}
#gamesContainer .game.mode-screensaver .ozone {
  opacity: 0;
}
#gamesContainer .game.mode-screensaver .touchscreen-area .buttons-container,
#gamesContainer .game.mode-screensaver .touchscreen-area .button-ozone {
  opacity: 0;
}
#gamesContainer .game.mode-screensaver .thermometer {
  opacity: 0;
}
#gamesContainer .game.mode-screensaver .screensaver {
  opacity: 1;
}
#gamesContainer .game.mode-screensaver .screensaver .overlay {
  opacity: 0.6;
}
#gamesContainer .game.mode-lottery .objectives {
  opacity: 1;
}
#gamesContainer .game.mode-game .objectives {
  opacity: 1;
  left: 190px;
  bottom: 140px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#gamesContainer .game.mode-game .objectives .text {
  opacity: 0;
}
#gamesContainer .game.mode-game .ozone {
  opacity: 1;
}
#gamesContainer .game.mode-game .touchscreen-area .buttons-container,
#gamesContainer .game.mode-game .touchscreen-area .button-ozone {
  opacity: 1;
}
#gamesContainer .game.mode-game .thermometer {
  opacity: 1;
}
#gamesContainer .game.mode-end .objectives {
  opacity: 1;
}
#gamesContainer .game.mode-end .objectives .text {
  opacity: 0;
}
#gamesContainer .game.mode-end .sunray {
  opacity: 0;
}
#gamesContainer .game.mode-end .ozone {
  opacity: 0;
}
#gamesContainer .game.mode-end .touchscreen-area .buttons-container,
#gamesContainer .game.mode-end .touchscreen-area .button-ozone {
  opacity: 0;
}
#gamesContainer .game.mode-end .touchscreen-area .button {
  pointer-events: none;
}
#gamesContainer .game.mode-end .thermometer {
  opacity: 0;
}
#gamesContainer .game.mode-end .game-end {
  opacity: 1;
}
#gamesContainer .game .debug-area {
  display: none;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  font-size: 10px;
  color: #fff;
  white-space: normal;
  margin: 0;
}
#gamesContainer .game.debug * {
  cursor: auto !important;
}
#gamesContainer .game.debug .debug-area {
  display: block;
}
#gamesContainer .game.debug .debug-area .debug-success.success {
  color: #00ff00;
}
#gamesContainer .game.debug .touchscreen-area {
  border-color: red;
}
#gamesContainer .game.debug .touchscreen-area .cursor {
  display: block;
}
#sun {
  position: absolute;
  z-index: 1000;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -moz-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  -o-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
}
