/* CSS Document */

@import url("/extern/animate.min.css");

.hi-ll-animation {
	position:relative;
}
.hi-ll-animation h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-transform:none;
}
.hi-ll-animation a {
	color:#FFFFFF;
}


.hi-ll-animation .hi-top {
	padding:30px;
	margin-bottom:0px;
	color:#FFFFFF;
	background-color:#D70036;
}

.hi-ll-animation .hi-img {
	width:100%;
	margin-bottom:0px;
}

.hi-ll-animation .hi-img img {
	width:100%;
}


.hi-ll-animation .hi-bottom {
	padding:30px 30px 15px 30px;
	margin-bottom:0px;
	color:#FFFFFF;
	background-color:#D70036;
}

.hi-ll-animation .hi-animate-left,
.hi-ll-animation .hi-animate-right {
	opacity:0;
}

@media (min-width: 992px) {
	.hi-ll-animation {
		margin-top:50px;
		min-height:680px;
	}

	.hi-ll-animation .hi-top-wrapper {
		display:flex;
		justify-content:left;
	}

	.hi-ll-animation .hi-top {
		margin-bottom:0px;
		margin-left:80px;
		z-index:1;
		width:50%;
	}

	.hi-ll-animation .hi-img {
		display:flex;
		justify-content:right;

		margin-top:-50px;
		margin-bottom:0px;
		padding-left:0px;
		padding-right:80px;
		width:100%;
	}

	.hi-ll-animation .hi-img img {
		width:50%;
	}

	.hi-ll-animation .hi-bottom-wrapper {
		display:flex;
		justify-content:left;
		height:auto !important;
	}

	.hi-ll-animation .hi-bottom {
		position:absolute;
		top:260px;
		left:80px;
		right:auto;
		width:50%;
		margin-bottom:0px;
	}
}
