@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans';
	font-weight: normal;
}
p, a, span
{
	font-size: 16px;
	color: #656565;
}

span, h1,h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
ul {
	padding-left: 0;
	list-style: none;
}
a {
	text-decoration: none !important;
    transition: 0.5s;
}
a:focus {
	outline: none;
}
h1 {
}
h2 {
	font-size: 30px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img
{
    max-width: 100%;
}


.chzn-container
{
	display: none !important;
}
/* Top */
#top-info {
	line-height: 34px;
	border-bottom: 1px solid #e1e1e1;
}
.top-title a {
	font-size: 14px;
	color: #7a7a7a;
	transition: color 0.4s ease-in-out;
}
.top-title a:hover {
	color: #0091d4;
}
.top-wcag {
	text-align: right;
}
.kontrast {
	padding-right: 15px;
	border-right: 1px solid #e1e1e1;
}
.kontrast, .rozmiar-txt {
	display: inline-block;
}
.kontrast span, .rozmiar-txt span {
	padding-left: 15px;
	font-size: 15px;
	color: #535353;
}
.rozmiar-txt {
	padding-left: 15px;
}
.rozmiar-txt .txt1 {
	padding-right: 5px;
}
.rozmiar-txt .txt2 {
	padding-right: 3px;
}

#top-logo {
	padding-top: 28px;
	padding-bottom: 20px;
}
#ue-loga a {
	display: inline-block;
}
#ue-loga img {
	padding-right: 90px;
}
.ue-loga, #ue-wrapper p {
	text-align: right;
}
#ue-wrapper p {
	padding-top: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #034ea2;
}

#main-menu-wrapper {
	width: 100%;
	background-image: -webkit-linear-gradient(top, #225aa5, #0091d4);
	background-image: -moz-linear-gradient(top, #225aa5, #0091d4);
	background-image: -o-linear-gradient(top, #225aa5, #0091d4);
	background-image: -ms-linear-gradient(top, #225aa5, #0091d4);
	background-image: linear-gradient(to bottom, #225aa5, #0091d4);
	border-top: 3px solid #4ea325;
}
#main-menu-wrapper .navbar {
	height: 62px;
	margin-bottom: 0;
	border: none;
    text-align: center;
}
#main-menu-wrapper .navbar-left
{
    float: none !important;
    display: inline-block;
}

#main-menu-wrapper #home {
	width: 65px;
	height: 62px;
	background-image: -webkit-linear-gradient(top, #4ea325, #5abc2b);
	background-image: -moz-linear-gradient(top, #4ea325, #5abc2b);
	background-image: -o-linear-gradient(top, #4ea325, #5abc2b);
	background-image: -ms-linear-gradient(top, #4ea325, #5abc2b);
	background-image: linear-gradient(to bottom, #4ea325, #5abc2b);
}
#main-menu-wrapper #home a {
	width: 65px;
	height: 62px;
	line-height: 62px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
#main-menu-wrapper #home a:hover {
	background-color: transparent;
}
#menu-lista a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 62px;
	text-transform: uppercase;
	transition: background-color 0.4s ease-in-out;
}
#menu-lista a:hover, #main-menu-wrapper .page-active a {
	background-color: #0b4384;
	background-image: none;
}
#main-menu-wrapper .navbar-form {
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.22);
    float: none;
    display: inline-block;
}
#main-menu-wrapper .form-control {
	padding-left: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.3px;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
#main-menu-wrapper input::placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.3px;
}
#main-menu-wrapper .btn {
	padding-right: 0;
	background-color: transparent;
	border: none;
}

