html, body { font-size:16px;line-height:18px;height:100%;color:#000;background: #fff;font-family: 'Roboto', sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

/* css/style_more.css - more css */
/* fonts/dir_name/font_name_font.css - more fonts */

.arrow-down, .godlo, .szkola-select, .show-menu-1 { display:none !important; }


@media screen and (min-width: 1201px) {
.no-comp { display:none !important; }

.top {
	float:left;
	width:100%;
	height:70px;
	position:relative;
	top:0;
	left:0;
	z-index:45;
	background:#116155;
}
.top .wrap {
	width:1170px;
	height:100%;
	position:relative;
	margin:0 auto;
}
	.logo { 
		float:left;
		width:auto;
		height: 140px;
		position:absolute;
		left: 0;
		top: 0;
		margin:0px 0px 0px 0px;
		padding: 0px 40px 0px 0px;
		background:#116155;
	}
	.logo img {
		float:left;
		width: auto;
		height: 140px;
		position:relative;
		margin: 0px 0px 0px 0px;

		
		z-index: 3;

		box-sizing: border-box;

	}
	
.quick {
	float:right;
	margin:22px 0px 0px 0px;
	position:relative;
	z-index: 5;
}
	.quick a {
		float:left;
		font-family: "Playfair Display";
		font-size: 20px;
		font-weight: 500;
		line-height: 25px;
		text-decoration:none;
		cursor:pointer;
		color: #fff;
	}
		.quick a:hover {
			color: #fff;
			text-decoration:underline;
		}
	.quick .phone img { 
		float:left;
		margin:0px 10px 0px 60px;
		position:relative; 
	}
	.quick .mail img { 
		float:left;
		margin:4px 10px 0px 0px;
		position:relative; 
	}

.wrapper { 
	float:left;
	width:100%;
	height:70px;
	position:relative;
	z-index:35;
	background:#116155;
}
	.wrapper .wrap { 
		width:1170px;
		height:100%;
		position:relative;
		margin:0 auto;
		border-top:1px solid rgba(255,255,255,0.3);

		box-sizing: border-box;
	}
	.wrapper nav { 
		width:auto;
		height:100%;
		float:right;
		font-size:20px;
		line-height:20px;
		font-family: "Playfair Display";
		font-weight:400;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		align-content:center;
	}
	.wrapper nav ul { 
		float:left;
		height: 100%;
		margin:0px 0px 0px 0px; 
		position:relative;
	}
	.wrapper nav ul li { 
		float:left;
		height: 100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
		cursor:pointer;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.wrapper nav ul li a { 
		height: 100%;
		color: #fff;
		text-decoration:none;
		padding:5px 30px 0px 30px;
		border-bottom:5px solid #116155;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;

		box-sizing: border-box;
	}
	.wrapper nav ul li a:hover {
		color: #fff;
		border-bottom:5px solid #cd820c;
	}
	.wrapper nav ul li:last-child a {
		padding-right:0px;
	}
	.wrapper nav ul li:last-child a {
		float:left;
		width:46px;
		height:46px;
		margin:0px 0px 0px 0px;
		background: url(images/v2_icon_search.svg) center no-repeat;
		background-size: 30px;
		padding:5px 5px 5px 5px !important;
		border:0;
	}
			.wrapper nav ul li:last-child a:hover
			{ 
				border:0;
			}
			
#podmenu {
	display:none;
	float:left;
	width:100%;
	position:absolute;
	left:0;
	top:140px;
	z-index:30;
	overflow:hidden;
}
	#podmenu .wrap {
		width:1170px;
		height:100%;
		position:relative;
		margin:0 auto;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-end;
		align-items:flex-start;
		align-content:flex-start;
		background:#cd820c;
	}
	#podmenu .wrap .box {
		float:right;
		width:48%;
		margin:30px 1% 0px 1%;
		padding:0px 0px 40px 0px;
		position:relative;
	}
	#podmenu .wrap .box-all {
		float:left;
		width:100%;
		position:relative;
	}
	#podmenu .wrap .box h3 {
		float:left;
		width:100%;
		margin:0px 0px 15px 0px;
		padding:0px 0px 10px 0px;		
		font-family: "Playfair Display";
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
	}
		#podmenu .wrap .box h3 a {
			text-decoration:none;
			color:#fff;
		}
		#podmenu .wrap .box h3 a:hover {
			text-decoration: underline;
			color:#fff;
		}
	#podmenu .wrap .box ul {
		float:left;
		width:100%;
		position:relative;
	}
	#podmenu .wrap .box ul li {
		float:left;
		width:100%;
		position:relative;
		list-style: none;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
	}
	#podmenu .wrap .box ul li a {
		color:#fff;
		text-decoration:none;
	}
		#podmenu .wrap .box ul li  a:hover,
		#podmenu .wrap .box ul li .active
			{ 
				color:#fff;
				text-decoration: underline;
			}
	
