.content img { width:100%; }

.img {
	max-width: 100%;
	height: auto;
}
#fixed_header {
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
body {
	padding-top: 120px !important;
}

#logo {
	line-height: 0;
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 200px;
}
#search_form {
	float: right;
	margin: 0;
	margin-top: 20px;
}
#search_form input[type="text"] {
	float: left;
	border: 1px solid #790000;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	color: #790000;
	/* width: 380px; */
	width: 375px;
	/* max-wdith: 100%; */
	margin-bottom: 20px;
}
#search_form input[type="submit"] {
	float: left;
	display: block;
	color: #ffffff;
	background-color: #8e0d00;
	border: 1px solid #790000;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	border-radius: 0;
	margin-bottom: 20px;
}
#search_form input[type="submit"]:hover {
	background-color: #790000;
}

#header .button {
	color: #ffffff;
	background-color: #8f0d00;
	height: 34px;
	line-height: 30px;
	text-transform: uppercase;
	border-color: #8f0d00;
	border-radius: 0;
	margin-top: 26px;
	/* float: right; */
	margin-left: 11.5%;
	margin-bottom: 20px;
}
#header .button:hover {
	color: #8f0d00;
	background-color: #ffffff;
}


#social {
	float: right;
	margin: 0;
	margin-right: 40px;
	margin-top: 22px;
	display: -webkit-flex;
	display: flex;
}
#social li {
	/* float: left; */
	margin-left: 10px;
}
#social li a {
	display: block;
	font-size: 30px;
	color: #cccccc;
	width: 30px;
	text-align: center;
  -webkit-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out;
}
#social li a:hover {
	color: #8e0d00;
}



#offer_links {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 35px;
}
#offer_links article {
	width: 33.33%;
	width: calc(100% / 3);
	color: #ffffff;
	/* padding: 20px 80px; */
	padding: 20px 40px;
}

#offer_links article.left {
	text-align: right;
	background-color: #0060af;
}
#offer_links article.center {
	text-align: center;
	background-color: #71bf44;
}
#offer_links article.right {
	text-align: left;
	background-color: #8e0d00;
}

#offer_links article h2 {
	color: #ffffff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.2;
}
#offer_links article h5 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
  font-weight: bold;

}
#offer_links article .button {
	background-color: #ffffff;
	/* padding-right: 40px; */
	text-transform: capitalize;
	text-transform: none;
	line-height: 32px;
	font-size: 16px;
}

#offer_links article.left .button:before,
#offer_links article.left .button:after {
	background-color: #0060af;
}
#offer_links article.left .button {
	color: #0060af;
	border-color: #0060af;
}

#offer_links article.center .button:before,
#offer_links article.center .button:after {
	background-color: #71bf44;
}
#offer_links article.center .button {
	color: #71bf44;
	border-color: #71bf44;
}
#offer_links article.right .button:before,
#offer_links article.right .button:after {
	background-color: #8e0d00;
}
#offer_links article.right .button {
	color: #8e0d00;
	border-color: #8e0d00;
}











#offer_links article .button:hover:before,
#offer_links article .button:hover:after {
	opacity: 0;
	right: -20px;
}








#news h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 35px;
	text-transform: uppercase;
}
#news ul {
	display: -webkit-flex;
	display: flex;
	margin-left: -20px;
	margin-bottom: 0;
}
#news ul li {
	position: relative;
	width: 33.33%;
	width: calc(100% / 3);
	margin-left: 20px;
	padding-bottom: 20px;

	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.10);
	/* border: 1px solid #ccc; */
	box-sizing: border-box;
	padding: 20px;

}
#news .top {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
	width: 100%;
}
#news .date {
	color: #ffffff;
	text-align: center;
	width: 85px;
	display: inline-block;
}
#news .date .month {
	font-family: Arial;
	color: #ffffff;
	height: 35px;
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	background-color: #790000;
	text-transform: uppercase;
}
#news .date .day {
	font-family: Arial;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	color: #333333;
	background-color: #cccccc;
}
#news .top h4 {
	display: inline-block;
	width: calc(100% - 95px);
	margin-left: 10px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	font-family: Arial;
}
#news p {
	font-size: 16px;
}