#menu-lista .dropdown .dropdown-toggle .caret {
	margin-left: 8px;
	color: #fff;
}
#menu-lista .dropdown-menu {
	padding-top: 15px;
	padding-bottom: 0;
	background-color: #0b4384;
	border: none;
}
#menu-lista .dropdown-menu a {
	font-size: 15px;
	font-weight: normal;
	color: #e0e0e0;
	line-height: 50px;
	text-transform: none;
	border-bottom: 1px solid rgba(255,255,255,0.27);
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#menu-lista .dropdown-menu li:last-child a {
	border-bottom: none !important;
}
#menu-lista .open > a, #menu-lista .open > a:hover, #menu-lista .open > a:focus {
	background-color: #0b4384 ;
}
#menu-lista .dropdown-menu .dropdown-link-active a, #menu-lista .dropdown-menu li a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.nav > li > a:focus, .dropdown-menu > li > a:focus {
	background-color: transparent;
}

#index-top-line {
	height: 10px;
	background-color: #ffc000;
	display: block;
}



/* Aktualności index */
.content-wrapper {
	margin-top: 70px;
	margin-bottom: 50px;
}
.news-list {
	padding-right: 30px;
}
.news-list .ng {
	padding-bottom: 1px;
	text-align: center;
	border-bottom: 1px solid #5abc2b;
}
.aktualnosci-wpis .ng
{
	text-align: left;
	margin-bottom: 25px;
}
.news-list .ng h2 {
	padding-bottom: 5px;
	color: #0091d4;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 3px solid #0091d4;
}
#news-slider-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(top, #156aa4, #4d97c9);
	background-image: -moz-linear-gradient(top, #156aa4, #4d97c9);
	background-image: -o-linear-gradient(top, #156aa4, #4d97c9);
	background-image: -ms-linear-gradient(top, #156aa4, #4d97c9);
	background-image: linear-gradient(to bottom, #156aa4, #4d97c9);
	position: relative;
}
#news-slider-wrapper .carousel-indicators {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #156ba4;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    text-align: center;
}
#news-slider-wrapper .carousel-indicators div.owl-dot,
#news-slider-wrapper .carousel-indicators div.owl-dot.active
{
	width: 8px;
	height: 8px;
	margin: 1px 3px;
	border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}
#news-slider-wrapper .carousel-indicators div.owl-dot.active
{
	background-color: #fff;
}
#news-slider-wrapper .carousel-indicators div.owl-dot
{
	background-color: #b9d3e4;
}
.news-slider-txt {
	text-align: center;
}
.news-slider-txt h4 {
	margin-top: 10px;
	padding-bottom: 20px;
}
.news-slider-txt h4 a {
	font-size: 20px;
	font-weight: bold;
	color: #ffc000;
}
.news-slider-txt p {
	margin-top: 20px;
	color: #fff;
	line-height: 24px;
}
.news-slider-txt strong {
	font-weight: 600;
}
#news-carousel {
	position: initial;
}
.news-item-wrapper {
	margin-bottom: 40px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	transition: border-color 0.4s ease-in-out;
}
.news-item-wrapper:hover {
	border-color: #a2a2a2;
}
.news-item-wrapper .img-wrapper {
	width: 35%;
	max-width: 280px;
	display: inline-block;
	float: left;
}
.news-wpis {
	width: 65%;
	padding: 30px;
	display: inline-block;
}
.bez-fot {
	width: 100%;
}
.news-wpis h4 a {
	font-size: 20px;
	font-weight: bold;
	color: #225aa5;
	transition: color 0.4s ease-in-out;
}
.news-wpis h4 a:hover {
	color: #0091d4;
}
.news-data {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px 10px;
	line-height: 22px;
	background-color: #ececec;
	display: inline-block;
}
.news-data span {
	padding-left: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #222222;
	line-height: 22px;
	background-image: url(../images/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.news-content {
	display: block;
}
.news-content p {
	line-height: 24px;
}
.opis-min {
}
.bez-fot .opis-min {
}
.news-wpis .more {
	padding-top: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #ffc000;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	float: right;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.4s ease-in-out;
}
.news-wpis .more:hover {
	border-bottom: 1px solid #ffc000;
}
.btn-more {
	width: 240px;
	height: 50px;
	margin: 70px auto 0 auto;
	margin-top: 70px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #0b4384;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(bottom, #225aa5, #0091d4);
	background-image: -moz-linear-gradient(bottom, #225aa5, #0091d4);
	background-image: -o-linear-gradient(bottom, #225aa5, #0091d4);
	background-image: -ms-linear-gradient(bottom, #225aa5, #0091d4);
	background-image: linear-gradient(to top, #225aa5, #0091d4);
	transition: background-image 0.4s ease-in-out;
}
.btn-more a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.btn-more:hover {
	background-color: #0b4384;
	background-image: none;
}
#slider-owl {
	margin-top: 150px;
}
#slider-owl .owl-dots {
	display: none;
}
#slider-owl img {
	margin: 0 auto;
}

/* Sidebar - index */
.sidebar-index {
	padding-right: 0;
}
.sb-button {
	margin-top: 35px;
	margin-bottom: 60px;
}
.item-button {
	margin-bottom: 20px;
}
.item-button:last-child {
	margin-bottom: 0;
}
.item-button a {
	display: block;
	position: relative;
}
.sb-btn-hover-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px;
	top: 0;
	position: absolute;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}
.sb-btn-hover {
    height: 100%;
	border: 1px solid #fff;
}
.item-button:hover .sb-btn-hover-wrapper {
	opacity: 1;
}
.sb-ng {
	padding-bottom: 1px;
    text-align: center;
    border-bottom: 1px solid #5abc2b;
}
.sb-ng h4 {
	padding-bottom: 5px;
	font-weight: 600;
    color: #555555;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid #0091d4;
}
.sb-obszar .obszar-mapa
{
	margin: 25px auto 20px auto;
	display: block;
}
.sb-obszar .obszar-mapa
{
    text-align: center;
}
.obszar-herby li {
	width: 33.333%;
	margin-bottom: 25px;
	display: inline-block;
	float: left;
}
.obszar-herby li a {
	text-align: center;
}
.obszar-herby li a img {
	margin: 0 auto;
	display: block;
}
.ankieta {
	width: 100%;
	height: 260px;
	margin-top: 60px;
	padding: 10px;
	text-align: center;
	background-image: url(../images/ankieta.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
}
.ankieta-wapper {
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.ankieta-wapper h4 {
	margin-top: 40px;
	margin-bottom: 70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.ankieta-wapper a {
	width: 170px;
	height: 34px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 34px;
	background-color: rgba(243,193,0,0.78);
	display: block;
	transition: width 0.3s ease-in-out, background-color 0.4s ease-in-out;
}
.ankieta-wapper a:hover {
	width: 100%;
	background-color: rgba(243,193,0,1);
}
.sb-galeria {
	margin-top: 60px;
	margin-bottom: 60px;
}
.sidebar-index .fb-wrapper {
	margin-top: 0;
}
.sb-galeria .sb-ng {
	margin-bottom: 20px;
}
.galeria-fot {
	padding: 5px;
}
.galeria-fot a {
	display: block;
	position: relative;
    text-align: center;
}
.galeria-fot img
{
	margin: 0 auto;
    position: relative;
}

.sb-fot-hover2
{
	width: 200px;
	height: 200px;
	background-color: rgba(0,0,0,0);
	display: block;
	top: 0;
    left: calc((100% - 200px)/2);
    position: absolute;
	transition: background-color 0.3s ease-in-out;
}
.galeria-fot2:hover .sb-fot-hover
{
	background-color: rgba(0,0,0,0.3);
}
.sidebar-subpage #pwebbox111 {
	margin-top: 60px;
}


/* Stopka */
footer {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
footer .logo-footer img {
	margin-top: 10px;
}
footer .dane {
	padding: 45px;
	padding-bottom: 45px;
}
footer .adres {
	padding-left: 45px;
}
footer .dane .contact p, footer .dane .contact a {
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
footer .dane .contact strong {
	font-weight: 600;
	color: #222;
}
footer .opis-ue {
	max-width: 715px;
	margin: 0 auto 20px auto;
	text-align: center;
}
footer .opis-ue p {
	font-size: 13px;
	font-weight: 300;
	color: #333;
	line-height: 16px;
}
footer .copy {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #bebebe;
}
footer .copyright {
	text-align: left;
}
footer .realizacja {
	text-align: right;
}
footer .copyright p, footer .realizacja p {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
}
footer .copyright a, footer .realizacja a {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
footer .wersja-poprzednia {
	text-align: center;
}
footer .wersja-poprzednia a {
	font-size: 15px;
	font-weight: bold;
	color: #222;
}
footer .ng-footer h5 {
	font-weight: 600;
	color: #222222;
}
footer .ng-footer h5:after {
	content: "";
	width: 30px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #f3c100;
	display: block;
}

/* Podstrona - Aktualności */
.subpage-img {
	width: 100%;
	height: 200px;
}
.breadcrumb-wrapper {
	width: 100%;
	background-color: #f9f9f9;
}
.breadcrumb {
	margin-bottom: 0;
	background-color: #f9f9f9;
}
.breadcrumb li a {
	font-size: 13px;
	font-weight: 600;
	color: #6a6a6a;
}
.breadcrumb li {
	font-size: 13px;
	font-weight: normal;
	color: #888;
}
.subpage-menu-left {
	background-color: #0b4384;
}
.subpage-menu-left .navbar {
	border: none;
	margin-bottom: 0;
}
.subpage-menu-left #menu-left-collapse {
	padding: 0;
}
.subpage-menu-left #menu-left-collapse ul {
	float: none;
}
.subpage-menu-left #menu-left-collapse li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.13);
}
.subpage-menu-left #menu-left-collapse li:hover {
	background-color: #073870;
}
.subpage-menu-left #menu-left-collapse a {
	padding-left: 52px;
	font-size: 15px;
	color: #fff;
	border-left: 3px solid transparent;
	background-repeat: no-repeat;
	background-position: 12px center;
}
.subpage-menu-left #menu-left-collapse .ml-link1 a {
	background-image: url(../images/menu-left-icon1.png);
}
.subpage-menu-left #menu-left-collapse .ml-link2 a {
	background-image: url(../images/menu-left-icon2.png);
}
.subpage-menu-left #menu-left-collapse .ml-link3 a {
	background-image: url(../images/menu-left-icon3.png);
}
.subpage-menu-left #menu-left-collapse .ml-link4 a {
	background-image: url(../images/menu-left-icon4.png);
}
.subpage-menu-left #menu-left-collapse .ml-link5 a {
	background-image: url(../images/menu-left-icon5.png);
}
.subpage-menu-left #menu-left-collapse .ml-link6 a {
	background-image: url(../images/menu-left-icon6.png);
}
.subpage-menu-left #menu-left-collapse .ml-link7 a {
	background-image: url(../images/menu-left-icon7.png);
}
.subpage-menu-left #menu-left-collapse .ml-link8 a {
	background-image: url(../images/menu-left-icon8.png);
}
.subpage-menu-left #menu-left-collapse .ml-link9 a {
	background-image: url(../images/menu-left-icon9.png);
}
.subpage-menu-left #menu-left-collapse .ml-link10 a {
	background-image: url(../images/menu-left-icon10.png);
}
.subpage-menu-left #menu-left-collapse .ml-link11 a {
	background-image: url(../images/menu-left-icon11.png);
}
.subpage-menu-left #menu-left-collapse .ml-link12 a {
	background-image: url(../images/menu-left-icon12.png);
}
.subpage-menu-left #menu-left-collapse a:hover,
.subpage-menu-left #menu-left-collapse .menu-left-active > a
{
	background-color: transparent;
	border-left: 3px solid #ffc000;
}
.subpage-menu-left #menu-left-collapse .menu-left-active {
	background-color: #073870;
}
#menu-left-collapse h5 {
	padding-left: 15px;
	color: #fff;
	line-height: 60px;
}
.aktualnosci-lista .sidebar-subpage {
	padding-left: 0;
}
.aktualnosci-lista .news-list {
	padding-left: 30px;
	padding-right: 0;
}
.aktualnosci-lista .news-list .ng {
	margin-bottom: 40px;
	text-align: left;
}
.aktualnosci-lista .news-list .ng h2 {
	padding-left: 15px;
	padding-bottom: 0;
    border-bottom: none;
	display: inline-block;
	float: left;
}
.aktualnosci-lista .news-list .ng-wrapper {
	height: 40px;
	padding-bottom: 5px;
    color: #0091d4;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid #0091d4;
}
.aktualnosci-lista .news-list .news-filtr {
	padding-right: 15px;
	display: inline-block;
	float: right;
}
.aktualnosci-lista .news-list .news-filtr span {
	padding-right: 8px;
	font-size: 14px;
	color: #333;
	text-transform: none;
}
.aktualnosci-lista .news-list .news-filtr form {
	display: inline-block;
}
.aktualnosci-lista .news-list .news-filtr .form-control {
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}
.pagination-wrapper nav {
	text-align: center;
}
.pagination-wrapper nav a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	border: none;
}
body.com_content .component_container .pagination .active a
{
	color: #fff;
}
.pagination-wrapper nav span {
	font-weight: normal;
	color: #767676;
}
.subpage-menu-left .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
    background-color: #073870;
    border: none;
    box-shadow: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #073870;
}
.subpage-menu-left .dropdown-menu a {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px !important;
	font-weight: normal !important;
	background-image: none !important;
	white-space: pre-wrap;
}
.subpage-menu-left .dropdown-menu li a:hover {
    background-color: rgba(255,255,255,0.1) !important;
}
.subpage-menu-left #menu-left-collapse span.caret {
	color: #fff;
}
.subpage-menu-left .navbar-brand h5 {
	padding-left: 30px;
	color: #fff;
	line-height: 50px;
}

