html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background-color: #ededed;
}
header nav main section {
	display: block;
}
.wrapper {
	width: 960px;
	margin:0 auto;
	background-color: white;
	-moz-box-shadow: 0 0 20px #888;
-webkit-box-shadow: 0 0 20px #888;
box-shadow: 0 0 20px #888;
}
header {
	height: 550px;
	background-image: url(assets/header_bg2.jpg);
}
#logo {
	position: absolute;
	background-image: url(assets/dem_logo.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 133px;
	margin: 45px 0px 0px 50px;
}
nav ul {
	list-style: none inside none;
	float: right;
	margin: 45px 50px 0px 0px;
}
nav li {
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding-left: 20px;
	font-weight:bold;
}
.nav_button {
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 0 #3D3D3D;
}
.nav_button:hover {
	text-decoration: none;
	color: #f06b4a;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-in-out;
}

#current {
	border-bottom-color: #f06b4a;
	border-bottom-style: solid;
	border-bottom-width: 2px;	
}
.txt_column {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 25px 50px 25px 50px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap:50px; /* Chrome, Safari, Opera */
	-moz-column-gap:50px; /* Firefox */
	column-gap:50px;
	text-align: justify;
}

.bolded {
	font-weight:bold;	
}

section {
	margin-top:0px;	
}

#realizacje {
	padding: 25px 50px 25px 50px;
}

footer {
	background-color:#f06b4a;	
}

#footer_wrapper {
	width: 960px;
	margin:0 auto;		
}


#footer_nav {
	padding: 40px 50px 25px 50px;	
	height: 130px;
}

#footer_nav ul {
float: left;
	list-style: none outside none;
}
#footer_nav li {
	float: left;
	width: auto;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-right: 20px;
}


#footer_wrapper img {
	padding-left:120px;	
	float: left;
}
#kontakt_txt {
	float: left;
	padding-left: 100px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color: white;
	text-align: right;
}
#copywright {
	padding-left: 50px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: white;
	padding-bottom: 20px;
}

.nasza_oferta_txt_column {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 25px 50px 25px 50px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap:50px; /* Chrome, Safari, Opera */
	-moz-column-gap:50px; /* Firefox */
	column-gap:50px;
	text-align:left;
}

.nasza_oferta_txt_column li {
	list-style: disc outside none;	
	margin-left:17px;
}

#kontakt_p {
	padding: 25px 50px 25px 50px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 17px;		
}

#google_map {
	padding: 15px 50px 25px 50px;	
}
#referencje {
	padding: 40px 50px 40px 50px;
}

#referencje img {
	width:282px;
	padding:1px;
	-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
box-shadow: 0 0 10px #888;
}