.bullet-bar_copy53.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

.bullet-bar_copy53 .tp-bullet {
    width: 1.2rem;
    height: .05rem;
    position: absolute;
    background: #aaa;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-sizing: contenox;
}

.bullet-bar_copy53 .tp-bullet:hover,
.bullet-bar_copy53 .tp-bullet.selected {
    background: rgba(255, 167, 0, 1)
}
