body {
        margin:0;
        padding:0;
}

#adArea {
	background: #ef7f1d;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
}

#tap_circle {
	width: 62px;
	height: 63px;
	position: absolute;
	top:50px;
}


#tekejimas {
  position: absolute;
  /*width: 201px;*/
  width: 402px;
  height: 22px;
  overflow: hidden;
  text-overflow: clip;
}
#tap {
	left: 128px;
    top: 180px;
	position: absolute;
    animation: float 2s ease-in-out infinite;

}


#juice {
    top: 200px;
	position: absolute;

}

#tekaGlassMask {
  position: absolute;
  width: 320px;
  height: 202px;
  overflow: hidden;
  text-overflow: clip;
}

#juice_splash {
  top: 1px;
}

#juice_splash2 {
  top: 1px;
}


#teka2 {
  left: 201px;
}
#teka3 {
  left: 402px;
}

#tekaAnim {
  position: absolute;
}

#glassCont {
  /*top: 295px;*/
}

#bg {
  top: -480px;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flipY {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.rct {
    width:320px;
    height:480px;
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zIndex99995 { z-index: 99995; }
.zIndex99996 { z-index: 99996; }
.zIndex99997 { z-index: 99997; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}
