.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-roller .roll {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 32px 32px;
	-ms-transform-origin: 32px 32px;
	transform-origin: 32px 32px;
}

.lds-roller .roll:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}

.lds-roller .roll:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

.lds-roller .roll:nth-child(1):after {
	top: 50px;
	left: 50px;
}

.lds-roller .roll:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

.lds-roller .roll:nth-child(2):after {
	top: 54px;
	left: 45px;
}

.lds-roller .roll:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

.lds-roller .roll:nth-child(3):after {
	top: 57px;
	left: 39px;
}

.lds-roller .roll:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

.lds-roller .roll:nth-child(4):after {
	top: 58px;
	left: 32px;
}

.lds-roller .roll:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

.lds-roller .roll:nth-child(5):after {
	top: 57px;
	left: 25px;
}

.lds-roller .roll:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}

.lds-roller .roll:nth-child(6):after {
	top: 54px;
	left: 19px;
}

.lds-roller .roll:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}

.lds-roller .roll:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}

.lds-roller .roll:nth-child(8):after {
	top: 45px;
	left: 10px;
}

@-webkit-keyframes lds-roller {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes lds-roller {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
