<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}


.hamburger {
cursor: pointer;
margin: 0;
border: 0;
padding: 0;
background-color: transparent;
}

.hamburger:focus &gt; .hamburger__container {

}

.hamburger__container {
display: flex;
position: relative;
align-items: center;
width: 32px;
height: 20px;

}

.hamburger__bars {
position: absolute;
width: 32px;
height: 2px;
background: #FFFFFE;
transition: transform 220ms ease-in-out;
}

.hamburger__bars:before, .hamburger__bars:after {
display: block;
position: absolute;
width: 32px;
height: 2px;
background-color: #FFFFFE;
content: '';
}
.hamburger__bars:before {
top: -9px;
transition: top 100ms 250ms ease-in, transform 220ms ease-in-out;
}
.hamburger__bars:after {
bottom: -9px;
transition: bottom 100ms 250ms ease-in,  transform 220ms ease-in-out;
}

.hamburger--active .hamburger__bars {
transition: transform 220ms 120ms ease-in-out;
transform: rotate(225deg);
}
.hamburger--active .hamburger__bars:before {
top: 0;
transition: top 100ms ease-out;
}
.hamburger--active .hamburger__bars:after {
bottom: 0;
transition: bottom 100ms ease-out,  transform 220ms 120ms ease-in-out;
transform: rotate(-90deg);
}

.hamburger:focus, .hamburger__container:focus {
outline: none;
}




.cleaner {
clear: both;
}
 

html {
height: 100%;
font-size: 20px;
line-height: 20px;
font-family: 'Open Sans', sans-serif;
}

body {
height: 100%;
background: url(gfx/tlo.svg?a=1) center top;
padding: 0;
margin: 0;
}

#strona {
margin: 0;
}

#header {
width: 1450px;
margin: auto;
}

#top {
padding: 0.9rem 0 0.8rem 0;
width: 100%;
color: #e36b72;
font-family: 'Arima', cursive;
font-weight: 500;
}

#t_logo {
float: right;
text-align: center;
width: 12.5rem;
}

#t_logo img { 
width: 100%;
}

#t_lw {
padding: 2.9rem 0 0 0;
float: left;
text-align: center;
width: calc(50% - 6.25rem);
font-size: 1.5rem;
text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
}

#t_pw {
padding: 2.9rem 0 0 0;
float: right;
text-align: center;
width: calc(50% - 6.25rem);
font-size: 1.5rem;
text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
}


.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #cccccc;
  margin-top: -45px;
  display: none;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }




#foto-cal img {
padding: 0;
margin: 0;
}

#navigation {
width: 1446px;
margin: 0 auto 1rem auto;

border: 2px solid #FFF;
border-radius: 1rem;
background: #f38f95;
box-shadow: 0px 0px 6px 0px rgba(200, 100, 100, 0.7), inset 0px 0px 10px 5px rgba(233, 116, 123, 1);

position: relative;
}

#m-small-g {
display: none;
}

.hamburgerBox {
margin: auto;
width: 32px;
padding: 0.8rem;
margin: auto;
display: none;
}

.menu {
font-weight: 700;
font-family: 'Arima', cursive;
font-size: 1.4rem;
line-height: 1.4rem;
color: #FFF;
list-style: none;

display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
align-content: start
}

.menu li {
position: relative;
flex: 1 0 auto;
border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.menu li:last-child {
border-right: none;
}

.menu li:last-child a {
border-top-right-radius: 1rem;
border-bottom-right-radius: 1rem;
}

.menu li:first-child a {
border-top-left-radius: 1rem;
border-bottom-left-radius: 1rem;
}

.menu li.prawy {
padding: 0 0 0 25px;
float: right;
}

.menu li.prod {
float: right;
padding: 0;
}

.menu li a {
display: block;
padding: 0.9rem 1.2rem 0.8rem 1.2rem;
color: #FFF;
text-decoration: none;
text-align: center;
transition: 0.3s;
}

.menu li a span {
background-image: url(gfx/down.svg);
background-repeat: no-repeat;
background-position: right center;
background-size: 0.45rem;
padding-right: 0.7rem;
}

.menu li a:hover {
background: #e36b72;
transition: 0.3s;
}

.menu li a.pdm:hover {
background: none;
}

.menu li ul {
left: 1rem;
position: absolute;
width: calc(100% - 2rem - 4px);
transition: 0.2s;
overflow: hidden;
border: 2px solid #FFF;
border-top: 0;

border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
background: #f38f95;
box-shadow: 0px 1px 4px 0px rgba(200, 100, 100, 0.7), inset 0px 0px 10px 5px rgba(233, 116, 123, 0.6);

visibility: hidden;
transform: scaleY(0);
transform-origin: 50% 0;
}

.menu li:hover ul {
/*transform: scale(1);*/
transition: 0.2s;

visibility: visible;
transform: scaleY(1);
}

.menu li ul li {
border-right: none;

border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.menu li ul li a {
border-radius: 0 !important;
padding: 0.7rem 1.2rem 0.6rem 1.2rem;
font-size: 1.25rem;
line-height: 1.35rem;
}


#fott {
padding: 0;
margin: 0;
width: 100%;
}

#fott img {
border: 1px solid rgba(233, 116, 123, 1);
width: calc(100% - 2px);

border-radius: 0.4rem;
}


