#asrp-highlights {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
#asrp-highlights .static-image {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 240px;
	text-align: center;
	overflow: hidden;
}
#asrp-highlights .static-image img {
	display: block;
	height: 100%;
	margin: 0 auto;
}
#asrp-highlights ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
}
#asrp-highlights ul li {
	position: relative;
	display: block;
	float: left;
	height: 238px;
	margin: 1px;
	background: #e0e0e0;
}
#asrp-highlights ul li.product {
	background: #fff;
}
#asrp-highlights ul li.square {
	width: 238px;
}
#asrp-highlights ul li.wide {
	width: 476px;
}
#asrp-highlights ul li .cell-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
[data-touchdevice="false"] #asrp-highlights ul li a:hover .cell-img {
	background-size: 90%;
}
#asrp-highlights ul li.vendor a .cell-img,
#asrp-highlights ul li.social a .cell-img,
#asrp-highlights ul li.video a .cell-img {
	background-size: 100%;
}
[data-touchdevice="false"] #asrp-highlights ul li.vendor a:hover .cell-img,
#asrp-highlights ul li.social a:hover .cell-img,
#asrp-highlights ul li.video a:hover .cell-img {
	background-size: 105%;
}
#asrp-highlights ul li.brand a .cell-img {
	background-size: 40%;
}
[data-touchdevice="false"] #asrp-highlights ul li.brand a:hover .cell-img {
	background-size: 50%;
}
#asrp-highlights ul li.social a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    background: url(/ns/common/champssports/images/social-icons/instagram-64x64.png) center no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
}
[data-touchdevice="false"] #asrp-highlights ul li.social a:hover:after {
    opacity: 0;
}
#asrp-highlights ul li a span {
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#asrp-highlights ul li a p {
	display: block;
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	max-height: 70%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
	opacity: 0;
    filter: alpha(opacity=0);
}
#asrp-highlights .left-button {
	position: absolute;
	top: 50%;
	left: 0px;
	display: none;
	width: 74px;
	height: 55px;
	margin-top: -27px;
	background: url(http://www.champssports.com/ns/common/champssports/images/left-turn-arrow.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
#asrp-highlights .right-button {
	position: absolute;
	top: 50%;
	right: 0px;
	display: block;
	width: 74px;
	height: 55px;
	margin-top: -27px;
	background: url(http://www.champssports.com/ns/common/champssports/images/right-turn-arrow.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
/* BORDER HOVER */
#asrp-highlights ul li.border-hover a span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: #000;
	opacity: 0;
    filter: alpha(opacity=0);
}
#asrp-highlights ul li.border-hover a .bt, #asrp-highlights ul li.border-hover a .br, #asrp-highlights ul li.border-hover a .bb, #asrp-highlights ul li.border-hover a .bl {
	display: block;
	position: absolute;
	background: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#asrp-highlights ul li.border-hover a .bt {
	top: 10%;
	right: 90%;
	width: 0%;
	height: 1px;
}
#asrp-highlights ul li.border-hover a .br {
	bottom: 90%;
	right: 10%;
	width: 1px;
	height: 0%;
}
#asrp-highlights ul li.border-hover a .bb {
	bottom: 10%;
	left: 90%;
	width: 0%;
	height: 1px;
}
#asrp-highlights ul li.border-hover a .bl {
	top: 90%;
	left: 10%;
	width: 1px;
	height: 0%;
}

#asrp-highlights ul li.border-hover.wide a .bt {
	top: 10%;
	left: 5%;
}
#asrp-highlights ul li.border-hover.wide a .br {
	bottom: 90%;
	right: 5%;
}
#asrp-highlights ul li.border-hover.wide a .bb {
	bottom: 10%;
	left: 95%;
}
#asrp-highlights ul li.border-hover.wide a .bl {
	top: 90%;
	left: 5%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover span {
	opacity: 1.0;
    filter: alpha(opacity=100);
	color: #fff;
	color: #fff;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#99000000)";
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover span p {
	opacity: 1;
    filter: alpha(opacity=100);
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover .bt {
	right: 10%;
	width: 80%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover .br {
	bottom: 10%;
	height: 80%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover .bb {
	left: 10%;
	width: 80%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover a:hover .bl {
	top: 10%;
	height: 80%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover.wide a:hover .bt {
	left: 5%;
	width: 90%;
}
[data-touchdevice="false"] #asrp-highlights ul li.border-hover.wide a:hover .bb {
	left: 5%;
	width: 90%;
}
/* END BORDER HOVER */
#asrp-more-info {
	position: relative;
	display: none;
	width: 100%;
	max-width: 950px;
	height: 240px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#asrp-more-info.open {
	height: auto;
}
#asrp-more-info:after {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
	background-repeat: repeat-x;
	height: 50%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
#asrp-more-info.open:after {
	display: none;
}
#asrp-more-info span {
	display: block;
	margin: 30px 15px 20px 15px;
	font-size: 14px;
}
#asrp-more-info span h1 {
	margin: 0 0 20px 0;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
#asrp-more-info span h2 {
	margin: 0 0 20px 0;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
#asrp-read-more-button {
	display: none;
	margin: 20px auto 0 auto;
}
#asrp-read-more-button:before {
	content: "Read More";
}
#asrp-read-more-button.open:before {
	content: "Read Less";
}
.endeca-search-heading .asrp-buttons {
	display: block;
	float: right;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #c7c7c7;
	margin-left: 15px;
}
.endeca-search-heading .asrp-buttons span {
	font-size: 14px;
	width: auto;
	padding: 0 20px;
	text-align: center;
	float: left;
	line-height: 80px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.endeca-search-heading .asrp-buttons span:hover, .endeca-search-heading .asrp-buttons span.selected {
	background: #fff;
	color: #b2906a;
	border-bottom: 1px solid #fff;
}
/* VIDEO OVERLAY STYLES */
#overlay_video {
    display: none;
}
#video_overlay_shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
#video_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -450px;
    font-family: Futura, arial, sans-serif;
    font-size: 14px;
    color: #666;
    z-index: 1001;
}
#video_overlay .overlay_title {
    display: block;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    background: #e0e0e0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#video_overlay .overlay_close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 34px;
    background: #666;
    border: 1px solid #4d4d4d;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}
#video_overlay .overlay_close:before {
    content: "CLOSE";
    position: absolute;
    right: 40px;
    top: 0px;
    padding-right: 10px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}
#video_overlay .overlay_content {
    display: block;
    background: #000;
    overflow: hidden;
}
#video_overlay .overlay_content iframe {
    width: 900px;
    height: 506px;
}
/* END VIDEO OVERLAY STYLES */