#home_fader {
	display: flex;
	flex-direction: column;
	z-index: 0;
}
#home_fader > div.elementor-container {
	width: 100%;
}
#home_fader::after {
	content: "";
	flex-grow: 1;
	background: rgba(255,255,255,.6) url("/wp-content/uploads/2018/05/Background-Logo_Small.png") no-repeat bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
	position: relative;
}
#home_fader_base {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

#home_images_base {
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#home_images_base .home_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=00);
	transition: opacity .8s, filter .8s;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
#home_images_base .home_image.current {
	opacity: 1;
	filter: alpha(opacity=100);
}

#HomeFooter {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: .2em .1em;
	background-color: rgba(255,255,255,.6);
	font-size: .7em;
	z-index: 999999999;
}