/*MIXITUP Stylesheet*/


.controls{

	/*display: inline-block;*/
	width: 100%;
	margin: 0 0 30px;
	vertical-align: top;
	text-align:center;

}


.controls li{

	margin-left: 20px;
	cursor: pointer;
	display: inline;
	/*list-style-type: square;*/
}

.controls li.active{
	font-weight: 700;
}

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

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

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

#Grid .mix{
	display: none;
	opacity: 0;
	width: 300px;
	height: 300px;
	vertical-align: top;
	margin-bottom: 60px;
	background: #fff;
	color: #f00;
	margin-left:-50px;
	font-size: 30px;
	text-align: center;
	line-height: 20px;
}

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