@media (min-width: 1600px){
    body .container{
        width: 1600px;
    }
}
@media (min-width: 1200px){
    body .container {
    width: 90%;
}
}
.efektywnosc-slider{
	width:50%;
	margin:0 auto;
	display:block;
}
#fancybox-wrap{
	z-index:9999999;
}
a:focus{outline:none;}
html {font-size:10px;font-family: 'Roboto', sans-serif;}
button {font-family: 'Roboto', sans-serif;}
pre {font-size: 1.1em;}
body {font-size:1.4em;font-family: 'Roboto', sans-serif;}

body a {color:#525252;text-decoration: none;
transition: 0.3s ease all;
}
body a:hover {color:#000;text-decoration: none;}

#masthead {background: rgba(255, 255, 255, 0.9);line-height: 50px;padding:10px 0;z-index: 100;position: fixed;width:100%;transition:0.5s all;}
#content {padding-top: 0px;}

.site-branding img{
max-width: 370px;
    vertical-align: middle;
    margin-top: 0px;
    transition:0.5s all;
    }
.contact-info img{max-width: 160px;}

#colophon ul{
  list-style:none;
  margin-left:0px;
  padding:0px;
}
#colophon ul li{
  display:inline-block;
  margin-right:15px;
}
#colophon {background: #fff;color:#fff;padding:20px 0;}
#colophon a {
    color: #252424;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: 9.46px;
    }
#colophon a:hover {color:#b91a1a;}
#colophon .infot{
  border-top: 5px solid #d60027;
    padding-top: 35px;
}
#colophon .freshview {float:right;font-size: 0.9em;font-weight: 300;}

.site-branding, .main-navigation {display: inline-block;}


#masthead:after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255, 0.9);
    height: 40px;
}
#masthead:before{
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 0.9);
    clear: both;
}
/*MENU */
.hentry{
  margin:0px!important;
}
#toggle {
  display: none;
  width: 28px;
  height: 30px;
  border:0;
  background: transparent;
  padding:0;
    position: absolute;
    right: 0;
    top: 23px;
    right: 32px;
}
#toggle:focus{outline: none;}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle[aria-expanded="true"] span { background-color: transparent;}
#toggle[aria-expanded="true"] span:before { transform: rotate(45deg) translate(5px, 5px);}
#toggle[aria-expanded="true"] span:after { transform: rotate(-45deg) translate(7px, -8px);}
.main-navigation ul {display: block;

transition: 0.4s ease-in-out max-height;
}
.main-navigation.toggled ul{max-height: 2000px;}


