/* Quick.Cms.Ext v6.x default stylesheet */

@import url("style-sliders.css");
@import url("style-widgets.css");
/* Above files contains CSS for sites modules such as forms or page details.
We recommend merging all .css files into one file at the end of the site development process. */

/* Layout variables */
:root {
  --color-text: #333;
  --color-primary: #000000;
  --color-dark: #990000;
  --color-secondary: #cc1426;
  --color-white: #fff;
  --color-grey: #f6f6f6;
  --color-divider: #e8eaee;
  --color-grey-2: #474747;
  --color-orange-1: #f26524;
  --color-orange-2: #f9ad3b;
  --color-orange-3: #fcc168;
  --color-blue-1: #37bdbf;    
  --color-blue-2: #73e6e8;  
}


/* 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:var(--color-text);font-size:1em;font-family: 'Roboto', sans-serif;font-weight: 300;}

body{padding:0;background:#efefef;}

a{color:var(--color-orange-1);text-decoration:none;}
a:hover{color:var(--color-blue-1);text-decoration:none;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:var(--color-primary);background-size:2rem;color:var(--color-white);font-size:1.5rem;}
.msg.done a, .msg.error a{color:var(--color-white);}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg p{margin:.7em 4rem;line-height:2.25rem;}
.msg p:first-child{font-size:2rem;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid var(--color-white);text-decoration:none;font-size:0.813rem;}
.msg a.action:hover{background:var(--color-white);}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:var(--color-orange-1);}
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;}

.icon{display:inline-block;content:"";flex-shrink:0;width:1.5rem;height:1.5rem;fill:var(--color-white);}
.icon--labeled{margin-left:.75em;width:1.5em;height:1.5em;}

#container{position:relative;width:100%;margin:0px auto;}
#container:after{content:"";display:table;clear:both;}
#body, #foot{margin:0 auto;padding:0;}
#header {padding: 15px 50px;background: #FFFFFF;}

/* 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:var(--color-white);}
#skiplinks a:focus{top:0;background:#000;color:var(--color-white);}

/* LOGO, SLOGAN, MENU */
.header__navigation{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;position:relative;}

#logo{padding:0rem;order:-4;}
#logo #title a{color:var(--color-text);font:bold 0em 'Arial';line-height:1em;text-decoration:none;}
#logo #title a span{color:var(--color-orange-1);}
#logo #title a strong{color:var(--color-primary);}
#logo #title a em{color:var(--color-orange-1);font-style:normal;}
#logo #slogan{padding:4px 0 0 4px;color:var(--color-text);}


/* MENU TOP
   to style mobile and desktop menu use: .menu-top ...
   to style only desktop menu use: .header__menu ...
   to style only mobile menu use: .mm-ocd ...
*/
.header__menu .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;}
.header__menu .menu__link{display:block;padding:5px 20px;color:var(--color-white);text-decoration:none;transition:all 0.5s ease;font-weight: 300;}
.header__menu .menu__link:hover, .header__menu .selected > .menu__link, .header__menu .selected-parent > .menu__link{background: var(--color-blue-1);border-radius: 15px;}

@media screen and (min-width:960px){
  .header__menu{display:flex;justify-content:flex-end;padding-right:0rem;}
}
@media screen and (min-width:1231px){
  .header__menu li{position:relative;font-size:1.25rem;background: var(--color-orange-1);border-radius: 15px;}
  .menu-1 > ul > li{position:relative;font-size:1.25rem;margin-left: 15px;}
  /* Hamburger only on small screen */
  button.hamburger{display:none}
}

/* DROP DOWN MENU */
.header__menu ul ul{display:none;} /* drop down submenus hidden */
@media screen and (min-width:641px){
  .header__menu li:hover > ul{display:block;} /* show drop down submenu on hover */
  /* drop down submenus styles */
  .header__menu ul ul{position:absolute;top:98%;left:0px;z-index:10;width:auto;height:auto;white-space:nowrap;list-style:none;}
  .header__menu ul ul > li {margin-top: -1px;}
  .header__menu .level-1-el a{font-size:1.063rem;}
  .header__menu .level-2-el a{font-size:0.875rem;}
  /* third level submenu */
  .header__menu .level-2-menu{top:0;left:100%;border-left:0px solid var(--color-orange-1);}
}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;width: 1200px;margin: 80px auto 40px auto;padding: 0;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:0 0% 0px;text-align:left;}
#page:after{content:"";display:table;clear:both;}
.heading-1{margin:.8em 0 .4em;color:var(--color-orange-1);font-size:2.417rem;font-weight:normal;}
#page h1 {color: var(--color-orange-1);font-size:2.3em;letter-spacing: 2px;margin: 0 0 50px 0;font-weight: bold;text-align: left;
  font-family: 'Roboto',sans-serif;padding: 15px 0 8px 0;position: relative;width: 100%;}
#page .msg.error h1, #page .msg.error .heading-1{margin-top:.4em;color:var(--color-white);text-align: center;}
#page .msg.error.panel h1{margin:0;font-size:1rem;text-align: center;}

/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb{margin-bottom:1.25rem;margin-top: -55px;}
.breadcrumb ol{list-style:none;}
.breadcrumb li{display:inline-block;}
.breadcrumb li:not(:first-child)::before{content:"\203A";display:inline-block;padding:0 .5em;color:var(--color-text);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:1.6em;line-height:1.75em;font-family: 'Roboto',sans-serif;text-transform: uppercase;font-weight: 900;}
#page div.content > h3{font-size:1.25rem;}
#page div.content > p{padding-bottom:1em;}
#page div.content strong {font-size: 1em;color: var(--color-primary);}

