.odstevalnik {
  padding: 5em 0;
  position: relative; }
  .odstevalnik:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0px;
    width: 250px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url("../../images/evkaliptus_side.png"); }
  .odstevalnik h2 {
    color: #5a7163;
    text-align: center;
    margin: 0;
    font-family: "Source Sans 3";
    font-weight: 300; }
  .odstevalnik h3 {
    color: #6a6a6a;
    text-align: center;
    margin: 0;
    font-family: "Source Sans 3";
    font-weight: 300; }
  .odstevalnik .datum {
    color: #6a6a6a;
    text-align: center;
    font-size: 70px;
    font-family: "Great Vibes";
    line-height: 1; }
  .odstevalnik .lokacija {
    color: #6a6a6a;
    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: #5a7163;
    font-family: "Great Vibes";
    font-size: 4.22222em; }
  #timer .desc {
    display: block;
    color: #6a6a6a;
    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); }
