/*Rotator ikon*/
.rotator-ikony{
	width: 100%;
	background: #fff;
	padding: 24px 0px;
}

.rotator-ikon{
	width: 100%;
}
.rotator-ikon-tlo{
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
}

.rotator-ikon .slick-prev, .rotator-ikon .slick-next{
	color:#000;
	z-index: 9;
	opacity: 1!important;
}

.rotator-ikon .slick-prev:hover, .rotator-ikon .slick-next:hover{
	opacity:0.5!important;
}

.rotator-ikon .slick-track{
	display: flex!important;
	align-items: center;
}


.rotator-ikon .slick-prev{
	left:8px!important;
	top:46px;
}

.rotator-ikon .slick-next{
	right:8px!important;
	top:46px;
}

.rotator-ikon .slick-prev:before, .rotator-ikon .slick-next:before{
	font-family: "Font Awesome 5 Free"!important;
	content:"\f104"!important;
	color:#000!important;
	font-size: 36px!important;
}

.rotator-ikon .slick-prev:before{
	content:"\f104"!important;
}

.rotator-ikon .slick-next:before{
	content:"\f105"!important;
}

.rotator-ikon .slick-dots{
	display: none;
}

.rotator-ikon-ikona{
/*	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	opacity:0.7;*/
  	transition: 0.3s;
}

.rotator-ikon-ikona:hover{
/*	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);*/
  	opacity:0.7;
  	transition: 0.3s;
}


/*Start/Pause*/
.rotator-buttons
{
	
}
.rotator-ikony:hover .rotator-pause,  .rotator-ikony:hover .rotator-play,.rotator-ikony:hover .rotator-buttons
{
	opacity:1!important;
}
.rotator-ikony .rotator-buttons .rotator-pause:focus,  .rotator-ikony .rotator-buttons .rotator-play:focus
{
	opacity:1!important;
}
.rotator-buttons
{
	width: 60px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0px;
	display: flex;
	z-index: 9;
	top: 0;
}

.rotator-ikony
{
	position: relative;
}
.rotator-pause 
{
	cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    height: 35px;
    padding: 0px 12px 0px 12px;
    transition: all 0.3s;
	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;
}

.slick-prev:focus, .slick-next:focus
{
	color: red!important;
	outline:auto!important;
}


.rotator-ikon-link{
	position: relative;
}

.rotator_tlo .rotator-ikon-tlo:hover a[target="_blank"]:after, .rotator_tlo .rotator-ikon-tlo:hover a[target="_blank"]:after{
    content: url(../grafika/link_zewn.png);
    position: absolute;
    right: -6px;
    top: 18px;
    filter: opacity(0.2);
  }