#ws{
	position:fixed;
	top:0;
	right:0;
	color:#000;
	z-index:900;
	font-size:10px;
	padding:2px 2px 2px 6px;
	border-radius:0 0 0 5px;
}
#ws:hover{
	background-color:#000;
	color:#fff;
}
#ws:hover a{
	
	color:#fff;
}
#ws a{
	color: #000;

}

#ws a:hover{
	color: #F90;

}

#st-panel-1{
	background-image:url(../grafika/bg1-instalacje-sanitarne.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}
#st-panel-2{
	background-image:url(../grafika/bg2-instalacje-wodnokanalizacyjne.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}
.pojemnik{
		overflow:auto;
	padding-bottom:160px;
	height:85%;
	width:100%;
}



#st-panel-3{
	background-image:url(../grafika/bg4-certyfikowany-instalator-gazowy.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}

#st-panel-4{
	background-image:url(../grafika/bg3-uslugi-instalatorskie.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}

#st-panel-5{
	background-image:url(../grafika/bg2-instalacje-wodnokanalizacyjne.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}

#st-panel-5 h2{
	width:50%;
	left:0%;
	top:30%;
	margin:0;
	text-align:right;
	padding-right:40px;
}

#st-panel-3 h2{
	top:40%;
	
}




h2,h3,h4,h5{
	font-family: 'Lobster', cursive;
	font-weight:normal;
	
}
h1{
	font-size:23px;
	color: #FFF;
	font-family: 'Lobster', cursive;
	line-height:30px;
	
}
h1 img{
	vertical-align:middle;
}

h2,h3,h4,h5{
	color: #C00;
	text-shadow:1px 1px 2px #000;
}
h3{
	text-align:center;
	font-size:44px;
	color:#C00;
}

ul{
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
li{
	margin-bottom:5px;
	line-height:18px;
}



#st-panel-3 img:hover{
	opacity:0.8;
}

.form{
	position:absolute;
	left:5%;
	top:80px;
	height:80%;
	width:90%;
	overflow: scroll;
	overflow-x:hidden;
	color:#FFF;
	padding:10px;
	font-size:12px;
}

#kol-L{
	position: relative;
	float:left;
	width:47%;
	height:100%;
	padding:3%;
	padding-top:5%;
	color:#FFF;
	text-shadow: 1px 1px 2px #000;

}
#kol-L h3, #kol-P h3{
	margin-bottom:10px;
}
#kol-P{
	position: relative;
	float:right;
	width:47%;
	height:100%;
	padding:3%;
	padding-top:5%;
	color:#FFF;
	text-shadow: 1px 1px 3px #000;


}
#kol-L p{
	font-size:14px;
	line-height:24px;
	text-align:right;
	color: #FF0;

	
}

.form p{
}




.zaslona{
	position:absolute;
	z-index:0;
	width:50%;
	height:100%;
	overflow: hidden;
	right:0;
	top:0;
	background-color:rgba(0,0,0,0.5);
}

#mapka{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	left:0;
	top:0;
	background-image: url(../grafika/hydraulik-Leszno.png);
	background-position:center center;
}





.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.st-container > input,
.st-container > a {
	position: fixed;
	bottom: 0px;
	width: 20%;
	cursor: pointer;
	font-size: 19px;
	height: 54px;
	line-height: 34px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top:10px;
	border-left: solid 1px #161616;
	font-family:"Lobster",Arial;

}

.st-container > input {
	opacity: 0;
	z-index: 1000;
}

.st-container > a {
	z-index: 10;
	font-weight: normal;
	background: #000;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 54px;
	background: #000;
	z-index: 9;
	bottom: 0;
}

#st-control-1, #st-control-1 + a {
	left: 0;
}

#st-control-2, #st-control-2 + a {
	left: 20%;
}

#st-control-3, #st-control-3 + a {
	left: 40%;
}

#st-control-4, #st-control-4 + a {
	left: 60%;
}

#st-control-5, #st-control-5 + a {
	left: 80%;
}

.st-container > input:checked + a,
.st-container > input:checked:hover + a{
	background: #900;
}

.st-container > input:checked + a:after,
.st-container > input:checked:hover + a:after{
	bottom: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #900;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;

}

.st-container > input:hover + a{
	background: #900;
	border-left: solid 1px #161616;
}

.st-container > input:hover + a:after {
	border-bottom-color: #161616;
}