.main-navigation {float:right;width: auto; }
.main-navigation li {line-height: 50px;margin:0 15px;}
.main-navigation li a{
  color: #3a3939;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 200;
    text-transform: none;
    transition: all 0.5s ease;
    padding: 5px 10px;
    line-height: 20px;
}
.main-navigation li a:hover{color:#b91a1a;position: relative;}

.main-navigation li.current_page_item a {font-weight:400;}

.button {position: relative;display: inline-block;text-transform: uppercase;padding:10px 40px;font-size: 1.6rem;letter-spacing: 2px;font-weight: 300;
transition: 0.4s ease all;
}
.button.standard {background: #fd7475;color:#fff;}
.button.standard:hover {background: #525252!important;}

.button.arrow {color:#fd7475;}

.button.arrow:after {;content:'';position: absolute;right:0px;top:13px;width: 21px;height: 17px;background: url(images/arrow.png) center no-repeat;
transition: right 0.2s ease;
}
.button.arrow:hover:after {right: -5px;}

.button.standard.white {background: transparent;border:2px solid #fff;color:#fff;opacity: 0.6;}
.button.standard.white:hover {opacity: 1;background: transparent!important;}

.button.standard.black {background: transparent;border:2px solid #000;color:#000;opacity: 0.3;}
.button.standard.black:hover {opacity: 1;background: transparent!important;}

#masthead .sub-menu{position: absolute;top:65px;z-index: 101;background:#6ccfe4;left: 0;
    right: 0;
    margin: 0 15px;
    max-height: 0;
    transition: 0.2s ease-in-out all;overflow: hidden;
}
#masthead .sub-menu.opened {max-height:400px; }

#masthead .sub-menu .single-menu-service{width:12.5%;float:left;text-align: center;min-height: 200px;position: relative;}
#masthead .sub-menu .single-menu-service:hover{background: #525252!important;}

#masthead .sub-menu .single-menu-service h2{color:#fff;font-weight: 600;font-size: 1rem;text-transform: uppercase;line-height: 1em;}
#masthead .sub-menu .single-menu-service .entry {position: absolute;bottom:0;padding:30px 0;
transform: translateX(-50%);left:50%;
}
#masthead .sub-menu .single-menu-service .button{background: #fff;font-size: 1em;font-weight:600;color:#6ccfe4; }
#masthead .sub-menu .single-menu-service img {position: absolute;top:40%;left:50%;transform: translate(-50%,-50%);max-width: 40%;}
#masthead .sub-menu .single-menu-service a.link{position: absolute;width: 100%;height: 100%;display: block;top:0;left:0;z-index: 20;}

 
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"],
input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color:#000;padding:10px 20px;margin:10px 0;font-size: 1.5rem;
  background: rgba(255,255,255,0.5);width: 100%;border:0;border-radius: 0;
 }
textarea { resize: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input[type="submit"].wpcf7-submit {padding:10px 30px;font-size: 1.5rem;
background: rgba(255,255,255,0.5);color:#000;border:0px;border-radius: 0;
transition: 1s ease all;

}
input[type="submit"].wpcf7-submit:hover{background: rgba(255,255,255,1); }







/* COOKIES */

#cookie-content{ position: fixed;bottom: 0;left: 0; width: 100%;text-align: center; padding: 10px 5% 8px 5%; background-color: #b8231a; color: #fff;z-index: 999999;line-height: 30px;}

#cookie-content button{border-radius: 0px;display: inline-block;margin: 0 0 0 12px;box-shadow: none;background-color: #fff;border: none;color: #b8231a;vertical-align: middle;font-size: 0.9em;margin-top: -4px;text-transform: uppercase;letter-spacing: 2px;font-weight: 800;}
 
.slick-slide:focus {outline: none;}

.google-map {min-height: 500px;position: relative;margin:0;}



@media (min-width: 992px) and (max-width:1500px){
.inner-img{
    width: 80px!important;
    height: 80px!important;
}
.slider-nav h4 {
    font-size: 15px!important;
    line-height: 18px!important;
}
.border{
  display:none;
}
#masthead:after {
    width: calc(36% + 1px)!important;
}
.single-recent .data-aktualnosci {
    font-size: 13px!important;
}
.single-recent h4 {
    font-size: 13px!important;
    line-height: 15px!important;
}
.single-recent a{
	   font-size: 13px!important;
}
.vs-a a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px!important;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 22px;
    border: 5px solid #ffffff;
    padding: 5px 26px!important;
    transition: 0.5s all;
    position: relative;
    top: 23px!important;
}
#dane_kontaktowe h4:before {
    width: 67%!important;
}
#dane_kontaktowe .col-lg-6:last-of-type h4:before {
    width: 53%!important;
}
}

