.weather__widget {
	padding: 10px;
	width: 134px;
	/*height: 236px;*/
	font-size: 12px;
    display: inline-block;
	color: #fff;
	/*border-radius: 15px;*/
	/*background-color: #EEEEEE;*/
}
.weather__sub {
	background-color: #EEEEEE;
	background: url(../images/input.jpg);
	background-size: 100%;
	padding: 15px;
	width: 195px;
	height: 345px;
	font-size: 14px;
	color: #fff;
	/*border-radius: 15px;*/
}
.weather__img {
	width: 65px;
	height: 65px;
	padding: 5px;
}
.weather__name-city {
	cursor: pointer;
	text-shadow: black 0.0em 0.0em 0.2em;
	vertical-align: 1px;
}
.weather__checkbox {
	cursor: pointer;
}
.weather__main-temp {
	font-size: 22px;
	padding-left: 10px;
}
.weather__input {
	border: none;
	border-bottom: 2px solid #729AB9;
	background-color: rgba(0,0,0,0);
	color: #fff;
	text-shadow: black 0.0em 0.0em 0.2em;	
	width: 100%;
	margin-bottom: 5px;
}
.weather__wrapper {
	position: relative;
	/*top: 36px;*/
	text-shadow: black 0.0em 0.0em 0.2em;
}
.weather__input:focus {
	outline: none;
}
.weather__info {
	line-height: 20px;
}
.weather__input__label {
	text-shadow: black 0.0em 0.0em 0.2em;	
}
.weather__description{
    text-transform: capitalize;
}
.autocomplete-suggestions { 
	border: 1px solid #999; 
	background-color: rgba(255, 255, 255, 0.56); 
	overflow: auto; 
	color: #438BC0;
	display: none;
}
.autocomplete-suggestion {
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
	cursor: pointer;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-group { 
	padding: 2px 5px; 
}
.autocomplete-suggestions strong { 
	font-weight: normal; 
	color: #3399FF; 
}
.autocomplete-group strong { 
	display: block; 
	border-bottom: 1px solid #000; 
}
#weather_box{
	width: 100%;
	/*background: url('../images/weather_bg.jpg') center center no-repeat;
	background-size: 100%;*/
	padding-left: 2px;
	width: 100%;
}
.w_title{
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Lulo Bold',Arial, Helvetica, sans-serif;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
}
.weather__today{
	padding: 10px;
    color: #fff;
    font-weight: bold;
}

.weather_left,.weather_right{
	float: left;
}
.weather_sub{
	width: 100%;
	border-left: 1px solid #000;
	background-color: #61b3ca !important;
    display:inline-block;
}