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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 12px/18px Arial, Tahoma, Helvetica,Verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial,Tahoma,Geneva,Kalimati,sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.clear {
	clear: both;
}


/******* FORMAT STRONY *******/

#content {
	margin-top: 20px;
}
#content.main {
	margin-top: 0;
	padding-top: 10px;
}
body {
	font-family: Arial,Tahoma,Geneva,Kalimati,sans-serif;
}
#all {
	background: url('../images/bg_header.jpg') repeat-x;
}
#header {
	position: relative;
	height: 73px;
}
/*
.logo {
	position: absolute;
	top: 12px;
	z-index: 888;
}

.logo a {
	background: url('../images/logo.gif') no-repeat;
	display: block;
	text-indent: -9999px;
	z-index: 888;
	height: 88px;
	width: 135px;
}
*/

.logo {
    position: absolute;
    top: 3px;
    z-index: 888;
}

.logo a {
    background: url('../images/logo25.png') no-repeat;
    display: block;
    text-indent: -9999px;
    z-index: 888;
    height: 125px;
    width: 135px;
}

.logo:hover {
	cursor: pointer;
}
.header_tekst {
	display: block;
	height: 26px;
	width: 497px;
	position: absolute;
	top: 46px;
	left: 170px;
	color: #004995;
	font-size: 22px;
}
.container {
	width: 980px;
	margin: 0 auto;
}

#banner {
	width: 100%;
	z-index: 99;
}
#lang-navi {
	margin: 0; 
	padding: 0; 
	height: 28px; 
	overflow: hidden; 
	position: relative;
}

#lang-navi a {
	text-decoration: none;
	color: black;
}
#lang-navi a.toggleOne {
    background: url("../images/arrow-down.jpg") no-repeat scroll 90% 60% transparent;
    display: block;
    height: 28px;
    line-height: 28px;
    position: absolute;
    text-indent: -9999px;
    width: 73px;
}
#lang-navi a.toggleOne.up {
	background: url('../images/arrow-up.jpg') no-repeat scroll 90% 60% transparent;
}
#lang-navi li a {
	padding: 0 0 0 25px;
	font-size: 11px;
}

#lang-navi li {
	margin: 5px 0 3px 8px;
	width: 70%;
}

#lang-navi li a:hover  {
	opacity: 0.6;
}
#lang-navi li:hover {
	opacity: 0.6;
}

#lang-navi li.pl-flag {
	background: url('../images/pl-flag.jpg') no-repeat scroll 0 4px;
}
#lang-navi li.de-flag {
	background: url('../images/de-flag.jpg') no-repeat scroll 0 4px;
}
#lang-navi li.ch-flag {
	background: url('../images/ch-flag.jpg') no-repeat scroll 0 4px;
}
#lang-navi li.cz-flag {
	background: url('../images/cz-flag.jpg') no-repeat scroll 0 4px;
}
#lang-navi li.uk-flag {
	background: url('../images/uk-flag.jpg') no-repeat scroll 0 4px;
}


input#SearchForm_SearchForm_Search {	
	width: 153px;
	border: 1px solid #dfdfe1;
    height: 28px;
    padding: 0 5px;
	line-height: 28px;
}

input#SearchForm_SearchForm_action_results {
	position: absolute;
	right: 2px;
	top: 1px;
	display: block;
	border: none;
    height: 28px;
	width: 31px;
    margin: 0;
	background: url('../images/search.jpg') no-repeat;
	text-indent: -9000px;	
}

input#SearchForm_SearchForm_action_results:hover {
	cursor: pointer;
	opacity: 0.6;
}
#SearchResults li {
	background: none;
}
#SearchResults li h3 a {
	font-size: 18px;
}
/**** MENU ****/
#menu {
	height: 45px;
	margin-top: -27px;
	text-align: center;
	background: #145B92;
	position: relative;
	z-index: 888;
}

