#circle {
	border-width: 5px; border-style: solid; border-color: rgba(0, 183, 229, 0.9) rgba(0, 0, 0, 0); margin: 0px auto; border-radius: 50px; animation:spinPulse 1s ease-in-out infinite; border-image: none; left: 30px; width: 50px; height: 50px; bottom: 30px; position: fixed; opacity: 0.9; box-shadow: 0px 0px 35px #808080; background-color: transparent; -webkit-animation: spinPulse 1s infinite ease-in-out; -moz-animation: spinPulse 1s infinite ease-in-out; -o-animation: spinPulse 1s infinite ease-in-out;
}
#circle1 {
	border-width: 5px; border-style: solid; border-color: rgba(0, 183, 229, 0.9) rgba(0, 0, 0, 0); margin: 0px auto; border-radius: 50px; animation:spinoffPulse 1s linear infinite; border-image: none; left: 40px; width: 30px; height: 30px; bottom: 40px; position: fixed; opacity: 0.9; box-shadow: 0px 0px 15px #202020; background-color: transparent; -webkit-animation: spinoffPulse 1s infinite linear; -moz-animation: spinoffPulse 1s infinite linear; -o-animation: spinoffPulse 1s infinite linear;
}
