
/* ==========================================================================
   Miejskie Przedsiąbiorstwo Energetyki Cieplnej S.A. w Bielsku Podlaskim
   04.03.2016
   N4K.EU
   #009441
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,900,700&subset=latin,latin-ext);



body{
	background-color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #111;
}
body.contrast{
	background-color: #000;
	color: #FF0;
}


body.size1{
	font-size: 17px;
}
body.size2{
	font-size: 18px;
}



h1, h2, h3, h4 {font-weight: 900;}


a{
	color:#24422E;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	color: #122018;
}
.tx a:hover, .tx a:focus,
.tx2 a:hover, .tx2 a:focus {
	text-decoration: underline;
}


body.contrast a{
	color: #fff;
}

@media (min-width: 992px) { 
a:focus{
	border: 2px solid #009643;
}
body.contrast  a:focus{
	border: 3px solid #ff0;
}
}


/*
.focus-only
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.focus-only:focus{
	position: static; 
}
:focus{
	border: 2px solid #FF0;
}
*/


.tx a{
	color: #000;
	background-color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border: 2px solid #009643;
}
.tx a:focus{
	color: #fff;
	background-color: #24422E;
	border: 2px solid #24422E;
}

.tx a:hover{
	color: #FFF;
	text-decoration: underline;
	background-color: #033;
	border: 2px solid #033;
}



body.contrast  .tx a{
	color: #FF0;
	background-color: #000;
	display: inline-block;
	padding: 3px 10px;
	border: 2px solid #FF0;
}

body.contrast  .tx a:focus{
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
}

body.contrast .tx a:hover{
	color: #000;
	text-decoration: underline;
	background-color: #FF0;
	border: 2px solid #FF0;
}





.lt-ie9 #header,
.lt-ie9 #main,
.lt-ie9 #footer,
.lt-ie9 .bg{
	display: none;
}


.btn-primary {
	color: #fff;
	background-color: #24422E;
	border-color: #24422E;
}
body.contrast .btn-primary {
	background-color: #FF0;
	color: #000;
	border-color: #FF0;
}

body.contrast .btn-primary:hover {
	background-color: #000;
	color: #FF0;
	border-color: #FF0;
}

body.contrast  .owl-theme .owl-controls .owl-page span {
	background: #FF0;
}









.caruselNav a{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #E6E6E6;
	line-height: 26px;
	text-align: center;
	width: 26px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.caruselNav a:hover{
	background-color: #019342;
}


body.contrast .caruselNav a {
	color: #000;
	background-color: #FF0;
}


body.contrast .caruselNav a:hover {
	color: #FF0;
	background-color: #000;
}







/*** tooltip ***/
.tooltip-inner{background-color: #009441;}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow
{border-top-color: #009441;}
.tooltip.right .tooltip-arrow {border-right-color: #009441;}
.tooltip.left .tooltip-arrow {border-left-color: #009441;}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow 
{border-bottom-color: #009441;}





.container{
	position: relative;
	z-index: 2;
	background-color: #FFF;
}

body.contrast .container{
	background-color: #000;
}


#header {
	background-color: #fff;
	margin-top: 40px;
	padding: 0px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
body.contrast #header{
	background-color: #000;
	color: #FF0;
}
.bg{
	content: '';
	background-color: #122018;
	display: block;
	height: 520px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	border-bottom-width: 350px;
	border-bottom-style: solid;
	border-bottom-color: #24422e;
}
body.contrast .bg{
	display:none;
}



.skip-links{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	list-style: none;
	z-index: 100;
}

.skip-links li{
	color: #FFF;
	display: block;
}
.skip-links li a{
	color: #FFF;
	padding: 10px;
	background-color: #000;
	display: block;
	position: absolute;
	left: -10000em;
	top: 0;
	width: 320px;
	text-align: center;
}
.skip-links li a:focus{
    left:0;
}




#header .logo{
	float: left;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px;
	background: url(../img/logo_mpec_bielsk_podlaski.jpg) no-repeat left top;
	height: 90px;
	width: 165px;
	margin: 20px 0 20px 30px;
}



#header .logo a{
	height: 90px;
	width: 165px;
	text-indent: -999999px;
	display: block;
}

body.contrast #header .logo a:focus{
	border: 3px solid #ff0;
}

#header #nav ul {
	padding: 0 25px;
	margin: 60px 0 0 0;
	background-color: #f6f6f6;
	float: right;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	position: relative;
	  display: flex;
  justify-content:space-between;
}

body.contrast #header #nav ul{
	background-color: #000;
	color: #FF0;
}


