.menu_logo
{
	float:left;
	clear:both;
	width: 24%;
	
	/*
	To jest aby logo nachodziBo na slider
	position: absolute;
	z-index: 100;
	*/
}

.menu_menu
{
	float:right;
	width: 76%;
}

#top table td
{
	vertical-align: middle;
}

#top table td:FIRST-CHILD{
	width: 70%;
}

#logo .menu li {
	list-style: none;
	display: inline;
}

#logo .menu {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar .menu{
	margin-bottom: 0px;
	/*border-bottom: 1px solid #EBEBEB;*/
}

#sidebar .menu {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-left: 0px;
}

#sidebar .menu li {
	display: block;
}

#sidebar .menu a {
	display: block;
	padding: 10px 0 10px 24px;
	/*border-top: 1px solid #EBEBEB;*/
	color: white;
	background: red;	
	border-bottom: 1px solid #444;
}

#sidebar .menu a:hover{
	background: yellow;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

#sidebar .menu a:hover, #sidebar .menu a, #sidebar .menu li {
	/*margin-bottom: 25px;
	margin-bottom /**: /** !important 25px;
	height: 25px;
	line-height: 25px;
	padding-bottom: 15px;*/
}

ul.menu li {
	margin: 0px;
}


#logoTable {
	width: 1120px;
	margin: 0 auto;
	padding: 0px;
}

#logoTable {
	margin-top: 0px;
	border-collapse: collapse;
	clear: both;
	display: table-cell;
}

#logoTable .menu {
	padding: 0px;
	margin: 0px;
}

#logoTable .menu a {
	display: block;
	float: left;
	vertical-align: bottom;
	text-align: center;
	
	height: 20px;
	line-height: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	
	font-size: 15px;
	color: black;		
	
	padding-left: 0px;
	padding-right: 0px;
	
	margin-right: 0.2857%;
	width: 14.0%;	
	
	border-left: 0px solid;
	
	/*Ciekawe cienie menu*/
	/*-moz-box-shadow: 0px 1px 20px #000000;
	-webkit-box-shadow: 0px 1px 20px #000000;
	box-shadow: 0px 1px 20px #000000;
	transform: skew(-7deg, 0deg);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);*/	
}

#logoTable .menu a:after
{
	background: #f9e11d none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    width: 0;
    
}

#logoTable .menu a:hover:after{
 	width: 100%;
}

#logoTable .menu li:LAST-CHILD a
{
	margin-right: 0px;	
	padding-right: 0px;
	width: 14.29%;
}

#logoTable .menu a:HOVER, #logoTable .menu .current_page_item a{
	color: white;
	background: #333333;
	text-decoration: none;		
	
	/*transition: all 0.5s ease-out 0s;
   	transition: all 0.5s ease 0s;
   	transition: all 0.2s linear 0s;
   	transition: all 0.2s ease 0s;
   	transition: all 0.3s ease-in-out 0s;
   	transition: all 0.3s ease 0s;
   	transition: all 150ms ease 0s;
   	border-bottom: 3px solid #008FC4;*/
}

/*#content ul, #content ol
{
	list-style-type: none;
}

#content ul li:BEFORE, #content ol li:BEFORE
{
	content: "\2713";
	vertical-align: middle;
	display: inline;
	padding-right: 3px;
}

#content .links ul li:BEFORE, #content #tabs-wrapper ul li:BEFORE, #content #tabs-wrapper .clear-block li:BEFORE, #slideshow ul li:BEFORE, 
#logo1 ul li:BEFORE, #sidebar ul li:BEFORE, #node-admin-filter ul li:BEFORE, #content .produkty ul li:BEFORE,  #content .pager li:BEFORE,
#content .slick-slider ul li:BEFORE, #content .tabs li:BEFORE, #content .fieldset-wrapper ul li:BEFORE
{
	content: "";
	padding-right: 0px;
}

#main #slideshow ul, #main #slideshow ol
{
	padding-left: 0px;
}

ul li, ol li
{
	text-align: left;
}
*/

