/*
@import url('https://fonts.googleapis.com/css?family=Itim|Lato:400,400i,700,700i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,400;0,700;1,400&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;1,700&display=swap');


html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
	background: #ffde00 url("../img/keys.jpg") no-repeat center center;
	background-attachment: fixed;
	font-family: "Barlow Condensed", Arial, serif;
	font-weight:400;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	overflow:auto;
	position:relative;
	
}
img.hand { position:absolute; right:   calc(50% + 550px);  }


	h1 {
		color: #231f20;
		font-size: 32px;
		font-weight: 700;
		margin: 0 0 25px;
		text-align: left;
		text-decoration: none;
	}

	h2, h3, h4 {
		font-size: 24px;
		font-weight:700;
		margin-bottom: 10px;
		margin-top: 10px;
	}
p { margin-bottom:10px; } 

a {
	color: #fff;
	text-decoration: none;
}

a, a *{ 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:focus {
	outline:none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}
#tresc #right a {
	color: #993366;
	text-decoration: none;
}

#tresc #right .news-item a {
	color: #000;
	text-decoration: none;
}
#tresc #right .news-item:hover h2 a {
	color: #fff;
}

.container {
	max-width: 1200px !important; /* or 950px */
}
.container-header {
	max-width:1200px; 
	margin:0 auto;
}

.container.content {
	margin-top:-50px;
}











@media (min-width: 768px) {
	nav { 
		border:none;
		position:fixed; 
		top:0px; 
		left:0px; right:0; 
		z-index:999; 
		overflow:visible; 
		background-color:#000;
		
	}

	nav ul {
		width:100%;
		text-align:justify;
		display:block;
		margin:0; padding:0;
		list-style:none;

		display: flex;
		justify-content: space-between;	
	}
	nav ul#nav-menu li {
		display:inline-block;
		margin:0;
		padding:0;
	}
	nav ul#nav-menu li a {
		display:block;
		color:#fff;
		padding: 10px;
		text-transform:uppercase;
		text-decoration:none;
		text-align:left;
		font-size: 20px;
		font-weight: 400;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
	}
	nav ul#nav-menu li a:hover {
		color:#000000;
		background-color:#ffffff;
	}

	nav ul#nav-menu li a.navi_social { color:#ffd401; background-color:transparent !important; display:inline-block; }
	nav ul#nav-menu li a.navi_social:hover { color:#fff; background-color:transparent !important;}

}



@media (max-width: 767px) {
	nav.open {
		display:block;
		left:0px;
	}
	nav { 
		display:none;
		border:none;
		position:fixed; 
		top:0px; 
		left:110vw; right:0; 
		bottom:0;
		z-index:9998; 
		overflow:auto; 
		background-color:#000;
	}

	nav ul {
		width:100%;
		text-align:center;
		display:block;
		margin:100px auto 0 auto; padding:0;
		list-style:none;
	}
	nav ul#nav-menu li {
		display:block;
		margin:0;
		padding:0;
	}	
	nav ul#nav-menu li a {
		display:block;
		color:#fff;
		padding: 10px;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		font-size: 20px;
		font-weight: 400;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
	}	
	nav ul#nav-menu li a:hover {
		color:#000000;
		background-color:#ffde00;
	}	




	div#nav-icon {
		width: 60px;
		height: 45px;
		position: fixed;
		right:30px; top:30px;
		display:block;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 1s ease-in-out;
		-moz-transition: 1s ease-in-out;
		-o-transition: 1s ease-in-out;
		transition: 1s ease-in-out;
		cursor: pointer;
		z-index:9999;

	  }

	  
	  #nav-icon:after {
		  color:#000;
		  display:block;
		  content: "MENU";
		  position:absolute;
		  width:100%;
		  text-align:center;
		  bottom:-25px;
		  font-size:12px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	  }
	  
	  #nav-icon:hover:after {
		  color:#fff;
	  }
	  
	  #nav-icon.open:after {
		  color:#fff;
		  content: "ZAMKNIJ";
	  }
	  
	  #nav-icon.open:hover:after {
		  color:#000;
	  }
	  #nav-icon span {
		  display: block;
		  position: absolute;
		  width: 100%;
		  opacity: 1;
		  height:7px;
		  background-color:#000;
		  border-radius:2px;
		  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;
	  }
	  #nav-icon.open span {
		  background-color:#fff;
	  }
	  #nav-icon:hover span {
		  background-color:#fff;
	  }
	  #nav-icon.open:hover span {
		  background-color:#fff;
	  }
	  
	  #nav-icon span:nth-child(1) {
		top: 0px;
	  }
	  #nav-icon span:nth-child(2) {
		top: 14px;
	  }
	  #nav-icon span:nth-child(3) {
		top: 28px;
	  }
	  
	  #nav-icon.open span:nth-child(1) {
		top: 18px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	  }
	  
	  #nav-icon.open span:nth-child(2) {
		opacity: 0;
		right: 60px;
	  }
	  
	  #nav-icon.open span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	  }

}