body.size1 #header #nav ul{
	padding: 0 15px;
}

body.size2 #header #nav ul{
	padding: 0 5px;
}



#header #nav ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

#header #nav ul li a{
	line-height: 40px;
	color: #222;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	text-decoration: none;
	border-bottom: 5px  solid #f6f6f6;
	padding-top: 5px;
	font-size: 15px;
}

body.contrast #header #nav ul li a{
	color: #FF0;
	border-bottom: 5px  solid #000;
}



body.size1 #header #nav ul,
body.size2 #header #nav ul{

	padding: 0 15px;
	margin: 0 15px;
	background-color: #f6f6f6;
	float: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	clear: both;
	  flex-wrap:wrap; 
}
@media (min-width: 992px) {
body.size1 #header #nav ul,
body.size2 #header #nav ul{
	  display: flex!important;
}

}


body.size1 #header #nav ul li a{
	padding-left: 6px;
	padding-right: 6px;
	font-size: 17px;
}


body.size2 #header #nav ul li a{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 19px;
}


#header #nav ul li a:hover, #header #nav ul li.active a{
	color: #009441;
	text-decoration: none;
	border-bottom: 5px  solid #009441;
}

body.contrast #header #nav ul li a:hover, 
body.contrast #header #nav ul li.active a{
	color: #FF0;
	border-bottom: 5px  solid #FF0;
}

#header #nav ul li a:focus,
#header #nav ul li.active a:focus{
	background-color: #009643;
	color: #fff;
	border: none;
}
body.contrast #header #nav ul li a:focus,
body.contrast #header #nav ul li.active a:focus{
	background-color: #FF0;
	color: #000;
	border: none;
}




#wcag{
	position: absolute;
	top: 20px;
	right: 30px;
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
	color: #24422E;
}
#wcag a{
	font-size: 24px;
	color: #24422E;
	line-height: 24px;
}
#wcag a:hover{
	color: #019342;
}
body.contrast #wcag a{
	color: #FF0;
}

body.contrast #wcag a:hover{
	color: #fff;
}

#fontsize{
	margin: 0 20px 0 0;
	padding: 0px;
	list-style: none;
	display: flex;
    justify-content:flex-start; 
}
#fontsize li a{
	font-size: 21px;
	line-height: 24px;
	padding: 2px 4px;
	border: 1px solid #fff;
	display: inline-block;
	margin-left: 5px;
	width: 30px;
	text-align:center;
}

body.contrast #fontsize li a{
	color: #FF0;
	border: 1px solid #FF0;
}


#fontsize li a.activ{
	color: #FFF;
	border: 1px solid #122018;
	background-color: #122018;
}

body.contrast #fontsize li a.activ{
	color: #000;
	border: 1px solid #FF0;
	background-color: #FF0;
}

body.contrast #fontsize li a:hover{
	color: #000;
	border: 1px solid #FFF;
	background-color: #FFF;
}

#fontsize li a:focus,
#fontsize li a.activ:focus{
	border: 2px solid  #009643;
}

body.contrast #fontsize li a:focus,
body.contrast #fontsize li a.activ:focus{
	border: 2px solid  #fff;
	background: #fff;
	color: #000;
}


#fontsize li:first-child a{
	font-size: 18px;
}
#fontsize li:last-child a{
	font-size: 24px;
}
#contrast{
	font-size: 24px;
	line-height: 24px;
	widows: 30px;
	text-align:center;
	padding: 2px;
	display: inline-block;
}

body.contrast #contrast:focus {
	border: none;
	background: #fff;
	color: #000;
	
}

@media (min-width: 768px) and (max-width: 991px) { 
	#wcag {
		position: absolute;
		top: 40px;
		right: 90px;
	}
}






#main{
	padding-bottom: 60px;
	min-height: calc(100vh - 268px);
}


/***  main_header ***/


.main_header{
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #009643;
	line-height: 50px;
	padding: 25px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 60px;
	text-align: right;
}
body.contrast .main_header{
	background-color: #FF0;
	color: #000;
}


.pageBody{
	margin: 20px 20px 60px 20px;
}


.pageBody:before,
.pageBody:after {
  content: " ";
  display: table;
}

.pageBody:after {
  clear: both;
}




