/* General styles for all menus */
.cbp-spmenu {
    background: #47a3da;
   
}

.cbp-spmenu a {
    display: block;
    color: #fff;
	font-weight:bold;
line-height: 2.2;
font-size: 14px;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
}

.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 {
	 position: fixed;
    background: #C9CACA;
    width: 290px;
    height: 100%;
	padding:25px;
	padding-top:80px;
	padding-right:80px;
	box-sizing:border-box;
    left: -210px;
}
.cbp-spmenu-left li{ 
	list-style:none;}
.cbp-spmenu-left ul{ margin:0;}
.cbp-spmenu-right {
    background: #00B2EC;
    width: 500px;
    height: 100%;
	padding:40px;
	box-sizing:border-box;
	font-weight:bold;
	position: fixed;
	overflow:scroll;
	top:0;
	right: -500px;
}

.cbp-spmenu-left.menu-open {
    left: 0;
}

.cbp-spmenu-right.menu-open {
	right: 0;
}

/* 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;
}
.push-body-toright {
    left: 210px;
}

.push-body-toleft {
   left: -500px;
}
.push-body-toleft #toggle{left:-525px !important;
position:absolute;}
.push-body-toleft .cbp-spmenu-left{ left:-525px !important;}

/* 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-width: 48.9375em) {
.cbp-spmenu {
}
.cbp-spmenu-left{
padding-right: 25px;}
.cbp-spmenu-left.menu-open {
    left: 0px;
}
.cbp-spmenu-right.menu-open {
    right: 0px;
}
#toggle{ left: 15px !important; top:15px !important; position:absolute !important;}
.push-body-toleft #toggle{left:15px !important;}

.site {
    padding-left: 0px !important;
}
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 300px;
    }

    .cbp-spmenu-left,
    .push-body-toleft {
        left: -300px;
    }

    .cbp-spmenu-right {
        right: -300px;
    }

    .push-body-toright {
        left: 300px;
    }
	.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

}
