@media only screen {
	.weather-wrapper {
		display: block;
		position: relative;
		margin: 30px 0 20px 0;
	}
	.weather-wrapper .weather {
		position: relative;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 0;
		white-space: nowrap;
	}
	.weather-wrapper .weather .item {
		/*margin: 60px auto 0;*/
	}
	.weather-wrapper .weather ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.weather-wrapper .weather ul li {
		display: inline-block;
		vertical-align: top;
		height: 50px;
	}
	.weather-wrapper .weather .weatherIcon {
		display: inline-block;
		vertical-align: top;
		width: 35px;
		margin-top: 4px;
	}
	.weather-wrapper .weather .temp {
		position: relative;
	}
	.weather-wrapper .weather ul.forecast-list li.visual {
		display: inline-block;
		vertical-align: top;
	}
	.weather-wrapper .weather li.low,
	.weather-wrapper .weather li.high {
		/*width: 55px;*/
		width: 200px;
	}
	.weather-wrapper .weather .deg {
		padding-left: 3px;
		padding-right: 2px;
	}
	.weather-wrapper .weather li.sep {
		border-right: 1px solid #1a1a1a;
		height: 42px;
		width: 1px;
		margin: 0 10px;
	}
	.weather-wrapper .weather li .weatherLabel {
		display: block;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		color: white;
		margin-top: -15px;
	}
	.weather-wrapper .weather li .weatherTemp {
	    display: block;
	    font-size: 20px;
	    line-height: 26px;
	    color: white;
	    margin-left: -30px;
	}	
}
@media only screen and (min-width: 40.063em) {
	.weather-wrapper .weather li .weatherTemp {
		display: block;
		font-size: 24px;
		line-height: 24px;
		color: white;
		margin-left: -10px;
	}	
	.weather-wrapper .weather li .weatherTemp {
		font-size: calc(0.9vw + 0.9em);
		line-height: calc(0.9vw + 0.9em);
	}
	.weather-wrapper .weather .item {
		/*margin: 60px 10px 0;*/
	}
}
@media only screen and (min-width: 64.063em) {
	.weather-wrapper {
		margin-top: 90px;
	}
	body.lang-english.weather-wrapper {
		margin-top: 62px;
	}
	.weather-wrapper .weather {
		/*max-width: 25vw;*/
		text-align: right;
		max-width: 100%;
		text-align: center;
	}
	.weather-wrapper .weather li .weatherTemp {
		font-size: 32px;
		line-height: 32px;
		margin-left: -15px;
	}
}
@media only screen and (min-width: 1400px) {
	.weather-wrapper .weather li .weatherTemp {}
}