.weather {
  text-align: center;
  width: 50%;
  height: 90px;
  padding: 8px 0 0;
  float: left;
}
.weather .icons {
  width: 50px;
  margin: 0 auto;
  position: relative;
  width: 56px;
  height: 56px;
}
.weather .icons .icon {
  position: absolute;
  top: 0px;
  width: 100%;
}
/*.weather .weatherFrame .icons {position: relative;width:120px;height:120px;}
.weather .icons .cloudiness {position: absolute;top:0px;left:0px;width:120px;height:120px;z-index:2;}
.weather .icons .phenomenon {position: absolute;top:0px;left:0px;width:120px;height:120px;z-index:3;}*/

.weather .weatherFrame .temperature {
  font-weight: bold;
}
.weather .weatherFrame .temperature .min {
  color: #00aeef;
}
.weather .weatherFrame .temperature .max {
  color: #ef4036;
}
.weather .weatherFrame .temperature .separator {
  color: #999999;
  font-weight: normal;
  margin-left: 5px;
}
.weather .location {
  color: black;
  font-family: "barmenopro-medium", sans-serif;
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 2px;
}
@media (min-width: 1024px) {
  .weather {
    background: url(https://www.napravivrt.hr/hr/images/bgd-vertical-border.png) right 0 repeat-y;
    width: 19%;
  }
}