/* #news .button, */
#news button.news_x_3 {
	position: absolute;
	left: 0;
	bottom: 0;
}





.rek {
	text-align: center;
	/* display: block; */
	margin: 0 auto;
	display: block;
	line-height: 0;
	margin-bottom: 30px;
}

























.footer {
	color: #cccccc;
	background-color: #333333;
	padding-top: 40px;
}
.footer_up .wrapper {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.footer .footer_header {
	color: #cccccc;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.footer_up ul {
	margin: 0;
}
.footer_up ul li {
	margin: 0;
	font-size: 14px;
}



.footer_oferta ul li,
.footer_menu ul li,
.footer_contact ul li {
	line-height: 1.3;
	margin-bottom: 0;
}
.footer_oferta ul li a,
.footer_menu ul li a {
	color: #cccccc;
	font-weight: 300;
	font-size: 16px;
  -webkit-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out;
}
.footer_oferta ul li a:hover,
.footer_menu ul li a:hover {
	color: #8e0d00;
}
.footer_contact ul {
	margin-bottom: 20px;
}

.footer_contact ul li a {
	font-weight: 400;
}
.footer_contact .contacts li a,
.footer_contact .contacts li {
	font-style: italic;
	color: #8e0d00;
}
.footer_contact .contacts li a:hover {
	text-decoration: none;
}





.footer_social img {
	float: right;
}

#social_footer {
	margin-bottom: 20px;
	margin-top: 60px;
	float: right;
	clear: both;
}
#social_footer li {
	float: left;
	margin-left: 10px;
}
#social_footer li a {
	color: #cccccc;
	display: block;
	font-size: 30px;
	color: #cccccc;
	width: 30px;
	text-align: center;
}
#social_footer li a:hover {
	color: #8e0d00;
  -webkit-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out;
}
#social_footer li .fa {
	font-size: 30px;
}


.footer_down {
	border-top: 1px solid #ffffff;
	padding-top: 15px;
	padding-bottom: 10px;
}
#copyright {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.2;
}
#author {
	color: #ffffff;
	float: right;
	font-size: 13px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#author a {
	display: block;
	width: 130px;
	line-height: 0;
}
#author img {
	max-width: 100%;
	max-height: 100%;
}





#bodyContent p {
	margin-bottom: 10px;
}
#map {
	min-height: 400px;
	height: 400px;
	width: 100%;
	margin-bottom: 40px;
}
.page_header {
	color: #000000;
	font-size: 30px;
	font-weight: 900;
	font-family: arial;
}
.breadcrumbs {
	color: #999999;
	font-size: 13px;
	margin-bottom: 40px;
}
.breadcrumbs a {
	color: #000000;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs span {
	color: #000000;
}
.breadcrumbs .fa {
	color: #f00116;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	background-size: 100% auto;
	margin-bottom: 20px;
	min-height: 260px;
}
.parallax.parallax_kontakt {
	background-image: url("../images/parallax-kontakt.jpg");
}
.parallax.parallax_o-nas {
	background-image: url("../images/parallax-o-nas.jpg");
}
.parallax.parallax_promocje {
	background-image: url("../images/parallax-promocje.jpg");
}
.parallax.parallax_oferta {
	background-image: url("../images/parallax-oferta.jpg");
}
.parallax.parallax_referencje {
	background-image: url("../images/parallax-referencje.jpg");
}
.parallax.parallax_404 {
	background-image: url("../images/parallax-404.jpg");
}


