.bullets-container {
    display: table;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1000;
    font-weight: normal;
}

.section-bullets {
    transition-duration: .1s;
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.section-bullets li {
    display: block;
    text-align: right;
    line-height: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 1px;
}

    .section-bullets li img {
        position: absolute;
        top: 11px;
        right: 9px;
    }

.section-bullets li a {
    transition-duration: .1s;
    text-decoration: none;
    outline:none;
}

.section-bullets li span {
    position: relative;
    right: 88px;
        color: #ffffff;
    bottom: 48px;
    font-weight: 600;
        /*font-family: 'reforma','Arimo',sans-seif;*/
        font-family: Open Sans Hebrew,sans-serif;
    display: none;
    font-size:22px;
}
@media screen and (max-width:1200px) {
    .section-bullets li.active span, .section-bullets li span {
        right: 66px;
        bottom: 36px;
    }
}
.section-bullets li.active a {
    opacity: 1;
}

.section-bullets li.active a:before {
    width: 100%;
    transition-duration: .1s;
    transition-delay: 0.4s;
}

.section-bullets li:hover a {
    opacity: 1;
}

.section-bullets li:hover span {
    opacity: 1;
    transition-delay: 0s;
    outline:none;
}

.section-bullets li.active span {
    opacity: 1;
    display: block;
    transition-duration: 0s;
    transition-delay: 0s;
    outline:none;
    position: absolute;
    right: 50px;
    top: 19px;
    display: block;
    color: #15b2b2;
}
