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

* { margin: 0; padding: 0; outline: none;}


/* Elements */

body { font: normal 11px Tahoma; }

h1 {}
h2, h3 {}
h4, h5, h6 {}

p, ol, ul, dl, blockquote {}

a {}

a:hover {}

img { border: none;}

#container { 
	width: 1080px; height: 660px; 
	margin: 20px auto 0 auto; }


/* Zespol */

.karuzela {
	margin-top: 30px;
}

ul.zespol {
	margin-bottom: 20px;
}

ul.zespol li {
	width: 210px;
	height: 350px;
	background: #ededed;
	border: 1px solid #dedede;
	text-align: center;
	color: #333;
}

ul.zespol li img {
	margin-bottom: 40px;
} 

ul.zespol li h3 {
	font-size: 16px;
}

ul.zespol li h4 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 22px;
	display: block;
}

ul.zespol li a {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


ul.zespol li a:hover {
	color:#D43D29;
}


/* Header */

#header {  margin-top: 30px; height: 85px; width: 1080px;}
/*
#language { text-align:right; padding-right: 12px; width: 100%; height: 30px; position:absolute; top: -26px; right:0; z-index:1000;}
#language a {  color:#999; text-decoration:none;}
#language a:hover { color:#5F686F;}
*/


#logo {  width: 200px; height: 46px; background:#000; float:left;}

p.menu { padding: 0 0 6px 0px; color: #999; }

#menu {  background: red;  }
#menu ul { list-style: none; }
#menu ul li { float:right;  }
#menu ul li a { 
	float:left; 
	width: 208px;
	padding: 14px 0;
	text-align: center;
	background:#616669; 
	color:#FFFFFF; 
	font: bold 14px Tahoma; 
	text-decoration:none;
	border-right: 2px solid #fff; }


#menu ul li a:hover { 
	float:left; 
	background:#d22f1e; 
	color:#FFFFFF;
	border-right: 2px solid #fff; 
}

#menu ul li a.active  {
	background:#d22f1e; 
	color:#FFFFFF;
	border-right: 2px solid #fff; 
} 

a.zespol { 
	text-align: center;
	width: 160px;
	padding: 10px 24px;
	background:#616669; 
	color:#FFFFFF; 
	font: bold 14px Tahoma; 
	text-decoration:none;
	display: block;
	margin: 30px auto; 
}



/* Content */


#content {
	width: 950px;
	margin: 70px auto;
	padding: 0px 0px 0px 0px;
}

#middle2 { 
	clear:both; 
	width: 100%; height:480px; 
	background:#fff; 
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}


#middle { 
	clear:both; 
	width: 100%; height:550px; 
	background:#fff; 
	position:relative; 
}

#middle-txt { clear:both; width: 100%; height:550px; background:#fff; position:relative; padding-top: 30px; }
#middle-txt p { color: #666; line-height: 16px; margin-bottom: 12px; }


#middle-txt p.special { color:#708f44;}


 ul.projects li a{ 
		padding: 7px 12px 7px 0px; 
		color: #58595B; 
		background: #ededed; 
		font:  normal 11px Tahoma; 
		display:block; 
		text-decoration: none;
		text-align: right;
}

 ul.projects li a:hover {
 		color: #58595B; 
		background: #ccc; 
 }

  ul.projects li a.active {
 		color: #58595B; 
		background: #ccc; 
 }

 ul.projects {
 	width: 200px;
 }

 ul.projects li {
		list-style: none;
		border-bottom: 1px solid #fff;
}



#anim { width: 1080px;  margin: 0 auto 20px auto; padding-top: 20px;}

#realizacje { width: 600px;   clear:both;  }
#realizacje ul  { list-style: none; color:#666; padding-left: 40px; height: 120px;  }
#realizacje ul li { padding-left: 20px; line-height: 18px; }
#realizacje ul li a  { text-decoration: none; color:#666666; padding-left: 8px;}
#realizacje ul li a:hover  {  color:#708F44; }


/* colOne */

#col1 {  

	width: 230px; height: 530px; 
	float:left; 
	position: relative;
}

ul.opis {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	line-height: 18px;
	color: #333;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	padding-right: 5px;


}

ul.opis li.special {
	padding-top: 6px;
}


/* colTwo */

#col2 {
	width: 840px; height: 420px; 
	float:right; z-index:1000;
	background: #fff;
}

.foto-box {
	width: 208px;
	height: 208px;
	margin:1px 1px;
	background: #fff;
	float: left;
}

