.sw_weather .sw-row{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.sw_weather .sw-col-6{
	width:50%;
	float:left;
	text-align:left;
}
.sw_weather .sw-col-6.info-weather{
	text-align:right;
}
.sw_weather .sw-col-6 p{
	font-size:30px;
	color:#000;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:15px;
}
.sw_weather .sw-col-6 span{
	font-size:14px;
	color:#666;
	text-align:left;
	padding:0;
	margin-left:15px;
}
.sw_weather .sw-col-6 span.weather-main{
	text-transform:uppercase;
	color:red;
}
.sw_weather .sw-col-12{
	width:100%;
}
.sw_weather .weather-title{
	text-transform:uppercase;
}
.sw_weather .weather-title span{
	font-size:12px;
	color:#666;
}
.sw_weather .sw-col-4{
	width:33.33%;
	float:left;
	text-align:center;
	display:block;
	overflow:hidden;
}
.sw_weather .sw-col-4 p{
	margin:0;
	padding:0;
}
.sw_weather .sw-col-4 .weather-next{
	color:#666;
	text-transform:uppercase;
}
.sw_weather .sw-row .item-center{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
