#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:480px;
	float:left;
	margin-left:52px;
	border:3px solid #6f6aff;
	padding:20px 30px;
}

#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;
}

#content .rezerwacja a {
	display:inline-block;
	background:#04007d;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	margin-top:40px;
	float:right;
}

#content .rezerwacja a:hover {
	opacity:0.8;
}