/*Rotator ikon*/
.rotator-ikony{
	width: 100%;
	background: #fff;
	padding: 0px 0px;
	margin:24px 0px;
}

.rotator_tlo{
	width: 100%;
	display: flex;
	justify-content: center;
	background: white;
	padding: 40px 0;
	z-index: 1;
}

.rotator-ikon{
	width: 100%;
	max-width: 1232px;
	border-left-width: 32px;
/*	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;*/
}
.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:#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: 1232px;
	margin: auto;
}
.rotator-ikon .slick-track{
	display: flex!important;
	align-items: center;
}

.rotator-ikon .slick-prev{
	top:50px;
	left: 24px;
}

.rotator-ikon .slick-next{
	right: 24px;
	top:50px;
}

.rotator-ikon .slick-prev:before{
	font-family: "Font Awesome 5 Free"!important;
	content: url(../grafika/ar-left.png);
	color:#06497e!important;
	font-size: 16px!important;
	opacity: 1;
}
.rotator-ikon .slick-next:before
{
	font-family: "Font Awesome 5 Free"!important;
	content: url(../grafika/ar-right.png);
	color:#06497e!important;
	font-size: 16px!important;
	opacity: 1;
}

.rotator-ikon .slick-prev:before{
	

}

.rotator-ikon .slick-next:before{
	
	
}

.rotator-ikon .slick-dots{
	display: none;
}

.rotator-ikon-ikona{
  	transition: 0.3s;
  	max-height: 150px;
  	width: auto;
}

.rotator-ikon-ikona:hover{
  	opacity:0.7;
  	transition: 0.3s;
}

/*Start/Pause*/
.rotator-buttons
{
	
}
.szerokosc100:hover .rotator-pause,  .szerokosc100:hover .rotator-play,.szerokosc100:hover .rotator-buttons
{
	opacity:1!important;
}
.szerokosc100 .rotator-buttons .rotator-pause:focus,  .szerokosc100 .rotator-buttons .rotator-play:focus
{
	opacity:1!important;
}
.rotator-buttons
{
	width: 60px;
	height: 30px;
	
	position: absolute;
	bottom: 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;
}

/*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;
}

/*odnośniki*/
.slick-list a
{
	position: relative;
}
.slick-list a:after 
{
	content: url(../grafika/rewrw.png);
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	
}

.slick-list .rotator-ikon-tlo:hover a:after 
{
	display: block;
	transition: 0.3s;
}