@charset "utf-8";
:root
{
    --kolor:#000000;
    --kolor1:#740004;
    --kolor2:#575757;
    --tlo:#FFF;
    --kolor_link:#AF1016;    
}

/*--------------------------------------------------*/
/*-- 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;
}
form a:hover,form a:active,form a:focus
{
    text-decoration:none;
    color:var(--kolor_link);
} 
.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: 55px;
    width:100%;
    background-color: #E9E9E9;
    border-bottom: 2px solid #BEBEBE;
    position: relative;
    z-index: 2;
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni--*/
/*--------------------------------------------------*/
div#paczka_niewidomi_szukaj
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 9px 0 13px 0;
}
div#baner_niedowidzacy
{
    color:var(--kolor);
    padding-top: 5px;
}
div#oko
{
    float:left;
    padding-right: 15px;
}
div#oko .kontrast, div#fontsize .kontrast
{
    display:block;
    float:left;
    padding: 2px 10px 0 10px;
}
div#fontsize .kontrast
{
    padding-right:10px;
}
/*--------------------------------------------------*/
#fontsize
{
	float:left;
    padding: 0 10px;
    border-left: 1px solid var(--kolor2);
}
#fontsize a
{
	color:var(--kolor);
    font-size:2em;
    display: block;
    float: left;
    margin-right:4px;
    
}
#fontsize a#pow_2
{
    margin-right:11px;
}
#fontsize a:hover
{
	color: var(--kolor_link);
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*--------------------------------------------------*/
#paczka_niewidomi_szukaj a
{
    color: var(--kolor);
}
#paczka_niewidomi_szukaj a:hover
{
    color: var(--kolor_link);
}
#mapa_strony
{
    padding:2px 0 0 35px;
    background: url('../images/mapa_strony.png') no-repeat 0 0;
    margin-top:4px;
}
#deklaracja_dostepnosci
{
    padding:1px 0 0 25px;
    background: url('../images/deklaracja_dostepnosci.png') no-repeat 0 0;
    margin-top:6px;
    margin-left: 10px;
}
#instrukcja_obslugi
{
    padding:5px 0 0 40px;
    background: url('../images/instrukcja_obslugi.png') no-repeat 0 0;
    margin-top:2px;
}
/*-----------------------------------------------------------------------------------*/
/* - szukaj - */
/*-----------------------------------------------------------------------------------*/
div#top_szukaj
{
    margin-top:-2px;
}
div#top_szukaj label
{
    display: none;
}
div#top_szukaj .form-search
{
    background: var(--kolor_link) url("../images/lupa.png") no-repeat scroll 98% 50%;
    padding-right: 44px;
    text-align: right;
    border-radius: 4px;
}
div#top_szukaj input
{
    color: var(--kolor2);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    width: 330px;
    border: 0;
    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;
}
/*-----------------------------------------------------------------------------------*/
/* - Ulożenie głównej strony - */
/*-----------------------------------------------------------------------------------*/
body div#strona_tlo
{
    background-image: url('../images/orzel.png');
    background-position: calc( 50% - 700px ) 100px;
    background-repeat: no-repeat;
}
div#strona
{
    max-width: 1300px;
    background-color: #fff;
    box-shadow: 10px 10px 20px -5px #ccc, -10px 10px 20px -5px #ccc;
    margin:0 auto;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
div#baner
{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#logo_bip
{
    padding: 34px 0 0 40px;
}
#logo_bip a
{
    display: block;
    width: 330px;
    height: 117px;
}
#tytul
{
    text-align: center;
    padding-top: 11px;
    margin-left:37px;
}
#tytul h1
{
    font-size: 3.7em;
    line-height: 1em;
    color: var(--kolor2);
    border-bottom: 1px solid #ccc;
    padding: 0 30px 10px 30px;
}
#tytul h2
{
    font-size: 2.2em;
    line-height: 1.2em;
    color: var(--kolor);
    padding-top: 10px;
}
/*--------------------------------------------------*/
/*-- PATHWAY --*/
/*--------------------------------------------------*/
#zawartosc .breadcrumb
{
    list-style-type: none;
    margin-left: 0;
    line-height: 1em;
    position: relative;
    left: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0;
}
#zawartosc .breadcrumb li
{
    padding-right: 2px;
}
#zawartosc .breadcrumb li:first-child
{
    margin-right: -5px;
}
#zawartosc .breadcrumb li:nth-child(n+2):not(:last-child):after
{
    content: ' → ';
    padding:0 3px;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
div#footer_pojemnik
{
    background: #E9E9E9;
    width:100%;
    height:327px;
}
div#footer_pojemnik2
{
	max-width:1300px;
	margin:0 auto;	
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;	
    padding-top:31px;	
}
.f_tytul
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:var(--kolor2);
	font-size:30px;
	line-height:45px;
	padding-bottom:5px;
    border-bottom:1px solid var(--kolor2);
    margin-bottom:16px;
}
/*--------------------------------------------------*/
#f_poz0 ul 
{
    padding-left: 15px;
    margin-top: -5px;
}
#f_poz0 nav ul li
{
    padding: 3px 0;
    list-style: url(../images/menu_arrow_right.png);
} 
#f_poz0 a
{
    color:var(--kolor);
}
#f_poz0 a:hover
{
    color:var(--kolor_link);
}
/*--------------------------------------------------*/
#f_poz1 address div
{
	color:var(--kolor);
    font-size: 14px;
	padding-left:37px;
	background:url(../images/stopka_lokalizacja.png) no-repeat 3px 0px, url(../images/stopka_telefon.png) no-repeat 3px 77px, url(../images/stopka_koperta.png) no-repeat 0px 114px
}
#f_poz1 address div span
{
    color:var(--kolor);
}
#f_poz1 address div p.bold
{
	color:var(--kolor);
}
#f_poz1 a
{
	color:var(--kolor_link);
    text-decoration: none;
}
#f_poz1 a:hover
{
	text-decoration:underline;
}
/*--------------------------------------------------*/
#f_poz2 #godziny
{
    display: flex;
    flex-wrap: wrap;
    color:var(--kolor);
    max-width: 270px;
}
#f_poz2 #godziny p
{
    width:50%;
}
/*--------------------------------------------------*/
div#f_autor
{
	color:var(--kolor2);
	text-align:center;
	font-size:11px;
	padding-top:15px;
}
#f_autor a
{
	color:var(--kolor_link);
    text-decoration: none;
}
#f_autor a:hover
{
	text-decoration: underline;
}
