/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/

body{
	font-family: 'Lato', sans-serif;
	color: #34495e;
	background-color: #FFFFFF;
}

#bg {
 
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: 100%;

}
/* PRZYCISK POWROTU/
*###################*/
.padding {
	padding: 20px;
}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 2999;
	right: 11px;
	bottom: 11px;
	background-repeat: no-repeat;
	background-position: center 43%;
	background-image: url(../images/up-arrow.png);
	background-color: #0042ed;
	-webkit-border-radius: 0px;
	-moz-border-radius: 33px;
	border-radius: 33px;
}
a:hover.back-to-top {
	background-color: #0042ed;
}

.content_auto{
	margin: 0 auto;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}
.glyphicon{
	color: #99C50A;
	margin-right: 6px;
}
hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px dashed #dddddd;
	color: #fff;
	background-color:transparent;
	height: 1px;
	width: 100%;
}


.btn-success{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 0px;
	font-weight: bold;
	color: #000;	
	box-shadow:2px 2px 6px #333;
}
.btn-success:hover{
	background-color: #0042ed;
	border: 2px solid #fff;
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	transition: all 0.7s ease;
}
.btn-success:focus {
	background-color: #0042ed;
	border: 2px solid #fff;
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	transition: all 0.7s ease;
}


.btn-normal{
	background-color: #0042ed;
	border: 2px solid #0042ed;
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	transition: all 0.7s ease;
}

.btn-normal:hover{
	background-color: #112ab1;
	border: 2px solid #112ab1
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	transition: all 0.7s ease;
}
.btn-normal:focus {
	background-color: #112ab1;
	border: 2px solid #112ab1
	border-radius: 0px;
	font-weight: bold;
	color: #fff;
	transition: all 0.7s ease;
}


.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #000;
	font-weight: bold;
}

#logo img{
	margin-top:-7px;
	margin-left:25px;
	
}
/*#####################################################################################################################*/
/* Formularz*/
/*#####################################################################################################################*/

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #000;
	background-color: #FFFFFF;
	background-image: none;
	border: 2px solid #0042ed;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-style: normal;
	margin-top:20px;
}
.form-control:focus {
	border: 2px solid #0042ed;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	background-color: #fff;
	color: #000;
}

/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/

#menu{
	height: auto;
	background-color: rgba(255,255,255,1.00);
	z-index: 100;
	background-repeat: repeat-x;
	border: 0;
	border-color: transparent;
	padding-top: 5px;
	padding-bottom:5px;
}
/* Nalesnik!!!*/
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #363636;
	background-image: none;
	border: 0px solid;
	border-radius: 1px;
}
.navbar-inverse .navbar-toggle:focus {
	background-color: #000;
}

.navbar{
	font-size: 1.7rem;
	width: 100%;
	height: auto;
	background-color: transparent;
	z-index:1000;
	background-position: 0% top;
	background-repeat:no-repeat;
	border:0;
	border-color:transparent;
	margin:0px;
	margin-bottom:5px;
	margin-top:0px;
	
}


.navbar-outer{
	width: 1200px;
}

.navbar-inverse .navbar-nav > li > a{
	color: #000;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color: #0042ed;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border-radius: 1px;
	border: 0px;
	transition: all 0.7s ease;
}

.navbar-inverse .navbar-nav > .active > a{
	color: #0042ed;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	transition: all 0.7s ease;
}
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #0042ed;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;	
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	transition: all 0.7s ease;
	

}


.navbar-inverse .navbar-nav > .active > a:hover{
	color: #0042ed;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border-radius: 1px;
	border: 0px;
	transition: all 0.7s ease;
	

}

.navbar-inverse .navbar-nav > li > a:focus {
	color: #0042ed;
	margin-left: 35px;
	margin-right: 0px;
	line-height: auto;
	margin-top: 11px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	transition: all 0.7s ease;

}

/*#####################################################################################################################*/
/* baner */
/*#####################################################################################################################*/
#baner{
	text-align: center;
	height: auto;
	min-height: 1600px;
	padding-bottom: 0px;
	margin-top: 0px;
	bottom: 0;
	background-size: cover;
	background-image: url(../images/baner1.jpg);
	background-position: 0% top;
	background-repeat: no-repeat;
}

#baner h1{
	font-size: 140px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	text-align: left;
	font-weight: bolder;
}

