body
{
	margin: 0;
	padding: 0;
}

.header
{

}
.logo
{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 50px;
	padding-top: 25px;
}
.nav
{
	width: 100%;
	height: 50px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background: white;
	margin-top: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: fixed;
	z-index: 3;
	transition-duration: 200ms;
}
.navdown
{
	width: 100%;
	height: 50px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background: white;
	margin-top: 0px;	
	position: fixed;
	top: 0px;
	z-index: 3;
	transition-duration: 150ms;
}
.navinside
{
	width: 1000px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
.navlink
{
	font-size: 22pt;
	color: #000;
	font-family: 'Lato', sans-serif;
	float: left;
	margin-left: 97px;
	transform: scale(1,1);
	transition-duration: 250ms;
	transition-timing-function: ease-out;
}
.navlink:hover
{
	transform: scale(1.05,1.07);
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	cursor: pointer;
}
#slidercont
{
	width: 1400px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#onas
{
	width: 1400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -200px;
	background: rgb(0, 0, 32, 0.7);
	color: white;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 2;
}
.title
{
	width: 1400px;
	font-size: 32pt;
	color: #1ea8ff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #191919;
	padding-top: 15px;
	margin-top: 45px;
}
#onas2
{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	font-size: 15pt;
	text-align: justify;

}

#uslugi
{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	font-size: 15pt;
	text-align: justify;

}
#pracownicy
{
	width: 1400px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	font-size: 15pt;
	text-align: justify;

}
#pracownicyleft
{
	width: 900px;
	float: left;
	padding-right: 100px;
}
#pracownicyright
{
	float: left;
	width: 400px;
	margin-top: 30px;
}
#kontakt
{
	width: 1400px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	font-size: 15pt;
	text-align: justify;

}
#kontaktleft
{
	width: 600px;
	float:left;
}
#kontaktright
{
	width: 800px;
	float:left;
}
input {
	padding:10px; 
	border-radius:3px; 
	border:1px solid #1ea8ff; 
	margin-top: 25px;
	width:245px; 
	text-align: center;
}
input#submit {
	padding:10px; 
	border-radius:3px; 
	border:1px solid #191919;
	background: #1ea8ff;
	width:255px; 
	text-align: center;
	color: #fff;
}
textarea
{
	padding:10px; 
	border-radius:3px; 
	border:1px solid #1ea8ff; 
	width:800px; 
	height: 300px;
	text-align: center;
}
#footer
{
	width: 100%;
	border-top: 1px solid black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #191919;
}
#scroll-to-top
{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 40px;
	bottom: 60px;
	background-image: url("../images/arrowup.png");
	display:none;
}
#scroll-to-top:hover
{
	cursor: pointer;
}
.confirm
{
	font-family: 'Open Sans', sans-serif;
	color: #1ea8ff;
	font-size: 18pt;
	text-align: center;
	padding: 30px;
}
.error
{
	font-family: 'Open Sans', sans-serif;
	color: red;
	font-size: 18pt;
	text-align: center;
	padding: 30px;
}
