﻿html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	font-family: "Open Sans";
	font-size: 16px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	transition: padding .5s linear;
}
body * {
	box-sizing: border-box;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}

.strona {
	width: 100%;
 	margin: 0 auto;
 	background-color: #fff;
/* 	background-image: url(../grafika/tlo.jpg);
 	background-size: cover;*/
 /*   background-position: top center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}

.naglowek{
	flex-wrap: wrap;
	align-items: center!important;
	/*background: #fff;*/
}





h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
/* article > h2.informacje-tresc-dzial {
	display: none;
} */



header {
	/*position: fixed;*/
	width: 100%;
/*	height:180px;*/
	z-index: 99;
	overflow: visible!important;
	margin-top:0px;
	height: 88px;
	/* background: #fff; */
	position: relative;
}


.logo{
	padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 370px; */
    z-index: 99;
	background-color: #fff;

}

.logo:hover >  a span{
	opacity:0.7;
}

.header-glowna{
	height: 88px;
}

.header-glowna .logo{
	padding: 16px 28px;
}

.header-glowna .header-dane{
	align-items: flex-start;
}

.header-glowna .header-dane #menu-gorne{
	margin-top:8px!important;
}

.logo img{
	transition: 0.3s;
}

.logo a img:first-of-type{
	margin-top:0px;
}

.logo-podstrona a img:first-of-type{
	margin-top: 0px;
    max-width: 90px;
    height: auto;
}

.logo a{
    text-decoration-color: transparent;
    display: block;
    padding-right: 16px;
}

.logo a:last-child{
	/*border-left: 1px solid #d6d6d6;*/
    padding-left: 0px;
}

.logo a span{
    font-family: "Open Sans", sans-serif;
    color: #000;
    display: block;
    margin-top: 0px;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
}

.logo a span:last-child{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
    text-transform: none;
    margin-top: 8px;
    padding: 0;
}

/*.logo a span:last-child{
	font-weight: 400;
	font-size: 14px;
	color:#2d2d2c;
	text-align: left;
}*/

.logo-male{
    width: 235px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 16px;
}

