@media only screen and (max-device-width: 920px) {

    body {
      min-width:100px;
    }
    /* General styles for all menus */
    .cbp-spmenu {
    /* 	background: #47a3da; */
        background: white;
        position: fixed;
        box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.3);
        -webkit-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.3);
    }

    .cbp-spmenu h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }

    .cbp-spmenu a {
        display: block;
        color: #000;
        font-size: 1.4em;
        font-weight: 300;
    }

    .cbp-spmenu a:hover {
    /* 	background: #258ecd; */
    }

    .cbp-spmenu a:active {
    /* 	background: #afdefa; */
        color: #92a2a2;
    }

    /* Orientation-dependent styles for the content of the menu */

    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid gray;
        padding: 0.5em;
    }

    /* Vertical menu that slides from the left or right */

    .cbp-spmenu-left {
        left: -240px;
/*         transform: translate(-240px, 0); */
    }

    .cbp-spmenu-right {
        right: -240px;
/*         transform: translate(-240px, 0); */
    }

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

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


    /* Push classes applied to the body */

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
/*         left: 240px; */
        transform: translate(240px, 0);
        -webkit-transform: translate3d(240px, 0, 0);
    }

    .cbp-spmenu-push-toleft {
/*         left: -240px; */
        transform: translate(-240px, 0);
        -webkit-transform: translate3d(-240px, 0, 0);
    }

    /* Transitions */

    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    nav li ul {
    width: 240px;
    }

    #showLeftPush, #showLeft {
     top: -2px;
        text-align:center;
        margin-right: 5px;
        padding: 0 5px;
        /*right:0px;*/
        left: 6px;
        display: block;
        background: white;
        border: none;
        font-size: 1.4em;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        position:absolute;
        color: #444;
    }

    .fixedMenu {
        top: 0px;
        position:fixed !important;
    }

/* 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,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

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

	.cbp-spmenu-push-toright {
		left: 190px;
	}
 */
}
