.custom_slider { opacity: 0; position: relative; }
.custom_slider.highlights {
	padding: 30px 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.highlights-pane {
	background-image: url(/includes/public/assets/background-fall.png); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #e3e1e0;
}
.no-touch .highlights-pane { 
	background-attachment: fixed; 
	background-position: center top;
	background-size: cover;
}
.highlights-pane .highlights-pane-int{
	position: relative;
}
.highlights-pane .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(15,15,15,0.6) 0%, rgba(15,15,15,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,15,15,0.6)), color-stop(100%,rgba(15,15,15,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,15,15,0.6) 0%,rgba(15,15,15,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,15,15,0.6) 0%,rgba(15,15,15,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,15,15,0.6) 0%,rgba(15,15,15,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,15,15,0.6) 0%,rgba(15,15,15,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990f0f0f', endColorstr='#1a0f0f0f',GradientType=0 ); /* IE6-8 */
}

.custom_slider.highlights .inner {
	position: relative;
	max-width: 800px;
	height: 440px;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #f5f0eb;
}
.custom_slider.highlights .inner .sc-wrapper {
	position: relative;
	max-width: 636px;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.custom_slider.highlights .inner .slick-slider { margin-bottom: 20px; }

.custom_slider.highlights > .title {
	font-family: 'Yellowtail',Arial,sans-serif;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	color: #f5f0eb;
	max-width: 800px;
	margin: 0 auto;
}

.custom_slider.highlights > hr {
	border-color: #f5f5f5;
	width: 800px;
	margin: 8px auto 30px;
	border-width: 1px;
	opacity: 0.3;
}

.custom_slider.highlights .slides .slide { border: 4px solid #f5f0eb; background-color: #f5f0eb; }
.custom_slider.highlights .slides .slide .gradient {
	background: -moz-linear-gradient(left,  rgba(15,15,15,0.7) 0%, rgba(15,15,15,0) 70%, rgba(15,15,15,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,15,15,0.7)), color-stop(70%,rgba(15,15,15,0)), color-stop(100%,rgba(15,15,15,0)));
	background: -webkit-linear-gradient(left,  rgba(15,15,15,0.7) 0%,rgba(15,15,15,0) 70%,rgba(15,15,15,0) 100%);
	background: -o-linear-gradient(left,  rgba(15,15,15,0.7) 0%,rgba(15,15,15,0) 70%,rgba(15,15,15,0) 100%);
	background: -ms-linear-gradient(left,  rgba(15,15,15,0.7) 0%,rgba(15,15,15,0) 70%,rgba(15,15,15,0) 100%);
	background: linear-gradient(to right,  rgba(15,15,15,0.7) 0%,rgba(15,15,15,0) 70%,rgba(15,15,15,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#000f0f0f',GradientType=1 );
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.custom_slider.highlights .slides .slide .text { position: absolute; bottom: 0; z-index: 2; }
.custom_slider.highlights .slides .text .content {
	text-align: left;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 449px;
	margin: 0 0 20px 25px;
}
.custom_slider.highlights .slides .text .content p { margin-top: 0; margin-bottom: 5px; }
.custom_slider.highlights .slides .text .content p span.title {
	font-family: "omnes-pro", Arial, sans-serif;
	font-size: 26px;
	line-height: 33px;
	margin: 0;
	color: #f5f5f5;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.custom_slider.highlights .slides .text .content p span {
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 8px;
	display: inline-block;
	color: #f5f5f5;
}
.custom_slider.highlights .slides .text .content p span a { color: #f5f5f5; font-weight: bold; }

.custom_slider.highlights .inner .arrow {
	position: absolute;
	bottom: 16px;
	color: #fff;
	background-color: #190f05;
	font-size: 40px;
	cursor: pointer;
	width: 30px;
	height: 60px;
	padding: 0px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.custom_slider.highlights .inner .arrow.nextSlide {
	right: 0;
	background-position: 0 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.custom_slider.highlights .inner .arrow.prevSlide {
	left: 0;
	background-position: -17px 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.custom_slider.highlights .inner .arrow span {
	background-image: url(/includes/public/assets/header-arrows.png);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.custom_slider.highlights .inner .arrow.nextSlide span { background-position: -17px 0; width: 16px; height: 29px; }
.custom_slider.highlights .inner .arrow.prevSlide span { background-position: 0 0; width: 17px; height: 32px; }

.custom_slider.highlights .scroller .slide { cursor: pointer; }
.custom_slider.highlights .scroller .slide img { width: 144px; height: 60px; margin: 0 auto; }
.theme_fall .custom_slider.highlights .scroller .slide.selected img,
.theme_summer .custom_slider.highlights .scroller .slide.selected img { border: 2px solid #8c2832; }
.theme_winter .custom_slider.highlights .scroller .slide.selected img,
.theme_spring .custom_slider.highlights .scroller .slide.selected img { border: 2px solid #008291; }

@media only screen and (max-width: 960px) {
	.custom_slider.highlights > .title { max-width: 580px; }
	.custom_slider.highlights > hr { width: 580px; }

	.custom_slider.highlights .inner { max-width: 580px; height: 380px; }
	.custom_slider.highlights .inner .sc-wrapper { max-width: 472px; }
	.custom_slider.highlights .inner .slick-slider { margin-bottom: 11px; }
}

@media only screen and (max-width: 640px) {
	.custom_slider.highlights > .title { max-width: 310px; font-size: 32px; line-height: 36px;}
	.custom_slider.highlights > hr { width: 290px; }

	.custom_slider.highlights .inner { max-width: 290px; height: 225px; }
	.custom_slider.highlights .inner .sc-wrapper { max-width: 144px; }
	.custom_slider.highlights .inner .slick-slider { margin-bottom: 6px; }

	.custom_slider.highlights .inner .arrow { bottom: 11px; }

	.custom_slider.highlights .slides .text .content { margin: 0 0 5px 10px; }
	.custom_slider.highlights .slides .text .content p span { display: none; }
	.custom_slider.highlights .slides .text .content p span.title { display: inline-block; font-size: 24px; line-height: 26px; }
}