* { margin:0;
    padding:0;
}

html{
height: 100%;
}

body {
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #191919;
height: 100%;
}


@font-face {
    font-family: 'kelson_sans_regular-webfont';
    src: url('fonts/kelson_sans_regular-webfont.eot');
    src: url('fonts/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kelson_sans_regular-webfont.woff') format('woff'),
         url('fonts/kelson_sans_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


a:active, a:focus {
outline: 0;
}

p{
padding: 2px 0px;
}

a img {
border: none;
}

a {
color: #168d49;
}

h1 {
font-family: 'kelson_sans_regular-webfont';
font-size: 24px;
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 0px;
color: #168d49;
font-weight: normal
}




h2 {
font-family: 'kelson_sans_regular-webfont';
font-size: 22px;
font-weight: normal;
padding: 10px 0px 5px 0px;
margin: 0px;
}


h3 {
font-family: 'kelson_sans_regular-webfont';
font-size: 16px;
font-weight: normal;
padding: 5px 0px 5px 10px;
margin: 0px;
}

h4 {
font-family: 'kelson_sans_regular-webfont';
font-size: 14px;
padding: 10px 0px 5px 0px;
margin: 10px 0px 0px 0px;
}

h5 {
font-family: 'kelson_sans_regular-webfont';
font-size: 16px;
font-weight: normal;
padding: 10px 0px 5px 0px;
margin: 0px;
}

#page-bg {
width: 100%;
height: 100%;

}



#header {
width: 1180px;
height: 150px; 
margin: 0 auto;
background: #efefef;
}




#logo {
float: left;
width: 150px;
height: 150px;
overflow: hidden;
margin-left: 30px;
}

#logo img {
display: block;
}

#motto{
font-family: 'kelson_sans_regular-webfont';
float: right;
margin: 20px 40px 0px 0px;
color: #4f4f4f;
font-size: 26px;
color: #168d49;
}
#motto span{
float: right
}

.motto2{
background: #efefef;
font-size: 18px;
padding: 10px;
font-size: 18px;
}

.motto2 span{
font-family: 'kelson_sans_regular-webfont';
color: #168d49;
font-size: 22px;
}

#page{
width: 1180px;
padding: 0px 0px 10px 0px;
margin: 0 auto;
text-align: left;

}

nav input{
  display: none;
}




 #cssmenu {
	 clear: both;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
	z-index: 999;
	height: 48px;
background: #168d49;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
    width: 1180px;
}

#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  color: #ffffff;
  padding-right: 30px;
  
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;

}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #f0f0f0;
}


#cssmenu ul li ul li a {
  font-size: 18px;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 240px;
  padding: 10px 10px 10px 10px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
   color: #505050;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 70px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li > a {
color: #ffffff;
  padding: 15px 18px;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 70px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 240px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 240px;
  display: block;
}

#active a {
background: url('img/menu_hover.gif') right top repeat-x !important;
color: #ffffff !important;
}


#content{
min-height: 300px;

background: #ffffff;
}


#top{
width: 1180px;
height: 400px;
clear: both;
overflow: hidden;
padding: 0px;
border-bottom: 5px solid #168d49;
margin: 10px 0px 10px 0px;
}




.start-box {
width: 340px;
text-align: center;
float: left;
padding: 10px;
margin: 10px;
}

.start-box p{
font-size: 14px;
padding: 5px 10px;
}

.line{
clear: both;
width: 100%;
border-bottom: 2px solid #168d49;
height: 10px;
}


#left{
	clear: both;
width: 1180px;
padding: 10px 10px 20px 10px;
}

#right{
width: 1180px;
padding: 10px 10px 20px 10px;
}

#cont ul{
margin-left: 10px;
}

#cont li{
margin: 0px 0px 0px 10px;
list-style-image: url('img/li_bg2.gif');
padding: 3px 0px;
}

#cont table{
margin: 10px;
width: 680px;
border: none;
}


#cont table td, #cont table th{
border: 1px solid #ffffff;
padding: 2px 5px;
background: #f1f1f1;

}