/* --------------------- wyszukiwarka --------------------- */

#wyszukiwarka
{	
	margin-top: 16px;	
}

#wyszukiwarka .block-search h2, #wyszukiwarka #edit-search-block-form-1-wrapper label
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#wyszukiwarka #edit-search-block-form-1
{
	width:  150px;
}

*#wyszukiwarka .form-submit
{
	background: url("/grafika/lupa.png") no-repeat top center ;
	width: 19px;
	height: 16px;
	border: 0px;
	font-size: 0px;
	margin-left: 3px;
	vertical-align: middle;
}

#wyszukiwarka .form-submit:hover {
	background: url("/grafika/lupa_hover.png") no-repeat top center ; 
	 cursor: pointer;
}

/*Responsive menu*/

.responsiveMenuList
{
	/*width: 100%;*/
	/*background: #FDCB00;*/
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	top: 0;
	right: 0;
		
	position: absolute;
	z-index: 100000000000;
	
	/*transition: all 0.5s ease-out 0s;	*/
}	
	
ul.responsiveMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-color: #333;*/
	
	display: none;
	visibility: hidden;
	width: 0px;	
	transition: all 0.5s ease 0s;
}

ul.responsiveMenu li {
	float: left;
}

ul.responsiveMenu li a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 9px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 16px;
}

ul.responsiveMenu li a:hover {
	background-color: #555;
}

ul.responsiveMenu li.icon {
	display: none;
}

ul.responsiveMenu .icon a
{
	color: black;
	font-size: 32px;
	line-height: 32px;
	padding: 0px 5px;
	padding-top: 4px;
}

ul.responsiveMenu .icon a:hover {
	background: none;
	color: #999999;
}

ul.responsiveMenu.responsive .icon a
{
	color: white;
}

@media screen and (max-width:640px)
{
	/*to jest blokowanie powiekszajacych sie obrazkow z galerii na telefonie .pp_pic_holder, .pp_overlay,*/
	#logo .menu, #sidebar .menu, .foterMenu
	{
		display: none;
		visibility: hidden; 
		width: 0px;
		height: 0px;
	}	

	.menu_logo 
	{
		vertical-align: middle;
		text-align: center;
		position: relative;
		width: 100%;
	}
	
	.menu_logo img
	{
		/*width: 75%;
		max-width: 100px;*/		
	}
	
	#user-login input[type="text"], #user-login input[type="password"], #user-pass input[type="text"], #user-register input[type="text"],
	#user-profile-form input[type="text"], #user-profile-form input[type="password"], .webform-client-form input[type="text"], .webform-client-form input[type="email"]
	{
		width: 300px;
	}	
	
		/*Responsive menu*/
	
	/*#logo1
	{
		z-index: 100;
		position: absolute;
		/*position: fixed; /*To menu rusza sie razem z przewijaniem*
		top: 0;
	}*/
	
	.responsiveMenuList
	{
		width: 44px;	
	}
	
	.responsiveMenuList.responsive
	{
		width: 100%;
	}
	
	ul.responsiveMenu
	{	
		visibility: visible;
		display: block;	
		width: 100%;		
	}
	
	/* ul.responsiveMenu li:not(:first-child)*/
	ul.responsiveMenu li
	{
		display: none;
	}
	
	ul.responsiveMenu li.icon {
		float: right;
		display: inline-block;
	}
	  
	ul.responsiveMenu.responsive
	{
		position: relative;		
		background: #333;
		z-index: 950;
	}
	
	ul.responsiveMenu.responsive li.icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	ul.responsiveMenu.responsive li {
		float: none;
		display: inline;
	}
	
	ul.responsiveMenu.responsive li a {
		display: block;
		text-align: left;
	}
}

@media screen and (max-width:320px)
{
	#logoTable{
  		width: 320px;
	}	
}