.eos-menu,
.eos-menu *,
.eos-menu *:before,
.eos-menu *:after {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.eos-menu {
	font-size: 14px;
	color: #eee;
}

.eos-menu li {
	list-style: none;
}

.eos-menu .eos-menu-content {
	position: relative;
	width: 100%;
	overflow-y: hidden;
	height: 0px;
	z-index: 10;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.eos-menu .eos-group-content {
	overflow-y: hidden;
	height: 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.eos-menu .eos-menu-title,
.eos-menu .eos-item {
	height: 40px;
	line-height: 40px;
	background: #e7e7e7;
	border-color: #e7e7e7;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #e7e7e7 !important;
}

.eos-menu .eos-group-title
{
	height: 40px;
	line-height: 40px;
	background: #e8e8e8 !important;
	border-color: #e8e8e8 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-bottom: 1px solid #e3e3e3 !important;
	border-left: 1px solid #e7e7e7 !important;
	cursor:pointer;
}

.eos-menu .eos-group-title:hover
{
	
	background: #c2c2c2 !important;
	border-color: #c2c2c2 !important;  /*e7e7e7*/
	cursor:pointer;
	
}

.eos-menu .eos-item:hover
{
	
	background: #c2c2c2 !important;
	border-color: #c2c2c2 !important;  /*e7e7e7*/
	cursor:pointer;
	
}

/*.eos-menu .eos-item:active
{
	
	background: #000 !important;
	border-color: #000 !important; 
	cursor:pointer;
	
}*/

/*.eos-menu .eos-group-content .eos-item:active
{
	
	background: #000 !important;
	border-color: #000 !important; 
	cursor:pointer;
	
}*/
/*li.eos-item a.active{background-color:#000;}*/

.eos-menu .eos-menu-title .fa,
.eos-menu .eos-group-title .fa,
.eos-menu .eos-item .fa {
	line-height: 40px;
}

.eos-menu .eos-menu-title:hover,
.eos-menu .eos-item:hover {
	cursor: pointer;
	background: #c2c2c2;
}

.eos-menu .eos-group-content .eos-item {
	background: #e7e7e7;
	padding-left: 30px !important;
}

.eos-menu .eos-item a { 
	color: #333;
	display: block;
	text-decoration: none;
}

.eos-menu .eos-pull-right {
	float: right;
}

.eos-menu .auto-height {
	height: auto;
}

@media (min-width: 768px) {
	.eos-menu .eos-menu-title {
		display: none;
	}
	.eos-menu .eos-menu-content {
		height: auto;
		position: inherit;
	}
}

/*li.eos-item.active {
	background-color:#000;
}

.eos-menu .eos-group-content li.eos-item.active {
	background-color:#000;
}*/
 li.eos-item.active:active {    background: #111;}
a:active {    color: #fff !important;}