.st-scroll,
.st-panel {
	position: relative;
	width: 100%;
	height: 100%;
}

.st-scroll {
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	
	/* Let's enforce some hardware acceleration */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.st-panel{
	background: #fff;
	overflow: hidden;
} 

#st-control-1:checked ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#st-control-2:checked ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#st-control-3:checked ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}
#st-control-4:checked ~ .st-scroll {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
#st-control-5:checked ~ .st-scroll {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	transform: translateY(-400%);
}


/* Content elements */


.start{
	width: 100%;
	height: auto;
	padding: 0;
	
	font-weight: normal;
	margin: 0;
	text-align: center;
	


}



.st-deco{
	width: 200px;
	height: 200px;
	position: absolute;
	z-index:999;
	top: -100px;
	left: 50%;
	margin-left: -100px;
	background-color: transparent;



}
.st-deco img{

	margin-top: 90px;
	margin-left: -6px;
	
}

st-panel-4 h2{
	color: #C00;
}

.st-panel h2,.st-panel h5 {
	position: absolute;
	font-size: 64px;
	font-weight: normal;
	width: 80%;
	left: 10%;
	line-height: 50px;
	margin: -70px 0 0 0;
	padding: 0;
	top: 30%;
	text-align:center;
	-webkit-backface-visibility: hidden;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 h2,
#st-control-2:checked ~ .st-scroll #st-panel-2 h2,


#st-control-3:checked ~ .st-scroll #st-panel-3 h2,
#st-control-4:checked ~ .st-scroll #st-panel-4 h2,
#st-control-5:checked ~ .st-scroll #st-panel-5 h2{
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@-webkit-keyframes moveDown{
	0% { 
		-webkit-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveDown{
	0% { 
		-moz-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveDown{
	0% { 
		-o-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveDown{
	0% { 
		-ms-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveDown{
	0% { 
		transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

.tlo-tekstu{
	background: rgba(255,255,255,0.5);
	border-radius:10px;
}


.st-panel .span {
	position: absolute;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #8b8b8b;
	z-index: 2;
	padding: 15px;

	width: 80%;
	left: 10%;
	top: 50%;
	margin: 10px 0 0 0;
	-webkit-backface-visibility: hidden;
	color:#FFF;
	text-shadow:1px 1px 1px #000000;
	box-shadow:none;
}
#st-control-1:checked ~ .st-scroll #st-panel-1 .span,
#st-control-2:checked ~ .st-scroll #st-panel-2 .span,
#st-control-3:checked ~ .st-scroll #st-panel-3 .span,
#st-control-4:checked ~ .st-scroll #st-panel-4 .span,
#st-control-5:checked ~ .st-scroll #st-panel-5 .span{
	-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp{
	0% { 
		-webkit-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveUp{
	0% { 
		-moz-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveUp{
	0% { 
		-o-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveUp{
	0% { 
		-ms-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveUp{
	0% { 
		transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

/* Colored sections */

.st-color,
.st-deco{
	background-color: rgb(255, 255, 255, 0.5);
}

.st-color .st-deco {
	background-color: rgb(255, 255, 255, 0.5);
}
.st-color h2 {
	color: #C00;
} 
.st-color p {
	color: #fff;
	color: rgba(255,255,255,0.8);
}




.slider {  z-index:999; position:absolute; overflow: auto; width:90%; height:500px; top:30%; left:10%; text-shadow:1px 1px 2px #000000; }
    .slider ul {display:block; height:300px;}
	.slider li { list-style: none; }
        .slider ul li { float: left; display:block; color:#FFF; min-height:300px; padding-right:130px; font-size:15px; font-style:italic; line-height:22px;}
		.slider h4{
			font-size:29px;
			text-align:right;
			font-style:normal;
			margin-right:60px;
		
		}
		
	.slider .dots {
		position: absolute;
		right: 3%;
		bottom: -10px;
	}
		.slider .dots li {
			display: inline-block;
			width: 30px;
			height: 30px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 50%;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.slider .dots li.active {
				background: #900;
				opacity: 1;
			}





/*form*/
.cmsContactForm{ 
	position:relative;
	margin:auto;
	margin-top:30%;
	width:90%;
	height:50%;	
	color:#FFF;
	text-shadow:1px 1px 2px #000000;
	font-size:12px;
}
.cmsContactForm div{ 
	padding-bottom:3px;
	margin-bottom:3px;
}
.cmsContactForm div.text{ 
	float:left;
	width:50%;
}
.cmsContactForm div.textarea{ 
	float:right;
	width:100%;
}

 input, textarea, select{
	background-color:#000;
	border:solid 1px  #999999;
	resize:none;
	padding: 5px 5px 5px 5px;
	color:#fff;
	font-size:12px;
	opacity:0.6;
 }
 input{ 
 	height:25px; 
	width:90%; 
 }
 textarea{ height:140px; width:100% }
 input[type=submit]{ 
 	width:30%;  
 	background-color: #FFF; 
	color:#CC0000;
	font-size:13px;
 }
 input[type=submit]:hover{ 
	background-color:#CC0000; 
	color:#FFF;
	cursor:pointer;
	text-shadow:1px 1px 2px #000000;
	
 }
 option{}
 .formError{ 
 	color:#FFFF00; 
	text-align:center;
	position:absolute;
	z-index:100;
	display:block;
	right:5%;
	top:15%;
	width:auto;
	font-size:12px;
 }
 #cookies{
	text-align:center;
	display: block; 
	color: #555555; 
	font-size:11px;
	padding: 0px 0px; 
	position: fixed; 
	left:0;
	bottom:0;
	background-color:#FFF;
	width:100%;
	height:20px;
	z-index:9999;
}
 #cookies a{
 	color: :#F00; 
	text-decoration:none;
 }
 /*koniec form*/







@media screen and (max-width: 520px) {
	.st-panel h2 {
		font-size: 42px;
	}
	
	.st-panel p {
		width: 90%;
		left: 5%;
		margin-top: 0;
	}
	
	.st-container > a {
		font-size: 13px;
	}

#kol-P,#kol-L{

	width:100%;
	float:left;
	padding:0;
	margin:0;
	clear:both;
	height:auto;
}
.pojemnik{
	height:90%;
	padding-top:100px;
}


	.zaslona{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	overflow: hidden;
	right:0;
	top:0;
	background-color:rgba(0,0,0,0.8);
}

	#st-panel-5 h2{
		top:70%;
		width:100%;
		text-align:center;
	
	}

}
@media screen and (max-width: 360px) {

	 .formError{ 
 	color:#FFFF00; 
	text-align:center;
	position:absolute;
	z-index:100;
	display:block;
	right:5%;
	top:75%;
	width:100%;
	text-align:center;
	font-size:12px;
 }
	
	
	.st-container > a {
		font-size: 10px;
	}
	
	.st-deco{
		width: 120px;
		height: 120px;
		margin-left: -60px;
	}
	.maly{
		width:90%;
	}
	.maly2{
		width:40%;
	}
	.st-deco{
		display:none;
	}
	
	
	.slider {  z-index:999; position:absolute; overflow:auto; width:100%; height:auto; top:20%; left:0; text-shadow:1px 1px 2px #000000; margin:0; padding:0; }
    .slider ul {display:block; height:100%;}
	.slider li { list-style: none;   }
        .slider ul li { width:100%; float: left; display:block; color:#FFF; min-height:100%;; padding-right:5%; font-size:14px; font-style:italic; line-height:22px;}
		.slider h4{
			font-size:20px;
			text-align:right;
			font-style:normal;
			margin-right:10px;
		
		}
		
	.slider .dots {
		position: absolute;
		right: 3%;
		bottom: 0%;
		display:none;
	}
		.slider .dots li {
			display: inline-block;
			width: 12px;
			height: 12px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 50%;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.slider .dots li.active {
				background: #900;
				opacity: 1;
			}
	
	#st-panel-1 h2,#st-panel-2 h2,#st-panel-3 h2,#st-panel-4 h2,#st-panel-5 h2{
	top:20%;	
	}
	#st-panel-1 .span,#st-panel-2 .span,#st-panel-3 .span,#st-panel-4 .span,#st-panel-5 .span{
	top:30%;
	width:95%;
	left:4%;
	text-align:center;
	}
	#kol-L h3,#kol-P h3{
		margin:0;
		padding:0;
	}
	#kol-L ,#kol-P {
		margin:0;
		padding:0;
	}
	.pojemnik{
	height:90%;
	padding-top:10px;
	padding-bottom:5%;
}
	#st-panel-5 h2{
		top:5%;
		width:100%;
	
	}

}

@media screen and (min-width: 1260px) {
	
	ul{
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	}
	li{
	margin-bottom:5px;
	line-height:28px;
	}
}

