#si-wrapper {
  position: relative;
  margin-bottom: 10px;
  color: white;
  top: 0px;
  width: 100%;
}
#si-wrapper .title {
  position: relative;
  left: -50px;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
}
@media (max-width: 1024px) {
  #si-wrapper .title {
    font-size: 22px;
    left: 0;
  }
}
#si-wrapper .indicator-wrapper {
  top: 0px;
  width: 200px;
  height: 100%;
  margin: auto;
}
@media (max-width: 600px) {
  #si-wrapper .indicator-wrapper {
    margin: 0 auto;
    width: 200px;
    height: 100%;
    position: relative;
    left: 0;
  }
}
#si-wrapper .indicator-wrapper .item {
  position: relative;
  width: 50px;
  height: 100%;
  float: left;
  z-index: 30;
}
#si-wrapper .indicator-wrapper .item .item-inner {
  width: 18px;
  margin: 9px 13px;
  padding: 4px;
  display: inline-block;
  color: white;
  background-color: #5b6f90;
  border-radius: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}
#si-wrapper .indicator-wrapper .item .item-inner[active] {
  background-color: #f0a80c;
  font-weight: bold;
}
#si-wrapper .indicator-wrapper .line {
  position: relative;
  width: 160px;
  left: 20px;
  top: 23px;
  height: 3px;
  background-color: #5b6f90;
  z-index: 20;
}
@media (max-width: 1024px) {
  #si-wrapper .indicator-wrapper .line {
    position: relative;
    top: 24px;
  }
}
#si-wrapper .item-stage-title {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  top: 0;
  text-transform: uppercase;
}
#si-wrapper .item-stage-title[active] {
  display: block;
}
@media (max-width: 600px) {
  #si-wrapper #si-clock {
    height: 40px;
    top: -265px;
    right: -15px;
    position: absolute;
  }
}
#si-wrapper #atgalinis-laikrodis {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100px;
  background-color: #425b83;
  border: 1px solid rgba(224,228,234,0.5);
  border-radius: 5px;
  height: 100%;
  max-height: 47px;
  box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
  background-image: url('/images/clock_white.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10px center;
  background-size: 30px 30px;
}
@media (max-width: 600px) {
  #si-wrapper #atgalinis-laikrodis {
    min-width: 70px;
    background-size: 20px 20px;
  }
}
#si-wrapper #atgalinis-laikrodis #data-laikas {
  position: relative;
  height: 100%;
  color: #e0e4eb;
  padding-top: 7px;
  padding-left: 50px;
  font-size: 25px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  #si-wrapper #atgalinis-laikrodis #data-laikas {
    font-size: 18px;
    padding-left: 40px;
    padding-top: 6px;
  }
}
