/* Quick.Cms.Ext v6.x default stylesheet */

:root {
  /* Kolory podstawowe */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #444;
  --color-secondary: #333;
  --color-admin: #0093dd;
  --color-admin2: green;

  /* Skala szarości */
  --gray-100: #f7f7f7;  /* Bardzo jasny szary */
  --gray-200: #e1e1e1;  /* Jasny szary */
  --gray-300: #c2c2c2;  /* Średni szary */
  --gray-400: #9b9b9b;  /* Ciemniejszy szary */
  --gray-500: #747474;  /* Ciemny szary */
  --gray-600: #5e5e5e;  /* Bardzo ciemny szary */

  /* Fonty */
  --font-primary: 'Arial', sans-serif;
  --font-secondary: 'Helvetica', sans-serif;

  /* Rozmiary fontów */
  --font-size-base: 16px;  /* Bazowy rozmiar tekstu */
  --font-size-small: 14px; /* Mały tekst */
  --font-size-large: 20px; /* Duży tekst */

  /* Odstępy */
  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 24px;

  /* Promienie zaokrągleń */
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 12px;

  /* Cienie */
  --shadow-small: 0 0px 0px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.15);
  --shadow-large: 0 6px 12px rgba(0, 0, 0, 0.2);

  /* Inne */
  --transition-speed: 0.3s;  /* Czas trwania animacji */
}
.skiptranslate{display:none;}

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#333;font-size:1.1em;font-family:'Roboto', sans-serif;}

