/* CSS Document */

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

.hi-rr-animation {
	position:relative;
}
.hi-rr-animation h1,
.hi-rr-animation h2 {
	margin:0px;
	padding:0px;
	text-transform:none;
}
.hi-rr-animation a {
	color:#FFFFFF;
}


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

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

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


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

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

@media (min-width: 992px) {

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

	.hi-rr-animation .hi-top-wrapper {
		display:flex;
		justify-content:right;
	}

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


	.hi-rr-animation .hi-img {
		text-align:left;
		margin-top:-50px;
		margin-bottom:0px;
		padding-left:0px;
		width:50%;
	}

	.hi-rr-animation .hi-img img {
	}

	.hi-rr-animation .hi-bottom {
		position:absolute;
		top:110px;
		right:80px;
		left:auto;
		width:60%;
		margin-bottom:0px;
		padding-bottom:15px;
	}
}

@media (min-width: 1200px) {
	.hi-rr-animation .hi-bottom {
		width:50%;
	}
}


