@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic,cyrillic-ext);
@import url("../reset.css");
@import url("../mainsitemenu.css");

html, body{
	min-width:1270px !important;
	background-size:cover;
	font-family: 'Cuprum', sans-serif;
	height:100%;
}
section#weather-home-page{
	width:calc(100% - 40px);
	min-height:calc(100% - 40px);
	background-color:rgba(44,66,99,1.00);
	padding:20px;
	overflow:hidden;
	margin-bottom:-16px;
}
section#weather-home-page div.info-container{
	width:calc(100% - 520px);
	background-color:rgba(255,255,255,1.00);
	padding:20px;
	float:left;
	margin-left:50px;
}
section#weather-home-page div.info-container h3{
	font-size:1.75em;
}
section#weather-home-page div.info-container h4{
	font-size:1.4em;
}
section#weather-home-page div.info-container p{
	padding:20px;
}
section#weather-home-page div.info-container ul{
	padding-left:30px;
	list-style:square;
}
section#weather-home-page div.info-container ul li{
	color: rgba(0,100,150,1.00);
}
section#weather-home-page div.info-container ul a{
	color: rgba(0,100,150,1.00);
	text-decoration:none;
	display:inline-block;
	border-bottom:1px dashed;
	padding:5px;
}
section#weather-home-page div.weather-map{
	width:350px;
	padding:20px;
	float:right;
	position:fixed;
	right:30px;
}
section#weather-home-page div.weather-map h3{
	text-align:center;
	font-size:1.5em;
	color:rgba(255,255,255,1.00);
}
section#weather-home-page span.chosed-city{
	font-size:1.2em;
	width:350px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	display:inline-block;
}
section#weather-home-page nav.map-city-chooser{
	position:absolute;
	margin-top:-300px;
	background-color:rgba(255,255,255,1.00);
	width:200px;
	margin-left:75px;
	display:none;
}
section#weather-home-page nav.map-city-chooser a{
	color:rgba(0,0,0,0.80);
	display:block;
	line-height:30px;
	padding:10px;
	text-decoration:none;
}
section#weather-home-page nav.map-city-chooser a:hover{
	background-color:rgba(0,0,0,0.20);
}
section#weather-home-page nav.map-city-chooser a.close{
	color:rgba(255,255,255,1.00);
	background-color:rgba(44,66,99,0.80);
	margin:10px;
	cursor:pointer;
	background-image:url(../../images/icons/close.png);
	background-repeat:no-repeat;
	background-position:center left 15px;
	background-size:15px;
	padding:5px;
	padding-left:40px;
}
section#weather-page{
	width:calc(100% - 90px);
	min-height:calc(100% - 40px);
	background-color:rgba(44,66,99,1.00);
	padding:20px;
	padding-left:70px;
	overflow:hidden;
	margin-bottom:-16px;
}
section#weather-page h3.ptitle{
	width:100%;
	height:60px;
	background-color:rgba(0,0,0,0.50);
	background-image:url(../../images/icons/weather.png);
	line-height:60px;
	text-indent:55px;
	font-size:21px;
	background-position:left 10px top 7px;
	background-repeat:no-repeat;
	color:rgba(255,255,255,1.00);
	text-align:left;
}
section#weather-page h3.ptitle a.menubutton-home{
	font-size:0.6em;
	text-indent:40px;
	color:rgba(255,255,255,1.00);
	line-height:45px;
	text-decoration:none;
	height:40px;
	padding:5px;
	padding-right:10px;
	background:rgba(0,0,0,0.20) left 5px center no-repeat;
	background-image:url(../../images/icons/sidebar-home.png);
	display:inline-block;
	margin:5px !important;
	float:right !important;
	-webkit-transition: all 0.2s ease-out 0.1s;
     -moz-transition: all 0.2s ease-out 0.1s;
     -o-transition: all 0.2s ease-out 0.1s;
     transition: all 0.2s ease-out 0.1s;
}
section#weather-page h3.ptitle a.menubutton-home:hover{
	background-color:rgba(0,0,0,0.50);
}
section#weather-page .pagecontent{
	margin:0px auto;
	width:95%;

}
section#weather-page h3{
	font-size:21px;
	margin-bottom:20px;
	color:rgba(255,255,255,1.00);
	display:block;
}
section#weather-page p{
	width:90%;
	margin:auto;
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	line-height:1.1em;
}
section#weather-page span.degree{
	color:rgba(255,255,255,1.00);
	font-size:6em;
	display:block;
	padding-left:70px;
	background:url(../../images/icons/degree-big.png) left center no-repeat;
	float:left;
}
section#weather-page span.weather big{
	color:rgba(255,255,255,0.30);
	font-size:1.5em;
	display:block;
	float:left;
	margin-top:10px;
}
section#weather-page span.weather{
	color:rgba(255,255,255,1.00);
	font-size:2em;
	float:left;
	margin-left:50px;
}
section#weather-page div.separator{
	width:100% !important;
	float:left;
	height:30px !important;
	overflow:hidden;
}
section#weather-page div#sections{
	width:100% !important;
	display:block;
	overflow:hidden;
}
section#weather-page div.section{
	float:left;
	width:calc(25% - 35px);
	padding-left:35px;
	margin-bottom:20px;
}
section#weather-page div.degree-weather{
	background:url(../../images/icons/weather-big.png) left center no-repeat;
}
section#weather-page div.pressure{
	background:url(../../images/icons/pressure-big.png) left center no-repeat;
}
section#weather-page div.wind{
	background:url(../../images/icons/wind-big.png) left center no-repeat;
}
section#weather-page div.humidity{
	background:url(../../images/icons/humidity-big.png) left center no-repeat;
}
section#weather-page div.gust{
	background:url(../../images/icons/gust-big.png) left center no-repeat;
}
section#weather-page div.chance{
	background:url(../../images/icons/chance-big.png) left center no-repeat;
}
section#weather-page div.rain{
	background:url(../../images/icons/rain-big.png) left center no-repeat;
}
section#weather-page div.cloud{
	background:url(../../images/icons/cloud-big.png) left center no-repeat;
}
section#weather-page div.section span{
	display:block;
	color:rgba(255,255,255,1.00);
	font-size:1.5em;
}
section#weather-page div.section small{
	display:block;
	color:rgba(255,255,255,0.80);
}
section#weather-page div.day-section{
	float:left;
	width:calc(25% - 21px);
	background:rgba(0,0,0,0.10);
	padding:10px;
	border-left:1px rgba(44,66,99,1.00) solid;
	margin-bottom:15px;
}
section#weather-page div.day-section:hover{
	background:rgba(0,0,0,0.30);
}
section#weather-page div.day-section span{
	display:block;
	color:rgba(255,255,255,1.00);
	font-size:1.5em;
}
section#weather-page div.day-section small{
	display:block;
	color:rgba(255,255,255,0.80);
	font-size:1.2em;
	border-bottom:1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
}
section#weather-page div.day-section sup{
	display:inline-block;
	font-size:0.6em;
	width:200px;
}
section#weather-page div.days-section{
	float:left;
	width:calc(25% - 21px);
	background:rgba(0,0,0,0.50);
	padding:10px;
	border-left:1px rgba(44,66,99,1.00) solid;
	margin-bottom:15px;
}
section#weather-page div.days-section:hover{
	background:rgba(0,0,0,1.00);
}
section#weather-page div.days-section span{
	display:block;
	color:rgba(255,255,255,1.00);
	font-size:1.5em;
}
section#weather-page div.days-section small{
	display:block;
	color:rgba(255,255,255,0.80);
	font-size:1.2em;
	border-bottom:1px solid;
	margin-bottom:10px;
	padding-bottom:5px;
}
section#weather-page div.days-section sup{
	display:inline-block;
	font-size:0.6em;
	width:200px;
}
section#weather-page div.days-section sub{
	display:block;
	font-size:0.7em;
	text-align:left;
	
}
section#weather-page table.hourly{
	width:100%;
}
section#weather-page table.hourly tr{
	height:50px;
}
section#weather-page table.hourly tr:nth-child(odd){
	background-color:rgba(238,238,238,0.10);
}
section#weather-page table.hourly tr:hover{
	background-color:rgba(238,238,238,0.20);
}
section#weather-page table.hourly tr.current{
	background-color:rgba(238,238,238,0.20);
}
section#weather-page table.hourly th{
	background-color:rgba(0,0,0,0.10);
	color:rgba(255,255,255,1.00);
}
section#weather-page table.hourly th, section#weather-page table.hourly td{
	line-height:50px;
	padding:0 10px;
	color:rgba(255,255,255,1.00);
	text-align:center;
}