@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext');



body {
	font-family: Lato, sans-serif, sans-serif, Arial, Helvetica;
	font-weight: 300;
	font-size: 20px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color:white;
}
	a:hover, a:focus{
		color: white;
	}
p {
	margin: 20px 0;
}
.section {
	width: 100%;
	min-height: 300px;
	min-height: 100vh;
	border-top: 5px solid #c32626;
	
}
	.section.section1 {
		position: fixed;
		top:0;
		left:0;
		border-top: none;
	}

	.section.section2 {
		overflow-y: auto;
		margin-top: 100vh;
		position: relative;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.section.section3 {
		overflow-y: auto;
		position: relative;
		background-color: white;
	}
	
	
#onas {
	padding: 10vh;
	background-color: #12314c;
	color: white;
	text-align: center;
	background-image: url("../images/PIX_Nagrody.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-attachment:fixed!important;
}
#butle {
	background-color: #ffffff;
	color: black;
	text-align: center;
	font-size: 0.8em;
}

#uslugi {
	background-color: #ffffff;
	color: white;
	text-align: center;
	background-image: url("../images/PIX_Uslugi.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
}
#home {
	background-color: black;
	color: white;
	text-align: center;
}

.home_bg {
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	background-image: url("../images/banner_pic1.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover !important;
	opacity:0.3;
}
img.rotate{
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#info {
	background-color: #ffffff;
	color: black;
	text-align: center;
}
#kontakt {
	padding: 10vh;
	background-color: #2c5ea7;
	color: #fff;
	border-bottom: solid 2px white;
}

.bghead {
	background-color: #12314c;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-attachment:fixed!important;
}
	#info .bghead {
		background-image: url("../images/PIX_Zastosowanie2.jpg");
	}
	#butle .bghead {
		background-image: url("../images/PIX_Reduktory_red.jpg");
	}
	#onas .bghead {
		background-image: url("../images/PIX_Zastosowanie.jpg");
	}
	#ciekawostki .bghead {
		background-image: url("../images/PIX_Zastosowanie.jpg");
	}
	
#onas hr {
	margin: 80px;	
}
#onas img {
	max-height: 240px;
	margin: 5px;
}
.h2container {
	min-height: 200px;
	min-height: 30vh;
	padding: 40px 5px;
}
h2 {
	font-size: 3em;
	display: inline;
	color: white;
	background-color:#black;
	padding: 10px 20px;
	margin: 40px 0;

}
.subtitle {
	font-size: 2.5em;
	margin-top: 30px;
	color: white;

}

#butle img {
	height: 200px;
	width: auto;
}

img.ikonka {
	max-width: 100px;
}

.leftright li div{
	
}
.leftright li div:first-child {
	text-align: center
}
.leftright li:nth-child(odd) div:first-child  {
	float: right;
}

#info .leftright>li  {
	border-top: solid 2px black;
	margin: 40px 0;
	padding: 40px 0;
	
	position: relative;
}
#info .leftright>li:before  {
	position: absolute;
	top: -24px;
	left: 50%;
	height: 50px;
	width: 110px;
	content: " ";
	background-repeat: no-repeat; 
	background-image: url("../images/kwadraciki.png");
}
#info .leftright>li:nth-child(even):before  {
	top: -28px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}




.btn-primary.button1 {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
	box-shadow: 2px 3px 4px black;	
	margin: 20px 20px;
}
	.btn-primary.button1:hover{
		color: #fff;
		background-color: #2c5ea7;
	}
.btn-primary.button2 {
    background-color: #c32625;
	opacity: 0.4;
    border-color: #000;
    color: #fff;
	margin: 20px 20px;
} 
	.btn-primary.button2:hover{
		opacity: 1;
	}
	




.center{
	text-align: center;
}
ul{
	text-align: left;
}

.list_header {
	font-weight: bold;
}
.param {
	text-align: left;
}
.zastosowania ul{
	text-align: left;
}
.nazwa {
	font-size: 1.5em;
}




footer {
	background-color: #181717;
	overflow-y: auto;
    position: relative;
	color: white;
	padding: 20px;
}

