.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: 9999 !important;
	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-group-title,
.eos-menu .eos-item {
	/*height: 40px;
	line-height: 40px;*/
	border-color: orangered;
	padding: 10px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-bottom: 1px solid transparent;
    background: #27054a !important;
}

.eos-menu .eos-item a {
	color: #fff !important;
}

.eos-menu .eos-item {
	background: #222222 !important;
	color: #fff !important;
}

.eos-menu .eos-group-title {
	background: #004d7e !important;
	color: #fff !important;
}

.eos-menu .eos-menu-title .fa,
.eos-menu .eos-group-title .fa,
.eos-menu .eos-item .fa {
	line-height: 40px;
}

.eos-menu-title img {
	max-width: 80px;
	float: left;
}

/*.eos-menu .eos-menu-title:hover,
.eos-menu .eos-group-title:hover,
.eos-menu .eos-item:hover {
	cursor: pointer;
	background: #293744;
}
*/

.eos-menu .eos-group-content .eos-item {
	background: #004d7e !important;
	color: #c0c0c0 !important;
	font-size: 1.6rem;
	padding-left: 30px !important;
}

.eos-menu .eos-item a {
	color: #eee;
	display: block;
	text-decoration: none;
}

.eos-menu .eos-pull-right {
	float: right;
}

.eos-menu .auto-height {
	height: auto;
}

.eos-menu .eos-menu-title .fa {
	line-height: 72px !important;
	font-size: 28px;
	cursor: pointer;
}

.eos-menu .eos-menu-title {
	border: none;
	overflow: hidden;
}

/*.eos-menu .eos-item:first-child {
	border: none;
}*/

.eos-menu .fa-bars {
	color: #fff;
}

.eos-panel-top {
	float: right;
}

.eos-panel-top .btn {
	margin-right: 15px;
	margin-top: 0;
}
