/*
* @author: Chad
*/
.breadcrumb {
	display: none;
}

.intro-name
{
	padding:0 0 20px 0;
	border-bottom:3px solid #EEE;
}
.intro-name h2
{
	margin:0 0 5px 0;
	font-size:20px; font-weight:700;
}
.intro p {
	margin-bottom: 20px;
}

#color-schemes-content h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1;
}

#color-schemes-content h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

#color-schemes-content > ul > li {
	border-bottom: 3px solid #f0f0f0;
	margin: 0 0 30px 0;
}
#color-schemes-content > ul > li.last {
	border-bottom: none;
}

ul.three-col-thumbs {
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.three-col-thumbs:after,
.color-terms > ul .color-scheme > ul {
	clear: both;
	content: "";
	display: table;
}

ul.three-col-thumbs > li { 
	width: 220px; height: 220px;
	float: left;
	margin: 0 20px 20px 0;
}

ul.three-col-thumbs > li a {
	position: relative;
	float: left; /* shrink wrap */
}

ul.three-col-thumbs > li .img-label {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%; min-height: 34px;
	padding: 5px 30px 5px 30px; margin: 0;
	position: absolute;
	left: 0; bottom: 0;
	background: url(/img/ui/trans-bg-dark.png) repeat 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


ul.three-col-thumbs > li .icon-magnify {
	display: block; overflow: hidden;
	width: 34px; height: 34px;
	position: absolute;
	right: 0; bottom: 0;
	background: url(/img/ui/icon-sprite.png) no-repeat 0px -3757px;
}

ul.three-col-thumbs .last {
	margin-right: 0;
}

img.color-chart {
	border: 1px solid #f0f0f0;
}

.color-terms > ul > li {
	width: 50%; min-height: 85px;
	float: left; position: relative;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	margin: 0 0 30px 0;
}

.color-terms > ul .color-scheme {
	position: absolute;
	bottom: 0; left: 0;
}

.color-terms > ul .color-scheme > ul {
	border: 1px solid #e4e4e4;
	margin-bottom: 0;
}

.color-terms > ul .color-scheme .color {
	width: 25px; height: 25px;
}


section.generic
{
	float:left; clear:left;
	width:190px;
}
/* Regular Desktop */

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

/* Tablet Portrait */

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

	.intro-name {
		width: 100%;
	}

	section.generic
	{
		width:160px;
	}

	ul.three-col-thumbs li {
		width: 151px; height: 151px;
	}

	ul.three-col-thumbs li img {
		max-width: 100%;
	}

	ul.three-col-thumbs > li .img-label {
		text-align: left;
		font-size: 12px;
	}

}

/* Mobile Portrait & Landscape */

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

	section.generic
	{
		float:none;
		width:auto;
	}
	.breadcrumb
	{
		display:block;
	}
	ul.three-col-thumbs > li {
		width: 100%; height: auto;
		float: none;
	}
	ul.three-col-thumbs > li a {
		width: 100%; height: auto;
		display: block;
		float: none;
	}

	ul.three-col-thumbs > li img {
		min-width: 100%;
	}

	.color-terms > ul > li {
		float: none;
		width: 100%;
		min-height: auto;
	}

	.color-terms > ul .color-scheme .color {
		width: 40px; height: 40px;
	}

	.color-terms > ul .color-scheme {
		position: static;
	}

}
