.partners {
	margin-bottom: 4px;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.partners li {
	display: list-item;
	margin-right: 5px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	margin-top: 2px;
	padding-top: 6px;
}/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body {
	background:#0c0c0c;
	font-family:"Century Gothic", Arial, Tahoma, sans-serif;
	font-size:100%;
	color:#FFF;
	min-width:956px;
	line-height: 1em;
	font-weight: normal;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select {
	font-family:"Century Gothic", Arial, Tahoma, sans-serif;
	font-size:1em;
	vertical-align:middle;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.fleft {
	float:left;
	right: 5px;
	bottom: 7px;
}

.fright {
	float: right;
	clear: both;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.header-bg {
	background-image: url(images/header-bg_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.tail-top1 {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/tail-top1_mini_01.gif);
}

.tail-top2 {
	background-repeat: repeat-x;
	background-position: center 122px;
	background-image: url(images/tail-top2-l.gif);
}

.tail-top3 { 
	background:url(images/tail-top3.gif) center 122px repeat-x;
}

.tail-middle1 {
	background:url(images/tail-middle1.gif) repeat center top;
	width:100%;
}

.tail-middle1 .bot {
	background:url(images/tail-middle1-bot.gif) repeat-x center bottom;
}

.tail-middle2 {
	background:url(images/tail-middle2.gif) repeat center top;
	width:100%;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) center bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#search-form a {
	float:left;
}
#search-form input {
	background:none;
	border:0;
	color:#898c84;
	font-size:.92em;
	margin-left:9px;
	line-height:1.2em;
	vertical-align:top;
	padding-top:6px;
	width:132px;
}
#search-form span {
	display:block;
	float:left;
	background:url(images/input-bg.gif) no-repeat left top;
	width:151px;
	height:27px;
}

/*========================== LISTS ============================*/

ul, 
ol { 
	list-style:none;
}

/*--- dropmenu ---*/
.topmenu {
	position:relative;
	z-index: 7;
}
.topmenu ul, 
.topmenu ul li {
	margin:0;	
	padding:0;	
	display:inline;
}
.topmenu ul li {
	float:left;
	position:relative;
	width:auto;
	font-size:1em;
	padding-right:22px;
	margin-right:22px;
	background:url(images/divider1.gif) no-repeat right 10px;
}
.topmenu ul li a {
	display: block;
	padding:7px 0 7px 0;
	color:#fff;
	text-decoration:none;
    white-space:nowrap;
}
.topmenu ul li a:hover {
	text-decoration:underline;
}

.topmenu ul li a:hover a { width:auto;}
.topmenu ul li a:hover li { width:auto;}

.topmenu ul li ul {
	display: none;
	position:absolute;
	top:30px;
	left:-30px;
	width:170px;
	overflow:hidden;
	background:url(images/nav-png.png) no-repeat left top;
	text-align: left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.topmenu ul li ul li {
	display:block;
	float:none;
	margin:0 0 0 22px;
	padding:0;
	font-size:1.1em;
	background:none;
	vertical-align:top;
	width:111px;
	background:url(images/divider2.gif) repeat-x left bottom;
}
.topmenu ul li ul li a {
	padding-left:8px;
}

.topmenu ul li ul li a:hover {
	color:#09F;
	text-decoration:none;
}
.topmenu ul li.last,
.topmenu ul li ul li.last a {
	background:none;
}

.list {
	padding-bottom:25px;
	width:100%;
	overflow:hidden;
}
.list li {
	float:left;
	padding:0 16px 16px 0;
}
.list li.alt {
	padding-right:0;
}

.list1 li {
   	background:url(images/line-hor.gif) repeat-x left bottom;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:13px;
}
.list1 li span {
	display:block;
	background:url(images/line-hor-left.gif) no-repeat left bottom;
}
.list1 li b {
	display:block;
	padding:5px 0 14px 0;
	width:100%;
	overflow:hidden;
	background:url(images/line-hor-right.gif) no-repeat right bottom;
}
.list1 li img {
	float:left;
	margin:-5px 15px 0 0;
}
.list1 li em {
	display:block;
	font-size:0.8em;
	padding-top:6px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
.list1 li a {
	text-decoration:none;
	color:#006699;
}
.list1 li a:hover {
	text-decoration:underline;
	color: #006699;
	font-weight: bold;
}
.list1 li.last,
.list1 li.last span,
.list1 li.last b {
	background:none;
}

.list2 {
	width:100%;
	overflow:hidden;
}
.list2 li {
	float:left;
	width:154px;
	margin-right:16px;
	line-height:1.54em;
}
.list2 li b {
	font-size:1.08em;
	color:#006699;
	display:block;
}
.list2 li cite {
	font-style:normal;
	display:block;
}
.list2 li div {
	padding:15px 0 0 10px;
}
.list2 li.last {
	margin-right:0;
}

.list3 li {
	padding-bottom:9px;
}
.list3 li,
.list3 li a {
	color:#006699;
}

.list4 {
	padding:10px 0 10px 0;
	width:100%;
	overflow:hidden;
}
.list4 li {
	float:left;
	margin-right:1px;
}

.list5 {
	margin-top:-14px;
}
.list5 li {
	font-size:.85em;
	padding-top:14px;
}
.list5 li b {
	color:#006699;
	display:block;
	font-size:1.18em;
	padding-bottom:4px;
}
.list5 li cite {
	font-style:normal;
	line-height:1.36em;
}
.list5 li strong {
	color:#006699;
	display:block;
	font-size:1.18em;
	padding-top:4px;
}


/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:25px; 
}

.img-box {
	background:url(images/img-wrapper1.png) no-repeat left top;
	width:212px;
	height:184px;
}
.img-box span {
	display:block;
	padding:11px 0 0 11px;
}

p {
	line-height:1.54em;
	margin-bottom:15px;
}

span.extra1 {
	display:inline-block;
	background:url(images/pic1.gif) no-repeat left top;
	padding-left:24px;
}
span.extra2 {
	display:inline-block;
	background:url(images/pic2.gif) no-repeat left top;
	padding-left:24px;
}

/*--- carousel ---*/
.carousel-box {
	position:relative;
	width:956px;
	z-index:1;
}
.carousel-box .prev {
	position:absolute;
	left:0;
	top:68px;
}
.carousel-box .next {
	position:absolute;
	right:0;
	top:68px;
}
.carousel-box .carousel {
	width:826px;
	margin-left:64px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--- video gallery 1 ---*/
.gallery1 li {
	width:265px;
	height:209px;
	float:left;
	margin-right:16px;
	background:url(images/img-wrapper.jpg) no-repeat left top; 
	border:none;
}
.gallery1 li a {
	display:block;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	width:245px;
	height:189px;
	margin:10px 0 0 10px;
	position:relative;
}
.gallery1 li a span {
	display:block;
	width:245px;
	height:189px;
}
.gallery1 li a em {
	position:absolute;
	left:0;
	bottom:0 !important;
	bottom:-1px;
	width:245px;
	height:43px;
	background:url(images/png-bg.png) no-repeat left top;
	cursor:pointer;
}
.gallery1 li a b {
	font-style:normal;
	font-weight:normal;
	display:block;
	padding:12px 0 0 26px;
}
.gallery1 li.preview1 a {
	background-image: url(images/karuzela/wolfglas_01a_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview1 a:hover {
	background-image: url(images/karuzela/wolfglas_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview2 a {
	background-image: url(images/karuzela/wolfglas_01a_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview2 a:hover {
	background-image: url(images/karuzela/wolfglas_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview3 a {
	background-image: url(images/karuzela/balustrada1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview3 a:hover {
	background-image: url(images/karuzela/balustrada1a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview4 a {
	background-image: url(images/karuzela/gablota1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview4 a:hover {
	background-image: url(images/karuzela/gablota1a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview5 a {
	background-image: url(images/karuzela/kabina1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery1 li.preview5 a:hover {
	background-image: url(images/karuzela/kabina1a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/*--- video gallery 2 ---*/
.gallery2 {
	margin-top:-24px;
	padding-bottom:30px;
}
.gallery2 li {
	float:left;
	margin-right:14px;
	padding-top:27px;
}
.gallery2 li.alt {
	margin-right:0;
}
.gallery2 li a {
	width:212px;
	height:179px;
	display:block;
	border:none;
	cursor:pointer;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery2 li a span {
	display:block;
	width:212px;
	height:179px;
	background-repeat:no-repeat;
}
.gallery2 li b {
	display:block;
	padding:8px 0 0 11px;
	font-weight:normal;
}
.gallery2 li i {
	font-style:normal;
	display:block;
	padding-left:24px;
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery2 li em {
	display:block;
	font-style:normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	background-image: url(images/box-bg.png);
	padding-left: 3px;
	color: #FFF;
	font-weight: normal;
}
.gallery2 li strong {
	display:block;
	color:#FFF;
	font-size:1.08em;
	padding-bottom:7px;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-weight: normal;
}
.gallery2 li.preview1 a span {
	background-image: url(images/szklana_podloga.png);
}
.gallery2 li.preview1 a:hover span {
	background-image:url(images/szklana_podloga_pre.png);
}

.gallery2 li.preview2 a span {
	background-image:url(images/szklany_zlewozmywak_z_blatem.png);
}
.gallery2 li.preview2 a:hover span {
	background-image:url(images/szklany_zlewozmywak_z_blatem_pre.png);
}

.gallery2 li.preview3 a span {
	background-image:url(images/szklana_balustrada.png);
}
.gallery2 li.preview3 a:hover span {
	background-image:url(images/szklana_balustrada_pre.png);
}

.gallery2 li.preview4 a span {
	background-image:url(images/lacobel_zielony_kuchnia.png);
}
.gallery2 li.preview4 a:hover span {
	background-image:url(images/lacobel_zielony_kuchnia_pre.png);
}

.gallery2 li.preview5 a span {
	background-image:url(images/lacobel_trans_kuchnia.png);
}
.gallery2 li.preview5 a:hover span {
	background-image:url(images/lacobel_trans_kuchnia_pre.png);
}

.gallery2 li.preview6 a span {
	background-image:url(images/lacobel_czerwony_kuchnia.png);
}
.gallery2 li.preview6 a:hover span {
	background-image:url(images/lacobel_czerwony_kuchnia_pre.png);
}

.gallery2 li.preview7 a span {
	background-image:url(images/piramidy_noca.png);
}
.gallery2 li.preview7 a:hover span {
	background-image:url(images/piramidy_noca_pre.png);
}

.gallery2 li.preview8 a span {
	background-image:url(images/szklany_dach.png);
}
.gallery2 li.preview8 a:hover span {
	background-image:url(images/szklany_dach_pre.png);
}

.gallery2 li.preview9 a span {
	background-image:url(images/szklany_ogrod.png);
}
.gallery2 li.preview9 a:hover span {
	background-image:url(images/szklany_ogrod_pre.png);
}

.gallery2 li.preview10 a span {
	background-image:url(images/balustrada_1.png);
}
.gallery2 li.preview10 a:hover span {
	background-image:url(images/balustrada_1_pre.png);
}

.gallery2 li.preview11 a span {
	background-image:url(images/balustrada_2.png);
}
.gallery2 li.preview11 a:hover span {
	background-image:url(images/balustrada_2_pre.png);
}

.gallery2 li.preview12 a span {
	background-image:url(images/balustrada_3.png);
}
.gallery2 li.preview12 a:hover span {
	background-image:url(images/balustrada_3_pre.png);
}

/*=============================================================*/
.gallery2 li.preview13 a span {
	background-image:url(images/innowacja_logo_14.jpg);
}
.gallery2 li.preview14 a span {

}
.gallery2 li.preview15 a span {
}
.gallery3 li {
	width:154px;
	height:138px;
	float:left;
	margin-right:16px;
	border:none;
	background-position: left top;
}
.gallery3 li a {
	display:block;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	width:154px;
	height:138px;
	position:relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}







/*================= TXT, LINKS, LINES, TITLES =================*/

a {
	color:#006699;
	outline:none;
}
a:hover {
	text-decoration:none;
	color: #069;
}

h2 {
	font-size:36px;
	line-height:1.2em;
	color:#006699;
	margin-bottom:12px;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
}
#page1 .tail-top1 .tail-top2 .tail-bottom .header-bg #content .tail-middle2 .content .wrapper .col-1 .gallery2.clearfix .long {
	height: 179px;
	width: 663px;
}

h3 {
	font-size:24px;
	color:#006699;
	margin-bottom:10px;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
}
h4 {
	font-size:1.08em;
	color:#069;
	margin-bottom:6px;
}

.txt1 {
	color:#006699;
	font-size:1.08em;
	font-weight:bold;
}

.link1 { 
	display:block; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	line-height:.92em;
	width:100%;
	overflow:hidden;
}
.link1 em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(images/link1-right.gif) no-repeat right top; 
	padding:12px 9px 12px 24px; 
	font-style:normal; 
	font-weight:normal;
}
.link1 a {
	color:#fff; 
	text-decoration:none; 
}
.link1 a:hover {
	color:#006699;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:122px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	position:relative;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#header .row-1 .fleft a {
	cursor:pointer;
}
#header .row-1 .fright {
	position: relative;
	top: 0px;
	bottom: 0px;
	height: 156px;
	right: 360px;
	visibility: inherit;
}
#header .row-2 {
	height:55px;
}
#header .row-2 .fleft {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .row-2 .fright {
	padding:11px 13px 0 0;
}

/*========================= CONTENT ===========================*/

#content .top {
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 31px;
	padding-left: 0;
}

#content .content {
	padding:48px 0 34px 0;
}
#content .indent {
	margin-top:-18px;
}
#content .indent4 {

}
#content .indent55 {
	margin-bottom: 7px;
}

#content .indent1 {
	padding-bottom:16px;
}
#content .indent2 {
	padding-bottom:40px;
	color: #069;
}
#content .indent3 {
	padding-bottom:23px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#404040;
	padding:48px 0 0 7px;
}
#footer p a {
	text-decoration:none;
	color:#fff;
}
#footer p a:hover {
	text-decoration:underline;
}
#page1 .tail-top1 .tail-top2 .tail-bottom .header-bg #content .tail-middle2 .content .wrapper .col-2 p i span b {
	color: #069;
}
#page5 .tail-top1 .tail-top2 .tail-bottom .header-bg #content .tail-middle2 .content .indent55 .regulamin {
	margin: 5px;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page5 .tail-top1 .tail-top2 .tail-bottom .header-bg #content .tail-middle2 .content .indent55 .p78 {
	width: 470px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-decoration: underline;
	text-align: center;
	display: block;
}
#page5 .tail-top1 .tail-top2 .tail-bottom .header-bg #content .tail-middle2 .content .indent55 .p79 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page8 .tail-top1 .tail-top2 .tail-bottom #content .tail-middle2 .content .indent .wrapper .col-1 .row-2.indent2 .wrapper.indent3 .col-4 {
	padding-left: 25px;
}

