

/* #######################################################################

        meanMenu
        --------
        
        To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    position: absolute;
    width: 100%;
    z-index: 999999;
    left: 0;
}

.mean-container a.meanmenu-reveal {
    color: #1e435a;
    cursor: pointer;
    display: block;
    font-size: 1px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 20px 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 27px;
}
.mean-container a.meanmenu-reveal span {
    background: 