.kszczygiel9-carousel-list .slick-arrow{

}

.kszczygiel9-carousel-list .slick-arrow.slick-next::before{
  content: "\f105";
  font-size:40px;
  color: #677bb3;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
}
.kszczygiel9-carousel-list .slick-arrow.slick-next{
  right: -25px;
  color: #677bb3;
  font-size: 40px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-size:0;
  border: 0;
  background: none;
  height:40px;
  width:30px;
  transform: translateY(-50%);
}

.kszczygiel9-carousel-list .slick-arrow.slick-prev::before{
  content: "\f105";
  font-size:40px;
  color: #677bb3;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
}
.kszczygiel9-carousel-list .slick-arrow.slick-prev{
  left: -25px;
  color: #677bb3;
  font-size: 40px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-size:0;
  border: 0;
  background: none;
  height:40px;
  width:30px;
  transform: translateY(-50%) rotate(180deg);
}

@media all and (min-width:600px){
  .movie-schedule .movie-tabs.kszczygiel9-movie-tabs{
    height:900px;
  }
}

.time-chunks-pagination{
  display:flex;
  justify-content: center;
  margin: 0 auto;
}

.time-chunks-pagination a{
  border:1px solid white;
  padding:10px 15px;
  font-size:16px;
  line-height: 16px;
  border-radius: 5px;
  margin:5px;
  color:white;
  font-weight: bold;
  transition-duration: .3s;
}

.time-chunks-pagination a:hover{
  text-decoration: none;
  background:white;
  color:black;
}

.time-chunks-pagination a.current{
  text-decoration: none;
  background:white;
  color:black;
  cursor: default;
}

@media all and (max-width:800px){
  
.kszczygiel9-carousel-list .ui-tabs-anchor{
  text-align: center;
  font-size: 12px!important;
  padding: 10px 10px 10px 10px!important;
}
}
