
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: separate;
    border-spacing: 0px;
}
input,select{
	box-sizing:content-box;
}

body{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #000;
	width: 100%;
	line-height: 1.5;
}
img{
	border:0;
	outline: none;
}
a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 18px; 
	font-weight: 400;
	text-decoration: none; 
	cursor: pointer;
	color: #000;
	outline: none;
}
a:hover{
	color: #51B4DB;
	text-decoration: none;
}
a:focus{
	outline: 3px dotted #c00;
}
.clear, .cleaner{
	clear: both;
}
.center{
	text-align: center;
}
input[type=button]{
	cursor: pointer;
}
.wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #312e2e;
}
.pagewidth{
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.button{
	display: inline-block;
    background: #2b2424;
    padding: 3px 20px 3px 20px;
    color: #FFF;
    font-size: 14px;
	margin: 0 10px 10px 0;
	border: 0;
	outline: none;
	text-align: center;
	font-family: "Source Sans Pro", Arial, Verdana;
	transition: all 0.2s ease-in 0s;
}
.button:hover{
	text-decoration: none;	
	background: #010069;
}
.button:focus{
	text-decoration: none;
}
.img:focus{
	border: 1px solid #E51E19;
}
.pb10{
	padding-bottom: 10px;
}
.mt20{
	margin-top: 20px;
}
.breadcrumb{
	margin: 10px 0 20px 0;
	padding: 10px 0;
	font-size: 14px;
	color: #000;
	border-bottom: 1px dotted #000;
	font-family: 'Alegreya Sans SC', sans-serif;
}
.breadcrumb h2{
	font-size: 14px;
	font-family: 'Alegreya Sans SC', sans-serif;
}
.breadcrumb a{
	font-size: 14px;
	color: #000;
	font-family: 'Alegreya Sans SC', sans-serif;
}
.breadcrumb a:hover{
	color: #51B4DB;
}
.nag{
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 36px;
	text-align: center;
	font-family: "Source Sans Pro";
	background: #2b2424;
	margin: 1px auto 0 auto;
}

.cnt{
	padding: 10px 10px 10px 10px;
}
.cnt p, .content p{
	margin: 0;
}
.content ul, .content ol{
	margin-left: 10px;
	padding-left: 10px;
}

#main-content{
	position: relative;
	z-index: 3;	
	width: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
	color: #000;
}
#main-content .podstrona{
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: "Source Sans Pro";
	font-weight: 400;
}
#main-content .content{
	padding: 10px 0;
}

#main-content .left-side{
	float: left;
	width: 750px;
}
#main-content .right-side{
	float: right;
	width: 230px;
	margin: 20px 0 0 0;
}


table.def_table{
	margin: 0 auto;
}
table.def_table td{
	width: 475px;
	max-width: 475px;
	padding: 0 8px 5px 8px;
	text-align: center;
	vertical-align: top;
}
table.def_table img:hover{
	opacity: 0.9;
}


/* menu mobilne */

a.menu-mobile-toggle{
	display: none;
	position: fixed;
	width: 33px;
	height: 33px;
	vertical-align: middle;
	cursor: pointer;
	background: transparent url('../img/menu_button_bg.png') no-repeat center;
	margin: 10px 0 0 10px;
	padding: 0;
	z-index: 900;
}
a.menu-mobile-toggle:hover{
	text-decoration: none;
}
#menu-mobile{
	display: none;
	width: 100%;
}
#menu-mobile .menu-mobile{
	display: none;
	width: 100%;
}
#menu-mobile .menu-mobile{
	display: none;
	height: auto;
	position: fixed;
	z-index: 899;
	background: #2D2C2C;
	padding: 0;
	margin: 0;
	opacity: 0.95;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
}
#menu-mobile .menu-mobile ul.menu{
	padding: 37px 30px 30px 63px;
}
#menu-mobile .menu-mobile a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: "Source Sans Pro";
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
}
#menu-mobile .menu-mobile a:hover, #menu-mobile .menu-mobile li.active > a{
	color: #027cc5;
}
#menu-mobile .menu-mobile ul {
	list-style-type: none;
}
#menu-mobile .menu-mobile ul li{
	border-bottom: 1px solid #a4a4a4;
	padding-left: 10px;
	padding-right: 10px;
}
#menu-mobile .menu-mobile ul ul li{
	border-bottom: 0;
}
#menu-mobile .menu-mobile ul ul {
	list-style-type: square;
	color: #fff;
	padding: 10px 20px;
}
#menu-mobile .menu-mobile ul ul a{
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
}
#menu-mobile .menu-mobile ul ul ul{
	list-style-type: circle;
}
#menu-mobile .menu-mobile li img {
	vertical-align: middle;
	padding-bottom: 3px;
	height: 27px;
}


