nav ul 	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
nav ul li 	{
	display: inline-block;
	}
nav ul li a 	{
	display: inline-block;
	font-size: 16px;
	font-weight: 400!important;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	}
	nav ul li a:hover	{
	}
nav ul li li a	{
	padding: 10px 15px!important;
	}
#nav	{
	width: auto!important;
	position: relative;
	z-index: 10000;
	width: 100%;
	}
#nav > a	{
	display: none;				
	}
#nav li	{
	position: relative;
	}
#nav li a	{
	}

/* first level */
#nav > ul	{
	}
#nav > ul > li	{
	width: auto;
	height: 100%;
	float: left;
	}
#nav > ul > li > a	{
	border-right: 1px solid #000!important;
	border-left: 1px solid #444!important
	}
#nav > ul > li:last-child > a	{
	border-right: none!important;	
	}
#nav > ul > li:first-child > a	{
	border-left: none!important;	
	}
#nav > ul > li:not( :last-child ) > a	{
	}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a	{
	}
	
/* second level */

#nav ul ul li a	{
	font-size: 14px!important;
	font-weight: 300!important;	
	width: 100%;
	}
#nav li ul	{
	background: #fff;
	/*  display: none;  */
	position: absolute;
	z-index: 10000;
	top: 100%;
	left: -1px;
	list-style-type: none;
	width: 180px;
	border: 1px solid #BEB9A6;
	border-top: none;
	}
#nav li ul li	{
	width: 178px;
	}	
#nav li:not( :first-child ):hover ul	{
	/* left: -1px; */
	}
#nav li ul a	{
	font-size: 14!important;
	color: #333;
	background: #fff;
	padding: 0.75em;
	text-align: left;
	}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a	{
	background: #BEB9A6!important;
	color: #333!important;
	}
		

/*  IPAD  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

}

@media only screen and ( max-width: 767px )	{

}


@media only screen and ( max-width: 767px )	{
html	{	
	}
#nav	{
	position: relative!important;
	background: #fff;
	top: 3px;
	}	
#nav > a	{
	width: 3.125em;
	height: 3.125em;
	text-align: left;
	text-indent: -9999px;
	/*  background-color: #afbc20;  */
	position: relative;
	color: #333!important;	
	}
nav ul li a	{
	color: #333!important;	
	}

#nav > ul > li > a	{
	border-right: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	}

#nav > ul > li:last-child > a	{
	border-right: 1px solid #ccc!important;
	}
#nav > ul > li:first-child > a	{
	border-left: 1px solid #ccc!important
	}	
#nav > a:before,
#nav > a:after	{
	position: absolute;
	/* border: 2px solid #fff; */
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
	}
#nav > a:after	{
	top: 60%;
	}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type	{
	display: block;
	}
#nav li ul, #nav li ul li	{
	width: 100%;
	}

/* first level */

#nav > ul	{
	height: auto;
	/*  display: none;  */
	position: relative;
	z-index: 10000;
	left: 0;
	right: 0;
	top: 0;
	}
#nav:target > ul	{
	display: block;
	}
#nav > ul > li	{
	width: 100%;
	float: none;
	display: block;
	}
#nav > ul > li > a	{
	height: auto;
	text-align: left;
	padding: 10px;
	display: block;
	width: 100%;
	}
#nav > ul > li:not( :last-child ) > a	{
	/* border-right: none; */
	}
	
/* second level */

#nav li ul	{
	position: relative;
	padding: 1.25em;
	padding: 0;
	margin: 0;
	display: none!important;	
	}
#nav li ul li	{
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 9999;
	}
#nav li:hover ul	{
	display: block!important;
	}	
#nav li li a	{
	width: 100%;
	height: 100%;
	padding: 10px 10%!important;
	text-align: left;	
	}	

}

a .fa.fa-home	{
	font-size: 21px!important;
	}
