.product{
	display:inline-block;
	width: 274px;
	margin: 0px 15px 25px 0px;
	box-shadow:0px 0px 3px #666;
	text-align:center;
	font-weight: lighter;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align:top;
	overflow:auto;
	background-color: #FFF;
	padding-bottom:10px;
	overflow:hidden;
	}
.product:hover{	
 -ms-transform: translate(0px,-20px); /* IE 9 */
   	-webkit-transform: translate(0px,-20px); /* Safari */
    transform: translate(0px,-20px);
	box-shadow:0px 0px 10px #666;
}
.product img{
	width:100%;
	}	
.product p{
	margin:10px 20px 0px 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/*************** View PDF BUTTON **************************************/



@media only screen and (max-width: 640px) {
	.product{
	width:43%;
	}
	.product > br {
	display:none;
		}
}
@media only screen and (max-width: 320px) {
	.product{
		display:block;
	width:100%
	}

}