.highlights-slider-wrapper.home {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -34px;
}
.highlights-slider-wrapper .highlights-slider {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	max-height: 390px;
}
.highlights-slider ul.slides.items {
	margin-top: 50px;
}
.highlights-slider ul.slides {
	list-style-type: none;
	margin: 0px;
}
.highlights-slider ul.slides li.slide.item {}
.highlights-slider ul.slides li.slide {}
.highlights-slider ul.slides .content-wrapper {}
.highlights-slider ul.slides .left-side {}
.highlights-slider ul.slides .left-side .image-wrapper {}
.highlights-slider ul.slides .left-side .highlights-image {}
.highlights-slider ul.slides .right-side {
}
.highlights-slider ul.slides .right-side .header {
	margin-top: 30px;
}
.highlights-slider ul.slides .right-side h4.title {
	color:	#fff;
}
.highlights-slider ul.slides .right-side .description {
	color:	#fff;
}
.highlights-slider ul.slides .right-side .text {
	color:	#fff;
	margin-bottom: 0px;
}
.highlights-slider ul.slides .right-side .see-more-wrapper {
	width: 100%;
	text-align: center;
	top:0;
}
.highlights-slider ul.slides .right-side .see-more-action {
	margin-top: 20px;
}
.highlights-slider ul.slides .right-side .see-btn {}

.highlights-slider .nav-dots-wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
	float: right;
	width: 41.66667%;
}
.highlights-slider .nav-dots-wrapper .nav-dots {
	position: absolute;
	bottom: 59px;
	width: 100%;
	text-align: center;
}
.highlights-slider .nav-dots-wrapper ul.slick-dots{
	list-style-type: none;
	margin: 0px;
}
.highlights-slider .nav-dots-wrapper .slick-dots li{
	display: inline-block;
	font-size: 0px;

}
.highlights-slider .nav-dots-wrapper .slick-dots li button{
	background-image: url('/includes/public/assets/images/highlights_slider/dot_e.png');
	height: 16px;
	width: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0px 15px;
	outline: none;
	text-indent: -500px;
	overflow: hidden;
}
.highlights-slider .nav-dots-wrapper .slick-dots li button:hover{
	background-image: url('/includes/public/assets/images/highlights_slider/dot_f.png');
}

.highlights-slider .nav-dots-wrapper .slick-dots li.slick-active button{
	background-image: url('/includes/public/assets/images/highlights_slider/dot_f.png');
}

@media only screen and (max-width: 64em) { 

	.highlights-slider-wrapper {
		padding-bottom: 0px;
	}

	.highlights-slider-wrapper .highlights-slider {
		background-image: url('/includes/public/assets/images/highlights_slider/back_m.png');
		background-size: 100% 100%;
	    height: 700px;
	    max-height: 700px;
	    position: relative;
	}

	.highlights-slider ul.slides .left-side .highlights-image {
	    margin: auto;
	}

	.highlights-slider ul.slides .right-side .header {
	    margin: auto;
	    margin-top: 20px;
	    width: 85%;
	}

	.highlights-slider ul.slides .right-side .description {
	    color: #fff;
	    width: 85%;
	    margin: auto;
	}

	.highlights-slider ul.slides .right-side .see-more-action {
	    margin-top: 30px;
	}

	.highlights-slider .nav-dots-wrapper {
		width: 100%;
		float: none;
		position: static;
	}

	.highlights-slider .nav-dots-wrapper .nav-dots {
		bottom: 20px;
	}

}

@media only screen and (max-width: 40.063em) { 
	.highlights-slider ul.slides .right-side .description,
	.highlights-slider ul.slides .right-side .header {
		width: 100%;
	}
	.highlights-slider ul.slides.items {
		margin-top: 39px;
	}
	.highlights-slider .nav-dots-wrapper .nav-dots {
		bottom: 14px;
	}
	.highlights-slider h4 {
		font-family: 'Proxima N W01 Smbd';
		font-size: 26px;
	}
	.highlights-slider ul.slides .right-side .see-more-wrapper {
		width: 100%;
		text-align: center;
		top: -8px;
		position: relative;
	}

}
.highlights-slider-wrapper .slick-dots li.slick-active button:before,
.highlights-slider-wrapper .slick-dots li button:before{
	content: none;
}
@media only screen and (max-width: 640px) and (min-width: 500px) {
	.highlights-slider-wrapper .highlights-slider {
		height: 622px;
		max-height: 622px;
	}
	.highlights-slider .nav-dots-wrapper .nav-dots {
		bottom: 0px;
	}
}
@media only screen and (max-width: 499px) {
	.highlights-slider-wrapper .highlights-slider {
	    height: 543px;
	    max-height: 543px;
	}
}