.widget-block {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
}
.img-area {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.img-area img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: block;
  z-index: 1;
}
.img-area .img-area-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 2;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.img-area .img-area-front {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.week-forecast {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.week-forecast > li {
  border-top: 3px solid #d3d3d3;
  float: left;
  width: calc(100%/7);
  height: 150px;
}
.week-forecast > li:first-child {
  border-bottom-left-radius: 5px;
}
.week-forecast > li:last-child {
  border-bottom-right-radius: 5px;
}
.week-forecast > li.sun {
  border-color: #fff000;
  background: rgba(255,240,0,0.05);
}
.week-forecast > li.cloud {
  border-color: #d3d3d3;
  background: rgba(211,211,211,0.05);
}
.week-forecast > li.rain {
  border-color: #0cf;
  background: rgba(0,204,255,0.05);
}
.week-forecast > li.rain.sun {
  border-color: #8de8ff;
  background: rgba(141,232,255,0.05);
}
.week-forecast > li.cloud.sun {
  border-color: #fffcb1;
  background: rgba(255,252,177,0.05);
}
.week-forecast > li > .inner {
  border-right: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  /*height: 100%;*/
  padding: 20px;
  text-align: center;
}
.week-forecast > li > .inner .climacon {
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  margin-bottom: 5px;
}
.week-forecast > li > .inner .climacon.rain.sun {
  padding-top: 2px;
  padding-left: 3px;
}
.week-forecast > li > .inner .climacon.cloud.sun {
  padding-top: 4px;
  padding-left: 2px;
}
.week-forecast > li:last-child > .inner {
  border-right: none;
}
.weather-icon-sm {
  width: 30px;
  height: 30px;
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.weather-icon-lg {
  width: 150px;
  height: 150px;
  background: #fff;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px;
}
.week-day {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  /*text-transform: lowercase;*/
}
.week-day-temperature {
  margin: 0;
  position: relative;
}

.temperature {
  text-align: right;
  margin: 0;
  font-size: 130px;
  /*height: 100%;*/
  line-height: 130px;
  position: relative;
  font-weight: 100;
  color:#FFF;
}
.temperature-feels {
  position: relative;
  font-size: 50px;
  /*bottom: 20px;*/
  /*right: 12px;*/
  font-weight: 300;
  line-height: 1em;
  color: rgba(255,255,255,0.85);
}
.weather-block-info {
  list-style: none;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  display: table;
  margin: -100px auto 0 auto;
  position: relative;
  top: 50%;
}
.weather-block-info > li {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 5px;
  position: relative;
}
.weather-block-info > li img{
	min-height:200px;
	max-height:200px;
	opacity:0.8;
}
.weather-params {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.weather-params > li {
  overflow: hidden;
}
.weather-params > li .climacon {
  display: block;
  font-size: 50px;
  float: left;
  margin-right: 10px;
  line-height: 37px;
  height: 37px;
  width: 37px;
  text-align: center;
}
.weather-params > li span {
  position: relative;
  top: 10px;
  font-weight: 300;
}
.location,
.today {
  position: absolute;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin: 0;
  top: 15px;
  left: 0;
  color:#FFF;
}
.today {
  font-size: 14px;
  top: 50px;
  color: rgba(255,255,255,0.85);
}
.weather-desc {
  position: absolute;
  text-align: center;
  bottom: 35px;
  width: 100%;
}
.weather-desc > span {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  color:#FFF;
}
@media (max-width: 992px) {

	.temperature{
		font-size: 80px;
		line-height:80px;
	}
	.temperature-feels{
		font-size: 30px;
		line-height:30px;
	}
	.weather-block-info > li {
		margin-top:20%;
	  	width: 100px;
	  	height: 100px;
	  	position: relative;
	}
	.weather-block-info > li img{
		min-height:100px;
		width:auto;
		max-height:100px;
	}
  
}



@media (min-width: 480px) and (max-width: 767px) {
	
	.temperature{
		font-size: 60px;
		line-height:60px;
	}
	.temperature-feels{
		font-size: 20px;
		line-height:20px;
	}
	.weather-block-info > li {
		margin-top:30%;

	  	width: 85px;
	  	height: 85px;
	  	position: relative;
	}
	.weather-block-info > li img{
		min-height:80px;
		width:auto;
		max-height:80px;
	}
	.week-day{
		font-size:12px;
	}
	.week-forecast > li > .inner{
		padding:10px;
	}
	
	.location,
	.today {
	  font-size: 16px;
	  width: 100%;
	  margin: 0;

	}
	.today {
	  font-size: 12px;
	  top: 35px;
	  color: rgba(255,255,255,0.85);
	}
	.weather-desc{
		bottom: 15px;
	}
	.weather-desc > span{
		font-size:12px;
	}
	.week-day{
		font-size:12px;
	}
	
	.week-forecast > li > .inner{
		padding:5px;
	}
	
}

@media (max-width: 480px) {
	
	.temperature{
		font-size: 30px;
		line-height:30px;
	}
	.temperature-feels{
		font-size: 15px;
		line-height:15px;
	}
	.weather-block-info > li {
		margin-top:60%;

	  	width: 60px;
	  	height: 60px;
	  	position: relative;
	}
	.weather-block-info > li img{
		min-height:55px;
		width:auto;
		max-height:55px;
	}
	
	.location,
	.today {
	  font-size: 12px;
	  width: 100%;
	  margin: 0;
	  font-weight:500;

	}
	.today {
	  font-size: 10px;
	  top: 30px;
	  color: rgba(255,255,255,0.85);
	}
	.weather-desc{
		bottom: 5px;
	}
	.weather-desc > span{
		font-size:10px;
	}
	
	.week-day{
		font-size:12px;
	}
	
	.week-forecast > li > .inner{
		padding:3px;
	}
	
	.week-day-temperature span:last-child{
		display:block;
	}

}