footer i {
	font-size: 30px;
	margin: 8px;
}
footer .kontakt{
	text-align: center;
	line-height: 2;
}





.navbar.navbar-fixed-top  .navbar-collapse {
	position: relative;
}

.navbar.navbar-fixed-top  .navbar-nav {
	position: absolute;
	right: 0;
	top: 35px;
}
.navbar.navbar-fixed-top .navbar-right {
	top: -10px;
}



.navbar-default {
	background-color: white;
	margin-bottom: 0;
}
.nav_container {
	background-color: #2c5ea7;
	border-top: solid 5px #c32626;
	margin-top: 10px;
	min-height: 95px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
	font-weight: 700;
	font-size: 0.8em;
}
	.navbar-default .navbar-nav > li > a:hover {
		color: white;
		text-decoration: underline;
	}
.logo {
	position: relative;
}
.logo img {
	position: absolute;
	top: -30px;
	left: 0;
}
.logo img.logo_a {
	opacity:0.7;
}
.logo img.logo_b {
	top: -35px;
}


@media only screen and (min-width: 768px) {

	.dropdown-submenu{
		position:relative;
		color:blue;

	} 
	.dropdown-submenu > .dropdown-menu
	{
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
		
	} 
	.dropdown-submenu:hover > .dropdown-menu{
		display:block;
	}
	 
	.dropdown-submenu > a:after{
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;
		margin-right:-10px;
	}
	 
	.dropdown-submenu:hover > a:after{
		border-left-color:#C83B20;
	}
	 
	.dropdown-submenu .pull-left{
		float:none;
	}
	 
	.dropdown-submenu.pull-left > .dropdown-menu{
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}

	.root:hover > .dropdown-menu{
		display: block;

	}
	
	body.start .navbar:not(.navbar-fixed-top) {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom:0;
		z-index:10;
	}
	
	body.start .navbar-default:not(.navbar-fixed-top) {
		background-color: transparent;
		border-color: transparent;
		border: none;
		color: white;

		font-weight: 700;
	}
	body.start .navbar-default:not(.navbar-fixed-top) .navbar-nav {
		width: 100%;
		text-align: center;
	}

	body.start .navbar-default:not(.navbar-fixed-top) .navbar-nav > li {
		float: none;
		display: inline-block;
		margin:auto;
	}
	body.start .navbar-default:not(.navbar-fixed-top) .navbar-nav > li > a {
		color: white;
		margin: 10px;
		border-bottom: solid 1px white;
		padding: 0 3px;
	}
	body.start .navbar-default:not(.navbar-fixed-top) .caret {
		display: none;
	}
	body.start .navbar-default:not(.navbar-fixed-top) .navbar-header {
		display: none;
	}
	body.start .navbar-default:not(.navbar-fixed-top) .nav_container {
		min-height: 35px;
	}
}




#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #c32625; 
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	#return-to-top i {
		color: #fff;
		margin: 0;
		position: relative;
		left: 16px;
		top: 13px;
		font-size: 19px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top:hover {
		background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}
	
#butle .nazwa {
	min-height: 150px;
	border-top: solid 5px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	vertical-align: middle;
	margin-bottom: 10px;
}
.butla_item {
	padding: 30px;
}
.list_header{
	margin-top: 30px;
	text-align: left;
}
		.tips{
			position: relative;
			margin: 2em 0 2em 7em;
			border-top: solid 1px #d9d9d9;
			border-bottom: solid 1px #d9d9d9;
			min-height:  6em;
			padding: 1em 0.5em 1em 0;
			text-align: left;
		}

			.tips:before {
				content: "";
				font-family:'Glyphicons Halflings';
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #c32625;
				font-size: 3.5em;
				padding-right: 0.5em;
				position: absolute;
				top: 0.4em;
				left: -1.7em;
			}
				.tips.lightbulb {

				}
					.tips.lightbulb:before {
						content: "";
					}
		ul.lista1  {
			margin-bottom: 0;
			list-style-type: none;
			margin-left: 15px;
		}
		ul.lista1 li {
			border: none;
			position: relative;
			
		}
			ul.lista1 li:before {
				content: "» ";
				position: absolute;
				left: -1em;
			}