.circle_box {
	position:relative;
}
.round.one1 {
	position:absolute;
	padding:13px;
    left: 17.4%;
    top: 47.1%;
}
.round.one2 {
	position:absolute;
	padding:13px;
    left: 21.4%;
    top: 59.1%;
}
.round.one3 {
	position:absolute;
	padding:13px;
	left: 20.2%;
    top: 38.5%;
}
.round.one4 {
	position:absolute;
	padding:13px;
	left: 25.4%;
    top: 39.8%;
}
.round.one5 {
	position:absolute;
	padding:13px;
	left: 47.4%;
    top: 31.8%;
}
.round.one6 {
	position:absolute;
	padding:13px;
	left: 58.1%;
    top: 62.8%;
}
.round.one7 {
	position:absolute;
	padding:13px;
    left: 72.5%;
    top: 54.5%;
}
.round.one8 {
	position:absolute;
	padding:13px;
	    left: 80.1%;
    top: 61.0%;
}
.round.one9 {
	position:absolute;
	padding:13px;
	left: 82.4%;
    top: 49.3%;
}
.round.one10 {
	position:absolute;
	padding:13px;
	left: 79.4%;
    top: 69.6%;
}
.round.one11 {
	position:absolute;
	padding:13px;
	    left: 76.6%;
    top: 36.8%;
}

.round.one div {
	background:#3a96e1;
}
.round.one div:first-child {
	width:5px;
	height:5px;
}
.round.one div:first-child a {
	line-height:99px;
}
.round.one div:nth-child(2) {
 width:5px;
 height:5px;
}
.round.one div:last-child {
	width:15px;
	height:15px;
}
.circle a {
	font-size:18px;
	line-height:100px;
	color:#000735;
	font-weight:bold;
}
.circle {
	background:#3a96e1;
	border-radius:100%;
	width:2px;
	height:2px;
	z-index:999;
	text-align:center;
	top:18px;
	left:18px;
	position:absolute;
}
.circle_bottom {
	background:rgba(58, 150, 225, 0.8);
	border-radius:100%;
	width:2px;
	height:2px;
	filter:alpha(opacity=80);
	z-index:-100;
	position:absolute;
	top:6px;
	left:6px;
}
.circle_bottom2 {
	background:rgba(58, 150, 225, 0.4);
	border-radius:100%;
	width:12px;
	height:12px;
	filter:alpha(opacity=40);
	z-index:-110;
	position:relative;
}
.one10 .circle_bottom {
	background:rgba(248,210,19, 0.9);
}
.one10 .circle_bottom2 {
	background:rgba(248,210,19, 0.6);
}
.animation {;
	-webkit-animation:twinkling 2.1s infinite ease-in-out;
	animation:twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.animation2 {;
	-webkit-animation:twinkling 2.1s infinite ease-in-out;
	animation:twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes twinkling {
 0% {
 opacity:0.4;
 filter:alpha(opacity=40);
 -webkit-transform:scale(1);
}
50% {
 opacity:0.8;
 filter:alpha(opacity=80);
 -webkit-transform:scale(2);
}
100% {
 opacity:0.4;
 filter:alpha(opacity=40);
 -webkit-transform:scale(1);
}
}
@keyframes twinkling {
 0% {
 opacity:0.4;
 filter:alpha(opacity=40);
 -webkit-transform:scale(1);
}
50% {
 opacity:0.8;
 filter:alpha(opacity=80);
 -webkit-transform:scale(2);
}
100% {
 opacity:0.4;
 filter:alpha(opacity=40);
 -webkit-transform:scale(1);
}
}
