@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Kalam', cursive;

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: 'Rubik', sans-serif;
*/

/*
default:
#239210 - main color
#F7E36D - more color
#444444 - date color

*/



html, body, input, textarea, select { background:#fff url(images/bg.jpg) top repeat-y;font-size:14px;line-height:18px;height:100%;color:#000;font-family: 'Open Sans', sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, ol, 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; }

.podmenu-1,
.podmenu-6
{
	display: none !important;
	visibility: hidden !important;
}

@media screen and (min-width: 1251px) and (max-width: 1450px) {
	.logo {
		width: 320px !important;
	}
	.wrapper nav {
		width: calc(100% - 300px) !important;
		margin:0px 0px 0px 300px !important;
	}

	.wrapper nav ul li a {
		padding: 0px 15px 0px 15px !important;
	}
}

@media screen and (min-width: 1251px) {

.s-container .s-container--header { display: none !important; }
.s-container .dir { display: none !important; }

	.no-comp {
		display:none !important;
		visibility: hidden !important;
	}

.top {
	float:left;
	width:100%;
	height:50px;
	position:relative;
	margin: 5px 0px 10px 0px;
	z-index:45;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.top .wrap {
	float: left;
	width: 90%;
	min-width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 40px 0px 40px;

	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
	.logo {
		float:left;
		width: 380px;
		height: 130px;
		position:absolute;
		top:0px;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:0px 20px 0px 0px;
		background: #fff;

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

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.logo img {
		float: left;
		width: auto;
		width: 100%;
		height: 100%;
		position: relative;
		object-fit: contain;
	}

.quick {
	float:right;
	width: auto;
	height: 100%;
	position:relative;
	margin:0px 80px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
	.quick a {
		float:left;
		height: 100%;
		position: relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 16px;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
		.quick a:hover {
			color:#000;
			text-decoration: underline;
		}
		.quick .phone {
			margin: 0px 0px 0px 50px;
		}
		.quick .phone:before {
			content: ' ';
			float: left;
			width: 35px;
			height: 35px;
			position: relative;
			background: #F7E36D;
			border-radius: 40em;
			z-index: 3;
		}
		.quick .mail:before {
			content: ' ';
			float: left;
			width: 35px;
			height: 35px;
			position: relative;
			background: #F7E36D;
			border-radius: 40em;
			z-index: 3;
		}
	.quick .phone img {
		float:left;
		height: 25px;
		position:relative;
		margin:0px 15px 0px -30px;
		z-index:5;
		
	}
	.quick .mail img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 15px 0px -27px;
		z-index:5;
		
	}

.wrapper {
	float:left;
	width:100%;
	height:80px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:35;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wrapper .wrap {
	float: left;
	width: 90%;
	min-width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 40px;
	background: #fff;
	border-radius: 10px;

	border-top: 0px solid rgba(0,0,0,0.1);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.wrapper nav {
		float:left;
		width: calc(100% - 380px);
		height: 100%;
		position:relative;
		margin:0px 0px 0px 340px;
		padding:0px 0px 0px 0px;
	}
		.wrapper nav ul {
			float:left;
			width: 100%;
			height: 100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			align-content: center;
		}
			.wrapper nav ul li {
				float:left;
				height: 100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				list-style: none;

				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
			}
				.wrapper nav ul li a {
					float: left;
					height: 100%;
					position: relative;
					margin: 0px 0px 0px 0px;
					padding: 0px 15px 0px 15px;

					color: #000;
					font-size: 16px;
					font-weight: 600;
					line-height: 16px;
					text-decoration: none;
					text-transform: uppercase;

					z-index: 6;

					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: center;
					align-items: center;
					align-content: center;
				}
				.wrapper nav ul li.small-menu a {
					padding: 0px 15px 0px 15px;
				}
				.wrapper nav ul li:before {
					content: ' ';
					float: left;
					width: 36px;
					height: 36px;
					position: absolute;
					left: 0;
					top: 50%;
					margin: -18px 0px 0px 0px;
					background: #ffdc93;
					border-radius: 40em;
					z-index: 5;

					opacity: 0;

					-webkit-transition: all 0.4s ease-in-out;
					-moz-transition: all 0.4s ease-in-out;
					-o-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				.wrapper nav ul li:hover a,
				.wrapper nav ul li a.activeMenu
				{
					color:#000;
				}
				.wrapper nav ul li:hover:before,
				.wrapper nav ul li.menu__active:before
				{
					opacity: 1;
				}

	.wrapper nav ul li.search-box {
		float: right;
		width: 180px;
		height: 46px;
		position: absolute;
		top: auto;
		right: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #239210;
		background: #239210;
		border-radius: 40em;
	}
		.wrapper nav ul li.search-box a {
			float: left;
			width: 100%;
			height: 100%;
			position: relative;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			color: #fff;
			letter-spacing: 1px;
		}
			.wrapper nav ul li.search-box a:before {
				content: 'Szukaj';
				float: left;
				position: relative;
				margin: -0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
			}
		.wrapper nav ul li.search-box .search-ikon {
			float:left;
			width:20px;
			height:100%;
			position:relative;
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 0px;
			background: url(images/v2_icon_search.svg) center no-repeat;
			background-size: 20px auto;
		}
		.wrapper nav ul li.search-box:hover a {
			color: #000;
		}
		.wrapper nav ul li.search-box:hover a .search-ikon {
			background: url(images/v2_icon_search_black.svg) center no-repeat;
			background-size: 20px auto;
		}
		.wrapper nav ul li.search-box:hover:before {
			width: 100% !important;
			height: 100% !important;
			margin: -23px 0px 0px 0px;
		}

#podmenu {
	display: none;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	left:0;
	top:145px;
	z-index:30;

}
	#podmenu .wrap {
		display: none;

		float: left;
		width:1250px;
		position:relative;
		margin:0px 0px 0px -625px;
		padding:0px 40px 0px 40px;
		left: 50%;
		top: 0;

		background-color: #fff;
		border-top: 4px solid #239210;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	}
	#podmenu .wrap .box {
		float:left;
		width:43%;
		margin:40px 0px 0px 2%;
		padding:0px 0px 40px 0px;
		position:relative;
	}
	#podmenu .podmenu.podmenu--qtu--3 .box {
		width:32%;
		margin:40px 0px 0px 1%;
	}
	#podmenu .podmenu.podmenu--qtu--4 .box {
		width:24%;
		margin:40px 0px 0px 1%;
	}
	#podmenu .wrap .box-all {
		float:left;
		width:100%;
		margin:40px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	#podmenu .wrap .box h3 {
		float:left;
		width:100%;
		margin:0px 0px 15px 0px;
		padding:0px 0px 15px 0px;
		position: relative;
		font-size: 24px;
		font-weight: 400;
		line-height: 24px;
		border-bottom:2px solid  rgba(0,0,0,0.1);

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		#podmenu .wrap .box h3 a {
			text-decoration:none;
			color: #000;
		}
		#podmenu .wrap .box h3:before {
			content: ' ';
			float: left;
			width: 0%;
			height: 2px;
			position: absolute;
			left: 0;
			bottom: -2px;
			background: #239210;
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		#podmenu .wrap .box:hover h3:before {
			width: 100%;
		}
		#podmenu .wrap .box h3 a:hover {
			color: #239210;
		}
	#podmenu .wrap .box ul {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	#podmenu .wrap .box ul li {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}
	#podmenu .wrap .box ul li a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color:#393939;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	#podmenu .wrap .box ul li a:before {
		content: ' ';
		float: left;
		width: 0px;
		height: 2px;
		position: absolute;
		left: -15px;
		top: auto;
		margin: 0px 5px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #239210;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		#podmenu .wrap .box ul li  a:hover,
		#podmenu .wrap .box ul li .active
			{
				color:#239210;
			}
			#podmenu .wrap .box ul li a:hover:before,
			#podmenu .wrap .box ul li a.active:before
			{
				width: 10px;

			}

.container {
	float:left;
	width:100%;
	height: calc(100% - 230px);
		min-height: 350px;
	position:relative;
	top: 0;
	left: 0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	overflow: hidden;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	.container .wrap {
		float: left;
		width:90%;
			min-width: 1270px;
		height:100%;
		position:relative;
		margin:0 auto;

		overflow:hidden;
		border-radius: 20px;
		background: #F7E36D url(images/containerBg.jpg) center no-repeat;
		background-size: cover;
	}
	.container .slide-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
		z-index:1;
			overflow:hidden;
	}
		.owl-stage-outer {
			z-index: 10;
		}
		.container .slides {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			background-size: cover !important;
			background-position: right center !important;
				overflow: hidden;
			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;

			z-index: 8;
		}
		.container .slides:after {
			content: ' ';
			float: left;
			width: 60%;
			height: 130%;
			position: absolute;
			top: -15%;
			left: -10%;
			z-index: 15;
			background: #fff1d7;
			border-radius: 40em;

			opacity: 0.2;
		}
		.container .slides:before {
			content: ' ';
			float: left;
			width: 25vw;
			height: 25vw;
			position: absolute;
			top: 50%;
			left: 2%;
			margin: -12.5vw 0px 0px 0px;
			z-index: 12;
			background: #239210;
			border-radius: 40em;

			opacity: 0.2;
		}
		.container .slides .box {
			float:left;
			width: 80%;
			min-width:1000px;
			margin:80px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			z-index: 18;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:flex-start;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .nag {
			float:left;
			width:100%;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-family: 'Kalam', cursive;
			color: #000;
			font-size: 4.7vw;
			font-weight: 900;
			line-height: 5vw;
			text-align: left;
			text-transform: uppercase;
			letter-spacing: 3px;
			z-index: 12;

			text-shadow: 2px 2px 2px rgba(66, 68, 90, 0.7);
		}
		
		.container .slides .box .nag span:nth-of-type(1) { color: #239210; }
		.container .slides .box .nag span:nth-of-type(2) { color: #F7E36D; }
		.container .slides .box .nag span:nth-of-type(3) { color: #444444; }
		.container .slides .box .nag span:nth-of-type(4) { color: #239210; }
		.container .slides .box .nag span:nth-of-type(5) { color: #ffc753; }

		.container .slides .box .nag em {
			display: block;
			font-style: normal;
		}

			.container .slides .box:before {
				content: ' ';
				float: left;
				width: 13vw;
				height: 13vw;
				position: absolute;
				left: 5%;
				bottom: 25%;
				background: #fff;
				border-radius: 40em;
				z-index: 3;
			}
			.container .slides .box:after {
				content: ' ';
				float: left;
				width: 6vw;
				height: 6vw;
				position: absolute;
				left: 3%;
				bottom: 10%;
				background: #fff;
				border-radius: 40em;
				z-index: 3;
			}
		.container .slides .box .text {
			float:left;
			width:45%;
			margin:10px 55% 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #7f7a7a;
			font-size: 1vw;
			font-weight: 400;
			line-height: 1.6vw;
			text-align:left;
			z-index: 5;
		}
		.container .slides .box .more {
			float: left;
			height: 3.5vw;
			position: relative;
			margin: 1.5vw 0px 0px 0px;
			padding: 0px 2vw 0px 2vw;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			line-height: 16px;
			text-transform: uppercase;
			text-decoration: none;
			background: #239210;
			border-radius: 10px;
			z-index: 5;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .more:hover {
			background: #239210;
		}
		.container .slides .box .arrow-down {
			float: left;
			width: 19px;
			height: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position:absolute;
			right: 2.3%;
			bottom: 60px;
			cursor: pointer;

			filter: brightness(100) invert(50);
		}

	.additional {
		display:none;
	}

.s-container {
	float:left;
	width:100%;
	height:550px;
	position:relative;
	margin:-145px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fbf7f2;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.s-container .wrap  {
	float: left;
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:145px 0px 0px 0px;

	background: url(images/s-containerBg_2.png) right bottom no-repeat;
	background-size: 540px;

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

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.s-container--header {
	float: left;
	width: 60%;
	position: relative;
	margin: 0px 40% 0px 0px;
	padding: 0px 0px 0px 5px;
	font-family: 'Kalam', cursive;
	color: #239210;
	font-size: 70px;
	font-weight: 600;
	line-height: 75px;
	text-transform: uppercase;
}
	.s-container--header.s-container--header--small {
		font-size: 40px;
		font-weight: 600;
		line-height: 45px;
	}


	.dir  {
		float:left;
		margin:10px 0px 0px 0px;
		padding:20px 30px 20px 30px;
		background: #fff;
		border-radius: 5px;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.dir a {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #000;
		font-size: 17px;
		font-weight: 600;
		line-height: 17px;
		text-transform: uppercase;
		text-decoration:none;
	}
	.dir a:hover:first-child {
		color: #000;
		text-decoration: none;
	}
		.dir a span {
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 0px;
			font-weight: 100;
			line-height: 0px;
		}
			.dir a span:before {
				content: ' / ';
				float:left;
				margin:0px 0px 0px 0px;
				padding:0px 8px 0px 8px;
				position:relative;
				font-size: 20px;
				font-weight: 400;
				line-height: 17px;
			}
		.dir a:hover {
			color: #239210;
			text-decoration: none;
		}
		.dir a:hover span {
			color: #000;
		}

.fast-box {
	float:left;
	width:100%;
	position:relative;
	margin:-30px 0px 0px 0px;
	padding:0px 0px 0px 0px;

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

	z-index:25;
}
.fast-box .wrap {
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
	.fast-box.fast--box--2 .wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.fast-box.fast--box--3 .wrap {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.fast-box .wrap .box {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		text-decoration: none;
		overflow: hidden;

		background: #fff;
		border-radius: 10px;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

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

		-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	}
	.fast-box .wrap .box:nth-child(1) .ikon {
		background-color: #239210;
	}
	.fast-box .wrap .box:nth-child(2) .ikon {
		background-color: #F7E36D;
	}
	.fast-box .wrap .box:nth-child(3) .ikon {
		background-color: #444444;
	}
	.fast-box .wrap .box:nth-child(4) .ikon {
		background-color: #239210;
	}
	.fast-box .wrap .box:nth-child(5) .ikon {
		background-color: #F7E36D;
	}

	.fast-box .wrap .box .ikon:before,
	.fast-box .wrap .box .ikon:after
	{
		content: ' ';
		float: left;
		width: 30px;
		height: 30px;
		position: absolute;
		background: #000;
		z-index: 5;
		border-radius: 40em;
	}
	.fast-box .wrap .box .ikon:before
	{
		top: 5px;
		right: 5px;
	}
	.fast-box .wrap .box .ikon:after
	{
		bottom: 5px;
		left: 5px;
	}

	.fast-box .wrap .box:nth-child(1) .ikon:before,
	.fast-box .wrap .box:nth-child(1) .ikon:after
	{
		background-color: #ff8000;
	}

	.fast-box .wrap .box:nth-child(2) .ikon:before,
	.fast-box .wrap .box:nth-child(2) .ikon:after
	{
		background-color: #239210;
	}

	.fast-box .wrap .box:nth-child(3) .ikon:before,
	.fast-box .wrap .box:nth-child(3) .ikon:after
	{
		background-color: #ffc753;
	}

	.fast-box .wrap .box:nth-child(4) .ikon:before,
	.fast-box .wrap .box:nth-child(4) .ikon:after
	{
		background-color: #7c99e5;
	}

	.fast-box .wrap .box .mainFoto {
		float:left;
		width:100%;
		height:220px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.fast-box .wrap .box .mainFoto .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;
		}
	.fast-box .wrap .box .ikon {
		float:left;
		width:140px;
		height: 140px;
		margin:30px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position: relative;

		border-radius: 40em;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.fast-box .wrap .box .title {
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
		padding:0px 20px 0px 20px;
		font-family: 'Kalam', cursive;
		color: #000;
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;

		text-align:center;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .text {
		float:left;
		width:100%;
		margin:10px 0px 0px 0px;
		padding:0px 20px 0px 20px;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;

		text-align:center;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .more {
		float:left;
		height: 45px;
		position:relative;
		margin:10px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		color:#000;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		bottom: -70px;
		text-align:center;
		text-decoration:none;
		text-transform: uppercase;

		border-radius:10px;
		border: 1px solid rgba(255,255,255,0.9);
		background: #F7E36D;

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

		opacity: 0;
		z-index: 4;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box .icon {
		float: left;
		font-size: 70px;
		font-weight: 100;
		line-height: 70px;
		position: relative;
		color: #fff;
		z-index: 1;
		opacity: 1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box:nth-child(1):hover .title,
	.fast-box .wrap .box:nth-child(1):hover .text {
		color: #ff8000;
	}
	.fast-box .wrap .box:nth-child(2):hover .title,
	.fast-box .wrap .box:nth-child(2):hover .text {
		color: #239210;
	}
	.fast-box .wrap .box:nth-child(3):hover .title,
	.fast-box .wrap .box:nth-child(3):hover .text {
		color: #ffc753;
	}
	.fast-box .wrap .box:nth-child(4):hover .title,
	.fast-box .wrap .box:nth-child(4):hover .text {
		color: #7c99e5;
	}
	.fast-box .wrap .box:hover {
		margin: -40px 0px 0px 0px;
	}
	.fast-box .wrap .box:hover .more {
		margin: 20px 0px 20px 0px;
		bottom: 0;
		opacity: 1;

		color: #fff;
	}

.short-link {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background: #fff;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.short-link h3 {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #239210;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.short-link h3:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.short-link .link {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.short-link .link a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position:relative;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration:none;
		text-align:left;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.short-link .link a:before {
		content: ' ';
		width: 0px;
		height: 2px;
		position: absolute;
		top: auto;
		left: 20px;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #239210;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

		.short-link .link a:hover {
			color: #239210;
			text-decoration: none;
		}
		.short-link .link a:hover:before {
			width: 10px;
		}

.menuLeft {
	float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.menuLeft__header {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;
		letter-spacing: 0;

		background: #239210;
		border-radius: 0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.menuLeft__header:before {
		content: "\f0c9";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.menuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.menuLeft__list--box:before {
			content: ' ';
			width: 0px;
			height: 2px;
			position: absolute;
			top: auto;
			left: 20px;
			margin: 0px 10px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #239210;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

			.menuLeft__list--box:hover {
				color: #239210;
				text-decoration: none;
			}
			.menuLeft__list--box:hover:before {
				width: 10px;
			}
	.menuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.menuLeft__list--href:hover {
		color: #239210;
	}
	.subMenuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.subMenuLeft__list--box:last-child {
			border-bottom: 0;
		}
	.subMenuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.subMenuLeft__list--href:hover {
		color: #239210;
	}

.newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.newslista .news-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	background: #fff;

	-webkit-box-shadow: 7px 0px 22px -3px rgba(66, 68, 90, 0.1);
	-moz-box-shadow: 7px 0px 22px -3px rgba(66, 68, 90, 0.1);
	box-shadow: 7px 0px 22px -3px rgba(66, 68, 90, 0.1);
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:-10px;
		top:-15px;
		margin:0px 0px 0px 0px;
		padding:8px 15px 8px 15px;
		font-family: 'Kalam', cursive;
		color:#000;
		font-size: 16px;
		font-weight: 500;
		line-height: 16px;
		z-index:3;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

		background: #ffc753;
		border-radius: 5px;
	}
		.news-left {
			float:left;
			width:275px;
			height:300px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			overflow:hidden;
		}
			.news-foto img {
				float:left;
				width:100%;
				height:100%;
				object-fit: cover;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}

			.newslista .news-box:hover .news-foto img {
				transform: scale(1.05);
			}
		.news-data {
			float:left;
			height: 32px;
			margin:0px 0px 0px 0px;
			padding:3px 15px 0px 20px;
			position:absolute;
			right: 20px;
			bottom: 10px;

			font-family: 'Kalam', cursive;
			font-size: 18px;
			font-weight: 400;
			font-style: normal;
			line-height: 18px;
			color:#fff;
			text-align:center;

			background: #ff8000;
			border-radius: 5px;

			z-index:3;
			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.news-data:after {
			content: "\f073";
			font-family: FontAwesome;

			float: left;
			height: 100%;
			position: relative;
			margin: -5px 0px 0px 10px;
			padding: 0px 0px 0px 0px;

			font-size: 18px;
			line-height: 18px;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
			.newslista .news-box:nth-child(1) .news-data,
			.newslista .news-box:nth-child(4n) .news-data
			{
				background: #ff8000;
			}
			.newslista .news-box:nth-child(2) .news-data,
			.newslista .news-box:nth-child(5n) .news-data
			{
				background: #239210;
			}
			.newslista .news-box:nth-child(3) .news-data,
			.newslista .news-box:nth-child(6n) .news-data
			{
				background: #ffc753;
			}
			.newslista .news-box:nth-child(4) .news-data,
			.newslista .news-box:nth-child(7n) .news-data
			{
				background: #7c99e5;
			}
		.news-right {
			float:left;
			width: calc(100% - 275px);
			height: 300px;
			margin:0px 0px 0px 0px;
			padding:0px 30px 0px 30px;
			position:relative;
			overflow: hidden;

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

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.news-header {
				float:left;
				width:100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 10px 0px;
				position:relative;

				color: #000;
				font-size: 20px;
				font-weight: 600;
				line-height: 24px;
				border-bottom: 1px solid rgba(0,0,0,0.1);

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 10px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #7f7a7a;
				font-size: 15px;
				font-weight: 400;
				line-height: 22px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-more {
				float:left;
				height: 35px;
				margin:5px 0px 0px 0px;
				padding:0px 15px 0px 15px;
				position:relative;
				right: 0;
				bottom: 0;
				color: #7f7a7a;
				font-size: 13px;
				font-weight: 700;
				line-height: 14px;
				background: #fff;

				border-radius: 5px;
				border: 2px solid #239210;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.news-more:after {
				content: "\f054";
				font-family: FontAwesome;

				float: left;
				position: relative;
				margin: 3px 0px 0px 0px;
				padding: 0px 0px 0px 10px;
				color: #239210;
				font-size: 10px;
				font-weight: 400;
				line-height: 10px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.newslista .news-box:hover .news-more {
				color: #fff;
				background: #239210;
			}
			.newslista .news-box:hover .news-more:after {
				color: #fff;
			}
			.newslista .news-box:hover .news-new {

			}

.start-2 {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.middle .wrap .start-2 .wrap {
		float: left;
		width:1250px !important;
		position:relative;
		margin: 40px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.start-2 .wrap p {
		float:left;
		width:100% !important;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-2 .wrap p a {
		float:right;
		height: 50px;
		margin:0px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		text-decoration:none;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 16px;
		text-align:center;

		background-color: #239210;
		border-radius: 10px;

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.start-2 .wrap p a:hover {
		color:#000;
		background: #ffdc93;
	}

.start-3 {
	float:left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:5;
}
.middle .wrap .start-3 .wrap {
	float: left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	.start-3 .name-box {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 30px 0px;
		position:relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.1);
		overflow: hidden;

		-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	}
	.start-3 .name-box.calendars {
		padding:0px 0px 0px 0px;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;

		background-color: #7c99e5;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

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

		z-index: 3;
	}
	.start-3 .name-box .ikon:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #fff;
		font-size: 30px;
		line-height: 30px;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}

	.start-3 .name-box:before {
		float: left;
		position: absolute;
		right: -40px;
		bottom: -40px;
		color: #000;
		font-size: 220px;
		font-weight: 100;
		line-height: 220px;
		z-index: 1;
		opacity: 0.03;
	}

	.start-3 .name-box.contest:before {
		content: "\f091";
		font-family: FontAwesome;
	}
	.start-3 .name-box.contest .ikon {
		background-color: #ffc753;
	}
		.start-3 .name-box.contest .ikon:before {
			color: #000;
			content: "\f091";
		}

	.start-3 .name-box.questionnaire:before {
		content: "\f0e6";
		font-family: FontAwesome;
	}
	.start-3 .name-box.questionnaire .ikon {
		background-color: #7c99e5;
	}
		.start-3 .name-box.questionnaire .ikon:before {
			content: "\f0e6";
		}

	.start-3 .name-box.calendars .ikon {
		background-color: #ff8000;
	}
		.start-3 .name-box.calendars .ikon:before {
			content: "\f073";
		}

	.start-3 .name-box.class:before {
		content: "\f0c0";
		font-family: FontAwesome;
	}
	.start-3 .name-box.class .ikon {
		background-color: #239210;
	}
		.start-3 .name-box.class .ikon:before {
			content: "\f0c0";
		}

	.start-3 .name-box h3 {
		float: left;
		width: 100%;
		height: 70px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 70px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align: left;
		text-transform: uppercase;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

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

		z-index: 5;
	}
	.start-3 .name-box.contest h3 {
		color: #000;
	}

	.start-3 .name-box .text {
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		position:relative;
		color: #393939;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		text-align:left;

		overflow:hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		z-index: 5;
	}
	.start-3 .name-box .more {
		float:left;
		height: 40px;
		margin:20px 0px 0px 40px;
		padding:0px 20px 0px 30px;
		position:relative;
		color: #ff8000;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		text-decoration: none;
		border: 2px solid #ff8000;

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

		z-index: 5;
	}
		.start-3 .name-box .more i {
			padding: 0px 0px 0px 15px;
		}
		.start-3 .name-box .more:hover {
			color: #fff;
			background: #ff8000;
		}

		.start-3 .name-box.contest .more {
			color: #000;
			border: 2px solid #ffc753;
		}
			.start-3 .name-box.contest .more:hover {
				color: #fff;
				background: #ffc753;
			}

		.start-3 .name-box.questionnaire .more {
			color: #7c99e5;
			border: 2px solid #7c99e5;
		}
			.start-3 .name-box.questionnaire .more:hover {
				color: #fff;
				background: #7c99e5;
			}

		.start-3 .name-box.class .more {
			color: #239210;
			border: 2px solid #239210;
		}
			.start-3 .name-box.class .more:hover {
				color: #fff;
				background: #239210;
			}

.start-4 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:110px 0px 110px 0px;
	overflow:hidden;
	background: #7c99e5;

	z-index:3;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-4 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.start-4 .wrap:after {
	content: "\f0c0";
	font-family: FontAwesome;

	float: left;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	color: #fff;
	font-size: 190px;
	line-height: 190px;

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

	opacity: 0.08;
	z-index: 0;
}
	.start-4 .wrap h4 {
		float:left;
		width:350px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-family: 'Kalam', cursive;
		color: #fff;
		font-size: 50px;
		font-weight: 700;
		line-height: 55px;
		text-transform: uppercase;

		z-index: 5;
	}
	.partners {
		float:left;
		width: calc(100% - 400px);
		margin:0px 0px 0px 50px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.partners .owl-carousel {
			float:left;
			width:84%;
			height:98px;
			margin:0px 0px 0px 7%;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			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;
			background:#fff;
			border-radius:15px;
		}
		.partners .partners-box .img {
			max-width: 60%;
			max-height: 60%;
			object-fit: contain;
		}
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-65px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:40px;
				height:40px;
				margin:0px 0px 0px -88px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-prev:hover {
				background: rgba(0,0,0,0.6) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float:right;
				width:40px;
				height:40px;
				margin:0px -88px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
			}
			.partners .owl-nav .owl-next:hover {
				background:rgba(0,0,0,0.6) url(images/owl_next.png) center no-repeat;
			}
		.partners .owl-dots {
			display:none;
		}

.start-5 {
	float: left;
	width: 100%;
	height: 550px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background-size: cover !important;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.start-5:before {
		content: ' ';
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0);
		z-index: 4;

		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	.start-5:hover:before {
		background: rgba(0,0,0,0);
	}
.start-5 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	z-index: 5;
}
.start-5 .wrap:after {
	content: "\f10d";
	font-family: FontAwesome;

	float: left;
	height: 100%;
	position: absolute;
	top: -50px;
	left: -50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	color: #ffc753;
	font-size: 180px;
	line-height: 180px;

	opacity: 0.08;
	z-index: 0;
}
.start-5 .wrap:before {
	content: "\f10e";
	font-family: FontAwesome;

	float: left;
	height: 100%;
	position: absolute;
	bottom: -50px;
	right: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	color: #ffc753;
	font-size: 180px;
	line-height: 180px;

	opacity: 0.08;
	z-index: 0;
}
	.start-5 .wrap .text {
		float: left;
		width: 80%;
		margin: 30px 10% 0px 10%;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #000;
		font-size: 42px;
		font-weight: 300;
		line-height: 52px;
		text-align: center;
		font-style: italic;
		overflow: hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}
	.start-5 .wrap .autor {
		float: left;
		width: 100%;
		margin: 30px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #000;
		font-size: 22px;
		font-weight: 700;
		line-height: 26px;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}

.start-6 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:80px 0px 80px 0px;

	overflow:hidden;
	background: #fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-6 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-6 .wrap .header {
		float:left;
		width:100%;
		height: 80px;
		position:relative;
		margin:0px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		border-bottom: 2px solid #ffdc93;
	}
		.start-6 .wrap .header .godlo {
			float:left;
			width: 45px;
			margin:10px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			opacity: 0.7;
		}
		.start-6 .wrap .header .name {
			float:left;
			width: calc(100% - 100px);
			margin:7px 0px 3px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 24px;
			line-height: 28px;
			font-weight: 700;
			color: #000;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width: calc(100% - 100px);
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 18px;
			line-height: 20px;
			font-weight: 400;
			color: #000;
		}

	.start-6 .wrap .box-1 {
		float:left;
		width:60%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-6 .wrap .box-1:before {
		content: "\f095";
		font-family: FontAwesome;

		float: left;
		position: absolute;
		top: -50px;
		left: -60px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		color: #ff8000;
		font-size: 220px;
		line-height: 220px;

		opacity: 0.1;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width: 100%;
			margin: 10px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			width: 60px;
			height: 60px;
			position:relative;
			margin:0px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			color:#ff8000;

			background: #fff;
			border: 1px solid rgba(0,0,0,0.05);

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

		.start-6 .wrap .box-1 .text .ikon-1 {
			font-size:40px;
			line-height:40px;
		}
		.start-6 .wrap .box-1 .text .ikon-2 {
			font-size:45px;
			line-height:45px;
		}

		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:50%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			align-content: center;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:50%;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			align-content: center;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;

				font-size: 16px;
				font-weight: 500;
				line-height: 24px;
				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: #ff8000;
			}


	.start-6 .wrap .box-2 {
		float:right;
		width:35%;
		height:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-2 .left:before {
			content: "\f0e6";
			font-family: FontAwesome;

			float: left;
			position: absolute;
			top: -50px;
			left: -60px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;

			color: #ff8000;
			font-size: 200px;
			line-height: 200px;

			opacity: 0.1;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.start-6 .wrap .box-2 .text {
			float:left;
			width:100%;
			margin:15px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;
		}
		.start-6 .wrap .box-2 .text a {
			float:left;
			height: 60px;
			position:relative;
			margin:0px 5px 5px 0px;
			padding:0px 15px 0px 15px;
			color:#ff8000;

			background: #fff;
			border: 1px solid rgba(0,0,0,0.05);

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.start-6 .wrap .box-2 .left .social--icon {
			margin: 0 !important;
		}

.section__one {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:100px 0px 100px 0px;

	overflow:hidden;
	background: #fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.section__one .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.section__one--header {
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	font-family: 'Kalam', cursive;
	color: #000;
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;

	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.section__one--text {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #7f7a7a;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.section__one--left {
	float: left;
	width: 35%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 80px 0px 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.section__one--left:before {
		content: "\f0a1";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: absolute;
		top: -100px;
		left: -50px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 260px;
		line-height: 260px;

		opacity: 0.05;
	}
.section__one--right {
	float: left;
	width: 65%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 40px;
	background: #fff;

	overflow: hidden;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.section__one--right:before {
		content: "\f073";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: absolute;
		top: 150px;
		right: 350px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 430px;
		line-height: 430px;

		opacity: 0.02;
	}
.section__one--right .calendar,
.section__one--right .calendar tr:first-child th
{
	font-family: 'Kalam', cursive;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 18px !important;
}
.section__one--right .calendar thead tr:nth-child(2) th,
.section__one--right .calendar #today
{
	color: #239210;
	font-weight: 700;
}

.middle  {
	float:left;
	width:100%;
	position:relative;
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
	.middle .wrap {
		float: left;
		width: 1250px;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.middle .wrap h1 {
		float:left;
		width:100%;
		margin:15px 0px 30px 0px;
		padding:0px 0px 10px 0px;
		font-family: 'Kalam', cursive;
		color: #000;
		font-size: 30px;
		font-weight: 600;
		line-height: 35px;
	}
		.middle.home .wrap h1 {
			font-size: 50px;
			font-weight: 600;
			line-height: 50px;
		}

		.page h1 {
			text-align:left;
			border-bottom:2px solid #239210;
		}


	.home {
		padding: 60px 0px 80px 0px;
	}
	.home .left {
		float:right;
		width: 100%;
		position: relative;
		z-index: 3;
	}
	.home .right {
		float:left;
		width: calc(25% - 15px);
		position: relative;
		z-index: 5;
	}

	.page {
		padding: 0px 0px 60px 0px;
	}
	.page .left {
		float:right;
		width: calc(75% - 55px);
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.page .right {
		float:left;
		width: calc(25% - 15px);
		position: relative;
		z-index: 5;
	}

	.middle .wrap .left h2 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#239210;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		border-left:0;
		display: inline-block;
	}
	.middle .wrap .left h3 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#000;
		font-size: 26px;
		font-weight: 700;
		line-height: 28px;
		border-bottom:1px solid #239210;
	}

	.middle .wrap .opis {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #393939;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	.middle .wrap .opis strong {
		font-weight:700;
	}
	.middle .wrap .opis a {
		color: #239210;
		text-decoration:underline;
	}
	.middle .wrap .opis a:hover {
		text-decoration:none;
	}

	.middle .wrap .opis ul {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
		.middle .wrap .opis ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_bg.png) top 8px left no-repeat;
		}
		.middle .wrap .opis ul li ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_li_bg.png) top 9px left no-repeat;
		}

	.middle .wrap .opis ol {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.middle .wrap .opis ol li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 35px;
			padding:0px 0px 0px 0px;
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		height: auto !important;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-spacing: 0;
		border: 0;
		border-collapse: collapse;
	}
		.middle .wrap .opis table thead {
			background-color:#0d6bb2;
		}
			.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:14px;
				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;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		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%;
		margin:0px 0px 0px 0px;
		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%;
		margin:0px 0px 0px 0px;
		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;
	}

	.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-size: 16px;
		font-weight: 400;
		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-size: 16px;
		font-weight: 400;
		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:#28c6f5;
	}

	.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:60px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 22px;
			font-weight: 400;
			line-height: 22px;
			text-align:center;

			border: 1px solid #28c6f5;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit {
			float:right;
			width:49%;
			height:60px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			color: #fff;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			border:none;
			cursor:pointer;
			background:#29c7f6;
		}

	#mapa-box { width:100%;height:400px;float:left;margin:0px 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; }


.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{
			color:#fff;
			background-color: #444444;
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.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-size: 18px;
	font-weight: 500;
	line-height: 18px;

}
.middle .wrap .left .plan-newslista .box {
	float:left;
	min-width:70px;
	min-height:70px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	padding:10px 0px 10px 0px;
	position:relative;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

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

	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover {
		color:#fff;
		background-color: #444444;
	}
	.middle .wrap .left .plan-newslista .box .foto-class {
		float: left;
		width: 100%;
			max-width: 200px;
		height: 140px;
		position: relative;
		margin: 0px 0px 10px 0px;
		object-fit: cover;
	}
	.middle .wrap .left .plan-newslista .box p {
		float: left;
		width: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
	}

.search {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	position:relative;
}
	.search .search-input {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 2% 0px 2%;
		position:relative;
		width:100%;
		height:70px;
		font-size: 32px;
		font-weight: 300;
		line-height: 32px;
		border:1px solid #cccccc;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	border-top:1px solid  rgba(0,0,0,0.05);

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	footer .wrap {
		float: left;
		width:1250px;
		height:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	footer nav {
		width:auto;
		float:right;
		margin:0px 0px 0px 0px;
		font-size:16px;
		line-height:16px;
		font-weight:500;
	}
	footer nav ul {
		float:left;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	footer nav ul li {
		float:left;
		position:relative;
		list-style: none;
	}
	footer nav ul li a {
		color:#000;
		text-decoration:none;
		padding:0px 0px 0px 0px;
		display: inline-block;
	}
	footer nav ul li a:hover, footer nav ul li a.active {
		color: #239210;
	}
	footer nav ul li .menu-hr-footer {
		float:right;
		margin:3px 50px 0px 50px;
	}
		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;
	}
	footer .scooli {
		margin: 0;
	}

}



/* ------------------------- MOBILE ------------------------- */



@media screen and (min-width: 0px) and (max-width: 1250px) {

	.no-phone {
		display:none !important;
		visibility: hidden !important;
	}
.fb-like-box { display: none !important; }
.stats { display: none !important; }

.s-container .s-container--header { display: none !important; }
.s-container .dir { display: none !important; }

.top {
	float:left;
	width:70%;
	height: 100px;
	position:absolute;
	top: 0;
	left: 0;
	padding:0px 20px 0px 3%;
	z-index:45;

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

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.top .wrap {
	float: left;
	width:100%;
	height: 100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.logo {
		float:left;
		width:auto;
		height: 90%;
		position:relative;
		top:5%;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;

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

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.logo img {
		float: left;
		width: 100%;
		height: auto;
			max-height: 100%;
		position: relative;
	}

.quick {
	float:left;
	width: 100%;
	position:fixed;
	left: 0;
	bottom: 0;
	margin:0px 0px 0px 0px;
	padding:5px 3% 5px 3%;
	z-index: 5;

	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
	box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
}
	.quick a {
		float:left;
		width: 100%;
		position: relative;
		margin:0px 0px 0px 0px;
		padding:5px 0px 5px 0px;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
		.quick a:hover {
			color:#7c99e5;
			text-decoration: underline;
		}
	.quick .phone img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 0px;
	}
	.quick .mail img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 0px;
	}

.sand {
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px 0px 15px 20px;
	position:fixed;
	right: 2%;
	bottom: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	background: #fff;
	z-index: 6;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
	.sand p {
		display: none !important;
		visibility: hidden !important;

		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.sand .font {
		float:left;
		margin:0px 5px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	.sand .font .size {
		float:left;
		margin:0px 0px 0px 0px;
		padding:8px;
		position:relative;

		color: #7c99e5;
		font-size: 22px;
		font-weight: 600;
		line-height: 22px;
		text-decoration:none;
	}
		.sand .font .size:hover {
			color:#000;
		}
		.sand .font .one {

		}
		.sand .font .two {

		}

.sand .contrast {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
	.sand .contrast i {
		float:left;
		margin:0px 0px 0px 0px;
		padding:8px;
		position:relative;

		color:#7c99e5;
		font-size: 24px;
		font-weight: 500;
		line-height: 24px;
		text-decoration:none;
	}
		.sand .contrast i:hover {
			text-decoration: underline
		}

.information__bar--bottom .quick,
.information__bar--bottom .sand
{
	bottom: 50px !important;
}

.wrapper {
	float:left;
	width:100%;
		min-height:100px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:35;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.wrapper .wrap {
	width:94%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.wrapper .menu-tel {
		float: right;
		position: relative;
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #ff8000;
		font-size: 50px;
		font-weight: 400;
		line-height: 50px;
		cursor: pointer;
	}
	.wrapper nav {
		display: none;
		float:right;
		width: 100%;
		position:relative;
		margin:30px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
		.wrapper nav ul {
			float:left;
			width: 100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}
			.wrapper nav ul li {
				float:left;
				width: 100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				list-style: none;

				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
			}
				.wrapper nav ul li a {
					float: left;
					width: 100%;
					position: relative;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 20px;

					color: #000;
					font-size: 24px;
					font-weight: 600;
					line-height: 38px;
					text-decoration: none;

					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: flex-end;
					align-items: center;
					align-content: center;
				}
				.wrapper nav ul li.small-menu a {
					padding: 0px 15px 0px 15px;
				}
				.wrapper nav ul li a:before {
					content: ' ';
					float: left;
					width: 0%;
					height: 2px;
					position: absolute;
					right: 0%;
					bottom: 0;
					background: #ffdc93;
					z-index: 5;

					-webkit-transition: all 0.4s ease-in-out;
					-moz-transition: all 0.4s ease-in-out;
					-o-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				.wrapper nav ul li:hover a,
				.wrapper nav ul li a.activeMenu
				{
					color:#000;
				}
				.wrapper nav ul li:hover a:before,
				.wrapper nav ul li a.activeMenu:before
				{
					width: 100%;
					right: 0;
				}

			.wrapper nav ul li.search-box a:before {
				content: 'Wyszukiwarka';
				width: auto !important;
				height: auto !important;
				position: relative !important;
				left: auto !important;
				bottom: autom !important;
				background: none !important;
			}
		.wrapper nav ul li.search-box .search-ikon {
			display: none !important;
			visibility: hidden !important;
		}

#podmenu {
	display: none !important;
	visibility: hidden !important;
}

.container {
	float:left;
	width:100%;
	height: 250px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
	.container .wrap {
		width:100%;
		height:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;

		border-radius: 20px;
		background: #F7E36D url(images/containerBg.jpg) center no-repeat;
		background-size: cover;
	}
	.container .slide-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
		z-index:1;
			overflow:hidden;
	}
		.owl-stage-outer {
			z-index: 10;
		}
		.container .slides {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			background-size: cover !important;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides:after {
			content: ' ';
			float: left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			background: rgba(0,0,0,0.5);
		}
		.container .slides .box {
			float:left;
			width:94%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			z-index: 8;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .nag {
			float:left;
			width:100%;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-family: 'Kalam', cursive;
			color: #fff;
			font-size: 5.7vw;
			font-weight: 900;
			line-height: 6vw;
			text-align: left;
			text-transform: uppercase;
			text-align: center;
			letter-spacing: 3px;
			z-index: 5;
		}
		.container .slides .box .nag span:nth-of-type(1) { color: #239210; }
		.container .slides .box .nag span:nth-of-type(2) { color: #F7E36D; }
		.container .slides .box .nag span:nth-of-type(3) { color: #444444; }
		.container .slides .box .nag span:nth-of-type(4) { color: #239210; }
		.container .slides .box .nag span:nth-of-type(5) { color: #ffc753; }

		.container .slides .box .text {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 24px;
			font-weight: 700;
			line-height: 26px;
			text-align:center;
		}
		.container .slides .box .nag em {
			display: block;
			font-style: normal;
		}
		.container .slides .box .text {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 3.5vw;
			font-weight: 400;
			line-height: 4.5vw;
			text-align:center;
			z-index: 5;
		}
		.container .slides .box .more {
			float: left;
			height: 6vw;
			position: relative;
			margin: 2vw 0px 0px 0px;
			padding: 0px 4vw 0px 4vw;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			line-height: 16px;
			text-transform: uppercase;
			text-decoration: none;
			background: #239210;
			border-radius: 10px;
			z-index: 5;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .more:hover {
			background: #239210;
		}
		.container .slides .box .arrow-down {
			display: none !important;
			visibility: hidden !important;
		}

	.container .owl-nav {
		float: left;
		margin: -30px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		bottom: 20px;
		right: 3%;
		z-index: 5;
	}
		.container .owl-nav .owl-next,
		.container .owl-nav .owl-prev
		{
			width: 30px;
			height: 30px;
			margin: 0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position: relative;
		}
		.container .owl-nav .owl-next {
			float:left;
			margin: 0px 5px 0px 0px;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
		}
		.container .owl-nav .owl-prev {
			float: right;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
		}

	.additional {
		display:none;
	}

.s-container {
	float:left;
	width:100%;
	height:200px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fbf7f2;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.s-container .wrap  {
	float: left;
	width:96%;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	background: url(images/s-containerBg_2.png) right bottom no-repeat;
	background-size: 55vw;

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

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.s-container--header {
	float: left;
	width: 80%;
	position: relative;
	margin: 0px 20% 0px 0px;
	padding: 0px 0px 0px 5px;
	font-family: 'Kalam', cursive;
	color: #239210;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
}
	.s-container--header.s-container--header--small {
		font-size: 20px;
		font-weight: 600;
		line-height: 25px;
	}

	.dir  {
		float:left;
		margin:10px 0px 0px 0px;
		padding:10px 20px 10px 20px;
		background: #fff;
		border-radius: 5px;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.dir a {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #000;
		font-size: 12px;
		font-weight: 600;
		line-height: 12px;
		text-transform: uppercase;
		text-decoration:none;
	}
	.dir a:hover:first-child {
		color: #000;
		text-decoration: none;
	}
		.dir a span {
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 0px;
			font-weight: 100;
			line-height: 0px;
		}
			.dir a span:before {
				content: ' / ';
				float:left;
				margin:0px 0px 0px 0px;
				padding:0px 8px 0px 8px;
				position:relative;
				font-size: 15px;
				font-weight: 400;
				line-height: 12px;
			}
		.dir a:hover {
			color: #239210;
			text-decoration: none;
		}
		.dir a:hover span {
			color: #000;
		}

.fast-box {
	float:left;
	width:100%;
	position:relative;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 0px;

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

	z-index:25;
}
.fast-box .wrap {
	width:96%;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
	.fast-box.fast--box--2 .wrap {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 10px;
	}
	.fast-box.fast--box--3 .wrap {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 10px;
	}
	.fast-box .wrap .box {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:20px 20px 20px 20px;
		position:relative;
		text-decoration: none;
		overflow: hidden;

		background: #fff;
		border-radius: 10px;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

		-webkit-box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
		-moz-box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
		box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
	}
	.fast-box .wrap .box:nth-child(1) .ikon {
		background-color: #239210;
	}
	.fast-box .wrap .box:nth-child(2) .ikon {
		background-color: #F7E36D;
	}
	.fast-box .wrap .box:nth-child(3) .ikon {
		background-color: #444444;
	}
	.fast-box .wrap .box:nth-child(4) .ikon {
		background-color: #239210;
	}

	.fast-box .wrap .box .ikon:before,
	.fast-box .wrap .box .ikon:after
	{
		content: ' ';
		float: left;
		width: 30px;
		height: 30px;
		position: absolute;
		background: #000;
		z-index: 5;
		border-radius: 40em;
	}
	.fast-box .wrap .box .ikon:before
	{
		top: 5px;
		right: 5px;
	}
	.fast-box .wrap .box .ikon:after
	{
		bottom: 5px;
		left: 5px;
	}

	.fast-box .wrap .box:nth-child(1) .ikon:before,
	.fast-box .wrap .box:nth-child(1) .ikon:after
	{
		background-color: #ff8000;
	}

	.fast-box .wrap .box:nth-child(2) .ikon:before,
	.fast-box .wrap .box:nth-child(2) .ikon:after
	{
		background-color: #239210;
	}

	.fast-box .wrap .box:nth-child(3) .ikon:before,
	.fast-box .wrap .box:nth-child(3) .ikon:after
	{
		background-color: #ffc753;
	}

	.fast-box .wrap .box:nth-child(4) .ikon:before,
	.fast-box .wrap .box:nth-child(4) .ikon:after
	{
		background-color: #7c99e5;
	}

	.fast-box .wrap .box .mainFoto {
		float:left;
		width:100%;
		height:220px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.fast-box .wrap .box .mainFoto .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;
		}
	.fast-box .wrap .box .ikon {
		float:left;
		width:90px;
		height: 90px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position: relative;

		border-radius: 40em;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.fast-box .wrap .box .title {
		float:left;
		width: calc(100% - 90px);
		margin:20px 0px 0px 0px;
		padding:0px 20px 0px 40px;
		font-family: 'Kalam', cursive;
		color: #000;
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;

		text-align:left;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .text {
		float:left;
		width: calc(100% - 90px);
		margin:10px 0px 0px 0px;
		padding:0px 20px 0px 40px;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;

		text-align:left;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .more {
		float:left;
		height: 45px;
		position:relative;
		margin:10px 0px 0px 40px;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		text-align:center;
		text-decoration:none;
		text-transform: uppercase;

		border-radius:10px;
		border: 1px solid rgba(255,255,255,0.9);
		background: #F7E36D;

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

		opacity: 1;
		z-index: 4;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box .icon {
		float: left;
		font-size: 40px;
		font-weight: 100;
		line-height: 40px;
		position: relative;
		color: #fff;
		z-index: 1;
		opacity: 1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box:nth-child(1):hover .title,
	.fast-box .wrap .box:nth-child(1):hover .text {
		color: #ff8000;
	}
	.fast-box .wrap .box:nth-child(2):hover .title,
	.fast-box .wrap .box:nth-child(2):hover .text {
		color: #239210;
	}
	.fast-box .wrap .box:nth-child(3):hover .title,
	.fast-box .wrap .box:nth-child(3):hover .text {
		color: #ffc753;
	}
	.fast-box .wrap .box:nth-child(4):hover .title,
	.fast-box .wrap .box:nth-child(4):hover .text {
		color: #7c99e5;
	}

.short-link {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.short-link h3 {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #ff8000;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.short-link h3:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.short-link .link {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.short-link .link a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position:relative;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration:none;
		text-align:left;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.short-link .link a:before {
		content: ' ';
		width: 0px;
		height: 2px;
		position: absolute;
		top: auto;
		left: 20px;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #239210;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

		.short-link .link a:hover {
			color: #239210;
			text-decoration: none;
		}
		.short-link .link a:hover:before {
			width: 10px;
		}

.menuLeft {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.menuLeft__header {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #239210;
		border-radius: 0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.menuLeft__header:before {
		content: "\f0c9";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.menuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.menuLeft__list--box:before {
			content: ' ';
			width: 0px;
			height: 2px;
			position: absolute;
			top: auto;
			left: 20px;
			margin: 0px 10px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #239210;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

			.menuLeft__list--box:hover {
				color: #239210;
				text-decoration: none;
			}
			.menuLeft__list--box:hover:before {
				width: 10px;
			}
	.menuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.menuLeft__list--href:hover {
		color: #239210;
	}
	.subMenuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-bottom: 1px solid rgba(0,0,0,0.1);

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.subMenuLeft__list--box:last-child {
			border-bottom: 0;
		}
	.subMenuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.subMenuLeft__list--href:hover {
		color: #239210;
	}

.newslista {
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;

	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.newslista .news-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	background: #fff;

	-webkit-box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 8px 24px 0px rgba(66, 68, 90, 0.2);
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:-10px;
		top:-15px;
		margin:0px 0px 0px 0px;
		padding:8px 15px 8px 15px;
		font-family: 'Kalam', cursive;
		color:#000;
		font-size: 16px;
		font-weight: 500;
		line-height: 16px;
		z-index:3;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

		background: #ffc753;
		border-radius: 5px;
	}
		.news-left {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			overflow:hidden;
		}
			.news-foto img {
				float:left;
				width:100%;
				height:100%;
				object-fit: cover;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}

			.newslista .news-box:hover .news-foto img {
				transform: scale(1.05);
			}
		.news-data {
			float:left;
			height: 32px;
			margin:0px 0px 0px 0px;
			padding:3px 15px 0px 20px;
			position:absolute;
			right: 20px;
			bottom: 10px;

			font-family: 'Kalam', cursive;
			font-size: 18px;
			font-weight: 400;
			font-style: normal;
			line-height: 18px;
			color:#fff;
			text-align:center;

			background: #ff8000;
			border-radius: 5px;

			z-index:3;
			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.news-data:after {
			content: "\f073";
			font-family: FontAwesome;

			float: left;
			height: 100%;
			position: relative;
			margin: -5px 0px 0px 10px;
			padding: 0px 0px 0px 0px;

			font-size: 18px;
			line-height: 18px;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
			.newslista .news-box:nth-child(1) .news-data,
			.newslista .news-box:nth-child(4n) .news-data
			{
				background: #ff8000;
			}
			.newslista .news-box:nth-child(2) .news-data,
			.newslista .news-box:nth-child(5n) .news-data
			{
				background: #239210;
			}
			.newslista .news-box:nth-child(3) .news-data,
			.newslista .news-box:nth-child(6n) .news-data
			{
				background: #ffc753;
			}
			.newslista .news-box:nth-child(4) .news-data,
			.newslista .news-box:nth-child(7n) .news-data
			{
				background: #7c99e5;
			}
		.news-right {
			float:left;
			width: 100%;
			margin:0px 0px 0px 0px;
			padding:30px 20px 30px 20px;
			position:relative;
			overflow: hidden;

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

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.news-header {
				float:left;
				width:100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 10px 0px;
				position:relative;

				color: #000;
				font-size: 20px;
				font-weight: 600;
				line-height: 24px;
				border-bottom: 1px solid rgba(0,0,0,0.1);

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 10px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #7f7a7a;
				font-size: 15px;
				font-weight: 400;
				line-height: 22px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-more {
				float:left;
				height: 35px;
				margin:5px 0px 0px 0px;
				padding:0px 15px 0px 15px;
				position:relative;
				right: 0;
				bottom: 0;
				color: #7f7a7a;
				font-size: 13px;
				font-weight: 700;
				line-height: 14px;
				background: #fff;

				border-radius: 5px;
				border: 2px solid #239210;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.news-more:after {
				content: "\f054";
				font-family: FontAwesome;

				float: left;
				position: relative;
				margin: 3px 0px 0px 0px;
				padding: 0px 0px 0px 10px;
				color: #239210;
				font-size: 10px;
				font-weight: 400;
				line-height: 10px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.newslista .news-box:hover .news-more {
				color: #fff;
				background: #239210;
			}
			.newslista .news-box:hover .news-more:after {
				color: #fff;
			}
			.newslista .news-box:hover .news-new {

			}

.start-2 {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.middle .wrap .start-2 .wrap {
		float: left;
		width:100% !important;
		position:relative;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.start-2 .wrap p {
		float:left;
		width:100% !important;
		margin:20px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-2 .wrap p a {
		float:right;
		width:100% !important;
		height: 40px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-decoration:none;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		text-align:center;

		background-color: #239210;
		border-radius: 10px;

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.start-2 .wrap p a:hover {
		color:#000;
		background: #ffdc93;
	}

.start-3 {
	float:left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:5;
}
.middle .wrap .start-3 .wrap {
	float: left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	.start-3 .name-box {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 30px 0px;
		position:relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.1);
		overflow: hidden;

		-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
		box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	}
	.start-3 .name-box.calendars {
		padding:0px 0px 0px 0px;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;

		background-color: #7c99e5;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

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

		z-index: 3;
	}
	.start-3 .name-box .ikon:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #fff;
		font-size: 30px;
		line-height: 30px;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}

	.start-3 .name-box:before {
		float: left;
		position: absolute;
		right: -40px;
		bottom: -40px;
		color: #000;
		font-size: 220px;
		font-weight: 100;
		line-height: 220px;
		z-index: 1;
		opacity: 0.03;
	}

	.start-3 .name-box.contest:before {
		content: "\f091";
		font-family: FontAwesome;
	}
	.start-3 .name-box.contest .ikon {
		background-color: #ffc753;
	}
		.start-3 .name-box.contest .ikon:before {
			color: #000;
			content: "\f091";
		}

	.start-3 .name-box.questionnaire:before {
		content: "\f0e6";
		font-family: FontAwesome;
	}
	.start-3 .name-box.questionnaire .ikon {
		background-color: #7c99e5;
	}
		.start-3 .name-box.questionnaire .ikon:before {
			content: "\f0e6";
		}

	.start-3 .name-box.calendars .ikon {
		background-color: #ff8000;
	}
		.start-3 .name-box.calendars .ikon:before {
			content: "\f073";
		}

	.start-3 .name-box.class:before {
		content: "\f0c0";
		font-family: FontAwesome;
	}
	.start-3 .name-box.class .ikon {
		background-color: #239210;
	}
		.start-3 .name-box.class .ikon:before {
			content: "\f0c0";
		}

	.start-3 .name-box h3 {
		float: left;
		width: 100%;
		height: 70px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 70px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align: left;
		text-transform: uppercase;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

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

		z-index: 5;
	}

	.start-3 .name-box .text {
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		position:relative;
		color: #393939;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		text-align:left;

		overflow:hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		z-index: 5;
	}
	.start-3 .name-box .more {
		float:left;
		height: 40px;
		margin:20px 0px 0px 40px;
		padding:0px 20px 0px 30px;
		position:relative;
		color: #ff8000;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		text-decoration: none;
		border: 2px solid #ff8000;

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

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

		z-index: 5;
	}
		.start-3 .name-box .more i {
			padding: 0px 0px 0px 15px;
		}
		.start-3 .name-box .more:hover {
			color: #fff;
			background: #ff8000;
		}

		.start-3 .name-box.contest .more {
			color: #000;
			border: 2px solid #ffc753;
		}
			.start-3 .name-box.contest .more:hover {
				color: #fff;
				background: #ffc753;
			}

		.start-3 .name-box.questionnaire .more {
			color: #7c99e5;
			border: 2px solid #7c99e5;
		}
			.start-3 .name-box.questionnaire .more:hover {
				color: #fff;
				background: #7c99e5;
			}

		.start-3 .name-box.class .more {
			color: #239210;
			border: 2px solid #239210;
		}
			.start-3 .name-box.class .more:hover {
				color: #fff;
				background: #239210;
			}

.start-4 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:60px 0px 60px 0px;
	overflow:hidden;
	background: #7c99e5;

	z-index:3;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-4 .wrap {
	float: left;
	width: 94%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.start-4 .wrap:after {
	content: "\f0c0";
	font-family: FontAwesome;

	float: left;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	color: #fff;
	font-size: 190px;
	line-height: 190px;

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

	opacity: 0.08;
	z-index: 0;
}
	.start-4 .wrap h4 {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-family: 'Kalam', cursive;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		line-height: 35px;
		text-transform: uppercase;
		text-align: center;
	}
	.partners {
		float:left;
		width:100%;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.partners .owl-carousel {
			float:left;
			width:70%;
			height:115px;
			margin:0px 0px 0px 15%;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			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;
			background:#fff;
			border-radius:30px;
		}
		.partners .partners-box .img {
			max-width: 60%;
			max-height: 60%;
			object-fit: contain;
		}
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-75px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:40px;
				height:40px;
				margin:0px 0px 0px -48px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-prev:hover {
				background: rgba(0,0,0,0.6) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float:right;
				width:40px;
				height:40px;
				margin:0px -48px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
			}
			.partners .owl-nav .owl-next:hover {
				background:rgba(0,0,0,0.6) url(images/owl_next.png) center no-repeat;
			}
			.partners .owl-dots {
				display:none;
			}

.start-5 {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 80px 0px;

	background-size: cover !important;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.start-5:before {
		content: ' ';
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0);
		z-index: 4;
	}
.start-5 .wrap {
	float: left;
	width: 94%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	z-index: 5;
}
	.start-5 .wrap .text {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #000;
		font-size: 24px;
		font-weight: 300;
		line-height: 30px;
		text-align: center;
		font-style: italic;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}
	.start-5 .wrap .autor {
		float: left;
		width: 100%;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #000;
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}

.start-6 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:60px 0px 60px 0px;

	overflow:hidden;
	background: #fff;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-6 .wrap {
	float: left;
	width: 96%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-6 .wrap .header {
		float:left;
		width:100%;
		height: 80px;
		position:relative;
		margin:0px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		border-bottom: 2px solid #ffdc93;
	}
		.start-6 .wrap .header .godlo {
			float:left;
			width: 45px;
			margin:10px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			opacity: 1;
		}
		.start-6 .wrap .header .name {
			float:left;
			width: calc(100% - 100px);
			margin:7px 0px 3px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 24px;
			line-height: 28px;
			font-weight: 700;
			color: #000;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width: calc(100% - 100px);
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 18px;
			line-height: 20px;
			font-weight: 400;
			color: #000;
		}

	.start-6 .wrap .box-1 {
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-6 .wrap .box-1:before {
		content: "\f095";
		font-family: FontAwesome;

		float: left;
		position: absolute;
		top: -50px;
		left: -60px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		color: #ff8000;
		font-size: 220px;
		line-height: 220px;

		opacity: 0.1;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width: 100%;
			margin: 10px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			width: 60px;
			height: 60px;
			position:relative;
			margin:0px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			color:#ff8000;

			background: #fff;
			border: 1px solid rgba(0,0,0,0.05);

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

		.start-6 .wrap .box-1 .text .ikon-1 {
			font-size:40px;
			line-height:40px;
		}
		.start-6 .wrap .box-1 .text .ikon-2 {
			font-size:45px;
			line-height:45px;
		}

		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:100%;
			margin:0px 0px 20px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			align-content: center;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:100%;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			align-content: center;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;

				font-size: 16px;
				font-weight: 500;
				line-height: 24px;
				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: #ff8000;
			}


	.start-6 .wrap .box-2 {
		float:right;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-2 .left:before {
			content: "\f0e6";
			font-family: FontAwesome;

			float: left;
			position: absolute;
			top: -50px;
			left: -60px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;

			color: #ff8000;
			font-size: 200px;
			line-height: 200px;

			opacity: 0.1;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.start-6 .wrap .box-2 .text {
			float:left;
			width:100%;
			margin:15px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;
		}
		.start-6 .wrap .box-2 .text a {
			float:left;
			height: 60px;
			position:relative;
			margin:0px 5px 0px 0px;
			padding:0px 15px 0px 15px;
			color:#ff8000;

			background: #fff;
			border: 1px solid rgba(0,0,0,0.05);

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.start-6 .wrap .box-2 .left .social--icon {
			margin: 0 !important;
		}


.section__one {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:60px 0px 60px 0px;

	overflow:hidden;
	background: #fffaf1;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.section__one .wrap {
	float: left;
	width: 96%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.section__one--header {
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	font-family: 'Kalam', cursive;
	color: #000;
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;

	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.section__one--text {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #7f7a7a;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.section__one--left {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.section__one--left:before {
		content: "\f0a1";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: absolute;
		top: -100px;
		left: -50px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 260px;
		line-height: 260px;

		opacity: 0.05;
	}
.section__one--right {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #fff;

	overflow: hidden;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	-moz-box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
	box-shadow: 0px 12px 14px -1px rgba(66, 68, 90, 0.2);
}
	.section__one--right:before {
		content: "\f073";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: absolute;
		top: 150px;
		right: 350px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 330px;
		line-height: 330px;

		opacity: 0.02;
	}
.section__one--right .calendar,
.section__one--right .calendar tr:first-child th
{
	font-family: 'Kalam', cursive;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
}
.section__one--right .calendar thead tr:nth-child(2) th,
.section__one--right .calendar #today
{
	color: #239210;
	font-weight: 700;
}

.middle  {
	float:left;
	width:100%;
	position:relative;
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
	.middle .wrap {
		float: left;
		width: 96%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.middle .wrap h1 {
		float:left;
		width:100%;
		margin:15px 0px 30px 0px;
		padding:0px 0px 10px 0px;
		font-family: 'Kalam', cursive;
		color: #000;
		font-size: 30px;
		font-weight: 600;
		line-height: 35px;
	}
		.middle.home .wrap h1 {
			float: left;
			width: 100%;
			position: relative;
			margin: 0px 0px 20px 0px;
			padding: 0px 0px 0px 0px;
			color: #000;
			font-size: 26px;
			font-weight: 600;
			line-height: 30px;
		}
			.middle.home .wrap h1 {
				font-size: 50px;
				font-weight: 600;
				line-height: 50px;
			}

			.page h1 {
				text-align:left;
				border-bottom:2px solid #239210;
			}

	.home {
		padding: 0px 0px 40px 0px;
	}
	.home .left {
		float:left;
		width: 100%;
		position: relative;
		z-index: 3;
	}
	.home .right {
		float:left;
		width: 100%;
		position: relative;
		z-index: 5;
	}

	.page {
		padding: 0px 0px 40px 0px;
	}
	.page .left {
		float:left;
		width: 100%;
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.page .right {
		float:left;
		width: 100%;
		position: relative;
		z-index: 5;
	}

	.middle .wrap .left h2 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#239210;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		border-left:0;
		display: inline-block;
	}
	.middle .wrap .left h3 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#000;
		font-size: 26px;
		font-weight: 700;
		line-height: 28px;
		border-bottom:1px solid #239210;
	}

	.middle .wrap .opis {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #393939;
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
	}
	.middle .wrap .opis strong {
		font-weight:700;
	}
	.middle .wrap .opis a {
		color: #239210;
		text-decoration:underline;
	}
	.middle .wrap .opis a:hover {
		text-decoration:none;
	}

	.middle .wrap .opis ul {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
		.middle .wrap .opis ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_bg.png) top 8px left no-repeat;
		}
		.middle .wrap .opis ul li ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_li_bg.png) top 9px left no-repeat;
		}

	.middle .wrap .opis ol {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.middle .wrap .opis ol li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 35px;
			padding:0px 0px 0px 0px;
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		height: auto !important;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-spacing: 0;
		border: 0;
		border-collapse: collapse;
	}
		.middle .wrap .opis table thead {
			background-color:#0d6bb2;
		}
			.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:14px;
				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;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		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%;
		margin:0px 0px 0px 0px;
		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%;
		margin:0px 0px 0px 0px;
		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;
	}

	.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-size: 16px;
		font-weight: 400;
		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-size: 16px;
		font-weight: 400;
		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:#28c6f5;
	}

	.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:60px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 22px;
			font-weight: 400;
			line-height: 22px;
			text-align:center;

			border: 1px solid #28c6f5;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit {
			float:right;
			width:49%;
			height:60px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			color: #fff;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			border:none;
			cursor:pointer;
			background:#29c7f6;
		}

	#mapa-box { width:100%;height:400px;float:left;margin:0px 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; }


.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{
			color:#fff;
			background-color: #444444;
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.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-size: 18px;
	font-weight: 500;
	line-height: 18px;

}
.middle .wrap .left .plan-newslista .box {
	float:left;
	min-width:70px;
	min-height:70px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	padding:10px 0px 10px 0px;
	position:relative;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

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

	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover {
		color:#fff;
		background-color: #444444;
	}
	.middle .wrap .left .plan-newslista .box .foto-class {
		float: left;
		width: 100%;
			max-width: 200px;
		height: 140px;
		position: relative;
		margin: 0px 0px 10px 0px;
		object-fit: cover;
	}
	.middle .wrap .left .plan-newslista .box p {
		float: left;
		width: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
	}

.search {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	position:relative;
}
	.search .search-input {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 2% 0px 2%;
		position:relative;
		width:100%;
		height:70px;
		font-size: 22px;
		font-weight: 300;
		line-height: 22px;
		border:1px solid #cccccc;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 40px 0px 80px 0px;
	border-top:1px solid  rgba(0,0,0,0.1);
	background-color:#fff;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	footer .wrap {
		float: left;
		width:94%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	footer nav {
		width:100%;
		float:right;
		margin:0px 0px 0px 0px;
		font-size:18px;
		line-height:22px;
		font-weight:500;
	}
	footer nav ul {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	footer nav ul li {
		float:left;
		width:100%;
		position:relative;
		list-style: none;
	}
	footer nav ul li a {
		float: left;
		width:100%;
		color:#000;
		text-decoration:none;
		padding:0px 0px 0px 0px;
		display: inline-block;
	}
	footer nav ul li a:hover, footer nav ul li a.active {
		color: #239210;
	}
	footer nav ul li .menu-hr-footer {
		float:right;
		margin:3px 50px 0px 50px;
	}
		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;
	}
	footer .scooli {
		margin: 30px 0px 0px 0px;
	}
}

.calendar {
	float:left;
	width:100%;
	position:relative;
	font-size: 14px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:4;
	text-align: center;
}

.calendar tr:first-child th {
	cursor:pointer;
	color: #000;
	font-weight:500;
	font-size:16px !important;
	line-height:16px !important;
}
	.calendar tr:first-child th:hover {
		color:#ff8000 !important;
	}

.calendar #prev, .calendar #next {
	font-size: 30px !important;
	width:40px;
	height:45px;
	font-weight:500;
}
.calendar #prev {
	border-right:1px solid rgba(0,0,0,0.1);
}
.calendar #next {
	border-left:1px solid rgba(0,0,0,0.1);
}

.calendar thead tr:nth-child(2) th {
	color: #737373;
	font-weight:500;
	height:45px;
	line-height:45px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f1f1f1;
	border:0px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.calendar .pMDate, .calendar .nMDate { color: #dcdcdc;cursor:default !important; }
.calendar .pMDate:hover, .calendar .nMDate:hover { background:none !important; }

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

.calendar td a { color: #000;text-decoration:none; }

.active-date { background-color: #fea826; }
.active-date a { color: #fff !important; }

.calendar #currDay { color: #737373;font-weight:300;background-color: #e7f2fa; }
.calendar #currDay a { color: #737373; }

.calendar span { padding:0px 0px 0px 0px;display:block;line-height:35px; }
.calendar tr td {
	width:14.2%;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
	height:35px;
}
.calendar tr td:last-child { border-right:0px solid #e5e5e5; }
.calendar tr:last-child td { border-bottom:0px solid #e5e5e5; }

.calendar .date:not(.disabled):hover, .calendar .pMDate:not(.disabled):hover, .calendar .nMDate:not(.disabled):hover, .calendar .month:hover { background-color: #ffc753; }
.calendar .date:not(.disabled):active, .calendar .pMDate:not(.disabled):active, .calendar .nMDate:not(.disabled):active, .calendar .month:active { background-color: #ffc753; }

.calendar .month { padding: 15px;cursor: pointer; }

