
body {
	background-color: #fff;
	background-image: url("../img/background.svg");
	background-repeat: no-repeat;
	background-position:  center 300px;
	background-size: 100%;
	font-family: "Open Sans", Arial, serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;

	overflow:auto;
	position:relative;
}




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



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

a {
	color: #35b5eb;
	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: #ed1d24;
	text-decoration:none;
}

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

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








/* 
	NAVIGATION
 */


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

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


nav ul#nav-menu li a {
	display:block;
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	font-size: 20px;
	font-weight:normal;

	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
nav ul#nav-menu li a:hover {
	color:#fff;
	margin-left:10px;

	text-shadow: 0px 0px 15px #fff;
}

/* Icon 1 */

#nav-icon1 {
  width: 60px;
  height: 45px;
  position: relative;
	display:inline-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:200;
}
#nav-icon1:after {
	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-icon1.open:after {
	content: "ZAMKNIJ";
}
#nav-icon1 img {
	display: block;
	position: absolute;
	width: 100%;
	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;
}

#nav-icon1 img:nth-child(1) {
  top: 0px;
}

#nav-icon1 img:nth-child(2) {
  top: 18px;
}

#nav-icon1 img:nth-child(3) {
  top: 36px;
}

#nav-icon1.open img:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-icon1.open img:nth-child(2) {
  opacity: 0;
  right: 60px;
}

#nav-icon1.open img:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

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


























header {	
	height:245px;
	margin-top: 30px;
}
	header a { }
	header p { }

	header .header-logo img { 
		margin:0 auto; 	
		height:250px;
	}
	

.header-title-1 {
	background-color:#000;
	color:#fff;
	padding: 10px 10px 2px 10px;
	margin-left:-10px;
	font-size:26px;
	font-weight:700;
	display:inline-block;
	margin-top:50px;
}
.header-title-2 {

}
.header-title-3 {
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
}
/*
	HOME
*/

#tresc {
	background-color: rgba(255,255,255,0.95); 

	margin-bottom:30px;
	padding: 20px 0;
}


#home h2 {
	color:#757575;
	font-size:26px;
	font-weight:400;
}
#left h3 {
	color:#393e3c;
	font-size:16px;
	font-family: "Open Sans Condensed", Arial, serif;
	font-weight:bold;	
	padding:10px;
	border-bottom: 1px solid #393e3c;
	margin-bottom:10px;
	text-transform: uppercase;
}
	#left h3 a { color: inherit; }


#right h1 {
	color:#393e3c;
	font-size:16px;
	font-family: "Open Sans Condensed", Arial, serif;
	font-weight:bold;	
	padding:10px;
	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;	
	}
	#right .news-item:hover { 
		background-color:#000;
	}
	#right .news-item:hover * { 
		color:#fff;
	}

	#right .news-img {
		display:block;
		position: relative;
/*		background-color: #393e3c; */
		height: 250px;
		width:100%;
		margin-left:-15px;
		margin-right:-15px;
		overflow:hidden;
		z-index:0;
	}

		#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); /* For IE8 and earlier */
		}

		#right .news-img img {

			  object-fit: cover;
			  width: 100%;
			  height: 100%;

/*
			display:block;
			position:absolute;
			top: 50%;
			left: 50%;

			width: auto;
			height: auto;

			max-height: none;
			max-width: none;

			min-height: 100%;
			min-width: 100%;

			transform: scale(1.0) translate(-50%, -50%);
			-ms-transform: scale(1.0) translate(-50%, -50%);
			-webkit-transform: scale(1.0) translate(-50%, -50%);
			-moz-transform: scale(1.0) translate(-50%, -50%);
*/
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-moz-transition: all 0.3s;

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

/*
			-webkit-filter: url(#monochrome);
			filter:  url(#monochrome);			
*/


			z-index:-1;
		}
			#right .news-item:hover  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(110%) brightness(110%);
			  filter: grayscale(0%) contrast(110%) brightness(110%);
			}



	#right .news-date {
		display:block;
		color:#393e3c;	
		font-family: "Open Sans Condensed", Arial, serif;
		font-weight:bold;
		text-align: left;


		background-image: url("../img/background-list.svg");
		background-repeat: no-repeat;
		background-position: left top;	
		background-color:transparent;
		background-size:20%;
		padding-top:15px;
		min-width:80px;
		margin-top:10px;
		text-align:left;

	}
			#right .news-item:hover .news-date {
				background-image: url("../img/background-list-red.svg");
			}
	#right .news-header {
		color:#393e3c;	
		font-size:16px;
		font-family: "Open Sans Condensed", Arial, serif;
		font-weight:bold;
		margin-bottom:10px;
		text-align: left;
		text-transform: uppercase;
		padding: 0;
	}
	#right .news-header a {
		color: inherit;
	}
	#right .news-txt {	
		margin-bottom:10px;
	}

	#right a.news-more {
		display:block;
		text-align: center;
		text-transform: uppercase;
		color:#fff;
		font-size:14px;
		font-family: "Open Sans Condensed", Arial, serif;
		font-weight:bold;
		text-align: right;
	}
		#right a.news-more:hover {
			text-decoration:none;
		}

		#right a.news-more:before {
			border-top: 1px solid #393e3c;
			content:"";
			margin: 0 auto;
			position: absolute;
			top: 50%; left: 0; right: 0; bottom: 0;
			z-index: -1;

		}




