

.sliderContainer {
  position: relative;
}

.slider {
  width: 100%;
  /*margin: 30px 50px 50px;*/
}

.slick-slide {
  /*background: #3a8999;*/
  color: white;
  /*padding: 80px 0 120px;*/
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

/*.slick-slide:nth-child(odd) {
  background: #e84a69;
}*/
.progressBarContainer {
    position: absolute;
    bottom: 34%;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
    padding: 0 50px;

}
.progressBarContainer div {
    display: block;
    width: 25%;
    padding: 0;
    cursor: pointer;
    margin-right: 0%;
    float: left;
    color: white;
    position: relative;
}
.round {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff691f;
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: -20px;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.owl-dots-item.active .round{
  background-color:#ff691f;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  /*background-color: rgba(255, 255, 255, 0.4);*/
  display: block;
}
.progressBarContainer div span{
  background: url(../images/intro_timeline.svg);
  background-size: cover;

}
.progressBarContainer h3{
  font-size: 17px;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color:#ff691f;
  width: 0%;
  height: 4px;
}