#kontakt_boxy {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	margin-left: -20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#kontakt_boxy li {
	width: calc(100% / 3 - 20px);
	margin-left: 20px;
	box-sizing: border-box;
	text-align: left;
}
#kontakt_boxy li .box {
	border: 1px solid #dedede;
	padding: 30px;
	margin-bottom: 30px;
}
#kontakt_boxy h5 .fa {
	margin-right: 5px;
	font-size: 30px;
}
#kontakt_boxy h5 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #8e0d00;
	position: relative;
}
#kontakt_boxy h6 {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #8e0d00;
	position: relative;
}
#kontakt_boxy h5 span,
#kontakt_boxy h6 span {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 0;
}
#kontakt_boxy li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
#kontakt_boxy li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	color: #160504;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.2;
	/* display: -webkit-flex; */
	/* display: flex; */
	/* justify-content: space-between; */
}
/* #kontakt_boxy li .spaced_li ul li { */
	/* line-height: 1.7; */
/* } */
#kontakt_boxy li:last-child ul li b {
	padding-bottom: 10px;
	display: inline-block;
}

#kontakt_boxy li a {
	color: #160504;
	text-decoration: none;
}
#kontakt_boxy li a:hover {
	text-decoration: underline;
}




#kontakt_maile {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	margin-left: -20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#kontakt_maile li {
	border: 1px solid #dedede;
	width: calc(100% / 3 - 20px);
	margin-left: 20px;
	box-sizing: border-box;
	text-align: center;
}
#kontakt_maile li .box {
	padding: 0;
}
#kontakt_maile li a,
#kontakt_maile li div {
	padding: 30px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	adlign-items: center;
	text-decoration: none;
	color: #000000;
	font-size: 16px;

	-webkit-transition: background-color 0.6s, color 0.6s;
	 -khtml-transition: background-color 0.6s, color 0.6s;
		 -moz-transition: background-color 0.6s, color 0.6s;
			-ms-transition: background-color 0.6s, color 0.6s;
			 -o-transition: background-color 0.6s, color 0.6s;
					transition: background-color 0.6s, color 0.6s;
}
#kontakt_maile li a .fa,
#kontakt_maile li div .fa {
	font-size: 30px;
	color: #8e0d00;
	margin-bottom: 10px;

	-webkit-transition: color 0.6s;
	 -khtml-transition: color 0.6s;
		 -moz-transition: color 0.6s;
			-ms-transition: color 0.6s;
			 -o-transition: color 0.6s;
					transition: color 0.6s;
}
#kontakt_maile li a:hover {
	background-color: #8e0d00;
	color: #ffffff;
}
#kontakt_maile li a:hover .fa {
	color: #ffffff;
}







.content {
	float: left;
	width: calc(100% - 400px);
}