@media (max-width: 992px){

  

    .main-navigation li{margin:0 10px;font-size: 1.2rem;}
    .hidemobile{
        display: none!important;
    }
 
}
@media (max-width: 767px){
 

 #wywiady .col-lg-4:nth-of-type(2),
 #wywiady .col-lg-4:nth-of-type(3){
 	display:none;
 }
    .main-navigation {background: #fff;width: 100%;}
    .main-navigation ul{ max-height: 0;}
    .main-navigation li{line-height: 30px;font-size: 1.2rem;margin:0;float:none;}
    .main-navigation li a{padding:10px 20px;}

    #toggle{display: block;}
    
#masthead:before,
#masthead:after{
  content:none!important;
}
.border{
  display:none;
}
.site-branding img {
    max-width: 250px;
}
.searchform{
  display:none;
}
.main-navigation {
width:100%!important;
top:auto!important;
    position: initial!important;
    transition: 0.5s all;
}
.slider-nav-out{
  display:none;
}
.aktualnosci-slider .aktualnosci-content{
  width:100%!important;
}
.aktualnosci-slider .aktualnosci-content{
  font-size:14px!important;
}
.aktualnosci-slider .aktualnosci-content h4{
  font-size:16px!important;
}
#vademecum .col-lg-3 .single-box:before{
content:none!important;
}
.single-box{
  padding:60px 10px!important;
}
.section-text-vademecum {
    max-width: 100%!important;
}
.section-text-vademecum p{
width: 100%!important;
    padding-right: 50px;
    margin-top: 10px!important;
}
.section-text-vademecum a{
  float:none!important;
  display:block;
  max-width:150px;
  margin:10px auto;
  text-align:center;
}
#partnerzy .section-title{
  background-position:center left!important;
}
.menu-stopka-container,
.infot p{
  width:100%!important;
}
.infot p{
  text-align:center!important;
}
.vademecum-section .section-title h2{
  margin-bottom:0px;
}
.page-template-template-vademecum .single-box{
  margin:5px 0px;
}
#custom-bg{
  height:220px!important;
}
#dane_kontaktowe h4:before{
  width:64%!important;
}
#dane_kontaktowe .col-lg-6:last-of-type h4:before {
    width: 48%!important;
}
#dane_kontaktowe .col-lg-6:last-of-type{
  padding-left:15px!important;
}



}


#masthead{
	z-index:999999;
}

@media (max-width: 576px){
	#intro{
		height:100%!important;
	}
	.vademecum-box{
		margin-top:100px;
	}
 .site-branding img {
    max-width: 210px;
}
  .col-lg-4 p {margin:0.5rem 0 1rem;}
