.slideshow {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.slideshow li {
display: none;
float: left;
margin: 0 -100% 0 0;
width: 100%;
}
.slideshow li:first-child {
display: block;
}
.slideshow img {
max-width: 100%;
vertical-align: top;
}

h1 span:not(:last-child), h2 span:not(:last-child), h3 span:not(:last-child), h4 span:not(:last-child), h5 span:not(:last-child), h6 span:not(:last-child), .heading-1 span:not(:last-child), .heading-2 span:not(:last-child), .heading-3 span:not(:last-child), .heading-4 span:not(:last-child), .heading-5 span:not(:last-child), .heading-6 span:not(:last-child) {
	margin-right: 0 !important;
}

#oswiadczenie:hover {color: #ffffff !important;}

.contact-video-bg-overlay {
	position: relative;
}

.contact-video-bg-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.button-gray-light-outline {
	color: #fff;
}
.button-gray-light-outline:hover, .button-gray-light-outline:focus  {
	color: #fff;
	background-color: transparent !important;
	border-color: #e0e0e2 !important;
}

.miniaturka-foto {
	display: inline;
}

.miniaturka-foto:hover .miniaturka-foto__overlay {
	opacity: 1;
}

.miniaturka-foto:hover .miniaturka-foto__overlay::before {
	transform: scale(1);
}

.miniaturka-foto__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(227, 31, 37, 0.5);
	opacity: 0;
	transition: all .4s ease-out;
	will-change: opacity, transform;
}

.miniaturka-foto__overlay::before {
	position: relative;
	display: block;
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	transform: scale(0);
	will-change: transform;
	transition: all .4s ease-out;
}

@media (min-width: 768px) {
	.miniaturka-foto__overlay::before {
		font-size: 50px;
	}
}

.linki-w-stopce {
	line-height: 3;
}


.fake-link {
    color: #E31F25;
    text-decoration: none;
    cursor: pointer;
}

.rd-navbar-megamenu {
	max-width: none !important;
}