* {padding:0;margin:0;border:0;	}

html{ 
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



body {	
    background: #f5f5f5;
    font-size: 16px;
    height: 100%;
    outline: none;
}

section.allbody {
    background: url("../gfx/bg.jpg") center 130px no-repeat;
}

section.bigimage { 
    width: 1346px;
    height: 231px;
    margin: -130px auto 0px;
    background: url("../upload/slider/home.png") no-repeat 0px 0px;
    position: relative;
    z-index: 5;
}

section.bigimage.o_firmie {
    background: url("../upload/slider/aboutus.png") no-repeat 0px 0px;
    margin-top: -131px;
}

section.bigimage.kontakt {
    background: url("../upload/slider/kontakt.png") no-repeat 0px 0px;
    margin-top: -131px;
}

section.bigimage.produkty {
    background: url("../upload/slider/produkt.png") no-repeat 0px 0px;
    margin-top: -131px;
}

section.bigimage.private_label {
    background: url("../upload/slider/privetlabel.png") no-repeat 0px 0px;
    margin-top: -131px;
}

section.bigimage.inne {
    background: url("../upload/slider/inne.png") no-repeat 0px 0px;
    margin-top: -131px;
}




section.bigimage h2 {
position:absolute;
top:25%;
left:200px;
}  

section.bigimage.main-slider h2 {
top:33%;
}  

.slogan-slider-left{background: url("../gfx/left-slogan.png");height:74px;width:40px;padding:16px 20px;display: inline-block;vertical-align: top;}
.slogan-slider-right{background: url("../gfx/right-slogan.png");height:74px;width:43px;padding:16px 20px;display: inline-block;vertical-align: top;}
.slogan-slider{background: url("../gfx/middle-slogan.png");height:74px;padding:16px 20px;display: inline-block;vertical-align: top;}
/*-Base--*/
.clear{clear:both;}
input, textarea, input:focus, textarea:focus {
	outline: 0;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
    color: #343434;
    outline: none;
}

a.underline:hover{
	color: #343434;
	text-decoration: none;
}

a.all {
    display: block;
    width: 100%;
    height: 100%;
}

h1{}

h2 {
	font-size: 2.25em;
	color: #FFF;
}

h3 {
	font-size: 1.5em;
	color: #000;
}

h4{
	font-size: 1.125em;
	color: #4c4c4c;
}


.font-10{font-size:10px;}
.font-11{font-size:11px;}
.font-12{font-size:12px;}
.font-13{font-size:13px;}
.font-14{font-size:14px;}
.font-15{font-size:15px;}
.font-16{font-size:16px;}


.width-100{width:100%;}
.width-90{width:90%;}
.width-80{width:80%;}
.width-70{width:70%;}
.width-60{width:60%;}
.width-50{width:50%;}
.width-40{width:40%;}
.width-30{width:30%;}
.width-20{width:20%;}
.width-10{width:10%;}

.container {
    width: 1050px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

header {
    background: #2d2b2f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmIyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQyNDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d2b2f 0%, #444246 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2b2f), color-stop(100%,#444246)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2d2b2f 0%,#444246 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2d2b2f 0%,#444246 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2d2b2f 0%,#444246 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2d2b2f 0%,#444246 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2b2f', endColorstr='#444246',GradientType=0 ); /* IE6-8 */
    height: 208px;
    min-width: 1050px;
}

header .logo_outside {
    padding-left: 7px;
    padding-right: 7px;
    width: 249px;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    transform: skew(29deg, 0deg); 
    -webkit-transform: skew(29deg, 0deg); 
    -moz-transform: skew(29deg, 0deg);
    -o-transform: skew(29deg, 0deg);
    -ms-transform: skew(29deg, 0deg);
    margin-left: 57px;
    float: left;
    position: absolute;
    top: 0px;
}

header .logo_outside .logo_inside {
    background: #FFF;
    height: 100%;
    padding-top: 21px;
}

header .logo_outside .logo_inside .logotyp {
    background: url("../gfx/logo.png") no-repeat;
    width: 115px;
    height: 40px;
    transform: skew(-29deg, 0deg); 
    -webkit-transform: skew(-29deg, 0deg); 
    -moz-transform: skew(-29deg, 0deg);
    -o-transform: skew(-29deg, 0deg);
    -ms-transform: skew(-29deg, 0deg);
    margin: 0 auto;
}

header .logo_outside .logo_inside .logotyp h1 {
    text-indent: -9999px
}

header nav {
    padding: 7px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom: none;
    transform: skew(29deg, 0deg); 
    -webkit-transform: skew(29deg, 0deg); 
    -moz-transform: skew(29deg, 0deg);
    -o-transform: skew(29deg, 0deg);
    -ms-transform: skew(29deg, 0deg);
    position: absolute;
    right: 187px;
    left: 345px;
}

header nav ul {
    height: 50px;
    background: #FFF;
    display: table;
    width: 100%;
    background: url("../gfx/mg.jpg") repeat-x #ffffff;
}

header nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: -5px;
    border-left: 1px solid #DDD;
}

header nav ul li:first-of-type {
    border-left: none;
}

header nav ul li .active {
    background: url("../gfx/grad.jpg");
    color: #FFF;
    height: 58px;
    margin-top: -8px;
    padding-top: 23px !important;
}

header nav ul li .active a {
    color: #FFF;
}

header nav ul li .active a:hover {
    color: #FFF;
}

header nav ul li a {  
    font-size: 1.125em;
    color: #343434;
    display: block;
    transform: skew(-29deg, 0deg); 
    -webkit-transform: skew(-29deg, 0deg); 
    -moz-transform: skew(-29deg, 0deg);
    -o-transform: skew(-29deg, 0deg);
    -ms-transform: skew(-29deg, 0deg);    
}

header nav ul li a:hover {
    color: #ffb708;
}


.catalog-link-box{    transform: skew(29deg, 0deg);
    -webkit-transform: skew(29deg, 0deg);
    -moz-transform: skew(29deg, 0deg);
    -o-transform: skew(29deg, 0deg);
    -ms-transform: skew(29deg, 0deg);
    
    background:#d80001  no-repeat right center;color:#fff !important;border:1px solid #fff;width:140px;height:40px;margin-left:10px;
    }
    
    
.catalog-link{background: url('../gfx/catalog.png') no-repeat right center;color:#fff !important;font-size:20px !important;position:absolute;top:8px;left:30px;width:110px;padding-bottom:2px;}





header .languages {
    transform: skew(29deg, 0deg); 
    -webkit-transform: skew(29deg, 0deg); 
    -moz-transform: skew(29deg, 0deg);
    -o-transform: skew(29deg, 0deg);
    -ms-transform: skew(29deg, 0deg);
    width: 140px;
    float: right;
    margin-right: 89px;
}

header .languages span {
    display: block;
    color: rgba(255,255,255,0.5);
    font-weight: bold;
    margin-top: 14px;   
    margin-left: 8px;
    font-family: Arial;
    font-size: 0.75em;
}

header .languages span, header .languages .countries img {
    transform: skew(-29deg, 0deg); 
    -webkit-transform: skew(-29deg, 0deg); 
    -moz-transform: skew(-29deg, 0deg);
    -o-transform: skew(-29deg, 0deg);
    -ms-transform: skew(-29deg, 0deg);
}

header .languages .countries {
    border: 1px solid rgba(255,255,255,0.2);
    border-left: none;
    padding-top: 2px;
    padding-left: 10px;
    margin-top: 5px; 
}

header .languages .countries ul {
    display: table;
    width: 100%;
}

header .languages .countries ul li {
    display: table-cell;
}

 #demo2 ul {margin: 0px; padding:0px;}
 #demo2 li {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;    }
 #demo2 > li {height:42px;}
 #demo2 > li.has-submenu{height: auto;min-height:42px;}

.margin-30{margin-bottom:50px;}
.margin-top{margin-top:30px;}
.margin-top2{margin-top:15px;}






section.main {
    margin-top: -50px;
    border-bottom: 5px solid #e6e6e6;
    position: relative;
    z-index: 5;
}

section.main .wrap {
    background: white;
    padding: 0px 45px;
    border: 1px solid #ececec;
    border-bottom: none;
    min-height: 205px;
    height: 100%;
    margin-left: 30px;
    position: relative;
}

section.main .wrap .left {
    width: 230px;
    float: left;
    margin-top: -20px;
    border-right: 1px solid #ececec;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

section.main .wrap .left > ul {
    background: #f1f1f1;
    border: 1px solid #dadada;
    margin-right: -1px;
}

section.main .wrap .left > ul > li {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #FFF;
    position: relative;
}

section.main .wrap .left li.last {
    border-bottom: none;
}

section.main .wrap .left > ul > li a {
    padding: 12px 0px 10px 10px;
  height: 20px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 5;   
}


section.main .wrap .left > ul > li  .all{padding-left:20px;}

section.main .wrap .left li.has-submenu .bok {
    width: 27px;
    height: 37px !important;
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 0px;

    bottom: 0px;
    
    border-left: 1px solid #dadada;
    background: url("../gfx/w.jpg") repeat-y left;
}

section.main .wrap .left li .bok  {padding:0px;margin:0px;}

section.main .wrap .left li.has-submenu .bok .przycisk {
    background: url("../gfx/b.jpg") center center no-repeat;
    width: inherit;
    height: inherit;
}

section.main .wrap .left .has-submenu.open .bok .przycisk {
    background: url("../gfx/t.jpg") center center no-repeat;
    width: inherit;
    height: inherit;
}

section.main .wrap .left li.has-submenu .ps {
    width: 12px;
    height: 40px;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    bottom: 0px;

}

section.main .wrap .left li.open.has-submenu .ps {
    background: url("../gfx/m.png") repeat-y left;
}


section.main .wrap .left li:hover .ps {background: url("../gfx/myh.png") ;width: 12px;height: 40px;position: absolute;z-index: 4;top: 0px;left: 0px;bottom: 0px;}
section.main .wrap .left li.active .ps {background: url("../gfx/my.png")  !important;width: 12px;height: 40px;position: absolute;z-index: 4;top: 0px;left: 0px;bottom: 0px;}

section.main .wrap .left > ul ul {
    margin-left: -15px;
    background: #ababab;
    border-top: 1px solid #dadada;
}

section.main .wrap .left > ul ul > li {
    background: url("../gfx/l.jpg") repeat-y left #e7e7e7;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 10px;
    padding-bottom: 1px;
}

section.main .wrap .left > ul ul > li:hover{
    background-image: url("../gfx/l2.png")
}

section.main .wrap .left > ul ul > li.active2{
    background-image: url("../gfx/l3.png") ;
}


section.main .wrap .right {
    height: 100%;
    margin-top: -20px;
    margin-left: 230px;
}

section.main .wrap .right .content {
    height: 100%;
}

section.main .wrap .right .contactperson2,
section.main .wrap .right .searchopcje {
    margin-left: 275px;
    
}
section.main .wrap .right .searchopcje {padding-top:5px;}
section.main .wrap .right .contactperson2 .content {
    margin-right: 10px;
}

section.main .wrap .right .contactperson2 .tabela {
    margin-bottom: 20px;
}

section.main .wrap .right .content .tabela {
    display: table;
    width: 100%;
}

section.main .wrap .right .content .tabela .komorka {
float:left;
}

section.main .wrap .right .searchopcje .content .tabela .komorka {
    padding-left: 10px;
    width: 33.3%;
    vertical-align: top;
}

section.main .wrap .right .content .tabela .komorka .tresc {
    margin-left: 10px;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #e0e0e0;
    height: 160px;
    -webkit-border-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomright: 0;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    margin-bottom: 40px;
    position: relative;
    behavior: url("../js/PIE.htc");
}

section.main .wrap .right .content .tabela .komorka label {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;    
}

section.main .wrap .right .content .tabela .komorka .chosen-container-multi {
    margin-bottom: 5px; 
}

section.main .wrap .right .content .tabela .komorka .chosen-container-multi .chosen-choices {
    font-size: 0.75em;
    padding:4px 4px 4px 4px;
    background: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url("../gfx/info-close-icon.png") no-repeat top right;
    top: 0px;
    right: 0px;
}

section.main .wrap .right .content .tabela .komorka .chosen-container-multi .chosen-choices li.search-choice {
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight:bold !important;
    padding: 5px 15px 4px 5px;
    border: 2px solid #ffd46e;
    background: #fffbf0;
    color: #585858;
    font-size: 12px;
    
}


section.main .wrap .right .content .tabela .wyszukiwanie {
    float: right;
    color: #747474;
    background: #f1f1f1;
    padding: 5px 22px;
    margin-bottom: 7px;
    margin-right: 10px;
    behavior: url("../js/PIE.htc");
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}

section.main .wrap .right .content .foot {
    position: absolute;
    bottom: -37px;
    right: -1px;
    background: #f1f1f1;  
    color: #616161;
    font-size: 1.125em;
    border: 1px solid #e0e0e0;
    height: 37px;
}

section.main .wrap .right .content .foot .foot2 {
    border: 1px solid #FFF;
    padding: 6px 15px;
    padding-left: 25px;
}

section.main .wrap .right .content .foot .mask {
    background: url("../gfx/mask.jpg") no-repeat;
    width: 11px;
    height: 36px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

section.main .wrap .right.nav {
    margin-left: -45px;
    margin-right: -45px;
}

section.main .wrap .right .content .tabelka {
    padding: 30px 45px 30px 10px;
    margin-left: 275px;
}

section.main .wrap .right .content .tabelka .obr {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url("../js/PIE.htc");   
}

section.main .wrap .right .content .tabelka table {
    width: 100%;
}

section.main .wrap .right .content .tabelka table td {
    vertical-align: middle;
    padding: 15px 0px;
    border-bottom: 1px solid #e0e0e0;
}

section.main .wrap .right .content .tabelka table tr:nth-last-child(1) td {
    border-bottom: none;
}

section.main .wrap .right .content .tabelka table tr:nth-child(even) td {
    background: #eee;
}

section.main .wrap .right .content .tabelka table td.id {
    width: 45px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    color: #a7a7a7;
}

section.main .wrap .right .content .tabelka table td.name {
    border-right: 1px solid #e0e0e0;
    text-align: left;
    padding-left: 10px;
}

section.main .wrap .right .content .tabelka table td.date {
    width: 160px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}

section.main .wrap .right .content .tabelka table td span {
    color: #a7a7a7;    
}

section.main .wrap .right .content .tabelka table td.download {
    width: 120px;
    text-align: center;

}


section.main .wrap .right .content .pagination {
    height: 20px;
    margin-left: 285px;
    margin-right: 45px;
    margin-bottom:10px;
}

section.main .wrap .right .content .pagination .pag {
    width: 365px;
    height: 100%;
    margin: 0 auto;
    text-align:center;
}

section.main .wrap .right .content .pagination .pag .pag_left {
    height: 20px;
    width: 20px;
    background: url("../gfx/pagleft.png") no-repeat;
    display:inline-block;
}

section.main .wrap .right .content .pagination .pag .pag_right {
    height: 20px;
    width: 20px;
    background: url("../gfx/pagright.png") no-repeat;
    display:inline-block;
}

section.main .wrap .right .content .pagination .pag .pag_list {
    display:inline-block;
    margin-right: 4px;
}

section.main .wrap .right .content .pagination .pag .pag_left a {
    display: block;
    width: 100%;
    height: 100%;
}

section.main .wrap .right .content .pagination .pag ul li {
    float: left;
    border: 1px solid #FFF;
    padding: 1px 4px;
    margin-left: 4px;
    font-size: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(".../js/PIE.htc");
}

section.main .wrap .right .content .pagination .pag ul li a{
color: #999999;
}

section.main .wrap .right .content .pagination .pag ul li.active {
    border-color: #f9b001;
}

section.main .wrap .right .content .pagination .pag ul li a:hover,
section.main .wrap .right .content .pagination .pag ul li.active a {
    color: #f9b001;
}

section.main .wrap .right .content .navigation {
    height: 65px;
    margin-top: 20px;
    margin-left: 0px;
    position: relative;
    z-index: 7;
    border-bottom: 1px solid #ececec;
}

section.main .wrap .right .content .pagination .pag .strona {
    font-size: 0.75em;
    color: #232323;
    margin-left: 30px;
    float: left;
    width: 100px;
}

section.main .wrap .right .content .pagination .pag .strona span {
    display: block;
    float: left;
    margin-top: 2px;
}

section.main .wrap .right .content .pagination .pag .strona input {
    border: 1px solid #ececec;
    width: 30px;
    padding: 3px;
    font-size: 0.8em;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(".../js/PIE.htc");
}

section.main .wrap .right .content .navigation ul li {
    float: left;
    padding: 22px 15px;
    background: url("../gfx/prz.png") center right no-repeat;
    padding-right: 25px;
}

section.main .wrap .right .content .navigation ul li.last {
    background: none;
    color: #f3b00e;
}

section.main .wrap .right .content .navigation ul li a {
    color: #a7a7a7;
}

section.main .wrap .right .content .navigation ul li.last a {
    color: #f3b00e;
}

section.main .wrap .right .content .navigation .search {
    float: right;
    width: 265px;
    position: absolute;
    right: 45px;
    top: 14px;
    bottom: 12px;
}

section.main .wrap .right .content .navigation .search input {
    padding: 10.5px;
    width: 100%;
    border: 1px solid #ececec;
    font-size: 0.75em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-right: 42px;
    color: #acacac;
}

section.main .wrap .right .content .navigation .search .submit {
    width: 41px;
    height: 38px;
    background: url("../gfx/subm.png") center center no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none !important;
    padding: 0px !important;
}
.hpdf2 .link{position:absolute;top:16px;left:7px;width:68px;height:33px;}
section.main .wrap .right .content .navigation .search input::-webkit-input-placeholder,
section.main .wrap .right .content .navigation .search input:-moz-placeholder,
section.main .wrap .right .content .navigation .search input::-moz-placeholder,
section.main .wrap .right .content .navigation .search input:-ms-input-placeholder {
    color: #acacac;
}

section.main .wrap .right .content .contactinfo {
    padding: 30px 0px;
    text-align: center;
    color: #707070;
    font-size: 0.875em;
    min-height:165px;
}

section.main .wrap .right .content .contactperson {
    margin-left: 275px;  
}

section.main .wrap .right .content .contactperson .person {
    width: 184px;
    margin-left: 10px;
    margin-bottom: 30px;
    float: left;
    margin-right: 50px;
}

section.main .wrap .right .content .contactperson .person h4 {
    padding-bottom: 5px;
    margin-left: 1px;    
    height:50px;
    vertical-align:bottom;
}

section.main .wrap .right .content .contactperson .person .ramka {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 1px;
    position: relative;
}

section.main .wrap .right .content .contactperson .person .ramka .image {
    height: 225px;
    background-position: center 20%;
}

section.main .wrap .right .content .contactperson .person .ramka .info {
    height: 75px;
    border-bottom: 1px solid #c5c5c5;
    color: #ababa8;
    font-size: 0.75em;
    padding-top: 32px;
    font-family: Arial, sans-serif;
}

section.main .wrap .right .content .contactperson .person .ramka .info .telefon {
    margin-bottom: 4px;
    padding-left: 30px;
    background: url("../gfx/tel.jpg") 15px center no-repeat;
}

section.main .wrap .right .content .contactperson .person .ramka .info .email {
    padding-left: 30px;
    background: url("../gfx/mail.jpg") 9px center no-repeat;
}

section.main .wrap .right .content .contactperson .foot {
    bottom: 55px;
    height: 36px;
}

section.main .wrap .right .content .contactperson .foot .foot2 {
    border-left: 0px;
    padding: 5px 15px;
    padding-bottom: 6px;
}

section.main .wrap .right .content .contactperson .foot .mask {
    left: -11px;
    background: url("../gfx/mask.png") no-repeat;
}

section.main .wrap .mask-border {
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
}

section.main .wrap .mask-border .color {
    width: 100%;
    height: 100%;
    display: table;
}

section.main .wrap .mask-border .black {
    background: #272727;
    width: 50%;
    display: table-cell;
}

section.main .wrap .mask-border .orange {
    background: #f9b001 url('./../gfx/mask-footer.png') no-repeat left center;
    width: 50%;
    display: table-cell;
}

section.main .wrap .right .content .produkt {
    margin-left: 275px;
    margin-right: 45px;
}

section.main .wrap .right .content .aboutus {
    margin-left: 285px;
    margin-right: 45px;
    margin-top:5px;
    color: #707070;
    font-size: 0.82em;
    line-height:18px;
    min-height:430px;
}

section.main .wrap .right .content .private-login .text-box-private {
    color: #707070;
    font-size: 0.82em;
    line-height:18px;

}

.new-prod-box{border: 1px solid #e0e0e0;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;margin-top: 10px;}
.new-prod-title{border: 1px solid #fff;display:table-cell;width: 90px;background: #f1f1f1;color: #616161;font-size: .75em;vertical-align: middle;padding:5px 5px 5px 5px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 2px 0px 0px -1px #e0e0e0;height:40px;-moz-box-shadow: 2px 0px 0px -1px #e0e0e0;box-shadow: 2px 0px 0px -1px #e0e0e0;}
.new-prod-opis{display:table-cell;padding:5px 6px 5px 6px;color: #616161;font-size: .75em;vertical-align: middle;}

section.main .wrap .right .content .aboutus .aboutus-image{float:right;max-width:40%;margin-left:20px;margin-top:20px;}
section.main .wrap .right .content .aboutus .aboutus-image img{max-width:100%;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin-bottom:10px;}


section.main .wrap .right .content .private-login .aboutus-image{float:right;max-width:40%;margin-left:20px;margin-top:25px;}
section.main .wrap .right .content .private-login .aboutus-image img{max-width:100%;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin-bottom:10px;}


section.main .wrap .right .content .aboutus  ul,section.main .wrap .right .content .private-login  ul {
  list-style: disc;
  margin-left:22px;
}

section.main .wrap .right .content .produkt .lew,
section.main .wrap .right .content .produkt .praw {
    padding-left: 10px;
    margin-top: 10px;
    width: 50%;
    float: left;
}

section.main .wrap .right .content .produkt .lew .head {
    border: 1px solid #e0e0e0;
    border-right: none;
    border-bottom: none;
    max-width:300px;
    max-height: 56px;
    float: left;
}

section.main .wrap .right .content .produkt .lew .head .headw {
    border: 1px solid #FFF;
    border-right: 0px;
    background: #f1f1f1;
    padding: 13px;
}

section.main .wrap .right .content .produkt .lew .hpdf {
    background: url("../gfx/hpdf.jpg");
    width: 78px;
    height: 57px;
    float: left;
    position: relative;
}

section.main .wrap .right .content .produkt .lew .hpdf .link {
    position: absolute;
    top: 23px;
    left: 7px;
    width: 68px;
    height: 33px;
}

section.main .wrap .right .content .produkt .lew .head .headw h3 {
    color: #616161;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsisipsis;
}

section.main .wrap .right .content .produkt .lew .obraz {
    border: 1px solid #e0e0e0;
    height: 245px;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    position: relative;
    behavior: url("../js/PIE.htc");
    background-position: center center;
    background-repeat: no-repeat;
    display:block;
}

section.main .wrap .right .content .produkt .infopkt {
    height: 40px;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    behavior: url("../js/PIE.htc");
    width: 100%;
}

section.main .wrap .right .content .produkt .infopkt.big .title {
    clear: both;
    width: 100%;
    border-right: none;
    position: relative;
    z-index: 5;
}

section.main .wrap .right .content .produkt .infopkt.big .title .title2 {
    text-align: left;
    padding-left: 15px;
}

section.main .wrap .right .content .produkt .infopkt.big .opis {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-top: -10px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    padding-top: 20px;
    margin-top: -25px;
    margin-left: -1px;
    margin-right: -1px;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 2;
    behavior: url("../js/PIE.htc");
}

section.main .wrap .right .content .produkt .infopkt .title {
    display: table;
    border-right: 1px solid #e0e0e0;
    height: 100%;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    behavior: url("../js/PIE.htc");
    float: left;
}

section.main .wrap .right .content .produkt .infopkt .title .title2 {
    width: 90px;
    background: #f1f1f1;
    color: #616161; 
    font-size: 0.75em;
    vertical-align: middle;
    text-align: right;
    padding: 0px 5px;
    display: table-cell;
    border: 1px solid #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    behavior: url("../js/PIE.htc");
}

section.main .wrap .right .content .produkt .infopkt .opis {
    color: #616161; 
    font-size: 0.75em;
    display: table;
    padding: 0px 5px;
    float: left;
    height: 100%;
}

section.main .wrap .right .content .produkt .infopkt .opis .t {
    vertical-align: middle;
    display: table-cell;
}

section.main .wrap .right .content .produkt .infopkt .opis ul li {
    float: left;
    border: 2px solid #FFF;
    margin-right: 4px;
    padding: 3px;
    margin-top: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url("../js/PIE.htc");
}

section.main .wrap .right .content .produkt .infopkt .opis ul li.active {
    border-color: #ffd46e ;
    
}

section.main .wrap .right .content .produkt .infopkt .opis .color li.active {border-color: #ffd46e !important;}
section.main .wrap .right .content .produkt .infopkt .opis ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #616161; 
}

section.main .wrap .right .content .produkt .infopkt .opis ul.color li {
    border-color: #ebebeb;
    width: 27px;
    height: 26px;
}

.new-prod-box.color-box ul li{cursor:pointer;float:left;border:2px solid #FFF;margin-right:4px;padding:3px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;behavior:url(../js/PIE.htc)}
.new-prod-box.color-box ul li.active{border-color:#ffd46e}
.new-prod-box.color-box .color li.active{border-color:#ffd46e!important}
.new-prod-box.color-box ul li a{display:block;width:100%;height:100%;color:#616161}
.new-prod-box.color-box ul.color li{border-color:#ebebeb;width:27px;height:26px}

/*privet label*/
.title-ftplogin{font-size:20px;color:#8c8c8c;margin:15px 0 10px 5px;}

.ftplogin{min-height:300px;}

.ftpinput{
padding: 10.5px 10.5px 10.5px 40px;
width: 100%;
border: 1px solid #ddd;
font-size: 0.75em;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding-right: 42px;
color: #acacac;
margin-bottom:10px;
}


.ftpname{background: url('./../gfx/user.png') no-repeat 10px center ;}
.ftppassword{background: url('./../gfx/locked.png') no-repeat 10px center ;}
.ftpbuttton{
float: right;
color: #747474;
background: #f1f1f1;
padding: 5px 22px;
margin-bottom: 7px;
font-size: 18px;
behavior: url("../js/PIE.htc");
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-bottom: 1px solid #d9d9d9;
cursor: pointer; 
}

.ftpbuttton2{
float: right;
color: #747474;
background: #f1f1f1;
padding: 5px 22px;
margin-bottom: 7px;
font-size: 16px;
behavior: url("../js/PIE.htc");
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-bottom: 1px solid #d9d9d9;
cursor: pointer; 
}

.ftplogin{min-height:300px;}

.ftplogout{padding:20px 0;margin-right:45px;}



.productheight{min-height:230px;}
.padding-right{padding-right:35px;}
.padding-bottom{padding-bottom:30px;}
.produkt-tab .komorka{width:232px;padding-bottom:20px;}




section.main .wrap .right .content .produkt  .tabelka{margin-left:0px ; } 
section.main .wrap .right .content .produkt .tabelka{padding: 24px 0px 30px 0px;margin-left:10px;margin-top: 20px;border-top:1px dashed #e0e0e0;display: inline-block;
width: 98.5%;}
section.main .wrap .right .content .produkt .tabelka table td{padding:10px 10px;}
                

.table-first{display:block; width:100%; border: 1px solid #e0e0e0;margin-top:10px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;font-size:0.75em;z-index: 2;}
.table-first-frame{display:table;width:100%;}
.table-first-row{display: table-row;}
.table-first-cell1{}
.table-first-cell2{}
.table-first-cell1{color: #616161;display: table-cell;width:50%;padding: 9px 10px;border-right: 1px solid #e0e0e0;border-top: 1px solid #e0e0e0;}
.table-first-cell2{color: #616161;display: table-cell;width:50%;padding: 9px 10px;border-left:none;border-top: 1px solid #e0e0e0;}
.table-first-th{border: 1px solid #FFF;border-right: 1px solid #e0e0e0;-webkit-border-top-left-radius: 6px;-moz-border-radius-topleft: 6px;border-top-left-radius: 6px;}
.table-first-th2{border: 1px solid #FFF;border-left:none;-webkit-border-top-right-radius: 6px;-moz-border-radius-topright: 6px;border-top-right-radius: 6px;}
.table-two{display: inline-block;width:100%;padding-left:10px;padding-top:10px;}
.table-two-frame{width:100%; border: 1px solid #e0e0e0;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;font-size:0.75em;z-index: 2;}
.table-two-table{display:table;width:100%;}
.table-two-row{display: table-row;}
.table-two-cell1{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border-top: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
.table-two-cell2{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border-top: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
.table-two-cell3{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border-top: 1px solid #e0e0e0;}
.table-two-th{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border: 1px solid #FFF;border-right: 1px solid #e0e0e0;-webkit-border-top-left-radius: 6px;-moz-border-radius-topleft: 6px;border-top-left-radius: 6px;}
.table-two-th2{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border: 1px solid #FFF;border-left:none;border-right: 1px solid #e0e0e0;}
.table-two-th3{color: #616161;display: table-cell;width:33.3%;padding: 9px 10px;border: 1px solid #FFF;border-left:none;-webkit-border-top-right-radius: 6px;-moz-border-radius-topright: 6px;border-top-right-radius: 6px;}
            
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
    


-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#imagelightbox-overlay {
background-color: #fff;
background-color: rgba( 0, 0, 0, .7 );
position: fixed;
z-index: 9998;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
   #imagelightbox-close {
    outline: none;
width: 2.5em;
height: 2.5em;
text-align: left;
background-color: #feb70f;
border-radius: 50%;
position: fixed;
z-index: 10002;
top: 2.5em;
right: 2.5em;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}   

#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}

#imagelightbox-close :hover{background-color: #bbb;}          

footer {
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .left-cell {
    margin-left:40px;
    background: url("../gfx/logofoot.png") 0px 0px no-repeat;
    height: 43px;
    width: 480px;
    float: left;
}

footer .left-cell.EN {background-position:0px -43px ;}
footer .left-cell.DE {background-position:0px -86px ;}
footer .left-cell.RU {background-position:0px -129px ;}

footer .right-cell {
    float: right;
    margin-right: 10px;
    height: 48px;
    display: table;
}

footer .right-cell .tresc {
    font-family: Arial, sans-serif;
    display: table-cell;
    vertical-align: middle;
    color: #9c9c9c;
    font-size: 0.75em;
}

footer .right-cell .tresc .mobile {color:#9c9c9c;}
footer .right-cell .tresc .mobile:hover {color:#f3b00e;}


footer .right-cell .tresc .bit44{
    display:inline-block;
    width:56px;
    height:14px;
    background: url('../gfx/44bit.png')  no-repeat; vertical-align:middle;
}

footer .right-cell .tresc .bit44:hover{
background: url('../gfx/44bith.png')  no-repeat; 
}
/*-Input--*/

.main-slider{height: 350px !important;}

.text-no-format .opis p{display:block;clear:both;float:none;margin-bottom: 8px;}
.text-no-format  .opis ul{list-style:disc;padding-left: 22px;display:block;clear:both;float:none;margin:0px 0 8px 0 !important;}
.text-no-format  .opis ul li {margin:0 !important;padding:0 !important;float:none !important;}
.text-no-format  .opis ul li p{margin-bottom:0;}
/*Cookie-----------------------------------------*/


#cookies {
border-top: 5px solid  #f7ad00;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;

    background: #202020;

}

#cookies a {padding:7px 20px;color: #ffffff; background: #f7ad00;border: 1px solid #242424;font-size: 16px;font-weight: normal; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#cookiesClose:hover {    background: #e69900;  }

#cookies p {margin: 2px 0;line-height: 20px;text-align:left;}

#cookiesWrap {
    width: 980px;
    margin: 0 auto;
    padding:0px 20px;
    position: relative;
}

#cookiesClose {
    display: block;
    padding:10px 0 10px 40px;
    font-weight:bold;
    position: absolute;
    top: 2px;
    right:25px;
    font-size:13px;
}





section.main .wrap .right .content .produkt .lew .hpdf2{background: url("../gfx/hpdf.jpg") 0px -7px;width: 78px;height: 50px;float: left;position: relative;}
section.main .wrap .right .content .produkt .lew .obraz2{border-right: 1px solid #e0e0e0;height: 180px;position: relative;behavior: url("../js/PIE.htc");background-position: center center;background-repeat: no-repeat;}
section.main .wrap .right .content .produkt .lew .infopkt2{width:65%;display:table-cell;}
section.main .wrap .right .content .produkt .lew .obraz2{display:table-cell;width:35%;}
section.main .wrap .right .content .produkt .infopkt2 .title .title2{display: block;width: 100%;}
section.main .wrap .right .content .produkt .lew2 {width: 100%;margin-top:0px;margin-bottom:30px;}
.product-title-temp2{padding: 10px 10px;border: 1px solid #FFF;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.product-text-temp2{color: #616161;font-size: 0.75em;padding:15px 10px;}
.product-temp2-box{background: #f1f1f1;border-bottom: 1px solid #e0e0e0;color: #616161;font-size: 0.75em;vertical-align: middle;text-align: left;position: relative;behavior: url("../js/PIE.htc");}                

        


.myriad-pro-regular3,section.main .wrap .right .content .navigation .search input, section.main .wrap .right .content .contactinfo p, section.main .wrap .right .content .tabela .komorka input, section.main .wrap .right .content .tabela .komorka select option, section.main .wrap .right .content .pagination .pag ul li, section.main .wrap .right .content .pagination .pag .strona  , .cookieslink , #cookiesWrap, .myriad-pro-condensed, h4, .wyszukiwanie, section.bigimage .bigtekst h2, section.main .wrap .right .content .foot, section.main .wrap .left ul li a, section.main .wrap .right .content .navigation ul li a, h3, section.main .wrap .right .content .tabela .komorka label, section.main .wrap .right .content .tabelka table td, .myriad-pro-semibold-italic, .myriad-pro-semibold, .myriad-pro-condensed-italic, .myriad-pro-bold-italic, .myriad-pro-bold-condensed-italic, .myriad-pro-bold-condensed, .myriad-pro-bold, .aboutus p, .text-box-private p, .text-box-private ul, .aboutus ul {
    display:none ;
}

.product-text-temp2, .product-title-temp2, section.main .wrap .right .content .produkt .infopkt .opis ul li a, section.main .wrap .right .content .produkt .infopkt .title .title2, section.main .wrap .right .content .produkt .infopkt .opis .t  {
    display:none;
}

 nav ul li div a{
        display:none;
 }
 
 .margin2-top{padding-bottom:50px !important;}

@media only screen and  (max-width: 1346px){
section.bigimage {width:100%;min-width:1050px;background-position: center center;    }
section.bigimage h2{left:50px}
    
}



section.main .wrap .right .content .other {
    margin-left: 286px;
    margin-right: 45px;
    margin-top:18px;
    color: #707070;
    font-size: 0.82em;
    line-height:18px;
}



section.main .wrap .right .content .other .other-image{float:right;max-width:40%;margin-left:20px;margin-top:20px;}
section.main .wrap .right .content .other .other-image img{max-width:100%;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin-bottom:10px;}

section.main .wrap .right .content  .other-offers {
    margin-left: 275px;
	font-size: 0.82em;
    line-height: 18px;
	color: #707070;
	padding-left: 10px;
	margin-right: 45px;
	margin-bottom: 45px;	
}

section.main .wrap .right .content  .other-offers .offer {

    margin-top: 20px;
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	overflow: hidden;
}

section.main .wrap .right .content .other-offers .offer h4 {
    color: #616161;
    padding: 9px 15px;
    border: 1px solid #FFF;
	font-size: 1.3em;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
	background:#f1f1f1;
}

section.main .wrap .right .content .other-offers .text-myriad2{
	font-size: 1.15em;
	color: #616161;
}

section.main .wrap .right .content .other-offers .offer .offer-desc{
	    border-top: 1px solid #e0e0e0;
		border-bottom: 1px dashed #e0e0e0;
		padding:15px 15px;
}

section.main .wrap .right .content .other-offers .offer .offer-thumbs{
	margin: 0px -15px 0px 0px ;
	border-bottom: 1px dashed #e0e0e0;
	
}

section.main .wrap .right .content .other-offers .offer .offer-thumb-title{
	margin-top: 15px;
	padding-left: 15px;
	font-weight: 600;
}

section.main .wrap .right .content .other-offers .offer .offer-thumbs:after{
	 content: "";
  display: table;
  clear: both;
	
}


section.main .wrap .right .content .other-offers .offer .offer-thumb{
	width:33.3%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	display: block;
	margin: 15px 0 20px;
	text-align: center;
	float: left;
	
}



section.main .wrap .right .content .other-offers .offer .offer-thumb img {
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: center;
	max-width: 80%;
}

section.main .wrap .right .content .other-offers .offer .offer-link-title{
	margin-top: 15px;
	padding-left: 15px;
	font-weight: 600;
}

section.main .wrap .right .content .other-offers .offer .offer-link{
	padding: 5px 15px 12px;
}
section.main .wrap .right .content .other-offers .offer .offer-link li{
	padding-bottom: 3px;
}
section.main .wrap .right .content .other-offers .offer .offer-link li a{
     color: #707070;
}

section.main .wrap .right .content .other-offers .offer .offer-link li a:hover{
	color: #f0ab06;
}

section.main .wrap .right .content .other-footer {

    margin-right: 45px;
	
	width: 100%;
    margin-top:30px;
    color: #707070;
    font-size: 0.82em;
    line-height:18px;
	float: left;
}

section.main .wrap .right .content .other-footer img{
	max-width: 100%;
}

