/* General styles for all menus */
.header_footer{
	background-color: #333;
    padding: 0 15px 35px 15px;
}
    
.cbp-spmenu {
    background: #1C1C1C;
    position: fixed;
    padding-top: 44px;
}

.cbp-spmenu #left_menu_logo {
	position: absolute;
    background: #1C1C1C;
    height: 44px;
	line-height: 44px;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}
.cbp-spmenu.menu-open #left_menu_logo {
	position: fixed;
	opacity: 1;
}

.cbp-spmenu #left_menu_logo img{
	max-height: 2rem;
	width: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:0.35rem;
}

.cbp-spmenu #left_menu_logo #left_menu_close_btn{
	display: inline;
    position: absolute;
    right: 1rem;
    top: 0.7rem;
}

.cbp-spmenu #left_menu_logo #left_menu_close_btn img{
	height: 15px;
	width: 15px;
}

.cbp-spmenu #homemenu{
	/*margin-top:44px;*/
}

.cbp-spmenu-vertical a.active{
	border-left: 5px solid #0D00BD;
	padding-left: 16px;
	color: #fff;
}

.cbp-spmenu .section{
    display: block;
    font-size: 12px;
    font-weight: 200;
    padding: 9px 20px;
}

.cbp-spmenu #desktop_button{
    display: block;
    font-size: 1rem;
    font-weight: 200;
    padding: 1em;
    text-align:center;
    border-bottom: 1px solid #949494;
}    

.cbp-spmenu #desktop_button,
.cbp-spmenu .section{
    color:#BFBFBF;
    background-color: #333;
}   

.cbp-spmenu #meun_bottom{
	margin: 20px 0px 20px 0;
    text-align: center;
    color: #949494;
    font-size: 14px;
}

.cbp-spmenu #meun_bottom #statment{
	margin-top: 1rem;
}

.cbp-spmenu #meun_bottom #statment a{
	display: inline;
	font-size: 14px;
	/*border-right: 5px solid #252525;
	border-right: 5px solid white;*/
}
    
.cbp-spmenu a {
    display: block;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu #copyright{
	color: #707070;
	margin: 10px 0 20px 0;
}

.cbp-spmenu #copyright ul{
	list-style-type: none;
	font-size: 0.8rem;
	text-align: center;
}

.cbp-spmenu #copyright ul li{
	padding-top: 0.5rem;
}


.cbp-spmenu #left_menu_logo #left_menu_close_btn,
.cbp-spmenu a,
.cbp-spmenu #meun_bottom #statment span{
    color: #BFBFBF;
}

.cbp-spmenu a:hover {
    /*background: #258ecd;*/
}

.cbp-spmenu a:active {
    /*background: #afdefa;
    color: #47a3da;*/
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow: scroll;
}

.cbp-spmenu-vertical a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 15px;
    border-top: 1px solid #272627;
}

#statment a{
	padding: 0px;
}

.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;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -100%;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

.cbp-spmenu-right.menu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.menu-open {
    top: 0px;
}

.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 240px;
}

.push-body-toleft {
    left: -240px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .push-body-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .push-body-toright {
        left: 190px;
    }
}
