/*Rotator ikon*/
.rot-wiersz
{
	background: white;
}

.rotator-ikony{
	width: 100%;
	background: #fff;
	padding: 0px 0px;
	margin:24px 0px;
	max-width: 1232px;
}

.rotator_tlo{
	width: 100%;
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
}

.rotator-ikon-link{
	max-height: 100%;
	display: flex;
}

.rotator-ikon{
	width: 1232px;
	padding: 72px 0px;
	margin: 0 auto;
}
.rotator-ikon-tlo{
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 157px;
}

.rotator-ikon .slick-prev, .rotator-ikon .slick-next{
	color:#707070;
	z-index: 9;
	opacity: 1!important;
}

.rotator-ikon .slick-prev:hover, .rotator-ikon .slick-next:hover{
	opacity:0.5!important;
}
.rotator-ikon > div {
	width: 90%;
	margin: auto;
}
.rotator-ikon .slick-track{
	display: flex!important;
	align-items: center;
}

.rotator-ikon .slick-prev{
	left:16px!important;
	top: 49%;
}

.slick-prev, .slick-next{
	height: 44px;
	width: 24px;
}

.rotator-ikon .slick-next{
	right:16px!important;
	top: 49%;
}

.rotator-ikon .slick-prev:before, .rotator-ikon .slick-next:before{
	font-family: "Font Awesome 5 Free"!important;
	content:"\f104"!important;
	color:#7f7f7f!important;
	font-size: 36px!important;
	opacity: 1;
}

.rotator-ikon .slick-prev:before{
	content:url(../grafika/rotator-left.png)!important;
}
.rotator_tlo .slick-prev:before{
	content:url(../grafika/rotator-left.png)!important;
}

.rotator-ikon .slick-next:before{
	content:url(../grafika/rotator-right.png)!important;
}
.rotator_tlo .slick-next:before{
	content:url(../grafika/rotator-right.png)!important;
}

.slick-next{
	right: 0px;
}

.slick-prev{
	left: 0px;
}

.rotator-ikon .slick-dots{
	display: none;
}

.rotator-ikon-ikona{
  	transition: 0.3s;
	  width: 100%;
}

.rotator-ikon-ikona{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.4;
	object-fit: contain;
}

.rotator-ikon-ikona:hover{
  	opacity:1;
  	transition: 0.3s;
	filter: none;
}

/*Start/Pause*/
.rotator-buttons
{
	
}
.rotator_tlo:hover .rotator-pause,  .rotator_tlo:hover .rotator-play,.rotator_tlo:hover .rotator-buttons
{
	opacity:1!important;
}
.rotator_tlo .rotator-buttons .rotator-pause:focus,  .rotator_tlo .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;
}

.szerokosc100
{
	position: relative;
}
.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;
	
}

.slick-prev:focus, .slick-next:focus
{
	color: red!important;
	outline:auto!important;
	opacity: 1;
}

.rotator-ikon-link{
	position: relative;
}


.rotator-ikon-link:hover:after{
	content: url(../grafika/link_zewn.png);
    position: absolute;
	top: 16px;
    right: 0px;
    opacity: 0.5;
}

@media all and (min-width: 320px) and (max-width: 1023px)
{
	.rotator-ikon
	{
		width: 100%;
		padding: 16px 0px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1279px) 
{
	.rotator-ikon
	{
		width: 100%;
	}
	.rotator_tlo
	{
		max-width: 992px;
	}
}