/*Rotator ikon*/

.rotator_tlo {
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 40px auto 0px;
	background: #fff;
	display: flex;
}

.rotator_tlo>div {
	position: relative;
	width: 100%;
	max-width: 1232px;
	margin: 0px auto;
}

.rotator-ikon {
	width: 100%;
	max-width: 1232px;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
}

.rotator-ikon .slick-list {
	max-width: 90%;
	height: 100%;
	margin: 0px auto;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.rotator_tlo {
		margin: 0px auto;
		margin-top: 24px;
	}

	.rotator-ikon .slick-list {
		max-width: 80%;
	}
}

@media all and (min-width: 320px) and (max-width: 1296px) {
	.rotator-ikon .slick-prev {
		left: 32px !important;
		background: url(../grafika/iko_rot_prev.png) center center no-repeat;
	}

	.rotator-ikon .slick-next {
		right: 32px !important;
		background: url(../grafika/iko_rot_next.png) center center no-repeat;
	}
}

.rotator-ikon .slick-list .slick-track {
	height: 100%;
}

.rotator-ikon .slick-list .slick-track .rotator-ikon-link {
	max-width: 100%;
	display: flex;
	align-items: center;
}

.rotator-ikon-ikona {
	max-width: 100%;
	max-height: 120px;
	margin-right: -12px;
}

.rotator-ikon-tlo {
	display: flex !important;
	justify-content: center;
}

.rotator-ikon .slick-prev,
.rotator-ikon .slick-next {
	top: 52%;
	color: #595959;
	z-index: 9;
}

.rotator-ikon .slick-prev {
	left: 0;
	background: url(../grafika/iko_rot_prev.png) center center no-repeat;
}

.rotator-ikon .slick-next {
	right: 0;
	background: url(../grafika/iko_rot_next.png) center center no-repeat;
}

.rotator-ikon .slick-prev:before,
.rotator-ikon .slick-next:before {
	display: none;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f053" !important;
	color: #595959 !important;
	font-size: 24px !important;
	padding: 0px 0px;
}

.rotator-ikon .slick-next:before {
	content: "\f054" !important;
}

.rotator-ikon .slick-prev:hover,
.rotator-ikon .slick-next:hover {
	opacity: 0.45;
}

.rotator-ikon .slick-dots {
	display: none;
}

.rotator-ikon-link {
	opacity: 1;
	transition: 0.3s;
}

.rotator-ikon-link:hover .rotator-ikon-ikona {
	opacity: 0.65;
	transition: 0.3s;
}

.rotator-ikon-link::after {
	content: url(../grafika/link_zewn.png);
	margin-bottom: auto;
	opacity: 0;
	margin-top: 32px;
	transition: 0.15s;
}

.rotator-ikon-tlo:hover .rotator-ikon-link::after {
	opacity: 0.5;
}

/*Start/Pause*/

.rotator_tlo>div:hover .rotator-pause,
.rotator_tlo:hover .rotator-play,
.rotator_tlo>div:hover .rotator-buttons {
	opacity: 1 !important;
}

.rotator_tlo>div .rotator-buttons .rotator-pause:focus,
.rotator_tlo>div .rotator-buttons .rotator-play:focus {
	opacity: 1 !important;
}

.rotator-buttons {
	width: 60px;
	height: 30px;

	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	z-index: 9;
}

.rotator-pause {
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	color: white;
	background: rgba(0, 0, 0, 0.637);
	opacity: 0;
}

.rotator-pause:hover {
	opacity: 0.7;
}

.rotator-pause:before {
	content: "\f04c";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

.rotator-play {
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: none;
	color: white;
	background: rgba(0, 0, 0, 0.637);
	opacity: 0;
}

.rotator-play:hover {
	opacity: 0.7;
}

.rotator-play:before {
	content: "\f04b";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;

}