.custom_highlights{

}
.custom_highlights .slides{
  position: relative;
	opacity: 0;
}
.custom_highlights .slides.slick-initialized{
	opacity: 1;
}
.custom_highlights .slide{
	padding: 0 10px 10px;
	outline: none;
}
.custom_highlights .slide-inner{
	position: relative;
  	border-radius: 6px;
  	box-shadow: 0 5px 10px rgba(0,0,0,.1);
  	background-color: #fff;
  	overflow: hidden;
  	border-top: 10px solid #afbd22;
}
.custom_highlights .image{
	position: relative;
}
.custom_highlights .thumb{
	position: absolute;
  z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}
.custom_highlights .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.35);
}
.custom_highlights .thumb.fadein{
	opacity: 1;
}
.custom_highlights .title{
	position: absolute;
  z-index: 3;
	height: auto;
	width: 100%;
	text-align: center;
	top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
    padding: 0 10px;
    word-break: break-all;
}
.custom_highlights .slide-desc{
	width: 100%;
	padding: 18px 18px 16px;
	border-bottom: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.custom_highlights .more-link{
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.custom_highlights .more-link a{
	display: inline-block;
	min-width: 120px;
  max-width: 200px;
	height: 41px;
  padding: 0 18px;
	font-size: 16px;
	line-height: 41px;
	text-decoration: none;
  	background: #afbd22;
  	color: #FFF;
  	border-radius: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}


/** slider nav **/
.custom_highlights .slick-dots {
	position: relative;
  left: 50%;
  bottom: -55px;
  margin: 0;
  width: 100%;
  min-width: 200px;
  max-width: 295px;
  -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
  -webkit-transform: translate3d(-50%,0,0);
          transform: translate3d(-50%,0,0);
}
.custom_highlights .slick-dots li { margin: 0 10px; }
.custom_highlights .slick-dots button {
  margin: 0;
  border-radius: 50%;
  background-color: #999;
}
.custom_highlights .slick-dots .slick-active button { background-color: #ef4135; }
.custom_highlights .slick-dots button:before { content: ""; }

.custom_highlights .cs-bottom-panel {
  margin: 0 auto;
  min-width: 300px;
  text-align: center;
}
.custom_highlights .cs-bottom-panel .cs-controls {
	display: inline-block;
	min-width: 100%;
  	height: 36px;
  	margin-bottom: 20px;
}

.custom_highlights .arrow {
	position: relative;
	z-index: 100;
  	width: 36px;
  	height: 36px;
  	background-position: center;
  	background-repeat: no-repeat;
  	cursor: pointer;
}
.custom_highlights .slick-disabled{
	opacity: .5;
}
.custom_highlights .arrow.prevSlide {
  float: left;
  background-image: url("/includes/public/assets/prv.png");
}
.custom_highlights .arrow.nextSlide {
  float: right;
  background-image: url("/includes/public/assets/nxt.png");
}


/** theme **/
.custom_highlights .slide:nth-child(2) .more-link a,
.custom_highlights .slide:nth-child(2n+3) .more-link a{
	background: #00afdb;
}
.custom_highlights .slide:nth-child(3) .more-link a,
.custom_highlights .slide:nth-child(3n+3) .more-link a{
	background: #fcb034;
}
.custom_highlights .slide:nth-child(2) .slide-inner,
.custom_highlights .slide:nth-child(2n+3) .slide-inner{
	border-color: #00afdb;
}
.custom_highlights .slide:nth-child(3) .slide-inner,
.custom_highlights .slide:nth-child(3n+3) .slide-inner{
	border-color: #fcb034;
}


/** interior **/
.custom_highlights.interior .slide-desc{
	border: none;
	padding-bottom: 8px;
}



@media (max-width: 1024px){
	.custom_highlights .slides {margin: 0 auto;max-width: 700px;}
	.custom_highlights .slick-dots {bottom: -30px;}
}
@media (max-width: 640px){
	.custom_highlights .slides {max-width: 320px;}
	.custom_highlights .title{font-size: 35px; line-height: 35px;}
	.custom_highlights .slide-desc{line-height: 21px;}
}	