/*slider - rotator*/
.rotator-aktualnosci{
  min-width: 100%;
  max-width: 100%;
  overflow:hidden;
  /* margin-bottom: 16px; */
  position: relative;
  margin-bottom: 24px;
  background-color: #000;
}

.rotator-aktualnosci:after{
  content: '';
  display: block;
  width: 100%;
  height: 146px;
  /* background: rgb(0,0,0); */
  background-color: #504b45;
  /* background: linear-gradient(0deg, rgba(0,0,0,0.7973564425770308) 0%, rgba(0,0,0,0.7021183473389356) 27%, rgba(0,0,0,0.6012780112044818) 52%, rgba(0,0,0,0.39959733893557425) 74%, rgba(0,0,0,0) 100%); */
  position: absolute;
  bottom: 0;
}

.slider-rotator-aktualnosci{
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  height: 100%;
  min-height: 684px;

 }

.slider-rotator-aktualnosci .slides{
  margin-top: -538px;
}

.slider-rotator-aktualnosci .slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
 /* background: #2c3b4e;*/
 height: 538px !important;
  outline: 0 !important;
  color: #fff;
  font-size: 40px;
}

.slider-rotator-aktualnosci .slide div{
  height: 100%!important;
}

.slick-list, .slick-track {
  height: 100%;
}

.slider-rotator-aktualnosci .controls{
  display: flex;
      width: 100%;
      height: 538px;
}

.slider-rotator-aktualnosci .captions{
  /* flex: 1;
  width: 352px;
  margin-top: 0px;
  color: white;
  background: black;
  background-size: cover;
  height: 312px;
  margin-left: 0px; */
}

.slider-rotator-aktualnosci .caption{
  	/* padding: 40px; */
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
 }


 .strona-dzial, .kalendarium-tytul{
 }
.slider-rotator-aktualnosci .slide-rotator{
 	background-size: contain;
 	background-position: center center;
  position: relative;
  background-color:#fff;
  background-repeat: no-repeat;
 }

 .slider-rotator-aktualnosci .slide-rotator > div{
  	background-size: contain;
 	  background-position: center center;
 }

 .rotator-aktualnosci-skrot{
  display: none!important;
 }

/* .slider-rotator-aktualnosci .slide-rotator:after{
    position: absolute;
    right: 42px;
    bottom: 24px;
 }*/

 .slider-rotator-aktualnosci .controls .draggable{
	max-width: 100%;
	height: 100%;
  z-index: 1;
 }

/*Kropki */

.slider-rotator-aktualnosci .slick-dotted.slick-slider{
  margin-bottom: 0px !important;
  height: 684px;
 }

 .slider-rotator-aktualnosci .slick-dots{
  bottom: 26px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6px;
  left: 0px;
 }

.slider-rotator-aktualnosci .slick-dots li{
	background: #e8e6e7;
	width: 8px;
  height: 8px;
  border-radius: 2rem;
}

.slider-rotator-aktualnosci .slick-dots li.slick-active{
	background: #f92400;
  width: 16px;
  height: 8px;
}

.slider-rotator-aktualnosci .slick-dots li button{
	visibility: hidden;
}



/*Paginacja*/

.slider-rotator-aktualnosci .pagination {
    display: flex;
    margin-top: -34%;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 0px;
}

.slider-rotator-aktualnosci .pagination_button{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: transparent;
  border:none;
  z-index: 1;
  width: 48px;
  height: 48px;
  font-weight: 800;
  font-size: 0px!important;
  background: transparent;
  opacity: 0;
  margin: 0 16px;
}
.slider-rotator-aktualnosci:hover .pagination_button{
  opacity: 1;
}
.slider-rotator-aktualnosci .pagination_button:hover{
  opacity:0.5;
}
/*.slider-rotator-aktualnosci .pagination_button i:before{
    color: #000;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}*/

.slider-rotator-aktualnosci .pagination_button:first-of-type i:before{
  font-family: "Font Awesome 5 Free"!important;
  content: url(../grafika/rotator1.png)!important;
  filter: brightness(200%) invert(200%);
  color: white!important;
  font-size: 36px!important;
  opacity: 1;
}

