/*Widget styles*/
.bonobo_widget{
	overflow: hidden;
	padding: 15px;
	padding-top: 6px;
	margin-top: 0px;
	color: white;
	font-family: 'SegoeUINormal','Overlock SC';
	font-size: 14px;
	line-height: 21px;
}

.bonobo_widget .date{
	font-size: 18px;
	font-weight: bold;
}

.bonobo_widget .icon{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 17px;
}

.bonobo_widget .icon img{
	width: 72px;
	height: 72px;
	box-shadow: none!important;
}

.bonobo_widget  img{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
}

.bonobo_widget .temperature{
	font-size: 30px;
	padding-bottom: 17px;
}

.bonobo_widget .desc{
	list-style: none;
	line-height: 14px;
	margin: 0px!important;
	padding: 0px!important;
}

.bonobo_widget .desc li{
	font-size: 14px!important;
	margin: 0px!important;
	padding: 0px!important;
	list-style: none !important;
	line-height:1em !important;
}

.bonobo_widget .left_navigation{
	float: left;
	width: 24px;
	padding-right: 4px
}

.bonobo_widget .left_navigation img,.bonobo_widget .right_navigation img{
	box-shadow: none!important;
}

.bonobo_widget .center_content{
	margin: 0 22px 0 20%;
}

.bonobo_widget .right_navigation{
	float: right;
	width: 24px;
	padding-left: 4px
}

.bonobo_widget .invisible{
	display: none;
}

.bonobo_widget .city_title{
	font-size: 12px;
}

.bonobo_widget .number_date{
	font-weight: lighter;
}

.color-1{
	background: rgba(255,255,255,1)!important;
}
.color-1.op20{
	background: rgba(255,255,255,0.2)!important;
}
.color-1.op40{
	background: rgba(255,255,255,0.4)!important;
}
.color-1.op60{
	background: rgba(255,255,255,0.6)!important;
}
.color-1.op80{
	background: rgba(255,255,255,0.8)!important;
}

.color-2{
	background: rgba(26,26,26,1)!important;
}
.color-2.op20{
	background: rgba(26,26,26,0.2)!important;
}
.color-2.op40{
	background: rgba(26,26,26,0.4)!important;
}
.color-2.op60{
	background: rgba(26,26,26,0.6)!important;
}
.color-2.op80{
	background: rgba(26,26,26,0.8)!important;
}


.color-3{
	background: rgba(95,120,32,1)!important;
}
.color-3.op20{
	background: rgba(95,120,32,0.2)!important;
}
.color-3.op40{
	background: rgba(95,120,32,0.4)!important;
}
.color-3.op60{
	background: rgba(95,120,32,0.6)!important;
}
.color-3.op80{
	background: rgba(95,120,32,0.8)!important;
}


.color-4{
	background: rgba(74,14,63,1)!important;
}
.color-4.op20{
	background: rgba(74,14,63,0.2)!important;
}
.color-4.op40{
	background: rgba(74,14,63,0.4)!important;
}
.color-4.op60{
	background: rgba(74,14,63,0.6)!important;
}
.color-4.op80{
	background: rgba(74,14,63,0.8)!important;
}