.vademecum-text {
    text-align: center;
    margin-top: 240px!important;
}
    .darkHeader .site-branding img {
    max-width: 200px!important;
}
#dane_kontaktowe h4:before {
    width: 38%!important;
}
#dane_kontaktowe .col-lg-6:last-of-type h4:before {
    width: 26%!important;
}

}
#intro{
      height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.searchform{
      position: absolute;
    right: 15px;
    top: 0px;
    transition:0.5s all;
}
.searchform input[type="text"]{
      background-image: linear-gradient(to top, #b91a1a 0%, #b91a1a 100%);
    width: 260px;
    color: #fff;
    margin: 0px;
    outline:none!important;
}
.main-navigation {
    float: right;
    width: auto;
    top: 60px;
    position: relative;
    transition:0.5s all;
}
#searchsubmit{
    font-size: 0px;
    width: 19px;
    height: 19px;
    background-image: url(images/search.png);
    background-size: contain;
    background-position: center;
    outline: none!important;
    border: 0px!important;
    background-color: transparent;
    position: absolute;
    right: 11px;
    top: 16px;
} 
.main-navigation li:last-of-type{
  margin-right:0px!important;
}
.main-navigation li:last-of-type a{
  padding-right:0px;
}
.vademecum-box{
    max-width: 400px;
    display: block;
    padding: 50px 50px;
    background: #b8231a;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background-image: url(images/vademecum-bg.png);
    background-position: top 50px right;
    background-repeat: no-repeat;
}
.vademecum-box img{
  display:block;
  margin:0 auto;
  margin-bottom:40px;
}
.va{
  background:#fff;
    width: 106%;
    display: block;
    position: absolute;
    top: 45%;
    left: -3%;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 35px;
    color: #2b2b2b;
    transition:0.5s all;
}
.va:nth-of-type(2){
	top:46%;
}
.va:hover{
color:#b8231a;
}
.va:after{
  content:"";
  opacity:0;
  transition:0.5s all;
}
.va:hover:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 13px;
    width: 10px;
    height: 17px;
    opacity:1;
    background-image: url(images/right.png);
}
 
 
.more-white{
  color:#fff!important;
  text-decoration:underline;
  text-transform:uppercase;
  margin:0 auto;
  display:block;
}
.vademecum-text{
  text-align:center;
  margin-top:180px;
}
.va:last-of-type{
  top:56%;
}
.aktualnosci-slider .aktualnosci-content{
    width: 50%;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 40px;
    position: absolute;
    right: 0px;
}
.aktualnosci-slider .single-slide{
  height:600px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.aktualnosci-slider .aktualnosci-content h4{
color: #3a3939;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin: 15px 0px;
    text-align: right;
}
.aktualnosci-slider .aktualnosci-content{
  color: #3a3939;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
text-align:right;
}
.aktualnosci-slider .aktualnosci-content a{
color: #3a3939;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 6.26px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}
.slider-nav-out{
top: 0px;
    position: absolute;
    width: 30%;
    height: 600px;
    background-color: rgba(43, 43, 43, 0.95);
    overflow:hidden;
}
#aktualnosci{
  padding: 40px 0px;
}
.slider-nav h4{
  color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0px;
}
.slider-nav .aktualnosci-content{
color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    width: 66%;
    float: left;
    padding-right: 25px;
}
.slider-nav .aktualnosci-content a{
  color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 6.26px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    float:right;
}
.inner-img{
    width: 130px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
}
.aktualnosci-image{
  width:34%;
  float:left;
}
.slider-nav .data-aktualnosci{
  color: rgba(255, 255, 255, 0.5);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}
.slick-vertical .slick-slide{
  height:200px!important;
}
.slider-nav{
  height:600px;
}
.slick-vertical .slick-slide{
  display:flex!important;
  align-items:center;
}
.section-title h2{
font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
    color: #2e2e2e;
    margin-top: 50px;
}
.section-title{
    background-image: url(images/title-bg.png);
    background-position: center right;
    padding: 10px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#partnerzy .section-title{
  background-position:center left;
}
.col-lg-4 .single-wywiady{
  width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
    transition:0.5s all;
}
.col-lg-4 .single-wywiady:hover{
  opacity:0.7;
}
.wywiady-content h4{
  color: #3a3939;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    text-transform: uppercase;
    margin:20px 0px;
}
.data-wywiady{
  color: #252424;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
float:left;
width:25%;
    margin:20px 0px;
}
.w-title{
  width:100%;
  float:left;
}
.w-title h4{
  float:left;
  width:75%;
}
.wywiady-content a{
      color: #3a3939;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    text-decoration: underline;
    text-transform: uppercase;
    float: right;
    margin-bottom: 20px;
}
.col-lg-4 .single-wywiady a{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.slider-partnerzy img{
  max-width: 220px;
  display:block;
  margin:0 auto;
}
.slider-partnerzy .partner-item{
  height:auto;
      display: flex!important;
    align-items: center;
    justify-content: center;
}
 
#partnerzy{
  padding-bottom:30px;
}
#partnerzy .section-title{
  background-image:url(images/title-bg-left.png);
}
#partnerzy .section-title h2{
  text-align:left;
      background-position: center left;
    padding: 10px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.menu-stopka-container{
  float:left;
  width:50%;
}
.infot p{
    float: left;
    margin: 0px;
    text-align: right;
    width: 50%;
    color: #252424;
font-family: "Roboto";
font-size: 16px;
font-weight: 200;
line-height: 22px;
}
.border:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 50%;
    height: 50px;
    background-image: url(images/header-top.png);
    background-repeat: no-repeat;
    z-index: 9;
}
.section-title-vademecum{
  color: #ffffff;
font-size: 22px;
font-weight: 700;
line-height: 23px;
text-align:center;
margin-bottom:60px;
}
.single-box h4{
  color: #ffffff;
font-family: Roboto;
font-size: 20px;
font-weight: 300;
line-height: 22px;
text-transform: uppercase;
height:44px;
}
.single-box p{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
margin-top:90px;
}
.single-box a{
  color: #ffffff;
font-family: Roboto;
font-size: 19px;
font-weight: 300;
line-height: 6.26px;
text-decoration: underline;
text-transform: uppercase;
}
.single-box a:hover{
  color:#fff;
}
.single-box{
  text-align:center;
}
#vademecum{
  padding:50px 0px;
  background-size:cover;
  margin-top:40px;
  background-position:center;
}
#vademecum .col-lg-3:first-of-type .single-box{
  background-color: rgba(255, 255, 255, 0.05);
    padding: 60px 10px;
}
#vademecum .col-lg-3:nth-of-type(2) .single-box{
  background-color: rgba(255, 255, 255, 0.15);
   padding: 60px 40px 60px 10px;
}
#vademecum .col-lg-3:nth-of-type(3) .single-box{
  background-color: rgba(255, 255, 255, 0.25);
   padding: 60px 40px 60px 10px;
}
#vademecum .col-lg-3:nth-of-type(4) .single-box{
  background-color: rgba(255, 255, 255, 0.15);
   padding: 60px 40px 60px 10px;
}
#vademecum .col-lg-3 .single-box:hover{
 background: #ab2010;
}
.sbimg{
  height:100px;
}
.section-text-vademecum p{
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    float: left;
    margin-top: 0px;
    margin-left: 25px;
    width: 70%;
}
.section-text-vademecum a{
border-radius: 22px;
    border: 5px solid #d60027;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 25px;
    float: left;
    top: 6px;
    position: relative;
}
.section-text-vademecum a:hover{
  background:#d60027;
  color:#fff;
}
.section-text-vademecum{
  max-width:50%;
}
 