#tresc .gl_l {
float: left;
width: 47.5%;
}

#tresc .gl_p {
float: right;
width: 47.5%;
}

#tresc-cal {
background-repeat: repeat-x;
background-position: center bottom;
background-color: #FFF;

padding: 1.2rem;

width: calc(1450px - 2.4rem);
margin: auto;

border-radius: 1.1rem;

box-shadow: 0px 0px 6px 0px rgba(200, 100, 100, 0.99);
}

#tresc {
margin: auto;
width: calc(100% - 2rem);
font-size: 0.95rem;
text-align: justify;
line-height: 1.35rem;
padding: 1.6rem 1rem 0.7rem 1rem;
color: #777777;
}

#tresc em {
font-style: italic;
}


#tresc ul {
padding: 0;
font-size: 16px;
line-height: 22px;
}

#tresc ul li {
background-image: url(gfx/punktor.png);
background-position: 0px 12px;
background-repeat: no-repeat;
padding: 5px 0 4px 13px;
text-align: left;
}


#tresc img {
/* border: 1px solid #00558c; */
}

#tresc h2 {
text-align: left;
margin: 0;
padding: 0 0 15px 0;
font-family: 'Arima', cursive;
font-size: 2.2rem;
font-weight: 700;
line-height: 2.3rem;
color: #e36b72;
}

#tresc h2.center {
text-align: center;
}

#tresc h3 {
text-align: left;
margin: 0;
padding: 12px 0 8px 0;
font-family: 'Arima', cursive;
font-size: 24px;
line-height: 28px;
color: #955827;
}


#tresc a {
color: #777777;
transition: 0.2s;
}

#tresc a:hover {
color: #e36b72;
transition: 0.2s;
}

#tresc p {
margin: 0;
padding: 0 0 14px 0;

}




#tresc .kon_lw {
padding: 0 0 0.4rem 0;
float: left;
width: 22rem;
}

#tresc .kon_pr {
width: calc(100% - 23rem);
float: right; 
padding: 4px; 

margin: 0.5rem 0 0.4rem 0;

box-shadow: 0px 0px 4px 0px rgba(200, 100, 100, 0.6);
border-radius: 0.4rem;
}

#tresc .kon_pr iframe {
width: 100%;
height: 450px;
border: none;
vertical-align: text-bottom;
border-radius: 0.2rem;
}

#tresc .galeria {
padding: 0 0 10px 0;
}

#tresc .galeria img {
padding: 0;
margin: 0.5%;
width: 24%;
float: left;
}

#tresc .n_foty {
padding: 10px 0 6px 0;
}

#tresc .news .n_foty img {
padding: 0;
margin: 0.5%;
width: 24%;
float: left;
}

#tresc .newsy {
border-bottom: 1px solid #eaddc7;
margin: 4px 0 18px 0;
}

#tresc .news {
padding: 17px 0 17px 0;
border-top: 1px solid #eaddc7;
}

#tresc .news img {
width: 23.5%;
float: right;
}

#tresc .news h3 {
font-weight: 400;
text-align: left;
padding: 0 0 8px 0;
font-family: 'Arima', cursive;
font-size: 19px;
line-height: 21px;
color: #955827;
}

#tresc .news h3 a {
text-decoration: none;
color: #955827;
}

#tresc .news h3 a:hover {
color: #d57a21;
}

#tresc .news p.n_data {
font-size: 12px;
color: #d9c6a9;
padding: 0 0 10px 0;
}


#tresc table.foto_l {
margin: 0 0 30px 0;
float: left;
border: none;
width: 50%;
}

#tresc table.foto_l td.lll img {
width: 93%;
}

#tresc table.foto_l td.lll {
padding: 0 0 0 3%;
width: 47%;
height: 110px;
border: none;
}

#tresc table.foto_l td.ppp {
padding: 0 4% 0 0;
width: 46%;
height: 110px;
border: none;
font-size: 18px;
line-height: 22px;
text-align: left;
color: #881417;
font-weight: bold;
}

#tresc table.foto_l td.ppp a {
text-decoration: none;
}

#paginacja a {
text-decoration: none;
}


#stopka {
margin: auto;
width: 100%;
padding: 0.3rem 0 0.3rem 0;
color: #777777;
text-shadow: 2px 2px 2px #FFFFFF;

font-size: 0.8rem;
text-align: center;
}

#stopka p {
padding: 0.9rem 0 0.9rem 0;
}

#stopka p span {
background: rgba(255,255,255,0.4);
padding: 0 0.3rem 0.1rem 0.3rem;

/*box-shadow: 0px 0px 6px 1px rgba(255,255,255,0.4);*/
}

#stopka a {
color: rgba(233, 116, 123, 1);
}

#stopka a:hover {
color: #fffaec;
}


.unia {
text-align: center;
padding-bottom: 4px !important;
}

.unia img {
width: 60%;
margin: -8px 0 -8px 0;
}</pre></body></html>