.zastosowania{
float: left;
width: 180px;
margin: 5px 15px;
background: #f0f0f0;
border: 1px solid #dbdbdb;
text-align: center;
padding: 5px;
}

.zastosowania img{
width: 180px;
}

.zastosowania a{
text-decoration: none;
color: #191919;

}



.produkt-start{
font-family: 'kelson_sans_regular-webfont';
float: left;
margin: 5px 1px;
border: 1px solid #252525;
background: #000000;
text-align: center;
font-size: 12px;
width: 170px;
padding-bottom: 5px;
height: 200px;
}


.produkt-start a{
text-decoration: none;

}

.produkt-start img{
padding-bottom: 5px;
}

.produkt-start img:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}

.tabela{
margin: 10px 0px; 
width: 430px;
border: none;
}


.tabela td, .tabela th{
border: 1px solid #ffffff;
padding: 2px;
background: #f1f1f1;

}



#menu-left{
float: left;
margin-top: 5px;

}

#menu-left li{
list-style-type: none;



}



#menu-left li a:link, #menu-left li a:visited{
display: block;
color: #191919;
text-decoration: none;
padding: 5px 0px 5px 10px;

font-size: 14px;
font-family: 'kelson_sans_regular-webfont';
background: #b4b4b4 ;
border-bottom: 2px solid #ffffff;
}

#menu-left li a:hover{
color: #ffffff;
}


#menu-left li ul li{
list-style-type: none;

}



#menu-left li ul li a:link, #menu-left li ul li a:visited{
display: block;
color: #191919;
text-decoration: none;
padding: 5px 0px 5px 25px;

font-size: 14px;
font-family: 'kelson_sans_regular-webfont';
background: #dcdcdc ;
border-bottom: 2px solid #ffffff;
}

#menu-left li ul li a:hover{
color: #5b5b5b;
}





#current a{

color: #ffffff !important;
}


.subcategory{
display: none;
}





/*----Menu 2 dolne */

#menu-bottom{
clear: both;
width: 800px;
padding: 0px 0px;
float: right;
margin: 30px 30px 20px 0px;
}
 
#menu-bottom li{
list-style-type: none;
float: right;
}


#menu-bottom a:link, #menu-bottom a:visited{

padding: 5px 5px 5px 5px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
color: #313131;
}

#menu-bottom a:hover{
color: #168d49;
}


#active-bottom a {
color: #4289de !important;
}






#box-news-start{
width: 210px;
height: 166px;
background: url('img/top_news_bg.jpg') left bottom no-repeat;
padding: 10px 10px 0px 10px;
}

.news-start-img{
float: left;
width: 80px;
padding: 5px 5px 5px 0px
}



.box-start2{
width: 450px;
margin: 0px;
float: left;
padding: 0px 5px;
margin: 0px 0px 0px 20px
}

.img-center{
padding: 3px;
border: 1px solid #dddddd;
margin: 5px;
width: 200px;
}

.img-left{
float: left;
padding: 3px;
border: 1px solid #dddddd;
margin: 5px;
}


.img-right{
float: left;
padding: 3px;
border: 1px solid #dddddd;
}


.pobierz{
background: #f0f0f0 url('img/pdf_icon.png') left center no-repeat;
padding: 10px 10px 10px 50px;
}


.box-kontakt{
width: 250px;
margin: 0px 0px 0px 5px;
float: left;
}

.box-kontakt p{
font-size: 18px;
font-family: 'gnuolanefree';
font-weight: normal;
color: #208fc5;
padding-top: 40px;
width: 170px;
overflow: hidden;
}







.news-top{
background: url('img/news_top.jpg') left top no-repeat;
padding-top: 15px;
width: 710px;
margin: 0px 0px 20px 0px;
}


.news-middle{
background: url('img/news_middle.jpg') left top repeat-y;
width: 680px;
padding: 0px 20px;
}

.news-middle img{
float: left;
width: 120px;
margin: 0px 10px 5px 0px;
padding: 1px;
border: 1px solid #e0e0e0;

}



