/* reset */
* {
}

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, font, 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 {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS wlasciwy */

div.clearfix
{
    clear: both;
}

body {
    margin: 0;
    color: #888888;
    font: 15px/1.4 Verdana, Tahoma, Arial, sans-serif;
    min-width: 1200px;
    background: white;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #888888;
}
a:hover, a.active {
    color: black;
}

div {
}

div#header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

ul#language {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 17px;
    list-style: none;
    font-size: 13px;
}
ul#language li {
    float: left;
    margin-left: 15px;
}


ul#menu {
    position: absolute;
    right: 0px;
    top: 0px;
    list-style: none;
}
ul#menu li {
    float: left;
/*    overflow: hidden; */
}
ul#menu li a {
    display: block;
}



ul#menu2 {
    position: absolute;
    right: 0px;
    top: 88px;
    list-style: none;
}
ul#menu2 li {
    float: left;
    font-size: 12px;
    color: black;
/*    overflow: hidden; */
}
ul#menu2 li a {
    display: block;
    padding-left: 20px;
}


/* EN menu */

body.en ul#menu {
    height: 21px;
    top: 60px;    
}

body.en ul#menu li {
    margin: 0px 12px 0px 12px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;       
}

body.en ul#menu li#main-page {
}
body.en ul#menu li#main-page:hover, body.en ul#menu li#main-page.active {
}

body.en ul#menu li#about-us {
}
body.en ul#menu li#about-us:hover, body.en ul#menu li#about-us.active {
}

body.en ul#menu li#services {
}
body.en ul#menu li#services:hover, body.en ul#menu li#services.active {
}

body.en ul#menu li#selected_projects {
cursor: pointer;
}
body.en ul#menu li#selected_projects:hover, body.en ul#menu li#selected_projects.active {
}

body.en ul#menu li#publications {
}
body.en ul#menu li#publications:hover, body.en ul#menu li#publications.active {
}

body.en ul#menu li#clients {
}
body.en ul#menu li#clients:hover, body.en ul#menu li#clients.active {
}

body.en ul#menu li#contact {
margin-right: 0;
}
body.en ul#menu li#contact:hover, body.en ul#menu li#contact.active {
}

/* PL menu */

body.pl ul#menu {
    height: 21px;
    top: 55px;    
}

body.pl ul#menu li {
    line-height: 21px;       
    font-size: 14px;
    margin: 5px 19px 0px 20px;
    text-transform: uppercase;
}

body.pl ul#menu li#strona-glowna {
    text-transform: uppercase;
}
body.pl ul#menu li#strona-glowna:hover, body.pl ul#menu li#strona-glowna.active {
}

body.pl ul#menu li#o-nas {
}
body.pl ul#menu li#o-nas:hover, body.pl ul#menu li#o-nas.active {
}

body.pl ul#menu li#uslugi {
}
body.pl ul#menu li#uslugi:hover, body.pl ul#menu li#uslugi.active {
}

body.pl ul#menu li#realizacje, 
body.pl ul#menu li#selected_projects {
cursor: pointer;
color: #888888;
}
body.pl ul#menu li#realizacje:hover, body.pl ul#menu li#realizacje.active,
body.pl ul#menu li#selected_projects:hover,
body.pl ul#menu li#selected_projects:active {
color: black;
}

body.pl ul#menu li#publikacje {
}
body.pl ul#menu li#publikacje:hover, body.pl ul#menu li#publikacje.active {
}

body.pl ul#menu li#lista-klientow {
}
body.pl ul#menu li#lista-klientow:hover, body.pl ul#menu li#lista-klientow.active {
}
body.pl ul#menu li#kontakt {
margin-right: 0;
}
body.pl ul#menu li#kontakt:hover, body.pl ul#menu li#kontakt.active {
}

ul#menu li ul {
    background: white;
    font-size: 14px;
    position: absolute;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -20px;
    z-index: 999;
}
ul#menu li:hover ul {
    display: block;
}
body.pl ul#menu li ul li, body.en ul#menu li ul li {
    background: none;
    float: none;
    text-indent: 0;
    overflow: auto;
    margin: 10px 20px;
}

