.products.row {
	margin-top: 15px;
}
.col {
	position: relative;
}
.shade {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	background: linear-gradient(to top,#323232 0,rgba(50,50,50,0) 33%);
	opacity: .3;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .3s;
}
.col-inner {
	position: relative;
	margin-bottom: 30px;
}
.box-image {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.box-overlay .box-text, 
.box-shade .box-text
{
	position: absolute;
	width: 100%;
	max-height: 100%;
	bottom: 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.box-shade .box-text h5,
.box-overlay .box-text h5{
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
p.is-xsmall.uppercase.count {
	color: white;
}
.box-text {
	padding-top: .7em;
	padding-bottom: 1.4em;
	position: relative;
	width: 100%;
	font-size: .9em;
}
.header-collec h1 {
	display: inline-block;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	line-height: 30px;
	margin-top: 9px;
}
.hover-reveal.reveal-small {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.has-hover:hover .hover-reveal.reveal-small {
	padding-top: 10px;
}
@media (max-width:767px){
	.center-header {
		padding: 0 !important;
	}



}