/**
 *	RESET DEFAULT LAYOUT
 */
.contentContainer {
	width:100%;
	padding:0;
	background:#a2a3a5;
}
.nike-huarache-container {
	max-width:976px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

/**
 *	PAGE LAYOUT
 */
.nike-huarache-content-column {
	
}
.nike-huarache-gutters {
	margin-left:-5px;
	margin-right:-5px;
}
.nike-huarache-gutters .nike-huarache-3rd {
	padding-left:5px;
	padding-right:5px;
}
.nike-huarache-3rd {
	float:left;
	width:33.33%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nike-huarache-push {
	display: block;
	margin-bottom:10px;
}
.nike-huarache-container .clearfix:after,
.nike-huarache-container:after {
	content:"";
	display: table;
	clear:both;
}

/* floating badges */
.nike-huarache-kot-left,
.nike-huarache-kot-right {
	display: block;
	position: absolute;
	top:75px;
	right:-182px;
	margin-right:-65px;
}
.nike-huarache-kot-left {
	right:auto;
	left:-182px;
	margin-right:0;
	margin-left:-65px;
}

/**
 *	COMPONENETS
 */
.nike-huarache-content-column .block-image {
	display: block;
	width:100%;
	height:auto;
}
.nike-huarache-content-column .button {
	display: inline-block;
	background:#000;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	height:35px;
	line-height: 35px;
}
.nike-huarache-content-column a {
	text-decoration: none;
}

/**
 *	CONTENT
 */

/* feature */
.nike-huarache-feature {
	position: relative;
}
.nike-huarache-feature-actions {
	position: absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align: center;
}
.nike-huarache-feature-actions ul {
	list-style: none;
	margin-bottom:15px;
}
.nike-huarache-feature-actions li {
	display: inline-block;
	border-right:1px solid #000;
	text-transform: uppercase;
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
}
.nike-huarache-feature-actions li:last-child {
	border-right:none;
}
.nike-huarache-feature-actions .button {
	padding-left:25px;
	padding-right:25px;
	height:50px;
	line-height: 50px;
}

/* feature carousel */
.nike-huarache-feature {
	position: relative;
}
.nike-huarache-feature .bx-prev,
.nike-huarache-feature .bx-next {
	display: block;
	position: absolute;
	top:50%;
	width:50px;
	height:50px;
	margin-top:-25px;
	text-indent: -9999px;
}
.nike-huarache-feature .bx-prev {
	left:15px;
	background-image:url(/lib/hlight/nike-huarache/img/arrow-left.png);
}
.nike-huarache-feature .bx-next {
	right:15px;
	background-image:url(/lib/hlight/nike-huarache/img/arrow-right.png);
}
.nike-huarache-feature .bx-prev.disabled,
.nike-huarache-feature .bx-next.disabled {
	opacity: .5;
	cursor: default;
}

/* text */
.nike-huarache-text-content {
	padding:1em;
	background-color: #454546;
	color: #fff;
	text-align: center;
}
.nike-huarache-text-content h1,
.nike-huarache-text-content p {
	margin-bottom:1.4em;
}

/* 3 columns */
.nike-huarache-type {
	position: relative;
	text-align:center;
}
.nike-huarache-type h2 {
	position: absolute;
	top:35px;
	left:0;
	width:100%;
	line-height: 1;
	text-transform: uppercase;
}
.nike-huarache-type:first-child h2 {
	color:#fff;
}
.nike-huarache-type .button {
	position: absolute;
	bottom:25px;
	left:50%;
	width:116px;
	margin-left:-58px;
}