/* 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:#333;font-size:1em;font-family:'Source Sans Pro',Arial, sans-serif;}

body{padding:0;background:#efefef;text-align:center;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#2EC7D0;font-family:Arial, sans-serif;font-size:1rem;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:none;box-shadow:none;}
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:0;border-style:solid;background:#2EC7D0;color:#fff;transition:all 0.3s ease;font-family:Arial, sans-serif;font-size:1rem;border-radius:50px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#000;cursor:pointer;}
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;}
strong, b{font-weight:700;}

a{color:#2EC7D0;text-decoration:underline;outline:none;}
a:hover{color:#000;text-decoration:underline;}

#container img{max-width:100%;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#2EC7D0 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:#cc1426;}
body.is-msg-error404 .msg.error{margin-top:3rem;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:100%;margin:0 auto;text-align:left;background:#FCFCFC;}
#container:after{content:"";display:table;clear:both;}
.container{width:94%;margin:0 auto;}
@media screen and (min-width:1280px){
  .container{width:1200px;margin:0 auto;}
}
#body, #foot{margin:0 auto;padding:0;}
#body .container:after{content:"";display:table;clear:both;}

/* 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;align-items:center;}

#logo{width:100%;margin:0;padding:1rem;}
@media screen and (min-width:800px){
  #logo{max-width:700px;}
}
#logo #title a{color:#000;font:700 2.25em 'Source Sans Pro';text-decoration:none;}
#logo #title a:hover{opacity:1;}
#logo #title a:before{content:"";display:block;float:left;width:74px;height:74px;margin:2px 15px 0 0;background:url('img/logo.svg') no-repeat center center;}
#logo #slogan{padding:0 0 0 2px;background:inherit;color:#000;font-size:1.25rem;font-weight:700;line-height:1em;}
@media screen and (min-width:1280px){
  #logo #title a{font-size:2.25rem;}
  #logo #slogan{font-size:1.25rem;}
}
@media screen and (max-width:360px){
  #logo #title a{font-size:7vw;}
  #logo #slogan{font-size:5vw;}
  #logo #title a::before {width:15vw;height:8vh;}
}

#search-form{width:100%;margin:0;padding:1rem .6rem 1rem 1.2rem;background:none;}
#search-form .field, #search-form .btn{float:left;height:34px;padding:5px 3%;}
#search-form .field{min-width:100px;width:78%;background:#fff;color:#000;border:2px solid #0E787E;border-radius:35px;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form .btn{width:20%;background-image:url('img/search.svg');background-repeat:no-repeat;background-position:right 0px;background-color:#fff;color:transparent;border:2px solid #0E787E;border-radius:35px;border-top-left-radius:0;border-bottom-left-radius:0;line-height:0.8em;border-left:0;}
#search-form .btn:hover, #search-form .btn:focus{background-position:right -36px;transition:all 0.5s ease;outline:none;}
@media screen and (min-width:800px){
  #search-form{max-width:330px;margin-left:auto;padding:1rem 0;background:none;}
}

/* MENU TOP */
#head2{background:#007D85;}
#head2 .container:after{content:"";display:table;clear:both;}