.news-middle-details{
background: url('img/news_middle.jpg') left top repeat-y;
width: 680px;
padding: 0px 20px;
}

.news-middle-details li{
margin: 0px 0px 0px 20px;
list-style-image: url('img/li_bg2.gif');
padding: 3px 10px;
}

.news-middle-details img{
float: left;
width: 200px;
padding: 1px;
border: 1px solid #e0e0e0;
margin: 0px 10px 5px 10px;

}

.news-middle-details img:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}



.news-bottom{
background: url('img/bg3.gif') left bottom repeat-x;
padding-bottom: 10px;
width: 710px;
}


.movies{

}


.movies li{
float: left;
width: 300px;
margin: 15px !important;
}

.product a{
text-decoration: none;
}




.product-top{

padding: 10px 10px 30px 10px;
width: 700px;
margin: 0px 0px 10px 0px;
background: url('img/bg3.gif') left bottom repeat-x;
}



.product-top img{
float: left;
height: 100px;
padding: 2px;
margin: 0px 10px 5px 0px;

}







.related-top{
background: url('img/news_top.jpg') left top no-repeat;
padding-top: 16px;
width: 940px;
margin: 0px 0px 20px 0px;
}


.related-middle{
background: url('img/news_middle.jpg') left top repeat-y;
width: 920px;
padding: 0px 10px;
}


.related-bottom{
background: url('img/news_bottom.jpg') left bottom no-repeat;
padding-bottom: 8px;
width: 940px;
}

.more {
text-align: right;
padding: 5px 5px 5px 0px
}

.more a{
color: #ffffff;
text-decoration: none;
padding: 2px 6px 2px 5px;
font-size: 12px;
margin: 0px 0px;
background: #3e6f06;
width: 51px;
height: 18px;
}

.back-article {
text-align: right;
padding: 10px 0px 10px 0px;
}

.back-article  a{
text-decoration: none;
padding: 0px 10px 5px 10px;
font-size: 16px;
margin: 10px 10px;
color: #3b3b35;
background: url('img/left.gif') left center no-repeat;
}

.lista{
margin-left: 10px;
}

.lista li{
margin: 0px 0px 0px 20px;
list-style-image: url('img/li_bg.gif');
padding: 3px 0px;
}





#galeria{
list-style-type: none;
}




.box-gallery-top{
float: left;
width: 200px;
margin: 5px 5px;
background: #f0f0f0;
border: 1px solid #dbdbdb;
text-align: center;
padding: 5px 5px 5px 5px;
}

.box-gallery-middle{
text-align: center;
}

.box-gallery-middle-img{
width: 200px;
height: 280px;
overflow: hidden;
padding-bottom: 5px;
}



.box-gallery-middle p{
font-size: 12px;
font-family: 'kelson_sans_regular-webfont';
text-align: center;
}

.box-gallery-middle a{
font-size: 14px;
font-family: 'kelson_sans_regular-webfont';
text-decoration: none;
}

.box-gallery-bottom{
width: 200px;
background: url('img/box_special_bottom.gif') left bottom no-repeat;

}






.box-product-top{
float: left;
width: 330px;
margin: 5px 12px;

border: 1px solid #dbdbdb;
text-align: center;
padding: 0px 0px 0px 0px;
}

.box-product-middle{
text-align: center;
}

.box-product-middle img{

height: 220px;
}


.box-product-middle-img{
width: 330px;
height: 220px;
overflow: hidden;
}



.box-product-middle p{
font-size: 12px;
font-family: 'kelson_sans_regular-webfont';
text-align: center;
}

.box-product-middle a{
font-size: 14px;
font-family: 'kelson_sans_regular-webfont';
text-decoration: none;
}

.box-product-bottom{


}


#product-content{
float: right;
width: 760px;
margin: 10px 20px
}


#product-content h3{
background: #f0f0f0;
border: 1px solid #dbdbdb;
padding: 3px 20px;
margin: 10px 0px;
}


#product-content ul{
margin-left: 10px;
}