.sidebar {
	float: right;
	max-width: 380px;
}
.right_menu {
	background-color: #031443;
	padding: 20px 20px 60px;
	margin-bottom: 30px;
}
.right_menu li {
	min-height: 58px;
	border-bottom: 1px solid #ffffff;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}
.right_menu li a {
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
	position: relative;
}
.right_menu li a:before,
.right_menu li a:after {
	content: '';
	position: absolute;
	right: 20px;
	display: block;
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in;
					transition: all 0.5s ease-in;
}
.right_menu li a::before {
	top: 50%;
	-webkit-transform: translateY(-100%) skew(45deg, 0);
			-ms-transform: translateY(-100%) skew(45deg, 0);
					transform: translateY(-100%) skew(45deg, 0);
}
.right_menu li a::after {
	bottom: 50%;
	-webkit-transform: translateY(100%) skew(-45deg, 0);
			-ms-transform: translateY(100%) skew(-45deg, 0);
					transform: translateY(100%) skew(-45deg, 0);
}

.right_menu li ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.right_menu li ul li {
	line-height: auto;
	min-height: auto;
	border: 0;
	margin-bottom: 4px;
}
.right_menu li ul li a {
	background-color: #0faef8;
	min-height: 38px;
	line-height: 38px;
	padding: 0 15px;
}
.right_menu li li a:before,
.right_menu li li a:after {
	display: none;
}

.right_menu li ul li a.current {
	background-color: #8e0d00;
}




.right_menu li a.current,
.right_menu li a:hover {
	font-weight: 700;
}
.sidebar > a {
	display: block;
	line-height: 0;
	margin-bottom: 30px;
}

.content .list {
	margin-bottom: 30px;
}
.content .list li {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000033;
	margin-bottom: 20px;
}
.content .list li a.thumbnail {
	display: block;
	min-width: 220px;
	width: 220px;
	margin-right: 20px;
	/* margin-bottom: 30px; */
}
.content .list li img {
	width: 100%;
}
.content .list li .title {
	color: #000033;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.content .list li .title a {
	color: #000033;
}
.content .list li .title a:hover {
	text-decoration: underline;
}
.content .list li .date {
	color: #0faef8;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}
.content .list li .button {
	color: #ffffff;
	background-color: #0faef8;
	border-color: #0faef8;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	clear: both;
	margin-bottom: 0;
}
.content .list li .button:hover {
	color: #0faef8;
	background-color: #ffffff;
	border-color: #0faef8;
}






.street_header {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.street_header h4 {
	display: inline-block;
	font-size: 18px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 0;
	padding: 5px 15px;
	position: relative;
	top: 1px;
	font-weight: 400;
}




a.thumbnail {
	/* display: inline-block; */
	display: block;
	/* width: 100%; */
	line-height: 0;
	position: relative;
	overflow: hidden;
	/* margin-left: 26px; */
	/* margin-right: 26px; */
	/* max-width: 100%; */
	box-sizing: border-box;
}
a.thumbnail:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	z-index: 1;
}
a.thumbnail:hover::after {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
a.thumbnail:hover {
	opacity: 0.9;
}
a.thumbnail img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.6s;
	 -khtml-transition: all 0.6s;
		 -moz-transition: all 0.6s;
			-ms-transition: all 0.6s;
			 -o-transition: all 0.6s;
					transition: all 0.6s;
}
a.thumbnail:hover img {
	transform: scale(1.1);
}





.article_header {
	color: #000033;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.article_date {
	color: #0faef8;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000033;
	font-size: 14px;
}
.article {
	margin-bottom: 30px;
}
.article img {
	margin-bottom: 20px;
}
.article p {
	margin-bottom: 20px;
	/* font-size: 14px; */
	font-size: 15px;
}

.osiedla_lista {

}
.osiedla_lista li {
	margin-bottom: 5px;
}
.osiedla_lista li a {
	position: relative;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #282828;
	background-color: #eeeeee;
	margin-bottom: 0;
	padding-left: 60px;
	-webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out;
	        transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
/* .osiedla_lista li a.current, */
.osiedla_lista li a:hover {
	color: #ffffff;
	background-color: #031443;
}

.osiedla_lista li a span {
	display: block;
	background-color: #8e0d00;

	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.osiedla_lista li a span:before,
.osiedla_lista li a span:after {
	content: '';
	position: absolute;
	right: 17px;
	display: block;
	height: 6px;
	width: 6px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in;
					transition: all 0.5s ease-in;
}
.osiedla_lista li a span::before {
	top: 50%;
	-webkit-transform: translateY(-100%) skew(45deg, 0);
			-ms-transform: translateY(-100%) skew(45deg, 0);
					transform: translateY(-100%) skew(45deg, 0);
}
.osiedla_lista li a span::after {
	bottom: 50%;
	-webkit-transform: translateY(100%) skew(-45deg, 0);
			-ms-transform: translateY(100%) skew(-45deg, 0);
					transform: translateY(100%) skew(-45deg, 0);
}

/* .content.lista_lokali {
	width: 100%;
	float: none;
} */
.content.lista_lokali .list li {
	border-bottom: 0;
	/* background-color: #eeeeee; */
	margin-bottom: 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}



.content.lista_lokali .list > li:nth-child(even) {
  background-color: #ffffff;
}
.content.lista_lokali .list > li:nth-child(odd) {
	background-color: #eeeeee;
}



.content.lista_lokali .list li .button {
	/* float: right; */
	margin-right: 20px;
}
.content.lista_lokali .article {
	width: calc(100% - 240px);
	margin-bottom: 0;
}
.content .list li ul.cechy {
	margin: 0;
	/* float: left; */
	margin-bottom: 30px;
}
.content .list li ul.cechy li {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 5px;
}
.content.lista_lokali .list li .category {
	display: inline-block;
	color: #ffffff;
	background-color: #0faef8;
	padding: 6px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}





.lokal .article_date,
.article_date.lokalu {
	border-bottom: 0;
	padding-bottom: 0;
}
.lokal img {
	margin-bottom: 20px;
}
.lokal p {
	margin-bottom: 20px;
}
.sidebar_alternate {
	float: right;
	width: 380px;
}
.sidebar_alternate ul {
	margin-bottom: 30px;
	border-top: 1px dotted #000033;
	padding-top: 15px;
}
.sidebar_alternate ul li {
	color: #000033;
	font-weight: 300;
	font-size: 16px;
	border-bottom: 1px dotted #000033;
	margin-bottom: 15px;
	padding: 0 0 15px;

}
.sidebar_alternate ul li.cena {
	font-size: 24px;
	color: #000033;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	padding: 10px 0 25px;
}
.sidebar_alternate {
	margin-bottom: 30px;
}
.opis {
	color: #000033;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.gallery {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.gallery li {
	margin-left: 12px;
	margin-bottom: 12px;
	width: calc(100% / 4 - 12px);
}
.gallery a {
	display: block;
	line-height: 0;
	border: 1px solid #ffffff;
  -webkit-transition: border-color 0.6s ease-out;
          transition: border-color 0.6s ease-out;
}
.gallery a:hover {
	border: 1px solid #000033;
}
.gallery img {
	margin: 0;
}
.button.chevron.back {
	padding-left: 2rem;
	padding-right: 1rem;
	/* height: 40px; */
	/* line-height: 38px; */
}
.button.chevron.back::before {
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-100%) skew(-45deg, 0);
			-ms-transform: translateY(-100%) skew(-45deg, 0);
					transform: translateY(-100%) skew(-45deg, 0);

}
.button.chevron.back::after {
	left: 20px;
	bottom: 50%;
	-webkit-transform: translateY(100%) skew(45deg, 0);
			-ms-transform: translateY(100%) skew(45deg, 0);
					transform: translateY(100%) skew(45deg, 0);

}


.right_links {
	margin: 0;
	padding: 0;
}
.right_links li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.right_links li a {
	color: #ffffff;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #031443;
	font-size: 16px;
	font-style: italic;
	padding: 30px;
	border: 1px solid #031443;
  -webkit-transition: color 0.6s ease-out, background-color 0.6s ease-out;
          transition: color 0.6s ease-out, background-color 0.6s ease-out;
}
.right_links li a span {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.right_links li a:hover {
	color: #031443;
	background-color: #ffffff;
}




#zgloszenie_awarii {

}
#zgloszenie_awarii input[type="text"],
#zgloszenie_awarii select,
#zgloszenie_awarii textarea {
	font-size: 14px;
	border: 1px solid #999999;
	width: 100%;
	margin: 0;
	/* margin-top: 15px; */
	font-family: lato;

}
#zgloszenie_awarii select{

	margin-bottom: 10px;
}
#zgloszenie_awarii input[type="text"]:focus,
#zgloszenie_awarii textarea:focus {
	border-color: #000000;
}
#zgloszenie_awarii input[type="text"], #zgloszenie_awarii select {
	line-height: 38px;
	height: 40px;
}
#zgloszenie_awarii input[type="text"]:first-child {
	margin-top: 0px;
}
#zgloszenie_awarii textarea {
	padding-top: 10px;
	min-height: 230px;
	/* margin-bottom: 20px; */
	resize: vertical;
}
#zgloszenie_awarii label.error {
	margin-top: 5px;
}



