.slider-4w {
	overflow: hidden !important;
}

.slider-4w .fusion-builder-row {
	position: static !important;
}

.slider-4w .slide-4w {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
/* 
.slider-4w .slide-4w .fusion-column-wrapper>div,
.slider-4w .slide-4w .fusion-column-wrapper>div>span,
.slider-4w .slide-4w .fusion-column-wrapper div>span>img {
	width: 100% !important;
	height: 100% !important;
} */

/* .slider-4w .slide-4w .fusion-column-wrapper div>span>img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
} */

.slider-4w .slide-4w.active {
	z-index: 10;
	opacity: 1;
}

/* .slider-4w .slide-4w .fusion-column-wrapper {
	margin: 0 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	// background-attachment: fixed; 
	// odkomentovat, pokdu chceme parallax efekt
} */

.slider-4w .hp-img-nested_col > .fusion-column-wrapper{
	position: relative;
	border-radius: 4rem;
	overflow: hidden;
}

.slider-4w .contact-text{
	position: absolute;
	bottom: 0;
	line-height: 1.5;
	/* left: 0; */

	> p:last-child{
		margin-bottom: 0 !important;
	}
}

.slider-4w .logo{
	position: absolute;
	left: 2.5rem;
	top: 2.5rem;
	z-index: 100;
	overflow: visible;
}

.slider-nav-wrapper-4w {
	position: absolute !important;
	bottom: 50px!important;
	/* odsazen� te�ek od spodu slideru */
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	z-index: 100!important;
}

.slider-nav-4w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* zarovn�n� te�ek - flex-start doleva, flex-end doprava, center na st�ed */
	padding: 20px 15px;
	margin-top: 20px !important;
	width: 100%;
	max-width: var(--site_width);
	margin: 0 auto;
}

.slider-nav-btn-4w {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	width: 10px;
	height: 10px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	cursor: pointer;
}

.slider-nav-btn-4w:not(:last-of-type) {
	margin-right: 10px;
}

.slider-nav-btn-4w.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slider-nav-btn-4w {
	background: rgba(255, 255, 255, 0.5) !important;
	/* barva te�ek bez active a bez hoveru */
}

.slider-nav-btn-4w.active:before {
	background: var(--awb-color4) !important;
	/* barva active te�ky */
}

.slider-nav-btn-4w:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.slider-nav-btn-4w.active:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slider-nav-btn-4w:not(.active):hover:before {
	background: rgba(255, 255, 255, 0.8);
	/* barva te�k na hover efekt */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.controls {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	-webkit-transform: translateX(-50%) translateY(-50%)!important;
	-ms-transform: translateX(-50%) translateY(-50%)!important;
	transform: translateX(-50%) translateY(-50%)!important;
	z-index: 100!important;
}

.arrows {
	position: relative;
	/* max-width: var(--site_width); */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
}

.arrows > .arrow{
	padding: 11px 17px 6px 17px;
	background-color: var(--awb-color1);
	opacity: 0.3;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;

	&:hover{
		opacity: 0.8;
	}
}

.arrow-prev svg,
.arrow-next svg {
	width: auto;
	height: 30px !important;
	/* velikost �ipek */
	cursor: pointer;
	/* opacity: 0.5; */
	-webkit-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
	fill: #808080;
	/* barva �ipek */
}

/* .arrow-prev:hover svg,
.arrow-next:hover svg {
	opacity: 1;
	fill: #808080;
} */

.arrow-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-content-4w {
	position: absolute !important;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: calc(var(--site_width) - 100px);
	left: 50%;
	z-index: 110;
}

@media only screen and (max-width: 1024px) {
	/* nastavit ���ku layoutu pro tablet !!!! */
	.slider-content-4w h1 {
		font-size: 30px !important;
	}

	.slider-4w .hp-img-nested_col > .fusion-column-wrapper{
		border-radius: 1.5rem;
	}
}
