@charset "UTF-8";
body {
	position: relative;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.mainCont {
}
.mainCont p {
	padding-top: 25%;
}
h3 {
	font-size: 116.6%;
	margin: 12px 10px 8px 10px;
	color: #FFF;
}
.boxgrid {
	width: 100%;
	xbackground: #161613;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-top:-300px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
.boxgrid p {
	padding: 10px 10px 10px 15px;
	color: #fff;
	font-weight: bold;
}
.boxgrid p a{
	color:#fff;
	font-weight:normal;
}
.boxgrid p a:hover{
	text-decoration:underline;
	font-weight:normal;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	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)";
}
.captionfull .boxcaption {
	top: 300px;
	left: 0;
}
.caption .boxcaption {
	top: 255px;
	left: 0;
}
