/* XXS/XS (max-width: 767px) */



div.lightsout {
	opacity:0;
	filter: alpha(opacity=0);
	background-color: transparent; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	position:fixed; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-mobile-active div.lightsout
{
	z-index:9900;
	opacity:0.4;
	filter: alpha(opacity=40);
	background-color:#000; 
}



/************************************************************ MENU MOBILE */
#menu-mobile
{
	width: 90%;
	max-width: 320px;
	position: absolute;
	left: -100%;
	top: 0;
	
	-webkit-box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.5);
	box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.5);

	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;

	z-index: 10000;
	background-color: rgba(255,255,255,0.99);
}	
.menu-mobile-active  #menu-mobile 
{
	left: 0;
}
.mobile-menu-show
{
	position: absolute;
	top: 0.2em;
	right: 0.2em;
}

.menu-mobile-close
{
	float: right;
	margin: 0.3em;
	border: 1px solid #ddd !important;
	background: #ddd;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 2rem;
	text-align: center;
}
#menu-mobile button
{
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#menu-mobile button:hover
{
	background-color: transparent;
	border-color: transparent;
}
.menu-mobile-logo
{
	margin: 1em 0;
	overflow: hidden;
}
#menu-mobile .header
{
	margin: 0.5em;
}

#menu-mobile ul a
{
	display: block;
	padding: 0.5em 2.5em 0.5em 0.75em;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	color: #000;
}
#menu-mobile ul span .fa
{
	font-size: 1.25rem;
}
#menu-mobile ul li.active
{
	background-color: #eee;
}
#menu-mobile ul li.active a
{
	border-color: inherit;
}
#menu-mobile ul ul
{
	display: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#menu-mobile ul ul a
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 2em;
}
#menu-mobile ul ul ul a
{
	padding-left: 3em;
}

#menu-mobile ul ul ul a span {

}

#menu-mobile ul ul ul ul a
{
	padding-left: 3.5em;
}
#menu-mobile ul ul ul ul ul a
{
	padding-left: 5em;
}
#menu-mobile li.active > ul
{
	display: block;
}
#menu-mobile ul
{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
#menu-mobile li
{	
	position: relative;
	margin: 0;
	padding: 0;
}
#menu-mobile li:hover
{
	background-color: #eee;
}
#menu-mobile li .sitestruc i.fa
{
	color: #C1252C;
}
#menu-mobile ul button
{	
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(185, 185, 185, .1);
	color: #000;
	width: 36px;
	height: 36px;
} 
#menu-mobile .fa-chevron-up
{	
	display: none;
}
#menu-mobile li.active > button .fa-chevron-up
{	
	display: block;
}
#menu-mobile li.active > button .fa-chevron-down
{	
	display: none;
}
