@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:200,300,400,500&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

.weather_bck{
   
	background-image: url(foto-priroda-23.jpg);
	background-size: cover;
	margin: 0;padding: 0;
	/*border-bottom: 6px solid rgb(22,141,226);*/
	    height: 100%;
	
	
}
.weatherblock div {
	/*outline: 3px solid white;*/
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.weatherblock {
    position: fixed;

    left: 0;
    width: 100%;
    height: 100%;
         
}

.lineweather {
    display:none;
    position:absolute;
}

.weather {
   height: 400px;
	margin: 4% 5%;
    width: 75%;
	    margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0,0,0, 0);
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner {
    position:relative;
    top:0;
    left:0;
	height: 400px;
	margin: 4% 0%;
	margin-right: 5%;
	min-width: 240px;
	background: none;
}




.weathernow {
	background-color: rgba(0, 0, 0, 0.6);
	/*vertical-align:middle;
	justify-content:center;*/
	    margin: 0 0 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	color: #C0C0C0;
	padding: 0px;
	transition: 0.2s ease;
	justify-content: center;
	height: 150px;

}

.weathernow:hover {
box-shadow: 0 10px 20px rgba(0,0,0, 0.8);
background-color: rgba(0,0,0, 0.7);
}

.weathernow p{
font-size: 19px;
margin: 5px ;padding: 0;
font-weight: 300;
}

.weathernow b{
	font-weight:500;
}

.weathernow h1 {
	text-align: 	center;	
	font-size: 25px;
	font-weight: 500;
}





i{
	padding: 0	2px;
	color: rgb(22,141,226);
}


.fa-thermometer-three-quarters {
	
}

.fa-snowflake {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	font-size: 90px;
}

#noon {
	color: #fff;
}

 #afternoon {
	color:#bbbbbb;
	font-weight: 300;

}

#temperature {
	font-size: 35px;
	margin-top: 5px;
	text-align: center;
}

#cloudy {
	margin-top: -15px;
	font-weight: 200;
	text-align: 	center;
}

.weather li {
	text-decoration: none;
	list-style-type: none;
}

.weathernow p{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.weathernow ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	vertical-align: middle;
	flex-direction: column;
	padding: 0;
	text-align: 	left;
}

.weathernow i {
	text-align: center;
}

.weathernow li {
    margin-top:9px;
	padding: 5px 0;
	font-size: 21px;
		
		font-weight: 300px; 
}

/*Остальные дни*/

.otherdays {
    
background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin:0;
    height: 240px;
}

.otherdays:hover {

background-color: rgba(0,0,0, 0.7);

}



.otherdays img {
   width: 25px;
    height: 25px;
    margin-bottom: -5px;
    margin-right: 5px;

}


.otherdays ul {
    padding: 0;
    margin: 10px;
    display: flex;
}

.otherdays li {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: auto 5px;
    /* margin-left: 0px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    /* padding: 0px 10px; */
    padding: 3px;
    

}

.otherdays h1 {
    margin-top:-9px;
	color: #C0C0C0;
	text-align: left;
	font-size: 25px;
	font-weight: 500;
}

.otherdays i {
	padding: 0 5px;
}

.otherdays .tempday {
   
}

.otherdays p{
	
	color: #bbbbbb;

	display: inline-block;
	vertical-align:middle;
	width: 105px;
	text-align:left;
	margin: 5px;
}

.otherdays b{

	font-weight: 500;
}

.fa-bolt {
	color: yellow;
	padding: 0 8px;
	margin: 0;
}

.otherdays li:hover {
box-shadow: 0 5px 10px rgba(0,0,0, 0.2);
background-color: rgba(0,0,0, 0.8);
}

.fa-cloud-sun {
	display: inline;
	color: white;
}

.fa-cloud-rain {
	display: inline;
	color: white;
}

.fa-cloud-showers-heavy {
	display: inline;
	color: white;
}

.fa-cloud-sun-rain {
	display: inline;
	color: white;
}

#weathernowone {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}

.pogodanow {
    padding: 0;
  
}

.pogodanow p{
    margin: 10px 0 10px 10px;
    color: #C0C0C0;
  
}



.icon_and_degrees {
    display: flex;
    flex-direction: row;
    width: 45%;
    justify-content: flex-start;
    margin: auto 0 auto 10px;
}

.icon_and_degrees p{
    font-size: 95px;
    font-weight: 400;
    margin: auto 3px;
    padding: 0;
    color: white;
}

.weather_numbers_div {
    padding: 0;
    margin-right:10px; 
}

.weather_icon {
    display: flex;
    vertical-align: middle;
    margin: auto 1px;
}


.weather_icon img { 
   width: 100px;
   height: 100px;
}

.other_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.other_info div {
    margin: 10px;
}


.day_info {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: center;
    width: 55%;
}

.day_info div {
    margin: auto;
}

.day_and_night {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    vertical-align: middle;
}

.night_other b {
    margin: 1px;
    font-weight: 400;
    color: #C0C0C0;
    font-size: 30px;
}

.weather_afternoon i{
    
    color: yellow;
    margin: 0 1px;
}

.weather_evening i{
   
   margin: 0 1px;
    
}

.all_the_day {
    display: flex;
    flex-direction: row;
    width: 100%;
    float:left;
    justify-content: flex-start;
    text-align: left;
    vertical-align: middle;
}



.weather_humidity {
display: flex;
    flex-direction: row;
    justify-content: flex-start;
    vertical-align: middle;
}
    
 .weather_pressure {   
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    vertical-align: middle;
    
 }
 
 .weather_humidity i, .weather_humidity b, .weather_pressure i, .weather_pressure b{
     font-size: 15px;
     
 }
 .other_info div i {
     margin-right:7px;
 }
 
 .other_info_day {
     display: flex;
     flex-direction: row;
     vertical-align: middle;
     justify-content: center;
 }
 
 .humidity_pressure {
     display: flex;
     flex-direction: column;
     
 }
 
 .humidity_pressure div {
 margin: 5px 10px;
 }
 
 .night_other {
     display:flex;
     flex-direction: row;
 }
 
 .day_and_night .day_night_format {
     font-size: 16px;
     text-align: center;
     font-weight: 300;
     margin-bottom: 5px;
 }
 
 
 .labelforweather img {
     width: 100px;
    height: 100px;
    margin:auto;
 }
 
 .labelforweather {
     margin:20px auto;
 }