.block-slide-header {
	background: #f4f4f4;
	position: relative;
	width: 100%;
	height: 39vw;
	max-height: 750px;
	min-height: 520px;
	display: block;
	overflow: hidden
}

.block-slide-header .item {
	height: 39vw;
	max-height: 750px;
	min-height: 520px;
	overflow: hidden;
	position: relative
}

.block-slide-header .prv {
	display: block;
	position: absolute;
	z-index: 2;
	top: -7px;
	left: -7px;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	-webkit-filter: blur(7px);
	filter: blur(7px)
}

.block-slide-header .prv img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

.block-slide-header .img {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 5% center;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out
}

.block-slide-header .img img {
	visibility: hidden
}

.block-slide-header .active .img.loaded {
	opacity: 1
}

.block-slide-header video {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	max-width: none;
	max-height: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out
}

.block-slide-header video.auto-width {
	width: auto !important;
	height: 100% !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.block-slide-header video.auto-height {
	width: 100% !important;
	height: auto !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.block-slide-header .active video {
	opacity: 1
}

.block-slide-header iframe {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
	max-width: none;
	max-height: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out
}

.block-slide-header .active iframe {
	opacity: 1
}

.block-slide-header .caption {
	background: url("img/slide-header-overlay.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20
}

.block-slide-header .caption .caption-inner {
	position: absolute;
	z-index: 21;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.block-slide-header .caption .caption-inner .inner,
.block-slide-header .caption .caption-inner .column {
	padding-top: 0;
	padding-bottom: 0
}

.block-slide-header .caption h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 66%;
	color: #ffffff !important;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s;
	transition: -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s;
	-o-transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s;
	transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s;
	transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s, -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.25s
}

@media only screen and (max-width: 768px) {
	.block-slide-header .caption h2 {
		width: 100%;
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px)
	}

    .block-slide-header .item {
        /*height: 39vw;*/
        max-height: 750px;
        min-height: 400px;
        overflow: hidden;
        position: relative
    }
}

.block-slide-header .caption p {
	padding-top: 15px;
	padding-bottom: 15px
}

.block-slide-header .caption .btn {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, -webkit-filter 0.3s ease-out;
	transition: -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, -webkit-filter 0.3s ease-out;
	-o-transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, filter 0.3s ease-out;
	transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, filter 0.3s ease-out;
	transition: transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, filter 0.3s ease-out, -webkit-transform 0.6s cubic-bezier(0.32, 0.34, 0, 1.62) 0.3s, -webkit-filter 0.3s ease-out
}

@media only screen and (max-width: 768px) {
	.block-slide-header .caption .btn {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px)
	}
}

.block-slide-header .first h2,
.block-slide-header .first .btn {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.block-slide-header .active h2,
.block-slide-header .active .btn {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.block-slide-header .dots-container {
	position: absolute;
	z-index: 30;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: left
}

@media only screen and (max-width: 768px) {
	.block-slide-header .dots-container {
		bottom: 0px
	}
}

.block-slide-header .dots-container button {
	margin: 0 15px 0 0;
	padding: 6px;
	line-height: 0;
	display: inline-block;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: transparent;
	position: relative;
	width: 27px;
	height: 27px
}

@media only screen and (max-width: 768px) {
	.block-slide-header .dots-container button {
		margin-right: 5px
	}
}

.block-slide-header .dots-container button span {
	background: #ffffff;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25)
}

.block-slide-header .dots-container button.active span::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	z-index: 9
}

.block-slide-header .dots-container button canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10
}

.block-slide-header .arrows-container {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%
}

@media only screen and (max-width: 1024px) {
	.block-slide-header .arrows-container {
		display: none
	}
}

.block-slide-header .arrows-container .prev-slide,
.block-slide-header .arrows-container .next-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 60px;
	max-height: 60px;
	width: 3.333em;
	height: 3.333em;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	margin: 0 auto;
	display: block;
	background-color: transparent;
	color: #ffffff;
	position: absolute;
	z-index: 10;
	top: 0
}

.block-slide-header .arrows-container .prev-slide {
	left: -0.2%;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	background-image: url("img/slide-header-arrow-left.png")
}

.block-slide-header .arrows-container .next-slide {
	right: -0.2%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	background-image: url("img/slide-header-arrow-right.png")
}