#menu {
	position:absolute;
	background-color: #0d0d0d;
	height: 100%;
	z-index: 99999999;
	bottom:0px;
	width:70%;
	color: #bbb;
	margin:0px;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
#menu ul {
	background-color: #0d0d0d;
	list-style: none;
	margin-top: 0;
	padding: 0;
	height:auto !important;
}
#menu ul li {
	border-bottom: 1px solid #232323;
	display:block;
	margin: 0px 15px;
}
#menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	color: #fff;
	padding: 16px 10px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
	
}
#menu ul a i {
	margin-right: 0px;
	font-size: 32px;
	margin-top: -3px;
	/* width: 20px; */
    color: #fff;
	font-weight: 100;
	float: right;
}
#menu ul a i[class*='fa-caret'] {
	float: right;
	color:#fff;
}
#menu ul a:hover, #menu ul a.active {
/* background-color: #111; */
    /* border-left-color: #FFCC33; */
    /* color: #FFCC33; */
}
#menu ul a:hover i:first-child {
	color: #fff;
}
/* Submenu */

#menu ul li a.active+ul {
	display: block
}
#menu ul li ul {
	margin-top: 0;
	display: block;
	width: 100%;
}
#menu ul li ul {
	padding: 0px 15px 5px 44px;
	height: 220px;
	margin-top: -11px;
	display: none;
	overflow: auto;
}
#menu ul li ul li {
	border-bottom: none;
	margin: 0px;
	background: url(../images/submenu_arrow.jpg) 0px 13px no-repeat;
	padding-left: 15px;
}
#menu ul li ul li a {
	font-size: 13px;
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 300;
}
#menu ul li ul li a:hover {
	background-color: #1A1A1A;
}
/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.left {
	left:-70%;
	;
}
.show {
	left: 0;
}
#showmenu {
	margin-left: 100%;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 7px;
	top: 22px;
	left: 15px;
	/* margin: -15px; */
    padding: 6px 8px 5px 8px;
	font-size: 20px !important;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.show #showmenu {
	background: url(../images/close_icon.png) no-repeat;
	width: 40px;
	margin:inherit;
	height: 40px;
	border: none;
	right: 20px;
	top: 35px;
	left: auto;
}
.show #showmenu .fa {
	display:none;
}

.show #showmenu .txtmenu {
	display:none;
	color:#000;
}
