@charset "utf-8";
/* CSS Document */
/* Counter Widget */
/************************************************social start*************************************************/
.content-box-social{
	width:100%;
	float:left;
	}
.content-box-social .box-social{
	width:22%;
	float:left;
	padding:1%;
	margin: 0.5%;
	text-align:center;
	color:white;
	text-decoration:none;
}
.content-box-social .box-social .icon{
	width:100%;
	float:left;
	text-align:center;	
	}
.content-box-social .box-social .icon img{
	display:inline-block;
}
.content-box-social .box-social .label{
	width:100%;
	float:left;
	font-size:0.85em;
	}
.content-box-social .box-social .label-sub{
	width:100%;
	float:left;
	font-size:0.65em;
	}
.content-box-social .twitter{
	background:#67BBE7;
	}
.content-box-social .facebook{
	background:#5C77B1;	
	}
.content-box-social .google{
	background:#F63234;		
	}
.content-box-social .flipboard{
	background:#B21E1B;	
	}
/************************************************social end***************************************************/