/*
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/css2?family=Open+Sans:wght@300;400;700&display=swap');

/* 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:#000000;font-size:0.95em;font-family: 'Open Sans', sans-serif;font-weight: 300;line-height: 1.65em;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#FFFFFF;text-align:center;}

input[type="text"], input[type="email"], select, textarea{padding:5px 15px;border: 1px solid #bedce8;border-radius: 12px;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;}
input[type="submit"]{padding:5px 14px;border-width:1px;border-style:solid;background:#000000;color:#fff;font-weight: 300;text-transform: uppercase;}
input[type="submit"]:hover{background:#000000;cursor:pointer;}
label{font-weight:400;color: #000000;}
label span{padding-left:10px;color:#000;font-weight:normal;}

a{color:#777777;font-weight:400;text-decoration:none;}
a:hover{color:#272727;font-weight:400;text-decoration:none;}

.msg.error h1{padding:20px 0;text-align:center;}

#container{position:relative;text-align:left;float: left;width: 100%;}
#container:after{content:"";display:table;clear:both;}

#header{width:1200px;margin:0px auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}

#body, #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 */
#head1{float:left;width:20%;}
#head1 .container{}
#logo{float:left;padding:5px 0px 5px 0;}
#logo #title{float:left;}
#logo #title a{color:#FFFFFF;font:1.1em 'Open Sans', sans-serif;line-height:1em;font-weight: bold;text-decoration:none;}
#logo #title a span{color:#000;background:inherit;}
#logo #title a strong{color:#000;background:inherit;}
#logo #slogan{float:left;clear:left;padding:0px 0 0 0px;background:inherit;color:#000000;font-size: 1.65em;margin-top: -5px;margin-left: 0px;}
#logo img {max-width: 100%;height: 80px;}

/* HEADER WITH TOP MENU */
#head2{float:right;}
#head2 .container{float:left;width:100%;}

