body{margin-top:80px}
.circle{
width:100px;
height:100px;
position:relative;
margin:0 auto;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius:110px;
}
.borderCircle2{
position:absolute;
top:-10px;
right:-10px;
bottom:-10px;
left:-10px;
border-radius:200px;
box-shadow:-5px -5px 15px rgba(15,180,231,.3);
}
.borderCircle3{
background: #161616;
background: -moz-linear-gradient(top, #161616 0%, #3d3d3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(100%,#3d3d3d));
background: -webkit-linear-gradient(top, #161616 0%,#3d3d3d 100%);
background: -o-linear-gradient(top, #161616 0%,#3d3d3d 100%);
background: -ms-linear-gradient(top, #161616 0%,#3d3d3d 100%);
background: linear-gradient(to bottom, #161616 0%,#3d3d3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#3d3d3d',GradientType=0 );
border:1px solid #444;