#realizacje  td,th {
	font-family: Pacifico;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #fff; 
	background-image: 
	linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
	linear-gradient(#eee .1em, transparent .1em);
	background-size: 100% 1.2em;
} 

#realizacje  ul li a {
	color: #666;
	height: 290px;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	width: 250px;
	padding-top: 10px;
	-webkit-box-shadow:  2px 2px 5px 0px #000;
    box-shadow:  2px 2px 5px 0px #000;
	margin: 20px;
	background: #FFF;
	text-align: center;
}

#realizacje ul li {
	float: left;
	list-style-type: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

#realizacje ul a:after {
	content: attr(title);
}

#realizacje ul li {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#realizacje ul li:nth-child(3n) {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

#realizacje ul li:nth-child(3n+2) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#realizacje ul li:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	z-index: 10;
}




#wspolpraca  td,th {
	font-family: Pacifico;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #fff; 
	background-image: 
	linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
	linear-gradient(#eee .1em, transparent .1em);
	background-size: 100% 1.2em;
} 

#wspolpraca  ul li a {
	color: #666;
	height: 290px;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	width: 250px;
	padding-top: 10px;
	-webkit-box-shadow:  2px 2px 5px 0px #000;
    box-shadow:  2px 2px 5px 0px #000;
	margin: 20px;
	background: #FFF;
	text-align: center;
}

#wspolpraca ul li {
	float: left;
	list-style-type: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

#wspolpraca ul a:after {
	content: attr(title);
}

#wspolpraca ul li {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	margin:0px 0px 30px 0px;
}

#wspolpraca ul li:nth-child(3n) {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

#wspolpraca ul li:nth-child(3n+2) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#wspolpraca ul li:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	margin:0px 0px 30px 0px;
	z-index: 10;
}