.container { 
	float:left;
	width:100%;
	height:32vw;
	position:relative;
	overflow:hidden;
	z-index:5;
}
	.container .wrap {
		width:100%;
		height:100%;
		position:relative;
		margin:0 auto;
	}
	.container .slide-1 { 
		float:left;
		width:100%;
		height:100%;
		margin:0px 0px 0px 0px;
		position:relative;
		z-index:1; 
		overflow:hidden;
	}
		.container .slides { 
			float:left;
			width:100%;
			height:100%;
			position:relative;
			background-size:cover !important;
			display:flex;
			flex-direction:column;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box { 
			float:left;
			width: 1170px;
			position: relative;
			margin: -2vw 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			display:flex;
			flex-direction:column;
			flex-wrap:wrap;
			justify-content:center;
			align-items:flex-start;
			align-content:flex-start;
		}
		.container .slides .box .nag {
			float:left;
			width:20vw;
			position:relative;
			margin: 0px 0px 1vw 0px;	
			font-family: "Playfair Display";
			color:#fff;
			font-size: 1.85vw;
			line-height: 2vw;			
			font-weight: 600;
			text-align:left;
		}
		.container .slides .box .text {
			float:left;
			width:20vw;
			position:relative;		
			font-family: 'Roboto', sans-serif;
			color:#fff;
			font-size: 1vw;
			line-height: 1.6vw;			
			font-weight: 300;
			text-align:left;
		}
		.container .slides .box .more {
			float:left;
			padding:0px 2vw 0px 2vw;
			margin:2vw 0px 0px 0px;
			position:relative;	
			color: #000;
			font-family: "Playfair Display";
			font-size: 1vw;
			font-weight: 400;
			line-height: 2.5vw;
			background: #cd820c;
			text-decoration:none;
		}
	
	.container .owl-nav { 
		display:none !important;
	}
	.container .owl-dots { 
		float:left;
		position:absolute;
		left:50%;
		bottom:2vw;
		margin: 0px 0px 0px -580px;
		z-index:10;
	}
		.container .owl-dots .owl-dot {
			float:left;
			width: 53px;
			height: 5px;
			margin:0px 3px 0px 0px;
			background-color: #dcdcdc;
		}
		.container .owl-dots .owl-dot.active {
			background-color:#cd820c;
		}
	.additional {
		display:none !important;
	}
	
.s-container { 
	float:left;
	width:100%;
	height:60px;
	position:relative;
	overflow:hidden;
	background: #cd820c;
	background-size:cover;
} 
.s-container .wrap  { 
	width:1170px;
	height:100%;
	position:relative;
	margin:0 auto; 
}
	.dir  { 
		float:right;
		margin:13px 0px 0px 0px;
		padding:10px 15px 10px 15px;		
		position:relative;
		background-color: rgba(255, 255, 255, 0.6);
		background: rgba(255, 255, 255, 0.6);
	}
	.dir a {
		float:left;
		position:relative;
		color: #000;
		font-family: Roboto;
		font-size: 13px;
		font-weight: 400;
		line-height: 13px;
		text-decoration:none;
	}
		.dir a span {
			float:left;
			padding:0px 8px 0px 8px;		
			position:relative;
			font-family: Roboto;
			font-size: 14px;
			font-weight: 100;
			line-height: 14px;			
		}
		.dir a:hover {
			color:#000;
			text-decoration: underline;
		}
		.dir a:hover span {
			color:#000;
		}
			.dir a:hover:first-child {
				color: #000;
				text-decoration: none;
			}
		
.fast-box { 
	float:left;
	width:100%;
	height:210px;
	position:relative;
	margin:-20px 0px 0px 0px;
	z-index:3;
	overflow:hidden;
	background-color: #116155;
	background-image: linear-gradient(to bottom, #116155 0%, #116155 100%);
} 
.fast-box .wrap { 
	width:1170px;
	height:100%;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.fast-box .wrap h3 { 
		display:none;
	}
	.fast-box .wrap .box {
		float:left;
		width:24%;
		position:relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
		text-decoration:none;
	}
	.fast-box .wrap .box .ikon {
		float:left;
		width:100%;
		height:65px;
		position:relative;
	}
	.fast-box .wrap .box:nth-of-type(1) .ikon { background: url(images/fast_box_ikon_1.png) center no-repeat; }
	.fast-box .wrap .box:nth-of-type(2) .ikon { background: url(images/fast_box_ikon_2.png) bottom no-repeat; }
	.fast-box .wrap .box:nth-of-type(3) .ikon { background: url(images/fast_box_ikon_3.png) bottom no-repeat; }
	.fast-box .wrap .box:nth-of-type(4) .ikon { background: url(images/fast_box_ikon_4.png) bottom no-repeat; }

	.fast-box .wrap .box .title {
		float:left;
		width:100%;
		margin:25px 0px 0px 0px;
		color: #ffffff;
		font-family: "Playfair Display";
		font-size: 25px;
		font-weight: 500;
		line-height: 25px;
		text-align:center;
	}
	.fast-box .wrap .box .text {
		float:left;
		width:100%;
		margin:10px 0px 0px 0px;
		color: #fff;
		font-family: Roboto;
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		letter-spacing: 0.26px;
		text-align:center;
		text-decoration:none;
		text-transform: lowercase;
	}
		.fast-box .wrap .box:hover .text {
			color:#fff;
			text-decoration:underline;
		}
	.fast-box .wrap .box .more {
		display:none;
		visibility:hidden;
	}
		/* Wygl�d w podzak�adkach */
		.fast-right {
			height:900px;
			position:relative;
			z-index:5;
			background-color: #2a4a54;
			background-image: linear-gradient(to bottom, #2a4a54 0%, #2a4a54 100%);
			overflow:hidden;
		}
			.fast-right .wrap {
				width:100% !important;
			}
			.fast-right .wrap .box {
				width:100%;
				height:200px;
			}	
	
/* Na skr�ty */
.short-link {
	display:none;
}

/* Home - News - v1 */
.newslista { 
	float:left;
	width:100%;
	margin: 40px 0px 0px 0px;
	position:relative;
	overflow:hidden; 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:center;
}
.newslista .news-box {
	float:left;
	width:32%;
	margin:0px 0px 50px 0px;
	position:relative;
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:0;
		top:0;
		margin:20px 0px 0px 0px;
		padding:0px 15px 0px 15px;		
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 27px;		
		z-index:3;
		text-align:center;
		color:#fff;
		background:#ff7676;
	}
		.news-left {
			float:left;
			width:100%;
			height:250px;
		}	
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			overflow:hidden;
		}	
		.news-foto img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
		.news-data {
			float:left;
			padding:0px 20px 0px 20px;
			position:absolute;			
			right:0;
			bottom:10px;
			font-family: 'Roboto', sans-serif;
			color: #a5202b;
			font-size: 15px;
			font-weight: 500;
			line-height: 15px;		
			z-index:3;
			text-align:center;
			border-radius:25px;
		}
		.news-right {
			float:right;
			width:100%;
			height:235px;
			margin:5px 0px 0px 0px;
			position:relative;
		}
			.news-header {
				float:left;
				width:100%;
				height:60px;
				margin:30px 0px 0px 0px;
				position:relative;
				color: #231f20;
				font-family: "Playfair Display";
				font-size: 25px;
				font-weight: 700;
				line-height: 29px;
				overflow:hidden;
			}
			
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 20px 0px;
				position:relative;
				color: #6c6c6c;
				font-family: Roboto;
				font-size: 16px;
				font-weight: 400;
				line-height: 25px;
			}
			.news-more {
				float:left;
				width:50%;
				height:40px;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 50px;
				position:absolute;
				color: #000;
				font-size: 16px !important;
				left:0;
				bottom:0;
				font-size: 0px;
				background: url(images/news_more_bg.png) left no-repeat;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:flex-start;
				align-items:center;
				align-content:center;
			}
	
.start-2 { float:left;width:100%;position:relative;margin:0px 0px 0px 0px;overflow:hidden; } 
.start-2 .wrap { width:100%;position:relative;margin:0 auto;padding:0px 0px 0px 0px; }
	.start-2 .wrap p {
		float:right;
		padding:0px 40px 0px 40px;	
		position:relative;	
		background: #1a2d33;
	}
	.start-2 .wrap p a {
		float:left;
		width:100%;
		margin:5px 0px 0px 0px;
		text-decoration:none;		
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: 300;
		line-height: 40px;
		text-align:center;
		color: #fff;
		letter-spacing:1px;
	}
	.start-2 .wrap p a:hover {
		text-decoration:underline;
	}
	
.start-3 { 
	float:left;
	width:100%;
	height:600px;
	position:relative;
	z-index:5; 
	background: url(images/start_3_bg.jpg) top no-repeat;
} 
.start-3 .wrap { 
	width:1170px;
	height:100%;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}	
	.start-3 .name-box {
		float:left;
		width:23%;
		height:443px;
		margin:70px 0px 0px 0px;
		position:relative;
		border-top:3px solid #cd820c;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:75px;
		margin:35px 0px 0px 0px;
		position:relative;
	}
		.start-3 .calendars .ikon { background: url(images/packet_up_icon_calendar.png) center no-repeat; }
		.start-3 .contest .ikon { background: url(images/packet_up_icon_contest.png) center no-repeat; }
		.start-3 .questionnaire .ikon { background: url(images/packet_up_icon_questionnaire.png) center no-repeat; }
		.start-3 .class .ikon { background: url(images/packet_up_icon_class.png) center no-repeat; }
	
	.start-3 .name-box h3 {
		float:left;
		width:100%;
		margin:30px 0px 60px 0px;
		position:relative;	
		color:#000;
		font-family: 'Playfair Display', serif;
		font-size: 25px;
		font-weight: 500;
		line-height: 25px;
		text-align:center;
		letter-spacing:2px;
	}
	.start-3 .name-box .text {
		float:left;
		width:80%;
		height:80px;
		margin:0px 0px 0px 10%;
		position:relative;
		color: #000;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 700;
		line-height: 25px;
		text-align:center;
		overflow:hidden;
	}
	.start-3 .name-box .more {
		float:left;
		margin:40px 0px 0px -82px;
		padding:0px 25px 0px 25px;
		position:relative;
		left:50%;
		color: #000;
		font-family: "Playfair Display";
		font-size: 16px;
		line-height:45px;
		font-weight: 400;
		background: #cd820c;
		text-align:center;
		text-decoration:none;
	}
		.start-3 .name-box .more i {
			display:none;
		}
		.start-3 .name-box:hover .more {
			text-decoration:underline;
		}

.start-4 { 
	float:left;
	width:100%;
	position:relative;
	padding:80px 0px 60px 0px;
	z-index:5;
	overflow:hidden; 
} 
.start-4 .wrap { 
	width:1170px;
	height:100%;
	position:relative;
	margin:0 auto;
}
	.start-4 .wrap h4 {
		float:left;
		width:100%;
		margin:0px 0px 25px 0px;
		position:relative;
		color: #231f20;
		font-family: "Playfair Display";
		font-size: 35px;
		line-height:35px;
		font-weight: 700;
		letter-spacing: 1.31px;
		text-align:center;
		background: url(images/packet_up_header_line.png) top 20px left -10px no-repeat;
	}
	.partners {
		float:left;
		width:100%;
		position:relative;
	}	
		.partners .owl-carousel {
			float:left;
			width:90%;
			height:150px;
			margin:0px 0px 0px 5%;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			display:flex;
			justify-content:center;
			align-items:center;	
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:0px solid #000;
		}
		.partners .partners-box .img {
			max-width:200px;
			max-height:100px;
			width:auto !important;
			height:auto !important;
		}			
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-100px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:79px;
				height:58px;
				margin:0px 0px 0px -78px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: url(images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float:right;
				width:79px;
				height:58px;
				margin:0px -78px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: url(images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			display:none;
		}
		
.start-5 { 
	float:left;
	width:100%;
	height:29vw;
	position:relative;
	z-index:4; 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	align-content:center;
	background-size: cover !important;
} 
.start-5 .wrap { 
	width:1170px;
	position:relative;
	margin:0 auto; 
}
	.start-5 .wrap .text {
		float:left;
		width:100%;
		position:relative;
		color: #ffffff;
		font-family: Roboto;
		font-size: 2.1vw;
		font-weight: 700;
		line-height: 2.6vw;
		text-align:center;
	}
	.start-5 .wrap .autor {
		float:left;
		width:100%;
		margin:1vw 0px 0px 0px;
		position:relative;
		color: #ff7676;
		font-family: Roboto;
		font-size: 1.57vw;
		line-height:1.57vw;
		font-weight: 300;
		text-align:center;
		font-style:italic;
	}
	
.start-6 { float:left;width:100%;height:220px;position:relative;background: #fff;overflow:hidden; } 
.start-6 .wrap { width:1170px;height:100%;position:relative;margin:0 auto; }
	.start-6 .wrap .header { 
		float:left;
		width:100%;
		position:relative;
		margin:40px 0px 20px 0px; 
		padding:0px 0px 15px 0px;
		border-bottom:3px solid #cd820c;
	}
		.start-6 .wrap .header .name {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-family: "Playfair Display";
			font-size: 25px;
			line-height: 42px;
			font-weight: 700;
			color:#000;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width:100%;
			position:relative;
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			line-height: 15px;
			font-weight: 400;
			color:#000;
		}
		
	.start-6 .wrap .box-1 {
		float:left;
		width:50%;
		height:100%;
		position:relative;
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			position:relative;
			color: #777777;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			width:42px;
			height:54px;
			position:relative;
			font-size:40px;
			line-height:40px;
			color:#32c7f2;		
		}
			.start-6 .wrap .box-1 .text .ikon-1 {
				margin:-8px 15px 0px 0px;
				font-size:0px;
				line-height:46px;
				background: url(images/start_6_ikon_1.png) left center no-repeat;
			}
			.start-6 .wrap .box-1 .text .ikon-2 {
				margin:-5px 15px 0px 0px;
				font-size:0px;
				line-height:46px;
				background: url(images/start_6_ikon_2.png) left center no-repeat;
			}
		
		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:50%;
			position:relative;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:50%;
			position:relative;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				float:left;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				font-weight: 500;
				line-height: 21px;
				color: #000;
			}
			.start-6 .wrap .box-1 .text .info a {
				text-decoration:none;	
				color:#000;		
			}
			.start-6 .wrap .box-1 .text .info a:hover { 
				color: #cd820c; 
			}
	
	
	.start-6 .wrap .box-2 {
		float:right;
		width:35%;
		height:100%;
		position:relative;
		background: url(images/start_6_box_2_bg.png) bottom no-repeat;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			position:relative;		
		}
		.start-6 .wrap .box-2 .left .text {
			float: left;
			width: 100%;
			position: relative;
			margin: 5px 0px 0px 0px;
		}
		.start-6 .wrap .box-2 .left .ikon { 
			float:left;
			margin:0px 10px 0px 0px;
			position:relative; 
			font-size:37px;
			line-height:37px;
			text-decoration:none;
			opacity:1;
		}
		
		.start-6 .wrap .box-2 .left .icon-facebook-sign { color:#3b5998; }
		.start-6 .wrap .box-2 .left .icon-google-plus-sign { color:#d74633; }
		.start-6 .wrap .box-2 .left .icon-linkedin-sign { color:#007bb6; }
		.start-6 .wrap .box-2 .left .icon-pinterest-sign { color:#cb2027; }
		.start-6 .wrap .box-2 .left .icon-twitter-sign { color:#1da1f2; }
		.start-6 .wrap .box-2 .left .icon-youtube-sign { color:#ee1c1b; }
		.start-6 .wrap .box-2 .left .icon-bip {  }

		.start-6 .wrap .box-2 .right {
			display:none;
		}

.middle  { 
	float:left;
	width:100%;
	position:relative;
	padding:50px 0px 0px 0px; 
}
	.middle .wrap { 
		width:1170px;
		position:relative;
		margin:0 auto; 
	}	
	.middle .wrap h1 { 
		float:left;
		width:100%;
		margin:0px 0px 25px 0px;
		padding:0px 0px 5px 0px;	
		color: #231f20;
		font-family: "Playfair Display";
		font-size: 35px;
		line-height:40px;
		font-weight: 700;
		letter-spacing: 1px;
	}	
		.home h1 {
			text-align:center;
			background: url(images/packet_up_header_line.png) top 20px left -10px no-repeat;
		}
		.page {
			padding-bottom:30px;
		}
		.page h1 {
			text-align:left;
			font-size:30px !important;
			line-height:35px !important;	
			border-bottom:2px solid #cccccc;
			letter-spacing:0 !important;
		}
		
	.home .left { float:left;width:100%;overflow:hidden; }
	.home .right { float:right;display:none; }
	
	.page .left { float:left;width:70%;overflow:hidden; }
	.page .right { float:right;width:25%; }

	.middle .wrap .left h2 { 
		font-size: 30px;
		font-weight: 500;
		line-height: 34px;		
	}
	.middle .wrap .left h3 {
		font-size: 28px;
		font-weight: 500;
		line-height: 32px;
	}
	.middle .wrap .left h4 {
		font-size: 26px;
		font-weight: 500;
		line-height: 30px;
	}
	.middle .wrap .left h5 {
		font-size: 24px;
		font-weight: 500;
		line-height: 28px;
	}
	.middle .wrap .left h6 {
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;		
	}
	.middle .wrap .left h7 {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;		
	}
	.middle .wrap .left .zdjecie-glowne { 
		position:relative;
		z-index:5;
		overflow:hidden;
	}
		.middle .wrap .left .zdjecie-glowne .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
			.middle .wrap .left .left-s {
				float:left;
				width:350px;
				height:260px;
				margin:5px 30px 0px 0px;
			}
			.middle .wrap .left .right-s {
				float:right;
				width:350px;
				height:260px;
				margin:5px 0px 0px 30px;
			}
			.middle .wrap .left .panoramic {
				float:left;
				width:100%;
				height:350px;
				margin:0px 0px 30px 0px;
			}
			.middle .wrap .left .big {
				float:left;
				width:100%;
				height:550px;
				margin:0px 0px 20px 0px;
			}
			.middle .wrap .left .a4-s {
				float:left;
				width:220px;
				height:325px;
				margin:5px 20px 20px 0px;
				padding:0px 0px 0px 0px;
			}
			.middle .wrap .left .a4-b {
				float:left;
				width:100%;
				height:470px;
				margin:0px 0px 30px 0px;
				padding:20px 0px 20px 0px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:space-around;
				align-items:center;
				align-content:center;	
				background:#f4f4f4;
			}
				.middle .wrap .left .a4-b  .img {
					width:auto !important;
					height:470px !important;
				}
	
	.middle .wrap .opis { 
		float:left;
		width:100%;
		position:relative;
		margin:15px 0px 0px 0px;
		bottom:20px;		
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	.middle .wrap .opis strong { font-weight:700; }
	.middle .wrap .opis a { color:#cd820c;text-decoration:underline; }
	.middle .wrap .opis a:hover { text-decoration:none; }
	
	.middle .wrap .opis ul { 
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		position:relative;
		list-style: none; 
	}
		.middle .wrap .opis ul li  { 
			float:left;
			width:98%;
			padding:0px 0px 0px 2%;
			background: url(images/li_bg.png) top 7px left no-repeat; 
		}
		.middle .wrap .opis ul li ul li  { 
			float:left;
			width:98%;
			padding:0px 0px 0px 2%;
			background: url(images/li_li_bg.png) top 7px left no-repeat; 
		}
	.middle .wrap .opis ol { 
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 10px;
		position:relative;
	}
		.middle .wrap .opis ol li  { 
			float:left;
			width:100%;
			-webkit-margin-before: 0px;
			-webkit-margin-after: 0px;
			-webkit-margin-start: 17px;
			-webkit-margin-end: 0px;
			-webkit-padding-start: 0px;	
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		margin:10px 0px 10px 0px;
		position:relative;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		font-weight: 300;
		line-height: 22px;
		border-spacing: 0; 
		border: 0; 
		border-collapse: collapse;
		text-align:left;
	}
		.middle .wrap .opis table thead {
			background-color:#cd820c;
		}
			.middle .wrap .opis table thead tr td {
				color:#fff;
				border:1px solid #e0e0e0;
				text-align:center;
			}
			
		.middle .wrap .opis table tfoot {
			background-color:#fff;
		}
			.middle .wrap .opis table tfoot tr td {
				color:#000;
				border:1px solid #e0e0e0;
				text-align:center;
				font-size:12px;
				padding:5px 0px 5px 0px;
				border:0px;
				border-bottom:1px solid #e0e0e0;
			}

	.middle .wrap .opis table tr td {
		margin:0px 0px 0px 0px !important;
		max-width:200px !important;
		padding:17px 10px 17px 10px;
		border:1px solid #e0e0e0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}
		.middle .wrap .opis table tr:nth-child(even) {
			background:#f8f8f8;
		}
	.middle .wrap .opis table ul { 
		float:left;
		width:auto !important;
		position:relative;
		list-style: none; 
	}
	.middle .wrap .opis table ul li  { 
		width:auto !important;
		padding:0px 0px 0px 15px !important;
		clear:both;
	}
	
	.middle .wrap .opis blockquote {
		float:left;
		width:90%;
		padding:20px 5% 20px 5%;
		position:relative;		
		font-style:italic;
		background:#f1f1f1 url(images/blockquote_bg.png) top 20px left 20px no-repeat;
	}
	.middle .wrap .opis pre {
		float:left;
		width:100%;
		padding:20px 4% 20px 4%;
		position:relative;
		font-style:italic;
		border:1px solid #000;
		border-style:dashed;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.middle .wrap .pliki { 
		float:left;
		width:100%;
		position:relative;
		padding:0px 0px 0px 0px;
		margin:20px 0px 30px 0px; 
	}
	.middle .wrap .pliki .plik { 
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:15px 0px 15px 0px;
		position:relative;	
		color: #252628;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #e0e0e0;
	}
	.middle .wrap .pliki .plik-tytul { 
		float:left;
		width:85%;
		padding:0px 0px 0px 2%;
	}
	.middle .wrap .pliki .plik .more {
		float:right;
		position:relative;
	}
	.middle .wrap .pliki .plik-ikona { 
		float:right;
		width:35px;
		margin:2px 0px 0px 10px; 
		position:relative;
		font-size: 15px;
		font-weight: 400;
		line-height: 22px;
		color:#cd820c;
	}
	.middle .wrap .pliki a { text-decoration:none;color: #252628; }
	.middle .wrap .pliki a:hover { text-decoration:none;color:#cd820c; }

	.middle .wrap  .galeria { 
		float:left;
		width:100%;
		margin:0px 0px 20px 0px; 
		position:relative;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		align-content:center;	
	}
		.middle .wrap .galeria .gallery-box { 
			float:left;
			position:relative;
			overflow:hidden;	
		}
		.middle .wrap .galeria .gallery-box .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
		
		.middle .wrap .galeria .gallery-box .hover {
			width:100%;
			height:100%;
			position:absolute;
			opacity:0;
			-webkit-transition: opacity 0.3s ease-in-out;
			-moz-transition: opacity 0.3s ease-in-out;
			-ms-transition: opacity 0.3s ease-in-out;
			-o-transition: opacity 0.3s ease-in-out;
			transition: opacity 0.3s ease-in-out;
			background: rgba(32, 89, 38, 0.7) url(images/ikon_zoom.png) center no-repeat;
		}
			.middle .wrap .galeria .gallery-box:hover .hover { opacity:1; }
		
		.middle .wrap .galeria .gallery-box .title {
			float:left;
			width:94%;
			position:absolute;
			left:0;
			bottom:0;
			padding:14px 3.5% 10px 3.5%;
			color: #000;
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			font-weight: 300;
			line-height: 24px;	
			background-color: #fff;
			border-bottom:1px solid #c8c8c8;
		}
			.middle .wrap .galeria .none-title { display:none; }
		
		.middle .wrap  .galeria .three-in-one {
			width:33%;
			height:200px;
			margin-bottom:3px;	
		}
		.middle .wrap  .galeria .two-in-one {
			width:49.5%;
			height:280px;
			margin-bottom:3px;	
		}
		.middle .wrap  .galeria .one-in-one {
			width:100%;
			height:500px;
			margin-bottom:10px;	
		}
		.middle .wrap  .galeria .one-in-one-title {
			width:100%;
			height:500px;
			margin-bottom:10px;	
		}
	
	.fb-like-box { float:left;width:100%;margin:30px 0px 30px 0px;position:relative; }
	
	.middle .wrap .error { 
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;	
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		border-width:3px;	
		border-style:dotted;	
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		 border-color:#ef0000;
	}
	.middle .wrap .info { 
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;		
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		border-width:3px;	
		border-style:dotted;		
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-color:#00a600;
	}
	.middle .wrap .error a, .middle .wrap .info a {
		text-decoration:none;
		color:#cd820c;
	}
	
	.middle .wrap .form-password-box {
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.form-password-input {
			float:left;
			width:49%;
			height:50px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;		
			font-family: 'Roboto', sans-serif;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			text-align:center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit { 
			float:right;
			width:49%;
			height:50px;
			margin:0px 0px 0px 0px;			
			padding:0px 0px 0px 0px;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			font-family: 'Roboto', sans-serif;
			border:none;		
			cursor:pointer;
			background:#29c7f6;
		}

	.middle .ankieta {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		
	}
	.middle .ankieta .title {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 10px 0px;
		position:relative;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		font-family: 'Roboto', sans-serif;
		border-bottom:1px solid #d7d8d8;
		color: #cd820c;
	}
	.middle .ankieta .radio-box {
		float:left;
		width:100%;
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.middle .ankieta .radio-box label p {
		float:left;
		width:95%;
		margin:8px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 15px;
		font-weight: 300;
		line-height: 15px;
		font-family: 'Roboto', sans-serif;
	}
	.middle .ankieta .radio-submit {
		float:left;
		margin:15px 0px 0px 0px;
		padding:10px 20px 10px 20px;
		position:relative;
		color:#fff;
		font-size: 18px;
		font-weight: 100;
		line-height: 18px;
		font-family: 'Roboto', sans-serif;
		border:0;
		cursor:pointer;
		background-color:#cd820c;
	}
	.middle .ankieta .qua-all {
		float:left;
		margin:27px 0px 0px 20px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 15px;
		font-weight: 300;
		line-height: 15px;
		font-family: 'Roboto', sans-serif;
	}
	input[type="checkbox"] {
			display:none;
		}
	input[type="checkbox"] + label span {
		float:left;
		display:inline-block;
		width:30px;
		height:30px;
		margin:0px 10px 0px 0px;
		vertical-align:middle;
		background:url(images/check_off.png) center no-repeat;
		cursor:pointer;
	}
	input[type="checkbox"]:checked + label span {
		background:url(images/check_on.png) center no-repeat;
	}
	
	input[type="radio"] {
		display:none;
	}
	input[type="radio"] + label span {
		float:left;
		display:inline-block;
		width:30px;
		height:30px;
		margin:0px 10px 0px 0px;
		vertical-align:middle;
		background:url(images/check_off.png) center no-repeat;
		cursor:pointer;
	}
	input[type="radio"]:checked + label span {
		background:url(images/check_on.png) center no-repeat;
	}
	
	#mapa-box { width:100%;height:400px;float:left;margin:20px 0px 0px 0px;overflow:hidden;border: 0px solid #c0c0c0 }
		.mapa-toltip { float:left;width:200px; }
		.mapa-tytul { float:left;width:100%;color:#4d4d4d;font-size:14px;font-weight:bold; }
		.mapa-ulica  { float:left;width:100%;color:#000000;font-size:12px; }
		.mapa-miasto { float:left;width:100%;color:#000000;font-size:12px; }

/* Plan Zaj�� */
.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid #d7d8d8;
	border-right:1px solid #d7d8d8;
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{ 
			color:#fff;
			background-color: #cd820c; 
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	position:relative;	
	border-bottom:1px solid #e1e1e1;
}
.middle .wrap .left .plan-newslista .box-klasa .rocznik {
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	position:relative;
	color: #000;	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	
}
.middle .wrap .left .plan-newslista .box {
	float:left;
	max-height:70px;
	overflow:hidden;
	margin:0px 11px 10px 0px;
	padding:0px 10px 0px 10px;
	position:relative;	
	color: #cd820c;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 70px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover { 
		color:#fff; 
		background-color: #cd820c;
	}

.search {
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		position:relative;
	}
	.search .search-input {
		float:left;
		padding:0px 0px 0px 2%;
		position:relative;
		width:100%;
		height:64px;
		font-family: Roboto;
		border:0;
		font-size: 32px;
		font-weight: 100;
		line-height: 38px;
		border:1px solid #cccccc;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer { 
	float:left;
	width:100%;
	height:70px;
	position:relative;
	border-top:1px solid #dedede;
	background-color:#fff;
}
	footer .wrap {
		width:1170px;
		height:100%;
		position:relative;
		margin:0 auto;
		position:relative; 
	}
	footer nav { 
		width:auto;
		float:right;
		margin:30px 0px 0px 0px;
		font-size:16px;
		line-height:16px;
		font-weight:500;
		font-family: 'Roboto', sans-serif;
	}
	footer nav ul { 
		float:left;
		position:relative;
	}
	footer nav ul li { float:left;position:relative;list-style: none; }
	footer nav ul li a { color:#000;text-decoration:none;display: inline-block; }	
	footer nav ul li a:hover, footer nav ul li a.active {color:#cd820c; }
	footer nav ul li .menu-hr-footer { float:right;margin:2px 40px 0px 40px; }
		footer nav ul li:last-child .menu-hr-footer { display:none; }
	footer nav ul li .arrow { float:right;margin:7px 0px 0px 9px;position:relative; }

#cookie_info { position:fixed;width:465px;height:100px;z-index:99999;right:0;bottom:0;background:#181617; background:rgba(0,0,0,0.8); }
#user_information { float:left;width:385px;margin:25px 0px 0px 30px;color:#fff;position:relative; }
#close_info_cookie { position:absolute;left:0;top:0;margin:0px 0px 0px -52px;background-color:#cd820c;color:#fff;width:52px;height:52px;font-size:23px;text-align:center;cursor:pointer;font-weight:100; }
#close_info_cookie p { float:left;width:100%;text-align:center;margin:16px 0px 0px 0px; }
.user_information_nag { float:left;width:100%;font-size:14px;line-height:14px;color:#fff;font-weight:bold;margin:0px 0px 5px 0px; }
.user_information_text { float:left;width:100%;font-size:11px;line-height:16px;color:#fff;margin:0px 0px 0px 0px; }
}

@media screen and (min-width: 1px) and (max-width: 1170px) {
.no-phone { display:none !important; }

.top {
	float:left;
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:45;
	background:#116155;
}
.top .wrap {
	width:96%;
	height:100%;
	position:relative;
	margin:0 auto;
}
	.logo { 
		float:left;
		width:230px;
		position:absolute;
		left:0;
		top:0;
		margin:20px 0px 0px 0px; 
		padding: 0px 20px 0px 0px;
		background:#116155;
		z-index: 3;
	}
	.logo img {
		float:left;
		width:100%;
		position:relative;
	}
	
.quick {
	float:right;
	margin:15px 0px 0px 0px;
	position:relative;
	letter-spacing:1px;
	z-index: 5;
}
	.quick a {
		float:left;
		font-family: 'Roboto', sans-serif;
		font-size: 0px;
		font-weight: 500;
		line-height: 25px;
		text-decoration:none;
		cursor:pointer;
		color: #231f20;
	}
		.quick a:hover {
			color:#cd820c;
			text-decoration:underline;
		}
	.quick .phone img { 
		float:left;
		margin:0px 0px 0px 0px;
		position:relative; 
	}
	.quick .mail img { 
		float:left;
		margin:4px 0px 0px 0px;
		position:relative; 
	}

.sand {
	display:none;
}

.wrapper { 
	float:left;
	width:100%;
	min-height:70px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	position:relative;
	z-index:35;
	background:#116155;
}
	.wrapper .wrap { 
		width:96%;
		height:100%;
		position:relative;
		margin: 0px 0px 0px 2%;
		padding: 0px 0px 0px 0px;
		border-top:1px solid rgba(255,255,255,0.3);
	}
	.wrapper nav { 
		display:none;
		float:left;
		width:100%;
		height:100%;		
		font-size:24px;
		line-height:28px;
		font-family: "Playfair Display";
		font-weight:400;
	}
	.wrapper nav ul { 
		float:left;
		width:100%;
		margin:26px 0px 0px 0px; 
		position:relative;
	}
	.wrapper nav ul li { 
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
		cursor:pointer; 
		text-align:right;
	}
	.wrapper nav ul li a { 
		color: #fff;
		text-decoration:none;
		padding:0px 0px 10px 0px;
		display: inline-block; 
		border-bottom:5px solid #116155;
	}
	.wrapper nav ul li a:hover {
		color: #fff;
		border-bottom:5px solid #cd820c;
	}
	.wrapper nav ul li:nth-child(4) a {
		padding-right:0px;
	}
	.wrapper nav ul li:last-child a {
		float:left;
		width:46px;
		height:46px;
		margin:-16px 0px 0px 0px;
		background: url(images/wrapper_search.png) center no-repeat;
		padding:5px 5px 5px 5px !important;
	}
		.wrapper nav ul li:last-child a:hover
		{ 
			border:0;
		}
	.wrapper .menu-tel { 
		float:right;
		font-size:45px;
		margin:13px 0px 0px 0px !important;
		cursor:pointer;
		position:relative;
		color:#fff; 
		z-index:8;
	}
			
#podmenu {
	display:none !important;
}

.container { 
	float:left;
	width:100%;
	height:250px;
	position:relative;
	overflow:hidden;
	background: url(images/container_bg.jpg) top no-repeat;
	z-index:5;
}
	.container .wrap {
		width:100%;
		height:100%;
		position:relative;
		margin:0 auto;
	}
	.container .slide-1 { 
		float:left;
		width:100%;
		height:100%;
		margin:0px 0px 0px 0px;
		position:relative;
		z-index:1; 
		overflow:hidden;
	}
		.container .slides { 
			float:left;
			width:100%;
			height:100%;
			position:relative;
			background-size:cover !important;
			display:flex;
			flex-direction:column;
			flex-wrap:wrap;
			justify-content:space-around;
			align-items:center;
			align-content:center;
		}
		.container .slides .box { 
			float:left;
			position:absolute;
			bottom:5%;
			left:2%; 
		}
		.container .slides .box .nag {
			float:left;
			width:100%;
			position:relative;		
			font-family: "Playfair Display";
			color:#fff;
			font-size: 22px;
			line-height: 26px;			
			font-weight: 600;
			text-align:left;
		}
		.container .slides .box .text {
			float:left;
			width:100%;
			position:relative;
			margin: 10px 0px 10px 0px;	
			font-family: 'Roboto', sans-serif;
			color:#fff;
			font-size: 15px;
			line-height: 20px;			
			font-weight: 300;
			text-align:left;
		}
		.container .slides .box .more {
			float:left;
			padding:0px 25px 0px 25px;
			margin:10px 0px 0px 0px;
			position:relative;	
			color: #000;
			font-family: "Playfair Display";
			font-size: 14px;
			font-weight: 400;
			line-height: 35px;
			background-color: #cd820c;
			text-decoration:none;
		}
	
	.container .owl-nav { 
		display:none !important;
	}
	.container .owl-dots { 
		display:none !important;
	}
	.additional {
		display:none !important;
	}
	
.s-container { 
	float:left;
	width:100%;
	height:60px;
	position:relative;
	overflow:hidden;
	background: #cd820c;
} 
.s-container .wrap  { 
	width:96%;
	height:100%;
	position:relative;
	margin:0 auto; 
}
	.dir  { 
		float:right;
		margin:13px 0px 0px 0px;
		padding:10px 15px 10px 15px;		
		position:relative;
		background-color: rgba(255, 255, 255, 0.6);
		background: rgba(255, 255, 255, 0.6);
	}
	.dir a {
		float:left;
		position:relative;
		color: #000;
		font-family: Roboto;
		font-size: 13px;
		font-weight: 400;
		line-height: 13px;
		text-decoration:none;
	}
		.dir a span {
			float:left;
			padding:0px 6px 0px 6px;		
			position:relative;
			font-family: Roboto;
			font-size: 12px;
			font-weight: 600;
			line-height: 12px;			
		}
		.dir a:hover {
			color:#fff;
		}
		.dir a:hover span {
			color:#000;
		}
			.dir a:first-child {
				display: none;
			}
		
.fast-box { 
	float:left;
	width:100%;
	position:relative;
	padding:20px 0px 20px 0px;
	z-index:3;
	overflow:hidden;
	background-color: #116155;
	background-image: linear-gradient(to bottom, #116155 0%, #116155 100%);
} 
.fast-box .wrap { 
	width:98%;
	height:100%;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.fast-box .wrap h3 { 
		display:none;
	}
	.fast-box .wrap .box {
		float:left;
		width:50%;
		margin:10px 0px 10px 0px;
		position:relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
		text-decoration:none;
	}
	.fast-box .wrap .box .ikon {
		float:left;
		width:100%;
		height:65px;
		position:relative;
	}
	.fast-box .wrap .box:nth-of-type(1) .ikon { background: url(images/fast_box_ikon_1.png) center no-repeat; }
	.fast-box .wrap .box:nth-of-type(2) .ikon { background: url(images/fast_box_ikon_2.png) bottom no-repeat; }
	.fast-box .wrap .box:nth-of-type(3) .ikon { background: url(images/fast_box_ikon_3.png) bottom no-repeat; }
	.fast-box .wrap .box:nth-of-type(4) .ikon { background: url(images/fast_box_ikon_4.png) bottom no-repeat; }

	.fast-box .wrap .box .title {
		float:left;
		width:100%;
		margin:25px 0px 0px 0px;
		color: #ffffff;
		font-family: Roboto;
		font-size: 22px;
		font-weight: 500;
		line-height: 22px;
		text-align:center;
	}
	.fast-box .wrap .box .text {
		float:left;
		width:100%;
		margin:10px 0px 0px 0px;
		color: #fff;
		font-family: Roboto;
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		letter-spacing: 0.26px;
		text-align:center;
		text-decoration:none;
	}
		.fast-box .wrap .box:hover .text {
			color:#fff;
			text-decoration:underline;
		}
	.fast-box .wrap .box .more {
		display:none;
		visibility:hidden;
	}
		/* Wygl�d w podzak�adkach */
		.fast-right {
			position:relative;
			z-index:5;
			background-color: #2a4a54;
			background-image: linear-gradient(to bottom, #2a4a54 0%, #2a4a54 100%);
			overflow:hidden;
		}
			.fast-right .wrap {
				width:100% !important;
			}
			.fast-right .wrap .box {
				width:50%;
				height:200px;
			}	
	
/* Na skr�ty */
.short-link {
	display:none;
}

/* Home - News - v1 */
.newslista { 
	float:left;
	width:100%;
	position:relative;
	overflow:hidden; 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:center;
}
.newslista .news-box {
	float:left;
	width:100%;
	margin:0px 0px 50px 0px;
	position:relative;
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:0;
		top:0;
		margin:20px 0px 0px 0px;
		padding:0px 15px 0px 15px;		
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 27px;		
		z-index:3;
		text-align:center;
		color:#fff;
		background:#ff7676;
	}
		.news-left {
			float:left;
			width:100%;
			height:230px;
		}	
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			overflow:hidden;
		}	
		.news-foto img {
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
		.news-data {
			float:left;
			padding:0px 20px 0px 20px;
			position:absolute;			
			right:0;
			bottom:15px;
			font-family: 'Roboto', sans-serif;
			color: #a5202b;
			font-size: 13px;
			font-weight: 500;
			line-height: 13px;		
			z-index:3;
			text-align:center;
			border-radius:25px;
		}
		.news-right {
			float:left;
			width:100%;
			margin:5px 0px 0px 0px;
			position:relative;
		}
			.news-header {
				float:left;
				width:100%;
				margin:30px 0px 0px 0px;
				position:relative;
				color: #231f20;
				font-family: "Playfair Display";
				font-size: 20px;
				font-weight: 700;
				line-height: 25px;
				overflow:hidden;
			}
			
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 20px 0px;
				position:relative;
				color: #6c6c6c;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 400;
				line-height: 25px;
			}
			.news-more {
				float:left;
				width:50%;
				height:40px;
				margin:0px 0px 0px 0px;
				position:relative;
				color: #000;
				font-size: 0 !important;
				left:0;
				bottom:0;
				font-size: 0px;
				background: url(images/news_more_bg.png) left no-repeat;
			}
	
.start-2 { float:left;width:100%;position:relative;margin:0px 0px 0px 0px;overflow:hidden; } 
.start-2 .wrap { width:100% !important;position:relative;margin:0 auto;padding:0px 0px 0px 0px; }
	.start-2 .wrap p {
		float:right;
		padding:0px 30px 0px 30px;	
		position:relative;	
		background: #1a2d33;
	}
	.start-2 .wrap p a {
		float:left;
		width:100%;
		margin:5px 0px 0px 0px;
		text-decoration:none;		
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 30px;
		text-align:center;
		color: #fff;
		letter-spacing:1px;
	}
	.start-2 .wrap p a:hover {
		text-decoration:underline;
	}
	
.start-3 { 
	float:left;
	width:100%;
	position:relative;
	padding:40px 0px 60px 0px;
	z-index:5; 
	background: url(images/start_3_bg.jpg) top no-repeat;
	background-size:cover !important;
} 
.start-3 .wrap { 
	width:90%;
	height:100%;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}	
	.start-3 .name-box {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
		position:relative;
		border-top:3px solid #cd820c;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:75px;
		margin:35px 0px 0px 0px;
		position:relative;
	}
		.start-3 .calendars .ikon { background: url(images/packet_up_icon_calendar.png) center no-repeat; }
		.start-3 .contest .ikon { background: url(images/packet_up_icon_contest.png) center no-repeat; }
		.start-3 .questionnaire .ikon { background: url(images/packet_up_icon_questionnaire.png) center no-repeat; }
		.start-3 .class .ikon { background: url(images/packet_up_icon_class.png) center no-repeat; }
	
	.start-3 .name-box h3 {
		float:left;
		width:100%;
		margin:30px 0px 20px 0px;
		position:relative;	
		color:#000;
		font-family: 'Playfair Display', serif;
		font-size: 25px;
		font-weight: 500;
		line-height: 25px;
		text-align:center;
		letter-spacing:2px;
	}
	.start-3 .name-box .text {
		float:left;
		width:80%;
		margin:0px 0px 0px 10%;
		position:relative;
		color: #000;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 700;
		line-height: 25px;
		text-align:center;
		overflow:hidden;
	}
	.start-3 .name-box .more {
		float:left;
		margin:40px 0px 0px -82px;
		padding:0px 25px 0px 25px;
		position:relative;
		left:50%;
		color: #000;
		font-family: "Playfair Display";
		font-size: 14px;
		line-height:45px;
		font-weight: 600;
		background-color: #cd820c;
		text-align:center;
		text-decoration:none;
	}
		.start-3 .name-box .more i {
			display:none;
		}
		.start-3 .name-box:hover .more {
			text-decoration:underline;
		}

.start-4 { 
	float:left;
	width:100%;
	position:relative;
	padding:40px 0px 10px 0px;
	z-index:5;
	overflow:hidden; 
} 
.start-4 .wrap { 
	width:90%;
	height:100%;
	position:relative;
	margin:0 auto;
}
	.start-4 .wrap h4 {
		float:left;
		width:100%;
		margin:0px 0px 25px 0px;
		padding:0px 0px 5px 0px;
		position:relative;
		color: #231f20;
		font-family: Roboto;
		font-size: 30px;
		line-height:35px;
		font-weight: 700;
		letter-spacing: 1.31px;
		text-align:center;
		border-bottom:2px solid #cccccc;
	}
	.partners {
		float:left;
		width:100%;
		position:relative;
	}	
		.partners .owl-carousel {
			float:left;
			width:80%;
			height:150px;
			margin:0px 10% 0px 10%;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			display:flex;
			justify-content:center;
			align-items:center;	
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:0px solid #000;
		}
		.partners .partners-box .img {
			max-width:200px;
			max-height:100px;
			width:auto !important;
			height:auto !important;
		}			
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-100px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:35px;
				height:35px;
				margin:0px 0px 0px -35px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: url(images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float:right;
				width:35px;
				height:35px;
				margin:0px -35px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: url(images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			display:none;
		}
		
.start-5 { 
	float:left;
	width:100%;
	height:55vw;
	position:relative;
	z-index:4; 
	background-size: cover !important;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	align-content:center;
	background-size: cover !important;
} 
.start-5 .wrap { 
	width:90%;
	position:relative;
	margin:0 auto; 
}
	.start-5 .wrap .text {
		float:left;
		width:100%;
		position:relative;
		color: #ffffff;
		font-family: Roboto;
		font-size: 5vw;
		font-weight: 700;
		line-height: 5.5vw;
		text-align:center;
	}
	.start-5 .wrap .autor {
		float:left;
		width:100%;
		margin:1vw 0px 0px 0px;
		position:relative;
		color: #ff7676;
		font-family: Roboto;
		font-size: 4vw;
		line-height:4vw;
		font-weight: 300;
		text-align:center;
		font-style:italic;
	}
	
.start-6 { float:left;width:100%;position:relative;background: #fff;overflow:hidden;padding-bottom:40px; } 
.start-6 .wrap { width:90%;height:100%;position:relative;margin:0 auto; }
	.start-6 .wrap .header { 
		float:left;
		width:100%;
		position:relative;
		margin:40px 0px 20px 0px; 
		padding:0px 0px 15px 0px;
		border-bottom:3px solid #cd820c;
	}
		.start-6 .wrap .header .name {
			float:left;
			width:100%;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-family: "Playfair Display";
			font-size: 25px;
			line-height: 35px;
			font-weight: 700;
			color:#000;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width:100%;
			position:relative;
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			line-height: 15px;
			font-weight: 400;
			color:#000;
		}
		
	.start-6 .wrap .box-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width:100%;
			margin:10px 0px 0px 0px;
			position:relative;
			color: #000;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			width:42px;
			height:54px;
			position:relative;
			font-size:40px;
			line-height:40px;
			color:#32c7f2;		
		}
			.start-6 .wrap .box-1 .text .ikon-1 {
				margin:-8px 15px 0px 0px;
				font-size:0px;
				line-height:46px;
				background: url(images/start_6_ikon_1.png) left center no-repeat;
			}
			.start-6 .wrap .box-1 .text .ikon-2 {
				margin:-5px 15px 0px 0px;
				font-size:0px;
				line-height:46px;
				background: url(images/start_6_ikon_2.png) left center no-repeat;
			}
		
		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:100%;
			margin-bottom:20px;
			position:relative;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:100%;
			position:relative;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				float:left;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				font-weight: 500;
				line-height: 21px;
				color: #000;
			}
			.start-6 .wrap .box-1 .text .info a {
				text-decoration:none;	
				color:#000;		
			}
			.start-6 .wrap .box-1 .text .info a:hover { 
				color: #cd820c; 
			}
	
	
	.start-6 .wrap .box-2 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
		background: url(images/start_6_box_2_bg.png) bottom no-repeat;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			position:relative;		
		}
		.start-6 .wrap .box-2 .left .ikon { 
			float:left;
			margin:0px 10px 0px 0px;
			position:relative; 
			font-size:37px;
			line-height:37px;
			text-decoration:none;
			opacity:1;
		}
		
		.start-6 .wrap .box-2 .left .icon-facebook-sign { color:#3b5998; }
		.start-6 .wrap .box-2 .left .icon-google-plus-sign { color:#d74633; }
		.start-6 .wrap .box-2 .left .icon-linkedin-sign { color:#007bb6; }
		.start-6 .wrap .box-2 .left .icon-pinterest-sign { color:#cb2027; }
		.start-6 .wrap .box-2 .left .icon-twitter-sign { color:#1da1f2; }
		.start-6 .wrap .box-2 .left .icon-youtube-sign { color:#ee1c1b; }
		.start-6 .wrap .box-2 .left .icon-bip { margin-top:2px;}

		.start-6 .wrap .box-2 .right {
			display:none;
		}

.middle  { 
	float:left;
	width:100%;
	position:relative;
	padding:30px 0px 0px 0px; 
}
	.middle .wrap { 
		width:96%;
		position:relative;
		margin:0 auto; 
	}	
	.middle .wrap h1 { 
		float:left;
		width:100%;
		margin:0px 0px 25px 0px;
		padding:0px 0px 5px 0px;	
		color: #231f20;
		font-family: "Playfair Display";
		font-size: 30px;
		line-height:35px;
		font-weight: 700;
		letter-spacing: 1px;
	}	
		.home h1 {
			text-align:center;
			border-bottom:2px solid #cccccc;
		}
		.page {
			padding-bottom:30px;
		}
		.page h1 {
			text-align:left;
			font-size:25px !important;
			line-height:30px !important;	
			border-bottom:2px solid #cccccc;
			letter-spacing:0 !important;
		}
		
	.home .left { float:left;width:100%;overflow:hidden; }
	.home .right { float:right;display:none; }
	
	.page .left { float:left;width:100%;overflow:hidden; }
	.page .right { float:left;width:100%; }

	.middle .wrap .left h2 { 
		font-size: 26px;
		font-weight: 500;
		line-height: 28px;		
	}
	.middle .wrap .left h3 {
		font-size: 24px;
		font-weight: 500;
		line-height: 26px;
	}
	.middle .wrap .left h4 {
		font-size: 22px;
		font-weight: 500;
		line-height: 24px;
	}
	.middle .wrap .left h5 {
		font-size: 20px;
		font-weight: 500;
		line-height: 22px;
	}
	.middle .wrap .left h6 {
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;		
	}
	.middle .wrap .left h7 {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;		
	}
	.middle .wrap .left .zdjecie-glowne { 
		position:relative;
		z-index:5;
		overflow:hidden;
	}
		.middle .wrap .left .zdjecie-glowne .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
			.middle .wrap .left .left-s {
				float:left;
				width:350px;
				height:260px;
				margin:5px 30px 0px 0px;
			}
			.middle .wrap .left .right-s {
				float:right;
				width:350px;
				height:260px;
				margin:5px 0px 0px 30px;
			}
			.middle .wrap .left .panoramic {
				float:left;
				width:100%;
				height:350px;
				margin:0px 0px 30px 0px;
			}
			.middle .wrap .left .big {
				float:left;
				width:100%;
				height:550px;
				margin:0px 0px 20px 0px;
			}
			.middle .wrap .left .a4-s {
				float:left;
				width:220px;
				height:325px;
				margin:5px 20px 20px 0px;
				padding:0px 0px 0px 0px;
			}
			.middle .wrap .left .a4-b {
				float:left;
				width:100%;
				height:470px;
				margin:0px 0px 30px 0px;
				padding:20px 0px 20px 0px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:space-around;
				align-items:center;
				align-content:center;	
				background:#f4f4f4;
			}
				.middle .wrap .left .a4-b  .img {
					width:auto !important;
					height:470px !important;
				}
	
	.middle .wrap .opis { 
		float:left;
		width:100%;
		position:relative;
		margin:15px 0px 0px 0px;
		bottom:20px;		
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.middle .wrap .opis iframe { width: 100% !important;height: 170px !important; }
	.middle .wrap .opis strong { font-weight:700; }
	.middle .wrap .opis a { color:#cd820c;text-decoration:underline; }
	.middle .wrap .opis a:hover { text-decoration:none; }
	
	.middle .wrap .opis ul { 
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		position:relative;
		list-style: none; 
	}
		.middle .wrap .opis ul li  { 
			float:left;
			width:95%;
			padding:0px 0px 0px 5%;
			background: url(images/li_bg.png) top 7px left no-repeat; 
		}
		.middle .wrap .opis ul li ul li  { 
			float:left;
			width:95%;
			padding:0px 0px 0px 5%;
			background: url(images/li_li_bg.png) top 7px left no-repeat; 
		}
	.middle .wrap .opis ol { 
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 10px;
		position:relative;
	}
		.middle .wrap .opis ol li  { 
			float:left;
			width:100%;
			-webkit-margin-before: 0px;
			-webkit-margin-after: 0px;
			-webkit-margin-start: 17px;
			-webkit-margin-end: 0px;
			-webkit-padding-start: 0px;	
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		margin:10px 0px 10px 0px;
		position:relative;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		font-weight: 300;
		line-height: 22px;
		border-spacing: 0; 
		border: 0; 
		border-collapse: collapse;
		text-align:left;
	}
		.middle .wrap .opis table thead {
			background-color:#cd820c;
		}
			.middle .wrap .opis table thead tr td {
				color:#fff;
				border:1px solid #e0e0e0;
				text-align:center;
			}
			
		.middle .wrap .opis table tfoot {
			background-color:#fff;
		}
			.middle .wrap .opis table tfoot tr td {
				color:#000;
				border:1px solid #e0e0e0;
				text-align:center;
				font-size:12px;
				padding:3px 0px 3px 0px;
				border:0px;
				border-bottom:1px solid #e0e0e0;
			}

	.middle .wrap .opis table tr td {
		margin:0px 0px 0px 0px !important;
		max-width:200px !important;
		padding:10px 5px 10px 5px;
		border:1px solid #e0e0e0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}
		.middle .wrap .opis table tr:nth-child(even) {
			background:#f8f8f8;
		}
	.middle .wrap .opis table ul { 
		float:left;
		width:auto !important;
		position:relative;
		list-style: none; 
	}
	.middle .wrap .opis table ul li  { 
		width:auto !important;
		padding:0px 0px 0px 15px !important;
		clear:both;
	}
	
	.middle .wrap .opis blockquote {
		float:left;
		width:90%;
		padding:20px 5% 20px 5%;
		position:relative;		
		font-style:italic;
		background:#f1f1f1 url(images/blockquote_bg.png) top 20px left 20px no-repeat;
	}
	.middle .wrap .opis pre {
		float:left;
		width:100%;
		padding:20px 4% 20px 4%;
		position:relative;
		font-style:italic;
		border:1px solid #000;
		border-style:dashed;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.middle .wrap .pliki { 
		float:left;
		width:100%;
		position:relative;
		padding:0px 0px 0px 0px;
		margin:20px 0px 30px 0px; 
	}
	.middle .wrap .pliki .plik { 
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:15px 0px 15px 0px;
		position:relative;	
		color: #252628;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #e0e0e0;
	}
	.middle .wrap .pliki .plik-tytul { 
		float:left;
		width:85%;
		padding:0px 0px 0px 2%;
	}
	.middle .wrap .pliki .plik .more {
		float:right;
		position:relative;
	}
	.middle .wrap .pliki .plik-ikona { 
		float:right;
		width:35px;
		margin:2px 0px 0px 10px; 
		position:relative;
		font-size: 15px;
		font-weight: 400;
		line-height: 22px;
		color:#cd820c;
	}
	.middle .wrap .pliki a { text-decoration:none;color: #252628; }
	.middle .wrap .pliki a:hover { text-decoration:none;color:#cd820c; }

	.middle .wrap  .galeria { 
		float:left;
		width:100%;
		margin:0px 0px 20px 0px; 
		position:relative;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		align-content:center;	
	}
		.middle .wrap .galeria .gallery-box { 
			float:left;
			position:relative;
			overflow:hidden;	
		}
		.middle .wrap .galeria .gallery-box .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;	
		}
		
		.middle .wrap .galeria .gallery-box .hover {
			width:100%;
			height:100%;
			position:absolute;
			opacity:0;
			-webkit-transition: opacity 0.3s ease-in-out;
			-moz-transition: opacity 0.3s ease-in-out;
			-ms-transition: opacity 0.3s ease-in-out;
			-o-transition: opacity 0.3s ease-in-out;
			transition: opacity 0.3s ease-in-out;
			background: rgba(32, 89, 38, 0.7) url(images/ikon_zoom.png) center no-repeat;
		}
			.middle .wrap .galeria .gallery-box:hover .hover { opacity:1; }
		
		.middle .wrap .galeria .gallery-box .title {
			float:left;
			width:94%;
			position:absolute;
			left:0;
			bottom:0;
			padding:14px 3.5% 10px 3.5%;
			color: #000;
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			font-weight: 300;
			line-height: 24px;	
			background-color: #fff;
			border-bottom:1px solid #c8c8c8;
		}
			.middle .wrap .galeria .none-title { display:none; }
		
		.middle .wrap  .galeria .three-in-one {
			width:33%;
			height:200px;
			margin-bottom:3px;	
		}
		.middle .wrap  .galeria .two-in-one {
			width:49.5%;
			height:280px;
			margin-bottom:3px;	
		}
		.middle .wrap  .galeria .one-in-one {
			width:100%;
			height:500px;
			margin-bottom:10px;	
		}
		.middle .wrap  .galeria .one-in-one-title {
			width:100%;
			height:500px;
			margin-bottom:10px;	
		}
	
	.fb-like-box { float:left;width:100%;margin:30px 0px 30px 0px;position:relative; }
	
	.middle .wrap .error { 
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;	
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		border-width:3px;	
		border-style:dotted;	
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		 border-color:#ef0000;
	}
	.middle .wrap .info { 
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;		
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		border-width:3px;	
		border-style:dotted;		
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-color:#00a600;
	}
	.middle .wrap .error a, .middle .wrap .info a {
		text-decoration:none;
		color:#cd820c;
	}
	
	.middle .wrap .form-password-box {
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.form-password-input {
			float:left;
			width:49%;
			height:50px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;		
			font-family: 'Roboto', sans-serif;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			text-align:center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit { 
			float:right;
			width:49%;
			height:50px;
			margin:0px 0px 0px 0px;			
			padding:0px 0px 0px 0px;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			font-family: 'Roboto', sans-serif;
			border:none;		
			cursor:pointer;
			background:#29c7f6;
		}

	.middle .ankieta {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		
	}
	.middle .ankieta .title {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 10px 0px;
		position:relative;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		font-family: 'Roboto', sans-serif;
		border-bottom:1px solid #d7d8d8;
		color: #cd820c;
	}
	.middle .ankieta .radio-box {
		float:left;
		width:100%;
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.middle .ankieta .radio-box label p {
		float:left;
		width:90%;
		margin:8px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 15px;
		font-weight: 300;
		line-height: 15px;
		font-family: 'Roboto', sans-serif;
	}
	.middle .ankieta .radio-submit {
		float:left;
		margin:15px 0px 0px 0px;
		padding:10px 20px 10px 20px;
		position:relative;
		color:#fff;
		font-size: 18px;
		font-weight: 100;
		line-height: 18px;
		font-family: 'Roboto', sans-serif;
		border:0;
		cursor:pointer;
		background-color:#cd820c;
	}
	.middle .ankieta .qua-all {
		float:left;
		margin:27px 0px 0px 20px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 15px;
		font-weight: 300;
		line-height: 15px;
		font-family: 'Roboto', sans-serif;
	}
	input[type="checkbox"] {
			display:none;
		}
	input[type="checkbox"] + label span {
		float:left;
		display:inline-block;
		width:30px;
		height:30px;
		margin:0px 10px 0px 0px;
		vertical-align:middle;
		background:url(images/check_off.png) center no-repeat;
		cursor:pointer;
	}
	input[type="checkbox"]:checked + label span {
		background:url(images/check_on.png) center no-repeat;
	}
	
	input[type="radio"] {
		display:none;
	}
	input[type="radio"] + label span {
		float:left;
		display:inline-block;
		width:30px;
		height:30px;
		margin:0px 10px 0px 0px;
		vertical-align:middle;
		background:url(images/check_off.png) center no-repeat;
		cursor:pointer;
	}
	input[type="radio"]:checked + label span {
		background:url(images/check_on.png) center no-repeat;
	}
	
	#mapa-box { width:100%;height:400px;float:left;margin:20px 0px 0px 0px;overflow:hidden;border: 0px solid #c0c0c0 }
		.mapa-toltip { float:left;width:200px; }
		.mapa-tytul { float:left;width:100%;color:#4d4d4d;font-size:14px;font-weight:bold; }
		.mapa-ulica  { float:left;width:100%;color:#000000;font-size:12px; }
		.mapa-miasto { float:left;width:100%;color:#000000;font-size:12px; }

/* Plan Zaj�� */
.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid #d7d8d8;
	border-right:1px solid #d7d8d8;
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{ 
			color:#fff;
			background-color: #cd820c; 
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	position:relative;	
	border-bottom:1px solid #e1e1e1;
}
.middle .wrap .left .plan-newslista .box-klasa .rocznik {
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	position:relative;
	color: #000;	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	
}
.middle .wrap .left .plan-newslista .box {
	float:left;
	max-height:70px;
	overflow:hidden;
	margin:0px 11px 10px 0px;
	padding:0px 10px 0px 10px;
	position:relative;	
	color: #cd820c;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 70px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover { 
		color:#fff; 
		background-color: #cd820c;
	}

.search {
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		position:relative;
	}
	.search .search-input {
		float:left;
		padding:0px 0px 0px 2%;
		position:relative;
		width:100%;
		height:64px;
		font-family: Roboto;
		border:0;
		font-size: 32px;
		font-weight: 100;
		line-height: 38px;
		border:1px solid #cccccc;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer { 
	float:left;
	width:100%;
	height:70px;
	position:relative;
	border-top:1px solid #dedede;
	background-color:#fff;
}
	footer .wrap {
		width:90%;
		height:100%;
		position:relative;
		margin:0 auto;
		position:relative; 
	}
	footer nav { 
		display:none;
	}

#cookie_info { position:fixed;width:100%;height:100px;z-index:99999;right:0;bottom:0;background:#181617; background:rgba(0,0,0,0.8); }
#user_information { float:right;width:100%;margin:25px 0px 0px 0px;color:#fff;position:relative; }
#close_info_cookie { position:absolute;left:0;top:0;margin:0px 0px 0px 0px;background-color:#cd820c;color:#fff;width:52px;height:52px;font-size:23px;text-align:center;cursor:pointer;font-weight:100; }
#close_info_cookie p { float:right;width:100%;text-align:center;margin:16px 0px 0px 0px; }
.user_information_nag { float:right;width:80%;font-size:12px;line-height:12px;color:#fff;font-weight:bold;margin:0px 0px 5px 0px; }
.user_information_text { float:right;width:80%;font-size:11px;line-height:16px;color:#fff;margin:0px 0px 0px 0px; }

}

.calendar { 
	float:left;
	width:90%;
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	margin:-25px 0px 0px 5%;
	padding:0px 0px 0px 0px;
	z-index:4;
	height:160px;
	text-align: center;	
}

/* Nazwa miesi�ca */
.calendar tr:first-child th { 
	cursor:pointer;
	color:#000;
	height:35px;
	font-weight:500;
	font-size:14px !important;
	line-height:14px !important;
}
	.calendar tr:first-child th:hover {
		color:#000 !important;
	}
	
/* Strza�ki */
.calendar #prev, .calendar #next { position:relative;top:-2px;font-size: 30px !important; }

/* Nazwa tygodnia */	
.calendar thead tr:nth-child(2) th { 
	color: #000; 
	padding: 5px 0px 5px 0px;
}

/* Puste pola */
.calendar .pMDate, .calendar .nMDate { font-size:0;color: #dcdcdc;cursor:default !important; }
.calendar .pMDate:hover, .calendar .nMDate:hover { background:none !important; }

/* Data dzisiejsza */
.calendar #today { 
	text-align:center;
	cursor:pointer;
	padding: 3px 3px;
	color: #000; 
}
	.calendar #today:hover { color: #000; }
	.calendar #today:active { color: #000; }

/* Aktywne dni */
.calendar td a { 
	color: #000;
	text-decoration:none; 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.calendar td:hover a {
		color: #fff;
	}
/* Wydarzenie w danym dniu */
.active-date { 
	background-color: rgba(80, 80, 80, 0.5);
	background: rgba(80, 80, 80, 0.5);
}
.active-date a { color: #fff !important; }
	
/* Obecny dzie� */
.calendar #currDay { color: #fff;font-weight:bold;background-color: #a5202b; }
.calendar #currDay a { color: #fff; }

/* Pozosta�e ustawienia */
.calendar span { padding:0px 0px 0px 0px;display:block; }
.calendar tr td { width:14.2%;height: 25px; }

/* Kolor t�a po najechaniu i aktywny klik */
.calendar .date:not(.disabled):hover, .calendar .pMDate:not(.disabled):hover, .calendar .nMDate:not(.disabled):hover, .calendar .month:hover { background-color: #a5202b;color: #fff; }
.calendar .date:not(.disabled):active, .calendar .pMDate:not(.disabled):active, .calendar .nMDate:not(.disabled):active, .calendar .month:active { background-color: #a5202b;color: #fff; }

/* Wyb�r miesi�ca */
.calendar .month { padding: 15px;cursor: pointer; }

