.main-content .page p {
    text-align: justify;
    text-justify: inter-word;
}

.main-content .page p {
    margin-bottom: 0.1rem;
}

.szukaj_highlight {
    background-color: #ffc107;
    font-family: inherit; /* musi być */
}

/* przeniesione ze styles.css - begin */
.carousel-item{
    height:65vh;
    min-height:300px;
    background:no-repeat center center scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.carousel-item{
    text-shadow:1px 1px 2px rgba(0,0,0,0.75);
}
.carousel-caption-title {
    font-size:64pt;
}
.carousel-item * {
    color:#ffffff;
}

@media (max-width: 992px) {
  .carousel-caption-title {
    font-size: 40px !important;
  }
  .carousel-item p {
      font-size: 22px !important;
  }
}

/* do 576px xtra-small) */
@media (max-width: 576px) {
  .carousel-caption-title {
    font-size: 30px !important;
  }
  .carousel-item p {
      font-size: 18px !important;
  }
}

/* do 768px small */
@media (max-width: 768px) {
  .carousel-item {
      /* na wąskich ekranach carousel jest niższy */
      height:40vh;
  }
}
/* przeniesione ze styles.css - end */

/* lepiej widoczne strzałki w boostrap carousel - dla zdjęć "pionowych" z białymi paskami po bokach */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 35px;
    width: 35px;
    background-size: 70%;
    background-color: rgba(100,100,100,.2);
    border-radius: 8px;
}

.carousel-caption-title {
    display: inline;
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 16px;
    padding-right: 16px;
    line-height: 121.9%;
    font-size: 60pt;
}

.carousel-item a:hover {
    color: #ffffff;
}

.carousel-caption a:hover {
    font-weight: bold;
    font-size: 60pt;
    line-height: 121.9%;
}

.carousel-caption-desc {
    display: inline;
    font-size: 1.5rem;
    padding: 4px 16px;
    background-color: rgba(0, 0, 0, 0.3);
}





/*gallery slider additional styles*/
.baguettebox .carousel-item, .baguettebox #carousel-thumb {height:auto !important;width:auto !important;min-height: auto !important;}
.baguettebox #carousel-thumb:not(.float-right){margin: 0 2% 2% 0;}
.baguettebox #carousel-thumb:not(.float-left){margin: 0 0 2% 2%;}
.baguettebox .carousel-control-prev{left:20%;}
.baguettebox .carousel-control-next{right:20%;}
.baguettebox .carousel-control-next, .baguettebox .carousel-control-prev{top:110%;-webkit-filter:grayscale(100%) brightness(500%) brightness(10%);filter:grayscale(100%) brightness(500%) brightness(10%); }
.baguettebox #carousel-index{top: 10px;position: absolute;left: 45%;bottom: 0%;}
.relative{position:relative;}
#carousel-thumb, #carousel-thumb .carousel-inner, #carousel-thumb img, #carousel-thumb .carousel-item{width: 100%;height: auto;}
.slider-indicators{position: absolute !important;height:auto;}
.article-slider .slider-indicators {position: relative !important;margin-top:2%;}
.slider-indicators li{min-width:60px;width: 10%;height: auto;}
.slider-indicators li:before,.slider-indicators li:after{content: '';display: none;}
.slider-indicators .active img{opacity: 0.7 !important;}
.calendar-border-top:not(:first-child){padding-top: 1rem;margin-top: 1rem;margin-bottom: 1rem;border-top: 1px solid rgba(0, 0, 0, 0.1);}

#footer p {
    margin-bottom: 0px;
    color: inherit;
}

.max-height-64 {
    max-height: 64px;
}

.alert {
    margin-bottom: 0px;
}

/* komunikat o ciasteczkach na stronie z planem */
#plan-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #2b2b2b;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #bbbbbb;
}

#plan-cookie-bar .inner {
    width: 80%;
    font-size: 0.9em;
    padding: 8px;
}

#plan-cookie-bar[class=show] {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}