#menu ul li {
	float: left;
}
#menu ul {	
	width: 980px;
	margin: 0 auto;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	line-height: 45px;
	color: #ffffff;
	font-size: 19px;
	text-transform: uppercase;
	padding: 0 20px;
}
#menu ul li a:hover {
	opacity: 0.6;
}
#menu .menu-left {
	background: url('../images/bg_menu.gif') repeat-x;
	float: left;
	height: 45px;
}
#menu .menu-left ul {
	width: 600px;
	float: left;
}
#menu .menu-left ul li {
	background: url("../images/menu_sep_s.gif") no-repeat scroll right top transparent;
}
#menu .menu-right {
	background: url('../images/bg_menu_yellow.gif') repeat-x;
	float: right;
	height: 45px;
}
#menu .menu-right ul {
	width: 290px;
}
#menu .menu-right ul li {
	background: url("../images/menu_sep_yellow_s.gif") no-repeat scroll right top transparent;
}
#menu ul li.first a {
	background: url('../images/home.gif') no-repeat center;
	text-indent: -9000px;
	width: 93px;
}
#menu ul li.current.first a, #menu ul li.first a:hover {
	background: url('../images/home_h.gif') no-repeat center;
	opacity: 1;
}

#menu ul li.last  {
	background: none;
}
#menu ul li.current > a, #menu ul li.section > a {
	color: #ffc900;
}
#menu ul li.cennik {

}
#menu ul li.pobranie {

}
#menu ul li.cennik a, #menu ul li.pobranie a {
}
#menu ul li.cennik span {
	background: url('../images/pdf_menu_ico.jpg') no-repeat scroll 12% 50%;
	display: block;
    padding-left: 10px;
}

#menu ul li.pobranie span {
	background: url('../images/arrow_down_menu_ico.jpg') no-repeat scroll 10% 50%;
	display: block;
    padding-left: 10px;
}
#menu ul li.sklep span {
    background: url("../images/shop-ico.png") no-repeat scroll 13% 49% transparent;
    display: block;
    padding: 0 5px 0 15px;
}


#secondary {	
	width: 890px;
	top: 45px;
	z-index: 9999;
	position: absolute;
	display: none;
	left: 75px;
	background: url('../images/secondary_bg.jpg') repeat-x #145b92;
	padding-bottom: 20px;
}
#secondary .arrow {
	left: 85px;
    position: absolute;
    top: -22px;
}
#secondary #secondary2 {
	margin-top: 20px;
	padding-left: 35px;
}
.secondary-box {
	width: 285px;
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-top: 25px;
}

.secondary-box .secondary-image {
	float: left;
	background: white;
	height: 82px;
	width: 68px;
	border-right: 1px solid #8ab3d1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#secondary2 .secondary-box .secondary-image a {
	display: block;
	height: 100%;
}
#secondary2 .secondary-box .secondary-image a img {
	bottom: 0;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}
.secondary-tekst {
	float: left; 
	margin-left: 17px;
	width: 160px;
}
#secondary2 .secondary-tekst h3 {
	text-align: left;	
	border-bottom: 1px solid #2f76ac;
	padding-bottom: 8px;
}
#secondary2 .secondary-tekst h3 a {
	color: #ffffff;
	display: inline;
	line-height: 20px;
	padding: 0;	
	text-transform: none;
	font-size: 16px;
}
#secondary2 .secondary-tekst h3 a.section, #secondary2 .secondary-tekst h3 a.current {
	color: #FFC900;
}
#secondary2 .secondary-box ul {
	width: 160px;
	margin-top: 15px;
}
#secondary2 .secondary-box ul li {
	float: none;	
	text-align: left;
	background: url(../images/secondary-li.gif) no-repeat 2px 6px;
	padding-left: 20px;
	border-bottom: 1px solid #145b92;

}
#secondary2 .secondary-box ul li:hover, #secondary2 .secondary-box ul li.current, #secondary2 .secondary-box ul li.section {
	background: url(../images/secondary-li_h.gif) no-repeat 2px 6px #6090b5;
	border-bottom: 1px solid #417ba7;
}
#secondary2 .secondary-box ul li a{
	color: #8fbdd7;
	width: 145px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	height: 16px;
	line-height: 18px;
}
#secondary2 .secondary-box ul li a:hover, #secondary2 .secondary-box ul li.section a, #secondary2 .secondary-box ul li.current a{
	color: #ffffff;
}
#menu li:hover #secondary {
	display: block;
}

