
/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* Grid BG */
.GridArea
{
	width:100%;
	height:auto;
	background:#eee;
}

#Grid
{
	width:100%;
	float:left;
}

#Grid .mix img
{
	width:50px;
	margin:2px;
}

#Grid .mix
{
	width:50px;
	height:auto;

	color:#fff;	
	background-position:center center;
	background-repeat:no-repeat;
	
	margin:10px;
	display:none;	
	float:left;
	padding:0;
}

#Grid .Gridgap
{
	list-style:none;
}

.controls
{
	margin:auto;
	text-align:center;
}

.controls li
{
	width:150px;
	height:40px;
	line-height:40px;	
	
	color:#fff;
	background-color:#C4353F;
		
	margin-bottom:5px;
	text-align:center;
	display:block;
	
	-webkit-transition:ease-out 320ms;
	-moz-transition:ease-out 320ms;
	-ms-transition:ease-out 320ms;
	-o-transition:ease-out 320ms;
	transition:ease-out 320ms;	
}

#mycolor
{
	background:#fff;
	text-align:left;
	text-indent:25px;
	color:#333;
	border-bottom:1px solid #ccc;
}

#mycolor:before
{
	content:"- ";
}

.controls li:hover
{
	background-color:#000;
	color:#fff;
	cursor:pointer;
}

.controls li#mycolor:hover
{
	background-color:#fff;
	color:#ccc;
	cursor:pointer;
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	transform:translateX(5px);
}


#sort-box *
{
	margin:0;
	padding:0;
	float:none;
}

#sort-box
{
	margin:auto;
	width:75%;
}

#sort-box .controls li
{
	margin-bottom:5px;	
}

@media screen and (max-width:1366px)
{

#Grid .mix
{
	width:50px;
	height:auto;
	display:none;
	margin:10px;
}

#Grid .mix img
{
	width:50px;
}

}

@media screen and (max-width:1000px)
{

#Grid .mix
{
	width:50px;
	height:50px;
	line-height:50px;
	display:none;
	margin:auto;
}

#Grid *
{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#sort-box .controls li
{
	width:100%;
	float:left;
	margin:0;
	border-bottom:1px solid #999;
}

}