#zgloszenie_awarii input[type="submit"] {
	background-color: #031443;
	border-radius: 0;
	border-color: #031443;
	height: 46px;
	line-height: 44px;
	/* margin-top: 20px; */
}
#zgloszenie_awarii input[type="submit"]:hover {
	color: #031443;
	background-color: #ffffff;
}


.content #kontakt_boxy {
	flex-direction: column;
	margin-left: 0;
}
.content #kontakt_boxy h5 {
	border-bottom: 1px solid #000033;
}
.content #kontakt_boxy li {
	width: 100%;
	margin-left: 0;
	color: #000033;
}
.content #kontakt_boxy li.link {
	font-size: 16px;
	font-weight: 700;
	color: #22354e;
}
.content #kontakt_boxy li .fa {
	color: #0faef8;
	font-size: 20px;
	/* line-height: 24px; */
}



.right_list {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	width: 380px;
}
.right_list li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
}
.right_list li a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	/* line-height: 52px; */
	min-height: 54px;
	background-color: #031443;
	padding: 0 30px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;

  -webkit-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out;
}
.right_list li a:hover,
.right_list li a.current {
	background-color: #8e0d00;
}

.right_list ul {
	margin: 0;
	padding-bottom: 10px;
	background-color: #031443;
}
.right_list ul li {
	margin: 0;
}
.right_list ul li a {
	font-size: 14px;
	min-height: 40px;
	padding-left: 50px;
}



