.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: 120px;
    height: 5px;
    position: absolute;
    background: #aaa;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-sizing: content-box
}

.bullet-bar_copy53 .tp-bullet.rs-touchhover,
.bullet-bar_copy53 .tp-bullet.selected {
    background: rgba(0, 71, 157, 0.8)
}