.custom_highlights{
	margin-right:-16px;
}
.custom_highlights .slick-prev,
.custom_highlights .slick-next {
	font-size:0px;
	padding:0px;
	background-color:transparent;
    border:none;
}
.custom_highlights .slick-prev {
	position:absolute;
	left:-36px;
}
.custom_highlights .slick-next {
	position:absolute;
	right:-24px;
}

.custom_highlights .slick-slide {
	margin-right:15px;
}
.custom_highlights .slide {
	position:relative;
	overflow:hidden;
}
.custom_highlights .slide img {
	width:100%;
}
.custom_highlights .slidehead {
	color:#fff;
	font-size:20px;
	text-align:left;
	position:absolute;
	top:75%;
	height:100%;
	padding:16px;
	background-color:#7ba6bb;
	width:100%;
	
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .slidehead:before {
	content:"";
	position:absolute;
	top:-12px;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	
	border-bottom: 12px solid #7ba6bb;
}
.custom_highlights .slidehead .slidetitle {
	font-size:24px;
	font-family:'L Futura W01';
	line-height:26px;
	position:relative;
	letter-spacing:1.2px;
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}

.custom_highlights .slidehead .slidetitle {
	min-height:54px;
	margin-bottom:16px;
}
.custom_highlights .slidehead .slidetitle span {
	position:absolute;
	bottom:0px;
	top:auto;
}
.custom_highlights .slide:hover .slidehead {
	top:5%;
}
.custom_highlights .slidetext {
	color:#fff;
	background-color:#7ba6bb;
	width:100%;
	font-size:16px;
	font-family:'Avenir Next W01';
	line-height:1.5em;
	opacity:0;
	
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .slide:hover .slidetext {
	opacity:1;
}

.custom_highlights .readbtn {
	position:relative;
	top:10px;
	text-align:center;
	width:100%;
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .readbtn {
	position:absolute;
	bottom:-70px;
	top:auto;
	opacity:0;
	z-index:999;
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .slide:hover .readbtn {
	bottom:18px;
	opacity:1;
}
.custom_highlights .readbtn .center {
	color:#fff;
	border:1px #fff solid;
	padding:2px 10px;
	font-size:16px;
	font-family:'L Futura W01';
	background-color:transparent;
	cursor:pointer;
	display:inline-block;
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .readbtn .center:hover {
	color:#7ba6bb;
	background-color:#fff;
}

.custom_highlights .slides .slick-prev,
.custom_highlights .slides .slick-next
{
	top:120px;
	width:36px;
	height:42px;
}

.custom_highlights .slick-prev {
	background-image:url(/includes/public/assets/images/left-arrow-orange.png);
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .slick-prev:hover {
	background-image:url(/includes/public/assets/images/left-arrow-orange-hover.png);
}
.custom_highlights .slick-next {
	background-image:url(/includes/public/assets/images/right-arrow-orange.png);
		transition:all ease .5s;
-webkit-transition:all ease .5s;
   -moz-transition:all ease .5s;
     -o-transition:all ease .5s;
}
.custom_highlights .slick-next:hover{
	background-image:url(/includes/public/assets/images/right-arrow-orange-hover.png);
}
@media only screen and (max-width: 1025px) {
	.custom_highlights .slick-next {
	    right: -21px;
	}
}

@media only screen and (max-width: 641px) {
	.custom_highlights{
		margin-right:0px;
	}
	.custom_highlights .slick-slide {
		margin-right:32px;
		margin-left:32px;
	}
	.custom_highlights .slick-prev {
	    left: -3px;
	}
	.custom_highlights .slick-next {
	    right: -3px;
	}
}
