/*Widget styles*/
.addax_widget{
	overflow: hidden;
	padding: 5px;
	line-height: 21px;
}

.addax_widget-h{
	overflow: hidden;
	line-height: 26px;
	position: relative;
}
.addax_widget-h-title{
	font-size: 14px;
	font-weight:bold;
}
.addax_widget-subtitle{
	line-height: 12px;
	color:#999;
	font-style:italic;
}
.addax_widget .avatar{
	width:64px;
	height: 64px;
	margin: 0 5px 0 0;
	float: left;
}
.addax_widget-h .addax_widget-title{
	overflow: hidden;
}
.addax_widget-social{
	padding-top: 10px;
}
.addax_widget .social-ico{
	width:24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
}


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

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


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


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