.rbs_gallery_6a1b184a5a28bSpinner {
	margin: 50px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.rbs_gallery_6a1b184a5a28bSpinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rbs_gallery_6a1b184a5a28b-stretchdelay 1.2s infinite ease-in-out;
	animation: rbs_gallery_6a1b184a5a28b-stretchdelay 1.2s infinite ease-in-out;
}

.rbs_gallery_6a1b184a5a28bSpinner .rbs_gallery_6a1b184a5a28bRect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.rbs_gallery_6a1b184a5a28bSpinner .rbs_gallery_6a1b184a5a28bRect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.rbs_gallery_6a1b184a5a28bSpinner .rbs_gallery_6a1b184a5a28bRect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

.rbs_gallery_6a1b184a5a28bSpinner .rbs_gallery_6a1b184a5a28bRect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes rbs_gallery_6a1b184a5a28b-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes rbs_gallery_6a1b184a5a28b-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}