.single-box{
  border-top:5px solid #d60027;
  border-bottom:5px solid #d60027;
}
#vademecum .col-lg-3:nth-of-type(2){
  margin-top:35px;
}
#vademecum .col-lg-3:nth-of-type(3){
  margin-top:70px;
}
#vademecum .col-lg-3:nth-of-type(4){
  margin-top:105px;
}
#vademecum .col-lg-3:nth-of-type(2) .single-box:before{
    content: '';
    position: absolute;
    left: -15px;
    top: -17px;
    width: 30px;
    height: calc(100% - 71px);
    background: rgba(255, 255, 255, 0.15);
    border-top: 5px solid #d62a26;
    border-bottom: 5px solid #d62a26;
    transform: skewY(49deg);
}
#vademecum .col-lg-3:nth-of-type(3) .single-box:before{
    content: '';
    position: absolute;
    left: -15px;
    top: -17px;
    width: 30px;
    height: calc(100% - 36px);
    background: rgba(255, 255, 255, 0.25);
    border-top: 5px solid #d62a26;
    border-bottom: 5px solid #d62a26;
    transform: skewY(49deg);
}
#vademecum .col-lg-3:nth-of-type(4) .single-box:before{
    content: '';
    position: absolute;
    left: -15px;
    top: -17px;
    width: 30px;
    height: calc(100%);
    background: rgba(255, 255, 255, 0.15);
    border-top: 5px solid #d62a26;
    border-bottom: 5px solid #d62a26;
    transform: skewY(49deg);
}
.page-header{
   background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
  height: 290px!important;
  position:relative;
}
.page-header:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b9231ab8;
}
.page-header h2{
color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 62px;
}
#tresc{
      padding: 50px 0px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 300;
}
.search-field{
      border: 3px solid #d62a26!important;
}
.search-field::-webkit-input-placeholder, .search-field::-webkit-input-placeholder{
  color:#000;
}
.search-submit{
      border-radius: 0px!important;
    background: #d60027!important;
    color: #ffffff!important;
    font-family: Roboto!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 16px!important;
    text-transform: uppercase!important;
    padding: 11px 30px!important;
    border: 0px!important;
}
.page-template-template-kontakt .page-header{
  background-image: linear-gradient(70deg, #b91a1a 0%, #b91a1a 100%);
}
.page-template-template-kontakt #masthead{
  background:#fff;
}
.page-template-template-kontakt #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.page-template-template-kontakt #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255,1);
    height: 40px;
}
#dane_kontaktowe{
  background-color: rgba(37, 36, 36, 0.9);
  padding:40px 0px;
}
#dane_kontaktowe h5{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.adres{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
background-image:url(images/adres.png);
background-position:center left;
background-repeat:no-repeat;
padding-left:40px;
}
.godziny{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
background-image:url(images/godziny.png);
background-position:center left;
background-repeat:no-repeat;
padding-left:40px;
margin-top:25px;
line-height: 33px;
}
.mail{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
background-image:url(images/mail.png);
background-position:center left;
background-repeat:no-repeat;
padding-left:40px;
}
.telefon{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
background-image:url(images/telefon.png);
background-position:center left;
background-repeat:no-repeat;
padding-left:40px;
margin-top:35px;
line-height: 22px;
}
#dane_kontaktowe h4{
  color: #ffffff;
