* {
  border: 0;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  width: 100%; }

body {
  transition: transform 1s ease;
  height: 100%;
  width: 100%;
  perspective: 2000px;
  perspective-origin: 50% 50%;
  background-image: radial-gradient(center, #111, #323232, #000);
  background-image: -webkit-linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  background-image: -khtml-linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  background-image: -moz-linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  background-image: -ms-linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  background-image: -o-linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  background-image: linear-gradient(right, #388e3c, #c8e6c9, #288e3c);
  overflow: hidden; }
  body.theme1 {
    background-image: -webkit-linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7));
    background-image: -khtml-linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7));
    background-image: -moz-linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7));
    background-image: -ms-linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7));
    background-image: -o-linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7));
    background-image: linear-gradient(right, rgba(128, 0, 0, 0.7), #c8e6c9, rgba(128, 0, 0, 0.7)); }
  body.theme2 {
    background-image: -webkit-linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8));
    background-image: -khtml-linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8));
    background-image: -moz-linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8));
    background-image: -ms-linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8));
    background-image: -o-linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8));
    background-image: linear-gradient(right, rgba(128, 121, 0, 0.8), #c8e6c9, rgba(128, 121, 0, 0.8)); }

.content_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 230px;
  height: 230px;
  border: thin solid #111;
  transform-style: preserve-3d;
  transition: transform 4s linear;
  transform: rotatey(0) rotatex(0) translatey(0);
  /*animation: rotate 90s 1 ease-in;*/ }
  .content_logo > div {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #111 !important;
    width: 230px;
    height: 230px;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    background-image: -khtml-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    background-image: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 128, 0, 0.21));
    box-sizing: border-box; }
  .content_logo .front {
    transform: translatez(115px); }
  .content_logo .back {
    transform: rotatex(-180deg) translatez(115px); }
  .content_logo .bottom {
    transform: rotatex(-90deg) translatez(115px); }
  .content_logo .top {
    transform: rotatex(90deg) translatez(115px); }
  .content_logo .right {
    transform: rotatey(90deg) translatez(115px); }
  .content_logo .left {
    transform: rotatey(-90deg) translatez(115px); }
  .content_logo .centerx {
    transform: rotatex(-90deg) translatez(0); }
  .content_logo .centery {
    transform: rotatey(-90deg) translatez(0); }
  .content_logo .step1 {
    transform: rotatey(0deg) translatez(38.33333px); }
  .content_logo .step2 {
    transform: rotatey(0deg) translatez(76.66667px); }
  .content_logo .step3 {
    transform: rotatey(0deg) translatez(-38.33333px); }
  .content_logo .step4 {
    transform: rotatey(0deg) translatez(-76.66667px); }
  .content_logo .step5 {
    transform: rotatey(-90deg) translatez(38.33333px); }
  .content_logo .step6 {
    transform: rotatey(-90deg) translatez(76.66667px); }
  .content_logo .step7 {
    transform: rotatey(-90deg) translatez(-38.33333px); }
  .content_logo .step8 {
    transform: rotatey(-90deg) translatez(-76.66667px); }
  .content_logo .step9 {
    transform: rotatex(-90deg) translatez(38.33333px); }
  .content_logo .step10 {
    transform: rotatex(-90deg) translatez(76.66667px); }
  .content_logo .step11 {
    transform: rotatex(-90deg) translatez(-38.33333px); }
  .content_logo .step12 {
    transform: rotatex(-90deg) translatez(-76.66667px); }

.back_button {
  position: absolute;
  top: 10px;
  left: 5px;
  background: white;
  width: 30px;
  height: 30px;
  opacity: .5;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5); }
  .back_button:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }
    .back_button:hover .message {
      width: 33px;
      color: #111;
      padding: .25rem .5rem; }
  .back_button img {
    max-width: 100%; }
  .back_button .message {
    position: absolute;
    top: 1px;
    left: 105%;
    background: white;
    font-weight: bold;
    font-size: 14px;
    font-family: comic sans;
    width: 0;
    color: transparent;
    -webkit-transition: width 0.12s ease, color 0.2s 0.12s ease;
    -khtml-transition: width 0.12s ease, color 0.2s 0.12s ease;
    -moz-transition: width 0.12s ease, color 0.2s 0.12s ease;
    -ms-transition: width 0.12s ease, color 0.2s 0.12s ease;
    -o-transition: width 0.12s ease, color 0.2s 0.12s ease;
    transition: width 0.12s ease, color 0.2s 0.12s ease;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5); }

@keyframes rotate {
  from {
    transform: rotatex(0deg) rotatey(2000deg); }
  to {
    transform: rotatex(10000deg) rotatey(0deg); } }
@-webkit-keyframes rotate {
  from {
    transform: rotatex(0deg) rotatey(2000deg); }
  to {
    transform: rotatex(10000deg) rotatey(0deg); } }

/*# sourceMappingURL=style.css.map */
