.mainbox1 ul,
.mainbox2 ul,
.mainbox3 ul,
.mainbox4 ul,
.mainbox1 figure,
.mainbox2 figure,
.mainbox3 figure,
.mainbox4 figure {
	margin:0px;
	padding:0px;}




.grid li {
	display: inline-block;
	margin: 0;
	text-align: left;
	position: relative;
}


.grid figcaption {
	margin:0px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #F4B900;
	 

}



.grid figcaption h1 {
	font-size:16pt;
}

.grid figcaption p {
	font-size:12pt;
	font-family: 'maven_pro_light300';

}



#mainboxcontainer figcaption {
	color:#000000;
}


/*.grid figcaption a {
    font-family: 'dincregular';
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #6E101D;
	color: #fff;
	font-size:11px;
}*/

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 220px;
	width: 315px;
	margin:0px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	filter:alpha(opacity=0); /* For IE8 and earlier */

}



.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
		filter:alpha(opacity=100); /* For IE8 and earlier */

	
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}



@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
