@import url("https://fonts.googleapis.com/css2?family=Lato:wght@200,300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body {
  overflow-x: hidden;
}

#allrama {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='102' viewBox='0 0 96 102'><rect width='96' height='18' x='0' y='0' fill='%23333F4D' /><rect width='96' height='56' x='0' y='18' fill='%235E86B3' /><rect width='96' height='26' x='0' y='74' fill='%23FDAB2B' /></svg>") repeat-x;
}

#all {
  width: 100%;
  max-width: 980px;
}

@media (max-width: 500px) {
  #naglowek {
    height: auto;
  }
}

@media (max-width: 500px) {
  #fcp {
    float: none;
    background-color: #2a578a;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  #fcp span {
    display: block;
  }
}
@media (max-width: 500px) {
  #fcp a#fcpforum,
#fcp a#fcpczat,
#fcp a#fcppoczta {
    display: block;
    padding: 3px;
    background-image: none;
    height: auto;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media (max-width: 500px) {
  #fcp a#fcpforum:hover,
#fcp a#fcpczat:hover,
#fcp a#fcppoczta:hover {
    height: auto;
  }
}

#menu_glowne {
  font-size: 0.9rem;
  font-family: "Lato", sans-serif;
}
#menu_glowne * {
  font-size: inherit;
  font-family: inherit;
}
#menu_glowne ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#menu_glowne li {
  border-left: none;
}
#menu_glowne li:first-child {
  margin-left: 0;
}
#menu_glowne li:nth-child(5) {
  order: -2;
}
#menu_glowne li:nth-child(5) a {
  color: #000;
}
#menu_glowne li:nth-child(9) {
  order: -1;
}
#menu_glowne li:nth-child(9) a {
  color: #000;
}
#menu_glowne a {
  padding: 4px 7px;
  color: #312107;
}

#main-content {
  width: calc(100% - 40px);
  overflow-x: hidden;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-template-areas: "srodek" "lewa" "prawa";
}
@media (min-width: 500px) {
  #main-content {
    grid-template-columns: 1fr 170px;
    grid-template-areas: "srodek prawa" "lewa .";
  }
}
@media (min-width: 900px) {
  #main-content {
    width: 100%;
    grid-template-columns: 180px 1fr 170px;
    grid-template-areas: "lewa srodek prawa";
  }
}

@media (min-width: 500px) {
  #GaleriaFoto #main-content {
    grid-template-columns: 1fr 170px;
    grid-template-areas: "srodek prawa";
  }
}

#srodekFoto .opcje {
  font-family: "Lato";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
#srodekFoto .opcje > * {
  padding: 0.5rem;
}
#srodekFoto .opcje a {
  text-decoration: none;
  border: none;
}
#srodekFoto .opcje .poprzedni,
#srodekFoto .opcje .nastepny {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
#srodekFoto #komentarz {
  font-family: "Lato";
  font-weight: 400;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  margin-bottom: 3rem;
}

#srodek {
  grid-area: srodek;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
#GaleriaFoto #srodek {
  width: 100%;
}

@media (max-width: 500px) {
  #lewa {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #lewa .sidebar-wyszukiwarka {
    order: -2;
  }
}
@media (max-width: 500px) {
  #lewa #pozostale_wiadomosci {
    order: -1;
  }
}

#lewa {
  grid-area: lewa;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#prawa {
  grid-area: prawa;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#srodek {
  font-size: 1rem;
  line-height: 1.5;
}
#srodek h2 a {
  font-size: inherit;
}

.zajawka h2 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.zajawka .data {
  font-size: 0.8rem;
}

.wiadomosc h2 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.wiadomosc footer {
  font-size: 0.75rem;
}
@media (max-width: 900px) {
  .wiadomosc .podtytul {
    text-align: left;
  }
}
@media (max-width: 900px) {
  .wiadomosc .tresc {
    text-align: left;
  }
}
.wiadomosc__fotoglowne {
  margin-bottom: 2rem;
  text-align: center;
}
.wiadomosc__fotoglowne img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.wiadomosc__komentarz {
  font-size: 0.75rem;
  color: #444;
  text-align: left;
}

@media (max-width: 500px) {
  #foto {
    float: none;
    width: 100%;
  }
}

.ogloszenia-baner {
  font-size: 0.83rem;
}

.google-ad-zajawka {
  text-align: center;
}

.skip-menu {
  display: flex;
  justify-content: space-between;
  background-color: #143355;
  font-size: 0.85rem;
  font-weight: bold;
}
@media (min-width: 500px) {
  .skip-menu {
    display: none;
  }
}
.skip-menu a {
  padding: 10px;
  color: #a4b5c8;
  text-decoration: none;
}

.bxbanner img {
  width: auto;
  max-width: 100%;
}

#srodekFoto #fotografia img {
  width: auto;
  max-width: 100%;
  border: none;
  padding: 0;
}

/*# sourceMappingURL=moderncss.css.map */
