*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-wrap:break-word}article,aside,figcaption,figure,footer,header,nav,section,img{display:block}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}body{-webkit-text-size-adjust:none}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}
body {
	background: #fff;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.3;
	margin: 0;
    overflow-y: scroll;
}
body, input, select, textarea {
	color: #666;
    font-family: 'Lora', serif;
}

a {
	-moz-transition: color .2s linear, border-bottom-color .2s linear;
	-webkit-transition: color .2s linear, border-bottom-color .2s linear;
	-ms-transition: color .2s linear, border-bottom-color .2s linear;
	transition: color .2s linear, border-bottom-color .2s linear;
    color: #B08B4A;
	text-decoration: none;
}
a:hover {
	color: #000;
}


article a {
     border-bottom: 1px solid #B08B4A;;
}
article a:hover {
     border-color: #000;
     color: #000;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times;
	font-style: italic;
	margin: 0 0 2em 0;
}
code {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}
pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}
pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}
hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100% !important;
    height: auto;
    max-height: 100%;
    display: block;
}



sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}



.srodek {text-align: center}
strong, b {font-weight: 700}
iframe {max-width: 100%}
em, i {font-style: italic}
p {margin: 0 0 20px}
p:last-child {margin-bottom: 0}
time {
    display: block;
    position: relative;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	line-height: 1.2;
	margin: 50px 0 20px;
    position: relative;
    color: #B08B4A;
}
h1 {
	font-size: 200%;
	margin: -7px 0 30px;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5,
h6 {
	font-size: 120%;
}


header {
	margin-bottom: 45px;
}
.startowa header {
	margin-bottom: 25px;
}

header .wasko {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.logo {
	display: block;
	max-width: 400px;
	margin: 35px auto;
}
header nav {

  	position:relative;
/*
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 */
}
header nav:before, header nav:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left: 20px;
    right: 20px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
header nav:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

header nav .wasko {
	display: flex;
	justify-content: space-between;
	position: relative;
    max-width: 1800px;
}

header nav ul {
	list-style: none;
	padding: 0;
    margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f5f5f5;
}

header nav ul li {
	display: inline-block;
	padding: 0; 
    position: relative;   
}
header nav ul li a {
	border-bottom: 0;
	line-height: 50px;
	display: block;
	color: #919191;
	padding: 0px 25px;
	font-size: 125%;
}

nav ul li:hover > ul {
    transform: scaleY(1); 
    -webkit-transform: scaleY(1);
    visibility: visible !important;    
}
nav ul ul {
    visibility: hidden;
    width: 220px;
    position: absolute;
	z-index: 9;
    background: #f5f5f5;
    padding: 0 13px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transition: 200ms;
	left: 0;
	box-shadow: 0px 3px 10px #ccc;
}
nav ul li:hover > ul {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible !important;
}


nav ul ul li {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
nav ul ul li:last-child {
	border: 0;
}
header nav ul ul a {
	display: block;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	font-size: 90%;
	line-height: 1;
	border: 0;
	margin: 7px 0;
}
nav ul ul li:last-child a {border:0}
nav ul ul a span {background: none}
nav ul ul li.active > a,
nav ul ul li a:hover {

}
nav ul ul ul {display: none}



nav > ul li a:hover,
nav .active > a {
	color: #bda571;
}
nav a:hover span,
nav .active span {

}


.item-124 ul {
	width: 900px;
	left: -100px;
	padding: 5px;
	justify-content: space-evenly;
}
.item-124 li {
	width: 25%;
	padding: 10px 4px;
	border: 1px solid #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}










.sTrzy > div {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sTrzy a {
	margin: 25px;
}
.sTrzy a img {
    display: block;
}
/* KATEGORIA */

.kafle,
ul.listaKat,
.lArt {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	list-style: none;
	padding: 0;
	justify-content: center;
}
.katKafel,
.listaKat li,
.lArt li {
	position: relative;
	margin: 25px;
	border: 1px solid #eee;
	width: 27.89%;
	min-width: 256px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
   /*  max-height: 220px; */
    text-align: center;

	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.katKafel a {
	border: 0;
	color: #685f4e;
}
.katKafel h2,
.listaKat h2 {
	margin: 0 0 12px;
	font-size: 120%;
	position: absolute;
	bottom: 0;
	background: #fff;
	white-space: nowrap;
    left: 15px;
}

.listaKat img {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.listaKat a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.listaKat li:hover img {
zoom: 1;
  filter: alpha(opacity=40);
  opacity: .4;
}



/* 888888888888888888888888888888888888888888 */

.listaKat li {
	border: 0;
	min-width: 256px;
	padding: 5px 25px;
	background: #fff; /*#75482a;*/
	max-height: 280px;
	height: 280px;
	justify-content: space-between;
}
.listaKat h2 {
	background: transparent;
	color: #000; /*#fff; */
}

.katOferta figure img {
	max-height: 300px;
	width: auto;
}

/* 888888888888888888888888888888888888888888 */




.opisKat {
	margin: 50px auto;
}


.lArt {
}
.lArt li {
	width: 44.5%;
    position: relative;
}
.lArt h2 {
	font-size: 140%;
	margin: 0;
    text-align: center;
	padding-top: 20px;
}
.lArt a {
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	border: 0;
	top: 0;
	justify-content: center;
	align-items: center;

}
.lArt a::before {
	transition: all .5s linear;
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	padding: 0;
	box-shadow: 0 0 0 #B08B4A;
	z-index: 1;
    visibility: hidden;
}
.lArt li:hover {
    transition: .5s ease;
	border-color: transparent;
}
.lArt li:hover h2 {

}
.lArt a:hover::before {
    visibility: visible;
	transition: all .5s linear;
	padding: 10px;
	box-shadow: 0px 0px 30px #B08B4A;
}




/* POLA */

.pola {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pola > div {
	width: 47.1%;
	text-align: center;
	line-height: 2;
	border: 1px solid #eee;
	padding: 12px 12px 12px 50px;
    position:relative;
	display: inline-block;
}
.pola .cena:before,
.pola .czas:before {
	content: "\E938";
	z-index: 5;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate( -50%, -50% );
	color: #B08B4A;
	font-family: 'gigi';
	font-size: 50px;
}
.pola .czas:before {
	content: "\e92e";
}
.pola strong {
    display: block;
}

.polaBox {
	background: #B08B4A;
	color: #fff;
	padding: 25px;
	margin: 25px 0;
}
.polaBox strong {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
}
.polaBox ul {
	margin-bottom: 0;
}



/* Footer

url(../img/stopka-tlo.png) repeat-y top center
 */
footer {
	padding: 0;
	background: #81502f ;
	color: #d6b66b;
	font-size: 14px;
	margin-top: 50px;
	overflow: hidden;
}
footer .wasko {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

footer .minus {
	display: flex;
	justify-content: space-between;
	margin: 25px -25px;
	width: calc(100% + 50px);
	flex-wrap: wrap;
}
footer .box {
	margin: 25px;

	min-width: 170px;
}
footer .box .zaH3 {
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c9bbaf;
	font-size: 17px;
	line-height: 1.2;
}
footer p {
	margin: 13px 0 0;
	line-height: 2;
}
footer [class^="icon-"],
footer [class*=" icon-"] {
    font-size: 20px;
    vertical-align: middle;
}
footer a {
    color: #c9bbaf;
	line-height: 2;
}
footer a:hover {
	color: #000;
}



footer .m {
    color: #c9bbaf;
}
footer p.m:hover {
	color: #000;
}



footer .zapewniamy {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
footer .zapewniamy span {
	display: inline-block;
	width: 52px;
	height: 36px;
	background: transparent url(../img/stopka2.png) no-repeat;
	text-indent: -9999px;
}
footer .zapewniamy span:nth-child(2) {
	background-position: -64px;
	width: 31px;
}
footer .zapewniamy span:nth-child(3) {
	background-position: -103px;
	width: 37px;
}


footer .fejsy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .fejsy a {
	padding: 10px 0;
}


footer .copy {
	margin: 0;
	line-height: 3;
	padding: 20px;
	width: 100%;


}
footer .copy.wasko {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}





.copy a {
    transition: border-width 0.3s linear;
}
.copy a:hover {
	color: #000;
    border-bottom: 5px solid #000;
}

#mM {display: none}
.item-1723 a {color:red}
#search-results116 {max-width: 100%}




.startowa .p {
	float: right;
	margin: 0 -200px 0 20px;
}

.startowa .l {
	float: left;
	margin: 0 20px 0 -200px;
}

.socbuttons {
	height: 40px;
	width: 100%;
}
.socbuttons > div {
	margin-left: 0;
}

/** Dodany KOD JG do bloga **/
.items-leading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
  width: 48%; 
  margin-bottom: 20px; /* Odstęp na dole każdego posta */
}

.item-image {
  text-align: center; /* Wyśrodkowanie obrazu w divie */
  margin-bottom: 10px; /* Odstęp na dole obrazu */
}

.item-image img {
  max-width: 100%; /* Upewnij się, że obraz nie wyjdzie poza swój kontener */
  height: auto; /* Zachowanie proporcji obrazu */
}

.item-image img {
  height: 330px; /* Na przykład stała wysokość dla obrazów */
  object-fit: cover; /* Zapewnia, że obraz pokryje dostępne miejsce bez utraty proporcji */
}
span.przycisk {
    display: none;
}

/**BLOG**/
.blog-items {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0;
  display: flex;
}

@media (width >= 992px) {
  .blog-items.columns-2 > div {
    width: 50%;
  }

  .blog-items.columns-3 > div {
    width: 33.3333%;
  }

  .blog-items.columns-4 > div {
    width: 25%;
  }
}

.blog-item {
  flex-direction: column;
  padding: 0 .5em 1em;
  display: flex;
  overflow: hidden;
}

.boxed .blog-item {
  box-shadow: 0 0 2px #3339421a, 0 2px 5px #33394214, 0 5px 15px #33394214, inset 0 3px 0 var(--cassiopeia-color-primary);
  background-color: #fff;
}

.boxed .blog-item .item-content {
  padding: 25px;
}

.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}

.boxed .blog-item .item-image {
  margin-bottom: 0;
}

@media (width >= 992px) {
  .image-right .blog-item .item-image {
    order: 1;
  }
}

.image-bottom .blog-item .item-image {
  order: 1;
  margin-top: -15px;
}

.image-left .blog-item .item-content {
  padding-left: 25px;
}

.image-right .blog-item .item-content {
  padding-right: 25px;
}

.image-left .blog-item, .image-right .blog-item {
  flex-direction: column;
}

@media (width >= 992px) {
  .image-left .blog-item, .image-right .blog-item {
    flex-direction: row;
  }

  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 40%;
  }

  .image-left .blog-item .item-content, .image-right .blog-item .item-content {
    flex: 1 0 60%;
  }
}

.article-info dd {
  padding: 0;
}

@supports (display: grid) {
  .blog-items {
    grid-gap: 1em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 0 0 1em;
    display: grid;
  }

  .blog-items .blog-item {
    padding: 0;
  }

  .blog-items[class^="columns-"] > div, .blog-items[class*=" columns-"] > div {
    flex: 0 auto;
    width: auto;
    max-width: none;
  }

  @media (width >= 992px) {
    .blog-items.columns-2 {
      grid-template-columns: 1fr 1fr;
    }

    .blog-items.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}

.blog-items[class^="masonry-"], .blog-items[class*=" masonry-"] {
  column-gap: 1em;
  display: block;
}

.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1em;
  display: inline-flex;
}

@media (width >= 992px) {
  .blog-items.masonry-2 {
    column-count: 2;
  }

  .blog-items.masonry-3 {
    column-count: 3;
  }

  .blog-items.masonry-4 {
    column-count: 4;
  }
}

.image-alternate .blog-item:nth-of-type(odd) .item-image {
  order: 0;
}

.image-alternate.image-left .blog-item:nth-of-type(odd) .item-image {
  order: 1;
  margin-left: 25px;
  margin-right: 0;
}

.image-alternate.image-top .blog-item:nth-of-type(odd) .item-image {
  order: 1;
}
.pagenavigation, .pager {
  clear: both;
}

.pagenavigation .pagination, .pager .pagination {
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}

.pagenavigation .pagination .next:only-child, .pager .pagination .next:only-child {
  margin-left: auto;
}

.page-link, .page-link:hover {
  color: var(--link-color);
}

.pager .pagination {
  justify-content: center;
}

[dir="rtl"] li.next .page-link {
  border-radius: .25rem 0 0 .25rem;
}

[dir="rtl"] li.previous .page-link {
  border-radius: 0 .25rem .25rem 0;
}

.article-index .toclink.active {
  color: currentColor;
}
.com-content-category__pagination {
  margin-bottom: 1em;
}
.pagination {
  --pagination-padding-x: .75rem;
  --pagination-padding-y: .375rem;
  --pagination-font-size: 1rem;
  --pagination-color: var(--link-color);
  --pagination-bg: var(--body-bg);
  --pagination-border-width: var(--border-width);
  --pagination-border-color: var(--border-color);
  --pagination-border-radius: var(--border-radius);
  --pagination-hover-color: var(--link-hover-color);
  --pagination-hover-bg: var(--tertiary-bg);
  --pagination-hover-border-color: var(--border-color);
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 .25rem #01015640;
  --pagination-active-color: #fff;
  --pagination-active-bg: #010156;
  --pagination-active-border-color: #010156;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}