.category {
	width: 100%;
	display: inline-block;
}
.categoryBox {
	width: 33.3%;
	display: inline-block;
	float: none;
	vertical-align: top;
	position: relative;
	
	float:left;
	background: #071b34;
	margin-bottom: 10px;
}
	.categoryBox img {
		width: 100%;
		height: auto;
		float: left;
	}
	

/* === */

.categoryBox-Text {
	z-index: 9999;
	display: inline-block;
	width: 100%;
	position: relative;
	position: absolute; 
	top: 40%; 
	left: 0; 
	width: 100%;
}
	
	.categoryBox-Text hr {
		height: 2px;
		width: 95%;
		z-index: 999;
		display: inline-block;
		background-color: black;
		border: 0px;
	}
	
	
h5 {
	font-family: 'montserratextra_bold', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
}	
	
	
/* === */

.opacity {
	width: 100%;
	height: 100%;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
}
.opacity-active {
	background-color: rgba(255,255,255,0.32);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}