/* Podstrona - Pojedyńczy news */
.aktualnosci-wpis .sidebar-subpage {
	padding-left: 0;
}
.aktualnosci-wpis .news-list {
	padding-left: 30px;
	padding-right: 0;
}
.aktualnosci-wpis .news-item-wrapper {
	height: auto;
	border: none;
}
.aktualnosci-wpis .ng-wrapper {
	padding-bottom: 5px;
    color: #0091d4;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid #0091d4;
}
.aktualnosci-wpis .news-list .ng {
	text-align: left;
}
.aktualnosci-wpis .ng h2
{
	padding-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color: #225aa5;
	text-transform: none;
	display: inline-block;
	border-bottom: none;
}
.aktualnosci-wpis .news-data {
	margin: 0;
	padding-left: 0;
	padding-right: 20px;
	background-color: transparent;
}
.aktualnosci-wpis .news-data span {
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #9a9a9a;
	background-image: none;
}
.aktualnosci-wpis .news-wpis {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.aktualnosci-wpis .news-content p {
	margin-bottom: 10px;
}
.aktualnosci-wpis .news-content img {
	margin: 30px auto 30px auto;
}

/* Podstrona - Kontakt */
.page-subpage .subpage-content-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.page-subpage .dane-kontaktowe {
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.page-subpage .dane-kontaktowe h3 {
	font-weight: 600;
	color: #444444;
}
.dane-kontakt {
	margin-top: 30px;
}
.icon-box {
	display: inline-block;
	float: left;
}
.dane-icon {
	width: 30%;
}
.dane-info {
	width: 45%;
}
.dane-godz {
	width: 25%;
}
.icon-contact {
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 30px;
	line-height: 24px;
	background-repeat: no-repeat;
}
.dane-icon .adres-icon {
	margin-top: 0;
	background-image: url(../images/icon-adres.png);
	background-position: left 3px;
}
.dane-icon .tel-icon {
	background-image: url(../images/icon-tel.png);
	background-position: left 3px;
}
.dane-icon .mail-icon {
	background-image: url(../images/icon-mail.png);
	background-position: left 3px;
}
.dane-kontakt p, .dane-kontakt a {
	font-size: 15px;
}
.kontakt-pracownicy-wrapper {
	margin-top: 60px;
}

.pracownicy, .mapka-kontakt {
	width: 50%;
	display: inline-block;
}
.mapka-kontakt {
	float: none;
}
.pracownicy {
	float: left;
}
.pracownik, .gmina {
	margin-bottom: 30px;
}
.pracownik h6, .gmina h6 {
	margin-bottom: 7px;
	font-weight: 600;
}
.page-subpage .pracownik p, .page-subpage .gmina p {
	margin-bottom: 0px;
}
.mapka {
	width: 100%;
	height: 420px;
	background-image: url(../images/mapka-contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-subpage .kontakt-info {
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-subpage .kontakt-info p {
	color: #ff0000;
}


/** Facebook **/
.pweb-static .pwebbox-container
{
    padding: 0 !important;
}
/** Strona artykułu **/
body.com_content .component_container a
{
    color: #225aa5;
}
body.com_content .component_container a:hover
{
    color: #0091d4;
}
#ue-wrapper p
{
	margin-bottom: 0px;
}

/** Wyszukiwarka **/
body.com_search #searchForm fieldset .controls,
body.com_search #searchForm fieldset label.checkbox
{
	margin-left: 20px;
}

body.itemid-101.view-featured.page-homepage .component_container
{
	display: none;
} 

/** Informacja o cookies **/
#pwebbox104 .pweb-bottombar .pwebbox-container
{
	background-image: -webkit-linear-gradient(top, #225aa5, #0091d4);
	background-image: -moz-linear-gradient(top, #225aa5, #0091d4);
	background-image: -o-linear-gradient(top, #225aa5, #0091d4);
	background-image: -ms-linear-gradient(top, #225aa5, #0091d4);
	background-image: linear-gradient(to bottom, #225aa5, #0091d4);
	color: #fff;
	border-top: 3px solid #4ea325 !important;
	border-bottom: 3px solid #4ea325 !important;
}
#pwebbox104 .pweb-bottombar .pwebbox-container a
{
	color: #fff;
}
#pwebbox104.pwebbox.pweb-bottombar .pwebbox_toggler
{
	bottom: -3px;
	background-color: #4ea325;
	border: 0 !important;
}
#gototopbox
{
	position: fixed;
	right: 30px;
	bottom: 25px;
	font-size: 2.5em;
	cursor: pointer;
	color: #4ea325;
	display: none;
}

#sp-popup-117.popup-center
{
	top: 25%;
}
#sp-popup-117 p,
#sp-popup-117 span
{
	color: #000 !important;
}
#sp-popup-117 a
{
	color: #225aa5;
}
#sp-popup-117
{
	z-index: 9999;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    1px 1px 12px 0px rgba(0, 0, 0, 1);
box-shadow:         1px 1px 12px 0px rgba(0, 0, 0, 1);
}
#sp-popup-117 .relative
{
	padding: 15px;
}
body.com_search .component_container .phrases {
	margin-top: 20px;
}
body.com_search .component_container .search .ordering-box {
	margin-top: 25px;
}
body.com_search .component_container .search .form-limit {
	margin-bottom: 25px;
}
body.com_search .component_container .search .ordering-box select#ordering,
body.com_search .component_container .search .form-limit select#limit {
	display: inline-block !important;
}
body.com_search .component_container #search-searchword {
	height: 37px;
	line-height: 37px;
}
body.com_search .component_container .counter {
	text-align:	center;
	font-weight: bold;
	margin-bottom: 15px;
}
body.com_search .component_container .result-title {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 5px;
}
body.com_search .component_container .result-title:first-child {
	border-top: none;
}
body.com_search .component_container .result-category {
	display: none;
}

.hc-img {
	display: none;
}

#top-info2 {
	position: fixed;
	width: 100%;
	background: #fff;
	top:0;
	z-index: 99999;
}