html 
{

}

body 
{
	font-family: 'Arial';
	font-size: 12px;
	color: #56595f;
	font-weight: normal;
}

.wrapper 
{
	width: 1000px;
	margin: 0px auto;
}

.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { width: 100%; height: 0px; overflow: hidden; clear: both; }
.section { width: 100%; }

/* ================================================================= */

a
{
	text-decoration: none;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	color: #4e90c8;
}

a:hover
{
	color: #f17821;
}

h1,h2,h3,h4,h5
{
	font-family: 'Noto Sans', sans-serif;
}

#index
{
	background: url(../img/top-bg.png) top center no-repeat;
	width: 100%;
	min-height: 1080px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	min-width: 1000px;
}

#slider
{
	position: absolute;
	height: 560px;
	overflow: hidden;
	width: 100%;
}

#slider ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 560px;
	width: 100%;
	position: relative;
}

#slider ul li
{
	width: 100%;
	height: 100%;
}

.cycle-left
{
	width: 45px;
	height: 140px;
	background: rgba(145, 196, 108, 0.8);
	position: absolute;
	z-index: 999;
	right: 47px;
	top: 228px;
}

.cycle-right
{
	width: 45px;
	height: 140px;
	background: rgba(145, 196, 108, 0.8);
	position: absolute;
	z-index: 999;
	right: 0px;
	top: 228px;
}

.cycle-left:hover,
.cycle-right:hover
{
	background: rgba(40, 66, 91, 0.9);
	cursor: pointer;
}

#index .logo,
#srodek .logo
{
	display: block;
	width: 228px;
	height: 113px;
	background: url(../img/logo.png);
	margin-left: 28px;
	float: left;
}

#index .logo:hover,
#srodek .logo:hover
{
	margin-left: 32px;
}


#index .menu,
#srodek .menu
{
	margin: 0;
	padding: 0;
	ffont-family: 'Noto Sans', sans-serif;, serif;
	list-style: none;
	float: right;
}

#index .menu li,
#srodek .menu li
{
	float: left;
}

#index .menu li a,
#srodek .menu li a
{
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 33px 14px 32px;
	font-family: 'Noto Sans', sans-serif;
}

#index .menu li a:hover,
#srodek .menu li a:hover
{
	background: #91c46c;
	color: #fff;
}

#index .bloki
{
	margin-top: 400px;
	width: 1020px;
}


#index .bloki a
{
	margin-left: 21px;
	position: relative;
	display: block;
	float: left;
}

.bloki a .tytul
{
	color: #375572;
	font-size: 32px;
	position: absolute;
	font-family: 'Noto Sans';
	margin-left: 32px;
	margin-top: 28px;
}

.bloki a .tytul span
{
	font-weight: 700;
	font-size: 40px;
	color: #fff;
}

#index .bloki a:hover
{
	opacity: 0.95;
}

#index .bloki a:first-child
{
	margin-left: 0;
}

#index .boksy .box
{
	float: left;
	width: 270px;
	margin-left: 30px;	
	margin-right: 30px;	
	overflow: hidden;
	line-height: 23px;
}

#index .boksy .box h2
{
	color: #91c46c;
	font-size: 24px;
	font-weight: 700;	
	float: left;
}

#index .boksy .box h2 a
{
	color: #91c46c;
}

#index .box .pagination
{
	float: right;
	margin-top: 24px;
}

#index .box .pagination .ball
{
	width: 8px;
	height: 8px;
	background: #d5d5d5;
	margin: 0 3px;
	border-radius: 50%;
	border: solid 1px transparent;
	display: block;
	float: left;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}


#index .box .pagination .ball:hover
{
	background: #2a3e6d;
	cursor: pointer;
}

#index .box .pagination .ball.active
{
	background: #91c46c;
}

#index .box #slider2 .ball.active
{
	background: #91c46c;
}

.textCenter
{
	width: 100%;
	text-align: center;
}

#index .box #slider2.pagination
{
	display: inline-block;
	float: none;
}

#index .box .slideshow a
{
	display: block;
	float: left;
	overflow: hidden;
	width: 140px;
	height: 90px;
	margin-right: 5px;
}

.lineFullWidth
{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	margin-top: 40px;
	background: #dddddd;
}

.lineFullWidth2
{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	margin-top: 10px;
	background: #dddddd;
}

#partners
{
	clear: both;
	margin: 70px 0 20px;  
	overflow: hidden;
	position: relative;
}

#partners .shadowLeft
{
	position: absolute;
	left: 0;
	height: 100%;
	width: 50px;
	box-shadow:  0px 0px 20px 10px #fff;
	z-index: 22;
	background: #fff;
}

