.odstevalnik {
  padding: 5em 0;
  background-color: #9ebfcb; }
  .odstevalnik h2 {
    color: #fff;
    text-align: center;
    margin: 0; }
  .odstevalnik .datum {
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-family: "Playfair Display";
    line-height: 1; }
  .odstevalnik .lokacija {
    color: #fff;
    text-align: center;
    font-size: 1.44444em;
    margin-top: 1em; }

#timer {
  display: block;
  text-align: center;
  min-height: 173px; }
  #timer .singletimerwrap {
    display: inline-block;
    padding: 0 40px; }
  #timer .number {
    color: #fff;
    font-family: "Playfair Display";
    font-size: 4.22222em; }
  #timer .desc {
    display: block;
    color: #fff;
    font-size: 1.44444em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px; }

.timer_wrap {
  position: relative;
  margin-top: 2em; }
  .timer_wrap:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 20%;
    opacity: 0.4;
    transform: rotate(180deg);
    position: absolute;
    right: 20%;
    bottom: 0;
    z-index: 4;
    background-image: url(../../images/roze_lok_bela.svg); }
  .timer_wrap:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 20%;
    opacity: 0.4;
    position: absolute;
    left: 20%;
    bottom: 0;
    z-index: 4;
    background-image: url(../../images/roze_lok_bela.svg); }
