.boxgrid{ width: 31%; margin-right:3.5%;margin-bottom:25px; float:left; border: solid 2px #fff; overflow: hidden; position: relative;}
.boxgrid:before{
	content: "";
	display: block;
	padding-top: 100%; /*height: 218px;*/
}
.boxgrid img{ position: absolute; top: 0; left: 0; right:0; border: 0; width: 100%;margin: auto; z-index:0;/* height: 250px;*/}
.boxgrid:hover{border: 2px solid #2483c5;}
.boxgrid p{ padding:0 15px; color:#fff; text-shadow:1px 1px 1px #000; line-height:150%;}
.boxcaption{ float: left; position: absolute; height: 100%; width: 100%; text-align:justify; z-index:1;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 9%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(9%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 9%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 9%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 9%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 9%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.boxgrid:hover .boxcaption{ background:rgba(0,0,0,0.7);}
.boxcaption p{ line-height:160%}
.boxcaption p.web-customer{ color:#99fa82}
.captionfull .boxcaption {top: 80%;left: 0; font-weight:normal}
.captionfull .boxcaption a{color:#FFFFFF;text-shadow:1px 1px 1px #000;font-size:15px;}
.caption .boxcaption {bottom: 35px;left: 0;}
.captionfull .boxcaption h2,.captionfull .boxcaption h3{ padding: 0 15px; color:#fff;text-shadow:1px 1px 1px #000; margin:20px 0 5px; font-size:18px; font-weight: normal; display:block;}
.captionfull .boxcaption:hover h2,.captionfull .boxcaption:hover h3{padding: 0 15px 10px; border-bottom:1px dashed #ccc; font-weight: bold;}
.captionfull .boxcaption span{display:block;color:#FFFFCC;}