.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: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px solid transparent;
    background: rgb(3,32,93) !important;
    background: -moz-linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%) !important;
    background: -webkit-linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%) !important;
    background: linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03205d",endColorstr="#07102a",GradientType=1) !important; 
}

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

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

.eos-menu .eos-group-title {
    background: #230f01 !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: 120px;
}

.eos-menu .eos-menu-title:hover,
.eos-menu .eos-group-title:hover,
.eos-menu .eos-item:hover {
    cursor: pointer;
    background: #230f01;
}

.eos-menu .eos-item:hover {
    cursor: pointer;
    background: #230f01 !important;
}

*/ .eos-menu .eos-group-content .eos-item {
    background: #230f01 !important;
    color: #c0c0c0 !important;
    font-size: 1.4rem;
    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: 48px !important;
    font-size: 28px;
    cursor: pointer;
}

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

/*.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;
}
