.clearfix{
	*zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.circular{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.h-line{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