/* OTHERS */

div#container p, div#container h2, div#container h3, div#container h4, div#container ul, div#container ol {
    margin-bottom: 20px;
}

div#container ul {
    list-style: none;
    margin-left: 10px;
}

div#container ul li {
    background: url(../../images/bullet.png) center left no-repeat;
    padding-left: 30px;
}

div.main-page, div.strona-glowna { 
/*    background: url(../../images/mainpic.jpg) top left no-repeat; */
    min-height: 600px;
    width: 1200px;
    margin: 0 auto;
}
div.strona-glowna { 
 /*   background: url(../../images/mainpic.jpg) top left no-repeat; */
    min-height: 600px;
    width: 1200px;
    margin: 0 auto;
}
div.main-page #mainslider, div.strona-glowna #mainslider {
    height: 600px;
    width: 1200px;
    padding: 0;
    margin: 0;
}

div.about-us, div.o-nas {
    background: url(../../images/decorum-architekci-budynek-pracowni.jpg) 0px 0px no-repeat;
    min-height: 600px; 
    width: 700px;
    padding-left: 500px;
    margin-top: -5px;
    padding-right: 20px;
    padding-bottom: 0px;
    margin: 0 auto;
}

div.about-us p, div.o-nas p{
}

div.uslugi, div.services {
    background: url(../../images/uslugipic.jpg) top left no-repeat;
    min-height: 600px;
    width: 480px;
    padding-left: 700px;
    padding-top: 0px;
    padding-right: 20px;
    margin: 0 auto;
}


div.uslugi h2, div.services h2 {
padding-top: 20px;
}


div.publikacje, div.publications {
    min-height: 600px;
    padding-top: 0px;
    margin: 0 auto;
    position: relative;
}




div.publikacje .pagenavigation .pagelinks, div.publications .pagenavigation .pagelinks{
    position: absolute;
    left: 585px;
    bottom: 15px;
}

div.lista-klientow {
    min-height: 600px; 
    width: 1200px;
    padding-top: 0px;
    margin: 0 auto;
}


#list_of_clients {
margin: auto;
padding-top: 130px;
width: 1000px;
}
div.clients {
    min-height: 600px; 
    width: 1200px;
    padding-top: 0px;
    margin: 0 auto;
}


div.kontakt, div.contact {
    min-height: 600px;
    width: 400px;
    padding-left: 780px;
    padding-top: 0px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
}

div.kontakt h2, div.contact h2 {
padding-top: 120px;
}

div.kontakt .smaller-font,
div.contact .smaller-font {
font-size: 11px;
margin-top: 194px;
}
p#mapa {
    position: absolute;
    top: 0;
    left: 0;
    width: 618px;
    height: 600px;
    overflow: hidden;
}
p#mapa:hover img#mapa {
    display: none;
}

#form h2 {
    color: #c7c7c7;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}

div.publikacje, div.publications {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}

div.publikacje .gallery_entry, div.publications .gallery_entry {
    width: 300px;
    float: left;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    background: transparent;
    text-decoration: none;
}
div.publikacje .gallery_entry:hover, div.publications .gallery_entry:hover {
}
div.publikacje .gallery_entry_image, div.publications .gallery_entry_image {
    height: 370px;
    display: block;
}
div.publikacje .gallery_entry_image img, div.publications .gallery_entry_image img {
}
div.publikacje .gallery_entry_title, div.publications .gallery_entry_title {
    visibility: visible;
}
div.publikacje .gallery_entry:hover .gallery_entry_title, div.publications .gallery_entry:hover .gallery_entry_title {
    visibility: visible;
}

div.realizacje, div.selected_projects, div.projekty, div.current_projects {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

div.realizacje .gallery_entry, div.selected_projects .gallery_entry, div.projekty .gallery_entry, div.current_projects .gallery_entry {
    float: left;
    text-align: center;
    width: 280px;
    background: transparent;
}
div.realizacje .gallery_entry:hover, div.selected_projects .gallery_entry:hover {
}
div.realizacje .gallery_entry_image a, div.selected_projects .gallery_entry_image a {

}
div.realizacje .gallery_entry_image a:hover, div.selected_projects .gallery_entry_image a:hover {
}
div.realizacje .gallery_entry_image img, div.selected_projects .gallery_entry_image img, div.projekty .gallery_entry_image img, div.current_projects .gallery_entry_image img,  {
    vertical-align: bottom;
}
div.realizacje h2, div.selected_projects h2, div.projekty h2, div.current_projects h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
    margin-top: 180px;
    margin-bottom: 20px;
    text-align: left;
}

