/*Rotator ikon*/
.rotator-ikon-blok{
    padding: 20px 0px 40px 0px;
    background: #fff;
    position: relative;
}


.rotator_ikon_tlo{
	max-width: 1232px;
	width: 100%;
	position: relative;
	padding: 32px 0px;
	background-color: #fff;
}
.rotator-ikony {
	width: 100%;
	background: #fff;
	padding: 24px 0px;
	margin: 24px 0px;
	max-width: 1232px;
}

/*main > div:nth-child(3)
{
	max-width: 100%;
	width: 100%;
	background: white;
	border-radius: 0;
	max-height: 212px;
	min-height: 212px;
	z-index:1;
}*/
.rotator_tlo {
	margin-bottom: 32px;
	width: 100%;
	padding: 24px 16px 0px 16px;
	margin-top: 32px;
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
}

.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: #2b292a;
	z-index: 9;
	opacity: 1 !important;
	font-size: 0px!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: 0px;
	top: 44px;
}

.rotator-ikon .slick-next {
	right: 0px;
	top: 44px;
}

.rotator-ikon .slick-prev:before,
.rotator-ikon .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	/* content: "\f104" !important; */
	color: #bfbfbf !important;
	font-size: 28px !important;
	content: url(../grafika/rotator_left1.png);
	opacity: 1;
}

.rotator-ikon .slick-next:before {
	/* content: "\f105" !important; */
	content: url(../grafika/rotator_right1.png)!important;
}

/*.rotator-ikon .slick-prev:before {
	content:url(../grafika/strzalka_lewo.png)!important;
}

.rotator-ikon .slick-next:before {
	content:url(../grafika/strzalka_prawo.png)!important;
}
*/
.rotator-ikon .slick-dots {
	display: none;
}

.rotator-ikon-ikona {
	/*	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	opacity:0.7;*/
	transition: 0.3s;
	max-height: 150px;
	width: auto;
}

.rotator-ikon-ikona:hover {
	/*	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);*/
	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: 20px;
	display: flex;
	z-index: 9;
	top: 0;
}

.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;
}

/**/
@media all and (min-width: 0px) and (max-width: 1023px) {

	.rotator-ikon .slick-prev{
		left:16px;
	}

	.rotator-ikon .slick-next{
		right:16px;
	}

}