.weatherActual {
    float: left;
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 40px;
}

.weatherActual .wTemperature {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.weatherActual .wWindIcon {
    float: left;
    width: 30px;
}

.weatherActual .wWindIcon img {
    float: left;
    max-width: 20px !important;
}

.weatherActual .pad {
    margin: 30px;
    display: flex;
  	align-items: center;
  	justify-content: center;
}

.weatherActual .wWind, .weatherActual .wIcon, .weatherActual .wTemperature, .weatherActual .wPrecipitation, .weatherActual .wSunRise, .weatherActual .wSunSet, .weatherActual .wSnow, .weatherActual .wSnowNew, .actSnow .wSnow .rPad, .actSnow .wSnowNew .rPad {
    float: left;
    width: 11%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 27px;
}

.actSnow .wSnow, .actSnow .wSnowNew {
	float: left;
    width: 50%;
}

.actSnow .wSnow .rPad, .actSnow .wSnowNew .rPad {
    width: fit-content !important;
    padding: 0 0 0 40px;
    margin: 0 auto 0 auto !important;
    float: none;
}

.actSnow .wSnowOthers {
    float: left;
    width: 100%;
    text-align: center;
}

.weatherActual .wSnowOthers, .actSnow .wSnowOthers {
	font-size: 14px;
	line-height: 18px;
}

.actSnow .wSnowOthers {
	margin-top: 20px;
}

.weatherActual .wSnowOthers > div, .actSnow .wSnowOthers > div {
	margin: 5px 0 5px 0;
}

.weatherActual .wTemperature {
    width: 17%;
	color: #000000;
}

.weatherActual .wTemp {
    width: 13%;
}

.weatherActual .wSunRise, .weatherActual .wSunSet {
    width: 15%;
}

.weatherActual .wSnow {
	width: 15%;
}

.weatherActual .wSnow strong {
	font-size: 30px;
	line-height: 40px;
}

.weatherActual .wSnowNew {
    width: 15%;
}

.weatherActual .wPrecipitation {
    background-image: url(https://app.eresort.cz/images/weather/precipitation.svg);
}

.weatherActual .wSunRise {
    background-image: url(https://app.eresort.cz/images/weather/sunrise.svg);
    background-size: 40px;
}

.weatherActual .wSunSet {
    background-image: url(https://app.eresort.cz/images/weather/sunset.svg);
    background-size: 40px;
}

.weatherActual .wSnow, .actSnow .wSnow .rPad {
    background-image: url(https://app.eresort.cz/images/weather/snow.svg);
}

.weatherActual .wSnow, .weatherActual .wSnowNew {
	padding-left: 40px;
}

.weatherActual .wSnowNew, .actSnow .wSnowNew .rPad {
    background-image: url(https://app.eresort.cz/images/weather/snow_new.svg);
}

.weatherActual .wWind, .weatherActual .wPrecipitation, .weatherActual .wSunRise, .weatherActual .wSunSet {
    color: #777;
}

.weatherActual .wWind strong, .weatherActual .wPrecipitation strong, .weatherActual .wSunRise strong, .weatherActual .wSunSet strong {
    color: #111;
}

.weatherActual .wWind, .weatherActual .wPrecipitation, .weatherActual .wSunRise, .weatherActual .wSunSet {
    font-size: 14px;
}

.weatherActual .wPrecipitation {
    padding-left: 36px;
}

.weatherActual .wSnow .rPad, .weatherActual .wSnowNew .rPad {
    padding-left: 50px;
}

.weatherActual .wSunRise, .weatherActual .wSunSet {
    padding-left: 50px;
}

.weatherItem {
	float: left;
	width: 31.33%;
	/*box-shadow: 0 1px 5px rgba(0,0,0,.1);*/
	margin-bottom: 30px;
	border: 1px solid #ddd;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.weatherItem .pad {
	margin: 0 15px 15px 15px;
}

.weatherItem .weatherTop, .weatherItem .weatherMiddle, .weatherItem .weatherBottom {
	float: left;
	width: 100%;
}

.weatherItem .weatherTop {
	margin-top: 20px;
}

.weatherItem .weatherTop {
	margin-bottom: 10px;
}

.weatherItem .weatherTop .weatherTopLeft {
	float: left;
	width: 60%;
}

.weatherItem .weatherTop .weatherTopRight {
	float: left;
	width: 40%;
	text-align: center;
}

.weatherItem .weatherTop .weatherTopLeft h3 {
    font-size: 20px !important;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 !important;
    color: #5d5d5d !important;
}

.weatherItem .weatherTop .weatherTopLeft .wDate {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.weatherItem .weatherTop .weatherTopLeft .wTemperature {
	color: #000000;
    font-size: 30px;
    line-height: 30px;
}

.weatherActual .wIcon svg {
	max-width: 90px !important;
}

.weatherItem .weatherTop .weatherTopRight .wIcon svg {
	float: none;
    max-width: 60px !important;
}

.weatherItem .weatherBottom .wRow svg {
	float: none;
    max-width: 30px !important;
}

.weatherItem .weatherMiddle {
	background: #f9f9f9;
	font-size: 14px;
}

.weatherItem .weatherMiddle .pad {
	margin: 10px;
}

.weatherItem .weatherMiddle div.wWind {
	padding-left: 25px;
	background: url(https://app.eresort.cz/images/weather/wind.svg) left center no-repeat;
	background-size: 15px;
}

.weatherItem .weatherMiddle div.wPrecipitation {
	padding-left: 25px;
	background: url(https://app.eresort.cz/images/weather/precipitation.svg) left center no-repeat;
	background-size: 15px;
}

.weatherItem .weatherBottom .wRow {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.weatherItem .weatherBottom .wRow.wRowTop {
    color: #000;
    margin-top: 10px;
}

.weatherItem .weatherBottom .wRow img {
	max-width: 35px !important;
}

.weatherItem .weatherBottom .wRow div {
	float: left;
	width: 20%;
	padding: 5px 0 5px 0;
	font-size: 14px;
}

.weatherItem .weatherBottom .wRow div:nth-child(5) img {
	max-width: 13px !important;
}

.weatherItem:nth-child(5) .weatherBottom .wRow, .weatherItem:nth-child(6) .weatherBottom .wRow, .weatherItem:nth-child(7) .weatherBottom .wRow, .weatherItem:nth-child(8) .weatherBottom .wRow {
	float: left;
	display: block;
	width: calc( 25% - 1px );
}

.weatherItem:nth-child(5) .weatherBottom .wRow div, .weatherItem:nth-child(6) .weatherBottom .wRow div, .weatherItem:nth-child(7) .weatherBottom .wRow div, .weatherItem:nth-child(8) .weatherBottom .wRow div {
	width: 100%;
}

.weatherItem .weatherBottom .wRow:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
}

.weatherItem:nth-child(5) .weatherBottom .wRow:nth-child(even), .weatherItem:nth-child(6) .weatherBottom .wRow:nth-child(even), .weatherItem:nth-child(7) .weatherBottom .wRow:nth-child(even), .weatherItem:nth-child(8) .weatherBottom .wRow:nth-child(even) {
	background: none;
	border: none;
}

.weatherItem:nth-child(5) .weatherBottom .wRow:nth-child(odd), .weatherItem:nth-child(6) .weatherBottom .wRow:nth-child(odd), .weatherItem:nth-child(7) .weatherBottom .wRow:nth-child(odd), .weatherItem:nth-child(8) .weatherBottom .wRow:nth-child(odd) {
	background: #f9f9f9;
}

.weatherItem .weatherBottom .wRow.wActive {
	/* background: #e4f5ff; */
}

.weatherItem:nth-child(2) {
	margin-left: 3%;
	margin-right: 3%;
}

.weatherItem:nth-child(5), .weatherItem:nth-child(6), .weatherItem:nth-child(7), .weatherItem:nth-child(8) {
	float: left;
	width: 23%;
}

.weatherItem:nth-child(5) .wRow:nth-child(odd), .weatherItem:nth-child(6) .wRow:nth-child(odd), .weatherItem:nth-child(7) .wRow:nth-child(odd), .weatherItem:nth-child(8) .wRow:nth-child(odd) {
	border: none !important;
	border-left: 1px solid #F9F9F9 !important;
	border-right: 1px solid #F9F9F9 !important;
}

.weatherItem .wRow:nth-child(5) {
	border-bottom: none !important;
}

.weatherItem .wRow:nth-child(1) {
	border-left: none !important;
}

.weatherItem .wRow:nth-child(4) {
	border-right: none !important;
}

.weatherItem:nth-child(6), .weatherItem:nth-child(7), .weatherItem:nth-child(8) {
	margin-left: 2.66%;
}

.weatherForecast .wClear {
	clear: both;
}

@media ( max-width: 1050px ) {
	.weatherItem {
		width: 49% !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.weatherItem:nth-child( even ) {
		margin-left: 2% !important;
	}
	
	.weatherItem:nth-child(3) {
		margin-left: auto !important;
		margin-right: auto !important;
	    float: none;
    	clear: both;
	}
	
	.weatherActual .wSnow, .weatherActual .wSnowNew, .weatherActual .wSnowOthers {
		width: 100%;
		margin: 20px auto 20px auto;
	}
}

@media ( max-width: 800px ) {
	.weatherItem {
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
		border: 0;
	}
	
	.weatherItem > .pad {
		margin: 0;
	}
	
	.weatherItem:nth-child( even ) {
		margin-left: 0 !important;
	}
	
	.weatherItem:nth-child(3) {
		float: left;
	}
	
	.weatherActual .wWind, .weatherActual .wPrecipitation, .weatherActual .wSunRise, .weatherActual .wSunSet {
        width: 100%;
        float: left;
    }
    
    .weatherActual .wTemperature {
    	margin: 3px 0 0 10px;
    }
    
    .weatherActual .wWind, .weatherActual .wPrecipitation, .weatherActual .wSunRise, .weatherActual .wSunSet {
        width: 100%;
        float: none;
        padding-left: 50px;
        clear: both;
    }
    
    .weatherActual .wIcon {
    	width: 60px;
    }
    
    .weatherActual .pad {
        display: block;
    } 
    
    .weatherActual .wPrecipitation {
        background-position: 6px center;
    }
    
    .weatherActual .wWindIcon {
        position: absolute;
        margin: 76px 0 0 10px;
    }
}

@media ( max-width: 410px ) {
	.actSnow .wSnow, .actSnow .wSnowNew {
		width: 100%;
	}
	
	.actSnow .wSnow {
		margin-bottom: 20px;
	}
}