.controls {
	width: 100%;
	display: inline-block;
	margin: 20px 0;
}

.controls li {
	float: left;
	width: 20%;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	padding: 3px 0;
	outline: 2px solid white;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
	background: #eee;
	text-transform: uppercase;
}

.controls li.active {
	background: #d71921;
	color: #fff;
}

hr{
	margin: 0 0 20px 0;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}

#Grid {
	width: 100%;
	text-align: justify;
	font-size: 0.1px;
	margin: 0;
}

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

#Grid .mix,
#Grid .search {
	display: none;
	opacity: 0;
	height: 155px;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
}

/*
#Grid .mix a,
#Grid .search a  {	
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
*/

#Grid .mix a span,
#Grid .search a span {
	width: 100%;
	font-size: 11px;
	background: black;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#Grid .search {
	display: block;
	opacity: 1;
	float: left;
	margin: 1%;
}

#Grid .gap {
	display: inline-block;
}

#Grid .mix,
#Grid .search,
#Grid .gap {
	width: 100%;
	text-align: left;
}

#Grid .break {
	display: inline-block;
	width: 100%;
	height: 0;
	margin: 0;
}

.controls ul {
	margin: 0!important;
}