.slider-rotator-aktualnosci .pagination_button:last-of-type i:before{
  font-family: "Font Awesome 5 Free"!important;
  content: url(../grafika/rotator2.png)!important;
  filter: brightness(200%) invert(200%);
  color: white!important;
  font-size: 36px!important;
  opacity: 1;
}

/*Tytuł, skrót, przycisk więcej*/

.rotator-aktualnosci-data {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  width: 136px;
  height: 120px;
  padding: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 24px;
  background-color: #504b45;
}
.dot:nth-child(2){
  display: none;
}
.rotator-aktualnosci-data > span:last-child{
  /* display: none; */
}
.rotator-aktualnosci-data > span{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rotator-aktualnosci-data > span.d{
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: -56px;
}
/* .rotator-aktualnosci-data::before {
  font-family: "Font Awesome 5 Free"!important;
  content: "\f017";
  font-size: 13px;
  color: #fff;
  left: -19px;
  top:3px;
  position: absolute;
  padding-right: 8px;
} */

.rotator-aktualnosci-tytul{
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
  margin: 0px 24px 0px 155px;
  font-weight: 400;
  line-height: 36px;
  height: 118px;
  max-height: 118px;
  text-align: left;
}

.rotator-aktualnosci-tytul a{
  color: white;
  text-decoration-color:transparent;
  font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
    text-align: left;
}

.rotator-aktualnosci-tytul a:hover{
  opacity: 0.6;
}

.rotator-aktualnosci-skrot{
  font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #093966;
	margin-top:8px;
  display: flex;
}

.rotator-aktualnosci-wiecej{
	padding: 16px 24px;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  text-decoration-color:transparent;
  text-transform: uppercase;
  transition: 0.3s;
  display: none;
}

.rotator-aktualnosci-wiecej:hover{
	background:#fff;
	color:#2c3b4e;
	transition: 0.3s;
}

 .slider-rotator-aktualnosci .slick-initialized{
  width: 100%;
  height: 100%;
  /*float:right;*/
 }

/*Start/Pauza*/

 .rotator-aktualnosci:hover .pause,  .rotator-aktualnosci:hover .play,.rotator-aktualnosci:hover .buttons
{
	opacity:1!important;
}
.rotator-aktualnosci .buttons .pause:focus,  .rotator-aktualnosci .buttons .play:focus
{
	opacity:1!important;
}
.buttons
{
	width: 60px;
	height: 30px;
	position: absolute;
	/* top: 0; */
	/* left: 0; */
	/* display: flex; */
	z-index: 9;

}
.pause
{
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	color: white;
	opacity: 0;
	background: rgba(0, 0, 0, 0.637);
}
.pause:hover
{
	opacity: 0.7;
}

.pause:before
{
	content: "\f04c";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

.play
{
	border: 0px none transparent;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: none;
	color: white;
	opacity: 0;
	background: rgba(0, 0, 0, 0.637);
}
.play:hover
{
	opacity: 0.7;
}
.play:before
{
	content: "\f04b";
	color: white;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

/* data */

.aktualnosci-dd{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 36px;
  line-height: 33px;
}

.aktualnosci-mm{
  font-size: 14px;
}

.aktualnosci-mm:after{
  content: '.';
  font-size: 14px;
}

.aktualnosci-yyyy{
  font-size: 14px;
}


.rotator-aktualnosci .caption {
  position: absolute;
  bottom: 0px;
}

/*Mobilne*/
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .rotator-aktualnosci-tytul a{
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  /* .rotator-aktualnosci{
    max-width: 656px;
    width:656px;
  }
  .slider-rotator-aktualnosci .slick-initialized{
    width: 350px;
  }
  .slider-rotator-aktualnosci .captions{
    margin-left: 350px;
  }
  .slider-rotator-aktualnosci .controls .draggable{
    max-width: 305px;
  }
  .slider-rotator-aktualnosci .pagination{
    margin-left: 540px;
  } */
}

@media all and (min-width: 0px) and (max-width: 1023px){
  .rotator-aktualnosci{
    display:none;
  }
}


