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