.custom_highlights_parallax {
	text-align: center;
	width: 100%;
    height: auto;
    background-position: center;
    position: relative;
    background-size: 2250px 1500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
  	justify-content: center;
  	padding: 50px 0;
}
.custom_highlights_parallax .special {
	width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    background-size: 2250px 1500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    left: 0;
    top: 0;
}


.custom_highlights_parallax .main-wrapper {
	max-width: 1150px;
	margin: 0px auto;
	z-index: 1;
}

.custom_highlights_parallax h1 {
	font-family: var(--font-body-bold);
	font-size: 202px;
	letter-spacing: -4px;
	line-height: 150px;
	text-transform: uppercase;
	margin: 0 0 25px;
	color: #fff;
	text-shadow: 0px 5px 1px rgba(255,255,255,0.1);
}
.custom_highlights_parallax h4 {
	font-family: var(--font-body-reg);
	font-size: 50px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(255,255,255,0.1);
}

.custom_highlights_parallax .items {
	width: 100%;
}
.custom_highlights_parallax .items a {
	width: 25%;
	float: left;
}
.custom_highlights_parallax .item {
	position: relative;
}
.custom_highlights_parallax .item img {
	width: 100%;
}

.custom_highlights_parallax .item .wrapper {
	margin: 10px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
.custom_highlights_parallax .item .inner {
	position: relative;
	width: 100%;
	height: 104px;
	background: #fff;
	color: #000;
	z-index: 1;
	padding: 20px;
	text-align: left;
	display: flex;
	padding: 0;
}

.custom_highlights_parallax .item .aligner {
	padding: 15px 10px 0 15px;
}

.custom_highlights_parallax .item .content {

}
.custom_highlights_parallax .item .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 31px;
  	background-image: url(/includes/public/assets/images/common/button-arrow-split.jpg); 	
  	background-size: contain;
}

.custom_highlights_parallax .item .title {
	font-family: var(--font-body-bold);
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.custom_highlights_parallax .item .description {
	height: 50px;
}
.custom_highlights_parallax .item .description,
.custom_highlights_parallax .item .description p {
	font-family: var(--font-body-reg);
	font-size: 15px;
	line-height: 18px;
	color: #666666;
}

.custom_highlights_parallax .more {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	height: 60px;
    font-family: var(--font-body-reg);
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 15px 30px;
    clear: both;
    display: inline-block;
    margin: 30px auto 10px;
}



@media only screen and (max-width: 73em) { 
	.custom_highlights_parallax h1 {
		font-size: calc(30px + (150 - 30) * ((100vw - 320px) / (1000 - 320)));
		line-height: calc(30px + (150 - 30) * ((100vw - 320px) / (1000 - 320)));
		margin-bottom: 5px;
	}
	.custom_highlights_parallax h4 {
		font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1000 - 320)));
		line-height: calc(20px + (32 - 20) * ((100vw - 320px) / (1000 - 320)));
	}
}
@media only screen and (max-width: 64em) { 
	.custom_highlights_parallax {		
		height: auto;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-attachment: default;
	}
	.custom_highlights_parallax .main-wrapper {
		max-width: 100%;
	    margin: 0px auto;
	    padding: 30px 20px;
	}
	.custom_highlights_parallax .items a {
		width: 50%;
		float: left;
	}
	.custom_highlights_parallax .item .wrapper {
		margin: 10px 5px;
	}
}

@media only screen and (max-width: 40em) { 
	.custom_highlights_parallax .items a {
		width: 100%;
		float: none;
	}
	.custom_highlights_parallax .item .title {
		font-size: 27px;
		line-height: 27px;
	}
	.custom_highlights_parallax .item .description,
	.custom_highlights_parallax .item .description p {
		font-size: 20px;
		line-height: 20px;
	}
	.custom_highlights_parallax .item .aligner {
		padding: 20px 25px 25px 20px;
	}
	.custom_highlights_parallax .item .inner {
		height: auto;
	}
	.custom_highlights_parallax .item .arrow {
		width: 41px;
		height: 41px;
	}
	.custom_highlights_parallax h1 {
		font-size: calc(50px + (64 - 50) * ((100vw - 320px) / (640 - 320)));
		line-height: calc(50px + (64 - 50) * ((100vw - 320px) / (640 - 320)));
	}
	.custom_highlights_parallax h4 {
		font-size: calc(28px + (32 - 28) * ((100vw - 320px) / (640 - 320)));
		line-height: calc(28px + (32 - 28) * ((100vw - 320px) / (640 - 320)));
	}
}