.dokumenty p a {
	color: #160504;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 40px;
	margin-bottom: 5px;
}
.dokumenty p a .fa {
	font-size: 22px;
	color: #93180c;
	margin-right: 20px;
	float: left;
}
.dokumenty p a:hover {
	background-color: #f8f8f8;
}
.dokumenty p a::after {
	content: "";
	clear: both;
	display: table;
}

.przetargi p a {
	color: #160504;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 40px;
	/* margin-bottom: 10px; */
	background-color: #f8f8f8;
	font-weight: 700;
  -webkit-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out;
}
.przetargi p a .fa {
	font-size: 22px;
	color: #93180c;
	margin-right: 20px;
	float: left;
	color: #160504;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
	height: 100%;
	display: block;
	min-height: 40px;
	line-height: 40px;
}


.przetargi p a:nth-child(even) {
	background-color: #eeeeee;
}
.przetargi p a:hover {
	color: #ffffff;
	background-color: #031443;
}
.przetargi p a:hover .fa {
	color: #ffffff;
}


/* .formularze p a { */
	/* text-decoration: underline; */
	/* line-height: 1.5; */
	/* margin-bottom: 0; */
	/* color: #8e0d00; */
/* } */
/* .formularze p a .fa { */
	/* margin-right: 10px; */
/* } */
/* .small_header { */
	/* font-size: 18px; */
	/* font-weight: 700; */
	/* margin-bottom: 10px; */
/* } */

.gray_header {
	color: #160504;
	height: 36px;
	line-height: 36px;
	font-weight: 700;
	background-color: #cccccc;
	padding: 0 15px;
}
.gray_header span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-weight: 700;
	padding: 0 15px;
	color: #ffffff;
	position: relative;
	left: -15px;
	top: 0;
	background-color: #8e0d00;
}
.wazne_telefony p b {
	color: #8e0d00;
}




.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -5px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pagination li {
	margin-left: 5px;
}
.pagination li a {
	font-size: 14px;
	height: 31px;
	width: 31px;
	line-height: 29px;
	display: block;
	box-sizing: border-box;
	color: #031443;
	border: 1px solid #031443;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.4s linear, background-color 0.4s linear;
		transition: color 0.4s linear, background-color 0.4s linear;
}
.pagination li.current a,
.pagination li a:hover {
	background-color: #031443;
	color: #ffffff;
}