.header-bar {
	background-color:#000;
	color:#fff !important;
	padding: 7px 10px 5px 10px !important;
	font-weight:400 !important;
	min-height:40px;
	font-size:24px !important;
	text-transform:uppercase;
}
.mb-10 { margin-bottom:10px; } 
.header-bar.key1 {
	background: #000 url("../img/key1.png") no-repeat 150px -20px;
}
.header-bar.key2 {
	background: #000 url("../img/key2.png") no-repeat 3px 1px;
	padding-left:70px !important;
}
.header-bar2 {
	background-color:#000;
	color:#fff !important;
	padding: 6px 10px !important;
	font-weight:400 !important;
	min-height:30px;
	font-size:20px !important;
	text-transform:uppercase;
}

/* 
	NAVIGATION
 */

/*
nav { 
	position:fixed; 
	top:0px; 
	left:0px; 
	padding:50px;
	z-index:999; 
	overflow:visible; 
}

nav ul#nav-menu {
	position:fixed;
	top: 0px;
	height: auto;
	left:-300px;
	list-style:none;
	margin:0;
	padding: 150px 50px 50px 50px;
	width:250px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity:0;
	background-color: #ffd401;
	color:#000;
}
nav ul#nav-menu.open {
	left:0;
	opacity:1;
}

nav ul#nav-menu li a {
	display:block;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
nav ul#nav-menu li a:hover {
	color:#000;
	margin-left:10px;
}



@media (max-width: 767px) {
	nav { padding:20px; }
}
*/




header {	
	padding: 0;
	background-color: #ffde00ee;	
}
	header .container {	
		/*max-height:100vh;*/
		position:relative;
	}

	

@media (min-width: 768px) {
	body { padding-top:40px; }
	header { 
		position:relative;
		width:100%;
		min-height:300px;
	/*	background-color: rgba(0,0,0,0.5);*/
	}
	header .header_shape_1 { position:absolute; left:50%; top:60px; transform:translateX(-50%); }

	#gallery header, #news header,
	#pages header { 
		position:relative;
		width:100%;
		height:400px;
	/*	background-color: rgba(0,0,0,0.5);*/
	}



}





/*
	HOME
*/

#tresc {
	margin-bottom:30px;
	padding: 20px 0;
}


#home h2 {
	color:#757575;
	font-size:26px;
	font-weight:400;
}
#left h3 {
	color:#393e3c;
	font-size:16px;
	font-weight: 700;	
	padding:10px;
	margin-bottom:10px;
	text-transform: uppercase;
}
	#left h3 a { color: inherit; }


#right h1 {
	color:#393e3c;
	font-size:24px;
	padding:10px 0;
	border-bottom: 1px solid #393e3c;
	margin-bottom:10px;
	text-transform: uppercase;
}
	#right h1 a {
		color: inherit;
	}


	#right .news-item { 
		margin-top: 20px; 
		margin-bottom:20px; 
		margin-right:0px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;	
		overflow:visible;
		position:relative;
		background-color: #ffde00ee
	}
	#right .news-item:hover { 
		background-color: #000;
	}
	#right .news-item:hover * { 
		color:#fff;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;	
	}