/*** INTRO ***/


    #intro{
		position: relative;
    }
	
    #intro:after{
	content:'';
	position: absolute;
	z-index: 100;
	height: 35px;
	width: 100%;
	left: 0px;
	bottom: 33px;
	background-image: url(../img/intro-mask.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    }
	body.contrast  #intro:after{
		display:none;
	}

    #intro .item img{
    display: block;
    width: 100%;
    height: auto;
    }
    #bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background-color: #009643;
    }
    #progressBar{
    width: 100%;
    background: #EDEDED;
    }

    #intro .owl-controls{
	z-index: 10;
	position: relative;
}
#intro .caruselNav{
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 5px;
}
#intro .caruselNav a{
	background-color: #122018;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	z-index: 10;
	margin-top: 5px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	opacity: 1;
}

#intro .caruselNav a.activ{
	background-color: #fff;
	color: #122018;
}


#intro .caruselNav a:focus {
	border: none;
	background: #ff0;
	color: #000;
	
}


#intro .caruselNav a:hover{
	opacity: 0.80;
}

#intro .item div{
	color: #FFF;
	/*	background-color: #222;
	background-color: rgba(0,79,33,0.7);*/
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 55%;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#intro .item div p strong{
	color: #f7f7f7;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
	line-height: 1em;
}

#intro .item div span{
	color: #fff;
	font-size: 18px;
	background-color: #009643;
	background-color: rgba(0, 145, 63, 0.8);
	display: inline-block;
	padding: 2px 20px;
}

body.contrast #intro .item div{
	background-color: #FF0;
	color: #000;
	text-shadow: rgba(0, 145, 63, 0);
}

body.contrast #intro .item div span{
	background: none;
	color: #000;
	padding: 2px 0px;
}
body.contrast  #intro .item div p strong{
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0);
	color: #000;
}

/*SIDEBAR*/
#sidebar{
	float: right;
	width: 300px;
}

.index #sidebar{
	margin-top: 30px;
}

#sidebar section{
	/*margin-bottom: 60px;*/
}

#sidebar section:before,
#sidebar section:after {
  content: " ";
  display: table;
}
#sidebar section:after {
  clear: both;
}



#sidebar h2{
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #122018;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 24px;
	margin-top: 0px;
	text-align: right;
}

body.contrast #sidebar h2{ 
	color: #FF0;
	border-bottom-color: #FF0;
}


#sidebar_links{
	margin: 0 0 60px 0;
}

@media (max-width: 767px) {
	#sidebar_links{
	margin: 0 0 100px 0;
}
}

#sidebar_links ul{
	padding: 0px;
	margin: 0px;
}

#sidebar_links ul li{
	padding: 10px 0;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	list-style-type: none;
}

body.contrast #sidebar_links ul li{ 
	border-bottom-color: #FF0;
}



#sidebar_links ul li a{
	display: block;
	height: 100px;
	width: 100%;
	color: #333;
}
#sidebar_links ul li a:hover{
	color: #005926;
}

body.contrast #sidebar_links ul li a{ 
	color: #FF0;
}
body.contrast #sidebar_links ul li a:hover{ 
	background-color: #FF0;
	color: #000;
}

#sidebar_links ul li a figure{
	display: inline-block;
	float: left;
	height: 80px;
	width: 80px;
	margin: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body.contrast #sidebar_links ul li a figure{ 
	display: bone;
}

#sidebar_links ul li a:hover figure{
	height: 90px;
	width: 90px;
	margin: 5px;
	
}

#sidebar_links ul li a h3{
	font-size:18px;
	margin: 0px;
	padding-top: 35px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#sidebar_foto a{
	border: 5px solid #E6E6E6;
	display: block;
}

#sidebar_foto a:hover,
#sidebar_foto a:focus{
	border-color: #019342;
}






#sidebar_foto a figure{
	position: relative;
	overflow: hidden;	
}



#sidebar_foto a figure img{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	position: relative;
	z-index: 1;
}

#sidebar_foto a:hover figure img{
	transform: rotate(2deg) scale(1.209) ;
    -webkit-transform: rotate(2deg) scale(1.209));
    -moz-transform: rotate(2deg) scale(1.209);
    -o-transform: rotate(2deg) scale(1.209);
    -ms-transform: rotate(2deg) scale(1.209);
}

#sidebar_foto a figure figcaption{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #E6E6E6;
	display: block;
	color: #222;
	text-align: center;
	padding: 10px;
	position: relative;
	z-index: 3;
	height: 100px;
	width: 100%;	
	display: flex;
  	justify-content:center; 
	 align-items:center;
}

#sidebar_foto a:hover figure figcaption{
	background-color: #019342;
	color: #FFF;
}


body.contrast #sidebar_foto a{
	border: 5px solid #FF0;
	background-color: #FFO;
	display: block;
}