/* ikonki przed linkami do plików */

a[href$=".pdf"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -21px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
/* a[href$=".png"],a[href$=".jpg"],a[href$=".bmp"],a[href$=".gif"]{background:url(../img/sprite-file-icons.png) no-repeat 0 -86px;padding:1px 0 1px 20px;}*/
a[href$=".doc"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -105px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".xls"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -126px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".ppt"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -147px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".docx"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -168px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".xlsx"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -189px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".txt"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -210px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".pptx"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -231px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".zip"]:before,a[href$=".rar"]:before,a[href$=".gzip"]:before,a[href$=".arj"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -253px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".wav"]:before,a[href$=".mp3"]:before,a[href$=".aif"]:before,a[href$=".aiff"]:before,a[href$=".m4a"]:before,a[href$=".ogg"]:before,a[href$=".wma"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -273px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".psd"]:before,a[href$=".ai"]:before,a[href$=".swf"]:before,a[href$=".fla"]:before,a[href$=".css"]:before,a[href$=".js"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 0;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}
a[href$=".avi"]:before,a[href$=".mov"]:before,a[href$=".wmv"]:before{background:url(../img/sprite-file-icons.png) no-repeat 0 -294px;padding:0 5px 0 0;width:16px;height:16px;content: "";overflow:hidden;display:inline-block;}



/* header */

header{
	position: relative;
	display: block;
	width: 100%;
	min-height: 120px;
	background: #fff;
	padding: 0;
	line-height: 1;
}
header h1 {
	position: absolute;
	text-indent: -12209px;
	white-space: nowrap;
	z-index: 1;
	max-width: 600px;
}
header .logo{
	position: absolute;
	margin: 10px 0 0 0;
	z-index: 2;
	max-width: 100%;
}
#search{
	position: absolute;
	right: 70px;
	margin: 46px 0 0 0;
	text-align: center;
	width: 195px;
	height: 24px;
}
#search input[type=text]{
	float: left;
	width: 152px;
	padding: 3px 5px;
	margin: 0;
	height: 19px;
	color: #333;
	display: block;
	font-size: 11px;
	border: 1px solid #a9a9a9;
	font-family: Arial,Helvetica,Garuda,sans-serif !important;
}
#search input[type=submit]{
	float: left;
	background: #494646 url('../img/search-button-bg.png') no-repeat;
	border: none;
	color: #FFF;
	width: 30px;
	height: 27px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 0;		
}
#search input[type=submit]:hover{
	text-decoration: none;
}
header .ch_fontsize{
	display: block;
	position: absolute;
	right: 0;
	margin: 46px 0 0 0;
	text-align: center;
	width: 30px;
	height: 27px;
	background: #494646 url('../img/ch_fontsize.png') no-repeat;
}
header .ch_contrast{
	display: block;
	position: absolute;
	right: 35px;
	margin: 46px 0 0 0;
	text-align: center;
	width: 30px;
	height: 27px;
	background: #494646 url('../img/ch_contrast.png') no-repeat;
}


/* menu top */