/*
	#right a.news-img:after {
		display:block;
		position: absolute;
		content:"";
		background-color: #ffde00;
		left:0;top:0;
		right:0;bottom:0;
		mix-blend-mode: multiply;
		opacity:0.8;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;	
	}*/
		#right .news-mask {
			position:absolute;
			left:0; top:0; right:0; bottom:0; 
			z-index:1;
			background-color:#218ab2;
			opacity:0.25;
			filter: alpha(opacity=25); 
		}
@media (min-width: 992px) {
	#right a.news-img {
		display:block;
		position: relative;
/*		background-color: #393e3c; */
		height: 150px;
		width:100%;
		overflow:hidden;
		z-index:0;
		right:-15px;
	}

		#right .news-img img {
			object-fit: cover;
			width: 100%;
			height: 100%;
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-moz-transition: all 0.3s;
			z-index:-1;
			
			-webkit-filter: grayscale(100%) contrast(90%) brightness(90%);
			filter: grayscale(100%) contrast(90%) brightness(90%);
			/*
			  -webkit-filter: grayscale(100%) contrast(50%) brightness(160%);
			  filter: grayscale(100%) contrast(50%) brightness(160%);
			  */
		}
			#right .news-item:hover  a.news-img img {
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);   
				-moz-transform: scale(1.1);
				transform: scale(1.1);

			  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
			  filter: grayscale(0%) contrast(100%) brightness(100%);

			}

			#right .news-item:hover a.news-img:after {
				opacity:0;
				transition: all 0.3s;
				-webkit-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-moz-transition: all 0.3s;
			}
	#right .news-txt {	
		margin-bottom:50px;
	}			
}
@media (max-width: 991px) {
	#right a.news-img {
		display:block;
		position: relative;
		width:100%;
		z-index:0;
	}

	#right .news-img img {
		display:block;
		width: 100%;
		height: auto;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		z-index:-1;
		
		-webkit-filter: grayscale(100%) contrast(90%) brightness(90%);
		filter: grayscale(100%) contrast(90%) brightness(90%);
	}	
	#right .news-txt {	
		margin-bottom:0px;
	}
}


	#right .news-date {
		display:block;
		font-weight:bold;
		text-align: left;
		padding-top:15px;
		min-width:80px;
		margin-top:10px;
		text-align:left;

	}

	#right .news-header {
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
		text-align: left;
		text-transform: uppercase;
		padding: 0;
		color:#000;
	}
	#right .news-header a {
		color: inherit;
	}


	#right a.news-more {
		display:block;
		position:absolute;
		text-align: center;
		text-transform: uppercase;
		padding:10px 20px;
		font-size:14px;
		font-weight:bold;
		text-align: right;
		bottom:0;
		left:0px;
		opacity:0;
		margin:0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		background-color:#fff;
		color:#000;
	}
		#right .news-item:hover a.news-more {
			color:#000;
			text-decoration:none;
			opacity:1;
		}


footer { 
	padding:20px 0 20px;
	position:relative;
	overflow:visible;
	color:#ffffff;
	background-color: #000; 
/*
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-position:  center top;
*/
}
	footer a { color:#ffffff; margin:0; padding:0;}
	footer a:hover { color:#ffffff !important;}

#footer2 { 
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#ffffff;
}

#footer2 .logo-tnf { height:60px; }
#footer2 .logo-tck { height:60px; margin-top:3px; margin-right:30px; }
#footer2 .logo-marzenie { height:60px; margin-right:30px; }
#footer2 .logo-autograf { width: 22px;margin-left:5px; }


@media (max-width: 767px) {

	#footer2 { text-align: center; }
	#footer2 img { 
		display:block;
		text-align:center;
		margin: 10px auto;
	}
	#footer2 .text-right { text-align: center; }
	#footer2 .text-right a { text-align: center; }	

	#footer2 .logo-tnf {  margin: 20px auto; }
	#footer2 .logo-tck {  margin: 20px auto; }
	#footer2 .logo-marzenie {  margin: 20px auto; }
	#footer2 .logo-autograf { width: 22px; margin: 0 auto; }
	#footer2 .text-right a img { display:block;  }
}
@media (max-width: 991px) {

	#footer2 { text-align: center; }
	#footer2 img { 
		display:block;
		text-align:center;
		margin: 10px auto;
	}
	#footer2 .text-right { text-align: center; }
	#footer2 .text-right a { text-align: center; }	

	#footer2 .logo-tnf {  margin: 20px auto; }
	#footer2 .logo-tck { margin: 20px auto; }
	#footer2 .logo-marzenie {  margin: 20px auto; }
	
	#footer2 .logo-autograf { width: 22px; margin: 0 auto; }
	#footer2 .text-right a img { display:block;  }
}