/* MENU TOP */
.menu-1{float:right;margin-top:0px;}
.menu-1 ul{float:left;width:100%;height:100%;margin:0;list-style:none;}
.menu-1 li{position:relative;float:left;padding:0;}
.menu-1 li {margin-left:25px;}
.menu-1 li:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
.menu-1 li:hover:after, .menu-1 .selected:after{width:99%;background:#000000;}
.menu-1 a{float:left;width:100%;margin:8px 0;padding:5px 0px;color:#FFFFFF;font-size:1.25em;text-decoration:none;background:transparent;font-family: 'Open Sans', sans-serif;font-weight: 300;text-transform: uppercase;}
.menu-1 a:hover, .menu-1 .selected a{color:#000000 ;transition:all 0.5s ease;}

.menu-1 > ul > li:first-child > .subShow {display: none;}
.menu-1 > ul > li:first-child > ul {display: none !Important;}


/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;height:562px;overflow:hidden;color:#000000;border-top:0px solid #eaeaea;z-index: 202;} /* 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;bottom:20%;bottom:75px;float:right;display:block;transform:translateY(-50%);min-height:60px;height:60px;margin:0;padding:0 10px;opacity:0.5;color:#fff;text-decoration:none;background:rgba(255,255,255,0.4);border:1px solid #FFFFFF;box-sizing: border-box;}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;opacity:0.6;background:rgba(255,255,255,0.6);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:82px;}
.quick-slider-nav-arrows-prev{right:140px;}
.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;display: none;}
.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:15%;left:120px;width:auto;min-width:150px;margin-top:10px;line-height:1.25em;color:#ffffff;font-size: 48px;}
.quick-slider-slide .description strong {font-weight: bold;font-size: 48px;}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}

#containerSliderCenter li .description p:last-child #bottonSlide{padding:10px 15px;border-width:0px;border-style:solid;background:#ffffff;color:#000000;font-weight: 300;text-transform: uppercase;font-size: 16px;margin-top:10%;transition: 0.5s all;}
#containerSliderCenter li .description p:last-child #bottonSlide:hover{background:#9e1414;cursor:pointer;transition: 0.5s all;color:#ffffff;}

 /* CUSTOM */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;background: #f4f4f4;}
#body:after{content:"";display:table;clear:both;}


/* PAGE */
#page{position:relative;float:left;width:100%;margin:0 0% 0px 0%;text-align:left;}
#page h1{margin:0px 0 15px 0px;color:#FFFFFF;font-size:3em;font-weight:300;line-height: 1.2em;}
#page h1 strong {font-weight: bold;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#page nav.breadcrumb a{font-weight: 300;}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;font-size: 1.25em;color: #FFFFFF;}
#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;}
#page div.content strong {font-size: 20px;font-weight: 400;}

/* IMAGES STYLES */
/* global */
#content li img{max-width: 100%;display: inline-block;}
#content li img:hover{}
/* 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:#777777;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;}
.images-20 li {float:left;width:20%;padding:0 10px;text-align:center;margin:0 0 15px 0;}

.images-21 {clear:left;float:left;margin:20px auto;width:100%;list-style:none;}
.images-21 li {float:left;width:20%;padding:0 10px;text-align:center;margin:0 0 15px 0;}

#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:#777777;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: 15px solid #fff;}
#quick-box .navigation{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:7px 0;list-style:none;}
.pages-list li{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;border:1px solid #dedede;}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 15px;}
.pages-list h2 a{color:#272727;font-size:1.25em;font-weight:normal;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#777777;background:none;text-decoration:none;}
.pages-list div.description{margin:0 2.5%;font-weight:normal;font-size:1em;line-height:1.4em;font-weight: 300;}
.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 */
#listStartCat{width:100%; margin:0 auto;list-style:none;}
.pages-list2{float:left;width:100%;list-style:none;margin:0px 0 0px 0;background: #0c3a8d;display:flex;flex-wrap:wrap;}
.pages-list2 li {text-align: center;padding: 0;border: 0px solid #000000;
  transition: ease-in-out .3s;width:25%;margin:0%;float:left;display: flex;flex-direction: column;justify-content: space-between;}

.pages-list2 li .image{margin:0px auto;text-align:center;}
.pages-list2 li .image {position: relative;overflow: hidden;order: 3;}
.pages-list2 li .image img {max-width: 100%;display: inline-block;transition: 0.5s all;float: left;}
.pages-list2 li .image img:hover {background:#002F6B;opacity: 0.9;transform: scale(1.2);transition: 0.5s all;}
.pages-list2 h2{padding:50px 25px 25px 25px;text-align:center;width:100%;float:left;min-height: 150px;}
.pages-list2 h2 a{color:#FFFFFF ;font-size:2.65em;font-weight:300;background:none;text-decoration:none;text-transform: uppercase;}
.pages-list2 h2 a:hover{color:#000000 ;background:none;text-decoration:none;transition: 0.5s all;}
.pages-list2 div.description{margin:0 0%;font-weight:300;font-size:1.25em;line-height:1.4em;padding: 0 25px 50px 25px;min-height: 150px;color: #FFFFFF;}
.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 li:nth-child(2n+1) .image {order: 0;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;color:#FFFFFF;font-size:1.1em;background: #0c3a8d;}
#foot .container{padding:5px 25px;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:none;}
#foot .copy{float:left;width:100%;}
#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%;margin-bottom:0px;text-align:center;font-size:0.8em;float:left;}
#powered a{display:inline-block;color:#000000;text-decoration:none;}
#powered a:hover{border-color:#FFFFFF;text-decoration:none;}

@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:#9e1414;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
#backToTop div.head{color:#9e1414;font-size:14px;transition:1s;font-weight:normal;display: none;}
#backToTop a:hover, #backToTop a:hover div.head{opacity:1;color:#9e1414;text-decoration:none;}
#backToTop a:before{content:'';display:block;width:50px;height:50px;margin-bottom:7px;background:#9e1414 url('img/back_to_top.png') no-repeat center center;border-radius:0%;transition:1s;}
#backToTop a:hover:before{background-color:#9e1414;}

/* Display option: GOOGLE MAPS */
#page .googlemap iframe{width:100%;height:350px;}

/* YOUTUBE LINKS */
.youtube{float:left;width:550px;height:413px;padding:10px;box-shadow:0 0 4px rgba(100,100,100,0.4);margin-right:20px;}

/* Simple Notice */
#noticeAboutCookies{display:none;padding:20px 15px;background: #FFFFFF;border: 1px solid #D8D8D8;position:fixed;left:0px;bottom:10%;width:250px;z-index:300;font-size:0.75em;color:#474747;line-height:1.55em;text-align: justify;}
#noticeAboutCookies .close{padding:5px 14px;border-width:1px;border-style:solid;background:#000000;color:#fff;font-weight: 300;text-transform: uppercase;}
#noticeAboutCookies .close:hover{background:#000000;cursor:pointer;transition: 0.5s all;}
#przyciskCookie {float: left;width:100%;margin:15px 0 0 0;}

/* 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:80px;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:-1px;z-index:100;height:auto;white-space:nowrap;background:#ae2121;width:auto;text-align: left;}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;width:100%;margin-left:0;}
#header .menu-1 ul ul li a{width:100%;margin:0;}

#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.875em;}

@media screen and (min-width:481px){
  #header .menu-1{}
  #header .menu-1 > ul > li{margin-right:0px;border:1px solid #777777;}
  #header .menu-1 ul li{border:0px solid; border-color:transparent;}
  #header .menu-1 ul ul li:not(:last-child){border-bottom:none;}
  #header .menu-1 ul ul li a{font-size:1.125em;padding: 0.25em 20px;}
  #header .menu-1 li a{margin:0;padding:30px 0px;border:0;}
}

.subShow{position:absolute;right:0px;padding:5px;cursor:pointer;margin-top:24px;display: none;}
.subShow:after {content: "+";margin-left: 5px;font-size:28px;font-weight:300;color: #FFFFFF;}

/* juicebox */
#juicebox-container{height:600px !important;clear:both;}

/*PIN-GALLERY*/
#page8 #container {width:100%;box-shadow:none;}
#page8 #header {float:left;width:100%;}
#page8 #header #head1 {width: 1120px;margin:0 auto;float:none;}
#page8 #header #head2 {width: 1120px;margin:0 auto;float:none;}
#page8 #header #head2 .container {}
#page8 #header #slider {display:none !Important;}
#page8 #foot {width: 1120px;margin:0 auto;float:none;}
#page8 #powered {width: 1120px;margin:0 auto;float:none;margin:10px auto;padding:5px 0;}
#page8 #page nav.breadcrumb {display:none !Important;}
#page8 #page h1 {display:none !Important;}

.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%;}

/* */
#startText {float:left;width:100%;padding: 100px 0 50px 0;background: #0c3a8d;}
.startTextCenter {width:1180px;margin:0 auto;display: flex;flex-wrap: nowrap;position: relative;padding: 50px 0;}
.startTextLeft {width:25%;margin-right:10%;}
.startTextRight {width:65%;}
.startTextCenter:before {left: 0;transform: translateX(0);position: absolute;content: '';top: 0;width: 70px;height: 2px;background: #FFFFFF;}

/* */
#mapStartPage {float:left;width:100%;}
#mapStartPage .googlemap {float:left;width:100%;}
#mapStartPage .googlemap iframe {float:left;width:100%;height:587.3px;}

/* */
.sectionTitle {float:left;width:100%;position: relative;text-align: center;margin:50px 0  50px 0;}
.sectionTitle h2  {margin: 0px 0 15px 0px;color: #0c3a8d;font-size: 4em;font-weight: 300;line-height: 1.2em;padding:10px 0 0 0;}
.sectionTitle h2 strong {font-weight: bold;}

/* */
#boxAddressFoot {float: left;width:100%;background: #FFFFFF;margin: 0 0 0 0;}
#boxAddressFoot .boxAddressFootCenter {display: flex;flex-wrap: wrap;justify-content: space-between;}
#boxAddressFootCenterLeft {width:50%;padding: 100px 150px;box-sizing: border-box;}
#boxAddressFootCenterLeft .boxLink1 {float: left;width: 100%;text-align: center;display: flex;margin:25px 0;}
#boxAddressFootCenterLeft .boxLink2 {float: left;width: 100%;text-align: center;display: flex;margin:25px 0;}
#boxAddressFootCenterLeft .boxLink3 {float: left;width: 100%;text-align: center;display: flex;margin:25px 0;}
#boxAddressFootCenterLeft .boxLink1 #RightTxt {text-align: left;margin:-15px 0 0 25px;}
#RightTxt {text-align: left;margin:0px 0 0 25px;font-size: 1.45em;color: #000000;line-height: 1.5em;}
#RightTxt p:first-child {font-weight: bold;}
.boxImgInner p{text-align: center;margin:0px auto;font-size: 2.85em;color: #FFFFFF;line-height: 1.5em;text-shadow: 2px 2px 2px rgba(35, 70, 120, 1);}
.boxImgInner p:first-child {font-weight: bold;}

#boxAddressFootCenterRight {width:50%;padding: 0px;box-sizing: border-box;text-align: center;position: relative;}
#boxAddressFootCenterRight .boxImgInner {position: absolute;top:0%;left:0%;width:100%;height: 100%;display: flex;align-items: center;}
.googlemap {width:100%;height: 100%;}
.googlemap iframe {width:100% !important;height: 100%;}

#topMenuFix {position: fixed;left: 0;right:0;top: 0;width:100%;background: #9e1414;z-index: 101;;}
#marginFix {height:77px;float:left;width:100%;background: #9e1414;}
#containerSlider {float: left;width: 100%;position: relative;z-index: 20;background: #0c3a8d;}
#containerSliderCenter {float:right;width:85%;}
#bgSliderGen{position: absolute;left:0;right:0;top:0;height:80%;background: #9e1414;z-index: 10;}

#fbLink {position: absolute;left:0;top:20%;z-index: 132;}

  @media screen and (max-width:1780px){
    .caption div.colour1, .caption div.colour2 {width: 60%;}
    }
  @media screen and (max-width:1240px){
    .caption div.colour1, .caption div.colour2 {width: 80%;}
      .banner_wrapper h3 strong {font-size: 40px;}
      .banner_wrapper h3 {font-size: 36px;}     
    }    

  @media screen and (max-width:920px){
  .parallax-section {height: 750px;}
} 
  @media screen and (max-width:840px){
      .banner_wrapper h3 strong {float: left;width: 100%;text-align: center;}
      .banner_wrapper h3 strong {padding: 15px 10px;}
      .banner_wrapper h3 strong {font-size: 36px;}
      .banner_wrapper h3 {font-size: 32px;}          
    }
  @media screen and (max-width:720px){
      .caption div.colour2 {font-size: 100%;}
    }
  @media screen and (max-width:640px){
      .caption div.colour1 {font-size: 22px;}
      .widget-h2 {padding: 5px 0 5px 0;}
      .caption div.colour2 {font-size: 90%;}      
    }
  @media screen and (max-width:540px){
      .banner_wrapper h3 strong {font-size: 30px;}
      .banner_wrapper h3 {font-size: 26px;}
    }
  @media screen and (max-width:480px){ 
    .caption div.colour1, .caption div.colour2 {width: 90%;margin-left:5%;}    
      .caption div.colour2 {font-size: 80%;}     
  }  
  @media screen and (max-width:380px){ 
      .caption div.colour2 {font-size: 90%;}  
      .banner_wrapper h3 strong {font-size: 26px;}
      .banner_wrapper h3 {font-size: 22px;}         
  } 

  .sidr-inner > ul > li:first-child ul, .sidr-inner > ul > li:first-child .more {display:none !Important;}
  
  .sidr-inner li{position:relative;}
  .sidr-inner li .more{position:absolute;right:10px;top:15px;width:20px;height:20px;padding:10px;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:1180px){
    #hamburger-menu{display:block;}
    #hamburger-menu-respo{display:none !important;}
    .menu-1 {display:none !important;}
  }

#phoneMobile {float:left;margin-right:3px;position:relative;}  
#phoneMobile:after {border-right:1px #FFFFFF solid;content: '';position:absolute;top:0;bottom:0;right:0;margin:auto auto;height:50%;}
#phoneMobile a{float:left;width:100%;margin:8px 0;padding:21px 25px 17px 0px;color:#FFFFFF;font-size:1.25em;text-decoration:none;background:transparent;font-family: 'Open Sans', sans-serif;font-weight: 300;text-transform: uppercase;}
#phoneMobile a:hover {color:#d7dce4 ;transition:all 0.5s ease;}
#phoneMobile i {display:none;}
#phoneMobile i:hover {color:#d7dce4 ;transition:all 0.5s ease;}

/* */
#boxEndCreatePage {float: left;width: 100%;position: relative;overflow: hidden;padding: 50px 0 100px 0;height: 70vh;}
.sekcja__news_paralaxa {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;clip: rect(0, auto, auto, 0);}  
.sekcja__news_paralaxa_inner {background-image: url('img/bg4aaa.jpg');position: fixed;display: block;top: 0;left: 0;width: 100%;height: 100% !important;background-size: cover;background-position: center center;transform: translateZ(0);will-change: transform;}
.text_start_all {display: inline-flex;width: 1180px;padding: 50px 50px 50px 50px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 10;}
.text_start_all__left {width: 50%;text-align: left;font-size: 2.8em;padding: 0 150px 0 0;}
.text_start_all__right {width: 50%;}

.text_start_all__left {text-align: left;font-size: 48px;line-height: 48px;}
.text_start_all__left a {color: #FFFFFF;font-weight: bold;}
.text_start_all__left a:hover {text-decoration: underline;}
.hideLinkPage {font-size: 18px;font-style: italic;color: #FFFFFF;float: left;width: 100%;text-align: left;font-weight: 300 !important;margin: 50px 0 0 0;}
.hideLinkPage:hover {text-decoration: underline;color: #FFFFFF;}
.text_start_all__right ul {list-style: none;}
.text_start_all__right ul li {padding: 15px 0;font-weight: 300;color: #FFFFFF;font-size: 20px;}
.hideLinkMobile {font-size: 18px;font-style: italic;color: #FFFFFF;float: left;width: 100%;text-align: left;font-weight: 300 !important;margin: 50px 0 0 0;}
.hideLinkMobile:hover {text-decoration: underline;color: #FFFFFF;}
.hideLinkMobile {display: none;}

/* CIASTECZKA */
.cookiesBox {float: left;width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap:wrap;margin:15px 0 5px 0;}
.cookiesBox button {transition:0.5s all;padding: 12px 15px 10px 15px;font-size: 12px;background-color: #e3e3e3;color: #000000;letter-spacing: 0.2px;font-weight:400;font-family: 'Poppins', sans-serif;transition: 0.5s all;text-transform: uppercase;border-radius: 5px;margin:5px 10px;line-height:12px;}
.cookiesBox button:hover {background:#9e1414;cursor:pointer;color:#FFFFFF;}
.cookie-message {border:1px solid #9e1414;color:#9e1414;text-align:center;padding:25px;font-size:16px;font-weight:400;text-transform:uppercase;display: inline-flex;width: 100%;flex-direction: column;}
.cookie-message strong {font-weight:bold;}

.videoBox_inner {display:flex;justify-content:center;flex-wrap:wrap;margin:15px 0;float: left;width:100%;}
.videoWrapper {width:100%;float: left;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

		  /* SPOLECZNOSC */
#spolecznosc {float: left;width: 100%;text-align: center;margin-top:10px;}
  
/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1560px){
.pages-list2 h2 a{font-size:1.9em;}
.pages-list2 div.description{font-size:1em;}
}
@media screen and (max-width:1240px){
  #container{width:100%;}
  #header {width: 100%;margin: 0px auto;float: left;padding:0 25px;}
  #body .container {width: 100%;margin: 0px auto;float: left;padding:0 0px;}
  #header .menu-1 ul ul li a {font-size: 0.75em;padding: 0.25em 20px;}
  .pages-list2 h2 a {font-size: 1.4em;}
  .pages-list2 div.description{font-size:0.85em;}
  #listStartCat {width:100%;}
  .startTextCenter {width:96%;margin:0 2%;}
  .boxImgInner p {font-size: 2.15em;}
  #boxAddressFootCenterLeft {padding: 100px 50px;}
  .text_start_all {display: inline-flex;width: 100%;padding: 50px 25px 50px 25px;}
  #logo img {max-width: 100%;height: 40px;}
}
@media screen and (max-width:1020px){
  .pages-list2 li {width: 50%;}
  .pages-list2 h2 a {font-size: 1.9em;} 
  #boxAddressFoot .boxAddressFootCenter {flex-direction: column;} 
  #boxAddressFootCenterLeft, #boxAddressFootCenterRight {width: 100%;padding: 50px 15px;}
  #boxAddressFootCenterRight .boxImgInner {position: relative;top: auto;left: auto;transform: initial;float:left;width:100%;text-align: center;}
  #boxEndCreatePage {height: 100vh;}
}
@media screen and (max-width:920px){
  .quick-slider-slide .description {font-size: 100%;top: 25%;}
  .quick-slider-slide .description strong {font-size: 120%;}
  #bottonSlide, .quick-slider-nav-arrows {display: none !important;}
  #containerSliderCenter {width: 100%;}
}
@media screen and (max-width:820px){
  #boxEndCreatePage {height: 110vh;}
  .text_start_all {flex-direction: column;}
  .hideLinkPage {display: none;}
  .hideLinkMobile {display: block;}
  .text_start_all__left {width: 100%;padding: 0 0px 25px 0;}
  .text_start_all__right {width: 100%;}
  .startTextCenter {flex-direction: column;}
  .startTextLeft, .startTextRight {margin:0 auto;width:100%;}
  .pages-list2 li {width: 100%;}
  .pages-list2 h2 a {font-size: 1.9em;}
  .pages-list2 div.description{font-size:1em;}  
  .text_start_all__left  {font-size: 4vh;}
  .text_start_all__right ul li {font-size: 2vh;}
  .pages-list2 li:nth-child(2n+1) .image {order: 3;}
}
@media screen and (max-width:680px){
  #RightTxt {font-size: 1.15em;}
  .pages-list2 h2 {min-height: 20px;}
}
@media screen and (max-width:640px){
#page div.content strong {font-size: 17px;font-weight: bold;}	
}
@media screen and (max-width:480px){
  #phoneMobile i {display:inline-block;}
  #phoneMobile span#innPho {display:none;}
  .quick-slider-slide .description {left:20px;}
  aside#counter ul li {float: left;width: 100%;text-align: center;margin:0 auto !Important;padding: 5px !Important;}   
}