@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
/* .corinthia-regular {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.corinthia-bold {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  font-style: normal;
} */
:root
{
    --kolor0:#414141;
    --kolor:#000000;
    --kolor1:#145724;
    --kolor2:#9EBE35;
    --kolor3:#F7D82F;
    --tlo:#FEFEFE;
    --kolor_link:#049225;    
    --kolor_link2:#920404;    
}
/*--------------------------------------------------*/
/*-- domyslny reset tagów ---*/
/*--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*
{
    box-sizing: border-box;
}
/*--------------------------------------------------*/
/*-- HTML5 reset dla starszych przeglądarek --*/
/*--------------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
ol li, ul li
{
    padding: 0 20px 0 0;
    line-height: 1.7em;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin:auto;
}
/*--------------------------------------------------*/
/*-- Wstępne ustawienia --*/
/*--------------------------------------------------*/
html 
{
    height:100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 14px;
    color: var(--kolor);
    margin-left:auto;
    margin-right:auto;
}
a:hover, form a:hover,form a:active,form a:focus
{
    text-decoration:none;
    color:var(--kolor_link2);
} 
.enter
{
	clear:both;
}
.bold
{
	font-weight:bold;
}
.visuallyhidden
{
	display:none;
}
input.button 
{
	cursor: pointer;
}
a:link,a:visited 
{
    text-decoration:none;
    font-weight:normal;
    color:var(--kolor_link);
}
a:focus
{
    outline:2px solid red;
}
p 
{
    margin-top:0;
    margin-bottom:5px;
    line-height:1.59em;
}
img 
{
    border:0 none;
}
/*--------------------------------------------------*/
/*-- Górny pasek --*/
/*--------------------------------------------------*/
div#gorny_pasek
{
    height: 168px;
    width:1600px;
    margin:0 auto;
    background-color: var(--tlo);
    position: relative;
    z-index: 2;
}
/*--------------------------------------------------*/
/*-- Logo CUS --*/
/*--------------------------------------------------*/
#logo_cus
{
    position: absolute;
    top: 10px;
}
/*--------------------------------------------------*/
/*-- Logo CUS --*/
/*--------------------------------------------------*/
#logo_bip
{
    position: absolute;
    top: 23px;
    left: 175px;
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni --*/
/*--------------------------------------------------*/
div#baner_niedowidzacy
{
    color: var(--kolor);
    display: flex;
    width: 400px;
    height: 50px;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
    float:right;
}
div#oko
{
    padding-left:20px;
}
div#oko a
{
    display: block;
    height: 20px;
}
/*--------------------------------------------------*/
#fontsize
{
    display: flex;
    align-items: baseline; /* Wyrównanie do linii tekstu */
    gap: 10px;
}
#fontsize a
{
	color:var(--kolor);
    display: block;
    padding: 0 5px;
}
#fontsize a#pow_1
{
    font-size: 15px;
}
#fontsize a#pow_2
{
    font-size: 20px;
}
#fontsize a#pow_3
{
    font-size: 25px;
}
#fontsize a:hover
{
	color: var(--kolor_link);
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*-----------------------------------------------------------------------------------*/
/* -- strefa mieszkańca -- */
/*-----------------------------------------------------------------------------------*/
#strefa_mieszkanca
{
    display: block;
    color: var(--kolor1);
    width: 210px;
    height: 40px;
    background: var(--kolor3) url(../images/user.png) no-repeat 20px 50%;
    border-radius: 5px;
    padding: 10px 0px 10px 55px;
    font-weight: bold;
    margin-left: 50px;
}
#strefa_mieszkanca:hover
{
    background: var(--kolor2) url(../images/user.png) no-repeat 20px 50%;
}
/*-----------------------------------------------------------------------------------*/
/* -- szukaj -- */
/*-----------------------------------------------------------------------------------*/
div#top_szukaj
{
    position: absolute;
    top: 70px;
    right: 0;
    width: 400px;
    z-index: 11;
}
div#top_szukaj label
{
    display: none;
}
div#top_szukaj .form-search
{
    background: var(--kolor1) url("../images/lupa.png") no-repeat scroll 98% 50%;
    padding-right: 54px;
    text-align: right;
    border-radius: 4px;
}
div#top_szukaj input
{
    color: var(--kolor);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    width: 351px;
    border: 1px solid var(--kolor1);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
div#top_szukaj button
{
    border: none;
    width: 45px;
    position: absolute;
    padding: 10px;
    background: none;
    color: #0aa0;
}
div#top_szukaj button.btn:hover
{
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/* -- baner -- */
/*-----------------------------------------------------------------------------------*/
div#baner
{
    background: url("../images/baner.jpg") no-repeat 50% 0%;
    width: 1600px;
    height: 622px;
    position: relative;
    margin: 20px auto 0px;
    background-size: cover;
}
div#baner h1
{
    font-size: 5.6em;
    color: var(--kolor1);
    width: 701px;
    position: relative;
    top: 83px;
    left: 270px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
}
div#baner h1 span
{
    font-size: 1.05em;
    font-weight: 800;
}
div#baner p
{
    font-size: 5.6em;
    width: 319px;
    color: var(--kolor1);
    font-family: "Corinthia", cursive;
    font-weight: 700;
    font-style: normal;
    position: relative;
    top: 75px;
    left: 461px;
}
div#baner div#box
{
    position: relative;
    top: 80px;
    left: 309px;
    width: 500px;
    color: var(--kolor1);
}
div#baner div#box div#box1
{
    font-size: 1.5em;
    font-weight: bold;
}
div#baner div#box h2
{
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1.1em;
    padding: 13px 0px;
}
div#baner div#box h2 span
{
    color: var(--kolor2);
}
div#baner div#box div#box3
{
    font-size: 1.1em;
    color: var(--kolor);
}
div#baner div#box div#box4
{
    font-size: 2.3em;
    color: var(--kolor_link);
    font-family: "Corinthia", cursive;
    font-weight: 700;
    font-style: normal;
    padding: 13px 0px 0px 0px;
}
/*-----------------------------------------------------------------------------------*/
/* -- Ulożenie głównej strony -- */
/*-----------------------------------------------------------------------------------*/
div#strona 
{
    width: 1600px;    
    margin-left:auto;
    margin-right:auto;
}
/*-----------------------------------------------------------------------------------*/
/* -- Info BOX -- */
/*-----------------------------------------------------------------------------------*/
div#info-box
{
    display:flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 1;
    top: -36px;
}
div#info-box div
{
    width: 280px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0px 0px 19px #9e9b9b;
    margin: 0 13px;
    text-align: center;
}
div#info-box div#info-box1
{
    background:#fff url("../images/box1.png") 50% 23px no-repeat;
}
div#info-box div#info-box2
{
    background:#fff url("../images/box2.png") 50% 23px no-repeat;
}
div#info-box div#info-box3
{
    background:#fff url("../images/box3.png") 50% 23px no-repeat;
}
div#info-box div#info-box4
{
    background:#fff url("../images/box4.png") 50% 23px no-repeat;
}
div#info-box div#info-box5
{
    background:#fff url("../images/box5.png") 50% 23px no-repeat;
}
div#info-box h3
{

    padding-top:111px;
    font-weight: bold;
}
div#info-box a
{
    display: block;
}
div#info-box a:hover
{
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
/* -- Info OPIS -- */
/*-----------------------------------------------------------------------------------*/
div#info-opis
{
    width: 1600px;
    height:55px;
    background: #F4F5E3;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
div#info-opis div
{
    padding: 7px 0px 7px 110px;
    border-left: 1px solid #ccc;
}
div#info-opis div:first-child
{
    border:none;
}
div#info-opis1
{
    background: #F4F5E3 url("../images/g1.png") no-repeat 57px 50%;
}
div#info-opis2
{
    background: #F4F5E3 url("../images/g2.png") no-repeat 57px 50%;
}
div#info-opis3
{
    background: #F4F5E3 url("../images/g3.png") no-repeat 57px 50%;
}
div#info-opis4
{
    background: #F4F5E3 url("../images/g4.png") no-repeat 57px 50%;
}

/*--------------------------------------------------*/
/*-- LOGA--*/
/*--------------------------------------------------*/
div#loga
{

    background-color: #fff;
    height:240px;
}
div#loga .item a
{
    margin: 0 10px;
}

.owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer  
{
    height:inherit;
}

.owl-stage
{
    padding-top: 90px;
}

.owl-stage div img
{
    transform:translateY(-50%);
}

/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
footer
{
	background:url(../images/stopka_tlo.jpg) repeat;
}
div#footer_pojemnik
{
	width:1600px;
	margin:0 auto;	
}
div#footer_pojemnik2
{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;		
	padding-top:15px;
}
.f_tytul
{
	color:#fff;
	font-size:30px;
	line-height:45px;
	padding-bottom:5px;
    border-bottom:2px solid var(--kolor2);
}
/*--------------------------------------------------*/
#f_poz1 ul
{
	padding-left:15px;
    padding-top:10px;
}
#f_poz1 ul li
{
	list-style:url(../images/strzalka_left.png);	
}
#f_poz1 ul li a
{
	color:#dedede;
    font-size: 14px;
    line-height: 29px;
    text-decoration: none;
}
#f_poz1 ul li a:hover
{
	color:var(--kolor2);
}
/*--------------------------------------------------*/
#f_poz2 address div
{
    padding-top:10px;    
	color:#dedede;
    font-size: 14px;
	padding-left:37px;
	background:url(../images/stopka_lokalizacja.png) no-repeat 3px 15px, url(../images/stopka_telefon.png) no-repeat 3px 97px, url(../images/stopka_koperta.png) no-repeat 0px 146px
}
#f_poz2 address div p.bold
{
	color:#fff;
}
#f_poz2 a
{
	color:#dedede;
    text-decoration: none;
}
#f_poz2 a:hover
{
	color:#f85050;
}
/*--------------------------------------------------*/
div#f_poz3
{
	text-align:left;
}
/*-- MAPA --*/
#mapa 
{ 
	padding:10px; 
	background:#efefef; 
    width: 442px;
    height: 315px;
}
/*--------------------------------------------------*/
div#f_autor
{
	color:#fff;
	text-align:center;
	font-size:11px;
	padding-top:5px;
}
#f_autor a
{
	color:#dedede;
    text-decoration: none;
}
#f_autor a:hover
{
	color: var(--kolor2);
}
/*--------------------------------------------------*/
/*-- SCROLLUP--*/
/*--------------------------------------------------*/
.scrollup
{
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("../images/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
    z-index:101;
}
/*--------------------------------------------------*/
/*-- COOKIES--*/
/*--------------------------------------------------*/
.ciacho
{
    text-align:center;
    padding:10px;
}
.ciacho #ciacho_zmaknij
{
    position: absolute;
    left: 95%;
    background-color: red;
    padding: 5px 20px;
    margin-top: -5px;
    color: #fff;
    border-radius: 5px;
}