#page > time{color:var(--color-text);opacity:.7;}
@media screen and (min-width:960px){
  #page > time{position:absolute;top:2.5rem;right:0;}
}
.is-page-date #page > time {display: none;}

/* IMAGES STYLES */
/* global */
#content li img:hover{opacity:0.8;}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 1rem 0;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:var(--color-primary);font-size:0.875em;}
ul[class*="images-"] img{max-width:100%;box-shadow:0 0 4px rgba(100,100,100,0.4);border-radius: 15px;}
ul[class*="images-"] img:hover{opacity:0.8;}
div.content .images-gallery{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:.5rem 1.5rem 0 0;}
.images-2{clear:right;float:right;margin:.5rem 0 0 1rem;}
#page .images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;float: left;width: 100%;}
div.content .images-gallery{clear:none;}

#page .images-gallery li{padding: 0px; margin: 10px 10px 0 0;width: calc(1/6*100% - (1 - 1/6)*10px);font-size: 0.95em;
  position: relative;overflow: hidden;
  box-sizing: border-box;color: #272727;}
#page .images-gallery li:nth-child(6n) {margin-right: 0;}
#page .images-gallery::after {content: '';flex: auto;}
#page .images-gallery li a {border-radius: 15px;}
#page .images-gallery img {float: left;}
#page .images-gallery li a {background: var(--color-orange-1);float:left;}

.is-img-type-3 #page .images-3 li, .is-img-type-4 #page .images-4 li {border-radius: 15px;}
.is-img-type-3 #page .images-3 p, .is-img-type-4 #page .images-4 p {display: none;}


/* FILES LIST STYLES */
.files-list{width:100%;margin:50px 0;list-style:none;float:left;}
.files-list__link{display:flex;font-weight:bold;}
.files-list__description{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
/* Simple download list */
.files-list--simple{padding-left:1rem;border-left:2px solid var(--color-divider);}
.files-list--simple .files-list__link{margin-top:1rem;}

/* Detailed download list */
.files-list--detailed td{padding:7px 12px;vertical-align:middle;}
.files-list--detailed thead{text-align:center;}
.files-list--detailed thead a{font-weight:bold;}
.files-list__info{width:20%;max-width:170px;text-align:center;font-size:0.938em;}
.files-list__info--size{text-align:right;}
.files-list__info--size abbr{font-style:italic;color:#777;}
@media screen and (max-width:600px){ /* Responsive table for mobile */
  .files-list--detailed tr{display:block;border-top:1px solid var(--color-divider);}
  .files-list--detailed td{display:inline-block;border:0;}
  .files-list--detailed tbody td.name{display:block;}
  .files-list__info{min-width:50%;}
  .files-list__info--date{text-align:left;}
}
/* File type icon */
.files-list__link:before{content:'';display:inline-block;width:16px;height:20px;margin-right:10px;--sprite:-260px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.zip .files-list__link:before{background-position:0 0;}
.xml .files-list__link:before{background-position:0 -20px;}
.xls .files-list__link:before{background-position:0 -40px;}
.web .files-list__link:before{background-position:0 -60px;}
.vcf .files-list__link:before{background-position:0 -80px;}
.txt .files-list__link:before{background-position:0 -100px;}
.sys .files-list__link:before{background-position:0 -120px;}
.swf .files-list__link:before{background-position:0 -140px;}
.psd .files-list__link:before{background-position:0 -160px;}
.pps .files-list__link:before{background-position:0 -180px;}
.png .files-list__link:before{background-position:0 -200px;}
.pic .files-list__link:before{background-position:0 -220px;}
.pdf .files-list__link:before{background-position:0 -240px;}
.nn .files-list__link:before{background-position:0 -260px;}
.msg .files-list__link:before{background-position:0 -280px;}
.media .files-list__link:before{background-position:0 -300px;}
.fla .files-list__link:before{background-position:0 -320px;}
.exe .files-list__link:before{background-position:0 -340px;}
.chm .files-list__link:before{background-position:0 -360px;}
.cdr .files-list__link:before{background-position:0 -380px;}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0.5em 0;font-size:1.25rem;color:var(--color-orange-1);}
.title a{color:inherit;font-weight:normal;background:none;text-decoration:none;}
.title a:hover{color:var(--color-primary);background:none;text-decoration:none;}
time.date{margin:0.3em 0 15px 0px;font-size:0.938em;color:var(--color-white);background: var(--color-blue-1);display: inline-block;padding: 2px 10px;}
[class|="pages"]{clear:both;margin:0rem 0;list-style:none;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:0.3em 0 0;}
[class|="pages"] p{padding:.3em 0;}
[class|="pages"] .image{line-height:1px;}
[class|="pages"] .image img{max-width:100%;}
.description ul, .description ol{margin:.5em 2em;list-style:disc;}
.description li{padding:0;border:0;background:none;}
.description ol{list-style:decimal;}
.startPage time.date {margin:0.3em 0 15px 0px;}

/* standard list */
.pages-list{float:left;width:100%;margin:0px 0;list-style:none;}
.pages-list .page{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;background:var(--color-orange-2);border-radius: 15px;}
.pages-list .page:nth-child(2n+1) {background:var(--color-orange-3);}
.pages-list .page .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 10px;font-size:1em;}
.pages-list h2 a{color:var(--color-primary);font-size:1.563em;font-weight:300;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:var(--color-orange-1);background:none;text-decoration:none;}
.pages-list div.description{margin:5px 2.5% 0;font-weight:300;font-size:1em;line-height:1.4em;}
.pages-list div.description strong {font-weight: bold;color: var(--color-orange-1);}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list .page .page{padding:0;border:0;background:none;}
.pages-list .page ol{list-style:decimal;}
.pages-list p, .pages-5 p{padding-bottom:10px;}
.pages-list .page .more {float: right;margin: 0 25px 25px 15px;}

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-gallery .page {padding: 0px; margin: 30px 30px 0 0;width: calc(1/3*100% - (1 - 1/3)*30px);font-size: 0.95em;
  position: relative;overflow: hidden;box-sizing: border-box;color: #272727;}
.pages-gallery .page:nth-child(3n) {margin-right: 0;}
.pages-gallery::after {content: '';flex: auto;}
.pages-gallery .page img {float: left;}
.pages-gallery .page .image {background: var(--color-orange-1);float: left;border-radius: 15px;}
.pages-gallery .page img {border-radius: 15px;overflow: hidden;}
.pages-gallery .page:hover .image img {opacity:0.8;}
.pages-gallery .title a{font-size:1rem;float: left;width: 100%;text-align: center;padding: 15px;font-size:1.5em;font-weight:400;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;font-size:0.875rem;text-align:justify;}


.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:var(--color-blue-1);color:var(--color-white);font-size:0.95em;}
#foot .container{padding:22px 25px;width: 1200px;margin:0 auto;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:var(--color-orange-1);text-decoration:none;}
#foot a:hover{text-decoration:none;color:var(--color-primary);}
#foot .copy{float:left;}
#foot .options{float:right;}
#foot .options ul{list-style:none;}
#foot .options li{float:right;margin-left:25px;}
#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;}

#powered{clear:both;width:100%;text-align:center;color: var(--color-white);padding:25px 0 0 0;border-top:1px solid var(--color-white);margin-top: 15px;display: inline-block;}
#powered a{display:inline-block;}
#powered a:hover{}

#footer-content-left {float: left;width: 100%;}
#dane-stopka {float: left;width: 60%;padding: 15px;display: flex;justify-content: space-between;}
#menu-stopka {float: right;width: 20%;padding: 15px;}
#menu-stopka-2 {float: right;width: 20%;padding: 15px;}
#logo-2 {float: left;width: 50%;}
#adres-stopka  {float: left;width: 40%;margin-left: auto;}

#adres-stopka legend {color:var(--color-orange-1);font-size: 1.35em;text-transform: uppercase;margin-bottom: 10px;font-weight:400;}
#menu-stopka legend {color:var(--color-orange-1);font-size: 1.35em;text-transform: uppercase;margin-bottom: 10px;font-weight:400;}
#menu-stopka-2 legend {color:var(--color-orange-1);font-size: 1.35em;text-transform: uppercase;margin-bottom: 10px;font-weight:400;}
#dane-stopka legend {color:var(--color-orange-1);font-size: 1.35em;text-transform: uppercase;margin-bottom: 10px;font-weight:400;}

#logo-2 p {margin-left:0px;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:.5cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #body #page h1{margin:.5cm 0 0;font-size:1.25rem;}

  #body, #head1, #foot{float:none;}
  #menu-main, #search-form, #search-form, #foot .options{display:none;}
  .msg p:first-child{font-size:1rem;}
}

