@import url('https://fonts.googleapis.com/css?family=Parisienne|Playfair+Display&display=swap&subset=latin-ext');
/*fonty*/h1 {
  color: #a65849;
}
h1, h2, h3, h4, h5, h6 {
  color: #a65849;
}
h2, .h2 {
  font-size: 26px;
  font-weight: bold;
}
a {
  color: #a65849;
}
a:hover {
  color: #a65849;
}
a.pdf-link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
a.pdf-link::before {
  content: "»";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
}
a.pdf-link::after {
  position: absolute;
  right: 0;
  content: "";
  width: 15px;
  height: 100%;
  background: url(/application/templates/frontend/default/gfx/icons/pdf.png);
  background-size: contain;
  background-position: center;
  transition: all 1s;
}
a.pdf-link:hover::after {
  animation: rotateK 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
a.img-link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
a.img-link::before {
  content: "»";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
}
a.img-link::after {
  position: absolute;
  right: 0;
  content: "";
  width: 15px;
  height: 100%;
  background: url(/application/templates/frontend/default/gfx/icons/img.png);
  background-size: contain;
  background-position: center;
  transition: all 1s;
}
a.img-link:hover::after {
  animation: rotateK 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
a.epub-link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
a.epub-link::before {
  content: "»";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
}
a.epub-link::after {
  position: absolute;
  right: 0;
  content: "";
  width: 15px;
  height: 100%;
  background: url(/application/templates/frontend/default/gfx/icons/epub.png);
  background-size: contain;
  background-position: center;
  transition: all 1s;
}
a.epub-link:hover::after {
  animation: rotateK 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
ul li {
  margin: 10px 0;
}
.art-img-content {
  max-width: 100%;
  width: auto;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #4f493e;
  border: 2px solid #eeecdb;
  float: left;
}
@media (max-width: 425px) {
  .art-img-content {
    float: none;
    margin: 15px auto;
  }
}
body {
  background-color: #eeecdb;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.navbar-default {
  background-color: #eeecdb;
  border: none;
  margin-bottom: 0;
}
.navbar-default .container {
  position: relative;
  background-image: url(/application/templates/frontend/default/gfx/lectiodivina/main_repeat_lg.jpg);
  background-repeat: repeat-y;
  background-position: bottom;
  background-size: 100%;
}
@media (min-width: 768px) {
  .navbar-default .container {
    height: 180px;
    background-image: url(/application/templates/frontend/default/gfx/lectiodivina/top_lg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-default .container {
    height: 226px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .container {
    height: 272px;
  }
}
@media (max-width: 767px) {
  .navbar-default .container {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .navbar-default .container {
    padding: 0 20px;
  }
}
@keyframes rotateK {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.navbar-collapse {
  margin-bottom: -6px;
}
.navbar-collapse ul {
  margin: 7px 0;
}
.navbar-collapse a {
  color: #968e74 !important;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
}
.navbar-collapse a:hover {
  color: #a65849 !important;
}
.navbar-collapse li.selected a {
  color: #a65849 !important;
}
.navbar-collapse li {
  position: relative;
  padding-left: 6px;
  padding-right: 10px;
  margin: 0;
}
.navbar-collapse li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 37%;
  width: 15px;
  height: 15px;
  background: url(/application/templates/frontend/default/gfx/lectiodivina/bg_menu_li.gif) no-repeat left center;
}
.navbar-collapse li:hover::before {
  animation: rotateK 1s;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    position: absolute;
    bottom: -9px;
    left: 22px;
    right: 12px;
  }
  .navbar-collapse .home-page {
    position: absolute;
    top: -138px;
    right: 120px;
    padding-left: 5px;
    white-space: nowrap;
    background: url(/application/templates/frontend/default/gfx/lectiodivina/home.gif) no-repeat left center;
  }
  .navbar-collapse .home-page::before {
    content: none;
  }
  .navbar-collapse .home-page a {
    font-size: 12px;
  }
  .navbar-collapse .site-map {
    position: absolute;
    top: -138px;
    right: 0px;
    padding-left: 5px;
    white-space: nowrap;
    background: url(/application/templates/frontend/default/gfx/lectiodivina/mapa.gif) no-repeat left center;
  }
  .navbar-collapse .site-map::before {
    content: none;
  }
  .navbar-collapse .site-map a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    bottom: -4px;
    left: 40px;
  }
  .navbar-collapse .home-page, .navbar-collapse .site-map {
    top: -179px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    bottom: 0;
    left: 58px;
    right: 25px;
  }
  .navbar-collapse .home-page, .navbar-collapse .site-map {
    top: -217px;
  }
}
.navbar-collapse .navbar-right {
  float: none !important;
}
.navbar-brand {
  color: #a65849 !important;
  font-family: 'Parisienne', cursive;
  font-size: 30px;
}
@media (min-width: 768px) {
  .navbar-brand {
    position: absolute;
    left: 60px;
    top: 73px;
    font-size: 47px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    left: 65px;
    top: 93px;
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    left: 80px;
    top: 112px;
    font-size: 73px;
  }
}
@keyframes rotateLeft {
  from {
    transform: rotateY(0deg) translate(0, -50%);
  }
  to {
    transform: rotateY(360deg) translate(0, -50%);
  }
}
@keyframes moveLeft {
  from {
    transform: translate(0, -50%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
.left-menu ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.left-menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.left-menu ul li li {
  margin-bottom: 11px;
}
.left-menu ul li li li {
  margin-bottom: 8px;
}
.left-menu > ul > li {
  border-bottom: 1px solid #eeecdb;
}
.left-menu > ul > li a {
  position: relative;
  display: block;
  margin-left: 15px;
  text-decoration: none;
  color: #968e74;
}
.left-menu > ul > li > a {
  font-weight: bold;
}
.left-menu > ul > li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: url(/application/templates/frontend/default/gfx/lectiodivina/gfx_menu_li.gif) no-repeat left center;
}
.left-menu > ul > li a:hover {
  color: #a65849;
}
.left-menu > ul > li > a:hover::before {
  animation: rotateLeft 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.left-menu > ul > li ul {
  margin-left: 15px;
}
.left-menu > ul > li ul > li a {
  font-size: 14px;
}
.left-menu > ul > li ul > li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: url(/application/templates/frontend/default/gfx/lectiodivina/gfx_menu_li2.gif) no-repeat left center;
}
.left-menu > ul > li ul > li > a:hover::before {
  animation: moveLeft 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.left-menu > ul ul {
  display: none;
}
.left-menu > ul .active-path-to-page > a {
  color: #a65849;
}
.left-menu > ul .active-path-to-page > ul {
  display: block;
}
.main .container {
  display: flex;
  min-height: 60vh;
  padding-top: 15px;
  padding-bottom: 66px;
  background-image: url(/application/templates/frontend/default/gfx/lectiodivina/main_top_lg.jpg), url(/application/templates/frontend/default/gfx/lectiodivina/main_bottom_lg.jpg), url(/application/templates/frontend/default/gfx/lectiodivina/main_repeat_lg.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom;
  background-size: 100%;
}
.main .container::before {
  content: none;
}
@media (min-width: 768px) {
  .main .container .row {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main .container .row {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main .container {
    padding-right: 52px;
  }
}
@media (min-width: 992px) {
  .main .container {
    padding-right: 62px;
  }
}
@media (min-width: 1200px) {
  .main .container {
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .main .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.main .container .left-site {
  flex-shrink: 0;
  width: 260px;
  margin-right: 25px;
  margin-left: -27px;
  padding: 20px;
  background-image: url(/application/templates/frontend/default/gfx/lectiodivina/left-top.png), url(/application/templates/frontend/default/gfx/lectiodivina/left-bottom.png), url(/application/templates/frontend/default/gfx/lectiodivina/left-repeat.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom;
  background-color: #f9f8ee;
  box-shadow: inset 0 0 6px 1px #cac6ae, 0 0 10px #c6c3a4;
  border-radius: 5px 5px 16px 5px;
  z-index: 20;
}
@media (max-width: 767px) {
  .main .container .left-site {
    position: absolute;
    left: -260px;
    transition: all 0.5s;
  }
  .main .container .left-site h1.mButton {
    position: fixed;
    left: 5px;
    right: 5px;
    bottom: 0;
    margin: 0;
    padding: 5px;
    z-index: 50;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    box-shadow: -2px -3px 7px rgba(40, 24, 21, 0.58), 0 1px rgba(40, 24, 21, 0.8);
    background: #efebda;
  }
  .main .container .left-site.showLeftMenu {
    left: 30px;
    padding-bottom: 45px;
  }
}
.lightbox-gallery .gallery-images {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.lightbox-gallery .gallery-images .image-lightbox {
  padding: 10px;
}
@media (max-width: 767px) {
  .lightbox-gallery .gallery-images .image-lightbox {
    padding: 2px;
  }
}
.lightbox-gallery .gallery-images .image-lightbox .thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  height: 100%;
}
.lightbox-gallery .gallery-images .image-lightbox .thumbnail:hover {
  border-color: #a65849;
}
.lightbox-gallery .gallery-images .image-lightbox .thumbnail:focus {
  border-color: #a65849;
}
.lightbox-gallery .gallery-images .image-lightbox .thumbnail .label-text {
  display: block;
  color: #968e74;
}
.footer-list {
  padding-left: 15px;
}
.pagination-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .pagination-box {
    flex-direction: column;
    padding-top: 15px;
  }
}
.pagination-box .pagination .page-nr {
  color: #968e74;
  cursor: pointer;
}
.pagination-box .pagination .page-nr.active {
  color: #a65849;
  font-weight: bold;
}
/*----------------FOOTER---------------*/.footer {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;
  padding-bottom: 38px;
}
.footer .f-right {
  text-align: right;
}
.footer .f-right a.best-group {
  background: url(/application/templates/frontend/default/gfx/logo_footer.gif) no-repeat scroll left top;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 80px;
  color: #fff;
}
/*mapa serwisu*/.serwis-map ul {
  padding: 0;
}
.serwis-map ul li {
  list-style: none;
}
.serwis-map ul a {
  position: relative;
  display: block;
  margin-left: 15px;
  color: #968e74;
  text-decoration: none;
  font-weight: bold;
}
.serwis-map ul a:hover {
  color: #a65849;
}
.serwis-map ul a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: url(/application/templates/frontend/default/gfx/lectiodivina/gfx_menu_li.gif) no-repeat left center;
}
.serwis-map > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serwis-map > ul > li {
  width: 49%;
  padding: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 420px) {
  .serwis-map > ul > li {
    width: 100%;
  }
}
.serwis-map > ul > li ul {
  margin-left: 15px;
}
.serwis-map > ul > li ul li {
  width: 100%;
}
.serwis-map > ul > li ul li a {
  font-weight: normal;
}
.serwis-map > ul > li ul li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: url(/application/templates/frontend/default/gfx/lectiodivina/gfx_menu_li2.gif) no-repeat left center;
}
/*gallery-in-article*/.gallery-in-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 5px;
  margin: 15px 0;
}
.gallery-in-article .item {
  position: relative;
  margin: 5px;
}
@media (min-width: 421px) {
  .gallery-in-article .item {
    width: 40%;
    padding-top: calc(40% / 1.77);
  }
}
@media (min-width: 992px) {
  .gallery-in-article .item {
    width: 30%;
    padding-top: calc(30% / 1.77);
  }
}
@media (min-width: 1200px) {
  .gallery-in-article .item {
    width: 30%;
    padding-top: calc(30% / 1.77);
  }
}
@media (max-width: 420px) {
  .gallery-in-article .item {
    width: 100%;
    padding-top: calc(100% / 1.77);
  }
}
.gallery-in-article .item .item-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  box-shadow: 0 0 3px #4f493e;
  border: 2px solid #eeecdb;
}
.article-footer {
  text-align: right;
  font-style: italic;
}
.navbar-collapse .best-searching-input {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .navbar-collapse .best-searching-input {
    position: absolute;
    right: 25px;
    bottom: 82px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse .best-searching-input {
    position: absolute;
    right: 36px;
    bottom: 20px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse .best-searching-input {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 200px;
  }
}
.navbar-collapse .best-searching-input .form-control {
  height: 25px;
  border-color: #968e74;
}
.navbar-collapse .best-searching-input .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 35, 28, 0.3);
}
.navbar-collapse .best-searching-input .input-group-addon {
  height: 25px;
  padding: 0px 12px;
  font-size: 13px;
  border-color: #968e74;
  background-color: #eeecdb;
}
.main .form-control {
  border-color: #968e74;
}
.main .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 35, 28, 0.3);
}
.main .input-group-addon {
  border-color: #968e74;
  background-color: #eeecdb;
}
.breadcrumb {
  padding-bottom: 0px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #eeecdb;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #968e74;
  content: "»";
}
.breadcrumb .bc-separator {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.newsy {
  display: flex;
  flex-wrap: wrap;
}
.newsy > div {
  margin-bottom: 15px;
}
.newsy .news {
  position: relative;
  height: 100%;
  padding: 10px 10px 30px 10px;
  border: 1px solid #eeecdb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 15px #eeecdb;
}
.newsy .news h2 {
  font-size: 20px;
}
.newsy .news .data {
  position: absolute;
  right: -7px;
  top: -9px;
  color: #fff;
}
.newsy .news .data span {
  position: relative;
  z-index: 5;
  padding: 6px;
  display: inline-block;
  background: #958e74;
  border-radius: 4px 0 0px 4px;
}
.newsy .news .data::before {
  position: absolute;
  top: 3px;
  right: 0px;
  content: "";
  background: #5d5847;
  width: 6px;
  height: 100%;
  transform: skewY(-34deg);
}
.newsy .news .wiecej {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
}
.newsy .news .wiecej .btn-default::before {
  content: "» ";
}
.btn-default {
  background-color: #eeecdb;
}
.btn-default:hover {
  background-color: #f9f8ee;
}
.back-link {
  position: relative;
  padding: 15px;
  text-align: center;
}
.back-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40%;
  border: 1px solid #eeecdb;
}
.back-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  border: 1px solid #eeecdb;
}
.f-toggle-btns {
  display: none;
}