body.contrast #sidebar_foto a:focus,
body.contrast #sidebar_foto a:hover{
	border-color: #FFF;
}



body.contrast #sidebar_foto a figure figcaption{
	background-color: #FF0;
	color: #000;
}

body.contrast #sidebar_foto a:focus figure figcaption,
body.contrast #sidebar_foto a:hover figure figcaption{
	background-color: #FFF;
	color: #000;
}





.news_sidlist{
	margin-bottom: 30px;
}
.news_sidlist a{
	display: block;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #333;
}
.news_sidlist a h4{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #009643;
}

.news_sidlist a:hover h4{
	color: #009643;
	border-left-color: #222;
}

.news_sidlist a time{
	color: #555;
	font-size: 14px;
	padding-left: 20px;
}
body.contrast .news_sidlist a:hover{
	background-color: #FF0;
	color: #000;
	border-bottom-color: #FF0;
}

body.contrast .news_sidlist a h4{
	border-left-color: #FF0;
}

body.contrast .news_sidlist a h4,
body.contrast .news_sidlist a time{
	color: #FF0;
}

body.contrast .news_sidlist a:hover h4,
body.contrast .news_sidlist a:hover time{
	color: #000;
}


/*CONTENT*/
#content{
	float: left;
	width: 740px;
}

#news_box h2, #strefa_box h2, #eco_box h2, #nagrody_box h2{
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #111;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 24px;
}


body.contrast #content h2, 
body.contrast #nagrody_box h2 {
	color: #FF0;
	border-bottom-color: #FF0;
}

#nagrody_box h2{
	padding-right: 80px;
}




/*firma_box*/

#firma_box{
	margin-bottom: 60px;
	margin-top: 30px;
}

#firma_box figure{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #019342;
	position: relative;
	background-color: #019342;
}
	
body.contrast #firma_box figure{
	border: 10px solid #FF0;
	background-color: #FF0;
}
	
#firma_box figure img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	overflow: hidden;
	position: relative;
	right: -5px;
	top: -5px;
}

#firma_box h2{
	margin-bottom: 30px;
}

#firma_box .btn{
	margin-top: 10px;
}
#firma_box .btn-primary {
	color: #24422E;
	background-color: #fff;
	border-color: #24422E;
}
#firma_box .btn-primary:hover {
	color: #fff;
	background-color: #24422E;
	border-color: #24422E;
}

#firma_box .btn:focus{
	border: 3px solid #019342;
}



body.contrast #firma_box .btn-primary {
	color: #ff0;
	background-color: #000;
	border: 2px solid #ff0;
}


body.contrast #firma_box .btn-primary:hover {
	color: #000;
	background-color: #FF0;
	border-color: #FF0;
}

body.contrast #firma_box .btn:focus {
	color: #000;
	background-color: #FFF;
	border-color: #FFF;
}






body.contrast .btn-primary:focus{
	border: 3px solid #ff0;
	color: #000;
	background-color: #ff0;
}












/*news_box*/

#news_box {
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}

#news_box h2{
	margin-right: 15px;
	margin-left: 15px;
}

#news_box .caruselNav{
	position: absolute;
	top: 15px;
	right: 15px;
}

#news_box article{
	margin: 15px;
}

#news_list article{
	margin-bottom: 30px;
}

.news_box article a {
	display: block;
	border: 2px solid #FFF;
}
body.contrast  .news_box article a{
	border: 2px solid #000;
}

.news_box article a:focus {
	display: block;
	border: 2px solid #009643;
}

body.contrast  .news_box article a:focus {
	display: block;
	border: 2px solid #fff;
}


.news_box article a header{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #019342;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
	position: relative;	
}

body.contrast .news_box article a header{
	border-left-color: #FF0;
}


.news_box article a:hover header{
	background-color: #019342;
	border-left-color: #000;
}

body.contrast .news_box article a:hover header{
	background-color: #FF0;
	border-left-color: #fff;
	color: #000;
}