footer { 
	padding:20px 0;
	background-color: #000; 
	position:relative;
	overflow:visible;
}
footer:before { 
	content: "";
	display:block;
	width:100%;
	background: url("../img/background-footer.svg") no-repeat bottom center;
	height:50px;
	position: absolute;
	top:-50px;
}
	footer a { color:#fff;}

#footer2 { 
	font-family: "Open Sans Condensed", Arial, serif;
	font-size:12px;
	font-weight:bold;
	padding:20px 0;
	text-transform:uppercase;
	color:#fff;
}

#footer3 { 
	font-family: "Open Sans Condensed", Arial, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
}





.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: "Open Sans Condensed", Arial, serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	border:none;
	padding:12px;

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

	#left .btn {
		margin-bottom:15px;
		text-align:left;
	}
	.btn-default {
		background-color: #c0cfd5;
		color: #393e3c;
	}
	.btn-yt {
		background-color: #e62117;
		color:#fff;
		width:100%;
		padding-left:20px;
	}

	.btn-fb {
		background-color: #4867aa;
		color:#fff;
		width:100%;
	padding: 10px 20px;

	display:block;
	border:0;

	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;

	}
	.btn span.fa {
		position: absolute;
		right:15px;
		top:10px;
	}
	.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;
		font-family: "Open Sans Condensed", Arial, serif;
		min-width:80px;
		margin-top:15px;
	}

	.box-newsletter {
		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;
		font-family: "Open Sans Condensed", Arial, serif;
		min-width:80px;
	}

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

#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-family: "Open Sans Condensed", Arial, serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	border:none;
	padding:12px;
	background-color: #000;
	color: #fff;
}

#pages-categories li.category > a {
	color:#ed1d24 ;

}

#pages-categories ul li ul {
	background-color: #000;

}
#pages-categories ul li ul li a {
	color: #fff;
	text-transform:none;
	background-color: transparent;
	font-size:14px;
	padding:8px 8px 8px 20px ;
}
#pages-categories ul li ul li a:hover {
	color:#ed1d24;
}
/*
	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:3px;
		height:20px;
		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: #ed1c23;
	}

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




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

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

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


#home #right h1 {
	background-color:#000;
	padding: 10px 20px 0px 20px;
	line-height:0.8em;
	margin:0;
	margin-left:-15px;
	margin-right:-15px;
	color:#fff;
	border:0;
	font-size: 18px;
}

#home #left h2 {
	background-color:#ed1d24;
	padding: 10px 20px 0px 20px;
	line-height:0.8em;
	margin:0;
	color:#fff;

	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;

	font-family: "Open Sans Condensed", Arial, serif;
}
#left h2 {
	background-color:#ed1d24;
	padding: 10px 20px 0px 20px;
	line-height:0.8em;
	margin:0;
	color:#fff;

	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;

	font-family: "Open Sans Condensed", Arial, serif;
}
#home #right .news-see-all {
	display:block;
	border:0;
	background-color:#b4b4b4;
	padding: 10px 20px 0px 20px;
	line-height:0.8em;
	margin:0;
	margin-left:-15px;
	margin-right:-15px;
	color:#fff;

	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;

	font-family: "Open Sans Condensed", Arial, serif;
}

#left p {
	margin: 20px 0;
}

#news #right .news-item { margin:15px 0 15px 0;}
#news #right .news-img { margin: 0 0 0 -15px; height:200px; }
#news #right .news-more { margin-bottom: 15px; }


@media (max-width: 767px) {
	body {
		background-image: none;
	}

	.header-title-1 {
		font-size:14px;
		font-weight:700;
		display:block;
		margin-top:50px;
		padding-bottom: 0px;
	}
	.header-title-3 {
		font-size:14px;
	}




	#right .news-item { margin:15px 0 15px 0;}
	#right .news-img { margin: 15px 0 0 0;}
	#right .news-more { margin-bottom: 15px; }
	nav { background-color: rgba(255,255,255,0.8); }
	header {margin-top:50px;}
	header .header-logo img { 
		margin:15px auto; 	
		height:auto !important;
		width: 100px !important;
	}

}