/* General styles for all menus */
.c-offcanvas-bg {
	z-index: 9998 !important;
}

.c-offcanvas--overlay {
	z-index: 9999 !important;
}
.cbp-spmenu {
	background: rgb(34,34,34) !important;
	position: fixed;

}

.cbp-spmenu h3 {
	color: #fff;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #e60013;
}
 
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'dinregular',  sans-serif;
}
.sidebar-nav>li {
    line-height: 60px;
    text-indent: 20px;
    border-bottom: 1px solid #585858;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, .12);
}
.sidebar-nav li a {
    color: #fff;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.sidebar-nav > li > a:hover {
    color: #fff;
    background: #00a9d7;
    text-decoration: none;
}
.sidebar-nav li li a {
    color: #eee;
}
.sidebar-nav li li a:hover {
    color: #ccc;
    text-decoration: underline;
}
.sidebar-nav > li li {
    line-height: 35px;
    color: #eee;
    list-style-type: square;
    list-style-position: inside;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > li > ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*-webkit-padding-start: 0px;*/
    /*padding-left: 10px;*/
}
.sidebar-nav > li > ul li a {
    border-bottom: none;
    box-shadow: none;
    font-size: 13px;
    display: inline;
}

.cbp-spmenu a {
	display: block;
	font-family: 'dinregular',  sans-serif;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
} 

 .cbp-spmenu a:hover {
	/*background: #e60013;*/
}

.cbp-spmenu a:active {
	/*background: #afdefa;*/
	/*color: #47a3da;*/
}
/* 

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #5a5a5a;
	padding: 1em;
}

.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;
}


.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;
}