.news_box article a header h2,
.news_box article a header h3{
	margin: 0;
	font-size: 20px;
	color: #222;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news_box article a:hover header h2,
.news_box article a:hover header h3{
	color: #fff;
}

body.contrast .news_box article a header h2,
body.contrast .news_box article a header h3{
	color:#ff0;
}
body.contrast  .news_box article a:hover header h2,
body.contrast  .news_box article a:hover header h3{
	color: #000;
}


.news_box article a header time{
	font-size: 0.8em;
	color: #222;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.news_box article a:hover header time{
	color: #fff;
}

body.contrast .news_box article a header h3,
body.contrast .news_box article a header time{
	color: #FF0;
}
body.contrast .news_box article a:hover header h3,
body.contrast .news_box article a:hover header time{
	color: #000;
}


.news_box article a .lead{
	font-size: 1em;
	text-align: justify;
	height: 100px;
	color: #222;
	margin: 0px;
}


body.contrast .news_box article a .lead{
	background-color: #000;
	color: #FF0;
}


.news_box article a:hover .lead{
	color: #555;
}

.news_box article a footer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E6;
	position: relative;
	height: 30px;
}


.news_box article footer:after {
	content: "";
	font-family: "Glyphicons Halflings";
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	color: #E4E4E4;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	text-align: right;
	font-size: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.news_box article a:hover footer:after {
	color: #019342;
}



body.contrast .news_box article footer:after  {
	color: #FF0;

}


body.contrast .news_box article a:hover footer:after {
	color: #fff;
}



/*news*/

.news header{
	margin-bottom: 30px;
}

.news header h2{
	margin: 0px;
	font-size: 26px;
	text-transform: uppercase;
	color: #009643;
}

body.contrast .news header h3{
	color: #FF0;
}



#gallery header,#gallery .articleBody {
	margin-bottom: 30px;
}

#gallery header h4{
	margin-top: 60px;
	font-size: 26px;
	color: #009643;
	margin-bottom: 0px;
}

.list_foto a{
	display: block;
	margin-bottom: 30px;

}

.list_foto a img{
	border: solid 5px #E5E5E5;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.list_foto a:hover img{
	border: solid 5px #009643;
}

/*nagrody_box*/

#nagrody_box{
	clear: both;
	float: none;
	padding: 40px 0;
	position: relative;
}

#nagrody_box .caruselNav{
	position: absolute;
	top: 55px;
	right: 0px;
}
#nagrody_box .item {
	display: block;
}

#nagrody_box .item figure {
	border: 2px solid #fff;
	display: block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-align: center;
}

body.contrast #nagrody_box .item figure {
	border: 2px solid #000;
}

/*
#nagrody_box .item:hover figure {
	border: 2px solid #019342;
}
*/
#nagrody_box img{
	display: block;
    height: auto;
    max-width: 100%;
}

.popover-content{
	text-align: center;
}

#nagrody_box .owl-nav button {
	padding: 5px 10px !important;
	border: 1px solid #24422E;
	color: #24422E;
}

#nagrody_box .owl-nav button:hover {
	color: #FFF;
	background-color: #24422E;
}

#nagrody_box .owl-nav button:focus {
	border: 3px solid #24422E;
}




body.contrast #nagrody_box .owl-nav button {
	padding: 5px 10px !important;
	border: 1px solid #FF0;
	color: #FF0;
}

body.contrast #nagrody_box .owl-nav button:hover {
	color: #000;
	background-color: #FF0;
}

body.contrast #nagrody_box .owl-nav button:focus {
	border: 3px solid #fff;
}






#quick_links a {
	display: block;
}


#quick_links a:hover h2 {
	color: #019342;
	border-bottom-color: #019342;
	transition: all 0.4s ease-out;
}

body.contrast  #quick_links a:hover h2 {
	color: #ff0;
	border-bottom-color: #ff0;
}




#quick_links a p{
	color: #222;
	text-align: justify;
	padding: 20px 0;
}

body.contrast #quick_links a p {
	color: #FF0;

}


#quick_links a img{
	border: 5px solid #E6E6E6;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


#quick_links a:hover img{
	border-color: #019342;
}

body.contrast  #quick_links a:hover img{
	border-color: #ff0;
}

body.contrast  #quick_links a:focus img{
	border-color: #fff;
}

body.contrast #quick_links a:focus{
	border: 3px solid #fff;
}


/*

#quick_links a figure img{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	position: relative;
	z-index: 1;
}

#quick_links a:hover figure img{
	transform: rotate(2deg) scale(1.209) ;
    -webkit-transform: rotate(2deg) scale(1.209));
    -moz-transform: rotate(2deg) scale(1.209);
    -o-transform: rotate(2deg) scale(1.209);
    -ms-transform: rotate(2deg) scale(1.209);
}




#quick_links a figure figcaption{
	font-size: 20px;
	color: #FFF;
	background-color: #019342;
	background-color: rgba(1, 147, 66, 0.5);
	position: absolute;
	right: -5px;
	bottom: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #019342;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 2;
	opacity: 0;
}



#quick_links a:hover figure figcaption{
	background-color: rgba(1, 147, 66, 0.7);
	opacity: 1;
}

*/




 /* PAGINATION */