#product-content ul li{
margin: 0px 0px 0px 20px;
list-style-image: url('img/li_bg.gif');
padding: 3px 0px;
}



#product-content table{
margin: 10px 0px;
width: 670px;
border: none;
}


#product-content table td, #product-content table th{
border: 1px solid #ffffff;
padding: 2px 2px;
background: #f1f1f1;
text-align: center;
}


#product-gallery{
margin: 10px 0px;
width: 360px;
float: left;
}

.product-img{
float: right;

margin: 5px 20px;

}




.galeria-box-bg{
font-family: 'kelson_sans_regular-webfont';
float: left;
margin: 10px 13px;
border: 1px solid #252525;
background: #000000;
text-align: center;
font-size: 12px;
width: 200px;
padding-bottom: 5px;

}


.galeria-box{
text-decoration: none;
text-align: center;
color: #2a2a2a;
background: #ffffff;
margin-bottom: 5px;
height: 130px;
overflow: hidden;
}

.galeria-box p{
font-size: 12px;
font-weight: bold;

}
.galeria-box-bg a{

text-decoration: none;

}


.galeria-box:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}

.galeria-box img{

height: 130px;

}







.product-galeria-box{
float: left;
width: 270px;
margin: 5px 8px;

border: 1px solid #dbdbdb;
text-align: center;
padding: 5px 2px 5px 2px;
}

.product-galeria-box p{
font-size: 18px;
font-family: 'kelson_sans_regular-webfont';
text-transform: uppercase;
color: #4c4c4c;
margin-top: 5px !important;
}
.product-galeria-box-bg a{
color: #191919;
text-decoration: none;

}

.product-galeria-box-img{
font-size: 12px;
font-weight: bold;
height: 190px;
overflow: hidden;
text-align: center !important;

}


.product-galeria-box:hover{
box-shadow: 5px 5px 5px grey;
background: #e9e9e9
}

.product-galeria-box img{
width: 260px;

}


.product-galeria-box-large{
width: 95%;
margin: 5px 6px;
text-align: left;
border: 1px solid #dbdbdb;
text-align: left;
padding: 5px 5px 5px 5px;
}

.product-galeria-box-large p{
font-size: 12px;
text-align: left  !important;
padding: 5px 10px;
}
.product-galeria-box-bg-large a{
color: #191919;
text-decoration: none;
text-align: left;
}

.product-galeria-box-img-large{
font-size: 12px;
width: 230px;
float: left;
margin: 10px;
text-align: center;
}


.product-galeria-box-large:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}

.product-galeria-box-large img{
height: 160px;

}



.product-galeria-box-slide{
float: left;
width: 200px;
margin: 5px 6px;
background: #f0f0f0;
border: 1px solid #dbdbdb;
text-align: center;
padding: 5px 5px 5px 5px;
}

.product-galeria-box-slide p{
font-size: 12px;
font-weight: bold;

}



.product-galeria-box-bg-slide a{
color: #191919;
text-decoration: none;

}

.product-galeria-box-img-slide{
font-size: 12px;
font-weight: bold;
height: 140px;
overflow: hidden;
text-align: center !important;
}


.product-galeria-box-slide:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}

.product-galeria-box-slide img{
width: 200px;

}




.box-title-top{
background: url('img/box_title_top.gif') left top no-repeat;
padding-top: 5px;
width: 200px;
margin: 0px 0px 10px 0px;
}


.box-title-middle{
background: url('img/box_title_middle.gif') left top repeat-y;
width: 200px;
padding: 0px 0px;
}


.box-title-bottom{
background: url('img/box_title_bottom.gif') left bottom repeat-x;
padding-bottom: 20px;
width: 200px;
}











.related-box-bg{
float: left;
width: 140px;
margin: 8px;
border: 1px solid #e0e0e0;
text-align: center;
margin: 8px;
font-size: 10px;
background: #ffffff;
}


.related-box{

text-align: center;

}

.related-box-bg a{
color: #2a2a2a;
text-decoration: none;

}


