/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */



.controls{

	/*width: 180px;*/
	/*margin: 0 0 30px;*/
	/*vertical-align: top;*/
}

.row li{
	margin-left: 20px;
	cursor: pointer;
	list-style-type: square;
	display: inline; 
}

.controls li.active{
	font-weight: 700;
}

/*hr{
	margin: 0 0 30px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}*/

.Grid{
	/*width: 640px;*/
	/*text-align: left;*/
	/*font-size: 0.1px;*/
}

/*.Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}*/

.Grid .mix{
	text-align: left;
 
  display: none;
	/*opacity: 0;
	 margin-bottom: 2%;
	background: #03899c;
	/*width: 200px;
	height: 200px;*/
	/*vertical-align: top;*/
	/*margin-bottom: 20px;*/
	/*background: #ccc;
	color: #fff;*/
	
	/*font-size: 30px;
	text-align: center;
	line-height: 200px;*/
	
	/*box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.05);*/
	/*margin-bottom: 40px;*/
}

.mix header{
	background: #fff;
	margin: 0;
	padding: 1em 10px 1em 10px;
	font-size: 12px;
}

.mix header h3{
	font-size: 1em;
}

/*#Grid .gap{
	display: inline-block;
	width: 200px;
}*/