font-size: 22px;
font-weight: 700;
line-height: 22px;
margin-top:0px;
}
#dane_kontaktowe h4{
  text-align:right;
  position:relative;
}
#dane_kontaktowe h4:before{
content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 77%;
    height: 5px;
    background: #b9231a;
}
#dane_kontaktowe .col-lg-6:last-of-type h4:before{
  width:69%;
}
#dane_kontaktowe .col-lg-6:first-of-type{
  padding-right:10%;
}
#dane_kontaktowe .col-lg-6:last-of-type{
  padding-left:10%;
}
.single .page-header{
      background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
}
.single #masthead{
  background:#fff;
}
.single #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.single #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255,1);
    height: 40px;
}
.entry-title{
  margin-top:0px;
  color: #3a3939;
font-family: Roboto;
font-size: 19px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}
.single-data{
  opacity: 0.5;
color: #3a3939;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
margin-bottom:10px;
}
#custom-bg{
  width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.entry-content{
  color: #3a3939;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
}
.vademecum-sidebar{
  background: #b91a1a;
    padding: 20px;
        float: left;
    width: 100%;
    background-image: url(images/vabg.png);
    background-position: center right -82px;
    background-repeat: no-repeat;
}
.vs-a a{
      color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 22px;
    border: 5px solid #ffffff;
    padding: 5px 35px;
    transition:0.5s all;
    position:relative;
    top:40px;
}
.vs-a a:hover{
  background:#fff;
  color:#b91a1a;
}
.vs-img{
  float:left;
  width:50%;
}
.vs-a{
  float:left;
  width:50%;
  text-align:center;
}
.widget_recent_entries{
     background-color: rgba(43, 43, 43, 0.95); 
     padding:20px;
     float: left;
    width: 100%;
}
.single-recent h4{
      color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
        margin-top: 5px;
    margin-bottom: 5px;
}
.single-recent a{
  color: #ffffff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
line-height: 16px;
text-decoration: underline;
text-transform: uppercase;
float: right;
}
.widget-title{
color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.single-recent .aktualnosci-content {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    width: 66%;
    float: left;
    padding-left:20px;
}
.single-recent{
  float: left;
    width: 100%;
}
.single-recent .data-aktualnosci{
      opacity: 0.5;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}
.single-recent .inner-img{
  width:110px;
  height:110px;
}
.single-recent{
  margin-bottom:20px;
}
.single-recent .aktualnosci-content a:hover{
  color:#fff!important;
}
.widget{
  float: left;
    width: 100%;
}
.widget_media_image{
  text-align:center;
}

.page-template-template-aktualnosci .page-header{
       background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
}
.page-template-template-aktualnosci #masthead{
  background:#fff;
}
.page-template-template-aktualnosci #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.page-template-template-aktualnosci #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255,1);
    height: 40px;
}
.sp .single-slide{
  width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.sp h4{
      color: #3a3939;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    text-transform: uppercase;
    margin: 20px 0px;
}
.sp .aktualnosci-content{
  color: #3a3939;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}
.sp{
  margin-bottom:30px;
}
.dse{
      color: #b91a1a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 22px;
    border: 5px solid #b91a1a;
    padding: 5px 35px;
    transition: 0.5s all;
    display:block;
    max-width:150px;
    text-align:center;
    margin-top:20px;
}
.dse:hover{
  background: #b91a1a;
  color:#fff;
}
.main-navigation .current-menu-item > a{
 color: #b91a1a; 
}
.sp .single-slide{
  transition:0.5s all;
}
.sp .single-slide:hover{
  opacity:0.7;
}

.page-template-template-publikacje #masthead{
  background:#fff;
}
.page-template-template-publikacje #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.page-template-template-publikacje #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255,1);
    height: 40px;
}

