
.cbp-spmenu {
	background-color: #59595c !important;
	position: fixed;
	z-index: 1000;
}
.cbp-spmenu-push-toleft .cbp-spmenu-right{
	right:0 !important;
}
.cbp-spmenu h3 {
	color: #fff;
	font-family: "DINNextLTPro-Bold";
	font-size: 22px;
	line-height: 32px;
	padding: 15px;
	margin: 0;
	background: #727274;
	padding-right:0px;
}
.cbp-spmenu h3 a{
	font-size:25px;
	float:right;
	color:#fff;
}
.cbp-spmenu h3 a:hover{
	color:#54c29a;
	background-color:transparent !important;
}
.panel{
	 border:none;
	 border-radius:0;
	 background-color: 2cb684;
	 }
 .list-group-item:first-child
 {
	 border-top-right-radius: 0px !important;
	 border-top-left-radius: 0px !important;
 }
 .list-group-item:last-child 
 {
	 border-top-right-radius: 0px !important;
	 border-top-left-radius: 0px !important;
	 margin-bottom:-1px;
 }
.list-group-item{
	background-color:#0b9ffd;
	border:1px solid #0986d5;
	border-right:0;
	border-left:0;
 }
 .list-group-item:last-child{
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 .list-group-item i{
	 float:right;
 }
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.cbp-spmenu a:hover {
	background: #087bc5;
}

.cbp-spmenu a:active,.cbp-spmenu a:focus {
	background: #0986d5;
	color: #fff;
}
.list-group div .list-group-item{
	font-size:15px !important;
	padding-left:25px !important;
	background-color:#59595c !important;
	border:1px solid #666 !important;
	transition: all 0.5s ease;
}
.list-group div .list-group-item:hover{
	background-color:#7a7a7d !important;
}


.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	border-left:1px solid #666;
	background-color:#59595c;
}


.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}



.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	position:fixed;
}



.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}



.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}



.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#cbp-spmenu-s2 nav{
	z-index:999;
}