.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	border:none;
	padding:12px;

	position: relative;
	background-color:#000;
	color:#fff;
}
	.btn:hover {
		background-color:#fff;
		color:#000;
	}

	#left .btn {
		margin-bottom:15px;
		text-align:left;
	}
	.btn-default {
		background-color: #c0cfd5;
		color: #393e3c;
	}

	/*
	.btn-insta {
		background-color: #ffd401;
		color:#000;
		width:100%;
		padding-left:20px;
	}

	.btn-yt {
		background-color: #ffd401;
		color:#000;
		width:100%;
		padding-left:20px;
	}

	.btn-fb {
		background-color: #ffd401;
		color:#000;
		width:100%;
		padding: 10px 20px;

	}
	*/
	.btn span.fa {
		position: absolute;
		right:15px;
		top:7px;
	}
	.btn-tickets {
/*
		background-image: url("../img/background-list.svg");
		background-repeat: no-repeat;
		background-position: left top;	
*/
		margin-bottom:0 !important;
		background-color:transparent;
		border:none;
		padding-top:15px;
		display:block;
		overflow:visible;
		color:#000;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
		min-width:80px;
		margin-top:15px;
	}

	.box-newsletter {
		background-color:rgba(255,255,255,0.6);
		padding:10px;
		margin-bottom:15px;
		margin-top:20px;
	}

	.box-newsletter input {
		font-size:12px;
		width:100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border:none;
		box-shadow:none;
		background-color:transparent;
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
	.box-newsletter input:focus {
		box-shadow:none;
	}


	.btn-newsletter {
/*
		background-image: url("../img/background-list.svg");
		background-repeat: no-repeat;
		background-position: left top;	
*/
		margin-bottom:0 !important;
		background-color:transparent;
		border:none;
		padding-top:15px;
		display:block;
		overflow:visible;

		color:#000;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
		min-width:80px;
	}

	.btn-white {
		color: #393e3c;
		background-color: #fff;
	}
/*
	NAVIGOTION LEFT
*/
#pages-categories {
	margin-bottom:15px;
}

#pages-categories ul {
	list-style:none;
	margin: 0;
	padding: 0;
	width:100%;
} 
#pages-categories ul li a, #pages-categories ul li span {
	display: block; 
	width:100%;
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
	border:none;
	padding:12px;
	color: #231f20;
}

#pages-categories li.category > a {
	color:#231f20 ;
}


#pages-categories ul li ul li a {
	color: #231f20;
	text-transform:none;
	background-color: transparent;
	font-size:18px;
	font-weight:400 !important;
	padding:8px 8px 8px 20px ;
}
#pages-categories ul li a:hover {
	color:#fff;
	background-color:#000;
}
/*
	NAV
*/


/*
	dla filtrów svg
*/
.defs-only {
  position: absolute;
  height: 0; width: 0;
  overflow: none;
  left: -100%;
}