.archive #masthead,
.page-template-default #masthead{
  background:#fff;
}
.archive #masthead:before,
.page-template-default #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.archive #masthead:after,
.page-template-default #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 36%;
    background: rgba(255, 255, 255,1);
    height: 40px;
}
.page-template-template-vademecum .page-header {
     background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
}
.page-template-template-vademecum #vademecum{
  margin-top:0px;
}
.page-template-template-vademecum #vademecum .col-lg-3:nth-of-type(2),
.page-template-template-vademecum #vademecum .col-lg-3:nth-of-type(3),
.page-template-template-vademecum #vademecum .col-lg-3:nth-of-type(4){
  margin-top:0px;
}
.page-template-template-vademecum #vademecum .col-lg-3 .single-box:before{
  content:none!important;
}
.page-template-template-vademecum #vademecum .col-lg-3 .single-box{
padding:60px 10px!important;
}
.vademecum-section .section-title{
  background:transparent!important;
  text-align:left!important;
}
.vademecum-section .section-title h2{
  text-align:left!important;
  margin-top:0px!important; 
}
.vademecum-section .col-lg-3 h4{
  font-family: Roboto;
font-size: 16px;
font-weight: 300;
padding-left:20px;
position:relative;
}
.vademecum-section .col-lg-3 h4:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-image: url(images/li.png);
    background-position: center;
    background-repeat: no-repeat;
}