#menu-top{
	min-height: 85px;
	text-align: center;	
	margin: 0 auto 0 auto;
	background: #fff;
	width: 100%;
}


/* menu right */

#menu-right{
	width: 100%;
}
#menu-right ul, #menu-right li {
	list-style: none;
}
#menu-right li{
	display: block;
	color: #fff;
	border: 1px solid #858282;
	text-align: center;
	line-height: 31px;
	margin: 1px auto 0 auto;
	background: rgba(1,107,183,1);
	background: linear-gradient(to bottom, rgba(1,107,183,1) 0%, rgba(1,90,163,1) 100%);
	transition: all 0.2s ease-in 0s;
}
#menu-right li:hover, #menu-right li.active{
	background: #2597e7;
}
#menu-right li a{
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#menu-right ul ul {
	background: #fff;
	margin: 0;
	padding: 0;
}
#menu-right ul ul li{
	background: #898989;
	border: 0;
}
#menu-right ul ul li:hover, #menu-right ul ul li.active{
	background: #686868;
}


/* wspolfinansowanie projektu */

#projekt{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}
#projekt .logos{
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	max-width: 1000px;
	margin: 0 auto;
}
#projekt .logos img{
	max-width: 95%;
	max-height: 80px;
	vertical-align: middle;
	margin: 0;
}
#projekt .logos img.innowacyjna_gospodarka{
	position: absolute;
	left: 0;
}
#projekt .logos img.mnisw{
	position: absolute;
	left: 50%;
	margin-left: -156px;
}
#projekt .logos img.unia_europejska{
	position: absolute;
	right: 0;
}
#projekt .info{
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Source Sans Pro";	
	font-weight: 400;	
	margin: 10px auto 0 auto;
	max-width: 520px;
}


/* slider */

#slider{
	background: #fff;
	max-width: 1920px;
	max-height: 441px;
	position: relative;
	margin: 0 auto 0 auto;	
	border: 0;
}
#slider.default{
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	border: 0;
}


/* stopka */

footer{
	position: relative;
	display: block;
	margin: 0 auto 200px auto;
	color: #fff;
	font-size: 22px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	line-height: 58px;
	min-height: 58px;
	vertical-align: middle;
	padding: 0 20px;
	background: #312e2e;
}
footer a{
	color: #fff;
	font-size: 22px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
footer .left{
	float: left;
	text-align: left;
}
footer .right{
	float: right;
	text-align: right;
}

#back-top{
	display: none;
}
#back-top a{
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	background: url('../img/up-arrow.png') no-repeat center center;
	transition: all 1s ease 0s;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #027cc5;
	z-index: 999;
	margin-bottom: 20px;
}
#back-top a:hover{
	background-color: #40b8ff;
}


/* gallery */

div#gallery{
	display: block;
	width: 1000px;
	margin: 0 auto;
}


/* aktualności */

