/* Highlight Carousel */

#highlight-carousel-wrapper{
	position: relative;
	margin-top: 30px;
	margin: 0 auto;
}

#highlight-carousel-wrapper .jcarousel{
    position: relative;
    overflow: hidden;
	width: 1900px;
    margin: 0 auto;
}

#highlight-carousel-wrapper .jcarousel ul {
    width: 10000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

#highlight-carousel-wrapper .jcarousel ul li {
    float: left;
	list-style: none;
	padding: 0;
	width: 275px !important;
	height: 400px;
	line-height: 400px;
	margin: 0 10px;
	background: url('images/mobile-bg.png') no-repeat 50% 0;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

#highlight-carousel-wrapper .jcarousel-pagination{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
}

#highlight-carousel-wrapper .jcarousel-pagination a{
	display: inline-block;
	text-indent: 9999px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
}

#highlight-carousel-wrapper .jcarousel-pagination a.active::before{
	content: "";
	width: 14px;
	height: 14px;
	background-color: #4eb652;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

#highlight-carousel-wrapper #highlight-carousel ul li.highlighted{
	width: 700px !important;
	height: 544px;
	line-height: 544px;
	background: none;
	margin-top: 0;
	z-index: 3;
}

#highlight-carousel-wrapper .jcarousel-control-prev, #highlight-carousel-wrapper .jcarousel-control-next{
	font-size: 55px;
	position: absolute;
	line-height: 1;
	text-decoration: none !important;
	height: 34px;
	width: 34px;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 50%;
	top: 460px;
	z-index: 4;
	border: 1px solid #777;
}

#highlight-carousel-wrapper .jcarousel-control-prev{
	left: 39%;
	background: #1c2f48 url('images/carousel-prev.png') no-repeat 50% 50%;
}

#highlight-carousel-wrapper .jcarousel-control-next{
	right: 39%;
	background: #1c2f48 url('images/carousel-next.png') no-repeat 50% 50%;
}

#highlight-carousel-wrapper > .paragraph__column {
	max-width: 99%;
}

#highlight-carousel{
	text-align: center;
}

#highlight-carousel::after{
	content: "";
	width: 700px;
	height: 544px;
	background: url('images/desktop-screen-bg2.png') no-repeat 50% 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}

#highlight-carousel ul li img{
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	transition-property: opacity, width, height;
	transition-duration: 500ms;
	border-radius: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

#highlight-carousel ul li img.highlight-version{
	opacity: 0;
}

#highlight-carousel ul li.highlighted img{
	width: 100%;
	opacity: 1;
}

#highlight-carousel-wrapper .text-formatted {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}

#highlight-carousel-wrapper #highlight-carousel ul li .wrap{
	width: 186px;
	height: 263px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: 57px;
}

#highlight-carousel-wrapper #highlight-carousel ul li.highlighted .wrap{
	width: 644px;
	height: 365px;
	margin-top: 30px;
}

#highlight-carousel ul li.highlighted img.highlight-version{
	opacity: 1;
	transition-delay: 300ms;
	transition-duration: 500ms;
}

#highlight-carousel ul li.highlighted img.mobile-version{
	opacity: 0;
	transition-delay: 0ms;
	transition-duration: 0ms;
}

#highlight-carousel-content{
	padding-top: 0;
}

#highlight-carousel-content .content-box{
	border: 1px solid #ccc;
	padding: 50px;
	opacity: 0;
	transition-duration: 1ms;
	transition-property: opacity;
	display: none;
}

#highlight-carousel-content .content-box.active{
	opacity: 1;
	display: block;
	transition-duration: 500ms;
}

#highlight-carousel-content h3{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 15px;
}

#highlight-carousel-wrapper {
	padding-bottom: 20px;
}

@media screen and (max-width: 1900px){
	
	#highlight-carousel-wrapper .jcarousel{
		width: 1000px;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li {
		width: 235px !important;
		height: 370px;
		line-height: 370px;
		margin: 0 5px;
		background-size: 150px auto;
		margin-top: 15px;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li .wrap {
		width: 138px;
        height: 190px;
        margin-top: 40px;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li.highlighted .wrap {
		width: 454px;
		height: 255px;
		margin-top: 23px;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-prev {
		left: 33%;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-next {
		right: 31%;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-prev, #highlight-carousel-wrapper .jcarousel-control-next{
		top: 320px;
	}
	
	#highlight-carousel::after{
		width: 500px;
		height: 389px;
		background-size: 100% auto !important;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li.highlighted{
		width: 500px !important;
		height: 389px;
		line-height: 389px;
	}
	
}

@media screen and (max-width: 1023px){
	
	#highlight-carousel-wrapper .top .right-side {
		float: none;
	}
	
	#highlight-carousel-wrapper .jcarousel{
		width: 350px;
	}
	
	#highlight-carousel-wrapper .jcarousel ul{
		overflow: hidden;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li{
		width: 250px !important;
        height: 151px;
        line-height: 151px;
        margin-top: 40px;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li.highlighted{
		width: 350px !important;
        height: 206px;
        line-height: 206px;
        margin: 0;
	}
	
	#highlight-carousel-wrapper #highlight-carousel ul li.highlighted .wrap{
		width: 315px;
        height: 180px;
        margin-top: 14px;
	}
	
	#highlight-carousel::after{
		width: 350px;
		height: 299px;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-prev {
		left: 50px;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-next {
		right: 50px;
	}
	
	#highlight-carousel-wrapper .jcarousel-control-prev, #highlight-carousel-wrapper .jcarousel-control-next{
		top: 260px;
	}
	
	#highlight-carousel-content .content-box{
		padding: 30px;
	}
	
	#highlight-carousel-content h3{
		font-size: 27px;
	}
	
}

/* Highlight Carousel End */