


/* General styles for all menus */
.cbp-spmenu {
    background: #181818;
    position: fixed;
}

    .cbp-spmenu h3 {
        color: #9ab2ca;
        font-size: 1.4em;
        padding: 20px;
        margin: 0;
        background: #295889;
    }

    .cbp-spmenu a {
        display: block;
        color: #fff;
        font-size: 0.9rem;
    }

        .cbp-spmenu a:hover {
            background: #03b7fb;
        }

        .cbp-spmenu a:active {
            background: #afdefa;
            color: #47a3da;
        }

.sn_dropdown {
    background: #343434;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: scroll;
}

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #4e4e4e;
        padding: 0.8em 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;
    }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
    right: -240px;
}


    .cbp-spmenu-right.menu-open {
        right: 0;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0;
        margin-top: 112px;
        overflow-y: auto;
        z-index: 100000;
    }

.sn_dropdown {
    display: none
}

.glyphicon {
    float: right;
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}

/* 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;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.8;
    .glyphicon-plus:before

{
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}







/* 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;
    }
}
