.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;*/
	background: #0b5baf;
	border-color: #0b5baf;
	padding: 15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-bottom: 1px solid transparent;
}
.eos-menu .eos-item{
	padding: 5px;
}
.eos-menu .eos-item a {
	color: #fff !important;
}

.eos-menu .eos-item {
	background: #5b489d !important;
	color: #fff !important;
}

.eos-menu .eos-item:hover {
	background: #321c65 !important;
	color: #fff !important;
}

.eos-menu .eos-group-title {
	background: #321c65 !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: 65px;
    /*max-width: 146px;*/
}

/*.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: #321c65 !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: 45px !important;
	font-size: 28px;
}

.eos-menu .fa-bars {
	color: #333;
}

.eos-panel-top {
	float: right;
}

.eos-panel-top .btn {
	margin-right: 15px;
	margin-top: 5px;
}
@media (max-width:991px){
	.eos-menu .eos-menu-title{
		background-image: url(../images/about-bg03.jpg) !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
}