@charset "utf-8";
::placeholder {
  color: #394044;
}
::selection {
  background: #009d2c;
  color: #fff;
  text-shadow: none;
}
body {
  background-color: #fff;
  font: 16px/25px 'Roboto', sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
}
h1 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 63.9375em) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 39.9375em) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
h1 body.home {
  font-size: 90px;
  line-height: 98px;
}
@media (max-width: 63.9375em) {
  h1 body.home {
    font-size: 80px;
    line-height: 88px;
  }
}
@media (max-width: 39.9375em) {
  h1 body.home {
    font-size: 60px;
    line-height: 68px;
  }
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
}
a:hover,
a:focus {
  opacity: 0.9;
}
.button {
  background: #fff url('../images/bg-button-arrow.png') right center no-repeat;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  padding: 5px 60px 5px 30px;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  background-color: #dcdcdc;
  color: #000;
  opacity: 1;
}
.button.border {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.button.border:hover,
.button.border:focus {
  background-color: #f7f7f7;
  border-color: #a8a8a8;
}
.button .icon {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
@media (max-width: 63.9375em) {
  .mt60 {
    margin-bottom: 50px;
  }
}
.mb90 {
  margin-bottom: 90px;
}
@media (max-width: 63.9375em) {
  .mb90 {
    margin-bottom: 50px;
  }
}
.title-bar {
  background: none;
  line-height: 16px;
  margin: 37px 30px 0 0;
  padding: 0;
}
.off-canvas {
  background-color: #009d2c;
  padding: 44px 0 20px;
}
.off-canvas ul li a {
  color: #fff;
}
.off-canvas ul li a br {
  display: none;
}
.off-canvas ul li a:hover,
.off-canvas ul li.current-menu-item a,
.off-canvas ul li.current-menu-parent a {
  text-decoration: underline;
}
.top {
  background-color: #008425;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 704px;
  padding-bottom: 168px;
}
@media (max-width: 63.9375em) {
  .top {
    min-height: auto !important;
  }
}
body.home .top {
  background-image: url('../images/bg-top.jpg');
}
body.single .top,
body.archive .top {
  background-image: url('../images/bg-top-blog.jpg');
}
body.error404 .top {
  background-image: url('../images/bg-top-404-text.jpg');
  min-height: 1134px;
}
.top > header > .row {
  position: relative;
}
.top > header > .row .leaf {
  background: url('../images/bg-menu-leaf.png') 0 0 no-repeat;
  height: 201px;
  left: -152px;
  position: absolute;
  top: 100px;
  width: 189px;
}
@media (max-width: 63.9375em) {
  .top > header > .row .leaf {
    display: none;
  }
}
.top .header {
  background: #009d2c url('../images/bg-menu.jpg') right top no-repeat;
  margin: 40px -50px 80px;
  min-height: 259px;
  position: relative;
}
@media (max-width: 63.9375em) {
  .top .header {
    background-position: 0 0;
    min-height: 129px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 39.9375em) {
  .top .header {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
.top .header body.home {
  margin-bottom: 160px;
}
.top .header .logo-menu {
  min-height: 129px;
  padding-top: 16px;
}
.top .header .logo-menu .logo {
  margin-left: 65px;
}
@media (max-width: 63.9375em) {
  .top .header .logo-menu .logo {
    margin-left: 30px;
  }
}
.top .header .logo-menu .nav {
  float: right;
}
.top .header .logo-menu .nav a {
  margin-top: 31px;
}
.top .header .menu.secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: table;
  width: 100%;
}
.top .header .menu.secondary li {
  display: table-cell;
}
.top .header .menu.secondary li:first-child a {
  border-left: none;
  padding-left: 65px;
}
.top .header .menu.secondary li a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  line-height: 21px;
  min-height: 129px;
  padding: 30px;
}
.top .header .menu li {
  vertical-align: top;
}
.top .header .menu li.menu-item-home a {
  background: url('../images/icon-home.png') 0 center no-repeat;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  width: 32px;
}
.top .header .menu li:last-child a {
  padding-right: 65px;
}
.top .header .menu li a {
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  padding: 0.7rem 0.9rem;
}
.top .header .menu li a:hover,
.top .header .menu li a:focus,
.top .header .menu li.current-menu-item a,
.top .header .menu li.current-menu-parent a {
  text-decoration: underline;
}
.top .header .button {
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  right: 65px;
}
@media (max-width: 63.9375em) {
  .top .header .button {
    right: 0;
  }
}
.top .header .button.fb {
  color: #1877f2;
  text-transform: none;
  top: -30px;
}
.top .header .button.fb .icon {
  background: url('../images/icon-fb.png') 0 center no-repeat;
  width: 17px;
}
.top .header .button.obrady {
  bottom: -30px;
}
.top .header .button.obrady .icon {
  background: url('../images/icon-live.png') 0 center no-repeat;
  margin-right: 15px;
  width: 24px;
}
.top h1 {
  margin-bottom: 10px;
  max-width: 60%;
}
@media (max-width: 39.9375em) {
  .top h1 {
    max-width: 100%;
  }
}
body.home .top h1 {
  font-size: 90px;
  line-height: 95px;
  margin-bottom: 74px;
}
@media (max-width: 63.9375em) {
  body.home .top h1 {
    font-size: 58px;
    line-height: 63px;
  }
}
body.error404 .top h1 {
  display: none;
}
body.error404 .top p {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 356px;
}
.nasze-liczby {
  font-size: 17px;
  line-height: 19px;
  margin-top: 44px;
}
.nasze-liczby .columns {
  margin-bottom: 30px;
}
.nasze-liczby span:not(.counter) {
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs li {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
}
.breadcrumbs li:not(:last-child)::after {
  color: #fff;
  margin: 0 0.5rem;
}
.breadcrumbs li a {
  color: inherit;
}
.posts {
  background: url('../images/bg-posts.jpg') center 126px no-repeat;
  background-size: cover;
  margin-top: -126px;
  min-height: 986px;
}
@media (max-width: 63.9375em) {
  .posts {
    min-height: auto;
  }
}
.posts .pagination-block {
  margin-left: 0;
  margin-right: 0;
}
body.blog .posts,
body.archive .posts,
body.error404 .posts {
  background: none;
  min-height: inherit;
}
body.error404 .posts {
  margin-top: -170px;
}
body.single-post .posts {
  background-image: none;
  min-height: auto;
  margin-top: 0;
  max-width: 81.25rem;
}
body.home .posts > .row {
  position: relative;
}
@media (min-width: 1200px) {
  body.home .posts > .row::before {
    background: url('../images/bg-posts-leaf.png') 0 0 no-repeat;
    content: "";
    height: 54px;
    position: absolute;
    right: -46px;
    top: 126px;
    width: 64px;
  }
  body.blog body.home .posts > .row::before,
  body.archive body.home .posts > .row::before {
    display: none;
  }
  body.home .posts > .row::after {
    background: url('../images/bg-posts-grain.jpg') 0 0 no-repeat;
    content: "";
    height: 520px;
    left: -220px;
    position: absolute;
    top: 300px;
    width: 746px;
  }
  body.blog body.home .posts > .row::after,
  body.archive body.home .posts > .row::after {
    display: none;
  }
}
body.blog .posts .column:nth-child(-n+2),
body.archive .posts .column:nth-child(-n+2) {
  width: 50%;
}
body.blog .posts .column:nth-child(-n+2) img,
body.archive .posts .column:nth-child(-n+2) img {
  width: 100%;
}
@media (min-width: 64em) {
  body.blog .posts.large-up-3 > .column:nth-of-type(3n+3),
  body.archive .posts.large-up-3 > .column:nth-of-type(3n+3) {
    clear: left;
  }
  body.blog .posts.large-up-3 > .column:nth-of-type(3n+1),
  body.archive .posts.large-up-3 > .column:nth-of-type(3n+1) {
    clear: none;
  }
}
.posts .post {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.single-post .posts .post {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .posts .post.first .details {
    right: 80px;
  }
  .posts .post.first .details h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 40em) {
  .posts .post.second {
    float: right;
  }
}
@media (max-width: 39.9375em) {
  .posts .post img {
    width: 100%;
  }
}
body.home .posts .post a,
body.blog .posts .post a,
body.archive .posts .post a,
body.error404 .posts .post a {
  display: block;
  position: relative;
}
body.home .posts .post a::before,
body.blog .posts .post a::before,
body.archive .posts .post a::before,
body.error404 .posts .post a::before {
  background: url('../images/bg-post-gradient.png') 0 0 repeat-x;
  bottom: 0;
  content: "";
  height: 201px;
  left: 0;
  position: absolute;
  width: 100%;
}
body.home .posts .post a:hover,
body.blog .posts .post a:hover,
body.archive .posts .post a:hover,
body.error404 .posts .post a:hover,
body.home .posts .post a:focus,
body.blog .posts .post a:focus,
body.archive .posts .post a:focus,
body.error404 .posts .post a:focus {
  opacity: 1;
}
body.home .posts .post a:hover::before,
body.blog .posts .post a:hover::before,
body.archive .posts .post a:hover::before,
body.error404 .posts .post a:hover::before,
body.home .posts .post a:focus::before,
body.blog .posts .post a:focus::before,
body.archive .posts .post a:focus::before,
body.error404 .posts .post a:focus::before {
  background-position: 0 -202px;
  height: 200px;
}
body.home .posts .post a:hover span.cat,
body.blog .posts .post a:hover span.cat,
body.archive .posts .post a:hover span.cat,
body.error404 .posts .post a:hover span.cat,
body.home .posts .post a:focus span.cat,
body.blog .posts .post a:focus span.cat,
body.archive .posts .post a:focus span.cat,
body.error404 .posts .post a:focus span.cat {
  color: #fff;
}
.posts .post .details {
  bottom: 30px;
  color: #fff;
  left: 50px;
  position: absolute;
  right: 50px;
}
@media (max-width: 63.9375em) {
  .posts .post .details {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
body.single-post .posts .post .details {
  position: static;
}
body.error404 .posts .post .details {
  left: 30px;
  right: 30px;
}
.posts .post .details h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 16px;
}
@media (max-width: 63.9375em) {
  .posts .post .details h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.posts .post .details h2:hover,
.posts .post .details h2:focus {
  text-decoration: underline;
}
body.blog .posts .post .details h2,
body.archive .posts .post .details h2,
body.error404 .posts .post .details h2 {
  font-size: 18px;
  line-height: 25px;
}
.posts .post .details span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.posts .post .details span.date {
  background: rgba(255, 255, 255, 0.2);
  margin-right: 16px;
  padding: 1px 10px;
}
body.single-post .posts .post .details span.date {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  margin-bottom: 30px;
}
.posts .post .details span.cat {
  color: #009d2c;
  text-transform: uppercase;
}
body.single-post .posts .post .details span.cat {
  line-height: 15px;
}
.posts .post .details span.cat a {
  text-decoration: none;
}
.posts .post .details span.cat a:hover,
.posts .post .details span.cat a:focus {
  text-decoration: underline;
}
.posts .button {
  margin: 10px 0 80px;
}
@media (max-width: 63.9375em) {
  .posts .button {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
body.error404 .posts .button {
  margin-bottom: 30px;
}
body.error404 .posts h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.posts .pagination {
  margin: 30px 0 0;
}
.posts .pagination li {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.posts .pagination li.pagination-previous a::before,
.posts .pagination li.pagination-next a::before,
.posts .pagination li.pagination-previous a::after,
.posts .pagination li.pagination-next a::after,
.posts .pagination li.pagination-previous.disabled::before,
.posts .pagination li.pagination-next.disabled::before,
.posts .pagination li.pagination-previous.disabled::after,
.posts .pagination li.pagination-next.disabled::after {
  display: none;
}
.posts .pagination li.pagination-previous a,
.posts .pagination li.pagination-next a {
  margin: 0;
  padding: 5px 30px 5px 60px;
}
.posts .pagination li.pagination-previous a {
  background: url('../images/bg-button-arrow-left.png') left center no-repeat;
  margin-right: 10px;
}
.posts .pagination li.pagination-previous a:hover,
.posts .pagination li.pagination-previous a:focus {
  background-color: #f7f7f7;
  background-image: url('../images/bg-button-arrow-left.png');
}
.posts .pagination li.pagination-next a {
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 60px;
}
.posts .pagination li.pagination-next a:hover,
.posts .pagination li.pagination-next a:focus {
  background: #f7f7f7 url('../images/bg-button-arrow.png') right center no-repeat;
}
.posts .pagination li.current {
  background: none;
  color: #009d2c;
  padding-bottom: 4px;
  padding-top: 4px;
}
.posts .pagination li a {
  padding-bottom: 4px;
  padding-top: 4px;
}
.historia-gazeta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  padding-top: 44px;
  position: relative;
}
@media (max-width: 63.9375em) {
  .historia-gazeta {
    margin-bottom: 50px;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta {
    padding-top: 20px;
  }
}
.historia-gazeta::before {
  background: url('../images/bg-box-history.png') right center no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  z-index: -1;
}
@media (max-width: 39.9375em) {
  .historia-gazeta::before {
    background-position-y: top;
    background-size: cover;
    padding-top: 20px;
    right: 0;
    width: 100%;
  }
}
.historia-gazeta .pl50 {
  padding-left: 50px;
}
@media (max-width: 63.9375em) {
  .historia-gazeta .pl50 {
    padding-left: 30px;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta .pl50 {
    padding-left: 15px;
  }
}
.historia-gazeta .pl50 img {
  margin-right: -50px;
}
@media (max-width: 63.9375em) {
  .historia-gazeta .pl50 img {
    margin-right: -30px;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta .pl50 img {
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 37%;
  }
}
.historia-gazeta h2 {
  margin: 80px 0 22px;
}
@media (max-width: 63.9375em) {
  .historia-gazeta h2 {
    font-size: 27px;
    line-height: 36px;
    margin-top: 10px;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta h2 {
    line-height: 32px;
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .historia-gazeta h2 {
    margin-top: 10px;
  }
}
.historia-gazeta img {
  max-width: 59%;
}
@media (max-width: 63.9375em) {
  .historia-gazeta img {
    max-width: 47%;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta img {
    max-width: 43%;
  }
}
.historia-gazeta .button {
  margin-bottom: 124px;
}
@media (max-width: 63.9375em) {
  .historia-gazeta .button {
    margin-bottom: 50px;
  }
}
@media (max-width: 39.9375em) {
  .historia-gazeta .button {
    margin-bottom: 30px;
  }
}
.instytucje {
  border: 5px solid #009d2c;
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 100px;
  padding: 45px 55px;
}
@media (min-width: 1300px) {
  .instytucje {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 63.9375em) {
  .instytucje {
    font-size: 14px;
    margin: 0 0 50px;
    padding: 20px;
  }
}
.instytucje h2 {
  margin-bottom: 30px;
}
.instytucje img {
  display: block;
  margin-bottom: 15px;
}
.instytucje .column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.instytucje .column a {
  color: inherit;
  display: block;
  padding: 20px 30px;
}
@media (max-width: 63.9375em) {
  .instytucje .column a {
    padding: 15px;
  }
  .instytucje .column a br {
    display: none;
  }
}
@media (min-width: 64em) {
  .instytucje .column:first-child a,
  .instytucje .column:nth-child(6) a {
    padding-left: 0;
  }
  .instytucje .column:nth-child(-n+5) a {
    padding-top: 0;
  }
  .instytucje .column:nth-child(5n+5) {
    border-right: none;
  }
  .instytucje .column:nth-child(n+6) {
    border-bottom: none;
  }
  .instytucje .column:nth-child(n+6) a {
    padding-bottom: 0;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .instytucje .column:first-child a,
  .instytucje .column:nth-child(4) a,
  .instytucje .column:nth-child(7) a,
  .instytucje .column:nth-child(10) a {
    padding-left: 0;
  }
  .instytucje .column:nth-child(-n+3) a {
    padding-top: 0;
  }
  .instytucje .column:nth-child(3n+3) {
    border-right: none;
  }
  .instytucje .column:last-child {
    border-bottom: none;
    border-right: none;
  }
  .instytucje .column:last-child a {
    padding-bottom: 0;
  }
}
@media (max-width: 39.9375em) {
  .instytucje .column:nth-child(-n+2) a {
    padding-top: 0;
  }
  .instytucje .column:nth-child(2n+2) {
    border-right: none;
  }
  .instytucje .column:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .instytucje .column:nth-last-child(-n+2) a {
    padding-bottom: 0;
  }
}
.zarzad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
@media (max-width: 63.9375em) {
  .zarzad {
    margin-bottom: 50px;
  }
}
body.page-template-wladze-pir .zarzad {
  margin-bottom: 60px;
}
.zarzad h2 {
  margin-bottom: 60px;
}
@media (max-width: 63.9375em) {
  .zarzad h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1160px) {
  .zarzad img {
    margin-left: -88px;
    max-width: none;
  }
}
.sg-o-nas {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
  padding-bottom: 54px;
}
@media (max-width: 63.9375em) {
  .sg-o-nas {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}
.sg-o-nas .columns {
  margin-bottom: 30px;
}
@media (max-width: 39.9375em) {
  .sg-o-nas .columns {
    margin-bottom: 14px;
  }
}
.sg-o-nas .columns img {
  margin-bottom: 30px;
}
@media (max-width: 63.9375em) {
  .sg-o-nas .columns img {
    margin-bottom: 15px;
  }
}
.sg-o-nas .columns h3 {
  margin-bottom: 15px;
}
.sg-o-nas .columns p {
  font-size: 14px;
  line-height: 25px;
}
.main {
  background-color: #fff;
  margin-top: -128px;
  max-width: 81.25rem;
  min-height: 200px;
  padding: 65px 65px 0;
}
@media (max-width: 63.9375em) {
  .main {
    padding: 50px 0 0 !important;
  }
  .main.column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 39.9375em) {
  .main.column {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
body.single-post .main {
  padding-left: 50px;
  padding-right: 50px;
}
.main h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-width: 63.9375em) {
  .main h2 {
    font-size: 30px;
    line-height: 40px !important;
  }
}
@media (max-width: 39.9375em) {
  .main h2 br {
    display: none;
  }
}
body.page-template-komisje-problemowe .main h2 {
  padding-top: 40px;
}
@media (max-width: 63.9375em) {
  body.page-template-komisje-problemowe .main h2 {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
body.page-template-o-naszej-izbie .main h2 {
  line-height: 50px;
  margin-bottom: 40px;
}
.main p {
  margin-bottom: 24px;
}
.main p.lead {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 63.9375em) {
  .main p.lead {
    line-height: 35px;
  }
}
body.page-template-o-naszej-izbie .main p.lead {
  line-height: 35px;
}
.main p + h2 {
  padding-top: 30px;
}
.main a {
  color: #009d2c;
  text-decoration: underline;
}
.main a:hover,
.main a:focus {
  text-decoration: none;
}
.main a[href$=".doc"] {
  background: url('../images/icon-file-doc.png') 0 center no-repeat;
  padding-left: 30px;
}
.main a[href$=".pdf"] {
  background: url('../images/icon-file-pdf.png') 0 center no-repeat;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  min-height: 47px;
  padding-left: 62px;
  padding-top: 10px;
}
.main hr {
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.main ol {
  margin: 0 0 24px 3rem;
}
.main ol li {
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0 5px 10px;
}
.main ol li ol {
  list-style: lower-alpha;
  margin-bottom: 0;
}
.main table {
  margin-bottom: 40px;
}
.main table tbody,
.main table tfoot,
.main table thead {
  border: none;
  background: none;
}
.main table tbody tr {
  background: none;
}
.main table tbody tr.bg {
  background-color: #f1f1f1;
}
.main table.rows-2 tbody tr:nth-child(4n+1),
.main table.rows-2 tbody tr:nth-child(4n+2) {
  background-color: #f1f1f1;
}
.main table th,
.main table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.contact-info h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 14px;
}
.contact-info address {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 63.9375em) {
  .contact-info address {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.contact-info address.big {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 63.9375em) {
  .contact-info address.big {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 63.9375em) {
  .contact-info hr {
    display: none;
  }
}
.contact-info a {
  color: #000;
  text-decoration: none;
}
.contact-info a:not(.button):hover,
.contact-info a:not(.button):focus {
  text-decoration: underline;
}
.contact-info .godziny,
.contact-info .pokaz-na-mapie {
  font-size: 13px;
  line-height: 18px;
}
.contact-info .godziny {
  margin-bottom: 30px;
}
@media (max-width: 63.9375em) {
  .contact-info .godziny {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.contact-info a.pokaz-na-mapie {
  text-decoration: underline;
}
@media (max-width: 63.9375em) {
  .contact-info a.pokaz-na-mapie {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.contact-info a.pokaz-na-mapie:hover,
.contact-info a.pokaz-na-mapie:focus {
  text-decoration: none;
}
.google-maps {
  height: 550px;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 63.9375em) {
  .google-maps {
    height: 500px;
    margin-top: 20px;
    position: relative;
  }
}
.google-maps address {
  margin-bottom: 10px;
}
.google-maps hr {
  margin: 10px 0;
}
.google-maps .godziny {
  margin-bottom: 0;
}
.szczegoly-firmy {
  margin-top: 80px;
}
@media (max-width: 63.9375em) {
  .szczegoly-firmy {
    margin-top: 50px;
  }
}
.szczegoly-firmy h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.szczegoly-firmy .column {
  margin-bottom: 20px;
  margin-right: 35px;
  padding-right: 0;
  width: auto;
}
.szczegoly-firmy a {
  color: inherit;
  text-decoration: none;
}
.szczegoly-firmy a:hover,
.szczegoly-firmy a:focus {
  text-decoration: underline;
}
.footer {
  background: url('../images/bg-footer.jpg') bottom center no-repeat;
  background-size: 100%;
  font-size: 15px;
  line-height: 25px;
  min-height: 460px;
  padding-bottom: 20%;
}
body:not(.home) .footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 70px;
  padding-top: 100px;
}
@media (max-width: 63.9375em) {
  body:not(.home) .footer {
    margin-top: 30px !important;
    min-height: inherit;
    padding-top: 50px !important;
  }
}
body.page-template-kontakt .footer {
  margin-top: 80px;
  padding-top: 80px;
}
.footer .mb {
  margin-bottom: 30px;
}
.footer .menu-footer {
  margin: 70px 0 10px;
}
@media (max-width: 63.9375em) {
  .footer .menu-footer {
    margin-top: 20px;
  }
}
body.page-template-kontakt .footer .menu-footer {
  margin-top: 0;
}
.footer .menu-footer li:first-child a {
  padding-left: 0;
}
.footer .menu-footer a {
  color: inherit;
  font-weight: 500;
  line-height: 20px;
}
/* Cookies */
#cookie {
  background: rgba(255, 255, 255, 0.9);
  bottom: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: inherit;
  margin: 0 20px 20px;
  max-width: 450px;
  min-width: 300px;
  opacity: 0;
  padding: 30px 20px 20px;
  position: fixed;
  right: 0;
  width: 40%;
  z-index: 1000;
}
@media (max-width: 1070px) {
  #cookie {
    max-width: none;
    width: auto;
  }
}
#cookie h6 {
  color: #005e26;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
#cookie p {
  font-size: 16px;
  line-height: 21px;
}
#cookie strong {
  display: block;
  margin-bottom: 10px;
}
#cookie .button {
  margin-bottom: 0;
}
/* WordPress Core */
.alignnone {
  margin: 5px 1.875rem 1.875rem 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 1.875rem 1.875rem;
}
.alignleft {
  float: left;
  margin: 5px 1.875rem 1.875rem 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gallery,
.justified-gallery {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 26px;
  width: 100%;
}
.gallery .gallery-item,
.justified-gallery .gallery-item {
  float: left;
  margin-top: 0;
  padding: 0 15px;
  text-align: center;
  width: 33.33333%;
}
.gallery .gallery-caption,
.justified-gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl,
.justified-gallery dl,
.gallery dt,
.justified-gallery dt {
  margin: 0;
}
.gallery br + br,
.justified-gallery br + br {
  display: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
/*# sourceMappingURL=./style.css.map */