.boxgrid {
	width: 300px;
	height: 175px;
	/*margin-left:15px;*/
    float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: relative;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption {
	float: left;
	position: absolute;
	/*background: #8BB900;*/
	height: 100px;
	width: 100%;
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*.boxgrid h3{ position: relative; margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }*/

.boxcaption h5 {
	/*position: absolute;
    bottom: 75;
    left: -100%; */
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 5px solid rgb(255,255,255);
	padding: 0px 10px;
	margin: 14px 0px 0px 0px;
	line-height: 14px;
	text-align: left;
	color: rgb(255,255,255);/*transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;*/
}

p.boxcaption-opis {
	font-size: 12px;
	font-weight: 100;
	text-align:left;
	margin-top: 5px;
	line-height: 15px;
	padding: 0px 15px;
	color: rgb(255,255,255);
}

p.boxcaption-opis-szary {
	font-size: 12px;
	font-weight: 100;
	text-align:left;
	margin-top: 5px;
	line-height: 15px;
	padding: 0px 15px;
	color: rgb(129,129,129);
}

.boxcaption a {
	color: rgb(0,0,0);
	text-decoration: none;
}
.boxcaption:hover h5 {
	left: 0;
}
.captionfull .boxcaption {
	top: 160;
	left: 10;
}
.caption .boxcaption {
	top: 120;
	left: 10;
}
