/*
* @author: Chad
*/

.color-scheme {
	margin-top: 20px;
}

.color-scheme > ul {
	margin-bottom: 20px;
}
.color-scheme > ul:after {
	content: "";
	display: table;
	clear: both;
}

.color-scheme > ul > li {
	float: left;
}

.color-scheme > ul > li.last,
.color-scheme > ul > li:last-child {
	margin-right: 0;
}

.color-scheme .color {
	width: 55px; height: 55px;
	margin: 0; padding: 0;
	border: none;
	display: block;

	-webkit-box-shadow: none;
	box-shadow: none;
}



/* Regular Desktop */

@media only screen and (min-width:1024px) {
	
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

}

/* Mobile Portrait & Landscape */

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

}
