  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&family=Roboto:wght@400;500;900&display=swap');


body{
	font-size: 16px;
	background: #5ddfe8;
	font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, 'sans-serif' !important;
}
a{
	color: #000;
}
a:hover{
	color: #FFF;
} 
.link-black{
	color: #000;
}
p{
	color: #000;
}
.txt-white{color:#FFF;}

.text-black{
	color:#000
		;
}
.bg-orange{
	color: #000;
}
.btn-danger{
    background-color: #f86227;
}


.btn-danger:hover

{
    background: #1e6ef2 !important;
    border-color: #1e6ef2 !important;
    box-shadow: none !important
}

.header-sticky{
	background: url("../../bg-video-1.jpg")  no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
	
   font-weight: bolder;
	width: 100%;
	height: 100%;

}
.divImg {
	    display: flex;
    justify-content: center;
    height: 100vh;
    width: auto;

}
.divImg  img {
    height: 100vh;
}
.helpMenu{
	padding: 1rem 0 1rem 3rem;
	background: #000;
	top: 12rem; 
	left: -230px;
	z-index: 2;
	position: fixed;
	font-weight: 900;
	font-size: 1.5rem;

	
}


.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	
}

h1.h1-titlefest {
  margin-top: 0;
  font-size: 5vw;
	font-weight: 800;
	text-align: center;
        font-family: "Oswald", "Popppins";
	font-weight: 800;
	text-align: center;
    color: #000;

}

 h2.h2-titlefest {
  margin:  2rem 0;
  font-size: 2.8vw;
     color: #f86227;
	 
	text-align: center;
}


p.p-titlefest  {
  margin-top: 0;
  font-size: 1.62vw;
	color: #000 !important;
    text-transform: lowercase;
    font-weight: 300;
	text-align: center;
}

	
	
	


.helpMenu:hover{
	left:0;
}
a.button-help{
	fill:#FFF;
	min-width:40px !important;
}
	
.helpMenu a{
	
	color: #FFF;
	margin-right: 1rem;
	max-width: 20px;
	min-width: 30px;
	text-align: center;
	fill:#FFF;


	padding: 4px;
}
.helpMenu a:hover{


	fill:orange;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.btn.btn-secondary{
	border-radius: 0 !important;
}
.selected{
	background: #FF0000;
	color: #ff0d00;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
a.link-online{
	 background: #FF0000 !important;
    color: #ff0d00;
    padding: 0rem .5rem;
	font-size: 1.1rem;
}

.clearfix:after {
	clear: both;
}
.br{
	border: 1px solid red;
}
.logo-festival{  
	top:4rem;
	right:4rem;
	min-height: 200px;
	position: absolute;
	background: url("../images/logo/logo_dark.svg") no-repeat;
	background-position: top right;
	background-size: contain;
	padding-right: 160px;
	font-weight: 900;
	
}
.help-button{  
	bottom:4rem;
	right:4rem;
	position: absolute;
	font-weight: 900;
	
}
.logo-festival h2{
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
}
.logo-festival img{
	margin: 0 20px;
}
.logo-festival-number{
 	position: absolute;
	font-weight: 700;
	bottom:4rem;
	right: 4rem;
	font-size: 3rem;
	line-height: 3.8rem;
	
}

.logo-festival-number h3{
	font-size: 12rem;
	letter-spacing: -.6rem;
	display: block;
	margin-right: 1rem;
	margin-top: -45px;
}
.block-number{
	background: #FF0000;
	color: #ff0d00;
	padding: 0rem  .5rem;
	width: auto;
	
	
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('../images/bg/bg-niebo.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.main-site{ 
	color: #000;
}
 
.main-title h1{ 
	font-size: 3rem;
	font-weight: 400;
}
.main-title.en h1{
	font-size: 2.4rem;
}
.main-title h2{
	font-size: 1.2rem;
	margin-top: 2rem;
}
.main-title h3{
	font-size: 1.6rem;
	margin-top: 2rem;
}
.main-title{
	position: fixed;
	bottom: 2rem;
	padding: 5rem;
	width:  450px;
}
a.menu-item-lang{
	top: 8rem; 
	left: 2rem;
	z-index: 2;
	position: fixed;
	font-weight: 900;
	font-size: 1.5rem;
}




.sidenav {
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -350px;
  background-color: #a7abae;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav ul{
	position: absolute;
	bottom: 0;
}
.sidenav a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #000;
	font-weight: 700;
  display: block;
  transition: 0.3s;
}
ul.list-menu{
	margin: 0;
	padding: 0;
}
ul.list-menu li{
	list-style-type: none;
	margin: 0;
	padding: 1rem;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 36px;
  margin-left: 50px;
}

.menuBtn{
	cursor:pointer;
	top:2rem;
	left:2rem;
	position: fixed
}

.st-close{
	padding: 1.2rem;
	position: absolute;
	right: 0;
}
.st-trigger-effects{
	animation-play-state: 10px;
	z-index: 999;
	position: fixed;
}

.fi-fest-play{
	font-size: 4rem;
	color: #000;

}
.fi-fest-play:hover{
	color: #fafa00;

}
.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	float: right;
	width: calc(100% - 400px);
	height: 100%;
	padding: 0;
	position: relative;
	text-align: right;	
}


.festival-shedule{
	padding: 4rem;
}
.festival-shedule p{
	color: #000;
}
.day-fest{
	border-bottom:5px solid #000;
	padding: 1rem;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 2rem;
	min-height: 40px;

}
.day-fest span{
	padding-left: 30px;
}

.table.table-festival{
	font-weight: 700;
	color: #000;
	text-align: left;
	border-top: 3px solid #000;  
}
.bg-subsite{
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0.8) 90%, rgba(9,9,121,0) 100%);*/
}
/**/
.section-about{
	margin: -15px;
}
.section-ticets{
	background: rgba(255,255,255,0.29);
	color: #000;
	margin: 15px -15px;
	
}
.section-ticets p{
	color: #000;
}


