#content h2 {
	margin:40px 0px 20px 0px;
	position:relative;
	text-transform:uppercase;
	font-size:24px;
	color:#04007d;
}

#content .ofertaphoto {
	float:left;
	width:600px;
}

#content .descr {
	width:540px;
	float:left;
	margin-left:58px;
}

#content .descr p {
	font-size:14px;
	line-height:22px;
	margin-top:20px;
}

#content a.rodzajebox {
	width:270px;
	height:270px;
	color:#fff;
	float:left;
	position:relative;
	margin-top:37px;
	margin-bottom:37px;
	margin-right:39px;
	overflow:hidden;
}

#content a.rodzajebox img {
	height:300px;
	width:300px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
            transition: all 1s ease;
}

#content a.rodzajebox img:hover {
	height:280px;
	width:280px;
}

#content a.rodzajebox p.title {
	margin-top:-90px;
	position:relative;
	background:rgba(225, 225, 225, 0.5);
	padding-top:5px;
	padding-bottom:100px;
	text-transform:uppercase;
	font-size:24px;
	text-align:center;
}