.xxx { padding: 5px 10px; background-color: #ccc; color: #333; }
.xxx:hover {  background-color: #8e0d00; color: #fff; }


.goBack { padding: 5px 10px; background-color: #444; color: #fff; }
.goBack:hover {  background-color: #8e0d00; color: #fff; }



.margin_fix {

}
.margin_fix ul,
.margin_fix ol,
.margin_fix li {
	margin-top: 0;
	margin-bottom: 0;
}
.margin_fix ul ul,
.margin_fix ol ul,
.margin_fix ul ol,
.margin_fix ol ol {
	margin-left: 20px;
}
.margin_fix {
	line-height: 1.2;
}
.margin_fix .accordion-section-content > ul,
.margin_fix .accordion-section-content > ol {
	margin-bottom: 20px;
}


.form_urgent {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #dedede;
	border-left: 11px solid #8d0d00;
	padding: 30px 50px 30px 60px;
	line-height: 36px;
	vertical-align: baseline;
}
.form_urgent:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 36px;
	line-height: 36px;
	vertical-align: baseline;
	position: relative;
	left: -10px;
	top: 5px;
}



.wazne_telefony_accordion {

}
.wazne_telefony_accordion .accordion-section-title::before {
	display: none;
}
.wazne_telefony_accordion .accordion-section-title {
	padding: 0 15px;
	background-color: #cccccc;
}

table {
	margin-bottom: 40px;
}
table p {
	margin-bottom: 0;
}

.article table {

}
.article table td:first-child {
	padding-left: 15px;
}



#home_carousel {
	margin-bottom: 40px;
}






/* COOKIES */
.cookiepolicy {
  position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	background: #ffffff;
  font-size: 14px;
	padding: 15px 50px;
	text-align: center;
	z-index: 1000;
}
.cookiepolicy .button {
	margin: 0;
	margin-left: 20px;
}


.cookies_page {

}
.cookies_page h4 {
	color: #000033;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 20px;
}
.cookies_page h5 {
	font-size: 16px;
	font-weight: 700;
	padding-top: 5px;
	margin-bottom: 5px;
}
.cookies_page p {
	margin-bottom: 20px;
}
.cookies_page ul {
	/* list-style: disc; */
	padding-left: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.cookies_page ul li {
	margin-bottom: 10px;
}

.cookies_link {
	color: #cccccc;
}



#form_shortcut {
	border-left: 6px solid #8e0d00;
	background-color: #eeeeee;
	padding: 20px 30px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
#form_shortcut h4 {
	color: #031443;
	font-size: 24px;
	font-weight: 400;
}
#form_shortcut h6 {
	color: #031443;
	font-size: 16px;
	font-weight: 400;
}
#form_shortcut .button {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #031443;
	border-color: #031443;
}
#form_shortcut .button:hover {
	color: #031443;
	background-color: #ffffff;
}

.input_wrapper {
	padding: 6px 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.input_wrapper input {
	margin-bottom: 10px;
}
.input_wrapper span {
	font-size: 13px;
}
.input_wrapper .fa {
	font-size: 18px;
}





/* TABLE BORDERED */
.article table.border {
	border: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.article table.border th,
.article table.border td {
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* TABLE CLEAN */
.article table.clean {
	border: 0 !important;
}
.article table.clean th,
.article table.clean td {
	border: 0;
	border-bottom: 1px solid #ccc;
}

#info .infoHome {

	border: 1px sold #ccc;
	color: #000000;
	box-sizing: border-box; 
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.10);
	padding: 20px;
	margin: 30px 0;

}
#info .infoHome p {
margin-bottom: 5px;

}

/* CSS */
.infoMsg, .success, .warning, .errorMsg, .validation {
border: 1px solid;
margin: 10px 0;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
.infoMsg {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.errorMsg {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}

.zoom, .zoomDown {
	padding: 9px 20px;
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	height: 20px;
	float: right;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 30px;

}


.zooms, .zooms a {
	font-size: 22px !important;

}

.searchPages {
	width: 100%;
	padding: 30px 20px;
	background-color: #eee;
	margin-bottom: 10px;
	box-sizing: border-box;
}