.frb-loading {width: 100%; height: 100%; background-color: #F5F2ED; position: relative; padding: 10% 0; min-width: 600px;}.frb-loading-large {}.frb-loading-small {padding-top: 10%;}.frb-loading-inline {padding: 0; display: inline; width: auto: height: auto; background: transparent; position: static; font-family: 'RobotoCondensedRegular', sans-serif;}@-moz-keyframes spin {from {-moz-transform: rotate(0deg);} to {-moz-transform: rotate(360deg);}}@-webkit-keyframes spin {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);}}@keyframes spin {from {transform:rotate(0deg);} to {transform:rotate(360deg);}}.frb-loading > .frb-loading-spinner {font-family: 'fedicons'; color: #BAB8B6; font-size: 50px; display: block; width: 50px; height: 50px; margin: 0 auto; z-index: 99; -webkit-animation-name: spin; -webkit-animation-duration: 1500ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1500ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 1500ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-transition: rotate(3600deg);}.frb-loading-large > .frb-loading-spinner {font-size: 75px; width: 75px; height: 75px;}.frb-loading-small > .frb-loading-spinner {font-size: 25px; width: 25px; height: 25px;}.frb-loading-inline > .frb-loading-spinner {font-size: 1em; width: 1em; height: 1em; display: inline-block; margin-right: .25em;}.frb-loading > .frb-loading-message {color: #42515A; display: block; text-align: center; margin-top: 1em; font-size: 14px; font-family: 'RobotoCondensedRegular', sans-serif;}.frb-loading-large > .frb-loading-message {font-size: 16px;}.frb-loading-small > .frb-loading-message {font-size: 12px;}.frb-loading-inline > .frb-loading-message {display: inline; margin: 0; text-align: left; font-size: 1em;}