div.realizacje h3, div.selected_projects h3, div.projekty h3, div.current_projects h3 {
    padding-top: 20px;
    font-size: 18px;
}

div.realizacje #project_details, div.projekty #project_details {
    margin-left: 943px;
    font-size: 13px;
}

div.selected_projects #project_details, div.current_projects #project_details {
    margin-left: 932px;
    font-size: 13px;
}

div#container #project_details h4 {
    margin-bottom: 0;
}
div#container #project_details p {
    margin-bottom: 10px;
}

.pagenavigation {
    clear: both;
}
.prevpage {
    position: absolute;
    left: 10px;
    bottom: 0;
}
.nextpage {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.pagelinks {
    text-align: center;
}
.pagelinks em {
    font-weight: bold;
    font-style: normal;
}
.pagelinks em, .pagelinks a {
    padding: 5px;
}

.field {
    display: block;
    width: 385px;
    margin: 0;
    border: dashed 2px #cecece;
    padding: 5px;
    color: #cecece;
    margin-bottom: 5px;
}
.field:focus {
    color: black;
    border: dashed 2px #888;
}

textarea {
    height: 150px;
    font: 15px/1.4 Verdana, Tahoma, Arial, sans-serif;
}

.reset {
    float: left;
    width: 100px;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}
.submit {
    float: right;
    width: 100px;
    background: transparent;
    border: 0;
    text-align: right;
    cursor: pointer;
}

#wrapper{
width: 1200px;
margin: auto;
text-align: left;
}

#wrapper_inner {
width: 1200px;
position: relative;
float: left;
}

div#footer {
    width: 1200px;
    height: 20px;
    position: absolute;
    top: 750px;
    left: 0px;
    color: #888888;
    font-size: 12px;
}

div#footer .left {
    float: left;
}

div#footer .right {
    float: right;
}

/* NIVO */

/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:42%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
    position:relative;
    width:900px; 
    height:600px;
/*    background:url(../../images/loading.gif) no-repeat 50% 50%; */
    float: left;
}
#slider img {
  /*  display:none; */
}
#slider a {
    border:0;
    display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:100px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../../images/arrow_right_1.png) no-repeat;
	right:0px;
}
a.nivo-prevNav {
	background:url(../../images/arrow_left_1.png) no-repeat;
	left:0px;
}
a.nivo-nextNav:hover {
	background:url(../../images/arrow_right_2.png) no-repeat;
	right:0px;
}
a.nivo-prevNav:hover {
	background:url(../../images/arrow_left_2.png) no-repeat;
	left:0px;
}

.main-page #slider, .strona-glowna #slider {
width: 1200px; height: 600px; display: block; overflow: hidden
}


#gallery li {
list-style-type: none;
padding: 0;
margin: 0;
display: block;
z-index: 20;
}

#gallery li:first-child {
z-index: 21;
}

#gallery .gallery-show {
	top: 0; 
	left:0;
	position: absolute;
	background: white;
        width: 900px; height: 600px;
}

#gallery .gallery-show img {
	top: 0; 
	left:0;
	position: absolute;
}

#gallery .show {
	z-index: 20;
}

#ctrl-nav {
	width: 900px; 
	height: 600px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 9999; 
	display: none; 
}


.main-page #ctrl-nav,.strona-glowna #ctrl-nav, .main-page #gallery,.strona-glowna #gallery, .main-page #gallery .gallery-show, .strona-glowna #gallery .gallery-show {
	width: 1200px; 
	height: 600px; 
}

#arrowb {
position: absolute; left: 0; top: 39%;
cursor: pointer;
}
#arrowf {
position: absolute; right: 0; top: 39%;
cursor: pointer;
}