.menuVertical,
.menuVertical ul,
.menuVertical ul li,
.menuVertical ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .menuVertical #menu-vertical-button {
        display: none;
    }

.menuVertical {
    line-height: 1.2em;
    color: #ffffff;
}

    .menuVertical ul ul {
        display: none;
    }

.align-right {
    float: right;
}

.menuVertical > ul > li > a {
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    word-wrap: break-word;
}

.menuVertical > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

.menuVertical ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menuVertical ul ul li:hover > a,
.menuVertical ul ul li.open > a,
.menuVertical ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}

.menuVertical ul ul li:first-child > a {
    box-shadow: none;
}

.menuVertical ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menuVertical ul ul ul li a {
    padding-left: 30px;
}

.menuVertical ul ul ul ul li a {
    padding-left: 45px;
}

.menuVertical ul ul ul ul ul li a {
    padding-left: 60px;
}

.menuVertical > ul > li > ul > li:last-child > a,
.menuVertical > ul > li > ul > li.last > a {
    border-bottom: 0;
}

.menuVertical > ul > li > ul > li.open:last-child > a,
.menuVertical > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}

.menuVertical > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

.menuVertical ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menuVertical ul ul li.active > a::after,
.menuVertical ul ul li.open > a::after,
.menuVertical ul ul li > a:hover::after {
    border-color: #ffffff;
}

@media all and (max-width: 78em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 78em), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 78em), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 78em), only screen and (min-device-pixel-ratio: 2) and (max-width: 78em), only screen and (min-resolution: 192dpi) and (max-width: 78em), only screen and (min-resolution: 2dppx) and (max-width: 78em) {
    .menuVertical #menu-vertical-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            text-align: left;
            font-weight: 700;
        }

            .menuVertical #menu-vertical-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: '';
            }

            .menuVertical #menu-vertical-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: '';
            }

            .menuVertical #menu-vertical-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menuVertical #menu-vertical-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
}
