body {margin: 0; padding: 0; overflow-x: hidden; font-family: 'Ubuntu'; font-size: 16px; line-height: 26px; color: #323232; background: #FBFBFB; font-weight: 300;}
img, div, p, ul, li, h1, h2, h3, h4, h5, h6, input, span, form, fieldset, em, small, a, dd, dt, .inputbox {margin: 0; padding: 0; display: block; border: 0;  font-family: 'Ubuntu'; font-size: 16px; line-height: 26px; font-weight: 300; color: #323232;}
ul li {list-style-type: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}

img
{
	display: inline-block;
}

strong {
	font-weight: 600;
}

.mode a,
.item-page a
{
	display: inline;
	color: #51A124;
}

.mode a:hover,
.item-page a:hover,
ul.nav a:hover
{
	text-decoration: underline;
}

h3,
.item-page .page-header h2,
h1,
.blog h2
{
	color: #005292;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

h1 {
	font-size: 34px;
	margin-bottom: 40px;
}

.mode h1 {
	margin-top: 15px;
}

h2,
.mode.przekaz h4,
.mode.sklad h4
{
	color: #50a125;
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 20px;
}

h4 {
	color: #333333;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	font-weight: 500;
}

.top {
	clear: both;
	display: table;
	width: 100%;
	height: 140px;
	padding-top: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 15px 51px -54px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 15px 51px -54px rgba(0,0,0,0.75);
	box-shadow: 0px 15px 51px -54px rgba(0,0,0,0.75);
	transition: 0.5s margin;
}

.container,
.top .wrap
{
	margin: auto;
	width: 1140px;
}

.container {
	margin-top: 20px;
}

.mode_logo,
.mode_menu
{
	float: left;
}

.mode_logo {
	margin-right: 0px;
}

.mode_menu {
	margin-top: -35px;
	margin-left: 20px;
}

.mode_menu li {
	display: inline-block;
	vertical-align: middle;
}

.mode_menu a {
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	max-width: 120px;
	min-width: 50px;
	text-align: center;
	height: 110px;
	line-height: 18px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 3px solid #fff;
}

.mode_menu .active a {
	transition: all 0.2s;
	color: #50a125;
	border-bottom: 3px solid #50A025;
}

.mode_menu .active a:after {
	content: '';
	display: none;
	background: url('../images/active.jpg') no-repeat center bottom;
	width: 100%;
	height: 12px;
	margin-top: 30px;
}

.fixed .mode_menu .active a:after {
	display: none;
}

.mode_menu li a:hover {
	color: #50a125;
	text-decoration: none;
}

#cookies{width:100%;background:#50A125;height:54px;text-align:center; display: none; position: fixed; bottom: 0; z-index: 9999999;}
.cookies_in{opacity:1; color:#fff; width:900px;padding-left:50px;position:relative; height:54px; background:url(../images/cookies_w.png) no-repeat 0 9px;margin:auto;text-align:left;font-size:11px;line-height:54px;}
#cookie_x{display:block;width:31px;height:30px;position:absolute;right:0;top:12px;cursor:pointer;background:url(../images/cookie_x.png) no-repeat;}

.top .mode_top_menu {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.top .parralax {
	height: 600px;
	overflow: hidden;
	margin: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../images/top.png');
}

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

.fixed .top {
	position: fixed;
	top: -60px;
	background: #fff;
	z-index: 999999;
	width: 100% !important;
	left: 0;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 8px 6px -6px #e6e6e6;
	-moz-box-shadow: 0 8px 6px -6px #e6e6e6;
	box-shadow: 0 8px 6px -6px #e6e6e6;
	height: 125px;
}

.fixed {
	margin-top: 170px;
}

.mode_slajder .fadenav {position: absolute; margin: 230px 0px 0px 470px; width: 230px;}
.mode_slajder .fadenav a {text-align: right; display: inline-block; text-decoration: none; width: 10px; height: 10px; float: none; margin-right: 12px; background: url('../images/inactive.png') no-repeat;}
.mode_slajder .fadenav .current {background: url('../images/active.png') no-repeat;}

/* TIP POPUP */
div.tip {background: #000; box-shadow: 5px 5px 2px #e6e6e6; border-radius: 6px; opacity: 0.8; padding: 10px; color: #fff; font-size: 11px; font-family: tahoma; display: block;}
div.tip .tip-title {font-weight: bolder; color: #fff; font-size: 11px; font-family: tahoma;}
div.tip .tip-text {font-weight: lighter; color: #fff; font-size: 11px; font-family: tahoma;}


/*PAGINACJA START */
.counter, .pagination-prev, .pagination-next {display: none}
.pagination {clear: both; float: right;}
.pagination__wrapper ul .pagination-start, .pagination ul .pagination-end {display: none;}
.pagination__wrapper .pagination-prev .pagenav, .pagination .pagination-next .pagenav,
.pagination__wrapper .pagination-prev .pagenav a, .pagination .pagination-next .pagenav a,
.pagination__wrapper .pagination-prev .pagenav span, .pagination .pagination-next .pagenav span {font-weight: lighter; background: #e6e6e6; text-decoration: none; font-size: 10px; font-family: tahoma;}

.pagination__wrapper ul li {text-decoration: none; list-style-type: none; background: none; margin: 0; padding: 0; display: block; float: left; color: #4f0038; font-family: tahoma; font-size: 10px; margin-left: 8px; }
.pagination__wrapper ul li a {text-decoration: none; transition: all 0.2s; color: #7A7A7A; font-weight: lighter; padding: 5px 15px; background: #e6e6e6; display: inline-block; font-size: 10px; font-family: tahoma;}
.pagination__wrapper ul li span {font-weight: bolder; color: #fff; padding: 5px 15px; background: #50A125; display: inline-block; font-size: 10px; font-family: tahoma;}
.pagination__wrapper ul li a:hover, .pagination__wrapper ul li.active a {background: #50A125;	color: #fff;}
.pagination__wrapper .pagination-prev, .pagination .pagination-next, .pagination__wrapper li.disabled {display: none}
/*PAGINACJA KONIEC */

/* START Lista tytułów artykułów w kategorii */
.category th {text-align: left; height: 25px; padding: 10px; background: #88BA00}
.category th a {color: #fff;}
.category th a:hover {color: #fff; text-decoration: underline;}
.category td {text-align: left; height: 25px; padding: 10px; background: #F9F9F9; width: 625px;}
.category a:hover {color: #719B00}
.category .cat-list-row1 td {background: #F2F2F2}
/* KONIEC Lista tytułów artykułów w kategorii */

#nextBtn {z-index: 9999; position: absolute;}
#prevBtn {z-index: 9999; position: absolute;}
#nextBtn a{width: 50px; outline: none; height: 49px; background: url('../images/next.png') no-repeat; display: block; margin-top: -77px; margin-left: 925px;}
#prevBtn a{width: 50px; outline: none; height: 49px; background: url('../images/prev.png') no-repeat; display: block; margin-top: -77px; margin-left: 25px;}

#system-message {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #F4F4F4;
	color: #777777;
	margin-top: 20px;
	transition: all 2s;
}

#system-message h4, #system-message .close {
	display: none;
}

#system-message p {
	color: #777777;
	padding: 10px;
	font-weight: lighter;
	font-size: 13px;
}

/* START Lista w kategorii */
.category {margin-top: 10px;}
.category th {text-align: left; height: 22px; padding: 10px; color: #fff; background: #88BA00; border-radius: 2px;}
.category th a {color: #fff;}
.category th a:hover {color: #fff; text-decoration: underline;}
.category td {text-align: left; height: 22px; padding: 10px; background: #F9F9F9; width: 625px; border-radius: 2px;}
.category .list-date {text-align: center; width: 125px;}
.category a:hover {color: #719B00}
.category .cat-list-row1 td {background: #F2F2F2}
.category tr:nth-child(even) {background: #e6e6e6}
.category tr:nth-child(odd) {background: #FFF}
/* KONIEC Lista w kategorii */

.item-page table th {
	font-size: 15px;
	font-weight: 600;
	background: #F16A01 url("../images/th.jpg") repeat-x 0px -75px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-align: center;
}

.item-page table tr td {
	padding: 20px 10px 20px 10px;
	transition: 0.2s all;
	vertical-align: top;
	text-align: justify;
}

.item-page,
.item-page p
{
	text-align: justify;
}

.item-page table tr:nth-child(2n) td {
	background: #FBFBFB;
}

.item-page table tr:hover td {

}

.ui-tooltip {
	padding: 5px 10px  !important;
	background: #005292 !important;
	box-shadow: none  !important;
	border: 0  !important;
	width: 200px !important;
	margin: 0 !important;
	position:absolute !important;
}

.ui-tooltip p, .ui-tooltip span, .ui-tooltip div {
	color: #fff !important;
	font-size: 12px !important;
	line-height: 15px !important;
	text-transform: none !important;
	box-shadow: none !important;
	font-weight: bolder !important;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

.btn,
.more,
.container .btn,
.container .more
{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-weight: 400;
	font-size: 18px;
	padding: 0px 35px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: auto;
	color: #50a125;
	border: 0;
	transition: all 0.2s;
	cursor: pointer;
	background: url('../images/arr.png') no-repeat center right 15px;
	border: 2px solid #50a125;
	font-weight: 500;
}

.more:hover,
.btn:hover,
.container .more:hover,
.container .btn:hover
{
	background: #005292 url('../images/arrw.png') no-repeat center right 10px;
	color: #fff;
	border: 2px solid #005292;
	text-decoration: none;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.mode_logo,
.mode_menu
{
	display: inline-block;

}

.mode_zaloguj {
	margin-top: 30px;
}

.mode_info {
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

.mode_info p {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

.mode_info p:first-child {
	margin-right: 30px;
}

.mode_info p:last-child {
	float: right;
	color: #7e7e7e;
	font-size: 14px;
}

.mode_bread {
	height: 25px;
}

.mode_bread li
{
	margin-right: 10px;
	height: 15px;
}

.mode_bread img {
	margin-top: 4px;
	margin-left: 10px;
}

.mode_bread li:first-child {
	display: none;
}

.mode_bread li,
.mode_bread a,
.mode_bread span
{
	display: inline-block;
	color: #868686;
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	height: 15px;
}

.mode_bread a,
.mode_bread a span
{
	color: #005292;
}

.mode_bread a:hover,
.mode_bread a span:hover
{
	text-decoration: underline;
}

.mode_bread {
	clear: both;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mode table,
.mode table tr td
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

.mode table td {
	text-align: justify;
}

.mode.col_2 table td {
	width: 48%;
	box-sizing: border-box;
}

.mode.col_2 table td:nth-child(2) {
	padding-left: 30px;
}

.mode,
.item,
#page_106 .item-page,
#page_118 .item-page
{
	background: #fff;
	padding: 30px 60px 30px 60px;
	border: 1px solid #d1d1d1;
	margin-bottom: 25px;
	display: inline-block;
}

.item-page {
	width: 100%;
	box-sizing: border-box;
}

.mode p
{
	margin-bottom: 20px;
}

.mode.left,
.mode.right
{
	width: 435px;
}

.mode.right {
	float: right
}

.mode.left {
	float: left
}

small,
time
{
	font-size: 12px;
	color: #707070;
	line-height: 15px;
}

.mode.przekaz:before {
	content: '';
	display: block;
	position: absolute;
	width: 393px;
	height: 309px;
	background: url('../images/paper.png') no-repeat 0px 0px;
	margin: 7px 0px 0px 174px;
	transition: all 0.5s;
}

#page_102 .mode.przekaz,
#page_103 .mode.przekaz
{
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	float: none;
	clear: both;
}

#page_102 .mode.przekaz:before
{
	margin: -145px 0px 0px 772px;
}

#page_103 .mode.przekaz:before {
	transform:scale(0.8); -webkit-transform:scale(0.8);
	-moz-transform:scale(0.8); -o-transform:scale(0.8);
	margin: -110px 0px 0px 795px;
}

#page_102 .mode.przekaz p,
#page_103 .mode.przekaz p,
#page_102 .mode.przekaz small,
#page_103 .mode.przekaz small
{
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

#page_102 .mode.przekaz br,
#page_103 .mode.przekaz br
{
	display: none;
}

#page_102 .mode.przekaz small,
#page_103 .mode.przekaz small
{
	float: right;
	width: 400px;
	margin-left: 20px;
}

#page_102 .mode.przekaz p:nth-child(4),
#page_103 .mode.przekaz p:nth-child(4)
{
	width: 220px;
	margin-right: 20px;
	line-height: 20px;
}

.mode.przekaz:hover:before {
	margin-top: 15px;
}

.mode.przekaz {
	padding-bottom: 14px;
}

.mode.praca {
	background: #EDEDED url('../images/praca.png') no-repeat right -50px center;
	text-align: center;
	transition: all 0.5s;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mode.praca p {
	margin: 0;
	padding: 0;
}

.mode.praca:hover {
	background: #EDEDED url('../images/praca.png') no-repeat right -70px center;
}

.mode.praca h4 {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.mode_aktualnosci {
	clear: both;
	padding-top: 10px;
}

.mode_aktualnosci h2 {
	text-align: center;
	padding-bottom: 15px;
}

.item {
	padding: 20px;
	vertical-align: top;
	overflow: hidden;
}

.item small,
.item p,
.item h3,
.item .more
{
	margin-bottom: 10px;
}

.item {
	width: 220px;
	margin-right: 27px;
}

.mode_aktualnosci .item:last-child {
	margin-right: 0px;
}

.item .more {
	margin-top: 10px;
}

.mode.pomagamy {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #fff url('../images/pomagamy.png') no-repeat center center;
}

.mode.pomagamy p {
	display: inline;
}

.mode.pomagamy h2 {
	display: inline-block;
}

.mode.pomagamy ul {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.mode.pomagamy ul li {
	display: inline-block;
	border: 1px solid #d1d1d1;
	width: 300px;
	height: 150px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 30px 20px 30px;
	border-top: 0;
	border-left: 0;
}

.mode.pomagamy ul li:nth-child(4),
.mode.pomagamy ul li:nth-child(5),
.mode.pomagamy ul li:nth-child(6) {
	border-bottom: 0;
}

.mode.pomagamy ul li:nth-child(3),
.mode.pomagamy ul li:nth-child(6) {
	border-right: 0;
}

footer {
	border-top: 1px solid #d1d1d1;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.mode_flogo {
	width: 100px;
	float: left;
	margin-right: 50px;
}

.mode_flogo img {
	width: 100px;
	height: auto;
}

.mode_fmenu {
	float: left;
	text-align: center;
	width: 65%;
}

.mode_fmenu li {
	margin-right: 30px;
	text-align: center;
}

.mode_flogo,
.mode_fmenu,
.mode_fmenu li,
.mode_finfo,
p.copy {
	display: inline-block;
	vertical-align: top;
}

.mode_finfo,
p.copy {
	float: right;
}

footer,
footer a,
footer p
{
	color:#818181;
	font-size: 13px;
	display: inline-block;
}

footer a:hover {
	color: #50A125;
	text-decoration: underline;
}

footer .active a {
	font-weight: bold;
}

.mode.ul_list ol {
	text-align: center;
}

.mode.ul_list ol li
{
	display: table-cell;
	color: #005292;
	font-weight: 500;
	width: 300px;
	text-align: center;
	height: 80px;
	border-right: 1px solid #d1d1d1;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.mode.ul_list li:last-child {
	border: 0;
}

.mode.ul_list ul li
{
	display: block;
	float: left;
	margin-bottom: 10px;
	background: url('../images/dot.png') no-repeat 0px 11px;
	padding-left: 20px;
}

.mode.ul ul {
	margin-top: 25px;
}

.mode.ul ul ul {
	margin-top: 5px;
}

.mode.ul ul li
{
	display: block;
	margin-bottom: 5px;
	background: url('../images/dot.png') no-repeat 0px 11px;
	padding-left: 20px;
}

.mode.ul ul ul li
{
	background: url('../images/dot2.png') no-repeat 0px 11px;
}
.mode_schemat {
	margin-top: 30px;
	margin-bottom: 80px;
}

.mode_schemat h3,
.mode_schemat h2,
.mode_schemat h1,
.formularz h1,
.formularz h2,
.formularz h3
{
	text-align: center;
}

.mode_schemat h3:before,
.formularz h3:before
{
	content: '';
	width: 381px;
	height: 1px;
	display: block;
	position: absolute;
	margin-left: 0px;
	margin-top: 35px;
	background: #E0E0E0;
}

.mode_schemat h3:after,
.formularz h3:after
{
	content: '';
	width: 381px;
	height: 1px;
	display: block;
	position: absolute;
	margin-left: 760px;
	margin-top: 8px;
	background: #E0E0E0;
}

.blog .item {
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	height: 300px;
}


#page_118 .blog .item {
	min-height: 260px;
	height: auto;
	max-height: auto;
}

.blog .items-row
{
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.blog .items-row:nth-child(3n) {
	margin-right: 0px;
}

.blog p.readmore {
	margin-top: 20px;
}

.blog h2 {
	clear: both;
}

.infotag {
	float: right;
	display: inline-block;
	background: #50a125;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: -20px;
}

.item-page .infotag {
	float: none;
}

.infotag.red {
	background: #cd0b0b;
}

.infotag.blue {
	background: #005292;
}

.article-info-term {
	display: none;
}

.item-page p {
	margin-bottom: 20px;
}


.uslugi .item {
	width: 357px;
	max-width: 357px;
	padding: 0;
	min-height: 450px;
}

.uslugi.realizacja .item {
	max-width: 690px;
}

#page_115 .uslugi .item {
	min-height: 400px;
}

.uslugi .item img {
	min-width: 357px;
	max-width: 357px;
  height: auto;
	transition: all 1s;
}

.uslugi .item h3,
.uslugi .item p
{
	width: 90%;
	text-align: center;
	margin: auto;
	clear: both;
}

.uslugi .item h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.uslugi .item p {
	margin-top: 20px;
	margin-bottom: 20px;
}

hr {
	height: 1px;
	border: 0;
	width: 80%;
	clear: both;
	background: #cccccc;
}

.uslugi .item h3:after,
.uslugi .item h3:before {
	display: none;
}

.uslugi div.item:nth-child(3n),
.uslugi div.item:nth-child(6n)
{
	margin-right: 0;
}

.uslugi {
	margin-bottom: 30px;
}

.uslugi .pic {
	height: 185px;
	overflow: hidden;
}

.item:hover img {
	transform:scale(1.2); -webkit-transform:scale(1.2);
	-moz-transform:scale(1.2); -o-transform:scale(1.2);
}

.realizacja {
	margin-top: 30px;
}

.realizacja .item {
	width: 690px;
	height: 250px;
	min-height: 250px;
	display: inline-block;
	margin-bottom: 50px;
}

.realizacja .pic {
	float: right;
	width: 260px;
	height: 250px;
}

.realizacja .pic img {
	width: 260px;
	height: 250px;
	min-width: 260px;
	min-height: 250px;
	max-width: 260px;
	max-height: 250px;
}

.realizacja .desc {
	float: left;
	width: 430px
}

.uslugi.realizacja .item p {
	text-align: justify;
}

.uslugi.realizacja .item h3 {
	text-align: left;
	font-size: 22px;
}

.uslugi.realizacja .count {
	display: inline-block;
	font-size: 230px;
	color: #efefef;
	font-weight: bold;
	margin-top: 100px;
}

.uslugi.realizacja .count {
	margin-left: 20px;
}

.uslugi.realizacja .count:nth-child(2n) {
	margin-left: 65px;
	margin-right: 20px;
}

.uslugi.realizacja .item:nth-child(2n) {
	margin-left: 65px;
}

.mode.kontakt {
	background: #fff url('../images/kontakt.png') no-repeat right -100px bottom -100px;
}

.mode.kontakt h2 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 0px;
}
.mode.kontakt h2 strong {
	font-weight: 500;
}

#page_105 .mode.przekaz h3 {
	width: 350px;
}

.mapprint {
	display: none !important;
}

.mode.mapa {
	padding: 0;
	margin: 0;
	width: 555px;
}

.menu .item-101 {
	display: none;
}


.mode.witamy {
	padding: 0px 0px 0px 60px;
	text-align: justify;
}

.mode.witamy h3,
.ksop h3
{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 34px;
}

.mode.witamy img {
	margin-left: 60px;
}

.mode.witamy ul {
	width: 55%;
}

.historia ul:before {
	content: '';
	display: block;
	width: 1px;
	margin: auto;
	position: absolute;
	background: #D3D3D3;
	height: 1780px;
	left: 0;
	right: 0;
}

.historia ul li {
	padding: 20px 20px 30px 20px;
	background: #fff;
	border: 1px solid #D1D1D1;
	width: 420px;
	margin-bottom: 80px;
	margin-left: 25px;
}

.historia ul li:nth-child(2n) {
	margin-left: 653px;
}

.historia ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 99px;
	height: 43px;
	background: url('../images/corner.png') no-repeat 0px 0px;
	margin-left: 440px;
	margin-top: -35px;
}

.historia ul li:nth-child(2n):before {
	background: url('../images/corner2.png') no-repeat 0px 0px;
	margin-left: -119px;
}

.historia ul h2 {
	text-align: left;
	margin-bottom: 10px;
}

.ksop em {
	font-size: 12px;
	color: #a1a1a1;
	line-height: 18px;
}


/* Formularze */
label, span {
	display: inline-block;
}

.inputbox, input, .select {
	border: 1px solid #D1D1D1;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	width: 100%;
}

.select {
	cursor: pointer;
	float: left;
}

.control-group {
	width: 50%;
	margin-bottom: 20px;
}

#login-form {
	display: inline;
}

.top form .btn,
.container form .btn
{
	height: 39px;
	line-height: 20px;
	padding: 2px 30px 2px 15px;
}

form fieldset {
	margin: 20px 0px
}

form p br {
	margin-bottom: 20px;
}

.login-image,
.icons
{
	display: none;
}


dt,dd {
	display: inline-block;
}

/* Message */
.alert {
	background: #50A125;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}

.alert p,
.alert div {
	color: #fff;
}

form label {
	margin-bottom: 5px;
}

.formularz form p {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.invalid {
	color: red;
	border-color: red;
}

.formularz form .transport_nie {
	display: none;
	float: right;
}

.file {
	float: left;
	padding: 0;
	cursor: pointer;
	margin-bottom: 5px;
}

.formularz form hr {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #eeeeee;
}

.formularz form p.clear {
	width: 100%;
	float: none;
	clear: both;
}

.formularz form p.clear small {
	font-size: 14px;
	line-height: 18px;
	color: #005292;
	font-style: normal;
}

.formularz form p.clear .btn {
	margin-right: 20px;
}

.green.btn {
	background: #50A025 url('../images/arrw.png') no-repeat center right 15px;
	color:#fff;
}

.blue.btn {
	background: #015293 url('../images/arrw.png') no-repeat center right 15px;
	color:#fff;
	border-color: #015293;
}

.formularz form .ppdf {
	display: none;
}

.formularz form .ppdf .file {
	clear: both;
	float: none;
}

.formularz form .col_3 {
	width: 32%;
}

.formularz form .col_4 {
	width: 20%;
}

.checkbox {
	width: auto;
	height: auto;
	margin: 5px 10px 0px 0px;
}

.formularz .dodaj_wiecej {
	font-weight: 500;
	cursor: pointer;
}

.formularz label span {
	width: 26px;
	height: 26px;
	background: url('../images/question.png') no-repeat 0px 0px;
	margin-left: 20px;
	float: right;
}

.formularz .zpo .col_3 label {
	margin-bottom: 15px;
}

.karta a.btn,
.dokumenty a.btn
{
	margin-left: 70px;
}

.karta a.btn:before,
.dokumenty a.btn:before
{
	content: '';
	width: 43px;
	height: 56px;
	background: url('../images/pdf.png') no-repeat 0px 0px;
	position: absolute;
	margin: -15px 0px 0px -90px;
}

.dokumenty a.btn {
	clear: both;
	display: block;
	max-width: 65px;
	margin-top: 20px;
}

.dokumenty ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
	margin-bottom: 20px;
}


.mode_form {
	background: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 30px 60px 30px 60px;
}

.mode_form form p:nth-child(3) {
	width: 100%;
	font-size: 16px;
	margin-top: 20px;
}

.mode_form form .btn {
	margin-right: 20px;
}



.mode_form form .clear {
	margin-top: 30px;
	clear: both;
}

.mode_form form ul {
	display: inline;
}

.mode_form form ul li {
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	margin-left: 0px;
	height: 64px;
}

.mode_form form ul li a {
	font-size: 30px;
	font-weight: 300;
	display: inline-block;
	transition: all 0.2s;
}

.mode_form form ul li a:hover {
	color: #005292;
}

.mode_form form ul li:before {
	display: inline-block;
	content: '';
	background: url('../images/tel.png') no-repeat 0px 0px;
	width: 64px;
	height: 64px;
	margin: 0px 20px -25px 0px;
}



.mode_form form ul li {
	margin-right: 40px;
	margin-top: 20px;
}

.mode_form form ul li:last-child:before {
	background: url('../images/mail.png') no-repeat 0px 0px;
}

.mode_form form {
	padding-bottom: 40px;
}

.mode_form form p {
	display: inline-block;
	width: 48%;
	margin-top: 20px;
	margin-right: 20px;
}
.mode_form form p:nth-child(2) {
	margin-right: 0px;
}


.mode_clear {
	display: block;
	clear: both;
}

.formularz .mode.info {
	display: none;
	margin-bottom: 40px;
}

.formularz fieldset {
	clear: both;
	display: block;
}

.mode.info h2:before,
.mode.info h3:before,
.mode.info h2:after,
.mode.info h3:after
{
	display: none;
}

.mode.info h2,
.mode.info h3 {
	text-align: left;
}

.mode.info p {
	width: 80%;
	color: #005292;
}

.clear {
	clear: both;
}

.mode_slajder {
	background: #ffffff;
	border: 1px solid #d1d1d1;
	padding: 0px;
	height: 260px;
	max-height: 260px;
	min-height: 260px;
	margin-bottom: 30px;
}

.mode_slajder div {
	width: 100%;
}


.mode_slajder div span {
	padding: 30px 0px 30px 60px;
	float: left;
	width: 470px;
}

.mode_slajder img {
	float: right;
	height: 260px;
	max-height: 260px;
	min-height: 260px;
	max-width: 580px;
	min-width: 580px;
}

.mode_slajder em {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: normal;
}

.mode_slajder h2 {
	margin-top: -20px;
	margin-bottom: 10px;
}

.mode_slajder h3 {
	font-size: 34px;
	line-height: 40px
}

.tooltip {
  display: none !important;
}

.blog .item {
    min-height: 300px;
    height: auto;
}

.item-page ul {
  margin-bottom: 20px;
}

.item-page ul li {
  display: list-item;
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 5px;
}

#page_101 .blog-featured {
  display: none;
}

.top a.kontrast {
	color: #323232;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Ubuntu';
  font-weight: 300;
  color: #323232;
  margin-left: 20px;
}

.top a.kontrast:after {
	content: '\f042';
	font-family: FontAwesome;
	color: #323232;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	font-weight: 400;
	margin-left: 10px;
	vertical-align: bottom;
}

.mode_aktualnosci .item:last-child {
    margin-right: 0px;
}

.mode_bread ol {
  padding: 0;
}

.mode iframe {
  max-width: 100%;
}

.mode_finfo, p.copy,
.mode_fmenu,
.mode_flogo,
.mode_finfo {
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  margin: 0;
}

.mode_bread li a:after {
	content: '\f054';
	font-family: FontAwesome;
	color: #50A125;
	font-size: 10px;
	display: inline-block;
	font-weight: 400;
	margin-left: 10px;
	margin-top: 0px;
	vertical-align: top;
}