

#topmenu .wrapper_menu {
	width: 1200px;
	margin:0 auto;
	float:left;	display:block;	position: relative; z-index:9999
}
#topmenu	.wrapper_menu .menu {
		list-style:none;
		width:1200px;
		margin:0 auto;
		padding:0
}
	
#topmenu .wrapper_menu_full {
    margin:0;  position: relative; z-index:9999;
}
#topmenu	.wrapper_menu_full .menu {
		width:100%;
		padding:0;
	}
#topmenu	.wrapper_menu_full .menu_whole_width {
		list-style:none;
		width:1200px;
		margin:0 auto;
		padding:0;
	}
#topmenu .menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:0px;
/*	margin-right:35px;  */
	margin-top:0px;
	border:none;
}
#topmenu .menu .fullwidth {
	position: static !important;
}
#topmenu .menu li:hover {
	border-bottom:none;
	margin-right:0px
}

#topmenu .menu li.nodrop:hover {
	width: 134px; height:33px;
   margin-right: 0px; padding:0
}
#topmenu .menu li.nodrop:hover a { padding:0;}
#topmenu .menu li a {
	font-family: Voltaire,Verdana, Arial, Tahoma, helvetica, sans-serif;
	width: 134px; 
	color: white;
	outline:0;
	text-decoration:none;   padding:0;
	display:block;
	line-height: 15px;
	font-size:16px; font-weight:normal;
	text-align:center;
	/*text-shadow: 1px 1px 1px #bd5410; */
}
.menu li:hover a {
	text-shadow: none;
	position:relative; text-decoration:none;
	z-index:11;
	padding: 0;
}
.menu li:hover div a { display:inline; }
.menu li .drop,
.menu li:hover .drop {
	width: 134px; height:33px; text-decoration:none
}



.menu li a ul li a{ height:auto; }






/* Right aligned menu item */

.menu li.right {
	float:right;
	right:0;
	margin-right:0;
}
.menu li.right:hover {
	margin-right:-1px;
}



/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:20px auto;
	margin-top:10px;
	left:-999em;
	position:absolute;
	padding:10px;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 100px;}
.menu .dropdown_2columns {width: 195px;}
.menu .dropdown_3columns {width: 160px;}
.menu .dropdown_4columns {width: 740px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 920px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
}
.menu li .first_fullwidth {
    -webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-300px;
	top:25px;
}

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns {
	left:-2px;
	top:25px;
}

.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	/*left:50%;
	margin-left:-470px;*/
	
	right:50%;
	margin-right:-470px;
	
	top:32px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
    -webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
/*
	left:auto;
	right:50%;
	margin-right:-471px;
*/

	right:auto;
	left:50%;
	margin-left:-471px;

	top:32px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	float: left;
	margin-left: 10px;
}
.menu .col_1 {width:100px;}
.menu .col_2 {width:195px;}
.menu .col_3 {width:160px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:350px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}


.menu .secondcolumn {
	margin-left: 0; /* Clearing margin & left */
	float: right;
}


/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */



.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h6,
.menu h3 {
	font-size:15px; 
	font-family:Voltaire,Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left; color:black
}
.menu p {
	font-size:13px;
	line-height:16px;
	margin:0; color:#3a3a3a;
	margin-bottom:10px;
	/*text-shadow:1px 1px #000000;*/
}
.menu p  strong{
color:#3a3a3a;
font-size:17px;
}

.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	/*text-shadow:1px 1px #000000;*/
	margin-top:7px;
}
.menu h2 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:5px;
	padding-bottom:10px;
}

.menu h3 {
	font-weight:normal;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}

.menu h6{
	font-weight:normal;
	font-size:18px;
	margin-top:5px; padding-top:0;
	margin-bottom:5px;
	padding-bottom:5px;
}

.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}


/* Images styles */

