.circles_content {
	position: relative;
}

.circles_content .title {
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.circles_content .title span {
	vertical-align: middle;	
	display: inline-block;
	line-height: normal;
	margin: 0 auto;		
}

.circles_content .circle  {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	transition: all 0.1s linear;
	cursor: pointer;
	text-align: center;
	opacity: 0;
	z-index: 150;
	box-sizing: content-box;
}

/*.circles_content .circle:hover {
	transform: scale(1.2);
}*/