@charset "utf-8";
:root
{
    --kolor_zw:#095377;
    --tlo:#f2f4ec;
    --kolor_link:#961b03;    
}


/*--------------------------------------------------*/
/*-- 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;
}
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;
    color:#ff6600;
} 
body
{
	background-color: var(--tlo);
	font-family: "Montserrat",sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
}
.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 
{
    width: 100%;    
    margin-left:auto;
    margin-right:auto;
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
div#baner
{
    position:relative;
	margin-left: auto;
	margin-right: auto;
    width:100%;  
    background-color:#fff;  
}
div#baner_info
{
    position:relative;
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	height:50px;    
    color:var(--kolor_zw);
    font-weight:bold;
    font-size:0.8em;
}
#baner_adres, #baner_email, #baner_telefon 
{
    float:left;
    padding:14px;        
}
#baner_adres
{
    width:290px;
}
#baner_email
{
    width:236px;
}
#baner_telefon
{
    width:128px;
}


#baner_adres
{
    background: url("../images/ico_miejsce.png") 0% 50% no-repeat;
    padding-left:20px;        
}
#baner_email
{
    background: url("../images/ico_email.png") 0% 50% no-repeat;
    padding-left:30px;        
}
#baner_email a
{
    color: var(--kolor_link);
}
#baner_telefon
{
    background: url("../images/ico_telefon.png") 0% 50% no-repeat;
    padding-left:28px;        
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni--*/
/*--------------------------------------------------*/
div#baner_niedowidzacy
{
    position:absolute;
    right:0;
    float:right;
    padding:10px;
}
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 #000;
    border-color:var(--kolor_link);
}
#fontsize
{
	float:left;
    padding: 0 15px;
    border-right: 1px solid #000;
    border-color:var(--kolor_link);
}
#fontsize a
{
	color:var(--kolor_zw);
    font-size:25px;
    display: block;
    float: left;
    margin-right:4px;
    
}
#fontsize a#pow_2
{
    margin-right:11px;
}
#fontsize a:hover
{
	color:#ff6600;
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*--------------------------------------------------*/
div#baner_szukaj
{
    float:right;
}
div#baner_szukaj a img, div#logo_bip a img
{
    border-right: 0px;
} 
#baner_szukaj a
{
    display:block;
}
div#logo_bip
{
    position:absolute;
    right:11px;
    top:53px;
    z-index: 101;
}
/*--------------------------------------------------*/
/*-- Godziny otwarcia --*/
/*--------------------------------------------------*/
div#pojemnik_skos
{
    position:relative;
    margin: 0 auto;
    max-width: 1200px;
}
div#pojemnik_kontakt
{
    position: absolute; 
    height:530px;  
    background: linear-gradient(-45deg,transparent 50px, rgba(12,60,83,0.9) 0);
    border-radius: 13px;
    top:124px; 
    width:462px;
    z-index:3;
    color:#fff;
}
div#pojemnik_kontakt h1
{
    font-size: 28px;
    line-height:1.2em;
    text-align: left;
    padding:20px 0 0px 30px;
}

div#pojemnik_kontakt, div#pojemnik_kontakt a
{
    color:#fff;
}
div#pojemnik_kontakt a:hover
{
    color:#ff6600;
}
div#kontakt_baner_info div
{
    padding-left:50px;
}
div#kontakt_baner_info .bold
{
    margin-top:10px;
}
#baner_info_poz1
{
    background: url("../images/zegar.png") no-repeat 0% 50%;
    padding-bottom:5px;
}
#baner_info_poz2
{
    background: url("../images/adres.png") no-repeat 0% 50%;
    padding-bottom:5px;
}
#baner_info_poz3
{
    background: url("../images/telefon.png") no-repeat 0% 50%;
}

div#kontakt_baner_info
{
    padding-top: 10px;
    display:flex;
    flex-direction: column;
    padding-left: 30px;
}
div#kontakt_baner_info p.bold
{
    font-size: 17px;
    line-height: 1.5em;  
}
div#kontakt_baner_info p
{
    font-size: 12px;
    line-height: 1.3em;
}
/*--------------------------------------------------*/
/*-- Alert--*/
/*--------------------------------------------------*/
#alert
{
    width: 100%;
    text-align:center;
    font-size: 1.7em;
    height:42px;
    background-color: #0c3c53;
    color:#fff;
    padding-top:10px;
}
/*--------------------------------------------------*/
/*-- Baner animacja--*/
/*--------------------------------------------------*/
#baner_animacja
{
    width: 100%;
}
/*--------------------------------------------------*/
/*-- Strona główna galeria --*/
/*--------------------------------------------------*/
#stg_galeria
{
    margin-bottom:10px;
}
#stg_galeria h2
{
    transform: skewY(-2deg);
    width: 100%;
    height:80px;
    background-color: #0c3c53;
    padding:20px 0;
    margin:50px auto;
    text-align:center;
    color:#fff;
    font-size:3em;
    font-family: 'Kaushan Script', cursive;
    line-height: 2em;
}
/*--------------------------------------------------*/
/*-- LOGA--*/
/*--------------------------------------------------*/
div#loga
{

    background-color: #fff;
    height:200px;
    margin-bottom:25px;
}
div#loga .item a
{
    margin: 0 30px;
}

.owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer  
{
    height:inherit;
}

.owl-stage
{
    padding-top: 78px;
}

.owl-stage div img
{
    transform:translateY(-50%);
}
.item
{
    margin:0 15px;
}
/*--------------------------------------------------*/
/*-- Banery prawa strona --*/
/*--------------------------------------------------*/
bannergroup
{
  padding-top:20px;
}
/*--------------------------------------------------*/
/*-- Dofinsnsowanie --*/
/*--------------------------------------------------*/
div#mkdn
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
    overflow: auto;
    background-color: white;
}
div#mkdn>div
{
    max-width:800px;
    margin:0 auto;    
}
div#mkdn img
{
    float:left;
    padding-right: 10px
}
div#mkdn_opis
{
    padding: 20px 0 0 120px;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
div#footer_pojemnik
{
    background:url(../images/stopka_tlo.png) no-repeat 50% 0;
    width:100%;
    height:404px;
    background-size: cover;    
}
div#footer_pojemnik2
{
	max-width:1200px;
	margin:0 auto;	
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;	
    padding-top:95px;	
}
.f_tytul
{
    font-family: 'Kaushan Script', cursive;
	color:#fff;
	font-size:30px;
	line-height:45px;
	padding-bottom:5px;
    border-bottom:2px solid #fff;
}
.f_tytul_2
{
    font-size:36px;
    border:none;
}
/*--------------------------------------------------*/
#f_poz1 address div
{
    padding-top:10px;    
	color:#dedede;
    font-size: 14px;
	padding-left:37px;
	background:url(../images/ico_miejsce_b.png) no-repeat 3px 10px, url(../images/ico_telefon_b.png) no-repeat 3px 90px, url(../images/ico_email_b.png) no-repeat 0px 120px
}
#f_poz1 address div p.bold
{
	color:#fff;
}
#f_poz1 a
{
	color:#dedede;
    text-decoration: none;
}
#f_poz1 a:hover
{
	color:#f85050;
}
/*--------------------------------------------------*/
div#f_poz2
{
	text-align:center;
    margin-top: -77px;
}
p.f_poz2_opis
{
    font-size:20px;
}
div#f_poz2 p
{
    color:#fff;
}
div#f_poz2 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:5px;
}
#f_autor a
{
	color:#dedede;
    text-decoration: none;
}
#f_autor a:hover
{
	color:#f27b7b;
}
div#footer_socialmedia
{
    display:flex;
    justify-content:center;
}
div#footer_socialmedia div:first-child
{
    padding-right:10px;
}
/*--------------------------------------------------*/
/*-- 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 a
{
    color:#ff6600;
}
.ciacho #ciacho_zmaknij
{
    position: absolute;
    left: 88%;
    background-color: red;
    padding: 5px 20px;
    margin-top: -5px;
    color: #fff;
    border-radius: 5px;
}