.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }

  .holder a:hover {
	background-color: #333333;
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #009643 !important;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
	color: #333;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }






/* subpage */


.subpage_title {
	color: #009643;
	font-size: 26px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-bottom: 5px;
}
body.contrast .subpage_title{
	color: #FF0;
	border-bottom-color: #FF0;
}


#submenu ul{
	margin: 0px;
	padding: 0px;
}

#submenu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu ul li a{
	margin: 0px;
	padding: 10px 40px 10px 10px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}



body.size1 #submenu ul li a{
	font-size: 17px;
}
body.size2 #submenu ul li a{
	font-size: 18px;
}



#submenu ul li.active a{
	background-color: #009643;
	color: #FFF;
	font-weight: 700;
}



#submenu ul li.active a:after{
	content: "";
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 22px;
	margin-top: -11px;
}

#submenu ul li a:hover{
	background-color: #24422E;
	color: #FFF;
	font-weight: 700;
}

#submenu ul li a:focus{
	border: 2px solid #020202;
}



body.contrast #submenu ul li a{
	color: #FF0;
	border-bottom-color: #FF0;
	
}




body.contrast #submenu ul li a:hover{
	background-color: #FF0;
	color: #000;
	border-bottom-color: #FF0s;
}



body.contrast  #submenu ul li.active a{
	background-color: #FF0;
	color: #000;
}

body.contrast  #submenu ul li:hover.active a{
	background-color: #fff;
	color: #000;
}



.cs{
	margin: 20px 0;
	display: block;
}
.cs small{
	color: #000;
	text-align: right;
	display: block;	
}


.przetarg_info {
	margin-bottom: 60px;
}



.przetarg_info span{
	color: #009643;
	display: inline-block;
	width: 180px;
}

.pliki{
	margin-bottom: 30px;
}
.pliki h4{
	font-weight: 400;	
}


.uwaga{
	font-size: 14px;
	line-height: 14px;
	color: #999;
	text-align: center;
	margin: 60px 0;
}









.tx table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tx table {
    border-collapse: collapse !important;
  }
.tx table td,
.tx table th {
    background-color: #fff !important;
  }
.tx table th,
.tx table td {
    border: 1px solid #ddd !important;
  }
table {
  background-color: transparent;
}

.tx table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}


.tx table > thead > tr > th,
.tx table > tbody > tr > th,
.tx table > tfoot > tr > th,
.tx table > thead > tr > td,
.tx table > tbody > tr > td,
.tx table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  /*text-align: center;*/
}
.tx table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.tx table > tbody + tbody {
  border-top: 2px solid #dddddd;
}


.tx table{
  border: 1px solid #dddddd;
}
.tx table> thead > tr > th,
.tx table > tbody > tr > th,
.tx table > tfoot > tr > th,
.tx table > thead > tr > td,
.tx table > tbody > tr > td,
.tx table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.tx table > thead > tr > th,
.tx table > thead > tr > td {
  border-bottom-width: 2px;
}
.tx table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.tx table > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.tx table > thead > tr > td.active,
.tx table > tbody > tr > td.active,
.tx table > tfoot > tr > td.active,
.tx table > thead > tr > th.active,
.tx table > tbody > tr > th.active,
.tx table > tfoot > tr > th.active,
.tx table > thead > tr.active > td,
.tx table > tbody > tr.active > td,
.tx table > tfoot > tr.active > td,
.tx table > thead > tr.active > th,
.tx table > tbody > tr.active > th,
.tx table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.tx table > tbody > tr > td.active:hover,
.tx table > tbody > tr > th.active:hover,
.tx table > tbody > tr.active:hover > td,
.tx table > tbody > tr:hover > .active,
.tx table > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table-przetargi{
	line-height: 16px !important;
	font-size: 16px;
}

.table-przetargi th{
	text-align: center !important;
	vertical-align: middle !important;
}







/*** KONTAKT ***/

#kontakt{
	margin-bottom: 60px;
}

#formularz h2, 
#formularz h3,
#formularz h4 {
	margin-top: 0px;	
}


#formularz .tx{
	margin-bottom: 30px;
}



#contact-form label{
	font-size: 14px;
	font-weight: 400;
}

.form-control, .btn {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#contact-form .form-group{
	position: relative;
}

#contact-form .form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #333333;
}

