@keyframes tlo {
  from {	  
    left: -800px;  
  }
  50%{
	  left: 0px;
  }
  to {
    left: -800px;
  }
}
.animowanetlo {
  left:-800px; 
  animation-duration: 60s;
  animation-name: tlo;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes klawisz{
  from {	  
    margin-left: -5px;  
  }
  50%{
	margin-left: 5px;
  }
  to {
   margin-left:: -5px;
  }
}

.przycisk{
  margin-left:-5px; 
  animation-duration: 1s;
  animation-name: klawisz;
  animation-iteration-count: infinite;

}

	.przyciski img:hover{
		transform: scale(1.05);
		border-radius:20px;
box-shadow:3px 3px 5px #aaa;		
	}
	.przyciski-mobilne img:hover{
			transform: scale(1.05);
		border-radius:20px;
box-shadow:3px 3px 5px #ccc;	
	}
	.przyciski-mobilne{
		padding-top:7px;
		display:none;
	}
	.przyciski-mobilne img, .przyciski img{
		transition: all .2s ease-in-out;
		border-radius:20px;
	}
	.grube{
		font-weight:bold;
		color:#e2007a;
	}
	.kolumna1{width:42%;float:left;margin-left:5%;margin-right:3%;text-align:justify;font-family:verdana;color:#414042;line-height: 1.5em;margin-bottom: 30px;}
	.kolumna2{width:42%;float:left;margin-left:3%;margin-right:5%;text-align:justify;font-family:verdana;color:#414042;line-height: 1.5em;margin-bottom: 30px;}
	@media screen and (max-width: 640px) {
		.kolumna1, .kolumna2{
	    width:90% !important;
		font-size:18px !important;
		}
		.przyciski{
			display:none;
		}
		.przyciski-mobilne{
			 
			display:block;
		}
		.kolumna2{
			margin-left:5% !important;
			margin-top:-5% !important;
		}
	}
	/* Cookie warning */
#cookie-warn{
	max-width:1190px;
	width:100%;
    position: fixed;
    bottom: 0;
    background: #EEE;
    margin: 0;
    padding: 5px;
    width: 100%;
    display: none;
    z-index: 99;
}
 
#cookie-warn a{
    color: #D66E1A;
    text-transform: uppercase;
    float: right;
    padding-right: 20px;
}
 
#cookie-warn p{
	text-align:justify;
	margin-left:3%;
    font-size: 12px;
    color: #333;
	font-family: verdana;
	margin-right:4%;
}
#slideshow { 
    margin: 5px auto 10px auto; 
    position: relative; 
    width: 100%; 
	overflow:hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
width:100%;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
	
}
#slideshow img{
	width:100%;
}
#paint{
	
}