.about-container{
	padding: 8rem;
}
.about-container h1{
	font-weight: 900;
	font-size: 1.4rem;
    color: #000;
}
.about-container p{
	font-weight: 300;
	font-size: 1.1rem;
}

/**/
.section-edition{

}
.section-partners{
	margin: 15px 15px 0px 15px ;
	background: rgba(255,255,255,0.8);
}
.section-partners h1{
	color: #000;
	font-size: 1.2rem;
	text-align: center;
	padding: 2rem 0 2rem 0;
	border-bottom: 2px solid #000;
	font-weight: 400
}

img.logo-partners {
	  mix-blend-mode: multiply;
}




.edition-container{
	padding: 4rem;
}
.edition-container h1{
	font-weight: 900;
	padding: 2rem 0;
	font-size: 1.4rem;
	border-bottom: 5px solid #000;
	color: #000;
}
ul.poprzednie{
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.poprzednie li{
	border-bottom: 1px solid #000;
	padding: 1rem 0;
}
ul.poprzednie li a{ 
	font-size: 1rem; 
}
ul.poprzednie li a:hover{ 
    color: #f86227;
}
/**/


.info a {
	font-weight: 700;
	font-size: 0.9em;
}



.table.table-festival{
	width: 100%;
}
.table.table-festival thead{
	font-size: 1.2rem;
	font-size: 2rem;
}
.table.table-festival tr td{
	padding: 2rem .4rem;

}.table.table-festival tr td:last-child{
	text-align: right;

}
.artist-info {
	color: #000;
	font-size: 1.1rem; 
	margin-bottom: 8rem;
    font-weight: 300;
}
.artist-info h4{ 
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
}
.festival-item-bg{
	border-bottom: 3px solid #000;
	font-weight: 900;
	padding: 1rem;
}
.mask-img{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	max-width: 200px;
}

.mask-img-big{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	width: 100%; 
}

.card.card-fest{
	background: none;
	color: #000 ;
}
.fest-event-name{
	font-weight: 400;
	font-size: 1rem;
}

.fest-title{
	font-weight: 200;
	font-size: 1rem;
	font-style: italic;
	    margin-left: 5rem;
}

.btn.btn-fest-mozg .fest-name, .btn.btn-fest-mozg-nb .fest-name{
	padding: 0 30px;
	
}

.btn.btn-fest-mozg .fest-hour, .btn.btn-fest-mozg-nb .fest-hour{
	opacity: .44;
	
}
.btn{
	broder-radius:none !important;
}
.btn.btn-fest-mozg, .btn.btn-fest-mozg-nb{
	background: none;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 1.2rem;
	color: #000;
	border-radius: 0 !important;
}
.btn.btn-fest-mozg-nb{
	border-bottom: none;
}


.btn:not(.bg-transparent):not(.btn-ghost):not(.bg-nogradient):after {
	background-image: none !important;
}


.button-play{
	position: absolute;
	z-index: 1;
	margin: 50% auto;
	top: -50px;
}
.button-play-artist{
	position: absolute;
	z-index: 1;
	margin: 50% auto;
	top: -50px;
	left: 50%;
}

    .contactBox{
        font-size: 1.2rem;
    }	
    h6.slawek{
        font-size: 1.4rem; 
    }


@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}
.svg-triangle{
  position: absolute;
	bottom: 4rem;
}