#baner p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
	text-align: left;

}
.banertxt{
	max-width: 1220px;
	height: auto;
	float: right;
	margin-right: 300px;
	margin-top: 500px;
	position: absolute;
	left: 926px;
	top: -101px;

}

.banerpompa{
	max-width: 750px;
	height: auto;
	float: left;
	position: absolute;
	left: 126px;
	top: 416px;

}

/*#####################################################################################################################*/
/*czym*/
/*####################################################################################################################*/
#czym{
	margin-top: -680px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0%;
}

#czym h2{
	font-size: 80px;
	color: #0042ed;
	text-align: left;
	font-weight: bolder;
}

#czym p{
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	text-align: justify;
}
.czymimg{
	margin-top: 50px;
	
}
/*#####################################################################################################################*/
/*czym2*/
/*####################################################################################################################*/
#czym2{
	margin-top: 150px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0%;
	margin-bottom:50px;
}

#czym2 h2{
	font-size: 60px;
	color: #0042ed;
	text-align: left;
	font-weight: bolder;
}

#czym2 p{
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	text-align: justify;
}
#czym2 h3{
	font-size: 22px;
	color: #0042ed;
	margin-bottom: 10px;
	text-align: justify;
}
#czym2 li{
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	text-align: justify;
	list-style-image: url(../images/li.jpg);
	margin-left:-10px;
}
#czym2 img{
	float:right;
	margin-left:10px;
	

	
}
/*#####################################################################################################################*/
/*oferta*/
/*####################################################################################################################*/
#oferta{
	margin-top: 50px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#oferta img   {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}
#oferta img:hover   {
	opacity: 0.6;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#oferta h2{
	font-size: 80px;
	color: #0042ed;
	text-align: center;
	font-weight: bolder;
}

#oferta p{
	font-size: 17px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.shadowbox{
	height:auto;
	box-shadow:2px 2px 8px #ccc;
	padding:0px;
	margin:0px;


}
.shadowbox:HOVER{
	height:auto;
	box-shadow:2px 2px 8px #ccc;
	padding:0px;
	margin:0px;


}
.shadowbox h3{
	text-align:center;
	font-size:18px;
	color:rgba(0,0,0,1.00);
	margin-top:20px;

}
.shadowbox h3 a{
	color:rgba(0,0,0,1.00);
	
}
.shadowbox h3 a:hover{
	color:#0042ed;
	
}
.rowmargin{
	margin-top:30px;
}
/*#####################################################################################################################*/
/* realziacje */
/*#####################################################################################################################*/
#realizacje{
	text-align: center;
	height: auto;
	min-height: 1200px;
	padding-bottom: 0px;
	margin-top: 0px;
	bottom: 0;
	background-size: cover;
	background-image: url(../images/baner2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#realizacje h2{
	font-size: 80px;
	color: #0042ed;
	text-align: left;
	font-weight: bolder;
	margin-top:200px;
}

#realizacje p{
	font-size: 17px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}


.banerlogo{
	max-width: 750px;
	height: auto;
	float: left;
	position: absolute;
	left: 126px;
	top: 416px;

}
#realizacje h5{
	font-size: 20px;
	color: #fff;
	text-align:center;
	font-weight: bolder;
	margin-top:0px;
}

/*#####################################################################################################################*/
/* KONTAKT */
/*#####################################################################################################################*/
#kontakt{
	text-align: center;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom:50px;
	bottom: 0;
	background-size: cover;
	background-position: 0% bottom;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1.00);
}

#kontakt h2{
	font-size: 80px;
	color: #0042ed;
	text-align: center;
	font-weight: bolder;
	margin-top:50px;
}

#kontakt p{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}
#kontakt h3{
	font-size: 32px;
	color: #112f84;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 13px;
	margin:0px;

}
.banerlogo{
	max-width: 750px;
	height: auto;
	float: left;
	position: relative;
	left: -150px;
	top:-600px;

}


/*#####################################################################################################################*/
/*STOPKA*/
/*####################################################################################################################*/

#stopka{
	height: auto;
	padding-bottom: 11px;
	min-height: 300px;
	padding-top: 11px;
	background-color: #fff;
	background-image: url(../images/stopka.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% top;
	background-attachment: fixed;
}
#stopka h6 {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin-top:50px;



}
#stopka p{
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	margin-top:50px;
	text-align: left;
	
}
#stopka p a{
	color: #fff;
	
}
#stopka p a:hover{
	color: #fff;
	
}
#stopkafont{
	font-size:35px;
	font-weight:800;
}