.menu-top .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;background:#007D85;}
.menu-top a{display:block;padding:.6em 1em;color:#fff;text-decoration:none;transition:all 0.5s ease;}
.menu-top a:hover, .menu-top .selected a, .menu-top .selected-parent a{color:#fff;}
@media screen and (min-width:960px){
  .menu-top .level-0-menu{justify-content:flex-end;padding-right:.6rem;}
}
@media screen and (min-width:641px){ /* Bottom underline */
  .menu-top li{position:relative;}
  .menu-top li:after{content:'';display:block;position:absolute;bottom:0;width:10%;height:4px;transition:all 0.5s ease;}
  .menu-top li:hover:after, .menu-top .selected:after, .menu-top .selected-parent:after{width:99%;background:#fff;}
  .menu-top a{font-size:1.25rem;}
}
@media screen and (min-width:641px){ #head2 .hamburger{display:none} }
@media screen and (max-width:640px){ /* Small screens only */
  .menu-top{display:none;}
  .hamburger.is-active{background:#fff;}
  .hamburger.is-active ~ .menu-top{display:block;}
  .menu-top .level-0-menu{flex-flow:column wrap;}
  .menu-top a{font-size:1.063rem;border-bottom:1px solid #2EC7D0;}
  .menu-top li:last-child a{border-bottom:0;}
}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;border-top:0;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:0 3% 30px;text-align:left;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:.8em 0 .4em;color:#000;font-size:1.5rem;font-weight:700;}
#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;}
.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.5em;}
#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.5rem;line-height:2em;font-weight:700;}
#page div.content > h3{font-size:1.25rem;}
#page div.content > p{padding-bottom:1em;}

#page div.content ul li, #page div.content ol li, #page div.content ol ul{margin-left:30px;}

#page > time{color:#6e6e6e;}
@media screen and (min-width:960px){
  #page > time{position:absolute;top:2.5rem;right:0;}
}

.numbersteps #page div.content > ol {
	counter-reset:licznik;
	margin-left:0;
	padding-left:0;
}
.numbersteps #page div.content > ol > li {
	position:relative;
	margin:0 0 25px 3em;
	padding:8px 12px 14px;
	list-style:none;
	border-top:2px solid #2EC7D0;
	background:#ececec;
	display:block;
}
.numbersteps #page div.content > ol > li:before {
	content:counter(licznik);
	counter-increment:licznik;
	position:absolute;
	top:-2px;
	left:-2em;
    width:2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:8px;
	padding:0.5em 4px;
	color:#fff;
	background:#2EC7D0;
	font-weight:bold;
	font-family:'Open Sans', sans-serif;
	font-size:1.500em;
	text-align:center;
}

/* IMAGES STYLES */
/* global */
#content li img{max-width:70vw;}
#content li a img:hover{opacity:0.8;}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 1rem 0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:#000;font-size:0.875em;}
ul[class*="images-"] img{max-width:70vw;}
ul[class*="images-"] a 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;}
.images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-gallery li{flex:1 0 auto;padding:.3rem 2rem;}
div.content .images-gallery{clear:none;}
@media screen and (min-width:600px){
  .images-gallery .page{flex:0 0 48%;}
  .images-gallery:after{content:"";flex-basis:48%;}
}
@media screen and (min-width:890px){ 
  .images-4 li{flex:0 0 32%;} 
  .images-4 li:after{content:"";flex-basis:32%;} 
  .images-gallery:after{content:"";flex-basis:32%;}
} /* - if you want to set static number of columns */

/* FILES LIST STYLES */
.files-list{margin:1rem 0 .5rem;list-style:none;vertical-align:middle;border-left:12px solid #2EC7D0;font-size:0.9rem;}
.files-list li{height:20px;margin:0 0 1rem 1rem;padding-left:2rem;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:#2EC7D0;font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 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;padding:.5em 0;text-align:center;font-size:0.875rem;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0 0 0.5em;font-size:1.500rem;line-height:1.2;}
.title a{color:#000;font-weight:700;background:none;text-decoration:none;}
.title a:hover{color:#2EC7D0;background:none;text-decoration:underline;}
time.date{display:block;padding:0 0 0.3em;color:#6e6e6e;}
[class|="pages"]{clear:both;margin:.5rem 0;list-style:none;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:2em 0 1em;}
[class|="pages"] .more a{background:#2EC7D0;color:#fff;font-size:1.125rem;border-radius:30px;padding:.5em 1.25em .6em;text-decoration:none;}
[class|="pages"] .more a:hover{background:#000;}
[class|="pages"] p{padding:0.3em 0;}

/* standard list */
.pages-list .page{margin:15px 0;padding:1.5rem 2.5%;background:#FFFFFF;border: 1px solid #E4E4E4;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);border-radius:5px;}
.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;}

#content [class|="pages"] li.icon-sub img{max-width:15vw;max-height:15vh;}
@media screen and (max-width:640px){ #content [class|="pages"] li.icon-sub img{max-width:25vw;max-height:25vh;} }
#content [class|="pages"] li img{max-width:100%;}

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-gallery .page{flex:0 0 100%;margin:20px 0;padding:20px;background:#FFFFFF;border: 1px solid #E4E4E4;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);border-radius:5px;text-align:center;position:relative;padding-bottom:80px;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;text-align:justify;}
.pages-gallery .more{display:block;margin:2em 0 1em;width:100%;position:absolute;left:0;bottom:20px;}
@media screen and (min-width:600px){
  .pages-gallery .page{flex:0 0 48%;}
}
@media screen and (min-width:960px){
  .pages-gallery .page{flex:0 0 30%;}
  .pages-gallery:after{content:"";flex-basis:30%;} /* so last row is align to left */
}

.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:1rem 0;list-style:none;}
#site-map .sitemap__section{padding:.3em 0 .3em 2rem;list-style:none;}
#site-map .sitemap__el{padding:.3em 0;}
#site-map .sitemap__el--0{padding:.5em 0;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size:1.25rem;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.125rem;}

#site-map > li a{color:#000;text-decoration:none;}
#site-map > li a:hover{color:#261B62;text-decoration:none;}

#site-map > li{clear:none;float:left;width:33.33%;}
#site-map > li:nth-child(3n+1){clear:left;}

@media screen and (max-width:960px){
  #site-map > li{clear:none;float:left;width:50%;}
  #site-map > li:nth-child(2n+1){clear:left;}
}
@media screen and (max-width:640px){
  #site-map > li:nth-child(1n+1){clear:left;}
  #site-map > li{padding:8px 0;float:left;width:95%;}
}

/* AFTER BODY WIDGETS BOX */
#after-body-box{clear:both;margin:0;padding:0;background:#EBEBEB;}
#after-body-box:after{content:"";display:table;clear:both;}
#after-body-box .container{max-width:1200px;margin:0px auto;padding:20px 0;}
#after-body-box .container:after{content:"";display:table;clear:both;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{background:#2EC7D0;color:#000;font-size:1.083em;}
#foot .container{display:flex;flex-wrap:wrap;justify-content:space-between;}
#foot .container > *{padding:1.25rem 2rem 1.25rem;}
#foot a{color:#000;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot .options ul{display:flex;list-style:none;}
#foot .options li:not(:last-child){margin-right:2rem;}
#foot .options a{display:block;width:24px;height:24px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.svg') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -24px;}
#foot .options .back a{background-position:center -48px;}
#foot .options .back a:hover{background-position:center -72px;}

#powered{clear:both;width:100%;padding:20px 0;text-align:center;background:#000;color:#8d8d8d;font-size:1.083em;}
#powered a{color:#c4c4c4;text-decoration:none;}
#powered a:hover{color:#fff;}

/* COMMON CLASSES */

.form-full{clear:both;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:99%;padding:7px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.form-full .save.loading input{padding-right:2.5rem;background:#8d8d8d url('img/loading-horizontal.gif') no-repeat right 10px 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 */

#page div.content figure.image{padding:1rem 0;text-align:center;}
#page div.content figure.image figcaption{padding:.5rem 0;}

/* PAGES PRODUCTS */
div.price{padding:5px 0;color:#2EC7D0;font-size:1em;font-weight:normal;}
div.price em{padding-right:4px;font-style:normal;}
div.price strong{font-size:1.125em;font-weight:bold;color:#2EC7D0;}
div.price.bigger strong{padding:0 2px;font-size:1.222em;}
div.price span{padding-left:4px;}

#page > .price{padding-bottom:10px;color:#333;font-size:1.125em;}

/* 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;}

/* ASK ABOUT LINK - redirects to contact panel */
#ask-about-link{padding:.8em 0;}
#ask-about-link a{color:#2EC7D0;font-weight:700;}
#ask-about-link a:before{display:inline-block;content:'';width:24px;height:24px;margin-right:.5em;background:url('img/ask-question.svg') no-repeat 0px 0px;vertical-align:middle;}
#ask-about-link a:hover{color:#000;}
#ask-about-link a:hover:before{background-position:0px 100%;}

/* CONTACT-PANEL */
.contact-panel{padding:1.5rem 0;}

/* Attachments list */
.allowed-ext--warning{color:#f00;}
input.hiddenUpload{display:none;}
.attachments__head{margin-top:.5rem;font-weight: bold;}
.attachments__el{padding:.3rem 0;}
.attachments__el a{margin-right:.5rem;}
