.block_wrapper .datum_top > span {
  opacity: 1;
  transition: 1.5s all;
  transition-delay: 0.5s; }
  .block_wrapper .datum_top > span.not_visible {
    opacity: 0; }

.block_wrapper.hero_img {
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .block_wrapper.hero_img:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 50%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-image: url("../../images/hero_evkaliptus.png"); }
  .block_wrapper.hero_img .overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(23, 23, 38, 0.6); }
    .block_wrapper.hero_img .overlay .inner-content {
      height: 100%;
      position: relative; }
  .block_wrapper.hero_img .wrap_title {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    left: 50%; }
    .block_wrapper.hero_img .wrap_title .datum {
      text-align: center;
      font-size: 1.44444em;
      color: #fff;
      opacity: 0.6;
      transition: 1s all;
      transition-delay: 0.5s; }
      .block_wrapper.hero_img .wrap_title .datum.not_visible {
        opacity: 0; }
    .block_wrapper.hero_img .wrap_title h1 {
      color: #fff;
      font-family: "Great Vibes";
      font-size: 4.22222em !important;
      text-align: center;
      margin-bottom: 0;
      font-weight: 300;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative;
      margin-top: 0;
      opacity: 1;
      transition: 1s all; }
      .block_wrapper.hero_img .wrap_title h1:after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 200px;
        height: 1px;
        background-color: #fff;
        transform: translateX(-50%);
        content: ''; }
      .block_wrapper.hero_img .wrap_title h1.not_visible {
        opacity: 0; }
    .block_wrapper.hero_img .wrap_title .podnapis_slika {
      margin-bottom: 2em;
      max-width: 55%; }
      .block_wrapper.hero_img .wrap_title .podnapis_slika img {
        max-width: 160px;
        margin: 0 0 0 auto; }
  .block_wrapper.hero_img .wrap_datum {
    text-align: center;
    color: #fff; }
    .block_wrapper.hero_img .wrap_datum span {
      padding: 0 10px; }
    .block_wrapper.hero_img .wrap_datum .datum_dan {
      color: #fff;
      font-size: 3.33333em;
      font-family: "Great Vibes"; }
    .block_wrapper.hero_img .wrap_datum .datum_mesec {
      color: #fff;
      font-size: 1.66667em; }
    .block_wrapper.hero_img .wrap_datum .datum_leto {
      color: #fff;
      font-size: 3.33333em;
      font-family: "Great Vibes"; }
