.loader-circle {
	background-color: rgba(255, 255, 255, 0.7);
  width: 90px;
  height: 90px;
  padding: 15px;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 10000;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.cssload-loader {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 1900px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
	margin-left: 13px;
	margin-top: 13px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  top: 19px;
  height: 26px;
  background: #ff2b81; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #ff2b81 , #dd1c29); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #ff2b81, #dd1c29); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #ff2b81, #dd1c29); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ff2b81, #dd1c29);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    transform: scale(1, 2);
  }
  50%, 100% {
    transform: scale(1, 1);
  }
}