.arrow-down {
  position: absolute;
  margin-left: 50%;  
  text-align: center;
	bottom: 0;
  animation: jump 5s infinite;
	fill: orange;
}

 .arrow-down  .svg-triangle {
    transition: 0.3s ease-in-out;
  }
 .arrow-down  .svg-triangle:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
	.row{
		margin: 15px;
		padding: 15px;
		
	}



@media screen and (max-width: 76.0625em) {

	
	.fi-fest-play{
	font-size: 3rem;
		margin-left:-1rem;

}



@media screen and (max-width: 46.0625em) {

	
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

h1.h1-titlefest {
  margin-top: 0;
  font-size: 10vw;
	font-weight: 800;
	text-align: center;
}

 h2.h2-titlefest {
  margin-top: 0;
  font-size: 6.8vw;
	 
	text-align: center;
}


p.p-titlefest  {
  margin-top: 0;
  font-size: 4.5vw;
	color: #000 !important;
	
	text-align: center;
}

	
    .contactBox{
        font-size: 1rem;
    }	
	    h6.slawek{
        font-size: 1rem !important;
    }

	
	
	
	.fest-title{

	    margin-left: 0rem;
}

	
	.day-fest span{
	padding-left: 0px;
}
.help-button{  
	bottom:4rem;
	right:4rem;
	position:static;
	text-align: center;
		margin:20px;
	font-weight: 900;
	
}

	
		.divImg {
		height: auto;
		width: 100vw;
		overflow: hidden;

	}
	.divImg img {
		height: auto;
		width: 100vw;
	}

	
	
	
	
.main-title{
	bottom: 5rem;
}

a.menu-item-lang{
	left: 2rem;
}
	
	
	
	.fi-fest-play{
	font-size: 4rem;
		margin-left:-2rem;

}

	
	.btn.btn-fest-mozg .fest-name{ 
		padding: 0px;
		display: block;
	
	}


	
	.row{
		margin: 0;
		padding: 0;
		
	}
	
	/**/
.section-about{
	margin: 0px;
}
.about-container{
	padding: 2rem;
}


/**/

.edition-container{
	padding: 2rem;
}
.edition-container h1{
	font-weight: 900;
	padding: 2rem 0;
	font-size: 1.4rem;
	border-bottom: 5px solid #000;
	color: #000;
}

/**/	

		.svg-triangle{
		  position: absolute;
			bottom: 4rem;
			width: 20px;
			height: 20px;
		}	

		.arrow-down {
			display: none;
		  }

		.bg-subsite{  
			/*background: rgba(0,0,0, .9); */  
		}
		.festival-shedule{
			padding: 0rem;
		}


		.column {
			float:none;
			width:100%;
			height: 100%;
			padding: 1rem;
			top:4rem;

			position: relative;
			text-align: right;

		}

		.main-title{
			position: static;
			width: 100%;
			min-height: 200px;
			padding:0 0 0 2rem;
		}
	
	.h-100vh{
		height: auto !important;
	}
	
		.logo-festival{
			top:1.2rem;
			right:.5rem;
			position: absolute;
			z-index: 1; 
			min-height: 50px;
		}
		.logo-festival h2{
			font-size: 1rem;
			padding: 0;
			margin: 0;
		}
		.logo-festival img{
			margin: 0 20px;
			width: 4rem;
		}
	
		.mask-img{
			clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
			max-width: 300px;
		}
	
		.artist-info h4{
			font-weight: 700;
			font-size: 2rem;
			line-height: 5rem;
		}
	
		.logo-festival-number{
			position: absolute;
			height: 100px;
			margin: 0 auto;
			font-weight: 700;
			bottom:0rem;
			top:12rem;
			right:6rem;
			font-size: 1rem;
			line-height: 1.8rem;

		}

	.block-number{
			background: #FF0000;
			color: #ff0d00;
			padding: 0rem  .5rem;
		}
		.left-menu{
			position: static;
			padding: 0px;
			height: 0;
			min-width: auto;
		}

		.column p {
			font-size: 1.5em;
		}

		.column:nth-child(2) {
			text-align: center;
		}
		
		
a.menu-item-lang{
	position: absolute;
}
		
		
		
		
}

@media screen and (max-width: 25em) {

		.sidenav .closebtn {
	  top: 1rem;
		right: 1rem;
			left: none;
	}

	

}