/**** CONTENT BOX ****/
.box {
	float: left;
	margin: 0 47px 0 0;
	height: 191px;
	width: 295px;
	border-bottom: 1px solid #e1eaf1;
	background: url('../images/box_bg_bottom.jpg') no-repeat bottom left;
	position: relative;
}
div.box.third {
		margin-right: 0;
	}
.box:hover {
	background: url('../images/box_bg_hover.jpg') repeat-x;
	cursor: pointer;
}

.box:hover p {
	color: #135a92;
}

.box .img {
	float: left;
	width: 125px;
	text-align: center;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.box .img img{
	bottom: 0;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}
.box .tekst {
	width: 155px;
	height: 110px;
	margin-top: 50px;
	float: right;
	margin-right: 10px;
	color: #818181;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.box .tekst h3 {
	font-size: 17px;
	color: #464646;
	margin-bottom: 15px;
}

/**** FOOTER ****/
#footer {
	border-top: 1px solid #d9d9d9;
	color: #929091;
	height: 353px;
	margin-top: 40px;
	background: url('../images/foot_bg.jpg') repeat-x;
}
#footer .container {
	background: url('../images/bg_foot.gif') repeat-x;
	height: 150px;
	position: relative;
}
#footer .container .foot_shadow {
	position: relative;
	margin: 0 auto;
	width: 980px;
	top: 0;
	background: url('../images/foot_shadow.jpg') repeat-x;
}

#footer ul li {
	float: left;
	background: url('../images/foot_list.gif') no-repeat scroll 0 8px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	text-decoration: none;
	padding: 0 8px;
	font-size: 12px;
	color: #929091;
}

#footer ul li a:hover {
	text-decoration: underline;
}
.foot_left {
	float: left;
	width: 60%;
	margin-top: 45px;
}
#footer .wykonanie {
	float: right;
    font-size: 12px;
    margin-top: 30px;
    text-align: right;
    width: 250px;
}
#footer .copyright {
	margin-bottom: 2px;
}
#footer .widoczni {
    margin-right: 0;
}
#footer .widoczni a {
	color: #929091;
}


/*** SZYBKI KONTAKT TOP ***/
div#szybki_kontakt_top {
    position: fixed;
    left: 50%;
	margin-left: -230px;
    top: 0;
    z-index: 888;
	width: auto;
	min-width: 570px;
}

.szybki_kontakt_left {
	float: left;
	width: auto;
	background: #e9b604;
	text-transform: uppercase;
}
.szybki_kontakt_left:hover {
	background: #ffc600;
}
.szybki_kontakt_left p a {
	display: block;
	line-height: 30px;
	background: url('../images/top_mail_ico.png') no-repeat scroll 14px 9px;
	padding: 0 22px 0 40px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 1px grey;

}

.szybki_kontakt_right {
	float: left;
	width: auto;
	background: #145b92;
	height: 30px;
}
.szybki_kontakt_right p {
	float: left;
	width: auto;
	color: #ffffff;
	line-height: 30px;
	text-shadow: 1px 1px 1px grey;
}
.szybki_kontakt_tel {
	padding-right: 15px;
	padding-left: 20px;
}
.szybki_kontakt_mail a {
	background: #145B92;
	padding-left: 15px; 
	padding-right: 30px;
	line-height: 30px;
	display: block;
}
.szybki_kontakt_tel:hover, .szybki_kontakt_mail a:hover{
	background: #206eab;
}
.szybki_kontakt_right p a {
	color: #ffffff;
	text-decoration: none;
}
.szybki_kontakt_right p a:hover {
}
#login_tresc {
	height: 179px;
}


/**** SIDEBAR ****/