.menu .imgshadow_dark,
.menu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	/*text-shadow: 1px 1px 1px #000;*/
	padding:4px 6px 4px 6px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.menu li ul li {
	font-size:16px;
	line-height:17px; height:auto;
	position:relative;
	/*text-shadow: 1px 1px 1px #000000;*/
	padding:0;
	margin:0;
	float:left;
	text-align:left; 
	width:190px;
}
.menu li ul li a {
	padding:0; color:black; font-size:16px; margin:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* Greybox lists styles */

.menu li .greybox li {
	color:black;
	margin:0;
	padding:0;
	width:350px;
}


.menu li .greybox2 li {
	color:black;
ÿ ar摘ˬn:0;
	padding:0;
	width:290px;
}


.menu li .greybox li:hover { padding:0; margin:0; }
.menu li .greybox2 li:hover { padding:0; margin:0; }








/*  _______________________________________

	05 LIGHT THEME
    _______________________________________  */



.menu_light_theme ul li:hover,

.menu_light_theme .menu  .nodrop {
	/*	background: url('../img/bg_top_menu.png') no-repeat right top;  */
}

.menu_light_theme ul li.nodrop:hover {
/*
	background:#eeeeee;
	border:1px solid #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -o-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -ms-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: linear-gradient(top, #F4F4F4, #EEEEEE);
	*/
}
.menu_light_theme ul li:hover a {
	color:#161616;
}
.menu_light_theme ul li .drop,
.menu_light_theme .menu li.noactive .drop {	
	/*background: url('../img/bg_top_menu.png') no-repeat right top;*/
}
.menu_light_theme ul li:hover .drop {
/*	background: url('../img/bg_top_menu.png') no-repeat right top; */
	}
.menu_light_theme ul .dropdown_1column, 
.menu_light_theme ul .dropdown_2columns, 
.menu_light_theme ul .dropdown_3columns, 
.menu_light_theme ul .dropdown_4columns,
.menu_light_theme ul .dropdown_5columns,
.menu_light_theme ul .dropdown_fullwidth,
.menu_light_theme ul .levels li ul {
	/*background:#eeeeee; */
	/*background:#df6719;*/
	
	background:#dfdfdf;
	border:2px solid white;
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#d1d0d0));
	background: -webkit-linear-gradient(top, #dfdfdf, #d1d0d0);
	background: -moz-linear-gradient(top, #dfdfdf, #d1d0d0);
	background: -o-linear-gradient(top, #dfdfdf, #d1d0d0);
	background: -ms-linear-gradient(top, #dfdfdf, #d1d0d0);
	background: linear-gradient(top, #dfdfdf, #d1d0d0);
}
.menu_light_theme ul p,
.menu_light_theme ul h2, 
.menu_light_theme ul h3,
.menu_light_theme ul li ul li {
	/*text-shadow: 0px 1px 1px #FFFFFF;*/
}
.menu_light_theme ul h2, 
.menu_light_theme ul h3 {
	border-bottom:1px solid black;
}
.menu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_light_theme ul .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	border:1px solid #777777;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.menu_light_theme ul li .black_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu_light_theme ul li .dark_grey_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}

.menu_light_theme ul li .greybox li a { color:black;
}

.menu_light_theme ul li .greybox li {
	background:#f4f4f4;
	border:0px solid #f4f4f4; color:black;
}
.menu_light_theme ul li .greybox li:hover {
	background:white;
	border:0px solid white;
}
.menu_light_theme ul li .plus li {
	background: url("../img/plus.png") left 6px no-repeat;
}

.menu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.menu_light_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
.menu_light_theme .menu li:hover div a {
	border-bottom:none;
}
.menu_light_theme .menu li.noactive a {
	color:#eeeeee;
}



/*  _______________________________________

	07 COLORS
    _______________________________________  */


/* Orange */

.menu_orange {
	/*background: #d24900;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6717), to(#c14300));
	background: -webkit-linear-gradient(top, #ff6717, #c14300);
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -o-linear-gradient(top, #ff6717, #c14300);
	background: -ms-linear-gradient(top, #ff6717, #c14300);
	background: linear-gradient(top, #ff6717, #c14300);*/
}
.wrapper_menu .menu_orange {
	/*border: 1px solid #f45500;
	border-top: 1px solid #ff945b;*/
}
.wrapper_menu_full .menu_orange {
	/*border-bottom: 1px solid #f45500;*/
}
.menu_dark_theme .menu_orange li:hover div a {color:#f45500;}
.menu_dark_theme .menu_orange li:hover div a:hover {color:#ff945b;}
.menu_dark_theme .menu_orange li ul li a:hover {color:#ff945b;}
.menu_light_theme .menu_orange li:hover div a {color:#f45500;}
.menu_light_theme .menu_orange li:hover div a:hover {color:#ff945b;}
.menu_light_theme .menu_orange li ul li a:hover {color:#ff945b;}




#produkty-normal-pc{ display:none;}
#produkty-normal-mobil{ display:none;}


