

@keyframes odlamek1 {
  0% { bottom:150px; }
  20% { bottom:154px; }
  40% { bottom:151px; }
  60% { bottom:155px; }
  90% { bottom:152px; }
  100% { bottom:151px; } 
} 
.anime-odlamek1 {  -webkit-animation-name: odlamek1;
  -webkit-animation-duration: 4s;
  animation-name: odlamek1;
  animation-duration: 4s;
  animation-iteration-count: infinite;}
  
  
  @keyframes odlamek2 {
  0% { bottom:80px; }
  20% { bottom:84px; }
  40% { bottom:80px; }
  60% { bottom:85px; }
  80% { bottom:83px; }
  100% { bottom:81px; } 
} 
.anime-odlamek2 {  -webkit-animation-name: odlamek2;
  -webkit-animation-duration: 5s;
  animation-name: odlamek2;
  animation-duration: 5s;
  animation-iteration-count: infinite;}
  
  
    @keyframes odlamek3 {
  0% { bottom:380px; }
  20% { bottom:378px; }
  45% { bottom:384px; }
  60% { bottom:380px; }
  85% { bottom:377px; }
  100% { bottom:379px; } 
} 
.anime-odlamek3 {  -webkit-animation-name: odlamek3;
  -webkit-animation-duration: 4s;
  animation-name: odlamek3;
  animation-duration: 4s;
  animation-iteration-count: infinite;}
  
  
      @keyframes odlamek4 {
  0% { bottom:450px; }
  20% { bottom:454px; }
  45% { bottom:452px; }
  60% { bottom:456px; }
  90% { bottom:454px; }
  100% { bottom:451px; } 
} 
.anime-odlamek4 {  -webkit-animation-name: odlamek4;
  -webkit-animation-duration: 6s;
  animation-name: odlamek4;
  animation-duration: 6s;
  animation-iteration-count: infinite;}
 
.anime-odlamek1, .anime-odlamek2, .anime-odlamek3, .anime-odlamek4 {cursor:pointer;} 
  
 @keyframes fadeIn3 {
  0% { transform:scale(1) }
  50% { transform:scale(0.9) }
  100% { transform:scale(1) } 
} 
.anime-odlamek1:active, .anime-odlamek2:active, .anime-odlamek3:active,.anime-odlamek4:active {  -webkit-animation-name: fadeIn3;
  -webkit-animation-duration: 2s;
  animation-name: fadeIn3;
  animation-duration: 2s;
}

.karuzela .logo-gry {}

@media (max-width: 1020px) {

		@keyframes odlamek1 {
		  0% { bottom:100px; }
		  20% { bottom:104px; }
		  40% { bottom:101px; }
		  60% { bottom:105px; }
		  90% { bottom:102px; }
		  100% { bottom:101px; } 
		} 
		.anime-odlamek1 {  -webkit-animation-name: odlamek1;
		  -webkit-animation-duration: 4s;
		  animation-name: odlamek1;
		  animation-duration: 4s;
		  animation-iteration-count: infinite;}
		  
		  
		  @keyframes odlamek2 {
		  0% { bottom:30px; }
		  20% { bottom:34px; }
		  40% { bottom:30px; }
		  60% { bottom:35px; }
		  80% { bottom:33px; }
		  100% { bottom:31px; } 
		} 
		.anime-odlamek2 {  -webkit-animation-name: odlamek2;
		  -webkit-animation-duration: 5s;
		  animation-name: odlamek2;
		  animation-duration: 5s;
		  animation-iteration-count: infinite;}
		  
		  
			@keyframes odlamek3 {
		  0% { bottom:280px; }
		  20% { bottom:278px; }
		  45% { bottom:284px; }
		  60% { bottom:280px; }
		  85% { bottom:277px; }
		  100% { bottom:279px; } 
		} 
		.anime-odlamek3 {  -webkit-animation-name: odlamek3;
		  -webkit-animation-duration: 4s;
		  animation-name: odlamek3;
		  animation-duration: 4s;
		  animation-iteration-count: infinite;}
		  
		  
			  @keyframes odlamek4 {
		  0% { bottom:350px; }
		  20% { bottom:354px; }
		  45% { bottom:352px; }
		  60% { bottom:356px; }
		  90% { bottom:354px; }
		  100% { bottom:351px; } 
		} 
		.anime-odlamek4 {  -webkit-animation-name: odlamek4;
		  -webkit-animation-duration: 6s;
		  animation-name: odlamek4;
		  animation-duration: 6s;
		  animation-iteration-count: infinite;}
		 
}