.spin{-webkit-animation-name:spin;-webkit-animation-duration:750ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:750ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-o-animation-name:spin;-o-animation-duration:750ms;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:spin;animation-duration:750ms;animation-iteration-count:infinite;animation-timing-function:linear}@-moz-keyframes spin{from{-moz-transform-origin:center center;-moz-transform:rotate(0)}to{-moz-transform-origin:center center;-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform-origin:center center;-webkit-transform:rotate(0)}to{-webkit-transform-origin:center center;-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform-origin:center center;transform:rotate(0)}to{transform-origin:center center;transform:rotate(360deg)}}