

.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: 100px;
    height: 10px;
    position: absolute;
    background: #aaa;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    box-sizing: contenox
}

.bullet-bar_copy53 .tp-bullet:hover,
.bullet-bar_copy53 .tp-bullet.selected {
    background:#e83428;
}

