.spinner7>div {	background-color: #e71784;	display: inline-block}
.fLoader {	position: fixed;	width: 100%;	height: 100%;	left: 0;	top: 0;	z-index: 9999999999}
.spinner7 {	position: fixed;	width: 90px;	height: 30px;	text-align: center;	top: calc(50% - 30px/2);	left: calc(50% - 90px/2)}
.spinner7>div { height: 15px; width: 15px; margin-left: 3px; border-radius: 50%; -webkit-animation: stretchdelay .7s infinite ease-in-out; animation: stretchdelay .7s infinite ease-in-out;}
.spinner7 .circ2 { -webkit-animation-delay: -.6s;	animation-delay: -.6s;}
.spinner7 .circ3 { -webkit-animation-delay: -.5s; animation-delay: -.5s;}
.spinner7 .circ4 { -webkit-animation-delay: -.4s; animation-delay: -.4s;}
.spinner7 .circ5 { -webkit-animation-delay: -.3s; animation-delay: -.3s;}
@-webkit-keyframes stretchdelay { 0%, 100%, 40% {-webkit-transform:translateY(-10px)} 20% {-webkit-transform:translateY(-20px)}}
@keyframes stretchdelay { 0%, 100%, 40% { transform:translateY(-10px); -webkit-transform:translateY(-10px)} 20% {transform:translateY(-20px); -webkit-transform:translateY(-20px)}}