h1::first-letter {
	text-transform: uppercase;
}

.html-hidden {display:none;}

@keyframes zamknij_komunikat {
	0%   { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	1%   { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	50%  { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	99%  { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	100%  { opacity: 0; padding: 0; margin: 0; line-height: 0;}
}
.blad {
	background: #ffffff;
	background: linear-gradient(to right, #d60000 0%, #d60000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #d60000;
	color: #d60000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.ostrzezenie {
	background: #ffffff;
	background: linear-gradient(to right, #FF8000 0%, #FF8000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #FF8000;
	color: #FF8000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.informacja {
	background: #ffffff;
	background: linear-gradient(to right, #49ad00 0%, #49ad00 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #49ad00;
	color: #49ad00;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.komunikat {
    background: #fbfbfb;
		background: linear-gradient(to right, #999999 0%, #999999 48px, #ffffff 48px, #ffffff 100%);
    border: 1px solid #EAEAEA;
    padding: 16px 16px 16px 64px;
    margin: 14px 0px;
}
.sql {
	background: #ffffff;
	background: linear-gradient(to right, #0049ad 0%, #0049ad 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #0049ad;
	color: #0049ad;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.blad::before,
.ostrzezenie::before,
.informacja::before,
.komunikat::before,
.sql::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	position: absolute;
	margin: -2px auto auto -64px;
	font-size: 150%;
	display: block;
	width: 48px;
	text-align: center;
}
.blad::before { content: "\f06a"; }
.ostrzezenie::before { content: "\f071"; }
.informacja::before { content: "\f129"; }
.komunikat::before { content: "\f129"; }
.sql::before { content: "\f121"; }
.zdjecie-start, .zdjecie-start-1, .zdjecie-start-2 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zdjecie-start-2 {
	flex-direction: column;
	flex-wrap: nowrap;
}
.zdjecie-start {
	width: 1232px;
	height: 714px;
}
.zdjecie-start-1 {
	flex: 634;
	padding-right: 16px;
}
.zdjecie-start-2 {
	flex: 582;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.zdjecie-start {
		width: 1024px;
		height: 594px;
	}
	.zdjecie-start-1 {
		flex: 526;
		padding-right: 16px;
	}
	.zdjecie-start-2 {
		flex: 482;
	}
}
@media all and (max-width: 639px) {
	.zdjecie-start {
		width: 90vw;
		display: block;
		height: 1232px
	}
	.zdjecie-start-1 {
		flex: 1;
		padding-right: 0px;
		padding-bottom: 16px;
		height: 600px;
	}
	.zdjecie-start-2 {
		flex: 1;
		height: 600px;
	}
}
@media all and (min-width: 640px)  and (max-width: 1023px) {
	.zdjecie-start {
		width: 90vw;
		height: 400px;
	}
}

.zdjecie-start a {
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff !important;
	text-decoration-color: transparent;
	font-size: 22px;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	background-color: #005255;
}
.zdjecie-start-1 a {
	height: 100%;
}
.zdjecie-start-2 a:first-child {
	flex: 371;
}
.zdjecie-start-2 a:last-child {
	flex: 304;
	margin-top: 16px;
}
.zdjecie-start-tytul {
	position: relative;
	z-index: 2;
	display: block;
	left: 32px;
	bottom: 24px;
	transition: 0.3s;
}
.zdjecie-start a::before {
	font-size: 28px;
	color: #ffffff;
	font-family: "Font Awesome 5 Free" !important;
  content: "\f101";
	width: 100%;
	height: 100%;
	background: #005255 url(../grafika/aktualnosci_maska.png);
	left:0;
	top:0;
	position: absolute;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	cursor: pointer;
}
.zdjecie-start a::after {
  content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,0) 100%), linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	left:0;
	top:0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zdjecie-start a:hover {
	align-items: center;
	justify-content: center;
}
.zdjecie-start a:hover .zdjecie-start-tytul {
	text-align: center;
	left: 0;
	bottom: 48px;
}

.zdjecie-start a:hover::before {
	opacity: 0.9;
}

/*Dopisane ŁW */
.strona-id-803 a, .strona-id-805 a, .strona-id-807 a, .strona-id-494 a{
	color:#C85014!important;
	text-decoration-color: transparent;
}

.strona-id-842 a{
	color:#C81B1B!important;
	text-decoration-color: transparent;
}

.strona-id-842 table td a:after{
	display: none!important;
}



.strona-tresc-28 a{
	color:#337476!important;
	text-decoration-color: transparent;
}


span.rotate:after{
	transform: rotate(180deg);
	transition: 0.3s;
}
