@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.container { max-width:1170px; }

@media (max-width: 768px) {
  .container, .container-sm {
    max-width: 100% !important;
  }
}


#page .container { max-width:1170px; }
#movie .container { max-width:1170px; }

.pagesview main { 
  background: #4F0000;
  background: linear-gradient(90deg, #840000 0%, #4F0000 50%);

}

.pagesview main,
.newsview main,
.newsindex main { 
  background: #4F0000;
  background: linear-gradient(90deg, #840000 0%, #4F0000 50%);
}

	#sidebar.open {
		display:block;
	}

	#sidebar {
		display:none;
		position:fixed;
		left:0; right:0;
		top:0; bottom:0;
		padding-bottom:30px;
		overflow:auto;
		-webkit-transition: margin .25 ease-out;
		-o-transition: margin .25s eas ease-out;
		-moz-transition: margin .25sse-out;
		transition: margin .25s ease-out;
		z-index:9991;
		background: #250243; /* Old browsers */
		background: -moz-linear-gradient(top,  #4F0000 0%, #840000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #4F0000 0%,#840000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #4F0000 0%,#840000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F0000', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
	}



body {
  background-color: #4F0000;
  color:#ffffff;
  margin:0;
  padding:0;
  font-size:16px;
  font-family: "PT Sans", sans-serif;
}

html body a { color:#000; text-decoration:none; }
html body a:hover { color:#FF0000; text-decoration:underline; }



header {

}

nav.navbar {
  background-color:#ffffff;
  height:60px;
  padding:0;
}
nav.navbar .container {
  /*margin:0; padding:0;*/

}

nav.navbar .navbar-brand {
  height:40px;
  width:auto;
  background: url("../img/logo_mini_1.png");
  aspect-ratio:201/40;
  text-indent:9999px;
  overflow:hidden;
}




#sidebar {
  text-align: center;
  padding:25px;
}

#sidebar ul {
  list-style:none;
  margin-top:50px;
}
#sidebar ul li {
  text-align:center;
  font-size:20px;
  font-weight:700;
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}




nav.navbar .navbar-nav {
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:0 !important;

}
nav.navbar .navbar-nav .nav-item a {
  font-size:14px;
  font-weight:700;
  color:#000;
  padding:4px 8px;
  text-transform:uppercase;
  transition: 0.5s;  
  margin-left:2px;
  margin-right:2px;
  outline:1px solid rgba(255,0,0,0);   
}
  nav.navbar .navbar-nav .nav-item a:hover {  
    outline:1px solid rgba(255,0,0,1);  
    text-decoration:none;
    /*4F0000
    
        color:#FFFFFF;
    */
  }

  nav.navbar .navbar-social {
    margin:0;
    padding:0;
    list-style:none;
  }

  nav.navbar .navbar-social li a img {
    display:block;
    width:auto;
    height:30px;
  }


.navbar-toggler {
  border:none;
}

@media (max-width: 768px) {
  .navbar #navbarCollapse {
    position:absolute;
    z-index:999999;
    background:#ccc;
  }

}

main {
  padding-top:60px;
}




.slider-cover {
  width:100%;
  height:500px;
  overflow:hidden;
  position:relative;
}
.slider-cover:after {
  display:block;
  position:absolute;
  top:0; left:0; bottom:0; right:0;
  content:"";
  background: #4F0000;
  background: linear-gradient(90deg,rgba(79, 0, 0, 1) 0%, rgba(79, 0, 0, 0.3) 50%);
}
@media (max-width: 768px) {
  .slider-cover {
    height:350px;
  }
}

  
.slider-cover img.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: center; 
  display: block;      
}

.slider-txt {
  text-align: right;
  display: flex;
  flex-direction: column; /* żeby układały się pionowo */
  justify-content: center; /* wyśrodkowanie w pionie */
  align-items: right; /* opcjonalnie, wyśrodkowanie w poziomie */
  height: 100%; /* ważne – kontener musi mieć wysokość */    
}
  .slider-txt h2 {
    color:#fff;
    font-size:32px;
    font-weight:700;
    padding-left:100px;
  }
  .slider-txt p {
    color:#fff;
    font-size:14px;
    padding-left:100px;    
  }
  .slider-txt a.btn.btn-read-more {
    border: 1px solid #ff0000;
    background: rgba(255,0,0,0) url("../img/more.svg") no-repeat 100px center;    
    color:#fff;
    padding:5px 10px;
    padding-right:40px;
    font-size:14px;
    text-align:left;
    border-radius:0;
  }
    .slider-txt a.btn.btn-read-more:hover {
      border: 1px solid #ff0000;
      background-color: rgba(255,0,0,1);
      text-decoration:none;
    }  



