.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-text
{
	font-weight: bold;
}

.circle-info, .circle-info-half {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
}