@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
img {
	border: 0;
}
a{
    color: #000;
    text-decoration: none;
}
section {
	display: block;
	position: relative;
	overflow: hidden;
}
nav {
	display: block;
}
nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}
.container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
}
nav#nawigacja-top {
    display: block;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: fixed;
    background-image: url(images/bg-gradient.png);
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
    z-index: 99;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    top: -140px;
}
nav#nawigacja-top.pokaz {
	top: 0px;
}
nav#nawigacja-top .container{
    overflow: visible;
}
#nawigacja-top img.kolko {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
nav#nawigacja-top ul#lewe{
    padding-top: 30px;
    float: left;
    width: 50%;
}
nav#nawigacja-top ul#prawe{
    padding-top: 30px;
    float: right;
    width: 50%;
}
nav#nawigacja-top ul li {
	display: inline-block;
	height: auto;
	width: 33%;
	text-align: center;
}
nav#nawigacja-top ul#lewe li {
	float: left;
}
nav#nawigacja-top ul#prawe li {
	float:right;
}
section#o-firmie {
	height: 100%;
    min-height: 900px;
	width: 100%;
	background-image: url(images/bg-s1.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section#o-firmie nav#top {
	font-family: 'Raleway', sans-serif;
	height: 70px;
	width: 100%;
	font-size: 20px;
	padding-top: 100px;
	position: relative;
}
section#o-firmie nav#top img.logo{
	position: absolute;
	top: 45px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
section#o-firmie nav#top ul#lewe {
	float: left;
	height: auto;
	width: 50%;
}
section#o-firmie nav#top ul#prawe {
	float: right;
	height: auto;
	width: 50%;
}
section#o-firmie nav#top ul li {
	display: inline-block;
	height: auto;
	width: 33%;
	text-align: center;
}
section#o-firmie nav#top ul#lewe li {
	float: left;
}
section#o-firmie nav#top ul#prawe li {
	float:right;
}
section#o-firmie .tekst {
	width: 47%;
	position: absolute;
	top: 200px;
	right: 0;
	line-height: 30px;
	overflow: hidden;
}
section#o-firmie img.wdol {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 30px;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
section#o-firmie img.wdol:hover {
	bottom: 20px;
}
section#oferta {
	background-color: #dfbc7b;
	background-image: url(images/bg-s2.jpg);
	background-repeat: no-repeat;
	background-position: center 280px;
	height: 100%;
}
section#oferta .tekst {
    padding-top: 100px;
    line-height: 30px;
    font-size: 18px;
}
section#serwis {
	background-color: #788782;
	height: 200%;
	background-image: url(images/bg-s3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
section#serwis .container {
	height: 100%;
}
section#serwis .tekst {
	padding-top: 100px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
    overflow: hidden;
    min-height: 800px;
}
section#serwis .tekst h2 {
    font-size: 20px;
    font-weight: 500;
}
section#serwis .tekst.nadole {
	position: absolute;
	bottom: 30px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}
section#serwis img.duzelogo {
	position: absolute;
    bottom: 250px;
}
section#kontakt {
	height: 600px;
}
section#kontakt .tekst {
    position: absolute;
    padding-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width auto;
    text-align: center;


    font-weight: 500;
    font-size: 30px;
    color: #000;
    text-shadow: 4px 4px 6px rgba(255, 255, 255, 1);
}
