/* Quick.Cms.Ext v6.x default stylesheet */

/* 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:#000;font-size:1em;font-family: 'Open Sans', serif;font-weight: 300;}

body{padding:0;text-align:center;  background: url('img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#cecece;font-family: 'Open 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:#39b54a;box-shadow:0 0 3px rgba(0,103,154,0.6);}
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:#39b54a;color:#fff;transition:all 0.3s ease;font-family: 'Open Sans', serif;font-size:1rem;border-radius:2px;text-transform: uppercase;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#16471C;cursor:pointer;color:#FFFFFF;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}
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;}

a{color:#39b54a;text-decoration:none;font-weight: 700;}
a:hover{color:#16471C;text-decoration:none;font-weight: 700;}

#container img{max-width:100%;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#39b54a 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:#39b54a;}
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:0px auto;text-align:left;}
#container:after{content:"";display:table;clear:both;}

#body, #foot{margin:0 auto;padding:0;}

#header {width:100%;display: flex;justify-content: space-between;align-items: center;-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;position: absolute;top: 0;left: 50%;z-index: 1;margin: 0 auto;transform: translateX(-50%);}
#head1 {float: left;}
#head2 .container {float: right;display: flex;justify-content: space-between;align-items: center;}

/* 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;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1 .container{display:flex;flex-flow:row wrap;}

#logo{padding:25px 0;text-align: left;}
#logo #title a{color:#000000;font:bold 1.8em 'Open Sans', serif;line-height:1em;text-decoration:none;text-transform: uppercase;}
#logo #title a span{color:#39b54a;background:inherit;}
#logo #title a strong{color:#39b54a;background:inherit;}
#logo #title a em{color:#39b54a;font-style:normal;}
#logo #slogan{padding:0px 0 0 0px;background:inherit;font-size:16px;color:#39b54a;margin: 0px auto 0 auto;text-align: left;font-weight: 700;transition: 0.5s all;}
#header.contentFixed #slogan {font-size: 10px;}


#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:#39b54a 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:#39b54a;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;}
}

/* MENU TOP */
.menu-top .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;}
.menu-top a{display:block;padding: 0.25em 15px;color:#FFFFFF;text-decoration:none;transition:all 0.5s ease;font-size: 1.15rem;font-weight: 300;text-transform: uppercase;}
.menu-top a:hover, .menu-top .selected a, .menu-top .selected-parent a{color: #39b54a;}
.menu-1 {padding: 25px 0;}
.menu-1 ul {list-style: none;}
.menu-1 ul li {position: relative;}


/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:25px auto 50px auto;width: 1180px;background: rgba(255,255,255,0.75);}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin: 0 auto;text-align:left;padding: 15px 50px 50px 50px;}
#page.pageWaska {max-width:800px;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:25px 0 25px 0;color:#16471C;font-size:2.75em;font-weight:normal;font-family: 'Anton', sans-serif;text-transform: uppercase;width: 100%;text-align: center;}
#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:1.25rem;text-align: center;margin-top:-10px;}
.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:#6e6e6e;font-weight:bold;}

/* PAGE CONTENT */
#page div.content{line-height:1.5rem;font-size: 1.1rem;font-family: 'Open Sans', serif;font-weight:normal;}
#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.25rem;line-height:2rem;font-weight:normal;}
#page div.content > h3{font-size:1.1rem;font-weight:normal;}
#page div.content > h4{font-size:1.1rem;font-weight:normal;}
#page div.content > p{padding-bottom:1em;}
#page div.content strong {font-weight:bold;}
#page > time{position: relative;width: 100%;text-align: center;float: left;margin: -15px 0 15px 0;}


/* IMAGES STYLES */
/* global */
#content li img{}
#content li img:hover{}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:350px;margin:0 auto 5px auto;color:#000000;font-size:0.875rem;font-weight:400;}
ul[class*="images-"] img{}
ul[class*="images-"] img:hover{}
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;}