.category #masthead{
  background:#fff;
}
.category #masthead:before {
    content: '';
    position: absolute;
    left: 36%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 34px solid transparent;
    border-top: 40px solid rgba(255, 255, 255, 1);
    clear: both;
}
.category #masthead:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: calc(36% + 1px);
    background: rgba(255, 255, 255,1);
    height: 40px;
}
.archive .page-header {
   background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
}
#vad-box{
  background-image:url(images/vad-box.jpg);
  padding:30px 0px;
}
.vademecum-buttons a{
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    margin-bottom:1px;
    transition:0.5s all;
}
.vademecum-buttons img{
  padding-right:25px;
}
.vademecum-buttons a:hover{
  background-color: #b91a1a;
  color:#fff;
}
.vademecum-buttons a:first-of-type img{
  padding-left:10px;
  padding-right:35px;
}
.active-butt{
  background-color: #b91a1a!important; 
  color:#fff!important; 
}
.vademecum-current .single-box{
      background: rgba(255, 255, 255, 0.05);
}
.vademecum-current .single-box p{
  margin-top:25px;
}
.vademecum-current .sbimg{
      margin-top: 8px;
}
.vad-lista h4{
  color: #ffffff;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
position:relative;
padding-left:20px;
}
.vad-lista h4:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-image: url(images/li.png);
    background-position: center;
    background-repeat: no-repeat;
    transition:0.5s all;
}
.vad-lista h4:hover:before{
        content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-image: url(images/current.png);
    background-position: center;
    background-repeat: no-repeat;
}
.vad-lista{
  column-count:2;
  padding-top:15px;
}
.vad-lista .aktualnosci-content:first-of-type h4{
  margin-top:0px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #d62a26;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #b91a1a;
}
.pagit{
  text-align:center;
}
.current-vad h4:before{
      content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-image: url(images/current.png);
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev {
    left: auto!important;
    position: absolute;
    bottom: -25px!important;
    right: 50px!important;
    background: #b9231a!important;
    z-index: 999!important;
    width: 50px!important;
    border-radius: 0px!important;
    height: 50px!important;
    top:auto!important;
}
.slick-next{
     left: auto!important;
    position: absolute;
    bottom: -25px!important;
    right: 0px!important;
    background: #b9231a!important;
    z-index: 999!important;
    width: 50px!important;
    border-radius: 0px!important;
    height: 50px!important;
    top:auto!important; 
}
.darkHeader{
  background:#fff!important;
}
.darkHeader:before,
.darkHeader:after{
  content:none!important;
}
.darkHeader .border{
  display:none;
}
.darkHeader .searchform{
  display:none;
}
.darkHeader .site-branding img{
  max-width:270px;
}
.darkHeader .main-navigation{
  top:20px;
}
.page-template-template-publikacje .page-header{
     background-image: url(/wp-content/uploads/2022/02/slide23.jpg);
}
.l-right,
.l-left{
	width:50%;
	float:left;
}
.l-right{
	float:right;
	text-align:right;
}
.l-right,
.l-left{
	font-weight:bold;
	color:#000;
}
.l-right a,
.l-left a{
	color:#000;
}
.lista-pagination{
  margin:40px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lista-pagination a{
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border: 1px solid #a7a7a775;
    display: block;
    margin: 0 5px;
    color: #000;
    transition:0.5s all;
}
.current-page-active,
.lista-pagination a:hover{
  color:#fff!important;
  border-color:#b91a1a;
  background:#b91a1a;
}
.page-numbers-next,
.page-numbers-prev{
  width:auto!important;
  min-width:100px!important;
  border:0!important;
}
#masthead .sub-menu {
    position: absolute;
    top: 40px;
    z-index: 101;
    background: #fff;
    left: -15px;
    right: 0;
    margin: 0;
    width: 280px;
    max-height: 0;
    transition: 0.2s ease-in-out all;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    flex-wrap:wrap;
}
.sub-menu li {
    text-align: left;
    padding: 6px 6px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
    max-height: 350px!important;
}


@media (max-width: 992px){
#toggle{display: block;
    z-index: 99999;
    } 
    .main-navigation ul{ 
      max-height: 0;
      overflow:hidden;
      display:block;
      list-style:none;
      padding:0;
      margin:0;
    }
    .main-navigation li{line-height: 30px;font-size: 1.2rem;margin:0;float:none;
      margin-bottom:15px;
      text-align:center;
    }
    .main-navigation li a {
    width: 100%;
    padding: 10px 0px;
    color:#000;
}
    .main-navigation{
      width:100%;
    }
    .sub-menu li{
      margin-bottom:0;
    }
    .sub-menu li a{
      color: #77787b;
    }
    .main-navigation.toggled .menu {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index:9999;
    height: 100%;
}
#masthead .sub-menu {
    position: static;
    margin: 0 auto;
    text-align: center;
}
.main-navigation.toggled .menu {
    padding-top: 70px;
}


}
@media (max-width: 767px){
     
}
@media (max-width: 576px){


}

.archive .page-header h2{
  text-transform: capitalize;
}
@media (max-width:1350px) and (min-width:1024px){
  .main-navigation li {
    line-height: 50px;
    margin: 0 0px;
}
}
.site-branding span{
    display: block;
    line-height: 19px;
    color: #77787b;
    font-size: 15px;
}

@media (min-width:1500px) and (max-width:1900px){
  .border:before{
    left:-80px;
  }
}