/*******************************************************************************************/
/*
/*        Designed by 'AS Designing'
/*        Web: http://www.asdesigning.com
/*        Web: http://www.astemplates.com
/*        License: GNU/GPL
/*
/*******************************************************************************************/


.superfish.navigation
{
	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 superfish menu *************************************************/

.sf-menu
{
	background-color: transparent;
	background-image: none;
	text-align: center;
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.sf-menu.visible
{
	opacity: 1;
}

ul.sf-menu .sf-with-ul img
{
	padding: 0 5px 0 0;
}

ul.sf-menu > li.deeper > a::after,
ul.sf-menu > li.deeper > span::after
{
    background: rgba(0, 0, 0, 0) url("../images/dd.arrow.png") no-repeat scroll left top;
    content: "";
    display: inline-block;
    height: 5px;
    left: 12px;
    position: relative;
    top: -4px;
    width: 7px;
}

ul.sf-menu > li > a,
ul.sf-menu > li > span
{
	color: #333;
	display: block;
	font-weight: normal;
	height: auto;
	letter-spacing: 0;
	margin: 0;
	padding: 27px 1em;
	text-transform: uppercase;
	border-left:  1px solid #c7c7c7;
	border-right: 1px solid #f4f4f4;
}

ul.sf-menu > li.firstItem > a,
ul.sf-menu > li.firstItem > span
{
	border-left: none;
}

ul.sf-menu > li.lastItem > a,
ul.sf-menu > li.lastItem > span
{
	border-right: none;
}

ul.sf-menu > li,
ul.sf-menu > li:hover
{
	border-radius: 0;
	line-height: 20px;
	list-style: outside none none;
	margin: 0;
	padding: 0px;
	transition: background 0.3s ease 0.1s;
	width: auto;
}

ul.sf-menu > li 
{
	content: none;
}

ul.sf-menu > li.active > a,
ul.sf-menu > li.current > a,
ul.sf-menu > li:hover > a,
ul.sf-menu > li > a:hover,
ul.sf-menu > li > span:hover
{
	color: #E08034;
}

ul.sf-menu > li > a
{
	color: #464646;
}

ul.sf-menu li.active > a,
ul.sf-menu li.current > a,
ul.sf-menu li.active a:hover,
ul.sf-menu li.current a:hover,
ul.sf-menu li.active:hover > a,
ul.sf-menu li.current:hover > a
{
	color: #E08034;
	transition: all 0.3s ease 0.1s;
}

ul.sf-menu > li a:hover
{
	color: #E08034;
	transition: all 0.3s ease 0.1s;
}

ul.sf-menu ul
{
	padding: 12px 0;
	position: absolute;
	left: 0px;
	top: 101%;
	-webkit-box-shadow: 1px 12px 15px -15px #000000;
	-moz-box-shadow: 1px 12px 15px -15px #000000;
	box-shadow: 1px 12px 15px -15px #000000;	
	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;
	-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;
}

ul.sf-menu ul > li.deeper > a::after 
{
    background: rgba(0, 0, 0, 0) url("../images/dr.arrow.png") no-repeat scroll left top;
    content: "";
    display: inline-block;
    height: 7px;
    left: 12px;
    position: relative;
    top: -1px;
    width: 7px;
}

ul.sf-menu ul ul
{
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url("../images/bg.content.png") repeat scroll 0 0;
	left: 90%;
	top: 0px;
}

ul.sf-menu ul li
{
	float: left;
	list-style: outside none none;
	margin: 0 0 1px;
	position: relative;
}

ul.sf-menu ul li a,
ul.sf-menu ul li span
{
	display: block;
	line-height: 18px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #464646;
	padding: 10px 30px;
}

ul.sf-menu ul li > a:hover,
ul.sf-menu ul li > span:hover,
ul.sf-menu ul li.active > a,
ul.sf-menu ul li.active > span,
ul.sf-menu ul li.asHover > span
{
	color: #E08034;
}

.btn-sf-menu,
a .btn-navbar .btn-sf-menu
{
	margin-top: 10px;
}

@media (max-width: 768px)
{
	.btn-sf-menu,
	.navigation .btn-sf-menu,
	a .btn .btn-navbar .btn-sf-menu
	{
		margin: 14px 0 14px 20px;
		width: 30%;
		padding: 12px 0px;
	}
	
	.navigation ul.sf-menu.in
	{
		padding-bottom: 20px;
		margin: 0px 20px;
		width: auto;
	}
	
	.navigation ul.sf-menu ul,
	.navigation ul.sf-menu ul ul 
	{
		background: none;
		padding: 10px 0;
	}	

	ul.sf-menu li
	{
		text-align: center;
		width: 100% !important;
	}
	
	ul.sf-menu ul li a, 
	ul.sf-menu ul li span
	{
		padding: 10px 0px;
	}

	ul.sf-menu > li > a,
	ul.sf-menu > li > span
	{
		border: none;
		padding: 10px 1em;
		text-align: center
	}
	
	.navigation ul.sf-menu ul
	{
		border: none;
	    padding: 12px 0px 10px;
		overflow: hidden;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #eeeeee;
		margin: 10px 0px;			
	}
	
}