#contact-form .req:after{
	content: '*';
	color: #C03;
	margin-left: 2px;
}

#contact-form input.error,
#contact-form textarea.error,
#contact-form input.error:focus{
	border-color: #C03;

}

#contact-form label.error{
	color: #FFF;
	font-size: 12px;
	background-color: #C03;
	position: absolute;
	right: 0px;
	top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#opcja_tak,
#opcja_nie,
#opcja_akcja
{
	display: none;
}

.lista strong{
	display: inline-block;
	width: 125px;
}

.lista p{
	position: relative;
}

legend{
	font-size: 18px;
	font-weight: bold;
}
body.contrast legend{
	color: #FF0;
	border-color: #FF0;
}



fieldset{
	margin-bottom: 30px;	
}

#adres address h4{
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 24px;
}

/*
.contact_info, .contact_info a {
    color: #222;
    margin: 30px 0;
    padding: 0;
}
.contact_info a:hover {
    color: #009643;
}
*/

.contact_info {
    margin: 30px 0;
    padding: 0;
}
.contact_info li {
    list-style-type: none;
    margin-bottom: 10px;
	line-height: 30px;
}


.contact_info li strong {
	display: inline-block;
	width: 180px;
	margin-right: 10px;
	line-height: 1em;
}

.contact_info li span {
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin-right: 20px;
	width: 30px;
	background-color: #009643;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body.contrast  .contact_info li span{
	background-color: #FF0;
	color: #000;
}


.dane{
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-align: center;
	line-height: 16px;
}

#map{
	height: 400px;
	width: 100%;
}
#map2{
	height: 460px;
	width: 100%;
	padding: 60px 0 0 0;
}

#map2 iframe{
	height: 400px;
	width: 100%;
}

.galeria header{
	padding-bottom: 25px;
}


.galeria .list_foto,
.galeria .articleBody{
	margin-bottom: 30px;
}


.galeria .list_foto{
	margin: 0px;
	padding: 0px;
	margin-right: -15px;
	margin-left: -15px;
}

.galeria .list_foto li{
	list-style-type: none;
}

.galeria .list_foto:before,
.galeria .list_foto:after {
  content: " ";
  display: table;
}
.galeria .list_foto:after {
  clear: both;
}



.gallery_list{
	margin-bottom: 30px;
}

.gallery_list:before,
.gallery_list:after {
  content: " ";
  display: table;
}
.gallery_list:after {
  clear: both;
}


.gallery_box {
	margin-bottom: 30px;
}



.gallery_box a{
	display: block;
	overflow: hidden;
	position: relative;
}



.gallery_box a figure figcaption{
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #019342;
}


.sidgallist{
	display: block;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 30px;
}
.sidgallist figure img{
	float: left;
	width: 30%;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #060;
	margin-right: 20px;
}


.sidgallist figure figcaption{
	color: #222;
	line-height: 1.1;
	font-weight: 800;
	font-size: 18px;
}

.allgallery{
	margin-top: 30px;
}



#footer{
	padding: 20px 0;
}

#footer, #footer .container{
	color: #FFF;
	background-color: #122018;
}


#footer ul{
	margin: 0px;
	padding: 0px;
	  display: flex;
  justify-content:flex-start; 
}

#footer ul li{
	margin: 0px;
	padding: 0 10px 0 0;
	list-style: none;
}
@media (max-width: 767px) {
	#footer {
		text-align: center;
	}	
	#footer ul{
		justify-content:center; 
		flex-direction:column;
		text-align: center;
	}

	
}

#footer span{
	margin: 0px;
	color: #B9D9C4;
	opacity: 0.50;
}

#footer .copyright{
	float: left;
}


#footer a{
	color: #fff;
}





#created {
	float: right;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #FFF;
}
#created a {
    background: url("../img/n4k.png") no-repeat scroll center center transparent;
    display: block;
    float: right;
    height: 22px;  
    text-indent: -9000px;
    width: 50px;
}

#created:hover  {
	opacity: 1;
	color: #fff;  
}



#created a:hover {
    background: url("../img/n4k.png") no-repeat scroll center center transparent;
}

#created span {
    display: block;
    font-size: 9px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

body.contrast #footer, body.contrast #footer .container,
body.contrast #footer span,
body.contrast #created{ 
	color: #FF0;
	background-color: #000;
	opacity: 1;
}



/* Large devices */
@media (min-width: 1200px) { 


}



@media (min-width: 992px) { 

	#showmenu {
		display: none;
	}
	#header #nav ul{
		display: inline-block !important;
	}
}




