@import url("/css/vertical-menu-customs.css");

.horizontal-menu {
    width: 100%;
    z-index: 10000;
    margin: 0;
    box-shadow: 1px 0 5px 1px black;
    /*min-height: 100vh;*/
    /*height: 100%;*/
    min-height: 100vh;
    position: fixed;
    overflow-y: hidden;
    transition: all 0.3s;
}

@media all and (max-width: 767px) {
    .js .horizontal-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
        overflow: scroll;
        left: -110%;
    background-color: rgba(0,0,0,0.9);
    }
    .horizontal-menu.pulled {
         left: 0 !important;
     }
    .nojs .horizontal-menu {
        position: relative;
        height: auto;
    }

    .menu-button {
        position: fixed;
        top: 2px;
        left: 2px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        z-index: 500;
    }
    .pulled .menu-button {
        background-color: #777;
        color: #fff;
    }
}

@media all and (min-width: 768px) {
    .menu-button {
        display: none;
    }
}

.horizontal-menu * {
    transition: all 0.3s;
}

.vertical-menu-item {
    padding: 15px 15px;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    display: block;
    width: auto;
    height: auto;

}

.vertical-menu-20 {
    width: 20%;
    float: left;
}

.vertical-menu-item img {
    display: inline-block;

    height: 100%;

}

/*.vertical-menu-item span {*/
/*display: block;*/
/*clear: both;*/
/*}*/

.vertical-menu-item-12 {
    height: 50%;

}
