/*Rotator ikon*/

.rotator_tlo	{
	display: flex;
	width: 100%;
	height: 296px;
	margin: 0px auto 0px;
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.rotator_tlo > div	{
	position: relative;
	width: 100%;
}
.rotator_tlo .ri_tytul {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	font-weight: 900;
	color: #232e42;
	text-decoration-color: transparent;
	padding: 44px 0px 40px 0px;
	margin: 0px auto 0px auto;
}
.rotator-ikon	{
	width: 100%;
	max-width: 1392px;
	height: 136px;
	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;
	}
	.rotator-ikon .slick-list	{
		max-width: 80%;
	}
}
.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;
}
.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: 24px !important;
	background: url(../grafika/ran.png) center center no-repeat;
}

.rotator-ikon .slick-next {
	right: 24px !important;
  background: url(../grafika/rap.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;
}
/*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;

}
