@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext,latin);

html, body {
margin: 0;
padding: 0;
background: #D9D9D9;
	font-size: 15px;
	font-family: Arial, Tahoma, sans-serif;
}

a {
color: #6d7a7e;
cursor: pointer;
text-decoration: none;
}

.right {
	float: right;
}


.line {
background: none repeat scroll 0 0 #e5e5e5;
height: 1px;
margin: 10px 30px;
overflow: hidden;

}

a.button {
background: none repeat scroll 0 0 #b3b5b7;
color: #fff;
font-size: 12px;
margin-top: 8px;
padding: 5px 15px;
text-transform: uppercase;
text-decoration: none;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
box-shadow: 2px 2px 2px #ddd;
}
a.button:hover {
background: none repeat scroll 0 0 #1c7fbd;
text-decoration: none;
color: #fff;
}


.main_menu ol, 
ul.main_menu {
list-style: none outside none;
}

ul.main_menu {
list-style: none outside none;
margin: 0;
padding: 0;
}

.clear {
clear: both;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}

#main {
background: none repeat scroll 0 0 #fff;
margin: 50px auto 0px auto;
width: 1000px;
box-shadow: 0px 0px 4px #aaa;
}

#menu {
display: block;
clear: both;
box-sizing: border-box;
border: 1px solid #fff;
}

#header {
display: block;
clear: both;
background: url("../img/bg2023.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 500px;
border-bottom: 5px solid #FF285C;
}
#header .logo {
float: left;
margin: 10px 0 0 10px;
}
#header .menu {
float: right;
margin: 3px 3px 0 0;
}

#omnie {
	display: inline;
	position: relative;
	left: 500px;
	top: 120px;
}
#omnie .imie {
	font-size: 36px;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
    line-height: 1.2em;
	background: #345497;
	padding: 8px 25px;
}
#omnie .funkcja {
	background: #ff285c;
	font-family: 'PT Sans', Arial, sans-serif;
	
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 15px 20px;
    text-transform: uppercase;
}


#banner {
display: block;
margin: auto;
clear: both;
width: 960px;
padding: 30px 0;
}
.slider-box {
display: inline-block;
width: 266px;
vertical-align: top;
border-left: 1px solid #e5e5e5;
height: 210px;
padding: 20px 10px;
text-align: left;
}
.slider-box:first-child {
border-left: 0;
}

.slider-box a.title{
	text-align: center;
	display: block;
    font-size: 24px;
	margin: 2px 0 20px 0;
}
.aktualnosci a.title {
	text-align: left;
    font-size: 22px;
	margin: 18px 0 5px 0;
	display: inline-block;
}

.slider-box a.title, 
.aktualnosci a.title {
    color: #345497;
	line-height: 24px;
    word-spacing: -1px;
	font-weight: normal;
	font-family: "Times New Roman", Arial, sans-serif;
	
}
.slider-box a.title:hover, 
.aktualnosci a.title:hover {
    color: #345497;
	text-decoration: underline;
}
.slider-box a.more, 
.aktualnosci .more  {
	text-decoration: none;
	color: #6d7a7e;
    font-weight: bold;
	font-size: 12px;
	line-height: 21px;
}
.slider-box a.more:hover, 
.aktualnosci .more:hover  {
	text-decoration: none;
	color: #1c7fbd;
    font-weight: bold;
	font-size: 12px;
	line-height: 21px;
}
.slider-box p, 
.aktualnosci p  {
    margin: 0;
	color: #6d7a7e;
    font-weight: normal;
	font-size: 12px;
	line-height: 21px;
}
.slider-box p {
    padding: 0;
}
.aktualnosci p {
	padding: 5px 10px;
}


.main_menu {
	display: table;
	width: 100%;
}

.main_menu li:first-child {
border-left: none;
}
.main_menu li {
display: table-cell;
border-left: 1px solid #c6c8c9;
position: relative;
vertical-align: top;
}


.main_menu li.active a {
background: none repeat scroll 0 0 #345497 /* #1c7fbd */;
color: #fff;
}
.main_menu li a {
background: none repeat scroll 0 0 #b3b5b7;
color: #fff;
font-size: 12px;
height: 55px;
line-height: 13px;
padding: 21px 10px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
display: block;
box-sizing: border-box;
vertical-align: middle;
position: relative;

transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;

}
.main_menu li a:hover,
.main_menu li.active a {
background: none repeat scroll 0 0 #345497 /* #1c7fbd */;
text-decoration: none;
color: #fff;
}

#container {
    margin-left: auto;
    margin-right: auto;
	padding: 20px 10px;
    width: 920px;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial,sans-serif;
	color: #6d7a7e;
	
}
#container h2 {
	margin-bottom: 20px;
	color: #345497;
	font-size: 22px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "Times New Roman", Arial, sans-serif;
}

.image_box {
display: block;
clear: both;
}
.image_box a img {
border: 5px solid #e6e6e6;
padding: 0;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
}
.image_box a {
margin: 0 7px 14px 0px;
}
.image_box a:hover img {
border: 5px solid #1c7fbd;
}


#container2 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	background: url("../img/vertical-line-1.png") no-repeat scroll 650px 16px rgba(0, 0, 0, 0);
	margin-bottom: 25px;
}
#container2 h2 {
	margin-bottom: 20px;
	color: #345497;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "Times New Roman", Arial, sans-serif;
}



/* NOWOŚCI */
#wskrocie,
#galeria {
display: inline-block;
float: left;
margin-left: 10px;
margin-right: 10px;
position: relative;
}
#wskrocie {
width: 620px;
}

#wskrocie li {
color: #6d7a7e;
font: 12px/21px Arial,sans-serif;
margin: 0;
padding: 1px 0;
}
#wskrocie li p{
display: block;
color: #6d7a7e;
font: 12px/21px Arial,sans-serif;
margin: 0;
padding: 0;
}

#galeria {
width: 300px;
}
#galeria .box {
padding: 0 30px 0 35px;
width: 234px;
}
#galeria .img {
float: left;
}
#galeria .img img {
border: 5px solid #e6e6e6;
padding: 0;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
}
#galeria .img:nth-child(even) {
margin: 0 7px 14px 0px;
}
#galeria .img:nth-child(odd) {
margin: 0 0px 14px 7px;
}

#galeria .img:hover img {
border: 5px solid #1c7fbd;
}




#tabela_linki {
	width: 100%;
}


#tabela_linki td {
	width: 50%;
	text-align: center;
	padding: 20px 0;
}

#tabela_linki td img {
	height: 100px;
	width: auto;
	max-width: 300px;
}



/* FOOTER */


#footer {
background: none repeat scroll 0 0 #b3b5b7;
margin: 0 auto 0px;
width: 1000px;
}
#footer .stopka {
color: #fff;
text-align: right;
font-size: 12px;
line-height: 18px;
padding: 15px 30px 15px 15px;
}

table form {
	text-align: center;
}
table form input[type=text],
table form textarea {
	width: 60%;
	margin: 3px 0;
	border: 1px solid #345497;
	padding: 2px;
}


#footer_linki {
background: none;
margin: 5px auto 0;
width: 1000px;
color: #fff;
text-align: center;
margin: 15px auto 50px auto;
}
#footer_linki a {
color: #345497;
text-decoration: none;
font-size: 11px;
margin: 0px 3px;
}
#footer_linki  a.active,
#footer_linki a:hover {
color: #345497;
text-decoration: underline;
}