.foto-box img {
	width: 100%;
	height: 176px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.foto-box:hover img {
	width: 100%;
	height: 176px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.foto-box h3 {
	font: normal 11px Tahoma;
	padding: 3px 3px; 
	color: #666;
}


/* zespol */

.foto-box-zespol {
	width: 208px;
	height: 250px;
	margin:1px 1px;
	background: #fff;
	float: left;

}

.foto-box-zespol img {
	width: 100%;
	height: 200px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.foto-box-zespol h3 {
	font: bold 12px Tahoma;
	padding: 3px 3px 1px; 
	color: #666;
}

.foto-box-zespol h4 {
	font: normal 11px Tahoma;
	padding: 1px 3px; 
	color: #666;
}

.foto-box-zespol a {
	padding: 3px 3px; 
	color: #62afd6;
}

.foto-box-zespol a:hover {
	padding: 3px 3px; 
	color: #D22F1E;
}
.foto-box-zespol:hover img {
	width: 100%;
	height: 200px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}


.firma {
	padding: 20px 0px;
}

.firma p {
	line-height: 28px!important;
	text-align: justify;
	padding: 12px 0;
	font: normal 12px Tahoma;
}


#slideshowpic {
	height: 900px;
}

ul#slideshowpic li {
	height: 630px;
}


/* Footer */

#footer { color:#999; clear:both; position:absolute; z-index: 1000;}
#footer p { margin-bottom:10px; line-height: 16px;}



/*KONTAKT*/

#mapa  { width: 1080px; height: 460px; background:#f1f1f1; margin-bottom: 30px;}
#kontakt {padding-left: 520px; }


#left { width: 410px;/* background:#f1f1f1;*/ padding: 12px; position:absolute; left:0; top: 0;}
#left ul { list-style:none; line-height: 16px; color: #666; margin-bottom:12px;}
#left ul li { line-height: 16px; padding-left: 22px;}

#right { width: 600px; position:absolute; left:460px; top: 0;}

#right ul { list-style:none; line-height: 16px; color: #666; margin-bottom:12px;}
#right ul li { line-height: 16px; padding-left: 22px;}

/* GALERIA */

#col3 {position:absolute; top: 0; right: -2px; width: 843px; height: 420px; float:left; z-index:1;}

#galeria { position:relative; width: 100%; height: 400px; margin-top: -6px;}

.box1 a { width: 140px; height: 140px; background: url('../img/k1.jpg') 0 -140px no-repeat; position:absolute; top: 4px; left: 0; z-index:10;}
.box1 a:hover  { width: 140px; height: 140px; background: url('../img/k1.jpg') 0 0 no-repeat; position:absolute; top: 4px; left: 0; z-index:10;}


.box2 a { width: 140px; height: 140px; background: url('../img/k2.jpg') 0 -140px no-repeat; position:absolute; top: 58px; left: 141px; z-index:10;}
.box2 a:hover { width: 140px; height: 140px; background: url('../img/k2.jpg') 0 0 no-repeat; position:absolute; top: 58px; left: 141px; z-index:10;}

.box3 a { width: 140px; height: 140px; background: url('../img/k3.jpg') 0 -140px no-repeat; position:absolute; top: 199px; left: 141px; z-index:10; /*border-bottom: 3px solid #D43D29;*/}
.box3 a:hover { width: 140px; height: 140px; background: url('../img/k3.jpg') 0 0px no-repeat; position:absolute; top: 199px; left: 141px; z-index:10;}

.box4 a { width: 140px; height: 140px; background: url('../img/k4.jpg') 0 -140px no-repeat; position:absolute; top: 140px; left: 282px; z-index:10;}
.box4 a:hover { width: 140px; height: 140px; background: url('../img/k4.jpg') 0 0px no-repeat; position:absolute; top: 140px; left: 282px; z-index:10;}

.box5 a { width: 140px; height: 140px; background: url('../img/k5.jpg') 0 -140px no-repeat; position:absolute; top: 281px; left: 282px; z-index:10;}
.box5 a:hover { width: 140px; height: 140px; background: url('../img/k5.jpg') 0 0px no-repeat; position:absolute; top: 281px; left: 282px; z-index:10;}

.box6 a { width: 140px; height: 140px; background: url('../img/k6.jpg') 0 -140px no-repeat; position:absolute; top: 87px; left: 423px; z-index:10;}
.box6 a:hover { width: 140px; height: 140px; background: url('../img/k6.jpg') 0 0px no-repeat; position:absolute; top: 87px; left: 423px; z-index:10;}


.box7 a { width: 140px; height: 140px; background: url('../img/k7.jpg') 0 -140px no-repeat; position:absolute; top: 324px; left: 423px; z-index:10;}
.box7 a:hover { width: 140px; height: 140px; background: url('../img/k7.jpg') 0 0px no-repeat; position:absolute; top: 324px; left: 423px; z-index:10;}