table.articles{
	width: 100%;
}
.articles .row{
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
}
#aktualnosci .button_test{
	color: #00ccff;
}
.article .button_test{
	color: #000;
}
.articles .row .photo{
	float: left;
	width: 20%;
}
.articles .row .photo img{
	width: 90%;
	border: 1px solid #afafaf;
}
.articles .row .right{
	float: left;
	width: 80%;
}
.articles .row .right.all{
	width: 100%;
}
.articles .row .title{
	float: left;
	margin: -2px 0 0 0;
}
.articles .row .title a{
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	outline: none;	
	color: #000;
}
.articles .row .date{
	float: left;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
.articles .row .lead{
	width: 100%;
	padding-top: 10px;
}
.articles .row .lead p{
	margin: 0;
	padding: 0;
}
.articles .row .opt{
	width: 90%;
}
.articles .row .more{
	width: 50%;
	float: right;
	display: block;
	padding: 3px 0 0 0;
	text-align: right;
}


.article{
	margin: 0;
}
.article .row{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.article .row .title{
	text-align: left;
	line-height: 27px;
	vertical-align: middle;
	font-weight: normal;
	color: #016c9f;
	font-size: 18px;
}
.article.view .row .title{
	padding-bottom: 10px;
}
.article .row .title a{
	font-weight: normal;
	color: #016c9f;
	font-size: 18px;
	text-decoration: none;
}
.article .row .title a:hover{
	text-decoration: underline;
	color: #718bef;
}
.article .row .date{
	line-height: 27px;
	font-size: 12px;
	color: #949494;
	padding: 2px 0 0 15px;
}
.article.view .row .date{
	padding-left: 0;
}
.article .row .options img, .podstrona .options img{
	vertical-align: middle;
}
.article .row .lead{
	text-align: left;
	margin: 0 0 0 0;
}
.article .row .lead p{
	padding-bottom: 0;
	margin: 0;
}
.article .row .lead img{
	float: left;
	margin: 3px 10px 10px 0;
	border: 1px solid #b8b8b8;
}
.article .row .c{
	text-align: left;
	margin: 10px 0 0 0;
}


/* galeria */

.galeria{
	text-align: left;
	margin: 10px 0;
}
.galeria img{
	height: 100px;
	vertical-align: bottom;
}
.galeria img:hover{
	opacity: 0.8;
}
.galeria .collage .image_wrapper {
    float: left;
	display: block;
    padding: 10px 10px;
    border: 1px solid #B6B6B6;
    margin-left: -1px;
    width: 129px;
    height: 129px;
	line-height: 129px;
	vertical-align: middle;
    overflow: hidden;
    text-align: center;
    margin-top: -1px;	
}
.galeria .collage .image_wrapper img{
    margin:0;
	display: inline-block;
	vertical-align: middle;
    opacity:1;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 90%;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);	
}
.galeria .collage .image_wrapper img:hover{
	opacity: 0.8;
}
.galeria .album{
	display: inline-block;
	width: 120px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
}
.galeria .album .photo{
	width: 122px;
	height: 82px;
}
.galeria .album .photo img{
	height: 80px;
	border: 0;
	border: 1px solid #6c6a6a;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);	
}
.galeria .album .photo img:hover{
	border: 1px solid #02006A ;
}
.galeria .album .photo a{
	display: block;
	width: 120px;
}
.galeria .album .title{
	text-align: center;
	margin: 5px 0 0 0;
	height: 30px;
}
.galeria .album .title a{
	color: #000;
	margin: 0;
}
.galeria .album .title a:hover{
	text-decoration: none;
	color: #02006A ;
}


/* formularze */

.formularz{
	padding: 20px 0;
}

.formularz table{
	background: #fff;
	color: #000;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 5px;	
}

.formularz table td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}

.formularz table td.l{
	text-align: right;
	padding-right: 10px;
}

.formularz table td.r{
	text-align: left;
	width: 230px;
}

.formularz div.error{
	display: none;
	color: red;
	font-size: 11px;
}

.formularz input[type=text], .formularz input[type=password]{
	width: 85%;
	border: 1px solid #858585;
	padding: 5px;
}

.formularz input[type=text].error,.formularz input[type=password].error{
	border: 1px solid red;
}

.formularz input[type=radio].error{
	outline: 1px solid red;
}

.formularz input[type=checkbox].error{
	outline: 1px solid red;
}

.formularz textarea{
	width: 85%;
	height: 100px;
	border: 1px solid #858585;
	padding: 5px;
}
.formularz select{
	width: 85%;
	border: 1px solid #858585;
	padding: 5px;
}
.formularz input[type=submit]{
	cursor: pointer;
}

