.banner {
	position: relative;
	z-index: 20
}
.banner-slider {
	background-color: #020202
}
.ekr-banner-image {
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 667px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.ekr-banner-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ekr-banner-image .ekr-banner-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.banner-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	z-index: 1
}
.banner-suptitle {
	margin-bottom: 0;
	max-width: 80%;
	max-height: 130px;
	font-size: 24px;
	font-weight: 300;
	text-transform: none;
	overflow: hidden;
	color: #949494
}
.banner-title {
	font-family: var(--heading-font);
	text-transform: uppercase;
	padding-left: 75px;
	text-indent: -75px;
	line-height: 1.1;
	margin: 0
}
.banner-links {
	position: absolute;
	z-index: 1;
	bottom: -32px;
	right: 0
}
.banner-links.banner_card {
	position: inherit;
	right: -26px
}
.banner-links.banner_card .banner-link-container {
	margin: 10px 0;
	display: block;
	text-align: right
}
.banner-text {
	font-weight: 300;
	line-height: 32px;
	font-size: 24px;
	max-width: 900px
}
.banner-link-container {
	display: inline-block;
	padding: 0 15px;
	overflow: hidden;
	margin-right: -29px;
}
.banner-link-container:last-child {
	position: relative
}
.banner-link-container:last-child:after {
	content: '';
	display: block;
	width: 30px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color)
}

.ekr-banner-link:hover {
	background-color: rgba(186, 28, 33, .8);
	text-decoration: none;
	color: #fff
}
.ekr-banner-link:focus {
	background-color: var(--accent-color);
	color: #fff;
	outline: 0
}
.banner.banner-has-image {
	min-height: 667px;
	margin-bottom: 60px;
	background-color: #212121
}
.banner.banner-has-image .banner-suptitle, .banner.banner-has-image .banner-title, .banner.banner-has-image .banner-text {
	color: #fff
}
.ekr-banner.ekr-banner-has-image.ekr-banner-style-small {
	min-height: 480px;
	max-height: 480px;
	margin-bottom: 64px
}

/*.ekr-banner.ekr-banner-has-image.ekr-banner-style-small .ekr-banner-image img{
	margin-top: -180px;
}*/

.banner.banner-style-small {
	margin-bottom: 64px
}
.ekr-banner.banner-style-small .ekr-banner-image {
	height: 480px;
	overflow: hidden;
}
.banner.banner-has-image .banner-inner {
	top: -480px;
}
.banner.banner-style-small .banner-title {
	position: relative;
	margin-bottom: 50px
}
.banner.banner-has-card {
	height: auto
}
.banner.banner-has-card .banner-text {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	padding: 40px 80px;
	max-width: 800px;
	box-sizing: border-box;
	font-weight: 300;
	line-height: 25px;
	font-size: 16px;
	color: #000;
}
.banner.banner-has-card .banner-text h1, .banner.banner-has-card .banner-text h2, .banner.banner-has-card .banner-text h3, .banner.banner-has-card .banner-text h4, .banner.banner-has-card .banner-text h5, .banner.banner-has-card .banner-text h6 {
	font-family: var(--link-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
	color: var(--accent-color)
}
@media only screen and (max-width:1200px) {
	.banner-link-container {
		padding: 0 9px
	}
}
@media only screen and (max-width:900px) {
	.banner-inner{
		padding-top: 48px;
	}
	.banner-suptitle{
		font-size: 20px;
	}
	.banner-title {
		line-height: 1;
		margin-bottom: 40px;
		padding-left: 0;
		text-indent: 0
	}
	.banner {
		height: 380px
	}
	.ekr-banner-links {
		width: 100%;
		text-align: right;
		/*position: inherit;*/
		position: absolute!important;
		right: -19px
	}
	.banner.banner-style-small .banner-title {
		line-height: 1;
		margin-bottom: 40px;
		padding-left: 0;
		text-indent: 0;
		letter-spacing: 1.5px;
	}
	.banner-text {
		min-height: 250px;
		margin-bottom: 40px;
		padding-left: 0;
		text-indent: 0
	}
	.banner.banner-has-image.banner-style-small, .banner.banner-style-small .banner-image {
		min-height: 667px
	}
	.banner-links .sticky.ekr-fixed-button {
		margin: 0
	}
	.banner-links .sticky.ekr-fixed-button a {
		width: 100%
	}
	.banner-link-container {
		display: block;
		margin-bottom: 10px
	}
	.banner-link-container:last-child:after {
		display: none
	}
	.banner.banner-has-card {
		height: auto
	}
	.banner.banner-has-card .banner-text {
		padding: 20px;
		position: static
	}
	.banner.banner-style-small {
		height: auto
	}
	.banner .ekr-icon-cta-link {
		line-height: 32px
	}
}