
/*.boxgrid a{ color:#C8DCE5; }*/
.boxgrid {
		width: 240px;
		height: 240px;
	float:left;
	overflow: hidden;
	position: relative;
	margin-right: 2.5%;
	margin-bottom: 30px;
	min-height: 1px;

}

.boxgrid img {
		width: 240px;
		height: 240px;
		position: absolute;
		top: 0;
		left: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
} 


/*.boxgrid a, .boxgrid a:visited {
	font-family: 'EauSansBold', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	background-color: #6C8915;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 30px;
}

.boxgrid a:hover {
	color: #000;
	background-color: #ACCE00;
}
*/
.boxcaption {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #BAAE58;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.boxcaption h3 {
	font-family: 'AllerBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFF;
	font-size: 17px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	line-height: 16px;
	margin: 0px;
}

.boxcaption p {
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.captionfull .boxcaption {
		width: 240px;
		top: 240px;
		left: 0;
}

.caption .boxcaption {
		width: 240px;
		top: 139px;
		left: 0;
}

/*	============================================= DESKTOP ====
*/
@media only screen and (max-width: 1120px) {

.boxgrid {
	margin-right: 5.5%;
	margin-bottom: 30px;

}

}


/*	============================================= IPAD LANDSCAPE ====
*/
@media only screen and (max-width: 1024px) {

.boxgrid {
	margin-right: 5.5%;
	margin-bottom: 30px;

}

}

/*	============================================= IPAD PORTRAIT ====
*/
@media only screen and (max-width: 800px) {

.boxgrid {
	margin-right: 5%;

}

}


/*	============================================= IPAD PORTRAIT ====
*/
@media only screen and (max-width: 767px) {

.boxgrid {
	margin-left: 5.0%;
	margin-right: 5.0%;

}

}
