<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* codeDESIGN - parallax_folder_menu_url.css */
@charset "utf-8";

/* PARALLAX FOLDER MENU URL */
.parallax {
	width: 100%;
	height: 100%;
	position: relative;
}
.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_folder_menu_url_148 .jarallax:after {
	display: none;
}
.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); */
}



/* PRARALLAX MOBILE IMAGE */
.parallax_mobile_image_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
	position: relative;
}
.parallax_mobile_image_wrapper div.parallax_mobile_image {
	position: relative;
}
.parallax_mobile_image_wrapper div.parallax_mobile_image:after {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 10px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
}
@media only screen and (max-width: 991px) {

	.parallax_image_wrapper {
		display: none;
	}
	.parallax_mobile_image_wrapper {
		display: inline;
	}
		
}



/* PARALLAX STATIC ARROW FROM TOP */
.parallax_image_wrapper_off:after {
	content: '';
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -20px;
	width: 0;
	z-index: 1;
	height: 0;
	border-top: solid 20px #74a21c;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}
.href_parallax_scroll_to_arrow {
	content: '';
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -20px;
	width: 0;
	z-index: 1;
	height: 0;
	border-top: solid 20px #74a21c;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;	
}
</pre></body></html>