/* Marquee */
.cms-page-view .site-marquee img {
    height: auto;
    max-height: 800px;
}

/* Generic Classes */
.more {
	position:relative;
	margin:20px 0 0 0;
	display:inline-block;
	padding-right:25px;
	font-size:14px;
	color:#106550;
	font-weight:bold;
}
.more:before {
	content:'';
	position:absolute;
	top:-2px;
	right:0;
	display:block;
	width:21px;
	height:21px;
	background:url(/skin/frontend/enterprise/kornferry/images/kf-sprite.png) 0 -223px no-repeat;
}

.btn-red {
	margin:10px 0 0 0;
	display:block;
	width:74px;
	padding:6px 11px;
	background:#b61f3e;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
}

/* Products */
.cms-products .site-marquee img {
	height:auto;
}

.cms-products .logo-line {
	max-height:1000px;
}
.cms-products .breadcrumbs {
	display:none;
}

.products-ankle .item {
	width:50%;
	box-sizing:border-box !important;
}

/* Product Content */
.product-content {
	padding: 0 20px;
	text-align:left;
	font-size:16px;
	color:#373737;
}

.product-content .col-main {
	width:65%;
}

.product-content .sidebar {
	width:30%; min-height: 200px;
}
.product-content h1 {
	padding-bottom:20px;
	font-family:"proxima-nova",arial,sans-serif;
	font-weight: bold;
	font-size:36px;
}

.product-content h3 {
	font-family:"proxima-nova",arial,sans-serif;
	font-weight: bold;
	font-size:22px;
	padding-bottom:15px;
}

/* Product Content Responsive */
@media (max-width:768px) {
	.product-content .col-main,
	.product-content .sidebar {
		width:100%;
	}
	.product-content .col-main {
		padding-bottom:20px;
	}
}

/* Yellow Box */
.yellow-box {
	padding:20px 28px 30px 28px;
	background:#ffdc00;
}

.yellow-box p,
.yellow-box address {
	font-size:14px;
	color:#7f6e00;
}

.yellow-box p {
	padding-bottom:15px;
}

/* Product Groups */
.product-group,
.product-group *,
.product-group *:before,
.product-group *:after {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	   		box-sizing:border-box;
}

.product-group {
	padding:15px 20px;
	border-top:2px solid #f1f1f0;
	text-align:left;
}

.product-group h3 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.product-group h4 {
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
}

/* Product Group Description */
.product-group-description {
	float:left;
	width:29%;
	padding:15px 15px 15px 0;
	color:#2a2f39;
}

.product-group-description h4 {
	padding-bottom:8px;
	font-size:14px;
	text-transform:uppercase;
}

/* Product Carousel */
.product-carousel {
	float:left;
	width:71%;
	padding:15px 0 15px 10px;
	border-left:1px solid #f1f1f0;
}
.product-carousel .item {
	float:left;
	max-width:335px;
	padding:0 15px 20px 15px;
	min-height:244px;
	-webkit-box-sizing:content-box;
	   -moz-box-sizing:content-box;
	        box-sizing:content-box;
}

.product-carousel .item-img {
	float:left;
	width:20%;
}

.product-carousel .item-desc {
	float:left;
	width:80%;
	padding:0 0 0 20px;
}

.product-carousel .price {
	margin-top:10px;
	display:block;
}

/* Pager */
.product-carousel .carousel-pager {
	margin-left:15px;
}

.carousel-pager a.active {
	background-position: 0px -19px;
}

.bx-controls-direction {
	display:none;
}

.bx-pager-item {
	display:inline-block;
}

/* Product Actions */
.product-actions,
.product-actions *,
.product-actions *:before,
.product-actions *:after {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	   		box-sizing:border-box;
}
.product-actions {
	padding:15px 0;
	border-top:2px solid #f1f1f0;
	text-align:left;
}
.product-actions h4 {
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
.product-actions .col {
	float:left;
	width:50%;
	padding:10px 20px;
	border-left:1px solid #f1f1f0;
}
.product-actions .col:first-child {
	border-left:0;
}
@media (max-width:768px) {
	.product-group-description {
		width:100%;
		padding:20px 0;
	}
	.product-carousel {
		width:100%;
		padding:10px 0;
		border-left:0;
	}
	.product-actions {
		padding:10px 0;
	}
	.product-actions .col {
		width:100%;
	}
}

.cms-products .home-marquee-wrapper {
	display:none;
}