@media (max-width: 768px) {
  .slider-cover {
    margin-bottom: 15px;
  }
  .slider-cover:after {
    display:none;
  }
  .slider-txt {
    text-align: left;
    margin-bottom:20px;
  }  
  .slider-txt h2 {
    padding-left:15px;
  }
  .slider-txt p {
    padding-left:15px;    
  }  
  .slider-cover img {
    object-position: center;
  }  
}








section#home-repertoire {
  display:block;
  width:100%;
  padding-top:70px;
  padding-bottom:70px;
  color:#fff;
  background: #4F0000;
  background: linear-gradient(90deg, #840000 0%, #4F0000 50%);
}


#home-repertoire .col-1 { position:relative; }



  section#home-repertoire .home-repertoire-row {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
  }

  section#home-repertoire h2 {
    color:#fff;
    font-size: 32px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    position:relative;
  }
  section#home-repertoire h2:before {
    display:block;
    position:absolute;
    left:0; bottom:0;
    width:33.333333%;
    height:4px;
    background-color: rgba(255,255,255,0.6);
    content:"";
  }

  section#home-repertoire h3 {
    color:#fff;
    font-size: 24px;
    font-weight:700;
  }
    section#home-repertoire h3 a {
      text-decoration:none;
      color:#ffffff;
    }

  section#home-repertoire a.btn.btn-buy-ticket {
    border: 1px solid #ff0000;
    color:#fff;
    padding:5px 20px;
    font-size:24px;
    font-weight:700;
    text-align:center;
    border-radius:0;
    transition: 1s;      
    background-color: rgba(255,0,0,0);
    display:inline-block;
  }
    section#home-repertoire a.btn.btn-buy-ticket:hover {
      border: 1px solid #ff0000;
      background-color: rgba(255,0,0,1);
      text-decoration:none;
    }
  section#home-repertoire a.btn.btn-buy-ticket span {
    font-size:14px;
    display:inline-block;
    padding-left:10px;
    border-left:1px solid #ff0000;
    transition: 1s;        
  }
    section#home-repertoire a.btn.btn-buy-ticket:hover span {
        border-left:1px solid #ffffff;
    }

section#home-news {
  display:block;
  width:100%;
  background-image: url("../img/sala_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top:70px;
  padding-bottom:70px;
  color:#fff;
}
  section#home-news h2 {
    color:#fff;
    font-size: 32px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    position:relative;
  }
  section#home-news h2:before {
    display:block;
    position:absolute;
    left:0; bottom:0;
    width:33.333333%;
    height:4px;
    background-color: rgba(255,255,255,0.6);
    content:"";
  }

  section#home-news h3 {
    color:#fff;
    font-size: 20px;
    font-weight:700;
    margin-bottom:10px;
  }
  section#home-news a.btn.btn-read-more {
    border: 1px solid #ff0000;
    background: rgba(255,0,0,0) url("../img/more.svg") no-repeat 100px center;      
    color:#fff;
    padding:5px 10px;
    padding-right:40px;
    font-size:14px;
    text-align:left;
    border-radius:0;
  }
    section#home-news a.btn.btn-read-more:hover  {
      border: 1px solid #ff0000;
      background-color: rgba(255,0,0,1);
      text-decoration:none;
    }  
  section .home-news-row {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
  }




  section#page {
    padding-bottom:50px;
  }

  section#page h1,
  section#news-list h1,
  section#news h1 {
    color:#fff;
    font-size: 32px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:30px;
    margin-top:50px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    position:relative;
  }
  section#page h1:before,
  section#news-list h1:before,
  section#news h1:before {
    display:block;
    position:absolute;
    left:0; bottom:0;
    width:33.333333%;
    height:4px;
    background-color: rgba(255,255,255,0.6);
    content:"";
  }


.menu-left h3 {
  display:inline-block;
  margin-top:50px;
  margin-bottom:20px;
  padding:20px 10px 15px 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.6);  
}

