
.controls{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	list-style-type: none;
	font-size: 1.3em;
	font-family: "Lato", sans-serif;
	color: #414042; /* Dk Grey */
	text-transform: uppercase;
}

.filter, .filterby {
	margin: 0 1.5% 0 0;
	}


.filter:hover {
	color: #EE3124; /* Red */
	text-decoration:underline;
	}

#Grid{
	width: 100%;
	text-align:justify;
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
	vertical-align: top;
	margin-bottom: 20px;
	color: #414042;	
	font-size: 1em;
	text-align: center;
	line-height: 1.2em;
}

.imghover { border: 1px solid #CCC;}

.imghover:hover {
	opacity: 0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;	
	background-color: #EE3124;
	z-index: 10;
}