/* PLUGINS */

/* 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;}

/* COMMENTS */
#comments{padding:2.5rem 0;float: left;width: 100%;}
#comments h2{padding-bottom:1rem;color:var(--color-orange-1);font-size:1.5rem;font-weight:normal;}
#comments article{width:100%;margin:0.5rem 0;padding:1rem;border-bottom:0px solid #cecece;background: var(--color-white);}
#comments header{margin-bottom:.5rem;}
#comments h3{display:inline-block;font-size:1rem;color:var(--color-orange-1);}
#comments time{margin:0.3em 0 15px 0;font-size:0.938em;color:var(--color-white);background: var(--color-orange-1);display: inline-block;padding: 2px 10px;float: right;}
#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-orange-1);}
.comments-count{display:block;padding:0.3em 0;color:#6e6e6e;}

/* ASK ABOUT LINK - redirects to contact panel */
#ask-about-link a{display:inline-flex;margin:.8em 0;color:var(--color-orange-1);align-items: center;}
#ask-about-link .icon{fill:var(--color-orange-1);margin-right:.5em;}
#ask-about-link a:hover{color:var(--color-primary);}
#ask-about-link a:hover .icon{fill:var(--color-primary);}

/* CONTACT-PANEL */
.contact-panel{padding:0rem 0;}

/* RELATED PAGES */
#pages-related{clear:both;}
#pages-related > h2{padding-top:1em;color:var(--color-orange-1);font-size:1.25em;}

/* 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:normal;}

/* Custom CHECKBOX fields */
.checkbox{position:absolute;opacity:0;}
.checkbox + label{position:relative;cursor:pointer;padding:0;}
.checkbox + label:before{content:"";margin-right:.7em;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:2px;border:1px solid var(--color-primary);}
.checkbox:focus + label:before, .checkbox:hover + label:before{border-color:var(--color-primary);box-shadow:0 0 3px rgba(0,103,154,0.6);}
.checkbox:checked + label:before{background:var(--color-primary);}
.checkbox:disabled + label{color:#b8b8b8;cursor:auto;}
.checkbox:disabled + label:before{box-shadow:none;background:#ddd;}
.checkbox:checked + label:after{position:absolute;display:block;content:'';top:0.15rem;left:0.45rem;width:0.4rem;height:0.75em;transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;}
.checkbox.warning-required:not(:checked) + label:before{background:#fbefef;border-color:#bb4c2e;} /* required */

/* EVENT DATES (range) */
.event-dates{margin:0.3em 0 15px 0;font-size:0.938em;color:var(--color-white);background: var(--color-orange-1);display: inline-block;padding: 2px 10px;}
.event-dates > span{display:block;margin:0.3em 5px 0.3em 0;display: inline-block;}
.event-dates > span strong {font-weight: bold;}
/* page details */


/* for subpages list only */
.pages-list .event-dates{padding:0.3em 0;display: none;}

/* YOUTUBE LINKS */
.youtube{width:550px;height:413px;padding:1px;box-shadow:0 0 4px rgba(100,100,100,0.4);}
@media screen and (max-width:460px){
  .youtube{max-width:100%;height:240px;}
}

/* TAGS */
ul.tags{clear:both;display:flex;flex-wrap:wrap;align-items:center;padding:1rem 0;list-style:none;}
.tags li{display:inline-block;}
.tags a{display:inline-flex;margin:2px 5px;padding:2px 8px;border:1px solid var(--color-divider);}
.tags a:hover{color:var(--color-orange-1);}
.tags .tags__head a{margin:0;padding-left:0;border:0;}
.tags .icon{width:.875rem;fill:var(--color-orange-1);margin-right:.75em;}
[class|="pages"] .tags{padding:0;}

/* SITE MAP */
#site-map{clear:left;margin:1rem 0;list-style:none;display: flex;flex-wrap: wrap;}
#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: 15px;border: 1px dashed#cecece;margin: 1%;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size: 1.15rem;font-weight: 700;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.025rem;}
#site-map a {color:#676767;}
#site-map a:hover {color:#a01325;}

/* DOWNLOAD LIST */
#download-list{width:100%;margin:15px 0 5px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;}
#download-list thead a{font-weight:bold;}
#download-list tbody .name a:first-child{position:relative;padding-left:26px;}
#download-list tbody .name a:first-child:before{content:'';position:absolute;left:0px;width:16px;height:20px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#download-list tbody p{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
#download-list tbody .size, #download-list tbody .date-file{width:17%;max-width:170px;text-align:center;vertical-align:middle;font-size:0.938em;}
#download-list tbody .size{text-align:right;}
#download-list tbody .size abbr{font-style:italic;color:#777;}
#download-list tbody .zip .name a:first-child:before{background-position:0 0;}
#download-list tbody .xml .name a:first-child:before{background-position:0 -20px;}
#download-list tbody .xls .name a:first-child:before{background-position:0 -40px;}
#download-list tbody .web .name a:first-child:before{background-position:0 -60px;}
#download-list tbody .vcf .name a:first-child:before{background-position:0 -80px;}
#download-list tbody .txt .name a:first-child:before{background-position:0 -100px;}
#download-list tbody .sys .name a:first-child:before{background-position:0 -120px;}
#download-list tbody .swf .name a:first-child:before{background-position:0 -140px;}
#download-list tbody .psd .name a:first-child:before{background-position:0 -160px;}
#download-list tbody .pps .name a:first-child:before{background-position:0 -180px;}
#download-list tbody .png .name a:first-child:before{background-position:0 -200px;}
#download-list tbody .pic .name a:first-child:before{background-position:0 -220px;}
#download-list tbody .pdf .name a:first-child:before{background-position:0 -240px;}
#download-list tbody .nn .name a:first-child:before{background-position:0 -260px;}
#download-list tbody .msg .name a:first-child:before{background-position:0 -280px;}
#download-list tbody .media .name a:first-child:before{background-position:0 -300px;}
#download-list tbody .fla .name a:first-child:before{background-position:0 -320px;}
#download-list tbody .exe .name a:first-child:before{background-position:0 -340px;}
#download-list tbody .chm .name a:first-child:before{background-position:0 -360px;}
#download-list tbody .cdr .name a:first-child:before{background-position:0 -380px;}
@media screen and (max-width:600px){
  #download-list tr{display:block;border-top:1px solid #e8eaee;}
  #download-list td{display:inline-block;border:0;}
  #download-list tbody td.name{display:block;}
  #download-list tbody td.date-file{min-width:50%;text-align:left;}
  #download-list tbody td.size{min-width:50%;}
}

/* PAGES FEATURES */
.features{width:100%;margin:1rem 0;border-collapse:collapse;border:1px solid var(--color-divider);font-size:1em;}
.features caption{padding:5px;background:var(--color-primary);color:#fff;border:1px solid var(--color-primary);text-align:center;font-weight:bold;}
.features tbody tr > *{padding:6px 9px;background:#fff;font-weight:normal;text-align:left;}
.features tbody tr:nth-child(even) > *{background:var(--color-grey);}

/* search form */
#search{display:flex;justify-content:center;width:100%;margin:0;padding:1rem 2rem;background:var(--color-divider);}
#search form{display:flex;justify-content:center;}
#search fieldset{min-width:300px;width:50%;}
#search .main{display:flex;border:1px solid var(--color-orange-1);border-radius:2px;}
#search .control{display:flex;flex:1;}
#search .input{width:100%;padding:5px;border:0;}
#search .btn{border:0;border-radius:0;line-height:0.8em;}
#search .btn:hover, #search .btn:focus{background-color:var(--color-orange-2);}
#search .search-ico{display:flex;align-items:center;justify-content:center;min-width:60px;background:var(--color-orange-1);color:transparent;font-size:1%;}
@media screen and (min-width:1024px){
  #search{justify-content:flex-end;max-width:400px;margin-left:auto;padding:0rem 0rem 0 0;background:none;}
}
@media screen and (min-width:641px){
  #search{order:-2;}
}


/* OTHER (less popular styles) */

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 var(--color-divider);font-size:100%;font:inherit;vertical-align:baseline;}

/* FORMS */
input[type="text"], input[type="password"], input[type="file"], input[type="email"], form select, form textarea{padding:2px;border-width:1px;border-style:solid;border-color:var(--color-orange-1);font-family: 'Roboto', 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:var(--color-orange-1);box-shadow:0 0 3px rgba(0,0,0,0.2);}
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-orange-1);color:var(--color-white);transition:all 0.3s ease;font-family: 'Roboto', sans-serif;font-size:1rem;border-radius:15px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:var(--color-blue-1);cursor:pointer;}
label{font-weight:400;}
label span{padding-left:10px;color:#aaa;font-weight:normal;font-size:.875em;}
/* forms 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;border-radius: 15px;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;border-radius: 15px;}
.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;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#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;width:100%;padding:.5em 0;text-align:center;font-size:1rem;color:var(--color-white);line-height:normal;background:rgba( 0, 0, 0, 0.2 );}
#quick-box .navigation__sep{padding:0 3px;}
#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:var(--color-white);font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid var(--color-white);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;}
}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:1rem;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;opacity:.25;}
.panel-link:hover{opacity:1;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}
.panel-link.list{background-position:-121px 0;}
.panel-link.list:hover{background-position:-121px -21px;}
.subpage-edit{position:relative;display:block;}
.subpage-edit .panel-link{position:absolute;right:-10px;top:-10px;}
.sub:hover .subpage-edit .panel-link:not(:hover){opacity:0.5;}

.dev{padding:5px;text-align:center;color:var(--color-orange-1);font-weight:bold;}

/* */
#search-form .awesomplete{width:78%;}


/* OTHER */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0px 0px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:var(--color-primary)}.hamburger.is-active .hamburger-label{display:none}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:var(--color-primary);border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger-label{display:block;margin-top:5px;text-transform:uppercase;font-size:.75rem}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}

 /*!
 * Mmenu Light v3.0.0
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#000000;background:#cecece}.mm-spn.mm-spn--dark{color:#000000;background:#cecece}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}

 /* MENU Ulatwienia*/
 #sectionTop-1 .menu-3{float:left;transition:all 1.3s ease;width:100%;}
 #sectionTop-1 .menu-3 ul{float:left;width:100%;height:100%;margin:0;list-style:none;display: flex;justify-content: left;}
 #sectionTop-1 .menu-3 li{position:relative;padding:0;margin:0 5px 0px 0;}
 #sectionTop-1 .menu-3 a{padding:5px 15px;color:var(--color-white);font-size:1.05em;text-decoration:none;background: var(--color-blue-1);border-radius: 15px;}
 #sectionTop-1 .menu-3 a:hover, #sectionTop-1 .menu-3 .selected a, #sectionTop-1 .menu-3 .selected-parent a{color:var(--color-white);transition:all 0.5s ease;background: var(--color-orange-1);border-radius: 15px;}


 /* MENU FOOTER*/
#menu-stopka .menu-2{float:left;transition:all 1.3s ease;width:100%;}
#menu-stopka .menu-2 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
#menu-stopka .menu-2 li{position:relative;float:left;padding:0;width: 100%;border-left: 2px solid var(--color-orange-1);margin:0 0 5px 0;}
#menu-stopka .menu-2 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
#menu-stopka .menu-2 li:hover:after, #menu-stopka .menu-2 .selected:after, #menu-stopka .menu-2 .selected-parent:after{width:99%;background:var(--color-orange-1);}
#menu-stopka .menu-2 a{float:left;width:100%;padding:5px 5px;color:var(--color-white);font-size:1.05em;text-decoration:none;background:transparent;}
#menu-stopka .menu-2 a:hover, #menu-stopka .menu-2 .selected a, #menu-stopka .menu-2 .selected-parent a{color:var(--color-orange-1);transition:all 0.5s ease;}

/* MENU FOOTER 2*/
#menu-stopka-2 .menu-4{float:left;transition:all 1.3s ease;width:100%;}
#menu-stopka-2 .menu-4 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
#menu-stopka-2 .menu-4 li{position:relative;float:left;padding:0;width: 100%;border-left: 2px solid var(--color-orange-1);margin:0 0 5px 0;}
#menu-stopka-2 .menu-4 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
#menu-stopka-2 .menu-4 li:hover:after, #menu-stopka .menu-4 .selected:after, #menu-stopka .menu-4 .selected-parent:after{width:99%;background:var(--color-orange-1);}
#menu-stopka-2 .menu-4 a{float:left;width:100%;padding:5px 5px;color:var(--color-white);font-size:1.05em;text-decoration:none;background:transparent;}
#menu-stopka-2 .menu-4 a:hover, #menu-stopka-2 .menu-4 .selected a, #menu-stopka-2 .menu-4 .selected-parent a{color:var(--color-orange-1);transition:all 0.5s ease;}


/* sectionTop-1 */
#sectionTop-1 {width: 100%;display: flex;justify-content: space-between;align-items: center;background: var(--color-blue-1);padding: 5px 50px;}
.actionLinkTop {margin: 0 50px 0 0;}
.actionLinkTop2 {margin: 0 0 0 0px;display:flex;justify-content: space-between;align-items: center;}
.actionLinkTop2 a {margin-left: 10px;}
.actionLinkTop2 a img {width: 50px;}
#acess-icons {margin:0 0 0 auto;}
.searchTop {margin:0 0 0 50px;}
.actionLinkTopAll {display: flex;justify-content: space-between;align-items: center;padding: 0px;}
.awesomplete {width: 100%;}

/* Social Top */
.social_menu {margin-left: 15px;}
.social_menu .wrapper_social a {font-size: 1.35em;display: inline-block;text-align: center;
  padding: 0 0em;cursor: pointer;transition: all .3s;}
.social_menu .wrapper_social a:hover {color: var(--color-white);}
.social_menu .wrapper_social a i {position: relative;display: block;}

/* startPage */
.startPage ul[class*="images-"] li {margin:0px !important;padding: 0px !important;}
.startPage .images-1 {margin:0px !important;padding: 0px !important;width: 50%;}
.startPage .images-1 img {float: left;}
.startPage .images-2 {margin:0px !important;padding: 0px !important;width: 50%;}
.startPage .images-2 img {float: left;}
.startPage #page div.content {display:none;line-height: 1.5em;float: left;width: 50%;padding: 100px 50px;font-weight: 300;}
.startPage .pages-list .page{margin:0px 0;padding:0%;border:0px solid var(--color-divider);
  border-top:0px solid var(--color-divider);width: 50%;display: flex;flex-wrap: wrap;justify-content: space-between;background: var(--color-orange-2);align-items: center;}
.startPage .pages-list .page .image{float:left;margin:0 0px 0;width: 50%;order: 2;}
.startPage .pages-list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.startPage .pages-list #list-start {float: left;width: 50%;padding: 25px;width: 50%;order: 1;text-align: center;}

.startPage .pages-list .page:nth-child(3) .image {order: 1;}
.startPage .pages-list .page:nth-child(3) #list-start {order: 2;}
.startPage .pages-list .page:nth-child(4) .image {order: 1;}
.startPage .pages-list .page:nth-child(4) #list-start {order: 2;}

.startPage .pages-list .page:first-child {background:var(--color-blue-1);}
.startPage .pages-list .page:last-child {background: var(--color-blue-1);}


.startPage .pages-list .page h2{padding:0 0 10px;}
.startPage .pages-list .page h2, .startPage .pages-list .page h2 a{color:#FFFFFF;font-size:1.5em;font-weight:900;padding-top: 0px;background:none;text-decoration:none;float: left;width: 100%;text-align: center;font-family: "SansationBold",sans-serif;}
.startPage .pages-list .page h2 a:hover{color:#FFFFFF;background:none;text-decoration:none;}
.startPage .pages-list .page .description {padding:0 15px 15px 15px;float: left;width: 100%;font-size: 1.25em;text-align: center;color:#FFFFFF;font-weight: 300;}

.startPage .pages-list .page .description {color: var(--color-white);}
.startPage .pages-list .page .title a {color: var(--color-white);}
.startPage .pages-list .page .title a:hover {color: var(--color-primary);transition: all 0.5s;}
.startPage .pages-list .page .more a{border: 1px solid var(--color-white);color: var(--color-white);}
.startPage .pages-list .page .more a:hover{border: 1px solid var(--color-primary);color: var(--color-primary);}
.startPage .pages-list .page .more {display: inline-block;margin:15px auto 0 auto;}

.startPage #page h1 {display:none;color: var(--color-white);font-size:2.3em;letter-spacing: 2px;margin: 0;font-weight: bold;text-align: center;
  font-family: 'Roboto',sans-serif;padding: 15px 0 8px 0;position: relative;width: 100%;background: var(--color-orange-1);}

.startPage #page {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;width: 100%;} 

.startPage #body{clear:both;width: 100%;margin: 0px auto 0px auto;padding: 0;min-height: 50px;}
.startPage #header {padding: 15px 50px;background: rgba(255,255,255,0.75);}
.startPage #sectionTop-1 {background: var(--color-blue-1);}
.startPage #header {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  position: fixed;z-index: 1010;left:0;right:0;top:0;top: 47px;
}

/* */
#homepage-parallax-1 {background-image: url("img/dol_foto.jpg");float:left;width:100%;border-bottom:0px solid #000000;}
.parallax-section {background-position: center center;background-repeat: no-repeat;background-size: cover;height: 650px;margin-bottom: 0px;width: 100%;background-attachment: fixed;}
.caption p.colour1 {font-size: 36px;font-weight: bold;margin-bottom: 10px;padding:15px 0;font-family: 'Roboto',sans-serif;}
.caption p.colour1 span {float: left;width: 100%;text-align: center;font-size: 12px;color:#000000;font-family: 'Roboto', sans-serif;margin-top:-10px;}
.caption p.colour1 {color: #FFF;}
.caption p.colour1, .caption p.colour2 {display: table;}
.caption p {margin: 0 auto;padding: 17px 20px;text-align: center;}
.caption p.colour2 {font-size: 18px;margin-top:10px;font-weight: 300;letter-spacing: 2px;width: 50%;text-align: center;}
.caption p.colour2 {color: #000000 !Important;font-weight: 300;text-align: justify !Important;}
.caption p.colour1, .caption p.colour2{clear: both;display: table;float: left;margin-left: 10%;text-align: left;width: 40%;color: var(--color-orange-1);}
.caption p {margin: 0 auto;padding: 15px 0px 15px 0;text-align: center;}
.caption p a {text-decoration: none;color: #FFF;}
#homepage-parallax-1 .more a {background-color: #edeef2;color: var(--color-orange-1);}
#homepage-parallax-1 .more a:hover {color:#000000;}
#homepage-parallax-1 .more {float: left;width: auto;clear: both;margin-left: 10%;}
#homepage-parallax-1 .widget-line {text-align: left;float: left; border-top: 4px solid var(--color-orange-1);}
#homepage-parallax-1 .widget-h2 {width: 40%;text-align: left;clear: both;margin-left: 10%;}

.widget-line {border-top: 4px solid var(--color-white);margin:0 auto;}
.widget-h2 {float: left;width: 100%;text-align: center;padding: 15px 0 25px 0;}

/* more */
.more a {backface-visibility: hidden;border: 1px solid;border-radius: 0px;line-height: 27px;position: relative;text-align: center;
  transition: all 0.3s ease 0s;z-index: 1;font-size:1.15em;padding: 15px 29px;border-radius: 15px;background:var(--color-blue-1);color: var(--color-white);}
.more a:hover {color: var(--color-white);background-color: var(--color-orange-1);}

/* kalendarz */
.widget.type-25.widget-edit-inside {width: 100%;}
.widget.type-1.widget-edit-inside {width: 100%;}

/* */
.contentFixed {box-shadow: 0 0 5px rgba(0,0,0,.4);-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  position: fixed;z-index: 1010;left:0;right:0;top:0 !important;background: #FFFFFF;}
.fixTop {height: 0px;}
.fixTop.fixed {height: 89px;}
.contentFixed img {height: 36px;-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

/* */
.acess-icon.balloon {font-weight: 700;font-size: 1.35em;}
.acess-icon.balloon span {font-weight: 400;font-size: 0.95em;}
.acess-icon.balloon {margin: 0 5px;}

/* */
#sectionTop-Search {display: none;float: left;width: 100%;text-align: center;padding: 10px 15px;}
#sectionTop-Search #search{padding:0rem 0rem 0 0;background:none;margin: 0 auto;}
#search-form3 .btn {background: #efefef;display: none;border: 0px;}
#search-form3 .btn i {color: #000000;font-size: 1.25em;}
#search-form3 .btn:hover i {color: var(--color-orange-1);transition: all 0.5s;}

/* */
#formName {float:left;width:48%;}
#formEmail {float:right;width:48%;}
#formPhone {float:left;width:48%;}
#formTopic {float:right;width:48%;}  
#page3 #page div.content {width: 40%;float: left;}
#page3 .contact-panel {float: right;width: 55%;margin:0px;padding: 0px;clear: none;}

/* */
#ask-about-link {float: right;padding: 0 0 5px 35px;font-size: 1.75em;}

/* */
#header.contentFixed {background: #FFFFFF;}

/* 
.slider::before { background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
content: '';position: absolute;top: 0;bottom: 0;left: 0;width: 20%;z-index: 1;height: 100%;}
.logo-slider-psm-box {position:absolute;left: 5%;top: 60%;transform: translateY(-50%);z-index: 10;display:none;}
.slider .slider-go {display:block;}

/* */
.logo-slider-psm-box2 {width:100%;display:block;position:relative;}
.logo-slider-psm-box2 img {max-width:100%;}


/* */
.widget.type-5 {width: 100%;}
.lazy {width: 1280px;padding: 50px 50px 50px 50px;margin: 0 auto;display: grid;}
.lazy .more {float: right;width: 100%;margin: 25px 0px;text-align: right;}
.lazy .slick-dots {float: none !important;}
.lazy > .page{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;background:var( --color-orange-2);border-radius: 15px;}
.lazy > .page:nth-child(2n+1) {background:var( --color-orange-3);}
.lazy > .page .image {float: left;margin: 0 2.5% 5px;}
.lazy img {max-width: 100%;}
.lazy h2{padding:0 2.5% 10px;font-size:1em;}
.lazy h2 a{color:var(--color-primary);font-size:1.563em;font-weight:300;background:none;text-decoration:none;}
.lazy h2 a:hover{color:var(--color-orange-1);background:none;text-decoration:none;}
.lazy div.description{margin:5px 2.5% 0;font-weight:300;font-size:1em;line-height:1.4em;}
.lazy div.description strong {font-weight: bold;color: var(--color-orange-1);}
.lazy ul, .lazy ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.lazy > .page .page{padding:0;border:0;background:none;}
.lazy > .page ol{list-style:decimal;}
.lazy p, .pages-5 p{padding-bottom:10px;}
.lazy > .page .more {float: right;margin: 0 25px 25px 15px;}

/* */
.acess-container {display: flex;justify-content: center;align-items: center;color: var(--color-white);}
.acess-icon.balloon {font-weight: 400;font-size: 1.15em;}
.acess-icon.balloon span {font-weight: 400;font-size: 0.85em;}
.acess-icon.balloon {margin: 0 3px;}
#opis-pomoc-1 {display: block;margin-right: 5px;font-size: 0.85em;font-weight: 400;color: var(--color-white)}
#opis-pomoc-2 {display: block;margin:0 5px 0 25px;font-size: 0.85em;font-weight: 400;color: var(--color-white)}
#reset-box {margin-left: 25px;}
#acess-icons {display: flex;justify-content: center;align-items: center;}
#contrast {background: #000000;color: #ff0;border: 1px solid #2a2e32;outline: 1px solid transparent;width: 28px;text-align: center;} 
#szarosc{background: #2a2e32;color: #FFFFFF;border: 1px solid #2a2e32;outline: 1px solid transparent;width: 28px;}

/* */
#boxStopka-loga {background: #f2f2f2;float: left;width: 100%;padding: 50px;}
#spolecznosc ul {list-style: none;display: flex;justify-content: space-between;align-items: center;text-align: center;flex-flow: wrap;}
#spolecznosc ul li {width: calc(100% / 7);padding:5px 15px;box-sizing: border-box;}
#spolecznosc ul li img {max-width: 100%;}
#spolecznosc ul li img:hover {width: auto;height: auto;}


/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (min-width:1921px){
	body {width: 1920px;margin: 0 auto !Important;}
}

@media screen and (max-width:1480px){
  .startPage .pages-list .page h2, .startPage .pages-list .page h2 a {padding-top: 0px;}
  .logo-slider-psm {width:180px;}
}
@media screen and (max-width:1340px){
  #header #bannersInBanner img {height: 30px;}
  .bannerTxt01 img {width: auto !important;}
  #header .bannerDescription img {height: 30px;}
  #header .bannerDescription {width: 80%;}
  #header .bannerTxt01 {height: 20px;}
  .startPage #page div.content {padding: 25px;}
  .quick-slider-nav-arrows {display:none !important;}
  .lazy {width: 100%;}
}
@media screen and (max-width:1239px){
  #foot .container {width: 100%;}
  .quick-slider-slide .description {top: 35%;}
  .startPage .widget.type-2 div.description, .startPage .widget .head {width: 100%;}
  .startPage .pages-list .page h2 a {font-size: 2vw;}
  .startPage .pages-list .page .description {font-size: 1vw;}
  #body {width: 100%;padding: 0 15px;}
}
@media screen and (max-width:1180px){
  #search-form3 .btn {display: block;}
}
@media screen and (max-width:1080px){
  .logo-slider-psm {width:160px;}
  .actionLinkTop {display: none;}
}
@media screen and (max-width:1041px){
  .startPage #header {position: relative;z-index: 1010;left:0;right:0;top:0;top: 0px;}
  .startPage #header.contentFixed {position: fixed !important;}
  .logo-slider-psm-box {top: 50%;}  
}
@media screen and (max-width:1020px){
  .quick-slider-slide .description {width: 85%;display:none !important;}  
}
@media screen and (max-width:920px){
  #spolecznosc ul li {width: calc(100% / 4);}
  .logo-slider-psm {width:140px;}
  .startPage .pages-list .page {width: 100%;}
  .startPage .pages-list .page:nth-child(1) .image {order: 1;}
  .startPage .pages-list .page:nth-child(1) #list-start {order: 2;}  
  .startPage .pages-list .page:nth-child(2) .image {order: 2;}
  .startPage .pages-list .page:nth-child(2) #list-start {order: 1;}    
  .startPage .pages-list .page:nth-child(3) .image {order: 1;}
  .startPage .pages-list .page:nth-child(3) #list-start {order: 2;}
  .startPage .pages-list .page:nth-child(4) .image {order: 2;}
  .startPage .pages-list .page:nth-child(4) #list-start {order: 1;}  
  .startPage .pages-list .page:nth-child(5) .image {order: 1;}
  .startPage .pages-list .page:nth-child(5) #list-start {order: 2;}
  .startPage .pages-list .page:nth-child(6) .image {order: 2;}
  .startPage .pages-list .page:nth-child(6) #list-start {order: 1;}  
  .startPage .pages-list .page h2 a {font-size: 4vw;}
  .startPage .pages-list .page .description {font-size: 2vw;}    
  #page .images-gallery li{padding: 0px; margin: 10px 10px 0 0;width: calc(1/3*100% - (1 - 1/3)*10px);}
  #page .images-gallery li:nth-child(6n) {margin-right: 10px;}
  #page .images-gallery li:nth-child(3n) {margin-right: 0;}
}
@media screen and (max-width:820px){
  .side-tab-widget {display: none;}
  #dane-stopka {width: 100%;}
  #menu-stopka {width: 50%;}
  #menu-stopka-2 {width: 50%;}
  .widget.type-14 div.head {font-size: 1.45em;}
  .startPage .widgets-200 .description h3 strong {font-size: 1.45em;float: left;width: 100%;}
  .quick-slider-nav-dots-wrapper, .quick-slider-nav-arrows {display: none !important;}
  .startPage .images-2, .startPage #page div.content {width: 100%;}  
  .social_menu {display: none !important;}
  .images-1, .images-2 {width: 45%;}
  .logo-slider-psm {width:120px;}
  #spolecznosc ul li {width: calc(100% / 3);}  
}
@media screen and (max-width:680px){
.quick-slider-slide .description {font-size: 2vw;}  
#page3 #page div.content {width: 100%;float: left;}
#page3 .contact-panel {float: right;width: 100%;margin:15px 0 0 0;}
}
@media screen and (max-width:640px){ 
  .widget.widget-id-13.type-22 {width: 100%;margin: 0 0 25px 0;}
  #logo-2 {margin-bottom: 25px;}
  #logo-2, #adres-stopka {width: 100%;}
  #dane-stopka {flex-direction: column;}
  .pages-gallery .page {padding: 0px; margin: 30px 0px 0 0;width: 100%;} 
  #page .images-gallery li{padding: 0px; margin: 10px 10px 0 0;width: calc(1/2*100% - (1 - 1/2)*10px);}  
  #page .images-gallery li:nth-child(3n) {margin-right: 10px;}
  #page .images-gallery li:nth-child(2n) {margin-right: 0;}
  #opis-pomoc-1 {display: none;}
  #opis-pomoc-2 {display: none;}
  #spolecznosc ul li {width: calc(100% / 2);}  
}
@media screen and (max-width:480px){
  #ask-about-link {width: 100%;text-align:center;}
  .startPage .pages-list .page h2 a {font-size: 6vw;}
  .startPage .pages-list .page .description {font-size: 3vw;}    
  .startPage .pages-list #list-start {width: 100%;}
  .startPage .pages-list .page .image {width: 100%;}   
  .startPage .pages-list .page:nth-child(1) .image {order: 1;}
  .startPage .pages-list .page:nth-child(1) #list-start {order: 2;}  
  .startPage .pages-list .page:nth-child(2) .image {order: 1;}
  .startPage .pages-list .page:nth-child(2) #list-start {order: 2;}    
  .startPage .pages-list .page:nth-child(3) .image {order: 1;}
  .startPage .pages-list .page:nth-child(3) #list-start {order: 2;}
  .startPage .pages-list .page:nth-child(4) .image {order: 1;}
  .startPage .pages-list .page:nth-child(4) #list-start {order: 2;}  
  .startPage .pages-list .page:nth-child(5) .image {order: 1;}
  .startPage .pages-list .page:nth-child(5) #list-start {order: 2;}
  .startPage .pages-list .page:nth-child(6) .image {order: 1;}
  .startPage .pages-list .page:nth-child(6) #list-start {order: 2;}    
  #dane-stopka {width: 100%;}
  #menu-stopka {width: 100%;}
  #menu-stopka-2 {width: 100%;}
}