#header_bgimage {
	display: block;
	width: 100%;
	height: auto;
	min-height: 250px;
	margin-bottom: 5rem;
}

#header_bgimage .header_bgimage_small,
#header_bgimage .header_bgimage,
#header_bgimage .header_bgimage_big {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


#header_bgimage .header_bgimage_small {
	min-height: 30vh;
	/*clip-path: polygon(0 0, 100% 0, 100% 75%, 30% 100%, 0% 75%);*/
}

#header_bgimage .header_bgimage {
	min-height: 55vh;
	/*clip-path: polygon(0 0, 100% 0, 100% 75%, 30% 100%, 0% 75%);*/
}

#header_bgimage .header_bgimage_big {
	min-height: 85vh;
	/*clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0% 80%);*/
}

#header_bgimage .header_bgimage_slider {
	/*clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0% 80%);*/
}

#header_bgimage .header_bgimage_slider:after,
#header_bgimage .header_bgimage_small:after,
#header_bgimage .header_bgimage:after,
#header_bgimage .header_bgimage_big:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	content: '';
	z-index: 10;
}


#header_bgimage .header_bgimage_small:after {
	/* generated with: https://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

#header_bgimage .header_bgimage:after {
	/* generated with: https://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

#header_bgimage .header_bgimage_big:after {
	/* generated with: https://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

#header_bgimage .header_bgimage_slider:after {
	/* generated with: https://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