.formularz textarea.error{
	border: 1px solid red;
}
.formularz select.error{
	border: 1px solid red;
}
.formularz .title{
	text-align: center;
	padding-bottom: 20px;
}
.logowanie, .rejestracja {
    width: 440px;
    margin: 0px auto;
}
.logowanie a{
	color: #015A9E;
}
form#logowanie, form#rejestracja{
	border: 1px solid #2B2424 ;
	padding: 20px 0;
}
.zalogowany{
	padding: 0 0 10px 0;
}
.formularz .alert_error{
	color: red;
	text-align: center;
	margin: 5px 20px;
	padding: 10px 10px;
	border: 1px solid red;
	background: #feebeb;
}
.formularz .alert_ok{
	color: #008000;
	text-align: center;
	margin: 5px 20px;
	padding: 10px 10px;
	border: 1px solid #008000;
	background-color: #EBFEEC;
}


/* stronicowanie */
	
.pages{ padding-top:25px;text-align:right;font-size:11px;padding-bottom:20px;border-top: 1px dotted #000;line-height:30px;}
.pages a,.pages span{font-size:13px;color:#2B2424;margin:2px;padding:4px 8px;text-decoration:none;border: 1px solid #2B2424;}
.pages a:hover{text-decoration:underline;}
.pages span.pages_act{background: #2B2424;border: 1px solid #2B2424;color:#fff;}

/* cookie-info-bar */

#cookie-info-bar{display: block;width: 100%;margin: 0 auto;bottom: 0;padding: 10px 0;z-index: 9999;text-align: center;background: #fff;position: fixed;box-shadow: 0px 0px 17px #3C3C3C;border-top: 1px solid #C0C0C0;font-size: 12px;line-height: 15px;color:#4E4E4D;}
#cookie-info-bar a.policy_link{color: #3F5295;font-size: 12px;text-decoration: none;}
#cookie-info-bar a#cookie_action_button{display: block;float: right;background: url('../img/close-cookies.png') no-repeat;width: 15px;height: 15px;border: 0;margin: 0 10px 0 0;cursor:pointer;}

	
/* zakladki wysuwane serwisów społecznościowych */

#widgets{
	width: 250px;
	top: 190px;
	right: -250px;
	position: fixed;
	padding: 0px;
	z-index: 1000;
}
.widget_img{
	position: absolute;
	left: -25px;
}
#widgets .widget1{
	margin: 0 0 0 0;
}
#widgets .widget2{
	margin: 79px 0 0 0;
}
#widgets .widget3{
	margin: 158px 0 0 0;
}
#widgets .widget4{
	margin: 237px 0 0 0;
}


/* facebook */

#facebook{
	position: absolute;
	width: 250px;
	height: 365px;
	right: 0;
}
#facebook .c{
	width: 250px;
	height: 355px;
	margin: 0;
	padding: 0;
	z-index: 1001;
	background: #3b579e;
	text-align: center;
}
#facebook iframe{
	background: #fff;
	border: 0;
}

/* pinterest */

#pinterest{
	position: absolute;
	width: 250px;
	height: 365px;
	right: 0;
}
#pinterest .c{
	width: 250px;
	height: 355px;
	margin: 0;
	padding: 0;
	z-index: 1001;
	background: #3b579e;
	text-align: center;
}

/* twitter */

#twitter{
	position: absolute;
	width: 250px;
	height: 365px;
	right: 0;
}
#twitter .c{
	width: 250px;
	height: 355px;
	margin: 0;
	padding: 0;
	z-index: 1001;
	background: #3b579e;
	text-align: center;
}
#twitter iframe{
	background: #fff;
	border: 0;
}


/* opcje dodatkowe dokumentu */

