.ver-menu,
.ver-menu ul,
.ver-menu ul li,
.ver-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ver-menu {

}

.ver-menu ul ul {
    display: none;
}

.ver-menu > ul > li.active > ul {
    display: block;
}

.align-right {
    float: right;
}

.ver-menu > ul > li > a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.ver-menu > ul > li > a:hover {
    color: #888;
}

.ver-menu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ver-menu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ver-menu ul > li.has-sub.open > a:after,
.ver-menu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ver-menu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.ver-menu ul ul ul li a {
    padding-left: 32px;
}

.ver-menu ul ul li a:hover {
    color: #aaa;
}

.ver-menu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

.ver-menu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

.ver-menu > ul ul.sub-menu {
    margin-left: 20px;
}
.ver-menu > ul li {
    border-bottom: 1px solid #eee;
}
.ver-menu > ul li:last-child {
    border: none;
}
.ver-menu > ul li a {
    background: none !important;
    color: #666666 !important;
    font-size: 12px !important;
}
.ver-menu > ul li a:before,
.ver-menu > ul li a:after {
    background: #666666 !important;
}