.menu-left ul {
  list-style:none;
  padding:0; 
  margin:0;
}
  .menu-left ul li a {
    display:inline-block;
    color:#ffffff;
    padding: 7px 0;
    margin:0;
    border:1px solid rgba(255,0,0,0);      
    transition: all 0.3s;
  }
    .menu-left ul li a:hover {
      padding: 5px 10px;
      margin: 2px 0;
      text-decoration:none;
      border:1px solid rgba(255,0,0,1);  
    }  
  .menu-left ul li.active a, .menu-left ul li.active a:hover {
    padding: 5px 10px;
    margin: 2px 0;
    text-decoration:none;
    background-color:rgba(255,0,0,1);  
    border:1px solid rgba(255,0,0,0); 
    color:#ffffff;      
  }





footer {
  background-color:#ffffff;
}

footer #footer-top {
  color:#000;  
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(164, 136, 136, 1) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
  footer #footer-top a {
    color:#000;
    text-decoration:none;
    margin-right:20px;
  }


footer #footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size:0.9em;
}
  footer #footer-bottom a {
    color:#000;
    margin-right:20px;
  }



.text-right { text-align:right; }


@media (max-width: 768px) {
  footer #footer-bottom .col-md-6 {
    text-align:center;
    margin-bottom:15px;
  }
}


@media (max-width: 768px) {
	#hamburger {
	  width: 40px;
	  height: 40px;
	  position: fixed;
		right:20px; top: 15px;
		display:block;
	  margin: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index:9999;
	}
		#hamburger:hover span, #hamburger.open span {
			background-color:#840000;
		}
		#hamburger span {
		  display: block;
		  position: absolute;
		  height: 4px;
		  width: 100%;
      border-radius:2px;
		  background: #4F0000;
		  opacity: 1;
		  right: 0;
		  -webkit-transform: rotate(0deg);
		  -moz-transform: rotate(0deg);
		  -o-transform: rotate(0deg);
		  transform: rotate(0deg);
		  -webkit-transition: .25s ease-in-out;
		  -moz-transition: .25s ease-in-out;
		  -o-transition: .25s ease-in-out;
		  transition: .25s ease-in-out;
		}

		#hamburger span:nth-child(1) {
		  top: 0px;
		}

		#hamburger span:nth-child(2) {
		  top: 12px;
		}

		#hamburger span:nth-child(3) {
		  top: 24px;
		}

		#hamburger.open span:nth-child(1) {
		  top: 10px;
		  -webkit-transform: rotate(-135deg);
		  -moz-transform: rotate(-135deg);
		  -o-transform: rotate(-135deg);
		  transform: rotate(-135deg);
		}

		#hamburger.open span:nth-child(2) {
		  top: 10px;
		  opacity: 0;
		  right: -60px;
		}

		#hamburger.open span:nth-child(3) {
		  top: 10px;
		  -webkit-transform: rotate(135deg);
		  -moz-transform: rotate(135deg);
		  -o-transform: rotate(135deg);
		  transform: rotate(135deg);
		}

}



.carousel-container {
  position:relative;
}



.slick-next-day, .slick-prev-day {
  display:block;
  position:absolute;
  transition: 0.5s;     
  border:0;
  width:50px;
  height:50px;
  top:50%;
  transform: translateY(-50%);
}
.slick-next-day { 
  right:0;
  background: url("../img/calendar_next.svg") no-repeat center center;     
}
.slick-prev-day {
  left:0;
  background: url("../img/calendar_prev.svg") no-repeat center center;    
}
.calendar-next:hover, .calendar-prev:hover {

}


.carousel-container .days-carousel {
  margin-left:50px;
  margin-right:50px;
}

.day-box {
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  text-align:center;
  width:14%;
  flex: 1;
  padding-top:20px;
  padding-bottom:20px;     
  transition: 0.5s;    
  cursor:pointer;
  margin: 0 15px;
  text-decoration:none;
}
.day-box strong {
  font-size:24px;
  font-weight:700;
}
.day-box:hover {
  background-color:#FF0000;
  color:#000;
  text-decoration:none;  
}
.day-box.active {
  background-color:#FF0000;
  color:#000;
}



@media (max-width: 768px) {
  .day-box {
    font-size:12px;
    font-weight:400;
  }
  .day-box strong {
    font-size:16px;
    font-weight:700;
  }  
  .calendar-next, .calendar-prev {
    background-size: 22px 15px;
  }  


  #home-news img {
    padding-bottom:15px;
  }

}