.square-button {
	height: 70px;
	position: absolute;
	width: 70px;
	border-radius: 35px;
	background: rgb(63, 76, 107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63,
		76, 107, 1)), color-stop(100%, rgba(63, 76, 107, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#3f4c6b',
		endColorstr='#3f4c6b', GradientType=0); /* IE6-9 */
}

.square-button div.number {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	top: 25px;
}

#vortex {
	width: 850px;
	height: 850px;
	position: relative;
	margin:auto;
	border: 10px solid #fff;
	border-radius: 50%;
	background: #ededed;
	padding: 30px;
	background-clip: content-box;
}

.square-button.first {
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c),
		color-stop(100%, #ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffa84c',
		endColorstr='#ff7b0d', GradientType=0); /* IE6-9 */
}

#vortex.vortex-animating>* {
	/*background: rgb(136, 191, 232); 
	background: -moz-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		191, 232, 1)), color-stop(100%, rgba(112, 176, 224, 1)));

	background: -webkit-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); 
	background: -o-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); 
	background: -ms-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); 
	background: linear-gradient(to bottom, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#88bfe8',
		endColorstr='#70b0e0', GradientType=0); */
}