/* codeDESIGN - parallax_static.css */
@charset "utf-8";

/* PARALLAX STATIC */
.parallax {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 80px;
}
.jarallax:before,
.jarallax:after {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 10px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
}
.jarallax:after {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	top: 0px;
}
.parallax_image_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-bottom: 4px solid var(--ci_color_accent_1); */
	position: relative;
}
@media only screen and (max-width: 991px) {

	.layout_codedesign_responsive_parallax_wrapper_ {
		display: none;
	}
	
}
.parallax_static_featured.parallax_static_185 div.parallax_image_wrapper {
	/* border-top: 4px solid var(--ci_color_accent_1); */
}
/* PARALLAX STATIC ARROW FROM TOP */
.parallax_image_wrapper:after {
	content: '';
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -20px;
	width: 0;
	z-index: 1;
	height: 0;
	border-top: solid 20px var(--ci_color_accent_1);
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}