/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
#header .logo {
	float: none;
	margin: 20px 0 20px 20px;
}


#header #nav ul {
	display: block !important;
	padding: 0 15px;
	margin:  0 15px;
	background-color: #f6f6f6;
	float: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
}



#header #nav ul li a {
	padding-left: 5px;
	padding-right: 6px;
	font-size: 15px;
}


#intro .item div h3 {
  font-size: 50px;
}


#intro .item div p strong {
	font-size: 50px;
}



#content {
  width: 630px;
}
#sidebar {
  width: 250px;
}

		
}








@media (max-width: 991px) {

	#showmenu {
		display: inline-block;
		position: absolute;
		top: 30px;
		right: 30px;
		font-size: 36px;
	}
	
	#header #nav ul{
	display: none;
	padding: 0px;
	clear: both;
	float: none;
	margin: 130px 0 30px 0;
	}
	
	#header #nav ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}


	
	#intro .item div h3 {
  font-size: 30px;
}

#intro .item div p {
  font-size: 16px;

}

	#firma_box {
	text-align: center;	
	}

	#firma_box figure{
		display: none;
	}

	#content, #sidebar {
  	width: ;
	clear: both;
	float: none;
	width: auto;
	}
	
	#sidebar h3 {
		text-align: center;

	}
	
	
#sidebar_links ul{
  display: flex;
  justify-content:space-between;

}	
	
	
#sidebar_links ul li{
	width: 45%;

}

#sidebar_links ul li a h3 {
	font-size: 16px;
}

#sidebar_links ul li a{
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar_links ul li a figure,
#sidebar_links ul li a:hover figure {
  height: 60px;
  margin: 10px;
  width: 60px;
}

#sidebar_links ul li a figure img {
  width: 100%;
}

#sidebar_links ul li a h4 {
  padding-top: 30px;
	font-size: 16px;
}


#sidebar_foto a {
	border: none;
	display: block;
	margin: 4px;
}

#quick_links h2{
	padding-right: 0px;
}

#submenu{
	margin-bottom: 30px;
}

.main_header {
  font-size: 30px;
  padding: 10px;
  text-align: center;

}

	
}




/* Small devices */
@media (min-width: 767px) and (max-width: 991px) { 


#intro .item div p strong {
	font-size: 35px;
}
#intro .item div span {
	display:none;
}
}

/* Extra small devices */
@media (max-width: 767px) {
.bg {
	display: none;
}

	#showmenu {
		top: 55px;
	}


.container{
	margin-right: 20px;
	margin-left: 20px;
}	
	
#header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 0px;
}	
	
#intro{display:none;}




#sidebar_links ul li a{
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#sidebar_links ul li a figure,
#sidebar_links ul li a:hover figure {
  
  margin: 0px;
  width: 100%;
  height: auto;
}

#sidebar_links ul li a figure img {
  width: auto;
}

.news_box article a header {
  height: auto;

}
.news_box article a header time {
  bottom: 0;
  left: 0;
  position: relative;
}

.news_box article a .lead {
  height: auto;
}




}
@media (max-width: 600px) {
	#quick_links article{
		width: 100%;
	}
}
@media (max-width: 479px) {

#header .logo {
	margin: 20px 0 20px 0px;
}


	#showmenu {
		top: 55px;
		right: 10px;

	}


#wcag {
	right: 10px;
}


#sidebar_links ul li a h4 {
  display: none;
}

.jp-first, .jp-last {display: none;}

.list_foto a {
  width: 100%;
}


}




.file-list{
	list-style: none;
	margin: 30px 0px;
	padding: 0px;
}

.file-list li{
	position: relative;
	padding: 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
	display: block;
}

.file-list li .fa-li {
	position: relative;
	left: auto;
	width: auto;
	top: auto;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
}


/* ==============
    cookieinfo
   ============== */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
	position: absolute;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	right: 20px;
	top: 0px;
	right: 0px;
	left: 0px;
	/*background-color: rgba(0,0,0,0.95);*/
	padding: 0px;
	z-index: 1000;
	text-align: center;
	color: #FFF;
	line-height: 40px;
}



#cookieinfo span {

}



#cookieinfo a.closeinfo {
	display: inline;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cookieinfo a.closeinfo:hover {
	color: #019342;
}


@media  (max-width: 1199px) {

#cookieinfo {
	position:fixed;
	top: auto;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.95);
}
}


.logout{
	text-align: right;
	position: relative;
	top: -40px;
}

#fitweird{
	z-index: 2000;
}

