@charset "utf-8";
:root
{
    --kolor:#2D3F55;
    --tlo:#FFF;
    --kolor_link:#ff3800;    
}


/*--------------------------------------------------*/
/*-- domyslny reset tagów ---*/
/* font-family: 'Kaushan Script', cursive; */ 
/*--------------------------------------------------*/
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;
}
/*--------------------------------------------------*/
/*-- 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: "Montserrat",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;
}
/*-----------------------------------------------------------------------------------*/
/* - Ulożenie głównej strony - */
/*-----------------------------------------------------------------------------------*/
body div#strona 
{
    background-image: 
        linear-gradient(to bottom, #3E828A, #293A51), /* lewy gradient */
        linear-gradient(to bottom, #65D7C5, #3D7983); /* prawy gradient */
    background-position: left, right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
div#baner
{
	max-width:1400px;
	margin-left: auto;
	margin-right: auto;
	height:645px;  
    background: #2a4056 url("../images/kropki.png") no-repeat scroll 98% 10%;
    border-radius: 25px; 
    color:var(--tlo);
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni--*/
/*--------------------------------------------------*/
div#paczka_niewidomi_szukaj
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 34px;
    padding: 15px 16px 0 30px;
}
div#baner_niedowidzacy
{
    color:#fff;
    padding-top: 5px;
}
div#oko
{
    float:left;
}
div#oko .kontrast, div#fontsize .kontrast
{
    display:block;
    float:left;
    padding:3px;
}
div#fontsize .kontrast
{
    padding-right:10px;
}
/*--------------------------------------------------*/
div#baner_niedowidzacy a img
{
	padding-left:14px;
	padding-right:10px;
    border-right: 1px solid #fff;
}
#fontsize
{
	float:left;
    padding: 0 12px;
}
#fontsize a
{
	color:#fff;
    font-size:2em;
    display: block;
    float: left;
    margin-right:4px;
    
}
#fontsize a#pow_2
{
    margin-right:11px;
}
#fontsize a:hover
{
	color: #91d4c1;
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*-----------------------------------------------------------------------------------*/
/* - szukaj - */
/*-----------------------------------------------------------------------------------*/
div#top_szukaj label
{
    display: none;
}
div#top_szukaj .form-search
{
    background: rgba(0, 0, 0, 0) url("../images/lupa.png") no-repeat scroll 100% 50%;
    padding-right: 35px;
    text-align: right;
    width:270px;
}
div#top_szukaj input
{
    color: var(--kolor);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 7px; 
    border: 1px solid var(--kolor);
    border-radius: 5px;
    width: 250px;
}
div#top_szukaj button
{
    border: none;
    width: 50px;
    position: absolute;
    padding: 9px;
    background: none;
    color: #0aa0;
}
div#top_szukaj button.btn:hover
{
    cursor: pointer;
}
#loga_baner
{
    display: flex;
    flex-direction: row;
    max-width: 490px;
    justify-content: space-between;
    margin-left: 30px;
    margin-top: 14px;
}
#loga_baner a
{
    display: block;
    padding-right: 15px;
}
#tytul
{
    padding: 5px 0 0px 30px;
    max-width: 900px;
}
#tytul h1
{
    font-weight: bold;
    font-size: 8.4em;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    transform: scaleX(1.2);
    transform-origin: left;
}
#tytul h2
{
    font-weight: bold;
    font-size: 4.4em;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    transform: scaleX(1.2);
    transform-origin: left;
}
/*--------------------------------------------------*/
/*-- Ikony alarmowe--*/
/*--------------------------------------------------*/
#ikony_alarmowe
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1266px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
}
#ikony_alarmowe div
{
    width:188px;
}
#ikony_alarmowe div p:first-child
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.7em;
    text-align: center;
    line-height: 1.1em;
    padding-top:116px;
    padding-bottom:10px;
}
#ikony_alarmowe div.ikona_a p:first-child
{
    padding-top:90px;
}
#ikony_alarmowe div a
{
    font-size:1.2em;
    text-align: center;
    line-height: 1.1em;
    display: block;
}
#ikony_alarmowe .ikona_a
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_1.png") no-repeat scroll 50% 0%;
}
#ikony_alarmowe .ikona_b
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_2.png") no-repeat scroll 50% 5%;
}
#ikony_alarmowe .ikona_c
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_3.png") no-repeat scroll 50% 8%;
}
#ikony_alarmowe .ikona_d
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_4.png") no-repeat scroll 50% 6%;
}
#ikony_alarmowe .ikona_e
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_5.png") no-repeat scroll 50% 10%;
}
#ikony_alarmowe .ikona_f
{
    background: rgba(0, 0, 0, 0) url("../images/ikony/ikona_6.png") no-repeat scroll 50% 7%;
}
#ikony_alarmowe a
{
    color:#fff;
}
#ikony_alarmowe a:hover
{
    color: #91d4c1;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
div#footer_pojemnik
{
    background:#293A51;
    width:100%;
    height:406px;
}
div#footer_pojemnik2
{
	max-width:1400px;
	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:#fff;
	font-size:30px;
	line-height:45px;
	padding-bottom:5px;
    border-bottom:2px solid #dddddd;
    margin-bottom:16px;
}
/*--------------------------------------------------*/
#f_poz0 ul 
{
    padding-left: 15px;
}
#f_poz0 nav ul li
{
    padding: 3px 0;
    list-style: url(../images/menu_arrow_right.png);
} 
#f_poz0 a
{
    color:#dddddd;
}
#f_poz0 a:hover
{
    color: var(--kolor_link);
}
/*--------------------------------------------------*/
#f_poz1 address div
{
	color:#dddddd;
    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:#fff;
}
#f_poz1 address div p.bold
{
	color:#fff;
}
#f_poz1 a
{
	color:#dddddd;
    text-decoration: none;
}
#f_poz1 a:hover
{
	color: var(--kolor_link);
}
/*--------------------------------------------------*/
div#f_poz2 a img
{
    margin-top:10px;
    /*filter: saturate(120%) drop-shadow(0px 0px 8px #281a01);*/        
}
/*--------------------------------------------------*/
div#f_autor
{
	color:#fff;
	text-align:center;
	font-size:11px;
	padding-top:15px;
}
#f_autor a
{
	color:#dddddd;
    text-decoration: none;
}
#f_autor a:hover
{
	color: var(--kolor_link);
}
/*--------------------------------------------------*/
/*-- SCROLLUP--*/
/*--------------------------------------------------*/
.scrollup
{
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("../images/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 5%;
	bottom: 102px;
	display: none;
    z-index:101;
}
