@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.weather-widget {
  width: 100%;
  max-width: 310px;
  height: 380px;
  padding: 10px 0 0 0;
  position: relative;
  /*float: left; */
  text-align: center;
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
  margin-left: 20px;
}

.weather-widget .inline {
  display: inline-block;
}

.weather-widget .weather-icon {
  margin-top: -20px;
}

.pozadina {
  background-image: url(../img/meteo_pozadina.jpg);
}

.meteodata {
  width: 100%;
  position: absolute;
  bottom: 45px;
  /* left: 0; */
}

@media (max-width: 1024px) { 
.weather-widget {
  min-height: 400px;
  
}

/*.meteodata {
  bottom: 5px;
  left: -30px;
} */

.meteodata ul li {
  line-height: 20px;
}

.meteodata ul {
  padding-left: 40px;
}

 }


.meteodata ul {
  list-style: none;
  margin: 0 0 30px 0;
  display: block;
  padding-left: 50px;
}

.meteodata ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: white;
  /* height: 40px; */
  line-height: 25px;
  text-align: left;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
  padding: 0;
  border: 0;
}

.meteodata ul li span {
  color: #ffffcc;
}

.meteodata ul li div {
  display: inline-block;
}

h2.lokacija {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin: 0.3em 0 0.3em 0;
}

h2.datum {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.izvor {
  width: 100%;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  background-color: #e6eeff;
  color: #003399;
  padding: 6px 0;
  bottom: 0;
}

.weather-icon {
    font-size: 60px;
    color: white;
    padding-top: 10px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