.podstrona_opcje{
	margin: 20px 0 10px 0;
	text-align: right;
	border-top: 1px dotted #000;
	padding: 10px 0;
}
.podstrona_opcje a {
	color: #000;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}
.podstrona_opcje a:hover{
	color: #51B4DB;
	text-decoration: none;
}
.podstrona_opcje .left{
	float: left;
}
.podstrona_opcje .right{
	float: right;
}


/* tabela lista revisions */

table.revisions{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 30px 0 10px 0;
}
table.revisions th{
	border-bottom: 1px solid #7F7F7F;
	font-weight: bold;
	padding: 5px 0 3px 0;
	vertical-align: middle;
}
table.revisions td{
	border-bottom: 1px solid #7F7F7F;
	padding: 5px 0;
	vertical-align: middle;
	color: #686869;
}


/* mapa serwisu */

.mapa{
	margin: 0 0 20px 0;
}
.mapa .m2{
	padding-left: 20px;
}
.mapa .m3{
	padding-left: 40px;
}
.mapa table{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.mapa table td{
	width: 33%;
	vertical-align: top;
}
#site-map .site-map-menus {
  margin-left: 1.5em;
}

#site-map ul {
  margin: 10px 0;
}

#site-map ul li {
  background: url('../img/list-lev2.jpg') no-repeat 0 10px;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 4px;
  padding: 0 0 0 15px;
  line-height: normal;
}

#site-map ul li a,
#site-map ul li a:visited {
  font: normal 18px/22px Arial;
}

#site-map ul ul {
  margin: 3px 0 0 15px;
}

#site-map ul ul li {
  background: transparent none;
  padding-left: 0;
}

#site-map ul ul ul li {
  background: transparent url('../img/list-lev1.jpg') no-repeat 0 10px;
  padding-left: 10px;
}

#site-map ul ul li a,
#site-map ul ul li a:visited {
  font-size: 12px;
  font-weight: bold;
}

#site-map ul ul ul li a,
#site-map ul ul ul li a:visited {
  font-size: 12px;
  font-weight: normal;
}

.search h3{
	font-weight: bold;
}
.search_results{
	margin: 20px 0;
}
.search_results .result{
	margin: 0 0 20px 0;
}
.search_results .result a{
	font-size: 14px;
	font-weight: bold;
}
.search_results .date span {
    color: #808080;
    font-weight: normal;
}

.search .search_form{
	padding: 20px 0;
}
.search #search_form{
	display: block;
}
.search #search_form input[type=text]{
	float: left;
	width: 195px;
	padding: 3px;
	height: 20px;
	margin: 0;
	color: #333;
	display: block;
	font-size: 11px;
	border: 1px solid #CCC;
	font-family: Arial,Helvetica,Garuda,sans-serif !important;
}
.search #search_form input[type=submit]{
	float: left;
	background: #323232;
	border: none;
	color: #FFF;
	padding: 3px 10px;
	height: 22px;
	margin: 0;
	cursor: pointer;
	font-size: 11px;
	font-family: Arial,Helvetica,Garuda,sans-serif !important;
	border-radius: 0;	
	
}
.search #search_form input[type=submit]:hover{
	text-decoration: none;
}


.search_md{
	margin: 10px 0 0 0;
}
.search_md .t{
	font-weight: bold;
	padding: 10px 0;
}
.search_md input[type=radio]{
	position: absolute;	
}
.search_md span{
	display: block;
	padding-left: 25px;
}
.search_md .b{
	margin: 10px 0 0 0;
}
.search_md div.error{
	display: none;
	color: red;
	font-size: 11px;
	font-weight: normal;
}
.search_md input[type=radio].error{
	outline: 1px solid red;
}
.search_md_wynik{
	font-weight: bold;
	border: 1px dotted #80C242;
	padding: 10px;
	margin: 10px 0;
}


/* formularz newsletter */

.newsletter{
	margin: 20px 0 0 0;
}
.newsletter .cnt{
	padding: 10px 0;
	text-align: center;
}
.newsletter input[type=text]{
	float: left;
	width: 67%;
	padding: 3px 1%;
	margin: 0;
	height: 16px;
	color: #333;
	display: block;
	font-size: 11px;
	border: 1px solid #b6b6b6;
	font-family: Arial,Helvetica,Garuda,sans-serif !important;
}
.newsletter input[type=submit]{
	float: left;
	background: #005093;
	border: none;
	color: #FFF;
	width: 30%;
	height: 24px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 0;		
	transition: all 0.2s ease-in 0s;
}
.newsletter input[type=submit]:hover{
	text-decoration: none;
	background: #2597e7;
}
.newsletter .error{
	text-align: left;
}


