
/*******************************************************************************************/
/*
/*        Web: http://www.asdesigning.com
/*        Web: http://www.astemplates.com
/*        License: GNU General Public License version 3 or later
/*
/*******************************************************************************************/


.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation
{
	position: relative;
}

.navigation .sf-menu
{
	position: relative;
	overflow: visible;
	clear: both;
	height: auto !important;
}

.navigation .sf-menu:after
{
	clear: both;
	display: block;
	content: '';
}

.navigation .sf-menu.in
{
	height: auto !important;
}

.navigation .btn-sf-menu
{
	display: none;
	float: left;
	margin-bottom: 15px;
}

.scroll-to-fixed-fixed
{
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.navigation .select-menu
{
	width: 100%;
	display: none;
	margin: 0;
}

.sf-menu li
{
	position: relative;
}

.sf-menu ul
{
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li,
.sf-menu ul > li
{
	float: left;
	list-style: none;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul
{
	display: block;
}

.sf-menu a
{
	display: block;
	position: relative;
}

.sf-menu ul ul
{
	top: 0;
	left: 100%;
}

.sf-menu.sf-vertical
{
}

.sf-menu.sf-vertical > li,
.sf-menu.sf-vertical ul > li
{
	float: none;
	list-style: none;
	width: 60%;	
}

.sf-menu.sf-vertical ul
{
	top: -1px;
	left: 101%;
	width: 100%;	
}

ul.sf-menu.sf-vertical li
{
    margin: 0;
    overflow: visible;
    padding: 0 0 0 52px;
    z-index: 0;
	line-height: 35px;
	border-bottom: 1px dotted #6c6b6b;
    color: #6c6b6b;
}

ul.sf-menu.sf-vertical li.current, 
ul.sf-menu.sf-vertical li.active, 
ul.sf-menu.sf-vertical li:hover 
{
	background-position: left bottom;	
    border-bottom: 1px dotted #6aa2ca;
    color: #6aa2ca;
	list-style-image: none;
}

ul.sf-menu.sf-vertical li.current a, 
ul.sf-menu.sf-vertical li.active a, 
ul.sf-menu.sf-vertical li a:hover 
{
	color: #6aa2ca;	
}

ul.sf-menu.sf-vertical li a
{
	color: #6c6b6b;
    text-shadow: 1px 1px #ffffff;
    text-transform: uppercase;
}

ul.sf-menu.sf-vertical ul li
{
	background-color: #e2e2e2;
	border-bottom: 1px dotted transparent;
	padding: 0 0 0 25px;
}

ul.sf-menu.sf-vertical ul li.firstItem
{
	border-top: 1px dotted #6aa2ca;
}

ul.sf-menu.sf-vertical ul li.lastItem
{
	border-bottom: 1px dotted #6aa2ca !important;
}

ul.sf-menu.sf-vertical ul li.current, 
ul.sf-menu.sf-vertical ul li.active, 
ul.sf-menu.sf-vertical ul li:hover 
{
	border-bottom: 1px dotted transparent;
}

ul.sf-menu.sf-vertical li.current li:hover a, 
ul.sf-menu.sf-vertical li.active li:hover a,
ul.sf-menu.sf-vertical li li.current a, 
ul.sf-menu.sf-vertical li li.active a
{
	color: #6c6b6b;
}





/* skopiowane z szablonu AS MENU */



#as-menu
{
	background-color: #e9e9e9;
	background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
	background-repeat: repeat-x;
	border-radius: 5px;
	position: relative;
	min-height: 74px;	
}

#as-menu .as-menu,
#as-menu .as-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#as-menu ul.as-menu
{
	position: relative;
	z-index: 150;
	line-height: 1.0;
}

#as-menu ul.as-menu a
{
	display: block;
	position: relative;
}

#as-menu ul.as-menu li:hover
{
	visibility: inherit;
}

#as-menu ul.as-menu li
{
	float: left;
	position: relative;
}

#as-menu ul.as-menu > li,
#as-menu ul.as-menu > li:hover
{
	padding: 0;
	margin: 0;
	width: 16.66%;
	text-align: center;
	background: url('../images/li.bg.png') left top no-repeat;
	list-style:none;
}

#as-menu ul.as-menu > li.active > a,
#as-menu ul.as-menu > li.asHover > a,
#as-menu ul.as-menu > li.current > a,
#as-menu ul.as-menu > li.active > span,
#as-menu ul.as-menu > li.asHover > span,
#as-menu ul.as-menu > li.current > span
{
	background: none;
}

#as-menu ul.as-menu > li.firstItem,
#as-menu ul.as-menu > li:first-child
{
}

#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
	font-size: 18px;
	line-height: 20px;
	font-family: 'BenchNine', sans-serif;
	color: #464646;
	background: none;
	height: 20px;
	display: block;
	font-weight: 400;
	padding: 27px 1em;
	text-transform: uppercase;
}

#as-menu ul.as-menu > li > a:hover,
#as-menu ul.as-menu > li > span:hover
{
	background: none;
}

#as-menu ul.as-menu > li > a:hover > span,
#as-menu ul.as-menu > li > span:hover > span
{
	background-position: center bottom !important;
}

#as-menu ul.as-menu > li.deeper > a
{
	position: relative;
}

#as-menu ul.as-menu > li.deeper > a:after
{
	display: inline-block;
	background: url('../images/dd.arrow.png') left top no-repeat;
	width: 7px;
	height: 5px;
	position: relative;
	left: 12px;
	top: -4px;
	content: "";
}

#as-menu ul.as-menu li:hover > ul,
#as-menu ul.as-menu li.asHover > ul
{
	top: 75px;
}

#as-menu ul.as-menu ul
{
	width: 191px;
	display: none;	
}

#as-menu ul.as-menu ul
{
	position: absolute;
	background-color: #e9e9e9;
	background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
	background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffdddddd', GradientType=0);
	padding: 12px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}


#as-menu ul.as-menu li:hover ul,
#as-menu ul.as-menu li.asHover ul
{
	left: 0;
	top: 75px;
	z-index: 100;
}

#as-menu ul.as-menu li:hover li ul,
#as-menu ul.as-menu li.asHover li ul
{
	top: -999em;
}

#as-menu ul.as-menu ul li
{
	width: 100%;
	margin: 0 0 1px 0;
	list-style: none;	
}

#as-menu ul.as-menu ul > li.deeper > a:after
{
	display: inline-block;
	background: url('../images/ddr.arrow.png') left top no-repeat;
	width: 5px;
	height: 7px;
	position: relative;
	left: 15px;
	top: -2px;
	content: "";
}

#as-menu ul.as-menu ul ul
{
	background-image: linear-gradient(to bottom, #e5e5e5, #c5c5c5);	
	background-image: -moz-linear-gradient(top, #e5e5e5, #c5c5c5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#c5c5c5));
	background-image: -webkit-linear-gradient(top, #e5e5e5, #c5c5c5);
	background-image: -o-linear-gradient(top, #e5e5e5, #c5c5c5);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffc5c5c5', GradientType=0);
	left: 187px !important;
	top: 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#as-menu ul.as-menu ul li.firstItem
{
	border: none;
}

#as-menu ul.as-menu ul li a,
#as-menu ul.as-menu ul li span
{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: 'BenchNine', sans-serif;
	color: #464646;
	background: none;
	display: block;
	padding: 0.5em 1em 0.3em;
	text-decoration: none;
	text-transform: uppercase;
}

#as-menu ul.as-menu ul li a:hover,
#as-menu ul.as-menu ul li span:hover,
#as-menu ul.as-menu ul li.active > a,
#as-menu ul.as-menu ul li.asHover > a,
#as-menu ul.as-menu ul li.active > span,
#as-menu ul.as-menu ul li.asHover > span
{
	color: #E08034;
}


#as-menu ul.as-menu li li:hover ul,
#as-menu ul.as-menu li li.asHover ul
{
	left: 10em;
	top: 0;
}

#as-menu ul.as-menu li li:hover li ul,
#as-menu ul.as-menu li li.asHover li ul
{
	top: -999em;
}

#as-menu ul.as-menu li li:hover ul,
#as-menu ul.as-menu li li.asHover ul
{
	top: -1em;
	left: 191px;
}

#as-menu ul.as-menu li li li:hover ul,
#as-menu ul.as-menu li li li.asHover ul
{
	top: -1em;
	left: 191px;
}



/* koniec skopiowane z szablonu AS MENU */










@media (max-width: 767px) 
{
	.navigation .btn-navbar
	{
		display: block;
	}
	
	.navigation .select-menu
	{
		display: block;
	}
	
	.navigation ul.sf-menu
	{
		overflow: hidden;
		height: 0 !important;
		float: none;
	}
	
	.navigation ul.sf-menu>li
	{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.navigation ul.sf-menu>li ul
	{
		padding: 0 0 0 15px;
		width: auto;
		position: static;
	}
	
	ul.sf-menu.sf-vertical ul li
	{
		background: transparent;
		padding: 0 0 0 25px;
		border: none;
	}
	
	ul.sf-menu.sf-vertical ul li.current, 
	ul.sf-menu.sf-vertical ul li.active, 
	ul.sf-menu.sf-vertical ul li:hover, 
	ul.sf-menu.sf-vertical ul li.firstItem,
	ul.sf-menu.sf-vertical ul li.lastItem
	{
		border: none !important;
	}	
	
	
	#as-menu ul.as-menu li {
	 
	    float: none;
	    
	    
	}
	
	#header-row #as-menu {
	 
	    float: none;
	    
	    
	}
	
	#header-row .moduletable.navigation {
	 
	    float: none;
	    
	    
	}
	
	#as-menu ul.as-menu > li {
		
		float: none !important;
		
		
	}
	
	#as-menu {
	
		width: 100% !important;
		
		
	}
	
	
	
	
	
	#as-menu ul.as-menu ul {
	
		position: relative !important;
		width: 100% !important;
		margin-top: 0px !important;
		top: 0px;
	}
	
	#as-menu ul.as-menu > li {
	
		border-bottom: 1px solid #f4f4f4 !important;
		
		
	}
	
	#as-menu ul.as-menu > li, #as-menu ul.as-menu > li:hover {
		
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 100% !important;
		
	}
	
	
	
	
	
	#as-menu ul.as-menu > li > a, #as-menu ul.as-menu > li > a:hover {
	
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		
		
	}
	
	
	
	#as-menu ul.as-menu > li, #as-menu ul.as-menu > li:hover {
		
		padding-left: 0px !important;
		padding-right: 0px !important;
		
	}
	
	
	
	
	
	#as-menu ul.as-menu li {
	
		float: none !important;
		
	}
	
	.navigation ul.as-menu>li ul {
	
		padding-left: 0px !important;
		
		
	}
	
	#as-menu ul.as-menu li:hover ul, #as-menu ul.as-menu li.asHover ul {
	 
	    position: static !important;
	    top: 0px !important;
	    
	    
	}
	
	.in {
	
		width: 100% !important;
		
	}
	
	.moduletable.navigation {
	 
	    float: none;
	    
	    
	}
	
	
	
	
	
	
	
}