.related-box:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}



.related-box img{
width: 136px;
padding: 2px;
}


.katalog{
float: right;
margin: 10px;
}





.product-box-bg{
float: left;
width: 120px;

text-align: center;
margin: 8px;
font-size: 10px;
background: #ffffff;
}


.product-box{

text-align: center;

}

.product-box-bg a{
color: #2a2a2a;
text-decoration: none;

}


.product-box:hover{
-moz-opacity: 0.8; 
filter: alpha(opacity=80);
opacity: 0.8;
}



.product-box img{
width: 118px;
padding: 1px;
border: 1px solid #e0e0e0;
}



#print-box{
padding: 10px;
}


#kontakt-left{
float: left;
width: 300px;
margin: 20px 0px 0px 0px;

}

#mapa{
float: left; width: 400px; margin-right: 20px;
}

#footer{
width: 1180px;
height: 22px;
text-align: left;
padding: 10px 10px 10px 10px;
}

.box-footer{
width: 250px;
float: left;
padding: 5px 20px;
border-right: 1px solid #181818;
font-size: 11px;
}

.leftblock {
float: left;
width: 700px;
color: #4c4c4c;
}

.rightblock {
float: right;
width: 100px;
}

.rightblock  a{
text-decoration: none;

color: #4c4c4c;
}

#wersja{
	display: none;
}

.formularz{
text-align: left;
margin-left: 0px;
float: left;
width: 500px;
}

.formularz ul {
        list-style: none;
        padding: 0;
        margin: 0;
		margin-left: 0px;
      }
.formularz li label{
padding: 2px 10px;
font-size: 12px;
display: block;
text-transform: uppercase;
      }
	  
.formularz ul li {	  
	  list-style: none;
padding: 5px 0px;
}


.formularz ul li input{
padding: 6px 10px;
margin: 0px 3px;
border: 1px solid #cfcfcf;
border-radius: 3px;
}

.formularz ul li input:focus{
border: 1px solid #7aae01;
outline: none;

}

.formularz ul li textarea:focus{
border: 1px solid #7aae01;
outline: none;

}

.formularz textarea{
overflow: hidden;
width: 500px;
border: 1px solid #cfcfcf;
border-radius: 3px;
}


#simply-scroll-list{
padding: 0px 20px 30px 20px	
}	  

#slider2{
	position: relative;
	padding: 15px 40px 5px 45px;
	width: 365px;
		height: 100px;
overflow: hidden;

}

#slider1 {
	overflow: hidden;
	height: 100px;
	padding: 3px;
	width: 355px;

}


	
 #slider1 li{
margin: 0;
padding: 0px;
list-style: none;
}

#slider1 li{ 
	list-style: none;
	width: 90px;

}

#slider1 li img{
width: 75px;
padding: 0px 5px;
} 





#slider2-2{
	position: relative;
	padding: 15px 40px 5px 45px;
	width: 580px;
		height: 100px;
overflow: hidden;
left: 10px;
}

#slider1-2 {
	overflow: hidden;
	height: 100px;
	padding: 3px;


}


	
 #slider1-2 li{
margin: 0;
padding: 0px;
list-style: none;
}

#slider1-2 li{ 
	list-style: none;
	width: 140px;

}

#slider1-2 li img{
	width: 130px;
padding: 0px 5px;
} 

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url('img/ui.totop.png') no-repeat left top;
}

#toTopHover {
	background:url('img/ui.totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}




ul.ppt {

	position: relative;
	top: 0px ;
	left: 0px;

width: 1180px;
height: 400px;
	overflow: hidden
}

.ppt li {
margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
width: 1180px;
height: 400px;
}

.ppt img {
width: 1180px;
height: 400px;
margin: 0px;



}

ul.ppt2 {

	position: relative;
	top: 20px ;
	left: 20px;

width: 180px;
height: 140px;
	overflow: hidden
}

.ppt2 li {
margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
width: 180px;
height: 140px;
}

.ppt2 img {
width: 180px;
margin: 0px;



}

