.bullets-container {
    display: table;
    position: fixed;
    left:10px;
    height: 100%;
    z-index: 1049;
    font-weight: normal;
}

.section-bullets {
    transition-duration: .3s;
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.section-bullets li {
    display: block; list-style:none;
    text-align: left; padding-left:6px;
 
    text-transform: uppercase;
    line-height: 1;
    position: relative; 
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    margin-bottom: 1px;font-family: 'psl_kanda_extraregularSVG','psl_kanda_extraregular'; font-size:14px;
}

.section-bullets li a:before {
    content: ' ';
    width: 0;
    height: 100%;
    background-color: #00a651;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
     transition-duration: .1s;
}

.section-bullets li a:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff; box-shadow:1px 1px 1px #111;
    position: absolute;
    left: 8px;
    top: 8px;
    transition-duration: .2s;
}

.section-bullets li a {
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition-duration: .3s;
    opacity: 0.5;
    margin-left: 5px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    min-height: 11px;
}

.section-bullets li span {
    position: relative; padding-left:10px;
    right: 0;
    transition-duration: 0.3s;
    opacity: 0; 
}

.section-bullets li.active a {
    opacity: 1; color:#fff;
}

.section-bullets li.active a:before {
    width: 100%;
/*    transition-duration: .3s;
    transition-delay: 0.4s;*/
}

.section-bullets li:hover a {
    opacity: 1; color:#00a651; background:#eee; border-radius:30px;
}
 
.section-bullets li:hover span {
    opacity: 1;
   /* transition-delay: 0.1s;*/ color:#00a651
}

.section-bullets li.active span {
    opacity: 1;
    /*transition-duration: .3s;
    transition-delay: 0.5s;*/
}
.section-bullets li.active:hover span { color:#fff !important ;}
.section-bullets li.active a:hover , .section-bullets li.active:hover a { color:#fff !important ;}
.section-bullets li:hover a { color:#fff !important ;}
 
/*#section7 { background: #f5f5f5}*/