@charset "utf-8";
/*--------------------------------------------------*/
/*-- domyslny reset tagów ---*/ 
/*--------------------------------------------------*/
/*-- Kolory --*/
/*	color:#2c9916; -- zielony */
/*  color:#ff6600; -- hover */
/*  color:#863600; -- brązowy linki */
/*	color:#4b463f; -- szary */
/*  color:#323946; -- granatowe tło */
/*--------------------------------------------------*/	
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------*/
/*-- Wstępne ustawienia--*/
/*--------------------------------------------------*/
html
{
  height: 100%;
}
form a:hover,
form a:active,
form a:focus
{
  text-decoration:none;
}  

body
{
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
}
body div#strona
{
	width: 100%;
}
.enter
{
	clear:both;
}
.bold
{
	font-weight:bold;
}
.visuallyhidden
{
	display:none;
}
input.button 
{
	cursor: pointer;
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
div#baner
{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	height:168px;
}
div#pojemnik_top
{
	display:flex;
	flex-direction:row;
	justify-content:space-around;						
	width:100%;	
	height:inherit;
}
div.poz
{
/*		flex-grow:1;		*/
}
/*--------------------------------------------------*/
#poz1
{
	width:400px;
	padding-left:25px;
	padding-top:35px;
}
div#poz1 #herb
{
	float:left;
	padding-right:30px;
}
div#poz1 p.nawias
{
	font-size:29px;
	color:#ff6600;
}
div#poz1 p span
{
	padding-top:10px;
	font-family:Helvetica,"Times New Roman",Times,serif;
	font-size:20px;
	color:#4b463f;
	padding:0 5px;	
}
/*--------------------------------------------------*/
#poz2, #poz3, #poz4
{
	width:240px;
}
div#poz2 #zegar
{
	float:left;
	padding-right:20px;
	padding-top:69px;
}

div#poz2 p.bold
{
	padding-top:54px;	
}
/*--------------------------------------------------*/
div#poz3 #lokalizacja
{
	float:left;
	padding-right:20px;
	padding-top:68px;
	padding-bottom:20px;
}

div#poz3 p.bold
{
	padding-top:54px;	
}
/*--------------------------------------------------*/
div#poz4 #niedowidzacy
{
	padding-top:12px;
	padding-bottom:9px;
	float:right;
	width:146px;	
}
div#poz4 #niedowidzacy a img
{
	padding-left:10px;
	padding-right:5px;
}
div#poz4 #fontsize
{
	float:left;
}
div#poz4 #fontsize a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}

div#poz4 #fontsize a#pow_1
{
	font-size:24px;
}
div#poz4 #fontsize a#pow_2
{
	font-size:32px;
}
div#poz4 #fontsize a#pow_3
{
	font-size:40px;
	-moz-user-select: none;
}
div#poz4 #fontsize a
{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
div#poz4 #fontsize a:hover
{
	color:#ff6600;
}
div#poz4 #telefon
{
	float:left;
	padding-right:20px;
	padding-top:16px;
	padding-bottom:20px;
}
div#poz4 p.bold
{
	padding-top:3px;	
}
div#poz4 a
{
	text-decoration:none;
	color:#863600;
}
div#poz4 a:hover
{
	color:#ff6600;
}
/*--------------------------------------------------*/
/*-- Pasek tytułowy--*/
/*--------------------------------------------------*/
h1#pasek_tytul
{
	width:100%;
	height:60px;
	background-color:#323946;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-align:center;
	color:#fff;
	line-height:55px;
}
/*--------------------------------------------------*/
/*-- Ankieta info--*/
/*--------------------------------------------------*/
main
{
    max-width:1200px;
    margin:0 auto;
}
div#glosowanie, h2
{
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 15px 0;
    text-align: center;
	color:#ff6600;
}
p.kroki
{
    font-size:16px;
    color:#000;
    text-align:left;
}

/*--------------------------------------------------*/
/*-- Progres bar--*/
/*--------------------------------------------------*/
@-webkit-keyframes ankieta_krok 
{
    from {background-position: 0 0;}
    to {background-position: 40px 0;}
}
@-o-keyframes ankieta_krok {
    from {background-position: 0 0;}
    to {background-position: 40px 0;}
}
@keyframes ankieta_krok {
    from {background-position: 0 0;}
    to {background-position: 40px 0;}
}

.progress 
{
    border-radius: 2px;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
    margin: 5px;
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden; 
}
#progress-bar 
{
    box-shadow: 0 0;
    transition: all 0.25s ease-out 0s;
}
.progress-bar
{
    animation: 1s linear 0s normal none infinite running ankieta_krok;
}
.progress-bar
{
    background-color: #ff6600;
}
.progress-bar 
{
    background-image: linear-gradient(135deg, rgba(255, 188, 144, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 188, 144, 0.5) 50%, rgba(255, 188, 144, 0.5) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar {

    height: 100%;
}
/*--------------------------------------------------*/
/*-- Formularz--*/
/*--------------------------------------------------*/
div#formularz
{
	padding-top:10px;
	width:1200px;
	margin:0 auto;
}
/*--------------------------------------------------*/
fieldset
{
    border: 1px solid #ff6600;
    padding:20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
fieldset legend
{
    padding: 0 10px;
    font-size:25px;
    font-weight: bold;
    color: #323946;
}
fieldset h3
{
    font-size:18px;
    font-weight: bold;
    color: #ff6600;
    margin: 15px 0 10px;
}

fieldset label
{
    padding: 0 10px 0 0;
    font-size:16px;
    color: #323946;
}
fieldset span
{
    font-size:16px;
    color: #323946;
}
/*--------------------------------------------------*/
div#formularz form textarea
{
	color:#686868;
	padding:10px;
	font-size: 16px;
	margin:10px 0;
	height:200px;
    width: 100%;
    max-width: 1110px;
	border: 2px solid #ff6600;
	border-radius:5px; /* pozostałe przeglądarki */
	font-style:italic;
}
#pytanie_1_licznik, #pytanie_2_licznik, #pytanie_3_licznik
{
    text-align:right;
    padding-right:10px;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
div#guziki
{
	display:flex;
	flex-direction:row;
	justify-content:center;	    
}
div#formularz div#pole_guzik, .guziki
{
	text-align:right;
    margin-right: 10px;	
}
div#formularz form input.guzik, .guziki
{
	color:#fff;
	text-align:center;
	padding:10px;
	min-width: 180px;
    border: 2px solid white;
	font-style:normal;
	cursor:pointer;
    border-radius: 5px;
    font-size:16px;
}
.guziki
{
    max-width: 300px;
    text-align: center;
    padding:0;
	background-color:#323946;    
}
.guziki p
{
    padding:10px 0px;
}
div#formularz form input.guzik
{
    background-color:#ff6600;
}
.guziki:hover
{
	background-color:#ff6600;
}
div#formularz form input.guzik:hover
{
	background-color:#323946;
}
/*--------------------------------------------------*/
/*-- KOMUNIKATY --*/
/*--------------------------------------------------*/

div#dziekujemy
{
	font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    padding: 24px 0;
    text-align: center;
}
p.wroc
{
    text-align: center;
    padding-bottom: 10px;	
}
p.wroc a
{
    font-size: 17px;
    font-weight: bold;
	color:#ff6600;
	text-decoration:none;
}
p.wroc a:hover
{
	color:#863600;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
footer
{
	background-color:#323946;
    margin-top: 10px;
}
div#footer_pojemnik
{
	width:1200px;
	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:15px;
}

/*--------------------------------------------------*/
#f_poz2 address div
{
	color:#dedede;
    font-size: 14px;
	padding-left:37px;
	background:url(../img/stopka_lokalizacja.png) no-repeat 3px 0px, url(../img/stopka_telefon.png) no-repeat 3px 62px, url(../img/stopka_koperta.png) no-repeat 0px 106px;
}
#f_poz2 address div p.bold
{
	color:#fff;
}
#f_poz2 a
{
	color:#dedede;
    text-decoration: none;
}
#f_poz2 a:hover
{
	color:#ff6600;
}
/*--------------------------------------------------*/
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:#ff6600;
}
/*--------------------------------------------------*/
/*-- SCROLLUP--*/
/*--------------------------------------------------*/
.scrollup
{
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("../img/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
}
/*--------------------------------------------------*/
/* - Error - */
/*--------------------------------------------------*/
div#tlo
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:50;
	background:rgba(0,0,0,.8);
}
div#komunikat_error
{
	width:30%;
	min-width:300px;
	/*min-height:300px;*/
	font-size:16px;
	color:#fff;
	background-color:#ff6600;
	text-align:center;
	border-radius:5px;
	position: fixed;
	top:20%;
	z-index:100;
	border:2px solid #fff;
	box-shadow: 0 0 0 5px #ff6600;
}
div#komunikat_error p#error_tytyl
{
	font-size:40px;
	line-height:36px;
	padding-top:30px;
}
div#komunikat_error p.error_opis_bledu
{
	padding: 26px 35px 17px;
}
div#komunikat_error p.error_opis_bledu br
{
	margin-bottom:10px;
}
div#komunikat_error button
{
	color:#ff6600;
	text-align:center;
	font-size: 18px;
	position:relative;
	bottom:10px;
	left:0;
	height:43px;
	border: 0px;
	border-radius:10px; /* pozostałe przeglądarki */
	background-color:#fff;
	cursor:pointer;
}
div#komunikat_error button:hover
{
	color:#fff;
	background-color:#ff6600;
	border:1px solid #fff;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (min-width: 1382px) 
{
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1381px)
{
div#ankieta_info
{
    width: auto;
	padding: 0 10px;
}
.progress
{
    width: auto;
}
#footer_pojemnik
{
	padding-left:10px;
}
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1199px)
{
div#poz1 p.nawias 
{
    font-size: 17px;
}

div#poz1 p span 
{
    font-size: 14px;
}

div#poz2 #zegar, div#poz4 #telefon
{
    padding-bottom: 40px;
}
/*--------------------------------------------------*/

div#ankieta_info
{
    width: auto;
	padding: 0 10px;
}
.progress, div#footer_pojemnik
{
    width: auto;
}

div#formularz, #f_poz2
{
	padding: 0 10px;	
    width: auto;
}
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 979px)
{
div#poz1 p.nawias 
{
    font-size: 17px;
}

div#poz1 p span 
{
    font-size: 14px;
}

div#poz2
{
	display:none;
}
div#poz4 #telefon
{
    padding-bottom: 40px;
}
/*--------------------------------------------------*/
div#formularz 
{
    width: auto;
}
div#ankieta_info
{
    width: auto;
	padding: 0 10px;
}
.progress, div#footer_pojemnik
{
    width: auto;
}
div#formularz, #f_poz2
{
	padding: 0 10px;	
    width: auto;
}
div#formularz form input
{
	width:auto;
}
fieldset label, div#formularz form input[type="text"], fieldset span, div#formularz form select 
{
    font-size: 14px;
}
fieldset legend
{
    font-size: 20px;
}
fieldset h3
{
    font-size: 18px;
}
/*--------------------------------------------------*/
div#f_poz1
{
	display:none;
}
/*--------------------------------------------------*/
.scrollup
{
	right:10px;
}
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (max-width: 767px) and (min-width: 481px)
{
div#baner
{
	height:auto;
	padding-bottom:7px;
}
#poz1 
{
    padding-left: 20px;
    padding-top: 20px;
}
div#poz1 #herb 
{
    padding-right: 10px;
}
div#poz1 p.nawias 
{
    font-size: 16px;
}

div#poz1 p span 
{
    font-size: 13px;
}

div#poz2, div#poz3
{
	display:none;
}
div#poz4 div:nth-child(3), div#poz4 p
{
    display:none;
}
/*--------------------------------------------------*/
div#ankieta_info
{
    width: auto;
	padding: 0 10px;
}
.progress, div#footer_pojemnik
{
    width: auto;
}
div#formularz, #f_poz2
{
	padding: 0 10px;	
    width: auto;
}
div#formularz form input
{
	width:auto;
}
fieldset label, div#formularz form input[type="text"], fieldset span, div#formularz form select, div#glosowanie
{
    font-size: 14px;
}
fieldset legend
{
    font-size: 20px;
}
fieldset h3
{
    font-size: 20px;
}
div#ankieta_info p
{
	font-size: 14px !important;
}
#cz_1 span, #cz_2 span
{
	display:none;
}
div#formularz form input
{
    max-width: 250px;
}
#cz_2 div.enter, #cz_3 div.enter, #cz_4 div.enter, #cz_5 div.enter 
{
    display: block;
}
/*--------------------------------------------------*/
div#footer_pojemnik 
{
    width: auto;
}
div#f_poz1, div#f_poz3
{
	display:none;
}
/*--------------------------------------------------*/
.scrollup
{
	right:10px;
}	
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
@media only screen and (max-width: 480px)
{
div#baner
{
	height:auto;
	padding-bottom:7px;
}
#poz1 
{
    padding-left: 20px;
    padding-top: 20px;
}
div#poz1 #herb 
{
    padding-right: 10px;
}
div#poz1 p.nawias 
{
    font-size: 16px;
}

div#poz1 p span 
{
    font-size: 13px;
}

div#poz4 div#telefon, div#poz4 div#telefon+p+p, div#poz4 div#telefon+p,div#poz2, div#poz3, div#poz4 #fontsize
{
	display:none;
}
div#poz4
{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

div#poz4 #niedowidzacy
{
	width:auto;
}
h1#pasek_tytul
{
	font-size:18px;
	line-height: 29px;
}
/*--------------------------------------------------*/
div#ankieta_info
{
    width: auto;
	padding: 0 10px;
}
.progress, div#footer_pojemnik
{
    width: auto;
}
div#formularz, #f_poz2
{
	padding: 0 10px;	
    width: auto;
}
div#formularz form input
{
	width:auto;
}
fieldset label, div#formularz form input[type="text"], fieldset span, div#formularz form select, div#glosowanie
{
    font-size: 14px;
}
fieldset legend
{
    font-size: 20px;
}
fieldset h3
{
    font-size: 20px;
}
div#ankieta_info p
{
	font-size: 14px;
}
#cz_1 span, #cz_2 span, #cz_3 span, #cz_4 span
{
	display:none;
}
div#formularz form input
{
    max-width: 250px;
}
#cz_2 div.enter, #cz_3 div.enter, #cz_4 div.enter, #cz_5 div.enter 
{
    display: block;
}
/*--------------------------------------------------*/
div#footer_pojemnik 
{
    width: auto;
}
div#f_poz1, div#f_poz3
{
	display:none;
}
/*--------------------------------------------------*/
.scrollup
{
	right:10px;
}	
}
@media print
{
}