body{padding:0;background:#efefef;text-align:center;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:0.5em;border:1px solid #ccc;font-family:Arial, sans-serif;font-size:1rem;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#00679a;box-shadow:var(--shadow-small);}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding:0.4em 0.9em;border-width:1px;border-style:solid;background:var(--color-secondary);color:#fff;transition:all 0.3s ease;font-family:Arial, sans-serif;font-size:1rem;border-radius:2px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#00679a;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:300;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;border:1px solid #e8eaee;font-size:100%;font:inherit;vertical-align:baseline;}
h3, .title, .menu-1 a, .head, #slogan, .breadcrumb, .titleCycle, .menu-3, #page h1, .heading-1{font:200 1em 'Roboto';}/*font:300 1em 'Roboto';*/
h3, .title, .menu-1 a, .head, #slogan, .breadcrumb, .titleCycle, .menu-3,  #page h1, .heading-1{text-transform:uppercase;}
h1{font:400 2.2em 'Roboto';}
h2{font:200 1.7em 'Roboto';line-height:1.1em}
div.description{font-weight:300 !important;line-height: 1.5em;display:flex;flex-direction:column;margin-bottom:1em;}
div.description pre{font-weight:300 !important;line-height: 1.5em;display:flex;flex-direction:column;font-family:'Roboto', sans-serif;}
select{margin:0;padding:0;border:0;font:inherit;color:inherit;background:transparent;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}
select{display:inline-block;width:100%;padding:0.5em;border:1px solid #ccc;border-radius:4px;background-color:#fff;background-image:none;font-size:1em;line-height:1.4;color:#333}
select:focus{outline:none;border-color:#5b9dd9;box-shadow:none}
select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}
.menu-1{display:none;}
audio{width:100%;}

a{color:var(--color-primary);text-decoration:none;}
a:hover{color:var(--color-secondary);text-decoration:none;opacity:1}
.add a{text-decoration:none;}
.prep-info{background:var(--color-admin);color:#fff;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;position: fixed;z-index: 900;}

#container img{max-width:100%;min-width:0px;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:var(--color-secondary) url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5rem;}
.msg.done a, .msg.error a{color:#fff;}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid #fff;text-decoration:none;font-size:0.813rem;}
.msg a.action:hover{background:#fff;}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:var(--color-primary);}
body.is-msg-error404 .msg.error{margin-top:3rem;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:100%;margin:0 auto;text-align:left;background:#fff;box-shadow:var(--shadow-small);}
#container:after{content:"";display:table;clear:both;}
@media screen and (min-width:1280px){
  #container{width:100%;}
}
#body, #foot{margin:0 auto;padding:3em 0 0;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}
#skiplinks ul{list-style:none;}
/* LOGO, HEADER BACKGROUND AND SLOGAN */
.home-page #head1 .container{border:none;}
#head1 .container{display:flex;flex-flow:row wrap;justify-content: space-between;align-items: center;background:var(--color-white);border-bottom:1px solid #bbb;}
#head1 .container{height:86px;transition:height 0.3s,position 0.3s;}
#head1 .container.scrolled{height:50px;position:fixed;top:0;left:0;width:100%;z-index:400; transition: height 0.3s, position 0.3s;}
#head1 .container.scrolled #logo{padding:0 1em;}
#head1 .container.scrolled #logo #title{padding: .1rem 0rem;}
#head1 .container.scrolled #logo #title a{font:200 1.2em 'Roboto';font-weight:400;}
#head1 .container.scrolled .menu-top a{padding:0 1em;}


#head1 .container{position:fixed;top:0;z-index:400;width:100%  ;background:none;}
#head1 .container.scrolled{top:0;z-index:400;background:#fff;}
#head1 .container .menu-1.menu-top {display:none}

#logo{padding:1rem 2rem;display: flex;gap: 0 .5em;}
#logo #title a{color:#1f1a17;font:300 1.6em 'Roboto';line-height:1em;text-decoration:none;text-transform:uppercase;}
#logo #title a span{font-weight:100;}
#logo #title a span{color:var(--color-primary);background:inherit;}
#logo #title a strong{color:var(--color-secondary);background:inherit;}
#logo #title a em{color:var(--color-primary);font-style:normal;}
#logo #slogan{padding:4px 0 0 4px;background:inherit;color:#1f1a17;font-size:1em;}


.home-title { position: absolute; z-index: 300; width: 80%; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 4em; color: #fff; text-transform: uppercase; left: 50%; transform: translateX(-50%); top: 34%;  }
.home-title a{color:#fff;}
.home-title #slogan{font-size:.5em;}
.home-title #title-2{font-weight:300;}
.main-head{position:relative;}
.home-page .container #title{display:none;}
.home-page .container.scrolled #title{display:block;}

@media screen and (min-width:1280px){
  #logo #title a{font-size:2rem;}
}

#search-form{width:100%;margin:0;padding:1rem 2rem;background:#e8eaee;}
#search-form .field, #search-form .btn{float:left;height:30px;padding:5px 3%;}
#search-form .field{min-width:100px;width:78%;background:#fff;color:#333;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form .btn{width:20%;background:var(--color-secondary) url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0;border-bottom-left-radius:0;line-height:0.8em;}
#search-form .btn:hover, #search-form .btn:focus{background-color:#00679a;transition:all 0.5s ease;}
@media screen and (min-width:800px){
  #search-form{max-width:330px;margin-left:auto;padding:2rem 1.5rem 0 0;background:none;}
}


#scrollButton {
  padding: 10px 20px;
  background-color: #fff;
  color: black;
  border: none;
  cursor: pointer;
  font-size: .2em;
  margin: 2em auto;
  z-index:400;
  font-weight:200;
  text-transform:uppercase;
}

#scrollButton:hover {
  background-color:#c6bb9f;
}

/* MENU TOP */
.menu-top .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;}
.menu-top a{display:block;padding:.6em 1em;color:#333;text-decoration:none;transition:all 0.5s ease;}
.menu-top a:hover, .menu-top .selected a, .menu-top .selected-parent a{color:var(--color-secondary);}
@media screen and (min-width:960px){
  .menu-top .level-0-menu{justify-content:flex-end;padding-right:.6rem;}
}
@media screen and (min-width:1100px){ /* Bottom none */
  .menu-top li{position:relative;}
  .menu-top li:after{content:'';display:block;position:absolute;bottom:0;width:10%;height:5px;transition:all 0.5s ease;}
  .menu-top li:hover:after, .menu-top .selected:after{width:99%;background:var(--color-secondary);}
  .menu-top a{font-size:1.25rem;}
}
@media screen and (max-width:1099px){ /* Small screens only */ 

}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;border-top:1px solid #eaeaea;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:2em auto 30px;text-align:left;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:0em 0 .4em;color:var(--color-primary);font-size:1.8rem;font-weight:300;text-align:center;line-height:1em;}
.is-page-description #page h1, .is-page-description .heading-1, .is-subpages-list #page h1, .is-subpages-list .heading-1{margin:9 0 2em;}

#page .msg.error h1, #page .msg.error .heading-1{margin-top:.4em;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1rem;}

/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb{margin-bottom:0rem;margin:0 auto;display:flex;justify-content:center;margin-top:4em;margin-bottom:1em;}
.breadcrumb ol{list-style:none;text-align:center;}
.breadcrumb li{display:inline-block;}
.breadcrumb li:not(:first-child)::before{content:"";display:inline-block;padding:0;color:#6e6e6e;font-weight:bold;}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;font-weight: 300;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 2em;}
/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li, #page div.content > ol li{margin:.5em 0;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:2rem;line-height:2em;font-weight:300;}
#page div.content > h3{font-size:1.25rem;}
#page div.content > p{padding-bottom:1em;}
.is-page-parent #content{margin-top:0em;}
#content{margin-top:4em;}
#content h2{font-weight:300;font-size:1.3em;}
.article{padding:0 3em;}
#page h3{font-weight:400;margin:2em 0 1em;}
#page .article ul li{margin-left:2em;}
#page .article ul{margin-bottom:1em;}
#page > time{color:#6e6e6e;position:relative;margin: 0 auto 2em !important;text-align: center;width: auto;display: block;font-weight:200;}


/* IMAGES STYLES */
/* global */
.noLink img:hover{opacity:1 !important;}
#content{ font-weight: 300;line-height: 1.4em;}
#content li img{box-shadow:var(--shadow-small);}
#content li img:hover{opacity:0.8;}
ul[class*='images-']{list-style:none;text-align:center;}
ul[class*='images-'] li{margin:0 0 1rem 0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:var(--color-secondary);font-size:0.875em;}
ul[class*="images-"] img{max-width:70vw;box-shadow:var(--shadow-small);}
ul[class*="images-"] img:hover{opacity:0.8;}
ul[class*="images-"] .noLink img:hover{opacity:1 !important;}
div.content .images-gallery{padding:0;} 

.galeries .title{text-transform:none;}
b{font-weight:400;text-transform:uppercase;}
strong{font-weight:400;}
/* list custom */
.images-1{clear:left;float:left;margin:.0 1.5rem 0 0;}
.images-2{clear:right;float:right;margin:.5rem 0 0 1rem;}
.images-5{min-width:400px;}
.images-6{width:100%;margin:0  0 2em;}
.images-6 img{width:100%;}
.images-9 {margin:3em auto;}
.images-9 img {margin:2em auto;}
.images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-gallery li{flex:1 0 auto;padding:.3rem 2rem;}
div.content .images-gallery{clear:none;}
/* @media screen and (min-width:960px){ .images-4 li{flex:0 0 25%;} } */ /* - if you want to set static number of columns */

/* FILES LIST STYLES */
.files-list{margin:1rem 0 .5rem;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9rem;}
.files-list li{height:20px;margin:0 0 1rem 1rem;padding-left:2rem;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:var(--color-secondary);font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 255, 255, 255, 1 );z-index:1200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow:var(--shadow-small);}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

.related-cycles{display:flex;flex-direction:row;flex-wrap:wrap;gap:2em;justify-content:center;align-items:center;margin:0;}
.related-cycles .image img {height:100px;}
.related-cycles h2.title, .related-cycles h3, .related-cycles .description {display:none;}

.titleCycle{ display: flex; justify-content: center; align-items: center; width: 100%; padding: 2em 0 0em; text-align: center; font-size: 1.3em; flex-direction: column; margin: 3em auto 1.4em; border-top:1px solid #bbb;}
.justified-gallery .title{font-size:.7em;}
.justified-gallery .subpage-edit{font-size: 80px;position:absolute;}
.pages-list-cycle h2.title, .pages-list-cycle h2 {line-height: .4em;margin-bottom: 1em;}
.cycles-list-all-cycles h2{font-size:1.5em;width:100%;text-align:center;font-weight:200;margin-top:3em;}
.cycles-list-all-cycles:nth-child(1) h2{margin-top:0em;}
.cycles-list-all-cycles .page h2 a{font-size:10px;margin-top:0em;text-align:left;line-height:10px;font-weight:400;}

h3.cycleTitle{padding:0 0 1em;}
.cycles-list-all-cycles, .related-cycles{list-style:none;}
.pages-list-cycle{display:flex;flex-direction:row;flex-wrap:wrap;padding:2em 0;align-items: center;justify-content: center;flex:0 0 100%;gap:0 2em}
.pages-list-cycle img{height:220px;padding:0;}
.pages-list-cycle .image{text-align:center;}
.cycle .head{padding-top:4em;}
#page .content-column h1, .heading-1 .content-column h1, .content-column .breadcrumb,  .content-column .breadcrumb ol{text-align:left;justify-content: start;}


.list-all-publications h2.head{font-size:2em;padding:1em;height:100%;}
.pages-list-publication .title{font-size:1.3em;margin-top:1em;padding:0;}
.publication{display:flex;justify-content:start;align-items:center;margin-top:1em;}
.pages-list-publication{border-left:1px solid #aaa;border-bottom:1px solid #aaa;padding-left:1em;}
.list-all-publications .page{display:flex;gap:1em;justify-content:start;align-items:center;}
.list-all-exhibitions h2.head{font-size:2em;padding:1em;height:100%;}
.pages-list-exhibitions .title{font-size:1.3em;margin-top:1em;padding:0;}
.exhibitions{display:flex;justify-content:start;align-items:center;margin-top:1em;}
.pages-list-exhibitions{border-left:1px solid #aaa;border-bottom:1px solid #aaa;padding-left:1em;}
.pages-list-exhibitions .page{display:flex;gap:1em;justify-content:start;align-items:center;}

/* SUBPAGES LIST STYLES */
/* global */
.galeries .pages-gallery .page .title a {text-align: left !important; justify-content: flex-start; align-items: flex-start;}

.pages-gallery .page .title a{color: var(--color-primary); font-weight: 300; background: none; text-decoration: none; display: flex; flex-direction: column; text-align: center !important; font-size: .8em;}
.pages-gallery .page .title a b{font-size:1em;}
.paintings .pages-gallery.pages-list .title {font-size:1em;}

.title{padding:0 0 0.5em;font-size:1.25rem;}
.title a{color:var(--color-primary);font-weight:300;background:none;text-decoration:none;}
.title a:hover{color:var(--color-secondary);background:none;text-decoration:none;}
time.date{display:block;padding:0 0 0.3em;color:#6e6e6e;font-weight: 200;font-size: .8em;
}}
[class|="pages"]{clear:both;margin:.5rem 0;list-style:none;padding:0 3em;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
.more{display:flex;margin:0.3em 0 0;font-size:15px;clear:both;margin:2em 0;text-transform:uppercase;font-size:.8em;letter-spacing:.1em;justify-content:center;align-items:center;}
.more a{text-decoration:none;color:#fff;background-color:#c6bb9f;padding:.3em 2em;font-weight:300;text-align:center;}
[class|="pages"] p{padding:0.3em 0;}

.reflections .pages-list .title, .events-page .pages-list .title{font-size:1.5em;}
.reflections .pages-list .page .image, .events-page .pages-list .page .image{width:400px;text-align:center;}

/* standard list */
.pages-list .page{margin:15px 0;padding:1.5rem 2.5%;display:flex;flex-direction:column;}
.pages-list .page .column{display:flex;flex-direction:column;}
.pages-list .page .image{float:left;margin:0 2.5% 5px 0;}
.pages-list ul, .pages-list ol{margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list .page li{padding:0;border:0;background:none;}
.pages-list .page ol{list-style:decimal;}
.pages-list .title{padding: 0 0 0.5em;font-size: 2rem;line-height: 1.1em;}

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content:space-between;align-items: end;margin:0;gap:0 1em;align-items:start;}
.pages-gallery .page{flex:0 0 100%;margin:15px 0;padding:0px;text-align:center;display:flex;flex-direction:column; }
.pages-gallery .page .image{margin:0 0 5px;width:100%;}
.pages-gallery div.description{padding:0.3em 0;text-align:justify;}
.pages-gallery .page .more a{margin:1em auto;}


#container .image img, ul[class*="images-"] img{border:1px solid #ccc !important;}



@media screen and (min-width:960px){
  .pages-gallery .page{flex:0 0 30%;}
  .pages-gallery:after{content:"";flex-basis:32%;} /* so last row is align to left */
}

.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:1rem 0;list-style:none;}
#site-map .sitemap__section{padding:.3em 0 .3em 2rem;list-style:none;}
#site-map .sitemap__el{padding:.3em 0;}
#site-map .sitemap__el--0{padding:.5em 0;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size:1.25rem;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.125rem;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{background:#e7e0cd;color:#888;font-size:1.083em; }
#foot .container{display:flex;flex-wrap:no-wrap;flex-direction:row;justify-content:space-between;}
#foot .container > *{padding:1.5rem 2rem;}
#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:none;}
#foot .options ul{display:flex;list-style:none;}
#foot .options li:not(:last-child){margin-right:2rem;}
#foot .options a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.png') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -16px;}
#foot .options .back a{background-position:center -32px;}
#foot .options .back a:hover{background-position:center -48px;}
#foot .container .footer-menus{width:70%;justify-content: center;display:flex;}
#foot .container .footer-info{width:30%;}
#foot .container .footer-info ul{display:flex;flex-direction:column;}
#foot .container .footer-info ul li{width:100%;}

	#foot .container .widget.copyright div.head{font-size:1em;text-align:left;margin-bottom: 0;color:#000;font-weight:300;}
	#foot .container .widget.copyright div.description{color:#000;}
#foot .container ul{display:flex;flex-direction:row;gap:1em;justify-content:center;flex-wrap: wrap;}
#foot .container .copyright{font-size:.7em;width:300px;}
#foot .widget.menu-bottom {flex: 0 0 22%;}
#powered{clear:both;width:100%;margin-bottom:60px;text-align:center;font-size: .7em;background:#e7e0cd;}
#powered a{display:inline-block;width:192px;height:26px;}

/* COMMON CLASSES */

.form-full{clear:both;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:99%;padding:7px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}

/* ADMIN OPTIONS */
#page ul.options{position:relative;top:15px;min-width:100px;list-style:none;text-align:right;display:none;}
#page ul.options li{display:inline-block;margin-left:10px;}

.options a, .subpage-edit a{}
.option{margin-top:1em;}
.option.edit{position:relative;left:0;width:60px;}
.option.edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.option.edit a:hover{background:var(--color-admin);}

.options {position:fixed;left:0;display:flex;flex-direction:column;z-index:800;top:40%;}
.options .option.edit{position:relative;}
.options .option.edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.options .option.edit a:hover{background:var(--color-admin);}
.options #toggleOptions {font-size:2em;transform: translateY(-50%) rotate(90deg);left: 0;top: 50%;transform: translateY(-50%);background:var(--color-admin);color: white;border: none;cursor: pointer;padding: 10px; z-index: 100;display:block; }
.fas.fa-toggle-on, .fas.fa-toggle-off{padding:0px;}
.options .fas.fa-pencil-alt {color: #fff; font-size: 20px; }

.widget-edit{position:relative;right:0;z-index:10;bottom:0em;margin:1em;order:0;}
.widget-edit a{padding:1em;background:var(--color-admin2);color:var(--color-white);}
.widget-edit a:hover{background:var(--color-admin);}

.option.slider-edit{position:absolute;right:0;z-index:10;bottom:3em;z-index: 2000;}
.option.slider-edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.option.slider-edit a:hover{background:var(--color-admin);}


.option.related-edit{position:relative;left:0;}
.option.related-edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.option.related-edit a:hover{background:var(--color-admin);}

.option.short-edit{position:relative;}
.option.short-edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.option.short-edit a:hover{background:var(--color-admin);}

.subpage-edit{right: 0;position: relative;order:99;margin:1em;}
.subpage-edit a{padding:1em;background:var(--color-admin);color:var(--color-white);}
.subpage-edit a:hover{background:var(--color-admin);}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  .menu-top{margin-top:0.3cm;}
  .menu-top li a{padding:0.1cm 0.2cm;border:0;border-right:1px solid #000;font-size:1em;}
  .menu-top .selected a, .menu-top .selected-parent a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  .menu-top li:hover:after, .menu-top .selected:after, .menu-top .selected-parent:after, #search-form, #foot .options{display:none;}
}

/* PLUGINS */
.is-subpages-type-5 .title {opacity:1; }
/* USER ORDERS HISTORY */
.details-list .legend{padding:1em 0 0.5em;background:inherit;color:#2e6a97;font-size:1.2em;font-weight:bold;}
.details-list dl{display:block;width:100%;margin:0;padding:5px 0;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background:#f8f8f8;}
.details-list dt, .details-list dd{display:inline-block;width:40%;margin:0;padding:3px 0;vertical-align:top;}
.details-list dt{clear:left;text-align:right;}
.details-list dd{padding-left:2%;font-weight:bold;}
.details-list .comment{font-weight:300;}

/* RELATED PAGES */
#pages-related{clear:both;border-top: 1px solid #aaa;margin-top: 5em;}
#pages-related > h2{padding-top:1em;color:var(--color-primary);font-size:1.25em;font-weight:200;}

/* PAGES PRODUCTS */
div.price{padding:5px 0;color:var(--color-primary);font-size:1em;font-weight:300;}
div.price em{padding-right:4px;font-style:normal;}
div.price strong{font-size:1.125em;font-weight:bold;color:var(--color-primary);}
div.price.bigger strong{padding:0 2px;font-size:1.222em;}
div.price span{padding-left:4px;}

#page > .price{padding-bottom:10px;color:#333;font-size:1.125em;}
.is-img-type-5 #page{margin-top:7em;}

/* PAGE MODIFICATION DATE AND AUTHOR */ 
.modify-info{clear:both;padding-top:10px;list-style:none;font-size:0.875em;}
.modify-info li{padding:5px 0;}
.modify-info .value{font-weight:bold;}

/* ADVANCED SEARCH */

#search-form a.advanced-search{clear:both;display:block;padding:4px 6px;font-size:0.875em;text-decoration:none;}
#search-form a.advanced-search:hover{text-decoration:none;opacity:.5;}
#search-form a.advanced-search:after{content:' \00bb';}

/* PAGES FEATURES */
#features{margin:0 0 15px;min-width:250px;border-collapse:collapse;font-size:1em;}
#features caption{padding:5px;background:var(--color-secondary);color:#fff;border:1px solid var(--color-secondary);text-align:center;font-weight:500;font-size:2em;}
#features li{display:flex;flex-direction:column;padding:5px 7px;background:#fff;font-weight:300;font-size:.8em;}
#features tbody tr:nth-child(even) td, #features tbody tr:nth-child(even) th{background:#f8f8f8;}
.feature{width:auto;margin:1em auto 0;font-size:.8em;letter-spacing:.1em;font-weight:300;}
.column .feature{margin:0 auto;font-size:.9em;line-height: 1.5em;font-weight:200;}

/* ORDERING */
.order-box{margin:0.5em 0;}
.order-link{display:block;text-decoration:none;transition:all 0.3s ease;}
.order-link:hover, .order-link:focus{text-decoration:none;cursor:pointer;}

.order-form legend{width:99%;margin-bottom:10px;padding-bottom:15px;color:var(--color-primary);font-size:1.5em;font-weight:300;border-bottom:1px solid #eff0f3;}
.order-form .option{margin:4px 0 10px;font-size:0.875em;}
.order-form .option label{margin:0 4px;font-weight:300;}
.ordered-elements table{margin:0 0 20px;width:99%;border-collapse:collapse;border:1px solid #e8eaee;font-size:1em;}
.ordered-elements tr > *{padding:5px 7px;background:#fff;font-weight:300;text-align:left;}
.ordered-elements thead td{padding:5px;background:var(--color-secondary);color:#fff;}
.ordered-elements thead em{padding:0 4px 0 0;font-style:normal;}
.ordered-elements tbody tr:nth-child(even) > *{background:#f8f8f8;}
.ordered-elements .price{text-align:right;}
.ordered-elements .quantity{width:100px;text-align:right;}
.ordered-elements .quantity input{text-align:right;}
.ordered-elements .quantity label{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
.ordered-elements tfoot .summary > *{padding:10px;font-size:1.25em;background:#f8f8f8;}
.ordered-elements .recount th{text-align:right;}
.ordered-elements .recount input{padding:3px 8px;font-size:0.875em;}
#basket-options{width:100%;}
#basket-options li{display:inline-block;width:49.3%;}
#basket-options .checkout{text-align:right;font-size:1.125em;}
#basket-options .btn.continue{background:#666;}
#basket-options .btn.continue:hover{background:#00679a;}
#checkout{display:none;margin-top:0;padding-top:30px;}
[class*="menu-"] .products-in-basket{display:inline-block;color:#000;margin-left:4px;padding:1px;text-align:center;background:none;border-radius:2px;font-style:normal;font-size:0.75em;}
[class*="menu-"] a:hover .products-in-basket, [class*="menu-"] .selected a .products-in-basket{color:#000;}
.del a{text-decoration: none; font-size: 2em; color: #fff; background: #999; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; margin: .5em; }
.del a:hover{background:#000;}
/* NOTICES ACCEPTS */
.notices{list-style:none;}
.notices .option, .option.notice{margin:4px 0 10px;font-size:0.875em;}
.notices .option label, .option.notice label{margin-left:4px;font-weight:300;}

/* YOUTUBE LINKS */

/* Container dla responsywnego osadzania wideo */
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 proporcje (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* TAGS */
ul.tags{clear:both;padding:0.5em 0;list-style:none;}
.tags li{display:inline-block;}
.tags a{display:inline-block;margin:0 5px;padding:3px 6px 3px 21px;background:url('img/tag.png') no-repeat 2px 4px;border:1px solid #e8eaee;}
.tags a:hover{color:var(--color-primary);}
.tags li.head a{margin:0;padding-left:0;border:0;}
.pages-list .tags{margin:0;}

/* DROP DOWN MENU */
/* it is RECOMMENDED to combine these styles with standard .menu-top styles */
.menu-top ul{list-style:none;}
/* dropdown mark */
.menu-top li.drop-down:before{position:absolute;right:3px;display:block;content:"\25be";color:#6e6e6e;}
/* dropdown mark - second level */
.menu-top .level-1-el.drop-down:before{top:50%;transform:translateY(-50%) rotate(-90deg);}
/* global submenus styles */
.menu-top ul ul{display:none;white-space:nowrap;background:#efefef;}
.menu-top li:hover > ul{display:block;position: absolute;} /* show submenu on hover */

.note{font-size:.8em;}

/* ASK ABOUT LINK - redirects to contact panel */
#ask-about-link{padding:.8em 0;}
#ask-about-link a{color:var(--color-primary);}
#ask-about-link a:before{display:inline-block;content:'';width:24px;height:24px;margin-right:.5em;vertical-align:middle;}
#ask-about-link a:hover{color:var(--color-primary);}
#ask-about-link a:hover:before{background-position:0px 100%;}

/* CONTACT-PANEL */
.contact-panel{padding:1.5rem 0;margin:0 auto;}

/* COMMENTS */
#comments{padding:1.5rem 0;border-top:1px solid #bbb;}
#comments h2{padding-bottom:1rem;color:var(--color-primary);font-size:1.5rem;font-weight:300;border-bottom:1px solid #eff0f3;}
#comments article{width:100%;margin:1rem 0;padding-bottom:1rem;border-bottom:1px solid #eff0f3;}
#comments header{margin-bottom:.5rem;}
#comments h3{display:inline-block;font-size:1rem;color:var(--color-primary);}
#comments time{float:right;color:#888;font-size:0.875rem;}
#comments p{font-size:0.875rem;line-height:1.5em;}
#comments .msg{margin:2rem 0 3rem;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
}
#comments-form legend{padding-bottom:1.5rem;font-size:1.25rem;color:var(--color-primary);}
.comments-count{display:block;padding:0.3em 0;color:#6e6e6e;}
.is-subpages-type-5 .title {opacity: 0; transition: opacity 0.3s ease;}
.pages-gallery .page:hover .title {opacity: 1;}

.show-container{display:flex;margin: 0 auto;flex-direction:column;justify-content: center;align-items: center;width:100%;}
.show-description{display:flex;flex-direction:column;margin: 0 ;justify-content: center;align-items: center;width:100%;}
 #page .show-description h1{margin:0 auto 1em;}
  #LastVisited{display:flex;flex-direction:row;flex-flow:wrap;justify-content:center;border-top:1px solid #bbb;margin-top:3em;}
 #LastVisited h2{font-size:1.2em;width:100%;text-align:center;margin:2em auto 1em;}
 #LastVisited img{height:100px;}
 .favorites{display:flex;flex-wrap:wrap;gap:1em 2em;justify-content: center;}
 .favorites .page{display: flex;flex-direction: column;justify-content: center;align-items: center;}
 #favorites-options {display:flex;gap:1em;justify-content:center;align-items:center;}
  #favorites-options .back a{padding: .6em 1em;font-size: 1em;background:#fff;color:#333;text-decoration:none;margin-top:1em;}
  #favorites-options .back a:hover{background:#333;color:#fff;}
  input#showCheckout{padding: .6em 1em;font-size: 1em;background:#fff;color:#333;}
  input#showCheckout:hover{background:#333;color:#fff;}

 #sidr-id-title{color:var(--color-white);font-size:1.5em;color:#333;margin-top: .3em;margin-bottom: 1em;}
  #sidr-id-title a{color:var(--color-black);text-decoration:none;font-size:.8em;padding:.5em 1em;}
    #sidr-id-title a:hover{background:#c6bb9f;color:var(--color-white);}
 #sidr-id-slogan{color:var(--color-black);margin-bottom:0em;font-size:.7em;} 
 .sidr-class-level-0-el.sidr-class-selected:hover{background:#000;}
 .sidr ul{}
 ul.sidr-class-level-0-menu{width:300px;margin:0 auto !important;}
 	 .in-basket{opacity:.9;}
 	 .fas.fa-heart{position:absolute;color:#fff;margin:1em;border:1px solid #fff;padding:5px;border-radius:50%;}
 	 .order-link:hover{color:var(--color-secondary);}
 	 .order-link.added a {opacity:.5;text-decoration:none;}
 	 .order-link.added a:hover{opacity:1;}
 	 .show-description .fas.fa-heart{color:#000;margin:0;padding:0 1em;}
    .order-link .fas.fa-heart{margin:0;padding:0 1em;}
    
  .subPageStat{position:relative;height:25px; background:#fff;color:#333933;font-size:0.6em;text-align:center;line-height:25px;margin:1em;}
.pageStat{position:relative;top:20px;height:35px; background:#fff;color:#999;font-size:0.7em;text-align:center;line-height:35px; margin:1em;}
  	.hamburger{display: block !important;}  
  	
 @media screen and (max-width:800px){ 	
  	.slider .description{display:none;}
  	.home-title{width:100%;font-size:2em;}
  	#foot .container > *{text-align:center;padding:4rem 2rem;font-size:1.7em;}
  	#foot .container ul{flex-direction:column;}
  	#foot .container{flex-direction:column;}
  	.footer-menus, .footer-info{width:100%;flex-direction:column;}
  	.categoryList{margin:.1em;}
  	#foot .container .copyright{width:100%;}
  	
  	#foot .container .footer-info, #foot .container .footer-menus{width:100%;}
  	#logo #title a{font-size:1.4em;}
  	.breadcrumb{width:100%;text-align:center;}
  	#page .article ul li{margin-left:0;}
  	.content-column{display:flex;flex-direction:column;margin:1em;}
  	.article { padding: 0 1em; display: flex; flex-direction: column; }
.contact-panel{padding: 1.5rem 2em;}
  	.pages-list .page .column{margin:0 1em;}
  	.pages-list-publication, .publication, .list-all-publications .page, .list-all-exhibitions, .list-all-exhibitions .page, .exhibitions{display:flex;flex-direction:column;}
  	#page h1, .heading-1{font-size:1.3em;margin: 2em 1em;}
  	#page .content-column h1, .heading-1 .content-column h1{text-align:center;}
  	.images-1{margin:auto;}
  	.pages-list .page .image{text-align:center;}
  	.column .date, .column .title a{text-align:center;display:block;}
  	.widget.category-page .title{font-size:10px}
  	.cycles-list-all-cycles .page h2 a{font-size:15px;font-weight:300;line-height:15px;text-align:center;}
.images-5{padding:0 3em;}
  	#features{text-align:center;}
  	.arrow{display:none !important;}
.cycle .head{display:flex;flex-direction:column;}
  	.pages-gallery .page .title a{font-size:.6em;margin:0 1em;}
  	#comments{margin:2em;}
 } 
@media screen and (min-width:801px){
  .show-container{display:flex;}
  .show-description{width:50%;}
  .show-container img{width:100%;}
  .titleCycle{ flex-direction: row;}
  .pages-list .page{display:block}
  .pages-gallery .page{display:flex;flex-direction:column;}
  .appendixHome{}
  .article{padding:0;}
  .more{justify-content:start;}

 

}

@media screen and (min-width:1100px){
  
    /*.menu-1{display:block;position: absolute;right: 0;top: .5em;z-index: 500;}*/
    #logo2{display:none;} 
     #content{width:1000px;margin:4em auto 0;}
}
@media screen and (min-width:1280px){
  .show-container{display:flex;flex-direction:row;}
  .show-description{width:30%;}
  .show-container img{width:70%;}

 .pages-list-cycle{flex:0 0 70%;margin:0 auto;}
 .pages-gallery, .related-cycles{}
 .contact-panel{width:50%;margin:0 auto;}
 #content,  #comments{width:1200px;margin:4em auto 1em;}
 .pages-gallery .page{padding:20px;}
  #foot .container .copyright .widget > div.description{width:300px;}

}

@media screen and (min-width:1680px){

 .contact-panel{width:50%;}
 #content{width:1400px;margin:4em auto;}
}