.button_logowanie{
	display: block;
	padding: 0 10px;
	background: #2b2424;
	margin: 1px auto 20px auto;	
}
.button_logowanie span{
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 36px;
	text-align: center;
	font-family: "Source Sans Pro";
	background: url('../img/ico1.png') left 12px no-repeat, url('../img/ico2.png') right 12px no-repeat ;
}
.button_logowanie:hover{
	text-decoration: none;
}


/* partnerzy */

#partnerzy{
	background: #fff;
	padding: 20px 0;
	width: 100%;
	height: 110px;
}


/* kontakt */

#kontakt{
	width: 100%;
	background: #e5e5e5;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}
#kontakt .left{
	float: left;
	width: 50%;
	height: 420px;
	padding: 20px 0;
}
#kontakt .right{
	float: right;
	width: 50%;
	height: 460px;
}
#kontakt .right iframe{
	width: 100%;
	height: 100%;
}
.size-big1, .size-big1 a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.size-med1, .size-med1 a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
.size-med2, .size-med2 a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 22px;
	color: #000;
	text-decoration: none;
}
.size-med3, .size-med3 a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.kontakt-l{
	width: 55%;
	float: left;
	margin-top: 20px;
}
.kontakt-r{
	width: 40%;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5%;
}


/* oferta */

#oferta{
	width: 100%;
	background: #fff;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #000;
	padding: 20px 0;
}
.oferta-title{
	text-align: center;
	font-size: 45px;
	padding: 20px 0;
}
.oferta-table{
	width: 100%;
	padding: 10px 0 50px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 45px 30px;
}
.oferta-table .oferta-t{
	font-size: 32px;
}
.oferta-table .oferta-o{
	font-size: 18px;
	padding-top: 15px;
}

@media only screen and (max-width: 1366px) {
	.oferta-table{
		grid-template-columns: 1fr 1fr;
		gap: 35px 20px;
	}
}

@media only screen and (max-width: 480px) {
	.oferta-table{
		grid-template-columns: 1fr;
		gap: 40px 10px;
	}
}




/* aktualnosci strona glowna */

#aktualnosci{
	width: 100%;
	min-height: 510px;
	background: url('../img/aktualnosci-bg2.jpg') repeat-y top center;
	position: relative;
}
#aktualnosci::before{
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}
#aktualnosci .naglowek{
	text-align: center;
	font-size: 45px;
	padding: 20px 0 30px 0;
	color: #fff;
}
#aktualnosci .row{
	float: left;
	width: 45%;
	margin-right: 5%;
}
#aktualnosci .row img.avatar{
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #fff;
	vertical-align: top;
	max-width: 220px;
	max-height: 220px;
}
#aktualnosci .row .date{
	color: #fff;
	font-size: 18px;
}
#aktualnosci .row .title{
	color: #3aabfd;
	font-size: 36px;
	padding: 5px 0;
}
#aktualnosci .row .lead{
	color: #fff;
	font-size: 20px;
}
#aktualnosci .row .more{
	margin: 10px 0 0 0;
	text-align: right;
}
#aktualnosci .row .more a{
	display: inline-block;
	text-align: center;
	background: #fff;
	font-size: 20px;
	color: #000;
	padding: 3px 15px;
}
#aktualnosci .row .more a:hover{
	background: #3aabfd;
	color: #fff;
}
#aktualnosci .show_all{
	text-align: left;
	padding: 10px 0;
}
#aktualnosci .show_all a{
	display: inline-block;
	text-align: center;
	background: #fff;
	font-size: 20px;
	color: #000;
	padding: 3px 15px;
}


.sf-menu ul li a{
	height: auto !important;
	line-height: 2;
	padding: 10px;
}

.sr-only {
	display: none;
}