.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #5A812B;
  background-image: -webkit-radial-gradient(ellipse at center, #5A812B 10%, #526837 100%); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-radial-gradient(ellipse at center, #5A812B 10%, #526837 100%); /* FF3.6+ */
  background-image: -ms-radial-gradient(ellipse at center, #5A812B 10%, #526837 100%); /* IE10 */
  background-image: -o-radial-gradient(ellipse at center, #5A812B 10%, #526837 100%); /* Opera 11.10+ */
  background-image: radial-gradient(ellipse at center, #5A812B 10%, #526837 100%); /* W3C */
  z-index: 9999;
  transition: opacity .65s;
  -webkit-user-select: none;
  user-select: none;
}

.preloader-hidden {
  display: none;
}

.preloader-hidden-add {
  opacity: 1;
  display: block;
}

.preloader-hidden-add-active {
  opacity: 0;
}

.relic-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -62px;
}

.relic-logo h1 {
  font-size: 24px;
  margin-left: -200px;
  margin-top: 40px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
}

.relic-logo p {
  font-size: 14px;
  margin-left: -200px;
  margin-top: 40px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
}
