/* ----- PRODUCT CATEGORY PAGE ----- */

.product-category strong,
.product-category b {
	font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:700;
	font-size: 18px;
	line-height: 26px;
}

.product-category {
	background: url(/global/img/products/leaf-bg.png) top left no-repeat;
	padding: 60px 0 20px 70px;
}

.product-category em,
.product-category i {
	font-size: 24px;
	line-height: 26px;
}

.product-category h4 {
	margin-top: 40px;
}

#product-prototype{
	display: none;
}
.product-category-search{
	padding-right:20px;
}

.cube {
	display: block;
	width: 140px;
	height: 92px;
	padding-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	-webkit-box-shadow: inset 0 0 35px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 35px rgba(0,0,0,.2);
	box-shadow: inset 0 0 35px rgba(0,0,0,.2);
}

.cube:hover {
	background-position: 0 -142px;
	border: none;
}

.cube .button-go {
	display: none;
	margin: 0 auto;
}

.cube:hover .button-go {
	display: block;
}

.stacked-categories h3 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0;
}
#product-category-search-results{
	display:none;
	color: white;
	position:absolute;
	top: 32px;
	right: 0;
	padding: 0;
    max-width: 320px;
	z-index:999;
	background-color:#797979;
	list-style-type: none;
    font-family:montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:400;
    font-size: 14px;
}

#product-category-search-results li{
	padding: 3px 5px;
	white-space: nowrap;
	color:#fff;
	cursor: pointer;
}

.search-it:hover{
	background-color:#919191;
}

.section-title {
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	padding: 10px 10px 2px 25px;
	clear: both;
}

/* ---------- MEDIA QUERIES ---------- */

/* tablet and smaller */
@media (max-width: 979px) {

}

@media (min-width: 768px) and (max-width: 979px) {
	.product-category .span7 {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {

	.product-category {
		padding: 20px;
	}

	.featured-product {
		margin-top: 30px;
	}
}