#sidebar {
	width: 206px;
	float: left;
}
#sidebar .page_title {
	height: 40px;
	background: #f5c605;
	width: 206px;
	margin-bottom: 1px;
}
#sidebar .page_title h2 {
	color: #ffffff;
	font-size: 20px;
	margin-left: 10%;
	padding-top: 12px;
	text-transform: uppercase;
}
#sidebar ul {
	width: 206px;
}
#sidebar ul li {
	margin-bottom: 1px;
	background: url('../images/sidebar_li.png') no-repeat scroll 10% 52% #145b92;
	height: 35px;
}
#sidebar ul li a {
	color: #C4DEEA;
    display: block;
    font-size: 12px;
    height: 24px;
    padding: 9px 0 0 30px;
    text-decoration: none;
}
#sidebar ul li:hover, #sidebar ul li.current, #sidebar ul li.section  {
	background: url('../images/sidebar_li_h.png') no-repeat scroll 10% 52% #83a6cc;
}
#sidebar ul li a:hover, #sidebar ul li.current a, #sidebar ul li.section a  {
	color: #ffffff;
	font-weight: bold;
}


#sidebar ul.subMenu li  {
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 10px;
}
#sidebar ul.subMenu li.first  {
	background: url('../images/sub_bg.jpg') no-repeat top center #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
}
#sidebar ul.subMenu li:hover, #sidebar ul.subMenu li.section  {
	background: #dae3ec;
	border-bottom: 1px solid #cdd6de;
}
#sidebar ul.subMenu li a {
	color: #616162;
	font-size: 11px;
	font-weight: normal;
}
#sidebar ul.subMenu li a:hover, #sidebar ul.subMenu li.section a {
	color: #3c3c3c;
	font-weight: normal;
}
/**** BREADCRUMBS ****/
.breadcrumbs {
	font-size: 12px;
	color: #6f6e6a;
	height: 30px;
	background: url('../images/breadcrumbs_bg.jpg')no-repeat bottom left;
	border-bottom: 1px solid #e2e1e1;
	padding-top: 2px;
	margin-bottom: 30px;
	text-transform: lowercase;
}
.breadcrumbs strong {
	text-transform: none;
}
.breadcrumbs a {
	color: #004995;
	text-decoration: none;
}
/**** PAGE ****/

#page {
	margin-left: 255px;
	overflow: auto;
}

/**** GRUPA PRODUKTOW ****/
.grupa-produktow .produkty-box {
	height: 275px;
	width: 182px;
	background: url('../images/produkty-bg.jpg') no-repeat bottom left;
	float: left;
	margin-right: 89px;
	position: relative;
	border-bottom: 1px solid #e1eaf1;	
}
.grupa-produktow .produkty-box .produkty-foto {
	height: 160px;
	text-align: center;
	display: table-cell;
	position: relative;
	width: 182px;
	vertical-align: middle;
}
.grupa-produktow .produkty-box .produkty-foto a {
	display: block;
}
.grupa-produktow .produkty-box .produkty-foto a img {
	display: block;
	position:absolute;top:0;bottom:0;margin:auto;
}
.grupa-produktow .produkty-box.third {
		margin-right: 0;
		margin-left: 1px;
	}
.grupa-produktow .produkty-box h2 {
	text-align: center;
	margin-bottom: 15px;
}
.grupa-produktow .produkty-box p {
	padding: 0 0 0 5px;
	line-height: 15px;
}