/* */
.images-gallery.images-3{display:flex;justify-content:space-between;flex-wrap: wrap;float: left;width: 100%;padding: 50px 0;}
.images-gallery.images-3 li {margin: 0px 40px 40px 0;width: calc(1/4*100% - (1 - 1/4)*40px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.images-gallery.images-3 li:nth-child(4n) {margin-right: 0;}
.images-gallery.images-3::after {content: '';flex: auto;}


.images-gallery.images-4{display:flex;justify-content:space-between;flex-wrap: wrap;float: left;width: 100%;padding: 50px 0;}
.images-gallery.images-4 li {margin: 0px 40px 40px 0;width: calc(1/4*100% - (1 - 1/4)*40px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.images-gallery.images-4 li:nth-child(4n) {margin-right: 0;}
.images-gallery.images-4::after {content: '';flex: auto;}

/* */
.images-61{display:flex;justify-content:space-between;flex-wrap: wrap;float: left;width: 100%;padding: 50px 0;}
.images-61 li {margin: 0px 40px 40px 0;width: calc(1/3*100% - (1 - 1/3)*40px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.images-61 li:nth-child(3n) {margin-right: 0;}
.images-61::after {content: '';flex: auto;}

/* */
.page2kolumny{display:flex;justify-content:space-between;flex-wrap: wrap;float: left;width: 100%;padding: 50px 0;}
.page2kolumny li {margin: 0px 40px 40px 0;width: calc(1/2*100% - (1 - 1/2)*40px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.page2kolumny li:nth-child(2n) {margin-right: 0;}
.page2kolumny::after {content: '';flex: auto;}

/* FILES LIST STYLES */
.files-list{margin:1rem 0 .5rem;list-style:none;vertical-align:middle;border-top:1px solid #dedede;font-size:1.2rem;padding:25px 0;}
.files-list li{height:20px;margin:0 0 1rem 0rem;padding-left:2rem;background:url('img/files-ext.gif') no-repeat 0 -260px;width:100%;float:left;}
.files-list p{display:inline;color:#39b54a;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 li.pdf{background:url('img/pdf-21a.png') no-repeat 0 0px;height:50px;display:flex;align-items:center;padding-left:4rem;}  
.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( 0, 0, 0, 0.7 );z-index:20000;}
#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{display:none;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:'Open Sans', serif;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;}
}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0 0 0.5em;font-size:1.35rem;color:#16471C;}
.title a{color:#16471C;font-weight:700;background:none;text-decoration:none;}
.title a:hover{color:#000000;background:none;text-decoration:none;}
time.date{display:block;padding:0 0 0.3em;color:#6e6e6e;}
[class|="pages"]{clear:both;margin:25px 0 0 0;list-style:none;float: left;width: 100%;font-size:1.1rem;color:#000000;font-weight:300;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:0.3em 0 0;}
[class|="pages"] p{padding:0.3em 0;}

/* standard list */
.pages-list {display:flex;justify-content:space-between;flex-wrap:wrap;}
.pages-list .page{margin:1%;padding:0;width: 48%;}
.pages-list .page:nth-child(odd) {float: left;}
.pages-list .page:nth-child(even) {float: right;}
.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;}

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-gallery .page{flex:0 0 31.333%;margin:1%;padding:0px;text-align:center;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;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;}

/* 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#000000;margin: 1%;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size: 1.15rem;font-weight: 500;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.025rem;}
#site-map a {color:#000000;}
#site-map a:hover {color: #16471C;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:rgba(26,26,25,1);color:#FFFFFF;font-size:14px;}
#foot .container{padding:0px 25px;width: 1200px;margin:0 auto;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#000000;text-decoration:none;}
#foot a:hover{text-decoration:none;color:#39b54a;}
#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: #C8C8D2;padding:15px 0 25px 0;border-top:0px solid #C8C8D2;background:#272727;font-size:13px;}
#powered a{display:inline-block;color: #ffffff;font-weight: normal;}
#powered a:hover{color: #39b54a;}

#footer-content-left {float: left;width: 100%;}
#dane-stopka {float: right;width: 100%;padding: 0px 0;margin:15px 0 5px 0;text-align: center;position: relative;}
#menu-stopka-1 {float: left;width: 100%;padding: 15px 0 0 0;text-align: center;}
#menu-stopka-2 {float: left;width: 100%;padding: 15px 0 0 0;text-align: center;}
#menu-stopka-3 {float: left;width: 100%;padding: 15px 0 0 0;text-align: center;}
#spolecznosc a {display: inline-block;}
#spolecznosc span {color: #FFFFFF;font-size: 14px;text-transform: uppercase;margin-bottom: 0px;display: inline-block;line-height: 40px;margin-right: 10px;vertical-align: top;}

#logo-2 {float: left;width: 100%;}
#logo-2 img {max-width:60%;}
#adres-stopka  {float: left;width: 100%;font-size:14px;}
#adres-stopka strong {margin-right:5px;}

#adres-stopka legend {color: #000;font-size: 14px;text-transform: uppercase;margin-bottom: 0px;display: inline-block;line-height: 40px;margin-right: 10px;vertical-align: top;}
#menu-stopka-1 legend {color: #000;font-size: 14px;text-transform: uppercase;margin-bottom: 10px;}
#menu-stopka-2 legend {color: #000;font-size: 14px;text-transform: uppercase;margin-bottom: 10px;}
#menu-stopka-3 legend {color: #000;font-size: 14px;text-transform: uppercase;margin-bottom: 10px;}

#menu-stopka-2 .menu-3{float:left;transition:all 1.3s ease;width:100%;}
#menu-stopka-2 .menu-3 ul{float:left;width:100%;height:100%;margin:0;list-style:none;text-align: center;border-bottom: 1px solid #606067;padding: 0px 0 5px 0;}
#menu-stopka-2 .menu-3 li{position:relative;float:none;padding:0;margin:0 10px;display: inline-block;}
#menu-stopka-2 .menu-3 a{float:left;width:100%;padding:5px 5px;color:#FFFFFF;font-size:18px;text-transform:uppercase;text-decoration:none;background:transparent;}
#menu-stopka-2 .menu-3 a:hover, #menu-stopka .menu-3 .selected a, #menu-stopka .menu-3 .selected-parent a{color:#39b54a;transition:all 0.5s ease;text-shadow: 1px 0 0 currentColor;}

#logo-2 p {margin-left:0px;}

#menu-stopka-3 legend {float:left;width:100%;margin-bottom:10px;text-align: center;}
#menu-stopka-3 legend.kon-foot {margin-top:30px;margin-bottom:10px;}

.banner_wrapper-2 {text-align: center;padding: 15px 0 25px 0;position: relative;width: 100%;background: #999999;display:block;float:left;margin:0px 0 0px 0;}
.banner_wrapper-2 h3 strong em {color: #FFFFFF;font-style: normal;}
.banner_wrapper-2 h3 em {color: #FFFFFF;font-style: normal;text-transform: none;}
.banner_wrapper-2 h3 strong {color: #FFFFFF;font-size: 60px;font-weight: bold;letter-spacing: 4px;padding: 0 10px;}
.banner_wrapper-2 h3 {color: #474747;font-size:36px;letter-spacing: 2px;margin: 0;text-transform: none;font-weight: 300;}
.banner_wrapper-2  a {text-decoration: none;color:#FFFFFF;}
.banner_wrapper-2  a:hover {color:#000000;}
.banner_wrapper-2  a:hover em {color:#000000;}

/* 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;}
.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:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:10px;}
.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;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}

.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 */

/* 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;}

/* YOUTUBE LINKS */
.youtube{width:550px;height:413px;padding:0px;}

/* 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:#39b54a;}
.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;}
/* global submenus styles */
.menu-top ul ul{display:none;white-space:nowrap;background:rgba(26, 26, 26, 1);}
.menu-top li:hover > ul{display:block;} /* show submenu on hover */

@media screen and (min-width:641px){
  .menu-top ul ul{position:absolute;top:100%;left:-1px;z-index:10;width:auto;height:auto;}
  .menu-top .level-1-el a{font-size:1.063rem;}
  .menu-top .level-2-el a{font-size:0.875rem;}
  /* third level submenu */
  .menu-top .level-2-menu{top:0;left:100%;border-left:5px solid #39b54a;}
}
@media screen and (max-width:640px){
  .menu-top ul ul{top:10%;left:5px;}
  .menu-top li:hover > .level-2-menu{display:none;}
}

/* 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%;}
}

/* CONTACT-PANEL */
.contact-panel{padding:1.5rem 0;border-top:0px solid #e8eaee;border-bottom:0px solid #e8eaee;}
#formName {float:left;width:48%;}
#formEmail {float:right;width:48%;}
#formPhone {float:left;width:48%;}
#formTopic {float:right;width:48%;}

/* COMMENTS */
#comments{padding:0rem 0;border-top:1px solid #16471C;margin-top:25px;}
#comments h2{padding-bottom:1rem;color:#39b54a;font-size:1.5rem;font-weight:normal;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:#39b54a;}
#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 {margin:0em 0 .4em;font-size:1.55rem;color:#16471C;font-weight: 700;text-align: center;width: 100%;}
.comments-count{display:block;padding:0.3em 0;color:#6e6e6e;}

/* */
.more a{padding:0.4em 0.9em;border-width:1px;border-style:solid;background:#39b54a;color:#fff;transition:all 0.3s ease;font-family: 'Open Sans', serif;font-size:1rem;border-radius:2px;}
.more a:hover {background:#FFFFFF;cursor:pointer;color:#39b54a;}

/* */
.pages-list .page .more {float: right;}
.pages-list .page .more a{padding:0.4em 0.9em;border-width:1px;border-style:solid;background:#39b54a;color:#fff;transition:all 0.3s ease;font-family: 'Open Sans', serif;font-size:1rem;border-radius:2px;}
.pages-list .page .more a:hover {background:#16471C;cursor:pointer;color:#FFFFFF;}

/* */
#page5 #page .contact-panel {float:right;width:55%;clear: none;margin:0px;padding: 0px;}
#page5 #page div.content {float: left;width: 40%;}
#page5 .widgets-list.widgets-4 {margin:0 50px 50px 50px;}

/* */
.videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#boxVideo {width: 50%;padding: 15px;box-sizing: border-box;display: inline-block;float: left;}
.videoPage #body {width: 1480px;margin:0 auto;}

/* */
.aboutInfo #body {width: 1180px;margin:0 auto;}

/* */
.szablon1180 #body {width: 1180px;margin:0 auto;}
.szablon1920 #body {width: 100%;margin:0 auto;}

/* */
#header.contentFixed {box-shadow: 0 0 5px rgba(0,0,0,.1);-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;background: rgba(26,26,25,1);
  position: fixed;z-index: 1010;}
.fixTop {height: 132.917px;}
.fixTop.fixed {height: 132.917px;}
#title img {width: 110px;-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
#header.contentFixed #title img {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
#header.contentFixed .menu-1 {padding: 0 25px;}
#header.contentFixed #logo {padding: 8px 0px 5px 0px;}

/* */
#innerHeader {width: 1180px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}

/* */
#page iframe {float:left;width:100%;}

/* */
.zespolBox {display: flex;justify-content: space-between;list-style: none;flex-wrap: wrap;}
.zespolBox .description h3 {font-size: 22px;font-weight: bold;color: #39b54a;margin: -10px 0 10px 0;}
.zespolBox .page{margin:1% 0;padding:0;width: 49%;display: flex;justify-content: flex-start;align-items: center;}
.zespolBox .page .image{float:left;margin:0 2.5% 5px 0;}
.zespolBox ul, .zespolBox ol{margin:5px 0 0 4%;padding:0;list-style:disc;}
.zespolBox .page li{padding:0;border:0;background:none;}
.zespolBox .page ol{list-style:decimal;}
.zespolBox .page .title {padding: 0 0 0.5em;font-size: 1.55rem;color: #39b54a;}

/* */
.sidr-inner li{position:relative;}
.sidr-inner li .more{position:absolute;right:10px;top:10px;width:20px;height:20px;padding:0 5px;border-radius:0px;cursor:pointer;background:url('img/ico_plus.png') no-repeat center center !important;margin:0px !important;}
.sidr-inner li .more.active{background:url('img/ico_minus.png') no-repeat center center !important;}
#hamburger-menu{display:none;}
@media screen and (max-width:1239px){
  #hamburger-menu{display:block;}
  #hamburger-menu-respo{display:none !important;}
  #header .menu-1 {display:none !important;}
}

/* */
.spolecznoscIco {display: none;justify-content: flex-end;align-items: center;margin: 0 0 0 auto;}
.spolecznoscIco ul {list-style: none;display: flex;justify-content: flex-end;align-items: center;margin: 0 0 0 auto;}
.spolecznoscIco ul li {margin: 0 10px 0 0;}
.spolecznoscIco ul li:last-child {margin: 0 0px 0 0;}
.spolecznoscIco ul li a {font-size: 1.25rem;border-radius: 100%;border: 1px solid #FFFFFF;padding: 5px;transition: 0.5s all;color: #FFFFFF;}
.spolecznoscIco ul li a:hover {color: #39b54a;border: 1px solid #39b54a;}

/* */
.stopkaBox {display: flex;justify-content: center;align-items: center;margin: 0 auto;flex-wrap: wrap;}

/* */
#sliderTop {width: 1180px;margin: 0 auto;}

/* */
#powered .menu-3 {display: flex;justify-content: flex-start;align-items: center;}
#powered .menu-3 ul {list-style: none;display: flex;align-items: center;justify-content: flex-start;}
#powered .menu-3 ul li a {transition:0.5s all;padding: 0px 5px;font-size: 0.95rem;color: #ffffff;background-color: #272727;font-weight:300;transition: 0.5s all;text-transform: uppercase;}
#powered .menu-3 ul li a:hover {background:#272727;cursor:pointer;color:#39b54a;}

/* */
#bottomMenuBox {float: left;width: 100%;background:#000000;}
#bottomMenuBox ul {list-style: none;}
.bottomMenuBox__wrapper {width: 1180px;margin: 0 auto;padding: 50px 0;display: flex;justify-content: space-between;}
.bottomMenuBox__wrapper > div {width: calc(100% / 3 - 20px);}
#bottomMenuBox label {font-size: 1.15rem;text-transform: uppercase;color: #FFFFFF;margin-bottom: 15px;float: left;width: 100%;text-align: left;}

/* */
#foot .menuStopka_1 img {max-width: 50%;}

/* */
#foot .menuStopka_2 .menu-1 {display: flex;justify-content: flex-start;flex-direction: column;margin: 0px;padding: 0px;width: 100%;}
#foot .menuStopka_2 .menu-1 ul {list-style: none;display: flex;justify-content: flex-start;flex-direction: column;width: 100%;}
#foot .menuStopka_2 .menu-1 ul .level-1-menu {display: none !important;}
#foot .menuStopka_2 .menu-1 ul li {width: 100%;margin: 0px;padding: 0px;width: 100%;}
#foot .menuStopka_2 .menu-1 ul li a {transition:0.5s all;padding: 0px 0px 2px 0;font-size: 0.95rem;color: #ffffff;background-color: #000000;font-weight:300;transition: 0.5s all;text-transform: uppercase;}
#foot .menuStopka_2 .menu-1 ul li a:hover {background:#000000;cursor:pointer;color:#39b54a;}
.menuStopka_2__wrapper {margin-left: 35px;}

/* */
    .contact-container {
      display: flex;
      align-items: center;
      justify-content: flex-start;width: 100%;flex-direction: column;text-align: left;
    }

    .contact-box {
      text-align: center;
      width: 100%;
      transition: transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: flex-start;margin: 0 0 15px 0;
    }

    .contact-box i {
      font-size: 26px;
      color: #39b54a;
      margin-right: 15px;
    }

    .contact-box p {color: #FFFFFF;margin: 0px 0 !important;padding: 0px !important;text-align: left;}

#foot .contact-container a {color: #FFFFFF;font-weight: 300;}
#foot .contact-container a:hover {color: #39b54a;font-weight: 300;}

/* */
.cookiesBox button {transition:0.5s all;padding: 0px 5px;font-size: 0.95rem;color: #ffffff;background-color: #272727;font-weight:300;transition: 0.5s all;text-transform: uppercase;}
.cookiesBox button:hover {background:#272727;cursor:pointer;color:#39b54a;}

/* */
.pages-71 {max-width:800px;margin:0 auto;float:none ;}
.pages-71{display:flex;justify-content:space-between;flex-wrap: wrap;padding: 50px 0;}
.pages-71 .page {margin: 0px 40px 40px 0;width: calc(1/2*100% - (1 - 1/2)*40px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.pages-71 .page:nth-child(2n) {margin-right: 0;}
.pages-71::after {content: '';flex: auto;}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1680px){
  .menu-top a {padding: .6em 0.5em;font-size: 16px;}   
  .videoPage #body {width: 100%;margin: 0 auto;}  
}
@media screen and (max-width:1380px){
  #logo #title a {font: bold 1.4em 'Open Sans', serif;}
  .slider .description {bottom: 15% !important;}
  .quick-slider-nav-arrows {display: none !important;}
}  
@media screen and (max-width:1239px){	
  #pageImgInner {padding: 25px 25px 0 25px;}
  #pageInner {padding: 25px 25px 50px 25px;}
  #foot .container {width: 100%;}
  .widgets-3 > ul > li.type-7 {width: 100% !important;padding: 0 25px;}
  #page5 #body {width: 100%;}
  #page {padding: 15px 15px 50px 15px;}
  .szablon1180 #body, .aboutInfo #body {width: 100%;}
  #body {width: 100%;}
  #header.contentFixed #logo {padding: 8px 15px 5px 15px;}
  #innerHeader {width: 100%;}  
  #logo {padding: 25px 15px;}
  #sliderTop {width: 100%;}
  .bottomMenuBox__wrapper {width: 100%;padding: 50px 15px;}
}
@media screen and (max-width:1040px){
  .quick-slider-nav-dots {display: none !important;}
  .slider .description {bottom: 5% !important;font-size: 3vw !important;}
  .pages-list .page {width: 100%;margin: 40px 0px 0 0;}
  .pages-list .page:nth-child(2n) {margin-right: 0;}
  .zespolBox .page {width: 100%;flex-direction: column;}
  .zespolBox .page .image {float: left;margin: 0 auto 5px auto;}
  #formName {float:left;width:100%;}
  #formEmail {float:right;width:100%;}
  #formPhone {float:left;width:100%;}
  #formTopic {float:right;width:100%;}  
  #page5 #page div.content {width: 40%;}
  #page5 #page .contact-panel {width: 55%;}  
}  
@media screen and (max-width:980px){  
  .bottomMenuBox__wrapper {flex-direction: column;}
  .bottomMenuBox__wrapper > div {width: 100%;float: left;margin: 0 0 50px 0;}
  .bottomMenuBox__wrapper > div:last-child {margin: 0px;}
  .menuStopka_2__wrapper {margin-left: 0px;}
}
@media screen and (max-width:840px){
}
@media screen and (max-width:800px){
  .images-61 li {margin: 0px 20px 20px 0;width: calc(1/3*100% - (1 - 1/3)*20px);}	
  .images-gallery.images-3 li {margin: 0px 40px 40px 0;width: calc(1/2*100% - (1 - 1/2)*40px);}
  .images-gallery.images-3 li:nth-child(4n) {margin-right: 20px;}
  .images-gallery.images-3 li:nth-child(2n) {margin-right: 0;}  
  .images-gallery.images-4 li {margin: 0px 40px 40px 0;width: calc(1/2*100% - (1 - 1/2)*40px);}
  .images-gallery.images-4 li:nth-child(4n) {margin-right: 20px;}
  .images-gallery.images-4 li:nth-child(2n) {margin-right: 0;} 
  .images-1, .images-2 {width: 50%;}
  .slider .description {display: none !important;}  
  #boxVideo {width: 100%;}
  #page5 #page div.content {width: 100%;}
  #page5 #page .contact-panel {width: 100%;margin-top:25px;}  
  #page5 .widgets-list.widgets-4 {margin:0px;}  
}
@media screen and (max-width:640px){
  .pages-71 .page {margin: 0px 0px 40px 0;width: 100%;}	
  .page2kolumny li {margin: 0px 0px 40px 0;width: 100%;}
  .page2kolumny li:nth-child(2n) {margin-right: 0;}
  .banner_wrapper-2 h3 strong {width: 100%;float: left;text-align: center;font-size: 10vw;}  
  .pages-gallery .page {flex: 0 0 98%;margin: 1% 1% 50px 1%;}
  #logo #title a {font: bold 1.1em 'Open Sans', serif;}
  #logo #slogan {font-size: 10px;}
}  
@media screen and (max-width:540px){
}
@media screen and (max-width:480px){
  .pages-list .page .image {margin: 0 0% 5px 0;width:100%;}
  .pages-list .page {margin-bottom: 25px;}
  .slick-list .image {display: none !important;}
}

@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{padding:5px 10px 7px;font-size:1.5em;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}