#partners .shadowRight
{
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	box-shadow:  0px 0px 20px 10px #fff;
	z-index: 22;
	background: #fff;
}

#partners #foo1
{
	width: 90%;
	padding: 0;
	margin: 0 auto;
}

#partners #foo1 a
{
	display: block;
	float: left;	
	width: 150px;
	height: 53px;
	padding: 0 20px;
	text-align: center;
}


.stopka
{
	margin-top: 45px;
	color: #c5c9d1;
	font-size: 12px;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

#srodek 
{
	background: url(../img/content-bg.jpg) top center no-repeat;
	width: 100%;
	min-height: 660px;
	overflow: hidden;
	min-width: 1000px;
}

#srodek .tresc .breadcrumb
{
	margin-bottom: 50px;
	color: #fff;
}

#srodek .tresc .breadcrumb a
{
	color: #fff;
	margin: 0 10px;
}

#srodek .tresc .breadcrumb a.active
{
	color: #57a9c6;
}

#srodek .tresc
{
	width: 570px;
	padding-left: 30px;
	margin-top: 281px;
	float: left;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 30px;
}

#srodek .tresc h1
{
	font-size: 24px;
	color: #91c46c;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

#srodek .bloki
{
	float: right;
	width: 320px;
	margin-top: 210px;
	margin-right: 25px;
}

#srodek .bloki a
{
	display: block;
}

#srodek .bloki a:hover
{
	opacity: 0.95;
}

#bottom
{
	width: 100%;
	height: 187px;
}

#bottom .partner
{
	padding-top: 10px;
	text-align: center;
	height: 68px;
	font-size: 22px;
	color: #4e90c8;
	font-family: 'Noto Sans', sans-serif;
}

#bottom .partner img
{
	vertical-align: middle;
}

#bottom .stopka
{
	margin-top: 45px;
	color: #c5c9d1;
	font-size: 12px;
}

#form_kont
{
	margin-top: 30px;
}

#form_kont table
{
	width: 100%;
}

#form_kont table td input[type=text]
{
	height: 30px;
	width: 220px;
	padding: 0 10px;
	border: solid 1px #e0e0e1;
}

#form_kont table td textarea
{
	height: 90px;
	width: 280px;
	padding: 10px 10px;
	border: solid 1px #e0e0e1;
}

#form_kont table td input[type=submit]
{
	height: 30px;
	width: 305px;
	margin-top: 10px;
	border: solid 1px #375572;
	background: #375572;
	color: #fff;
	font-weight: bold;
}

#form_kont table td input[type=submit]:hover
{
	background: #91c46c;
}

#form_kont table td textarea,
#form_kont table td input
{
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#form_kont table td textarea:hover,
#form_kont table td input:hover
{
	border-color: #aaa;
}


.bad
{
	color: #6a0000;
	border: solid 1px #6a0000;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	width: 90%;
	margin: 20px auto;
	font-weight: bold;
}

.good
{
	color: #a0c200;
	border: solid 1px #a0c200;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	width: 90%;
	margin: 20px auto;
	font-weight: bold;
}

#srodek .img
{
	width: 170px;
	height: 120px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	position: relative;
}

#srodek .img .tytul
{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	background: rgba(55, 85, 114, 0.8);
	color: #fff;
	font-weight: bold;
}

#srodek .img:hover
{
	opacity: 0.8;
}

#srodek .gallery 
{
	margin-left: -20px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
.news-list 
{
	margin-top: 30px;
}
.aktualnosc
{
	border-bottom: 1px dashed #ccc;
	display: block;
	width: 95%;
	padding: 0 2.5%;
	padding-bottom: 20px;
}
ul.galCategory{
	padding:0;
	margin:0;
}
ul.galCategory li{
	width: 100%;
	float:left;
	border-bottom:1px solid #e6e6e6;
	list-style-type: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}

ul.galCategory li a{
	float:left;
	width: 100%;
	padding:10px 15px;
	font-weight:400;
	font-size:18px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ul.galCategory li a span.catGalTxt{
	font-size:14px;
	color:#56595F;
}
ul.galCategory li a span.catGalTxt > p:first-child{
	margin: 0;
}
ul.galCategory li a > div.left{
	width: 150px;
}

ul.galCategory li a > div.right{
	width: 360px;
}

ul.galCategory li a > div.right.fullWidth{
	width: 100%;
}

ul.galCategory li a > div.right h3{
	margin-top: 0;
}

ul.galCategory li a > div.left img{
	max-width:150px;
	width: 100%;
	height:auto;
}

ul.galCategory li a:hover{

}