/**** PRODUKT ****/
.more-less {
}
.produkt-page {
	margin-top: 48px;
}
.produkt-photo {
	display: table-cell;
	vertical-align: middle;
	width: 269px;
	height: 337px;
	border: 1px solid #e4e4e4;
	position: relative;
	float: left;
	text-align: center;
}
.produkt-photo a {
	display: block;
}
.produkt-photo a img {
	display: block;
	position:absolute;top:0;bottom:44px;margin:auto;
}
.produkt-lupa {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.produkt-lupa a {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -5000px;
	background: url('../images/produkt-lupa.jpg') no-repeat;
}
.produkt-lupa a:hover, .produkt-photo img:hover {
	opacity: 0.6;
}
.produkt-right {
	margin-left: 300px;
}
.produkt-right .produkt-top{
	height: 30px;
	padding-top: 10px;
	margin-bottom: 15px;
}
.produkt-right .produkt-top h1 {
	width: 90%;
	float: left;
	margin: 0;
}

.produkt-right a.drukuj {
	float: right;
	margin-right: 7px;
	display: block;
	width: 17px;
	height: 19px;
	background: url('../images/produkt-drukuj.jpg') no-repeat;
	text-indent: -5000px;
}

.produkt-right .zapytanie-ofertowe {
	width: 100%;
	border-bottom: 1px solid #e2e1e1;
	overflow: auto;
	margin-top: 7px;
}
.produkt-right .zapytanie-ofertowe p.zapytanie {
	display: block;
	float: right;
	width: 178px;
	height: 45px;
	background: url('../images/zapytanie-bg.jpg') repeat-x;
	margin: 0;
}
.produkt-right .zapytanie-ofertowe p.zapytanie.sklep {
    width: 150px;

    margin-right: 30px;
}
.produkt-right .zapytanie-ofertowe .zapytanie a {
	background: url('../images/zapytanie-ico.jpg') no-repeat;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font: 14px/45px Tahoma, Arial,Helvetica,Verdana;
	padding-left: 79px;
}
.produkt-right .zapytanie-ofertowe p.zapytanie.sklep a {
    background: url('../images/shop-link.jpg') no-repeat;
}
.produkt-right .zapytanie-ofertowe .zapytanie a:hover {
	opacity: 0.6;
}
.produkt-right .zapytanie-ofertowe a span {	
	font: 14px/45px Tahoma, Arial,Helvetica,Verdana;
	font-weight: bold;
}
.produkt-page .produkt-right ul {
	overflow: auto;
	padding-left: 0;
	min-height: 60px;
	margin-top: 15px;
}
.produkt-page .produkt-right ul li {
	float: left;
	width: 43%;
	margin-right: 10px;
}

.produkt-page ul.produkt-download {
	margin-left: 300px;
	margin-top: 18px;
	padding-left: 0;
}
.produkt-page ul.produkt-download li {
	list-style-type: none;
	background: none;
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
	background: url('../images/cennik_bg.jpg') repeat-x;
}
.produkt-page ul.produkt-download li:hover {
	background: url('../images/cennik_bg_h.jpg') repeat-x;
}	
.produkt-page ul.produkt-download li a {
	display: block;
	height: 27px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 35px;
	padding-top: 9px;
	background: url('../images/cennik_pdf.jpg') no-repeat scroll 11px 12px;
}
.produkt-page ul.produkt-download li a:hover {
	background: url('../images/cennik_pdf_h.jpg') no-repeat scroll 11px 12px;
}
.produkt-page ul.produkt-download li.produkt-cennik {	
	margin-left: 0;
}
.produkt-page ul.produkt-download li.produkt-cennik a {	
	width: 99px;
}
.produkt-page ul.produkt-download li.produkt-karta a {
	width: 123px;
}
.produkt-page ul.produkt-download li.produkt-instrukcja a {
	width: 90px;
}



.lewySzpalt {
	width: 100%; 
	margin-bottom: 40px;
}
.prawySzpalt {
	width: 100%;
}

/**** BUTTONY WIECEJ ****/

.grupa-produktow .produkty-wiecej a {
	margin-top: 0;
	color: #ffffff;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.grupa-produktow .produkty-wiecej a.wiecej-box {
	position: absolute;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	text-indent: -5000px;
}
.grupa-produktow .produkty-wiecej a.wiecej-box, .produkty-box:hover .produkty-wiecej a.wiecej-box, .box .wiecej a.wiecej-glowna, .box:hover .wiecej a.wiecej-glowna {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
}
.produkty-box:hover img, .box:hover img {
	opacity: 0.6;
}
.produkty-box:hover p {
	color: #135a92;
}
.grupa-produktow .produkty-wiecej a:hover {
	border-bottom: 0;
}
.produkt-content div .adjust, .produkty-wiecej a, .box .wiecej a {
	float: right;
	margin-top: 10px;
	background: #83a7cb;
	padding: 1px 15px;
	border: 1px solid #cedbeb;
	border-bottom: 0;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.box .wiecej a {
	margin-right: 15px;
}
.produkt-content div .adjust:hover, .produkty-box:hover .produkty-wiecej a, .box:hover .wiecej a {
	background: #145b93;
	border: 1px solid #9ab6cc;
	border-bottom: 0;
	text-decoration: none;
}
.box .wiecej a  {
	border: 1px solid #cedbeb;
}
.box:hover .wiecej a {
	border: 1px solid #9ab6cc;
}




/**** TYPOGRAPHY ****/

.typography h1, h1 {
	font-size: 28px;
	color: #3c3c3c;
	margin-bottom: 18px;
}

.typography h2 {
	font-size: 18px;
	color: #3c3c3c;
	margin-bottom: 18px;
}

.typography p {
	color: #787878;
	line-height: 20px;
	margin: 8px 0;
	text-align: justify;
}
.typography a {
	text-decoration: none;
	color: #004995;
}

.typography ul {
	padding-left: 20px;
}
.typography ul li {
	list-style-type: none;
	background: url('../images/li-typo.gif') no-repeat scroll 0 7px;
	padding-left: 15px;
	color: #787878;
}

/**** LOGOWANIE ****/

form#MemberLoginForm_LoginForm {
	width: 205px;
	margin: 50px auto;
}
form#MemberLoginForm_LoginForm input {
	border: 1px solid #cedbeb;
}
#MemberLoginForm_LoginForm_Remember {
	float: left;
	width: 10px;
	height: auto;
}
#ForgotPassword {
	display: none;
}
#MemberLoginForm_LoginForm_action_dologin {
	background: #83a7cb;
	color: #ffffff;
	font-weight: bold;
	width: 100px;
}
div.Actions {
	text-align: center;
}
div.Actions input#MemberLoginForm_LoginForm_action_dologin:hover  {
	background: #145b93;
	border: 1px solid #9ab6cc;
	cursor: pointer;
}
.NewsNavig {
	margin-left: 35px;
}
/**** DO POBRANIA ****/
.download-box {
	width: 100%;
	margin-bottom: 0;
	overflow: auto;
}
.download-box h3 a {
	font-size: 18px;
	color: #3C3C3C;
}
.download-box h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1eaf1;
}
.download-produkty {
	float: left; 
	width: 160px;
	margin-bottom: 35px;
	margin-left: 10px;
}

