

.widget_mi_text_widget{
	/*position: relative;*/
	background: #9de1eb;
	background: -o-linear-gradient(#ffffff, #2487b2);
	background: -moz-linear-gradient(#ffffff, #2487b2);
	background: linear-gradient(#ffffff, #2487b2);
	font-family: "Roboto", Sans-serif;
}
.online-wrap0{
	position: relative;
	background-image: url(../img/antarctic1a.png);
	background-repeat: no-repeat;
	background-size: 450px;
	margin: auto;
	width: 450px;
	overflow: hidden;
}
.online-wrap1{
	padding: 100px 0 0 110px;
	/*margin: auto;*/
}
.online-wrap1 h3{
	padding: 0 0 5px 45px;
	/*margin-bottom: 5px;*/
	font-size: 18px;
	font-family: "Roboto", Sans-serif;
	cursor: default;
}

.online-wrap1 .o-time{
	display: inline-block;
	line-height: 1.2em;
	border: solid 1px #555;
	border-radius: 5px;
	padding: 2px 8px 1px 8px;
	margin: 0 1px 15px 0;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
}
.online-wrap1 .o-time:nth-child(2){
	margin-left: 35px;
}
.online-wrap1 .o-time:nth-child(3){
	margin-right: 30px;
}

.online-dat{
}
.online-dat p{
	font-size: 16px;
	margin: 0;
	padding: 1px 0;
	color: #666;
	cursor: default;
}


.online-temp{
	background: url(../img/temperature_p.png) no-repeat 0 3px;
	background-size: 23px;
	padding: 0 0 0 35px;
}
.online-temp2{
	background: url(../img/temperature2_p.png) no-repeat 0 3px;
	background-size: 23px;
	padding: 0 0 0 35px;
}
.online-hum{
	background: url(../img/rel-hum_p.png) no-repeat 0 3px;
	background-size: 23px;
	padding: 0 0 0 35px;
}
.online-wspd{
	background: url(../img/wind-sp_p.png) no-repeat 0 3px;
	background-size: 23px;
	padding: 0 0 0 35px;
}
.online-pres{
	background: url(../img/pressure_p.png) no-repeat 0 3px;
	background-size: 23px;
	padding: 0 0 0 35px;
}
/*.online-time{
	font-size: 14px;
}*/

.wind-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.online-wdir{
	position: relative;
	display: inline-block;
	width: 160px;
	margin: 50px 0 0 40px;
}
.wind-wrap p{
	padding: 55px 0 0px 15px;
	font-size: 16px;
	color: #ddd;
	cursor: default;
}
.online-wdir img{
	width: 100%;
}
.online_row{
	position: absolute;
	top: 0;
	left: 0;
}

.to-online-but{
	position: absolute;
	bottom: 20px;
	right: 20px;
	/*background-color: red;*/
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 2px 8px 1px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.to-online-but:hover{
	border: solid 1px #ddd;
	color: #fff;
	background-color: rgba(0,0,0,0.1);
}

.to-location-map{
	position: absolute;
	top: 85px;
	left: 15px;
}
.to-location-map:hover{
	filter:hue-rotate(50deg) brightness(2);
}
.widget .to-location-map img{
	box-shadow: none;
	width: 30px
}