.realizacja
{	
	position:relative;
	margin-bottom:10px;
	border-style: solid;
    border-width: 2px;
	border-radius: 20px;
	border-color: lightgrey;
	padding: 4px;
	width:100%;
	height:250px;

	

}


.kontener3D
{

	
	width:100%;
	height:250px;
	perspective: 1200px;
	perspective-origin: 50% 50%;
	padding:0;

   
}





.realizacja
{-webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}


.realizacja_rent
{
	position:absolute;
	margin:0px;
	border-style: solid;
    border-width: 2px;
	border-radius: 20px;
	border-color: lightgrey;
	padding: 4px;
	width:100%;
	height:250px;
	  transform-style: preserve-3d;
      transform-origin: center;

	-webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 4s ease-in-out;
          transition: all 4s ease-in-out;
}

.realizacja_rent div {
 

  font-size: 12px;
  font-family: sans-serif, "Times New Roman", Times, serif;
  position: absolute;
  text-align: center;

  

}
.realizacja_rent .back {font-family: Tahoma; font-size:25px; background-color:white;} 
.realizacja_rent .top {font-family: Impact;font-size:60px; background-color:white;} 

.back {

  transform: rotateY(180deg);
	width:99%;
	height:100%;
  background-color:white;
padding-bottom:30px;
  color: #966565;
}
  
}
.top {
 
  width:99%;
  height:100%;

  background-color:white;
}



.realizacja_rent:hover
{
-webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
strona
{
	font-size:1.5em;
color:blue;
}
#fotostrona
{	
	width:500px;
	height:242px;
	float:right;
	height:100%;
	background: url(http://www.programik.eu/images/speed.png) repeat-y;\
	-webkit-animation: move-speed 64s infinite linear;
  -moz-animation: move-speed 64s infinite linear;
  -o-animation: move-speed 64s infinite linear;
  -ms-animation: move-speed 64s infinite linear;
  animation: move-speed 64s infinite linear;
	
}

#realizacja:hover {
	
}


@-moz-keyframes move-speed {

100% {
    background-position: 0 -700px; } }

@-webkit-keyframes move-speed {
  
  100% {
    background-position: 0 -700px; }
}


@-o-keyframes move-speed {
  100% {
    background-position: 0 -700px; } }

@-ms-keyframes move-speed {
  100% {
    background-position: 0 -700px; } }

@keyframes move-speed {
 
	100% {
    background-position: 0 -700px; } }