.download-produkty ul {
	min-height: 60px;
}
.download-image {
	float: left;
}
.download-image:hover {
	opacity: 0.6;
}

.kontakt-box {
	width: 180px;
	float: left;
}
.kontakt-box p.kontakt-flaga {
	margin: 0;
	padding: 0;
	text-align: left;
}
.kontakt-all {
	margin-top: 20px;
}

input#telefonik {
    display: none;
}
/**** MEDIA ****/
@media only screen and (min-width: 1366px) { 
	.container {
		width: 1300px;
	}
	.box, div.box.third {
	margin-right: 40px;
	}
	div.box.fourth {
		margin-right: 0;
	}
	.produkt-right {
		float: left;
		width: 549px;
		margin-left: 30px;
		position: relative;
	}
	.produkt-right .zapytanie-ofertowe {
		border-bottom: 1px solid #E2E1E1;
		margin-top: 7px;
		overflow: auto;
		position: relative;
		width: 742px;
	} 
	.produkt-page ul.produkt-download {
		float: left;
		margin-left: 25px;
		margin-top: 70px;
		width: 168px;
		padding-left: 0;
	}
	.produkt-page .produkt-right ul li  {
		margin-right: 0;
		width: 45%;
	}
	.produkt-page ul.produkt-download li {
		float: none;
		margin-bottom: 5px;
		margin-left: 0;
		background: url('../images/cennik_bg.jpg') repeat-x;
	}
	.produkt-page ul.produkt-download li a {
		font-size: 12px;
		width: 133px;
	}
	
	.produkt-page ul.produkt-download li.produkt-cennik a, .produkt-page ul.produkt-download li.produkt-karta a, .produkt-page ul.produkt-download li.produkt-instrukcja a  {
		width: 133px;
	}

	
	.lewySzpalt {
		float: left; 
		width: 48%; 
		margin-right: 40px;
		margin-bottom: 0;
	}
	.prawySzpalt {
		float: left; 
		width: 48%;
	}

	.grupa-produktow .produkty-box, .grupa-produktow .produkty-box.third {
		margin-right: 105px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.grupa-produktow .produkty-box.fourth {
		margin-right: 0;
	}
	.download-produkty {
		width: 180px;
	}
}


@media only screen and (min-width: 1024px) { 
	body {
		overflow-x: hidden;
	}
}