.owl-carousel {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

	.owl-nav {
		position:absolute;
		bottom:-20px; 
		left:0px;
		z-index:800;
		height:10px;
		width:100%;
	}
	.owl-nav .owl-prev span, .owl-nav .owl-next span { font-size:40px; }
	.owl-nav .owl-prev  { position: absolute; left:0; }
	.owl-nav .owl-next  { position: absolute; right:0; }

	.owl-dots {
		position:absolute;
		bottom:-35px; 
		left:20px;
		right:20px;
		z-index:900;

		text-align:center;
	}
	.owl-dot {
		display:inline-block;
	}
	.owl-dot span {
		display:block;
		width:15px;
		height:15px;
		margin:0 5px;
		background-color: #000;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.owl-dot.active span, .owl-dot:hover span {
		background-color: #ffffff;
	}

#gallery {

}
	.gallery_wrapper {
		background-color:rgba(255,255,255,0.6);
	}

	.gallery-item {
		margin-bottom:20px;
		min-height:230px;
	}
	.gallery-item h3 {
		margin-top:20px;
		font-size:14px;
		min-height: 55px;
	}
		.gallery-item h3 a {
			color: #393e3c;
		}




#recommend {
	list-style:none;
	margin-top:20px;
	margin-bottom:15px;
	background-color: #fff;
	padding:0;
}

#recommend li {
	margin-bottom:0px;
	position:relative;
}

#recommend li a {
	padding: 10px;
	display:block;
	text-transform: uppercase;
	font-weight:bold;
	color: #000;
	width:100%;
	text-decoration:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	#recommend li a:hover { 
		background-color: #000; 
		color:#fff;
	}
.img-thumbnail {
	margin-top:15px;
	margin-bottom:15px;
}


#home #right h1 {
	padding: 10px 0px 0px 0px;
	margin:0;
	color:#000;
	border:0;
	font-size: 18px;
}

#home #left h2 {
	padding: 10px 0px 0px 0px;
	line-height:0.8em;
	margin:0;
	color:#231f20;

	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;
}
#left h2 {
	padding: 10px 0;
	line-height:0.8em;
	margin:0;
	color:#231f20;

	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;
}
#home .news-see-all {
	display:block;
	margin:0;
	margin-top:0px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	display:block;
	text-align: left;
	color:#000000;
	padding:10px 20px;
	/*
	text-transform: uppercase;
	background-color:#000;
	*/
}
#home .news-see-all:hover {
	color:#fff;

}
#left p {
	margin: 20px 0;
}

#news #right .news-img { height:200px; right:-15px; }

@media (max-width: 991px) {

	body {

	}
	header .container {	
		min-height:100px;
	}
	header .header-logo { 
		text-align:center;
	}
	header .header-logo img { 
		display:block;
		position:absolute;
		bottom:0;
		right: -33.33333333%;
		height:100%;
		width:auto;
	}

	header { 
		position:relative;
		width:100%;

	/*			height:75vh; background-color: rgba(0,0,0,0.5);*/
	}
	header .header_shape_1 { position:absolute; left:0; top:25vh; width:50%; height:50vh; }
	header .header_shape_2 { position:absolute; left:50%; top:25vh; width:50%; height:50vh; }
	header .header_shape_3 { display:block; position:absolute; left:50%; top:0%; width:50%; height:25vh; background-color:#E3002B; }

	header .header_aside { display:none; }
	header .header_3 { position:absolute; right:55%; top:10%; width:auto; height:150px; }
	header .header_6 { position:absolute; left:55%; top:0%; width:auto; height:150px;  }
	header .header_tnf { position:absolute; left:5%; top:30vh; width:40%;  }
	header .header_date { position:absolute; left:5%; bottom:5%; width:50%; }

	#right .news-item { margin:15px 0 15px 0;}
	#right .news-img { margin: 15px 0 0 0;}



}


#news #left .wrapper, 
#news_list #left .wrapper, 
#pages #left .wrapper, 
#gallery #left .wrapper, 
#gallery #right  .wrapper{ 
	background-color: #ffde00ee;
}

#news #right .wrapper,
#pages #right  .wrapper{ 
	background-color: #ffde00ee;
	padding:0 15px 15px 15px;
}



@media (max-width: 991px) {
	header { margin-bottom:30px; }
	.header-logo { display:none; }
	.header-title { margin-top: 100px; }
	.header-title, .header-title a { text-align:center !important; }
	.header-title a img { margin-left:auto !important; margin-right:auto !important; }	
}