@font-face {
	font-family: 'opensans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-400.eot');
	src: url('fonts/open-sans-400.woff2') format('woff2'),
		 url('fonts/open-sans-400.woff') format('woff'),
		 url('fonts/open-sans-400.ttf') format('truetype'),
		 url('fonts/open-sans-400.svg#opensans') format('svg');
}

@font-face {
    font-family: 'oswald';
    font-weight: 400;
    font-style: normal;
	src: url('fonts/oswald_400.eot');
    src: url('fonts/oswald_400.eot?#iefix') format('embedded-opentype'),
		 url('fonts/oswald_400.woff2') format('woff2'),
         url('fonts/oswald_400.woff') format('woff'),
         url('fonts/oswald_400.ttf') format('truetype'),
		 url('fonts/oswald_400.svg#oswald') format('svg');	 
}



* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	line-height: 1.75; 
	color: #FFFFFF;
	background: #104060 url(../images/bgn.png) repeat-x left top;
}

p {	
	text-align: left; 
	margin-bottom: 12px;
}

h2 {
	font-family: 'oswald', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #ff8020;
	font-weight: normal;
	margin: 8px 0;
}

h2 small{
	color: #DADAE4;
	font-weight: normal;
	font-size: 22px;
}



/*------------------------------- Menu -------------------------------*/

#menu {
	background: url(../images/menu_bgn_01.png) no-repeat center top;
	width: 840px;
	display: block;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}

#menu a { text-decoration: none; }

#menu > div {
	background: url(../images/menu_bgn_02.png) no-repeat right bottom;
	height: 369px;
}

#menu > div > img {	padding-left: 560px; }

#lang-menu {
	float: right;
	height: 40px;
	padding-top: 20px;
	font-size: 12px;
}

#lang-menu div {
	display: inline-block;
	padding: 4px 16px 0 16px;
}

#text-menu {
	float: left;
	height: 123px;
	padding-left: 3px;
	width: 834px;
	line-height: 20px;
}

#text-menu-nav,
#text-menu-nav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#text-menu-nav ul { 
	position: absolute; 
	top: auto;
	display: none; 
	clear: both;
	top: 61px;
	left: 0;
}

#text-menu-nav ul { display: none; }
#text-menu-nav li:hover ul { display: block; }

#text-menu-nav a { 
   display: block; 
   margin: 0; 
   text-decoration: none; 
}
#text-menu-nav li { 
	float: left;
	list-style: none;
	position: relative; 
}

#text-menu-nav li a {
	background: url("../images/menu.png") no-repeat scroll left top;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'oswald', sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 49px;
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

#text-menu-nav > li:hover > a,
#text-menu-nav > li.menuactive > a {
	background: url("../images/over.png") no-repeat scroll left bottom;
	height: 37px;
	padding-top: 24px;
	color: #ff8020;
}

#text-menu-nav li li { 
	position: relative;
	float: left;
	clear: both; 
	padding: 0 6px 0px 6px;
}

#text-menu-nav li li a { 
	background: #193a54 none repeat scroll 0 0;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: none;
	font-size: 16px;
	padding: 8px 8px;
	text-align: center;
	width: 108px;
	height: auto;
	line-height: 1.5;
}

#text-menu-nav li li a:hover { color: #F0770F; }



/*------------------------------- Content -------------------------------*/

#page-content {
	background: #104060;
	width: 840px;
	display: block;
	margin: 0 auto;
	padding: 0 30px 32px 30px;
}

#content { margin-top: 20px; }

#content a {
	color: #ff8020;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#content a:hover { text-decoration: underline; }



/*------------------------------- Footer -------------------------------*/

#footer { 
	background: url("../images/footer_bgn.png") repeat-x left top;
	display: block;
	margin: 0 auto;
}

#footer_content {
	background: url("../images/footer_bgn.png") repeat-x left top;
	position: relative;
	top: 0;
	left: 0;
	width: 840px;
	display: block;
	margin: 0 auto;
	padding: 0 30px;
	height: 80px;
}

#footer_copyright {
	padding-top: 30px;
	display: inline-block;
}

#footer_logo {
	position: absolute;
	top: 10px;
	right: 30px;
	float: right;
}



/*------------------------------- Firma -------------------------------*/

#firma_01 { margin: 0px 0 20px 0;}
#firma_01 p { text-align: justify; }
#firma_01 h2 { margin-bottom: 20px;}

#firma_01 img {
	display: inline-block;
	border: 1px solid #606F7E;
	border-radius: 12px;
	margin: 4px 24px 10px 0;
	float: left;
}

#firma_line {
	margin: 40px 10px 10px 10px;
	border-bottom: 1px solid #435563;
}

#firma_02 {
	display: inline-block;
	padding-right: 30px;
	width: 530px;
	border-right: 1px solid #435563;
	margin-bottom: 24px;
}

#firma_02 h2 { margin-bottom: 20px;}
#firma_02 p { text-align: justify; }

#firma_03 {
	float: right;
	padding-left: 10px;
	width: 256px;
}



/*------------------------------- Oferta -------------------------------*/

#oferta p { text-align: justify; }
#oferta img { margin: 0 12px; }

/*------------------------------- Zrealizowane -------------------------------*/

#zrealizowane ol {
	padding-left: 10px;
	margin: 16px 0 0 32px; 
}

#zrealizowane li {
	padding-left: 10px;
	padding-bottom: 12px;
	list-style: decimal outside;
}



/*------------------------------- Praca -------------------------------*/

#praca h3 {
	font-size: 20px;
	padding: 4px 0 12px 0;
}

#praca h4 {
	padding: 0 0 8px 24px;
	color: #F0770F;
}

#praca ul {	padding: 0 0 12px 64px;	}
#praca li {	padding-left: 10px; }

#praca p {
	margin: 12px 0 24px 0;
}


/*------------------------------- Kontakt -------------------------------*/

#kontakt_content {
	width: 720px;
	padding-left: 60px;
	font-size: 0;
}

#kontakt_firma_1,
#kontakt_firma_2,
#kontakt_prezes,
#kontakt_kierownik_1,
#kontakt_kierownik_2 {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	width: 300px;
}

#kontakt_prezes {
	width: 660px;
	text-align: center;
	padding-bottom: 20px;
}

#kontakt_prezes p {	text-align: center;	}

#kontakt_content h3 {
	font-family: 'oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: normal;
	line-height: 1.5;
}

#kontakt_line {	border-bottom: 1px solid #435563; }



/*------------------------------- Galeria -------------------------------*/

.gallery div {
	display: inline-block;
	height: 120px;
	margin: 16px 10px 0 10px;
	text-align: center;
}

.gallery a {
	display: inline-block;
	border: 2px solid #e0e0e0;
	padding: 1px;
	font-size: 0;
	line-height: 0;
}

.gallery a:hover { border-color: #707070; }

.gallery img {
	border: none;
	display: block;
}