.logo-kontrast-czcionka{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-male img{
	max-width: 100%;
	height: auto;
}

/*.menu-93 .header-dane{
	justify-content: flex-end;
}*/

.naglowek-logo{
	width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    margin-bottom: 0px;
}
.header-prawa-strona{
/*	width: 816px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 120px;*/
}

.header-dane{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
    height: 88px;
    /* background: #fff; */
}

.header-dane-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color:#C8C8C8;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}



.dane-wrap{
	display: flex;
}

.dane-wrap p{
    padding: 0px 28px 0px 0px;
    font-size: 18px;
    font-family: "Source Sans Pro";
    margin: 10px 0px;
}

.dane-wrap a{
    color: inherit;
    text-decoration-color: transparent;
}

.dane-wrap a:hover{
    opacity: 0.8;
}

.menu-gora-wrapp{
	display:flex;
	align-items: center;
}

/*Kontrast czcionka*/
.kontrast-czcionka  {
  	/*flex: 2 1;*/
	display: flex;
	align-items: center;
}
.kontrast-czcionka > *	{
	/*border-right: 1px dotted #c1c1c1;*/
}
.kontrast, .czcionka{
  flex: 1 1 78px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.kontrast a, .czcionka a {
    color: #fff;
    /* font-size: 0px; */
    text-decoration-color:transparent;
	font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 16px;
    /* border-right: 1px solid #000; */
}
.kontrast a span, .czcionka a span {
	display: block;
    color: #C8C8C8;
    font-family: "Source Sans Pro";
    padding-right: 16px;
	width: max-content;
    /* font-size: 0px;
    display: none; */
}
.kontrast a:after, .czcionka a:after {
    font-family: "Font Awesome 5 Free";
    color: #C8C8C8;
    font-size: 14px;
    padding-left: 0px;
}

.czcionka a sup{
	display: none;
}

/*Ikona Wyszukiwarki*/
.szukaj-gora-ikona{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
}

.szukaj-gora-ikona a {
    border: none;
    margin: 0 0 0 16px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
	text-decoration-color: transparent;
}

.szukaj-gora-ikona a:hover{
	opacity: 0.6;
}

.szukaj-gora-ikona a i{
	/* content: url(../grafika/wyszukiwarka.png); */
	color:#fff;
}

.szukaj-gora-ikona a i span{
	display: none;
}

.szukaj-gora-mobile{
    margin-left: 16px;
}

.szukaj-gora-mobile label{
	display: none;
}

.szukaj-gora-mobile button span{
	display: none;
}

.szukaj-gora-mobile input{
    padding: 15.5px 16px;
    border: none;
    border-radius: 20px 0px 0px 20px;
    border-right: none;
	font-size: 14px;
}

.szukaj-gora-mobile button{
    background: #fff;
    border: 1px solid #fff;
    height: 46px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 32px 32px 0px;
}

.szukaj-gora-mobile button i{
	color: #000;
    font-size: 18px;
}

.szukaj-gora-mobile form{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    overflow: hidden;
    border: none;
    background: #fff;
}






/*Wyszukiwarka*/
.szukaj-gora {
 flex: 0 1 368px;
    width: 368px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    height: 48px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    width: unset;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
  font-size: 14px;
  padding: 0px 8px 0px 16px;
  border: none;
  width: 100%;
	background: #fff;
    border-radius: 0px;
}
.szukaj-gora button {
    background: #ffd200;
    border: none;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    border-radius: 0px;
}
.szukaj-gora button i {
    font-size: 14px;
    color: #352f11;
    padding: 8px 8px 8px 8px;
    /* border-left: 1px solid #dcdcdc; */
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.kontrast a:hover, .czcionka a:hover, .a-kontakt:hover, .szukaj-gora button i:hover {
	opacity: 0.55;
}

.menu-mobilne-szukaj-kontrast{
	display: none;
}

.menu-mobilne-szukaj-kontrast .kontrast-czcionka a{
    filter: brightness(0);
}



.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
}

.nawigacja-100{
    width: 100%;
    margin-top: -248px;
}

.nawigacja-100-podstrona{
    margin-top: 0px !important;
    padding: 0px 0px 0px 0px;
    margin-bottom: -80px;
}

.animacja-kontener{
    margin: -88px auto 0px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 780px;
    background-position: center -28px;
}



/*.dane:last-child{
	padding-top: 8px;
}*/

.dane span{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight: 700;
	font-size: 15px;
}

.dane a{
	color:red;
	text-decoration-color:transparent;
}

.dane a:hover{
	opacity: 0.7;
}





/*Main i szkielet*/

main {
	margin: 16px auto 0px;
}

.blok-glowny-100{
	background: #fafafa;
}

.blok-glowny{
    margin: 0px auto 0px auto;
    position: relative;
    padding-bottom: 42px;
    position: relative;
    z-index: 1;
}

.h1-tytul{
    /* background: #fff; */
    padding: 8px 0px 8px 0px;
    color: #000;
    /* font-family: "Poppins", serif; */
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}



.szerokosc-srodek,
.szerokosc-prawo{
	background: #fff;
	border-radius: 8px;
}

.szerokosc-srodek{
	margin-bottom: 16px;
}

.szerokosc-lewo{

}

.menu-bok{
	background: #fff;
	border-radius: 8px;
}

.strona-tresc{
    padding: 24px 40px;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    /* border: 1px solid #f0f0f0; */
}

.strona-tresc article{
	/*padding: 24px 24px;*/
}

/*.strona-tresc-kontener{
	padding:32px 24px;
	background: #f8f8f8;
}*/


.aktualnosci-tresc, .informacje-tresc {
	/*margin: 0px 0px 32px 0px;*/
	text-align: left;
	color:#444444;
	line-height: 1.55em;
	padding: 0px!important;
}
.tresc {
	line-height: 1.55em;
	text-align: left;
}

.strona-tresc img, iframe, table {
	max-width: 100% !important;
}
.strona-tresc img {
	height: auto;
}

.wiersz {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kolumna {
	flex-shrink: 1;
	flex-grow: 0;
}
.srodek {
  text-align: left;
}

.blok{
	margin: 0 auto;
}

.aktualnosci-glowne{
	display: flex;
    flex-wrap: wrap;
    padding:0px 24px 32px 24px;
    width: 100%;
}

footer{
	background-color: #fff;
}

.menu-banery-blok{
	width: 100%;
	background: #fff;
	padding: 190px 0px 250px 0px;
}


.strona-tresc table{
	border-collapse: collapse;
	border-spacing: initial;
}

.strona-tresc table td{
	text-align: initial;
	padding: 8px;
}
.wiersz_tytul{
	font-weight:700;
   	font-size: 22px;
	margin:0px auto 0px auto;
	text-transform: uppercase;
	text-align: center;
	color:#000;
}


.komunikat-email,
.tytul{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:#ffffff;
}
.komunikat-email{
}
.tytul{
	font-size:34px;
	font-weight: 400;
}


.strona-tytul2{
	position: relative;
}




/*subskrybcja*/
/*subskrybcja-stopka*/


.dane-stopka-kontakt-godziny-tresc .tresc, .dane-stopka-kontakt-tresc .tresc{
	color:#fff!important;
	line-height: 1.4!important;
	font-size: 14px!important;
}
.dane-stopka-kontakt-godziny-tresc .tresc table tr td, .dane-stopka-kontakt-tresc .tresc table tr td{
	background: none!important;
	color:#000;
	border:none;
	width: auto;
}

.dane-stopka-kontakt-godziny-tresc .tresc table{
	background: none!important;
	font-size: 14px;
}

.dane-stopka-kontakt-godziny-tresc .tresc table p{
	padding: 0!important;
	margin:0;
}





/*Moduł‚ statystyki*/

.statystyka-tekst{
    font-size: 14px;
    font-weight: 400;
    line-height: 7px;
    position: relative;
    padding: 0px 0px 24px 0px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-decoration-color: transparent;
}

/*.statystyka-tekst:nth-child(1){
	width: 264px;
}

.statystyka-tekst:nth-child(2){
	width: 192px;
}

.statystyka-tekst:nth-child(3){
	width: 232px;
}


.statystyka-tekst:nth-child(4){
	width: 310px;
	border-right:1px solid #eeeeee;
}*/

.modul-start-tytul{
    /* background: #fff; */
    padding: 16px 0px 16px 0px;
    color: #000;
    /* font-family: "Poppins", serif; */
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 24px;
    position: relative;
    text-align: left;
    /* border: 1px solid #f0f0f0; */
    /* width: auto; */
    display: block;
    /* border-radius: 0; */
}


.newsletter-blok{
	background-color: #F2F2F2;
	padding: 116px 0px 85px 0px;
}

.modul-start-aktualnosci-startowe-tytul{
    /* background: #fff; */
    padding: 8px 0px 8px 0px;
    color: #000;
    /* font-family: "Poppins", serif; */
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    /* border: 1px solid #f0f0f0; */
    /* width: auto; */
    display: block;
    /* border-radius: 0; */
}

.modul-start-aktualnosci-startowe-tytul:before{
    position: relative;
    /* content: url(../grafika/naglowek.png); */
    left: 0;
    top: 0px;
    padding-right: 8px;
	display: none;
}

/*.modul-start-aktualnosci-startowe-tytul{
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    padding-bottom: 8px;
}*/

/* .statystyka-tekst:nth-child(1):before{
    content: url(../grafika/odwiedziny.png);
    position: relative;
    left: 0;
    top: 3px;
    padding-right: 6px;
}

.statystyka-tekst:nth-child(2):before{
	content: url(../grafika/dzisiaj.png);
    position: relative;
    left: 0;
    top: 3px;
    padding-right: 6px;
}

.statystyka-tekst:nth-child(3):before{
	content: url(../grafika/goscie.png);
    position: relative;
    left: 0;
    top: 3px;
    padding-right: 6px;
}

.statystyka-tekst:nth-child(4):before{
	content: url(../grafika/ip.png);
    position: relative;
    left: 0;
    top: 3px;
    padding-right: 6px;
} */

.statystyka-tekst span{
	padding-right: 4px;
	padding-bottom: 5px;
	width: 100%;
}

.statystyka-tekst span:first-child {
	font-weight: 400;
	padding-left: 12px;
}
.statystyka-zawartosc{
	padding-bottom: 0px;
    width: 100%;
}

.statystyka-cyfry{
	/* font-size: 14px;
	font-weight: 700!important; */
}


.stopka-info{
	background-size: cover!important;
	background-color: #015b8f;
	background-image: url(../grafika/tlo_stopka_paralaxa.jpg);
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
}



.stopka-info-kontener{
    display: flex;
    flex-wrap: wrap;
    padding: 102px 0px 78px 0px;
}

.stopka{
	/*background: url(../grafika/stopka-tlo.jpg);*/
	background-size: cover;
	background-position: center center;
	color:#fff;
	padding: 0px 0px 0px 0px;
}

.stopka-info .kolumna{
    padding: 16px 16px 16px 16px;
    display: block;
    flex-wrap: wrap;
    flex: 1 1;
    width: auto;
}



/*.stopka-info .kolumna:first-of-type{
    padding-left: 268px;
    padding-right: 10px;
    background: url(../grafika/mapa_stopka.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 572px;
}*/


.stopka-wrap{
	width: 100%;
    display: flex;
}

.stopka-wrap-dane{
	padding: 0px 24px;
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stopka-info .kolumna img{
	display: block;
    margin: auto;
    padding-bottom: 16px;
}


/*.szerokosc-142{
    padding-left: 156px;
    padding-right: 80px;
}*/

.szerokosc-142 a{
	color:#fff;
	text-decoration-color:transparent;
}

.szerokosc-142 a:hover{
	opacity: 0.6;
}

.szerokosc-143{
	width: 288px;
}


.stopka-tytul{
    color: #fff;
    font-family: "Lato", serif;
    font-size: 24px;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
    line-height: 24px;
    width: 100%;
}


.stopka-tytul:after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #f20300;
    position: absolute;
    bottom: -8px;
    left: 0;
	display: none;
}

.stopka-tresc{
    padding: 0px 8px 0px 34px;
    margin: 0px 12px;
    border-left: 1px solid #004c73;
}

.stopka-tresc div{
    font-family: "Open Sans", sans-serif;
    color: #fff;
    /* line-height: 44px; */
    font-size: 14px;
    margin: 8px 0px;
}

.stopka-tresc a{
	color:#fff;
	text-decoration-color: transparent;
}

.stopka-tresc a:hover{
	opacity: 0.7;
}

.stopka-wrap-dane .stopka-kolumna{
	padding: 0px 32px;
}

.stopka-wrap-dane .stopka-kolumna:last-of-type{
	padding-right: 0px;
}

.stopka-wrap-dane .stopka-kolumna:before{
	position: relative;
    top: 45px;
    left: -32px;
}

.stopka-wrap-dane .stopka-kolumna:nth-child(1):before{
	content: url(../grafika/stopka-info.png);
}

.stopka-wrap-dane .stopka-kolumna:nth-child(2):before{
	content: url(../grafika/stopka-adres.png);
}

.stopka-wrap-dane .stopka-kolumna:nth-child(3):before{
	content: url(../grafika/stopka-kontakt.png);
}

.stopka-zdjecie{
	margin-right: 42px;
}

.stopka-tresc li{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 24px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: nowrap;
    color: #fff;
}

.stopka-tresc li img{
	display: inline-block;
    margin: -1px 13px 0px 0px !important;
    max-width: 100%;
    height: auto;
    padding: 0 0 0px !important;
}

/*.stopka-info .kolumna .stopka-tytul:nth-of-type(2){
	padding-top: 52px;
}*/


.dane-stopka-kontakt a{
	color:#fff;
}

.dane-stopka-kontakt h2, .dane-stopka-kontakt-godziny h2{
	display: block;
	width: 100%;
	padding: 0px;
	margin:0px;
	text-align: left;
	display: none;
}

.dane-stopka-kontakt-tresc, .dane-stopka-kontakt-godziny-tresc{
	position: relative;
	color: #fff;
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.dane-stopka-kontakt-tresc span{
	font-size: 24px;
    margin: 8px 0px 4px 0px;
    display: inline-block;
}

.dane-stopka-kontakt-tresc p{
	margin: 0px;
}

.dane-stopka-kontakt-tresc a{
	color:#fff;
	text-decoration-color:transparent;
}



.stopka-dol .kolumna{
    padding: 0px !important;
}

.menu-lewe-tytul{
	color:#082337;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}


/*Kanał RSS*/
.info-rss{
	background: #fff;
	border-radius: 8px;
	padding:24px;
}

.info-rss-tytul{
	color:#000;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}

.info-rss-tlo{

}

.info-rss-tresc-data{
	color:#4eb27b;
	font-family: "Open Sans";
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-data:before{
	 font-family: "Font Awesome 5 Free";
	 content:"\f017";
	 padding-right: 8px;
}

.info-rss-tresc-tytul{
	font-family: "Open Sans";
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-tytul a{
	color:#616161;
	text-decoration-color:transparent;
}


/*subskrybcja*/
/*subskrybcja-stopka*/
.stopka-newsletter-kontener{
	padding: 0px 16px 16px 32px;
}


.subskrypcja-stopka-zawartosc{
	font-size: 14px;
	color:#000;
	/*padding: 0px 16px 16px 32px;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subskrypcja-stopka-tekst{
	padding: 0px 0px 8px 0px;
    line-height: 1.6;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #000;
}

.subskrypcja-stopka-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
	/*width: 226px;*/
}

.subskrypcja-stopka-zawartosc .btn-submit-modul{
	border:none!important;
	text-align: center;
	font-size: 14px!important;
	width: 120px;
	min-width: 60px;
	font-weight: 800;
	text-decoration-color:transparent;
	font-family: "Open Sans", sans-serif;
	cursor:pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.subskrypcja-stopka-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-stopka-dopisz{
	/*background: #3C92E8 url(../grafika/strzalka_biala.png) 24px center no-repeat!important;*/
    color: #fff!important;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 8px 6px 24px;
    height: 40px;
    border-radius: 24px;
}


.btn-submit-subskrypcja-stopka-wypisz{
	/*background: transparent url(../grafika/x_czarny.png) 24px center no-repeat!important;*/
	background-repeat: no-repeat;
	color:#000!important;
	padding: 6px 8px 6px 24px;
	height: 40px;
}

.subskrypcja-stopka-input-tlo input{
	box-shadow: none;
    background: #fff;
    width: 280px;
    height: 40px;
    padding: 10px;
    border: none;
    margin-bottom: 16px;
    margin-top: 8px;
    border-radius: 24px;
}


.dane-stopka-kontakt-tytul{
	display: none;
}

.dane-stopka-kontakt a{
	color:#000;
}

.subskrypcja-stopka-tekst-rodo{
	padding-top: 16px;
	color: #000!important;
	width: 100%!important;
	font-family: "Open Sans";

}

.subskrypcja-stopka-tekst-rodo a{
	color:#000;
}


.subskrypcja_textbutton::placeholder{
	color:#000;
}


/*RSS*/

.rss-tytul{
	display: none;
}

.rss-data{
	display: none;
}

.rss-tekst {
	margin: 10px 0px !important;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #d7d7d7;
    padding: 0px 0px 9px 0px;
}
.rss-tekst a{
	color: inherit !important;
	text-decoration: inherit !important;
	position: relative;
	padding-left: 22px;
    display: flex;
}

.rss-tekst a:hover{
	opacity: 0.8;
}

.rss-tekst a:before{
	/*content: url(../grafika/strzalka_zielona.png);*/
	position: absolute;
	left:0;
	top:2px;
}

.moduly-startowe-blok > .blok{
	align-items: stretch!important;
	position: relative;
}

/*Galeria moduł startowy*/
.fotogaleria100{
/*	background-image: url(../grafika/tlo_woda.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 16px;*/
	padding:48px 0px;
	/*background-color: #fff; */

}


.galeria-modul-zawartosc{
	position: relative;
    padding: 0px;
}

.galeria-modul-lista{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 24px;
	margin-bottom: 32px;
	gap: 16px;
}

.galeria-modul-lista .slick-list {
	width: 100%;
}

.galeria-modul-odnosnik{
	font-size: 14px!important;
	margin:0px;
}

.galeria-modul-lista .slick-track{
	display: flex;
	justify-content: space-between;
}

.modul-start-galerie-tytul{
	display: none;
}

.modul-start-galerie{
	width: 100%;
}

.galeria-modul-lista .slick-prev, .galeria-modul-lista .slick-next{
	top: 49%
}
.galeria-modul-lista .slick-prev{
    left: 8px;
    right: auto;
    z-index: 2;
}

.galeria-modul-lista .slick-next{
	right: 8px;
}

.galeria-modul-lista .slick-prev:before, .galeria-modul-lista .slick-next:before{
	font-family: "Font Awesome 5 Free";
	color:#fff;
	font-size: 26px;
}

.galeria-modul-lista .slick-prev:before{
	content: "\f104";
}

.galeria-modul-lista .slick-next:before{
	content: "\f105";
}


.galeria-modul-lista:after {
    content: "";
    width: 112px;
    /*height: 64px;*/
    display: none;
 }

.galeria-modul-obiekt{
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*.galeria-modul-obiekt:before{
	content:url(../grafika/fotogaleria_fala.png);
	bottom: 0;
	left:0;
	position: absolute;
}*/

.galeria-modul-obiekt a{
	margin: 0px;
	padding: 0px;

}

.galeria-modul-obiekt span{
    width: 296px;
    height: 296px;
    display: block;
    background-size: cover;
    /* position: relative; */
    background-position: center center;
}

/*.galeria-modul-obiekt span:before{
	content:"";
	bottom: 0px;
	visibility: hidden;
	left:0;
	position: absolute;
	transition: 0.2s;
	opacity:1;
	width: 100%;
	height: 100%;
}

.galeria-modul-obiekt span:hover:before{
	visibility: visible!important;
	opacity:1;
	transition: 0.2s;
	background-color: #000;

}*/

.galeria-modul-obiekt figcaption{
	display: none;
}


.galeria-modul-obiekt:hover > figcaption{
	width: 100%;
    background: rgba(0, 0, 0, 0.71);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 24px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

/*.galeria-modul-obiekt span:hover{
	opacity: 0.8;
}*/

.galeria-modul-obiekt figcaption{
	/*display: none;*/
}

.galeria-modul-btns{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.galeria-modul-btns{
    padding: 24px;
    width: auto;
}

.galeria-modul-btn:hover{
	opacity: 0.7;
}

.btn-ogloszenia-modul-lista em{
	visibility: hidden;
	/*display: none;*/
}

.btn-galeria-modul-lista em{
	display: none;
}

.btn-galeria-modul-lista{
	position: relative;
}

.btn-galeria-modul-lista:after{
    font-family: "Font Awesome 5 Free";
    /* content: "\f141"; */
    content: url(../grafika/arr1.png);
    position: absolute;
    right: 52px;
    top: 24px;
}

.galeria-modul-btn-lista{
    color: #fff !important;
    padding: 16px 72px 16px 62px;
    margin-right: 0;
    margin-top: 8px;
    border-radius: 30px;
    border: 1px solid #233b81;
    text-decoration-color: transparent;
    /* text-transform: uppercase; */
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    position: relative;
    background: #233b81;
    cursor: pointer;
}

.galeria-modul-btn-lista:hover{
	opacity: 0.7;
}

.ogloszenia-modul-btn-lista{
	padding: 8px 16px;
    position: relative;
    color: #000!important;
    font-family: "Open Sans", sans-serif;
    background: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration-color:transparent;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-ogloszenia-modul-lista:after{
	/*content: url(../grafika/strzalka_zielona.png);*/
    position: absolute;
    left: -4px;
    top: 30px;
}

/*Ogłoszenia*/
.menu-ogloszenia-tlo{
	border-bottom: 1px dotted #e0e0e0;
    padding-left: 0px;
    /* margin-top: 24px; */
    padding: 16px 0px;
}

.menu-ogloszenia-data{
	font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    margin: 10px 0px 4px 0px;
    display: none;
}

.menu-ogloszenia-data:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a1";
    padding-right: 4px;
}

.menu-ogloszenia-tytul2{
	font-family: "Open Sans";
	font-weight: 400;
	color:#000;
	font-size: 14px;
}

.menu-ogloszenia-tytul2:before{
	/*content:url(../grafika/ogloszenia.png);*/
	padding-right: 8px;
}

.menu-ogloszenia-tytul2:hover{
	opacity: 0.6;
}

.menu-ogloszenia-btns-tlo{
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.span-submit-menu-ogloszenia{
	
}

.span-submit-menu-ogloszenia input{
	color: #000!important;
    padding: 8px 16px 8px 16px;
    border:none;
    background: #fff;
    text-decoration-color:transparent;
    text-transform: uppercase;
    font-size: 18px!important;
    font-weight: 700;
    font-family: "Open Sans";
    position: relative;
    cursor:pointer;
}

#dodaj-nowe-ogloszenie input{
	width: 220px;
}

.span-submit-menu-ogloszenia input:hover{
	opacity: 0.6;
}

/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	.header-prawa-strona{display:flex;}
	.naglowek-logo{display: none;}
	.wiersz{justify-content: space-around;}
	.aktualnosci-tresc, .informacje-tresc{text-align: left;}
    	.statystyka-zawartosc{
		flex-wrap: wrap;
	}
	.statystyka-tekst{
		width: 100%;
	}
	.stopka-info .kolumna{
		width: 100%!important;
		flex-basis: 100%!important;
	}
	/* .stopka-tresc p{
		line-height: 44px;
    	font-size: 18px;
	} */
	.stopka-wrap{
		flex-wrap: wrap;
	}

	.stopka-wrap-dane{
        padding: 10px;
        justify-content: left;
        width: 100%;
		
	}

	.stopka-zdjecie{
		margin: auto;
	}
	.stopka-tresc p{
		text-align: center;
	}
	.stopka-wrap-dane .stopka-kolumna:last-of-type{
		padding: 0 32px;
	}
}

@media all and (min-width: 640px) and (max-width: 1023px)
{

    .statystyka-zawartosc{
		flex-wrap: wrap;
	}
	.statystyka-tekst{
		width: 100%;
	}
	.modul-rotator-ikon-tytul{
		margin-left: 16px;
	}
	.stopka-info .kolumna img{
		display: none;
	}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.h1-tytul{
        padding-left: 0px;
        margin-bottom: 20px;
        font-size: 26px;
	}
	.galeria-modul-lista{
        gap: 2%;
        padding: 2%;
        margin-bottom: -6px;
	}
	.galeria-modul-odnosnik{
        font-size: 14px !important;
        margin: 0px 0px 2% 0px;
        width: 49%;
	}
	.galeria-modul-obiekt span{         
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 0 !important;
        height: auto;
        aspect-ratio: 1;
    }

	.stopka-info .kolumna{
		background: none!important;
		width: 100%;
	}
	.pasek-header{
		display: none;
	}
	.menu-mobilne-szukaj-kontrast{    
        margin-top: 38px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        /* padding-right: 24px; */
        background: #007bb6;
        padding: 15px 10px;
	}
	.kontrast a, .czcionka a{
		width: 40px;
		height: 40px;
	}
	.kontrast a span, .czcionka a span{
		display: none;
	}
	.kontrast a:before, .czcionka a:before{
		padding: 0px;
	}
	.strona-tresc{        padding: 16px 16px 32px 16px;
        border-left: none;
        border-right: none;}
	.button-menu-mobile {display: flex!important; margin-top: -63px; width: 100%; align-items: center;}
	.blok{width: 100%;}
	#menu-gora{display: none;}
	#menu-gorne{display: none;}
	.fotogaleria{width: 100%;}
	#menu-mobilne{display: block;}
	header{height: 23px!important;background: #fff;}
	.nawigacja-100-podstrona, .nawigacja-100{display: none;}
	.header-dane{display: none;}
    .logo {display:none;}
    .header-prawa-strona{background:transparent!important;}
    .blok-glowny{    width: 100%;
		margin-top: 0px;
		order: 1;
		padding-bottom: 50px;}
    .szerokosc-12, .szerokosc-24 {  width: 90%; margin:auto;}
	.szerokosc-13, .szerokosc-14 {  width: 90%; margin:auto; order:2;}
	.szerokosc-23, .szerokosc-34 {  width: 98%; margin:auto;}
	.szerokosc-13-stopka{width: 90%; margin:auto;}
	.blok{margin:auto;}
	.dane-animacja{width: 100%;padding: 24px;}
	.dane{padding: 16px 32px 24px 32px;}
	.lewy-blok, .prawy-blok{flex-wrap: wrap;}
	.lewy-blok{order:2; margin-top:16px;}
	.prawy-blok{order:1;}
	.srodek-banery{display: none;}
	.stopka-info-kontener{        height: auto !important;
        flex-wrap: wrap;
        padding: 40px 0px;}
	.stopka-info .kolumna{
		width: 100%;
    	flex-basis: 100%;
    	margin: auto;
	}
	.stopka-tytul, .dane-stopka-kontakt-tresc{
		text-align: center;
	}

	.stopka-tytul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: center;
        font-size: 24px;
        justify-content: center;
	}
	.stopka-tytul:after{
		left:auto;
		right:auto;
	}
	.stopka-tresc{
		padding: 0px 8px 0px 16px;
    	margin: 0px 0px;
	}

	.rotator_tlo{
		width: 100vw;
	}
	.stopka-info .kolumna{
		padding:20px 24px!important;
		margin: auto;
		text-align: left;
		background-position: center!important;
		max-width: 100%!important;
	}
	main{margin-top:0px;}
	.menu-kalendarz{margin-top:16px;}

	.galeria-modul-obiekt span:before{display: none;}
	aside .menu-tekstowe, aside .menu-banery{
		display: none;
	}
	.stopka-info{
		background-size: cover!important;
	}

	.statystyka-zawartosc{
		text-align: center;
	}
	.dane-stopka-kontakt-tresc span{
		font-size: 21px!important;
	}

	.button-stopka{
		margin: auto;
	}
	.newsletter-blok{
		padding: 50px 0px 40px 0px;
	}
	.galeria-modul-btns{
		padding: 0;
	}

}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.header-glowna .logo{
		padding: 12px 16px;
	}
	.logo a span{font-size: 24px;}
	.logo a span:last-child{font-size: 14px;}
	.dojazd-tekst p:before{left:10px;}
	.button-menu-mobile{display: none;}
	.blok { width: 992px; }
	.szerokosc-1 { flex-basis: 992px; width: 992px; }
	.szerokosc-12, .szerokosc-24 { flex-basis: 488px; width: 488px; }
	.szerokosc-13, .szerokosc-14, .szerokosc-13-stopka { flex-basis: 320px; width: 320px; }
	.szerokosc-23, .szerokosc-34 { flex-basis: 656px; width: 656px; }
	.szerokosc-100 { flex-basis: 100%; }
	/*.artykul-ikona-tlo{width: 300px!important;}*/
	.stopka .kolumna{flex-basis: 212px; width: 212px;}
	.header-prawa-strona{width: 690px;}
	.header-dane{padding: 0px;}
	/*.kontrast-czcionka{margin-left: 10px;}*/
	.szukaj-gora{flex:0 1 auto; width: auto;}
	.div-kontrast, .div-czcionka, .telefon, .mail{padding-left: 10px; padding-right:10px;}
	.dane-animacja{width: 342px;flex-direction: row; padding: 0px; justify-content: center;}
	.dane{padding: 12px 4px 0px 9px;}
	.wyszukiwarka{width: auto;}
	.szerokosc-141{width: 20%; flex-basis: 20%;}
	.szerokosc-141 img{width: 90%}
	.szerokosc-142, .szerokosc-143, .szerokosc-144{width: 26%; flex-basis: 26%;}
	.galeria-modul-obiekt span{        height: 232px;
        width: 232px;}
	.galeria-modul-obiekt span:before{display: none;}
	.stopka-tytul{
		font-size: 25px;
	}
	.stopka-wrap-dane .stopka-kolumna{
		padding: 0px;
	}
	.stopka-tresc{
		margin: 0;
		padding: 0px 8px 0px 16px;
	}

	.pasek-dol{
		font-size: 13px;
	}
}

@media all and (min-width: 1280px) {
	#menu-gora { display: flex;}
	#menu-mobilne { display: none;}
	.button-menu-mobile{display: none;}
	.blok { width: 1232px;}
	.szerokosc-1 { flex-basis: 1232px;}
	.szerokosc-12, .szerokosc-24 { flex-basis: 608px;}
	.szerokosc-13 { flex-basis: 400px; width: 400px;}
	.szerokosc-13-stopka{ flex-basis: 460px; width: 460px;}
	.szerokosc-23 { flex-basis: 816px; width: 816px;}
	.szerokosc-14 { flex-basis: 308px; width: 308px;}
	.szerokosc-34 { flex-basis: 924px; width: 924px;}
	.szerokosc-100 { flex-basis: 100%; width: 100%;}
	.blok-glowny{ flex-basis: 1232px; width: 1232px;}
}
