.owl-carousel .owl-stage-outer {
	height: 100%;
}
.owl-carousel .owl-stage {
	height: 100%;
}
.owl-carousel .owl-item {
	height: 100%;
}
.headlines {
	height: 100%;
}
.headlines .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headlines .owl-dots .owl-dot {
	width: 10px;
	height: 3px;
	border-radius: 50%;
	opacity: 0.5;
	margin: 0 5px;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	height: 10px;
	background: transparent;
	border: 2px solid #999;
}

.headlines .owl-dots .owl-dot.active {
	opacity: 1;
  border-color:#000;
}
.headlines .owl-dots.disabled {
	display: none;
}
.headlines .slide-item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
	border-radius: 10px;
}
.headlines .slide-item .banner-text {
	position: relative;
	/*overflow: hidden;*/
	padding: 15px;
	margin: 30px 15px 50px 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 50%;
}
.headlines .abs-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.headlines .maintitle {
	font-size: 1.85em;
	color: #fff;
	font-weight: 600;
	font-family: 'axiformaextrabold';
}
.headlines .subtitle {
	font-size: 1.6em;
	color: #fff;
	margin: 20px 0;
	font-family: 'axiformaextrabold';
}
.headlines .slide-item .btn {
	background: #00e600;
	position: relative;
	text-transform: lowercase;
	align-self: flex-start;
	padding-right: 50px;
	/* line-height: 77px; */
	/* line-height: ; */
	height: 50px;
	line-height: 50px;
}
.headlines .slide-item .banner-text.center {
	align-self: center;
	text-align: center;
}
.headlines .slide-item .banner-text.center .btn {
	align-self: center;
}

.headlines .slide-item .btn::after {
	content: "";
  background: url('arrow-circle-right.svg');
	position: absolute;
	right: 15px;
	width: 25px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
}