/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700&subset=latin-ext');


/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#333;font-size:14px;font-family: 'Barlow', sans-serif;font-weight: 300;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background: #fff;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{background: #FFF;color:#636363;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3); border:none; padding:9px 4px;font-family: 'Barlow', sans-serif; margin:0;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
input[type="submit"], button[type="submit"]{background:#ffc84c;color:#636363;font-style:normal;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3); border:none;font-family: 'Barlow', sans-serif; font-weight:700; font-size:16px; letter-spacing:0.5px; cursor:pointer; line-height:36px; height:36px; padding:0 7px; float:right;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background: #f3aa2c;color:#fff;}
label{font-weight:bold;}
label span{padding-left:10px;color:#acb3b7;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{background-color:inherit;color:#993300;text-decoration:none;}
a:hover{color:#FFFFFF;text-decoration:none;}

.msg.error h1{padding:20px 0;text-align:center;}

#container{position:relative;width:100%;margin:0px auto;text-align:left;}
#container:after{content:"";display:table;clear:both;}

#header{position: relative;z-index: 100;float:left;width:100%;}
#header.of2 {position: fixed;left: 0px;top:0px;width: 100%;z-index: 100;}
#foot{float:left;width:100%;margin:0 auto;padding:0;}
#slider img{max-width:100%;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#FFF;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
.header_center {width:1180px;margin:0px auto;}
#head1{float:left;}
#head1 .container{float:left;width:100%;}
#logo{float:left;padding:15px 0px;}
#logo #title{float:left;}
#logo #title a{font-weight:400;font-size:37px;text-transform:capitalize;text-decoration:none; color:#000;}
#logo #title a span{font-weight:normal;background:inherit;}
#logo #title a strong{font-weight:normal;background:inherit;}
#logo #title a em{color:#993300;font-style:normal;}
#logo #slogan {float: left;clear: left;padding: 0px 0 0 0px;background: inherit;color: #993300;font-size: 16px;margin-top: -3px;letter-spacing: 0.10em;}

/* HEADER WITH TOP MENU */
#head2{float:right;}
#head2 .container{float:left;width:100%;}

/* MENU TOP */
#header .menu-1{float:right;position:relative;margin-top: 31px;}
#header .menu-1 ul{float:left;height:100%;margin:0;list-style:none;}
#header .menu-1 li{float:left;padding:0;}
#header .menu-1 li a{float:left;padding:9px 0 9px 25px;color:#000;font-size:18px;background:inherit;}

#header .menu-1 li a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#993300;transition:all 0.5s ease;}

/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;overflow:hidden;color:#fff;border-top:0px solid #eaeaea;width: 100%;float: right;height:297px;} /* height:300px; is default height, so page will not change its height after slider is loaded, so you should change it if your slider has different height */
.quick-slider{position:relative;margin:auto;overflow:hidden;}
.quick-slider ul{padding:0;margin:0px;list-style:none;}
.quick-slider-slide{position:absolute;width:100%;display:none;text-align:left;overflow:hidden;line-height:0px;}
.quick-slider-slide:first-child{display:block;}
.quick-slider-nav-arrows{z-index:5;position:absolute;top:50%;bottom:75px;float:right;display:block;transform:translateY(-50%);min-height:60px;height:40%;margin:0;padding:0 10px;opacity:0.5;color:#fff;text-decoration:none;background:rgba(0,0,0,0.4);}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;opacity:0.6;background:#000;transition:all 0.3s ease;}
.quick-slider-nav-arrows:before{content:"";display:block;position:relative;top:50%;transform:translateY(-50%);width:32px;height:32px;background:url('img/arrows.png') no-repeat 0 0;}
.quick-slider-nav-arrows-next{right:0;}
.quick-slider-nav-arrows-prev{left:0;}
.quick-slider-nav-arrows-next:after{content:"";}
.quick-slider-nav-arrows-prev:before{content:"";background-position:0 -32px;}
.quick-slider-nav-dots-wrapper{position:absolute;bottom:20px;left:100px;float:right;width:100%;list-style:none;}
.quick-slider-nav-dots{float:left;width:14px;height:14px;margin:0 10px 0 0;background:rgba(0,0,0,0.4);border:1px solid #666;color:transparent;}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#fff;transition:all 0.3s ease;color:transparent;}
.quick-slider-slide .description{z-index:3;position:absolute;top:10%;left:10%;width:80%;right:10%;margin-top:10px;padding:25px;background:rgba(0,0,0,0.0);line-height:1.25em;color:white;font-size: 3vw;}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}


/* BODY/CONTENT STYLES */
#body{clear:both;margin:0 0 30px 0;background:#eee;}
#body:after{content:"";display:table;clear:both;}
#body .container {width: 100%;margin:0 auto;}

/* PAGE */
#page{position:relative;float:left;width:100%;margin:10px 0% 0px 0%;text-align:left;}
#page h1{padding:0px 0 0px 40px;font-size:30px;color:#000;font-family: 'Barlow', sans-serif; font-weight:400; margin:0px 0 17px 0px;position: relative;}
#page h1:after {content: '';position: absolute;left: 0;top: 5px;background: #993300;width: 30px;height: 30px;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;display:none !Important;}
#page nav.breadcrumb a{font-weight: 300;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;margin-top:25px;font-size: 1.1em;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 30px;}
#page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;}
#page div.content > ul li, #page div.content > ol li{margin:8px 0;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:1.5em;line-height:1.75em;font-weight:normal;}
#page div.content > h3{font-size:1.25em;}
#page div.content p{padding-bottom:10px;}

/* IMAGES STYLES */
/* global 
#content li img{max-width: 100%;box-shadow:0 0 4px rgba(100,100,100,0.4);}
#content li img:hover{opacity:0.8;}
*/
#content li img:hover {width:100%;height: auto;    filter: grayscale(100%); /* Standard CSS */
    -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
    filter: url('img/grayscale.svg#desaturate'); /* Firefox 4-34 */
    filter: gray;  /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit Browsers */}
#content li img {    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */}
#content li img{display: inline-block;max-width: 100%;box-sizing: border-box;}

/* list global */
.images-1, .images-2{list-style:none;}
.images-1 li, .images-2 li{margin:0 0 15px 0;background:inherit;text-align:center;}
.images-1 p, .images-2 p{max-width:250px;margin:0 auto;color:#000;font-size:0.875em;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:right;float:right;margin:8px 0 0 15px;}

.images-20 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;display: flex;flex-wrap: wrap;}
.images-20 li {float:left;width:16.666%;padding:0 0px;text-align:center;margin:0%;}
.images-20 li img {float: left;}
.images-20 li p {display:none;}

.images-21 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;display: flex;flex-wrap: wrap;}
.images-21 li {float:left;width:16.26%;padding:0 0px;text-align:center;margin:0.2%;}
.images-21 li img {float: left;}
.images-21 li p {display:none;}

#pin-gallery-all img {width:100%;height: auto;box-shadow:none;}


/* FILES LIST STYLES */
.files-list{width:99%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
.files-list li{float:left;clear:left;width:83%;height:20px;margin:9px 0 9px 20px;padding-left:30px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:#372C26;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:url('img/ico_excel.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background:url('img/ico_doc.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.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:url('img/ico_ppoint.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background:url('img/ico_pdf.gif') no-repeat 0 0px;height:60px;line-height:60px;padding-left:80px;}
.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:0px;top:0px;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:0px;}
#quick-box .image-wrapper img{margin:0px;padding:0px;border-radius:5px;border: 1px solid #fff;}
#quick-box .navigation{display:none;position:absolute;bottom:30px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;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{position:absolute;bottom:-30px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;text-decoration:none;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0px;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0px;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0px;right:0px;padding:0px 4px 2px;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 .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
.pages-list{float:left;width:100%;margin:0px 0;list-style:none;display: flex;flex-wrap: wrap;}
.pages-list li{width:31.333%;margin:0%;padding:0px 0 0px;border:0px solid #999;}
.pages-list li:nth-child(4n+1) {margin-right: 3%;}
.pages-list li:nth-child(7n+3) {margin-left: 3%;}
.pages-list li .image{float:left;margin:0 2.5% 5px;display:none;}
.pages-list h2{padding:0 0% 15px;}
.pages-list h2 a{color:#FFFFFF;font-size:1.4em;font-weight:100;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#993300;background:none;text-decoration:none;}
.pages-list div.description{margin:0 0%;font-weight:normal;font-size:1em;line-height:1.4em;font-weight: 300;color:#ddd;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list li li{padding:0;border:0;background:none;}
.pages-list li ol{list-style:decimal;}
.pages-list p{padding-bottom:10px;}

/* SUBPAGES COLUMN */
.pages-list2{float:left;width:100%;margin:7px 0;list-style:none;}
.pages-list2 li{float:left;margin:0%;padding:0px 0px;}
.pages-list2 li .image{margin:0px auto;text-align:center;}
.pages-list2 li .image img {float:left;}
.pages-list2 h2{padding:0px 0px 10px 0px;text-align:left;width:100%;}
.pages-list2 h2 a{color:#993300;font-size:1.05em;font-weight:300;background:none;text-decoration:none;}
.pages-list2 h2 a:hover{color:#FFFFFF;background:none;text-decoration:none;}
.pages-list2 div.description{margin:0 0%;font-weight:300;font-size:0.9em;line-height:1.4em;}
.pages-list2 ul, .pages-list2 ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list2 li li{padding:0;border:0;background:none;}
.pages-list2 li ol{list-style:decimal;}
.pages-list2 p{padding-bottom:10px;}
.pages-list2 span {float: right;}
.pages-list2 span a {color:#FFFFFF;border: 1px solid #FFFFFF;padding: 5px 10px;}
.pages-list2 span a:hover {color: #000000;background: #ffffff;border-color: #000000;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background: #444;}
#foot .container{padding:22px;color:#777;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#fff;text-decoration:none;color:#993300;}
#foot a:hover{text-decoration:none;}
#foot .copy{float:left;width: 100%;text-align: center;}
#foot .options{float:right;}
#foot .options ul{list-style:none;}
#foot .options li{float:right;margin-left:25px;}
#foot .options li a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
#foot .options li.print a{background:url('img/options.png') no-repeat 0 0;}
#foot .options li.print a:hover{background-position:0 -16px;}
#foot .options li.back a{background:url('img/options.png') no-repeat 0 -32px;}
#foot .options li.back a:hover{background-position:0 -48px;}

#foot footer {width: 1180px;margin:0 auto;}

#powered{clear:both;width:100%;padding-bottom:0px;text-align:center;}
#powered a{display:inline-block;color:#FFFFFF;}
#powered a:hover{color:#993300;}

@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;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0px;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0px;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #search#foot .options{display:none;}
  #slider, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}


/* PLUGINS */

/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:0;}
#backToTop a{display:block;width:50px;text-align:center;color:#993300;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
#backToTop div.head{color:#993300;font-size:10px;transition:1s;font-weight:normal;}
#backToTop a:hover, .back-to-top-widget a:hover div.head{opacity:1;color:#993300;text-decoration:none;}
#backToTop a:before{content:'';display:block;width:50px;height:50px;margin-bottom:7px;background:#993300 url('img/back_to_top.png') no-repeat center center;border-radius:0%;transition:1s;}
#backToTop a:hover:before{background-color:#993300;}


		  /* SPOLECZNOSC */
#spolecznosc {float: left;width: 100%;text-align: center;margin-top:30px;}

/* Display option: GOOGLE MAPS */
#page .googlemap {margin-top:40px;}
#page .googlemap iframe{width:100%;height:350px;}

/* YOUTUBE LINKS */
.youtube{float:left;width:550px;height:413px;padding:0px;box-shadow:0 0 4px rgba(100,100,100,0.4);margin-right:20px;}

/* Simple Notice */
#noticeAboutCookies{display:none;padding:17px 7px;background:#444;font-weight:normal;border:1px solid #171717;position:fixed;left:0px;bottom:0px;width:250px;z-index:1001;font-size:14px;color:#FFFFFF;line-height:1.55em;font-weight: 300;}
#noticeAboutCookies .close{margin-left:20px;font-size:1.117em;color:#CC6600;font-weight:normal;text-decoration:none;font-weight:normal;}
#noticeAboutCookies .close:hover{color:#FFFFFF;font-weight:normal;}

/* counter */
#counter {float:left;width:100%;text-align:center;}
aside#counter ul{list-style:none;float:right;margin:0 10px 0 10px;width:100%;text-align:center;}
aside#counter li{display:inline;}
aside#counter ul li:first-child{padding-right:20px;}

#slider img {max-width:100%;}

/* DROP DOWN MENU */
/* it is  recommended to combine these styles with standard #header .menu-1 styles */
#showMenu{position:absolute;right:0px;top:65px;display:none;}
#showMenu button{padding:10px;}
#showMenu button::after{content:"";padding:0 10px;margin-left:10px;background:url('img/menu-min.png') no-repeat;background-size:120%;}

#header .menu-1 > ul{margin:0px 0;line-height:1.5em;}
#header .menu-1 li{position:relative;}
#header .menu-1 li:after{display:none;}

#header .menu-1 ul ul{display:none;position:absolute;top:100%;left:0%;z-index:10;height:auto;white-space:nowrap;background: #ddd;width:auto;}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;width:100%;margin: 0px 0;padding: 0px 0px;}
#header .menu-1 ul ul li a{width:100%;margin:0;font-size:0.95em;padding: 2px 15px;}

#header .menu-1 > ul > li > ul > li > ul{top:0;left:100%;border-left:0px solid #777777;}
#header .menu-1 > ul > li > ul > li:hover ul{display:block;}
#header .menu-1 ul ul ul li a{font-size:0.775em;}

.subShow{position:absolute;right:0px;padding:5px;cursor:pointer;top: 8px;display:none;}
.subShow:after {content: "+";margin-left: 5px;font-size:20px;font-weight:bold;color: #372C26;}

/* juicebox */
#juicebox-container{height:600px !important;clear:both;}

.video-container {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* TOP BANNER */
#top_banner {float: left;width: 100%;text-align: center;position: relative;text-align:center;overflow-x:hidden;background: #444;}
.top_bannerCenter {width: 1180px;margin: 0 auto;}
#top_banner h1 {position: relative;z-index: 10;color: #474747;font-size: 2.15em;text-transform: uppercase;padding: 25px 0 10px 0;font-weight: 300;}
.images-23 {float: left;width: 100%;position: relative;}
.images-23 li {list-style: none;float: left;width: 100%;}
.images-23 li img {float: left;max-width: 100%;border: 0px !Important;}
.images-23 li img:hover {opacity: 1 !Important;}

/* */
#center_body {width: 100%;margin: 0 auto;}

/* SPOLECZNOSC */
#spolecznosc {float: left;width: 100%;text-align: left;margin-top:0px;padding: 50px 0;}
#spolecznosc a {margin:0 15px 0 0;}

/* */
#footMenuCenter {width:1080px;margin:0 auto 25px auto;display: flex;flex-wrap: wrap;padding: 25px 0 50px 0;text-align: left;border-bottom: 1px solid #FFFFFF;}
#footMenuCenter .box01 {width:33.333%;box-sizing: border-box;}
#footMenuCenter .box02 {width:33.333%;box-sizing: border-box;}
#footMenuCenter .box03 {width:33.333%;box-sizing: border-box;}
#footMenuCenter .box03 .description {font-size: 0.85em;line-height: 1.5em;}
#footMenuCenter .box03 .title {font-size: 1.2em;font-weight: 400;margin-bottom: 15px;display: none;}

#footMenuCenter .box01 ul {list-style: none;}
#footMenuCenter .box01 ul li a {font-weight: 300;color: #FFFFFF;font-size: 0.85em;}
#footMenuCenter .box01 ul li a:hover {color: #000000;}
#footMenuCenter .box02 ul {list-style: none;}
#footMenuCenter .box02 ul li a {font-weight: 300;color: #FFFFFF;font-size: 0.85em;}
#footMenuCenter .box02 ul li a:hover {color: #000000;}

.sklep-tel {float:right;display:inline-block;position: relative;color: #372C26;cursor: pointer;font-size:1.25em;overflow: hidden;border: 0;padding: 28px 15px 0 0px;font-weight: 400;}
.sklep-tel i {color: #b62d4e;margin-right:10px;}
.sklep-tel:hover {cursor: pointer;color:#b62d4e;font-weight: 400;}

/* SIDR MENU */
.sidr-inner li{position:relative;}
.sidr-inner li .more{position:absolute;right:10px;top:13px;width:20px;height:20px;padding:0 5px;border-radius:0px;cursor:pointer;background:url('img/ico_plus.png') no-repeat center center !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:980px){
  #hamburger-menu{display:block;}
  #hamburger-menu-respo{display:none !important;}
  .menu-1 {display:none !important;}
}

#page div.page-field, [class*="pages-"] div.page-field{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}
#page p.page-field{line-height:1.5em;font-weight: 300;margin:-10px 0 10px 0;color: #CC6600;}
#page p.page-field strong{padding-right:5px;}

.menu-1 > ul > li:first-child ul {display:none !Important;}
.menu-1 > ul > li:first-child .subShow {display:none;}

/* */
.slick-slider .description {display:none;}

/* */
.pages-list2 li {display: flex;flex-wrap: wrap;width: 50%;}

.pages-list2 li:nth-child(4n+1) #imgLeft {order: 1;}
.pages-list2 li:nth-child(4n+1) #imgRight {order: 2;}
.pages-list2 li:nth-child(4n+2) #imgLeft {order: 1;}
.pages-list2 li:nth-child(4n+2) #imgRight {order: 2;}
.pages-list2 li:nth-child(4n+3) #imgLeft {order: 2;}
.pages-list2 li:nth-child(4n+3) #imgRight {order: 1;}
.pages-list2 li:nth-child(4n+4) #imgLeft {order: 2;}
.pages-list2 li:nth-child(4n+4) #imgRight {order: 1;}

.pages-list2 li #imgRightInner {position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:80%;height: 50%;}

#imgLeft {width: 50%;position: relative;}
#imgRight {width: 50%;position: relative;}

/* */
#sectionStart  {position: relative;z-index: 10;width: 1180px;margin:0 auto;}
.sectionStartInner {float: left;width: 100%;padding: 50px 0 75px 0;display: flex;flex-wrap: wrap;}
.sectionStartInnerLeft {width: 50%;position: relative;}
.sectionStartInnerLeftCenter {position: absolute;top:50%;left:0%;transform: translate(0%, -50%);width:100%;height: auto;}
.sectionStartInnerRight {width: 40%;margin-left: 10%;}

#sectionZero {float: left;width: 100%;position: relative;background: #444;padding: 50px 0 75px 0;}
#sectionZero legend{padding:0px 0 0px 40px;font-size:30px;color:#FFFFFF;font-family: 'Barlow', sans-serif; font-weight:100; margin:30px auto 17px auto;position: relative;width: 1180px;}
#sectionZero legend:after {content: '';position: absolute;left: 0;top: 5px;background: #993300;width: 30px;height: 30px;}
.sectionZeroInner {position: relative;z-index: 10;width: 1180px;margin:0 auto;}

#sectionOne {float: left;width: 100%;position: relative;padding: 50px 0 5px 0;}
#sectionOne legend{padding:0px 0 0px 40px;font-size:30px;color:#000;font-family: 'Barlow', sans-serif; font-weight:400; margin:30px auto 17px auto;position: relative;width: 1180px;}
#sectionOne legend:after {content: '';position: absolute;left: 0;top: 5px;background: #993300;width: 30px;height: 30px;}
.sectionOneInner {position: relative;z-index: 10;width: 1180px;margin:0 auto;}

#sectionTwo {float: left;width: 100%;position: relative;padding: 50px 0 85px 0;background-position: center; background-repeat: no-repeat;background-size: cover;}
.images-25 {float: left;width: 100%;position: absolute;z-index: 1;list-style: none;left: 0;top: 0;min-height: 100%;height: 100%;display: none;}
.images-25 li {float: left;width: 100%;}
.images-25 li img {float: left;}
.sectionTwoInner {position: relative;z-index: 10;width: 1180px;margin:0 auto;}
#sectionTwo legend{padding:0px 0 0px 40px;font-size:30px;color:#FFFFFF;font-family: 'Barlow', sans-serif; font-weight:400; margin:30px 0 17px 0px;position: relative;}
#sectionTwo legend:after {content: '';position: absolute;left: 0;top: 5px;background: #993300;width: 30px;height: 30px;}
.sectionTwoInnerContainer {width: 50%;margin-top:50px;}


#sectionThree {float: left;width: 100%;position: relative;margin: 50px 0;}
#sectionThree legend{padding:0px 0 0px 40px;font-size:30px;color:#000;font-family: 'Barlow', sans-serif; font-weight:400; margin:30px auto 17px auto;position: relative;width: 1180px;}
#sectionThree legend:after {content: '';position: absolute;left: 0;top: 5px;background: #993300;width: 30px;height: 30px;}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1201px){
  #container {width:100%;}
  .header_center, #body {width:100%;}
  #header {float: left;width: 100%;padding: 0 15px;}
  .top_bannerCenter, #body .container, #foot footer {width:100%;}
  #sectionStart, #sectionOne, #sectionThree {float: left;width: 100%;padding: 0 15px;box-sizing: border-box;}
  #sectionZero {float: left;width: 100%;padding: 50px 15px 75px 15px;box-sizing: border-box;}
  .sectionZeroInner, .sectionTwoInner, .sectionOneInner {width:100%;box-sizing: border-box;}
  #sectionOne legend, #sectionZero legend, #sectionThree legend {width:100%;box-sizing: border-box;}
  #sectionTwo {float: left;width: 100%;padding: 50px 15px 75px 15px;box-sizing: border-box;}
}
@media screen and (max-width:1120px){
  #footMenuCenter {width:100%;}
}
@media screen and (max-width:980px){
  #head1 {width: 90%;}
  #head1 .container {width: 100%;}
  #head2 {background: none;float:right;width: 10%;} 
   .sklep-tel span {display:none;}  
  .quick-slider-nav-dots-wrapper {display: none;}
  .quick-slider-slide .description {font-size: 4vw;} 
  .sklep-tel {padding: 25px 15px 0 0px;}
}
@media screen and (max-width:800px){
  .images-20 li, .images-21 li {width: 32.933%;}  
  .sectionStartInnerLeft {width: 100%;}
  .sectionStartInnerRight {display: none;}
  #sectionStart {padding: 0px 15px 0px 15px;}
  .sectionStartInnerLeftCenter {position: relative;left: auto;top: auto;transform: initial;}
  .sectionTwoInnerContainer {width: 100%;}
  #spolecznosc a {margin:0 15px 15px 0;display: inline-block;}
}
@media screen and (max-width:640px){
  .pages-list li:nth-child(4n+1) {margin-right: 0%;}
  .pages-list li:nth-child(7n+3) {margin-left: 0%;}  
  .pages-list li {width: 98%;}
  .images-20 li {width: 49.3%;}
  .images-21 li {width: 49.3%;} 
  .pages-list2 li {width: 48%;}
  .pages-list2 li:nth-child(4n+1) {clear:none;}  
  .pages-list2 li:nth-child(2n+1) {clear:left;}   
  #top_banner h1 {font-size: 4.75vw;}  
  .quick-slider-slide .description {top: 15%;width: 80%;font-size: 8vw;} 
  #top_banner h1 {font-size: 9.75vw;} 
  #footMenuCenter .box01 {width:50%;}
  #footMenuCenter .box02 {width:50%;}
  #footMenuCenter .box03 {width:100%;margin-top:50px;} 
  .quick-slider-slide .description {font-size: 3.2vw;top: 5%;}   
  #juicebox-container{height:400px !important;clear:both;}  
}
@media screen and (max-width:540px){
  #head1 {width: 80%;}  
  #head2 {width: 20%;}   
  #logo {padding: 15px 0px;}
  #logo #title a {font-size: 24px;}
  #logo #slogan {font-size: 10px;margin-top:-5px;}
}
@media screen and (max-width:480px){
  #footMenuCenter .box01 {width:100%;}
  #footMenuCenter .box02 {width:100%;margin-top:50px;}
  .images-20 li {width: 100%;}	
  .images-21 li {width: 100%;}	  
  .pages-list2 li {width: 100%;} 
}
@media screen and (max-width:380px){
}