.page-section{
min-height: 100vh;
padding: 25px 0 !important;
}

#contact.page-section{
padding: 100px 0;
}

#oferta.page-section{
padding: 100px 0;
}

.text-muted {
margin: 25px !important;
}

.item span{
float:right;
color:#007bff;
cursor:pointer;
}

.item span:hover{
text-decoration: underline;
}

@media (max-width: 580px) {
  .owl-nav {
    display: none;
  }
}

@media (min-width: 992px){
#mainNav .navbar-brand {
    font-size: 1em;
    text-transform: uppercase;
}
}

@media (min-width: 1200px){
#mainNav .navbar-brand {
    font-size: 1.3em;
    text-transform: uppercase;
}
}


@media (max-width: 400px) {
  .navbar-brand {
    font-size: 1rem;
  }
}




#mainNav .navbar-nav .nav-item .nav-link{
text-shadow: 1px 1px 3px #000000;
}

.navbar-brand, .carousel-caption{
text-shadow: 1px 1px 3px #000000;
}

.timeline-wrapper {
  position: relative;
  padding: 10px 0;
}
.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info a {
	color: #212529;
}
.timeline-info p {
	line-height: 1.3;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.timeline:before{
    display: none;
}

@media (max-width: 580px) {
  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}


.card-header{
cursor: pointer;
}

.card-header .fas {
color: #fed136;
}

ul.card-ul{
	margin-left:-20px;
	margin-right:20px;
}

ul.card-ul > li
{
	margin-top:15px;
}

@media (max-width: 768px) {
.carousel{
padding-top: 56px;
}
}


#oferta ul{
list-style-position: inside;
list-style-type: none;
padding: 0;
}

#oferta ul li:before{
content: "- ";
}

#oferta ul li{
padding-bottom: 10px;
}


.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'Font Awesome 5 Free';
  font-size: 100px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\f060';
  left: -45px;
  font-weight: 900;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\f061';
  right: -45px;
  font-weight: 900;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffc200;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b;
}


















/* DO FILTROWANIA */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:20px;
}

.portfolio-item p{
	margin-bottom: 0;
}

/* DO FILTROWANIA */




/* NKŁADKA NA OBRAZ */
.img-fluid {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.item:hover .img-fluid {
  opacity: 0.3;
}

.item:hover .middle {
  opacity: 1;
}

.middle i{
font-size:x-large;
}

.fa-info-circle{
cursor: pointer;
color: #007bff;
}

.fa-info-circle:hover{
color: #ffc200 !important;
}