/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/**
 * Remove faux bold
 */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.toggle-mute {
  width: 50px;
  height: 24px;
  position: absolute;
  bottom: 6px;
  right: 264px;
  display: block;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 60px;
  cursor: pointer;
  background: url(../img/toggle-audio.png) no-repeat 50% -24px;
  -webkit-transition: .2s;
  transition: .2s; }

.toggle-mute.muted {
  background-position: 50% 0; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "AlternateGothicW02-No2D", Helvetica, Arial, sans-serif;
  font-size: 100%;
  letter-spacing: 2px;
  color: #fff;
  background: #060D15;
  -webkit-font-smoothing: antialiased; }

p {
  font-size: 0.9em;
  line-height: 1.5em; }

a {
  color: inherit; }

strong {
  font-family: "Goudy Old Style W03 Bd It";
  font-weight: normal; }

.hidden {
  position: absolute;
  top: -100000px;
  z-index: 5000; }

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.border {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px; }

.border-t {
  border-width: 1px 0px 0px 0px;
  bottom: auto; }

.border-r {
  border-width: 0px 1px 0px 0px;
  left: auto; }

.border-b {
  border-width: 0px 0px 1px 0px;
  top: auto; }

.border-l {
  border-width: 0px 0px 0px 1px;
  right: auto; }

/* Screens */
.screen {
  position: absolute;
  display: none;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s; }

.screen-active {
  opacity: 1; }

.content {
  position: absolute;
  top: 50%;
  left: 50%; }

/* Branding & Sharing */
.branding ul,
.sharing ul {
  margin: 0;
  padding: 0; }

.branding li,
.sharing li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  text-transform: uppercase; }

.branding li a,
.sharing li a {
  display: block;
  text-decoration: none; }

.sharing {
  position: absolute;
  z-index: 3;
  left: 15px;
  width: 72px;
  top: 50%;
  margin-top: -100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sharing li {
    text-align: center;
    padding: 20px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .sharing .buttons > div {
    position: relative;
    margin-bottom: 10px; }
    .sharing .buttons > div:last-child {
      margin-bottom: 0; }
    .sharing .buttons > div > span {
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 3px;
      padding: 4px 10px;
      -webkit-transition: opacity .14s;
      transition: opacity .14s; }
    .sharing .buttons > div .hover-btn {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity .14s;
      transition: opacity .14s; }
    .sharing .buttons > div.sh-fb > span {
      background: url(../img/fb-icon.png) 5px 49.5% no-repeat;
      padding: 4px 3px 4px 17px; }
    .sharing .buttons > div:hover > span {
      opacity: 0; }
    .sharing .buttons > div:hover > .hover-btn {
      opacity: 1; }
  .sharing .buttons a:last-of-type {
    margin-bottom: 0; }
  .sharing .embed {
    position: relative; }
    .sharing .embed.open .hover-box {
      left: 0; }
  .sharing .hover-box {
    background: blue;
    position: absolute;
    background: #fff;
    padding: 20px;
    left: -440px;
    top: 54px;
    width: 380px;
    -webkit-transition: 0.28s cubic-bezier(1, 0, 0, 1);
    transition: 0.28s cubic-bezier(1, 0, 0, 1);
    z-index: 8; }
    .sharing .hover-box h3 {
      text-align: left;
      line-height: 1.3em;
      margin: 0 0 15px;
      color: #000; }
      .sharing .hover-box h3 .it {
        line-height: 0.9em; }
    .sharing .hover-box textarea {
      font-family: "Goudy Old Style W03 It";
      font-size: 1.2em;
      color: #a4a4a4;
      width: 350px;
      height: 113px;
      background: none;
      border: 0;
      resize: none;
      overflow: hidden;
      background: #f3f3f3;
      padding: 15px;
      display: block; }

.branding {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 0px; }
  .branding li {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 20px; }
  .branding .why-name-a-star {
    text-align: center; }
  .branding .presented-by {
    text-align: right; }
  .branding .presented-by .logo {
    display: block;
    margin-top: 2px;
    font-weight: normal;
    font-size: 1.2em;
    width: 101px;
    height: 10px;
    background: url(../img/logo.png) no-repeat; }

/* Universe */
.universe {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Disable text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nebula-indicator {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 50px;
  margin-left: -200px;
  margin-top: -50px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  transition: opacity 3s; }
  .nebula-indicator h1 {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase; }
  .nebula-indicator .a {
    display: block;
    position: relative;
    font-size: 0.8em;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transition: 0.6s cubic-bezier(0.66, 0, 0.33, 1) 0s; }
    .nebula-indicator .a:before, .nebula-indicator .a:after {
      content: '';
      position: absolute;
      background: url(../img/before.png) no-repeat;
      width: 47px;
      height: 25px;
      left: 50%;
      top: 50%;
      margin-top: -14px;
      transition: 1.3s cubic-bezier(1, 0, 0, 1) 0s;
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
    .nebula-indicator .a:before {
      margin-left: -115px; }
    .nebula-indicator .a:after {
      margin-left: 65px;
      background-image: url(../img/after.png);
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
  .nebula-indicator .b {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .nebula-indicator .b span {
      opacity: 0;
      -webkit-transform: translateY(5px);
      transition: 0.5s cubic-bezier(0.66, 0, 0.33, 1) 0.2s; }
    .nebula-indicator .b span:nth-child(2) {
      transition: 0.5s cubic-bezier(0.66, 0, 0.33, 1) 0.3s; }
    .nebula-indicator .b span:nth-child(3) {
      transition: 0.5s cubic-bezier(0.66, 0, 0.33, 1) 0.4s; }

.nebula-indicator-on {
  opacity: 1; }
  .nebula-indicator-on .a, .nebula-indicator-on .b span, .nebula-indicator-on .a:before, .nebula-indicator-on .a:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -webkit-transform: translateY(0px); }

/* Stars */
.star {
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  transition: height .12s, width .12s, margin .12s, opacity .3s; }
  .hide-stars .star {
    opacity: 0 !important; }
  .star:hover {
    margin-left: -17px;
    margin-top: -17px;
    height: 30px;
    width: 30px; }
    .star:hover i {
      top: 2px;
      left: 30px; }
  .star b {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    background: white; }
  .star i {
    position: relative;
    display: inline-block;
    padding: 5px 8px 4px 8px;
    top: -3px;
    left: 22px;
    font-size: 0.8em;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transition: top .12s, left .12s; }
  .star.competition-star b {
    box-shadow: 0 0 5px 4px #cbe4ff, 0 0 12px 10px rgba(203, 228, 255, 0.5); }
    .star.competition-star b:before, .star.competition-star b:after {
      content: "";
      height: 71px;
      width: 2px;
      margin-left: -1px;
      margin-top: -35px; }

/* Nearest nebula colors (for debug purposes only) */
/*
.star-purple { outline: 3px solid rgb(133,   0, 178); }
.star-blue   { outline: 3px solid rgb( 94, 196, 255); }
.star-red    { outline: 3px solid rgb(255,  42, 125); }
.star-green  { outline: 3px solid rgb(  0, 255, 191); }
.star-orange { outline: 3px solid rgb(255, 128,   0); }
*/
/* White */
/*
.star-v1  { background: radial-gradient(#fff, rgba(255,255,255, 0.2) 10%, transparent 30%); }
.star-v2  { background: radial-gradient(#fff, rgba(255,255,255, 0.2) 15%, transparent 70%); }

.star-v3  { background: radial-gradient(#fff, rgba(255,255,255, 0.4) 10%, rgba(255,255,255, 0.2) 20%, transparent 30%); }
.star-v4  { background: radial-gradient(#fff, rgba(255,255,255, 0.4) 15%, rgba(255,255,255, 0.2) 25%, transparent 50%); }

.star-v5  { background: radial-gradient(#fff, rgba(255,255,255, 0.1) 10%, rgba(255,255,255, 0.3) 20%, transparent 50%); }
.star-v6  { background: radial-gradient(#fff, rgba(255,255,255, 0.2) 15%, rgba(255,255,255, 0.3) 25%, transparent 50%); }
*/
/* Blue */
/*
.star-v7  { background: radial-gradient(#fff, rgba(127,191,255, 0.4) 10%, transparent 30%); }
.star-v8  { background: radial-gradient(#fff, rgba(127,191,255, 0.4) 15%, transparent 70%); }
*/
/* Yellow */
/*
.star-v9  { background: radial-gradient(#fff, rgba(255,215,127, 0.3) 5%, transparent 30%); }
.star-v10 { background: radial-gradient(#fff, rgba(255,215,127, 0.3) 8%, transparent 70%); }
*/
/* Green */
/*
.star-v11 { background: radial-gradient(#fff, rgba(191,255,127, 0.4) 5%, transparent 30%); }
.star-v12 { background: radial-gradient(#fff, rgba(191,255,127, 0.4) 8%, transparent 70%); }
*/
/* Red */
/*
.star-v13 { background: radial-gradient(#fff, rgba(255,127,127, 0.4) 10%, transparent 30%); }
.star-v14 { background: radial-gradient(#fff, rgba(255,127,127, 0.4) 15%, transparent 70%); }
*/
/* Tiles */
.tile-map {
  position: absolute;
  width: 8800px;
  height: 6100px; }
  .tile-map.animate {
    -webkit-transition: 1s;
    transition: 1s; }

.tile {
  display: none;
  position: absolute;
  width: 352px;
  height: 305px;
  text-align: center;
  line-height: 305px;
  color: transparent;
  background-repeat: no-repeat; }

.tile-grid-on .tile {
  color: rgba(255, 255, 255, 0.2);
  outline: 1px solid rgba(255, 255, 255, 0.1); }

/* Miscellaneous */
.serif {
  font-family: "Goudy Old Style W03 It", serif;
  text-transform: none;
  letter-spacing: 0; }

.serif:first-letter {
  font-family: "Esta W01 Script", "Goudy Old Style W03 It", serif;
  font-size: 1.04em; }

.btn {
  /* Used in combination with .border-btn in _button.scss */
  display: block;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/* Screen: Front */
.touch .screen-front .content {
  margin-top: -170px; }
.touch .screen-front p {
  max-width: 80%;
  margin: 0 auto; }
.touch .branding li {
  border: none; }
.touch .star-url .screen-front h1,
.touch .star-url .screen-front p {
  display: block; }

.screen-front {
  opacity: 1; }
  .screen-front .content {
    margin-left: -165px;
    margin-top: -200px;
    width: 330px;
    height: 400px;
    text-align: center; }
  .screen-front .diamond {
    position: relative;
    width: 214px;
    height: 140px;
    margin: 0 auto 20px auto;
    background: url(../img/diamond-constellation.png) no-repeat 50% 50%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: 0.3s 0.5s;
    margin-left: 54px; }
  .screen-front h1 {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.18em; }
    .screen-front h1 > em {
      display: block;
      font-size: 2.4em;
      font-style: normal;
      line-height: 1em;
      background: url(../img/diamonds-title.png) no-repeat 50% 50%;
      margin-bottom: 6px;
      height: 38px;
      opacity: 0;
      transition: 0.54s  0.65s; }
    .screen-front h1 > span {
      position: relative;
      display: inline-block;
      opacity: 0;
      transition: 0.3s 0.4s;
      line-height: 1.6em; }
      .screen-front h1 > span:before, .screen-front h1 > span:after {
        content: '';
        position: absolute;
        background: url(../img/before.png) no-repeat;
        width: 47px;
        height: 25px;
        left: -42px;
        top: 46%;
        margin-top: -12.5px;
        transition: 1.7s cubic-bezier(1, 0, 0, 1) 0.3s;
        opacity: 0; }
      .screen-front h1 > span:after {
        left: auto;
        right: -40px;
        background-image: url(../img/after.png); }
  .screen-front p {
    font-size: 0.95em;
    line-height: 1.35em; }
  .screen-front p.serif {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: 0.4s cubic-bezier(1, 0, 0, 1) 0.2s; }
  .screen-front .btn {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: 0.4s cubic-bezier(1, 0, 0, 1) 0s;
    margin: 20px 40px; }
    .screen-front .btn em {
      font-style: normal;
      font-family: "Goudy Old Style W03 It"; }
  .screen-front .star-url-info {
    display: none; }

.screen-active.screen-front h1, .screen-active.screen-front .diamond, .screen-active.screen-front p.serif, .screen-active.screen-front .btn, .screen-active.screen-front h1 span, .screen-active.screen-front h1 em {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.screen-active.screen-front .diamond {
  transition: 2s cubic-bezier(0.55, 0.12, 0.26, 1) 1.1s; }
.screen-active.screen-front h1 > span:before {
  left: -52px;
  opacity: 1;
  transition: 1.7s cubic-bezier(1, 0, 0, 1) 1s; }
.screen-active.screen-front h1 > span:after {
  right: -50px;
  opacity: 1;
  transition: 1.7s cubic-bezier(1, 0, 0, 1) 1s; }
.screen-active.screen-front h1 > em {
  transition: 0.54s  1.35s; }
.screen-active.screen-front h1 > span {
  transition: 0.3s 1.1s; }
.screen-active.screen-front p.serif {
  transition: 0.4s cubic-bezier(1, 0, 0, 1) 0.9s; }
.screen-active.screen-front .btn {
  transition: 0.4s cubic-bezier(1, 0, 0, 1) 0.7s; }

.star-url .screen-front h1, .star-url .screen-front p {
  display: none; }
.star-url .screen-front .star-url-info, .star-url .screen-front .star-url-info p {
  display: block;
  font-size: 0.85em;
  padding: 0 25px; }
.star-url .screen-front .content {
  margin-top: -128px;
  height: 240px; }
.star-url .screen-front .diamond {
  transition: 0.3s 0s; }

/* Screen: Directions */
.screen-directions {
  transition: 2s 1s; }
  .screen-directions .content {
    margin-left: -210px;
    margin-top: -75px;
    width: 420px;
    height: 150px; }
  .screen-directions ul {
    margin: 0;
    padding: 0; }
  .screen-directions li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: translateY(10px) skewX(-19deg);
    transition: 0.35s cubic-bezier(0.66, 0, 0.33, 1) 0.3s; }
  .screen-directions li.step-3 {
    margin-right: 0; }
  .screen-directions .img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    height: 85px;
    margin-bottom: 10px; }
  .screen-directions .txt {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.4em; }
  .screen-directions li.step-1 .img {
    background: url(../img/directions/diamonds-gif-1.gif) no-repeat; }
  .screen-directions li.step-2 {
    transition: 0.35s cubic-bezier(0.66, 0, 0.33, 1) 0.5s; }
    .screen-directions li.step-2 .img {
      background: url(../img/directions/diamonds-gif-2.gif) no-repeat; }
  .screen-directions li.step-3 {
    transition: 0.35s cubic-bezier(0.66, 0, 0.33, 1) 0.7s; }
    .screen-directions li.step-3 .img {
      background: url(../img/directions/guide-screen-3.png) 50% 50% no-repeat; }

.screen-active.screen-directions {
  transition: 1s 0s; }
  .screen-active.screen-directions li {
    opacity: 1;
    -webkit-transform: translateY(0px) skewX(0deg); }

/* Screen: Navigating */
.screen-navigating,
.screen-navigating .content {
  width: auto;
  height: auto;
  bottom: 0;
  left: 0; }

.screen-navigating .mini-map {
  position: absolute;
  width: 88px;
  height: 61px;
  left: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px; }
.screen-navigating .mini-map-shim {
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  /* background: url(../img/mini-map-bg.png); */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px; }
.screen-navigating .mini-map-marker {
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #fff; }

/* Screen: Star Creation */
.screen-star-creation .content {
  margin-top: -25px;
  margin-left: -25px;
  width: 320px;
  height: 140px; }
.screen-star-creation .content.fade-out label, .screen-star-creation .content.fade-out .serif, .screen-star-creation .content.fade-out p a {
  -webkit-transform: translateY(0px) skew(0deg);
  transform: translateY(0px) skew(0deg);
  opacity: 0; }
.screen-star-creation .star-preview {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 1s; }
.screen-star-creation .star-preview-off {
  border-color: rgba(255, 255, 255, 0); }
.screen-star-creation label, .screen-star-creation .serif, .screen-star-creation p a {
  opacity: 0;
  -webkit-transform: translateY(-5px) translateX(5px) skew(-23deg);
  transform: translateY(-5px) translateX(5px) skew(-23deg);
  transition: 0.22s 0.1s; }
.screen-star-creation form {
  float: left;
  width: 250px; }
.screen-star-creation label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8em; }
.screen-star-creation p.serif {
  transition: 0.22s 0.3s; }
.screen-star-creation input {
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  outline: none;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 2px;
  transition: .1s border; }
.screen-star-creation .fail input {
  color: #FF3B6C;
  -webkit-animation: error-flash .5s; }
.screen-star-creation .btn {
  text-align: center;
  transition: 0.22s 0.45s; }

@-webkit-keyframes error-flash {
  0% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  20% {
    border-bottom: 1px solid #FF3B6C; }

  40% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  60% {
    border-bottom: 1px solid #FF3B6C; }

  80% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
@keyframes error-flash {
  0% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  20% {
    border-bottom: 1px solid #FF3B6C; }

  40% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  60% {
    border-bottom: 1px solid #FF3B6C; }

  80% {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
.screen-active.screen-star-creation label, .screen-active.screen-star-creation .serif, .screen-active.screen-star-creation p a {
  opacity: 1;
  -webkit-transform: translateY(0px) skew(0deg);
  transform: translateY(0px) skew(0deg); }

.no-wrap {
  white-space: nowrap; }

/* Screen: Star Sharing */
.screen-star-sharing {
  transition: opacity 0s; }
  .screen-star-sharing .content {
    margin-top: -25px;
    margin-left: -25px;
    width: 320px;
    height: 200px; }
  .screen-star-sharing .star-preview {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .screen-star-sharing .star-details {
    float: left;
    width: 250px;
    text-transform: uppercase; }
  .screen-star-sharing h1 {
    margin: 0;
    font-size: 1.35em;
    line-height: 1.1em;
    letter-spacing: .18em;
    font-weight: normal;
    text-transform: uppercase; }
  .screen-star-sharing h1, .screen-star-sharing p, .screen-star-sharing ul {
    opacity: 0;
    -webkit-transform: translateY(-5px) translateX(5px) skew(-23deg);
    transition: 0.22s 0.1s; }
  .screen-star-sharing h2 {
    margin: 0;
    font-size: 0.9em;
    font-weight: normal;
    transition: 0.22s 0.2s; }
  .screen-star-sharing .url {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 1.1em;
    transition: 0.22s 0.3s; }
  .screen-star-sharing .url em {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    font-size: 0.7em;
    letter-spacing: 2px;
    height: 13px;
    line-height: 16px;
    padding-left: 16px;
    background: url(../img/link.png) no-repeat; }
  .screen-star-sharing #bitly {
    width: 150px;
    text-decoration: none;
    text-transform: none;
    font-size: 22px;
    border: none;
    background: transparent; }
    .screen-star-sharing #bitly:focus, .screen-star-sharing #bitly:active {
      border: 0;
      outline: none; }
  .screen-star-sharing .txt {
    font-size: 0.8em;
    line-height: 1.2em;
    transition: 0.22s 0.45s; }
  .screen-star-sharing ul {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    transition: 0.22s 0.6s; }
  .screen-star-sharing li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px; }
  .screen-star-sharing li a {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*padding: 4px 8px 2px 8px;*/
    background: #334559;
    border-radius: 3px; }
  .screen-star-sharing .star-share-tw a {
    background: url(../img/twitter-button.png) 50% 50% no-repeat;
    width: 56px;
    height: 24px; }
  .screen-star-sharing .star-share-fb a {
    background: url(../img/fb-share-button.png) 50% 50% no-repeat;
    width: 55px;
    height: 24px; }
  .screen-star-sharing .star-share-gp a {
    background: url(../img/gp-button.png) 50% 50% no-repeat;
    width: 38px;
    height: 24px; }

.screen-active.screen-star-sharing h1, .screen-active.screen-star-sharing p, .screen-active.screen-star-sharing ul {
  opacity: 1;
  -webkit-transform: translateY(0px) skew(0deg); }

.screen-closing.screen-star-sharing h1, .screen-closing.screen-star-sharing p, .screen-closing.screen-star-sharing ul {
  opacity: 0;
  -webkit-transform: translateY(-5px) translateX(5px) skew(-23deg);
  transition: 0.22s 0.1s; }
.screen-closing.screen-star-sharing h1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }
.screen-closing.screen-star-sharing p {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }
.screen-closing.screen-star-sharing ul {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

/* Screen: Why? */
.screen-why .content {
  margin-top: -135px;
  margin-left: -180px;
  width: 360px;
  height: 270px;
  text-align: center; }
.screen-why .content:before, .screen-why h1, .screen-why p {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  transition: 0.22s; }
.screen-why .content:after {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0; }
.screen-why .content:before,
.screen-why .content:after {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.5em;
  font-family: serif;
  margin: 15px 0;
  transition: 0.4s; }
.screen-why .content:before {
  content: '{'; }
.screen-why .content:after {
  content: '}'; }
.screen-why h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.2em; }
.screen-why p {
  line-height: 1.5em;
  transition: 0.22s 0.2s; }

.screen-active.screen-why h1, .screen-active.screen-why p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }
.screen-active.screen-why .content:before, .screen-active.screen-why .content:after {
  -webkit-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
  opacity: 1; }

body.custom-cursor * {
  cursor: none; }

.cursor {
  position: absolute;
  display: none !important;
  pointer-events: none;
  z-index: 99;
  margin-top: -28px;
  margin-left: -28px;
  height: 51px;
  width: 51px;
  border-radius: 50px;
  border: 2px dotted rgba(243, 255, 255, 0.17);
  /*-webkit-animation:rotate 8s infinite normal linear;*/
  -webkit-transition: -webkit-transform 0.163s;
  transition: transform 0.163s; }

.custom-cursor .cursor {
  display: block !important; }

.cursor-clicked,
.cursor:active {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.abs, .inner:before, .inner:after {
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: 0.1s; }

.inner {
  height: 31px;
  width: 31px;
  border-radius: 50px;
  border: 2px dotted rgba(243, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  transition: 0.063s; }
  .inner:before, .inner:after {
    content: "";
    left: 50%;
    margin-left: -2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .inner:after {
    top: 100%;
    margin-top: -2px; }

.cursor-clicked .inner,
.cursor:active .inner {
  height: 25px;
  width: 25px;
  margin-top: -15px;
  margin-left: -15px; }

.target, .inner:before, .inner:after {
  background-color: #fff;
  width: 5px;
  height: 1px; }

.target-2, .target-4 {
  top: 50%;
  left: -1px; }

.target-2 {
  left: 100%;
  margin-left: -3px; }

.center {
  width: 15px;
  height: 15px;
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0.24) 23%, rgba(255, 255, 255, 0.23) 25%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 20px; }

.circle {
  border-radius: 10px;
  height: 3px;
  width: 3px;
  background-color: #fff;
  top: 0;
  left: 0; }

.c-1 {
  left: 50%;
  margin-left: -2px;
  margin-top: -2px; }

.c-2 {
  left: 100%;
  margin-left: 0px;
  top: 50%;
  margin-top: -2px; }

.c-3 {
  top: 100%;
  left: 50%;
  margin-left: -2px;
  margin-top: -1px; }

.c-4 {
  margin-left: -2px;
  top: 50%;
  margin-top: -2px; }

.star-1, .star-2 {
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 25%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 25%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */ }

.star-1 {
  margin-left: -6px; }

.star-2 {
  width: 1px;
  height: 14px;
  margin-top: -6px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 25%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 25%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */ }

.cursor.close {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cursor.close .star-1, .cursor.close .star-2, .cursor.close .center {
  opacity: 0; }

.cursor.close .target, .cursor.close .inner:before, .cursor.close .inner:after {
  width: 32px; }

.cursor.close .target-2 {
  width: 0; }

.cursor.close .inner:before {
  width: 0; }
.cursor.close .inner:after {
  margin-top: -17px;
  margin-left: -15px; }

.cursor.close:active .target-4, .cursor.close:active .inner:after, .cursor-clicked.close .target-4, .cursor-clicked.close .inner:after {
  width: 27px; }

.cursor.close:active .inner:after, .cursor-clicked.close .inner:after {
  margin-top: -13px;
  margin-left: -13px; }

.border-btn {
  position: relative;
  text-align: center;
  padding: 25px 35px;
  color: #fff;
  background-color: none; }

.border-btn span {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.14);
  opacity: 1; }

.border-btn span:before {
  content: "";
  opacity: 1;
  background: url(../img/btn-bg.png) center center;
  -webkit-animation: border-btn-bg 25s linear alternate infinite;
  animation: border-btn-bg 25s linear alternate infinite;
  position: absolute; }

@-webkit-keyframes border-btn-bg {
  from {
    background-position: 0 0; }

  to {
    background-position: 3000px 3000px; } }
@keyframes border-btn-bg {
  from {
    background-position: 0 0; }

  to {
    background-position: 3000px 3000px; } }
.border-btn span:nth-child(1), .border-btn span:nth-child(3), .border-btn span:nth-child(1):before, .border-btn span:nth-child(3):before {
  width: 100%;
  height: 1px; }

.border-btn span:nth-child(2), .border-btn span:nth-child(4), .border-btn span:nth-child(2):before, .border-btn span:nth-child(4):before {
  width: 1px;
  height: 100%; }

.border-btn span:nth-child(1), .border-btn span:nth-child(1):before {
  top: 0;
  left: 0;
  transition: 0.13s 0.33s; }

.border-btn span:nth-child(2), .border-btn span:nth-child(2):before {
  right: 0;
  top: 0;
  transition: 0.1s 0.23s; }

.border-btn span:nth-child(3), .border-btn span:nth-child(3):before {
  bottom: 0;
  right: 0;
  transition: 0.1s 0.13s; }

.border-btn span:nth-child(4), .border-btn span:nth-child(4):before {
  left: 0;
  bottom: 0;
  transition: 0.2s 0s; }

.border-btn:hover span:nth-child(1):before {
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.62, 0.08, 0.9, 0.53); }

.border-btn:hover span:nth-child(2):before {
  transition-delay: 0.13s;
  transition-timing-function: linear; }

.border-btn:hover span:nth-child(3):before {
  transition-delay: 0.23s;
  transition-timing-function: linear; }

.border-btn:hover span:nth-child(4):before {
  transition-delay: 0.33s;
  transition-timing-function: cubic-bezier(0.17, 0.51, 0.48, 0.98); }

.border-btn span:nth-child(1):before, .border-btn span:nth-child(3):before {
  width: 0; }

.border-btn span:nth-child(2):before, .border-btn span:nth-child(4):before {
  height: 0; }

.border-btn:hover span:nth-child(2):before, .border-btn:hover span:nth-child(4):before {
  height: 100%; }

.border-btn:hover span:nth-child(1):before, .border-btn:hover span:nth-child(3):before {
  width: 100%; }

.line {
  position: absolute;
  width: 1px;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  transition: 0.55s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden; }

.diamond .line.line-off {
  border-color: rgba(255, 255, 255, 0);
  transition: 0.5s; }

.line.ani-4, .line.ani-7, .line.ani-13, .line.ani-16 {
  border-top: 1px solid rgba(64, 236, 106, 0.5); }

.line.ani-6, .line.ani-9, .line.ani-11, .line.ani-14 {
  border-top: 1px solid rgba(77, 166, 255, 0.5); }

.line:nth-child(1), .line:nth-child(3) {
  right: 11px;
  top: 49px;
  transform: rotate(138deg);
  -webkit-transform: rotate(138deg); }

.diamond .line:nth-child(1).line-on {
  right: 0px;
  top: 77px;
  width: 84px; }

.line:nth-child(2) {
  left: 191px;
  top: 50px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.diamond .line:nth-child(2).line-on {
  width: 10px; }

.line:nth-child(3) {
  transform: rotate(214deg);
  -webkit-transform: rotate(214deg); }

.diamond .line:nth-child(3).line-on {
  right: 8px;
  top: 41px;
  width: 35px; }

.line:nth-child(4) {
  left: 140px;
  top: 104px;
  transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg); }

.line:nth-child(4).line-on {
  left: 129px;
  top: 76px;
  width: 76px; }

.line:nth-child(5) {
  left: 173px;
  top: 32px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }

.line:nth-child(5).line-on {
  left: 168px;
  top: 40px;
  width: 29px; }

.line:nth-child(6) {
  right: 21px;
  top: 50px; }

.line:nth-child(6).line-on {
  width: 17px; }

.line:nth-child(7) {
  right: 73px;
  top: 104px;
  transform: rotate(141deg);
  -webkit-transform: rotate(141deg); }

.line:nth-child(7).line-on {
  width: 37px;
  right: 69px;
  top: 115px; }

.line:nth-child(8) {
  right: 39px;
  top: 50px;
  transform: rotate(122deg);
  -webkit-transform: rotate(122deg); }

.line:nth-child(8).line-on {
  right: 24px;
  top: 76px;
  width: 64px; }

.line:nth-child(9) {
  right: 39px;
  top: 50px;
  transform: rotate(-92deg);
  -webkit-transform: rotate(-92deg); }

.line:nth-child(9).line-on {
  right: 30px;
  top: 41px;
  width: 20px; }

.line:nth-child(10), .line:nth-child(11) {
  right: 40px;
  top: 31px;
  transform: rotate(218deg);
  -webkit-transform: rotate(218deg); }

.line:nth-child(10).line-on, .line:nth-child(11).line-on {
  right: 39px;
  top: 26px;
  width: 17px; }

.line:nth-child(11) {
  transform: rotate(199deg);
  -webkit-transform: rotate(199deg); }

.line:nth-child(11).line-on {
  width: 31px; }

.line:nth-child(12) {
  left: 144px;
  top: 21px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }

.line:nth-child(12).line-on {
  width: 17px; }

.line:nth-child(13) {
  right: 69px;
  top: 21px;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg); }

.line:nth-child(13).line-on {
  width: 17px;
  top: 26px;
  right: 67px; }

.line:nth-child(14) {
  right: 39px;
  top: 50px;
  transform: rotate(122deg);
  -webkit-transform: rotate(122deg); }

.line:nth-child(14).line-on {
  right: 25px;
  top: 77px;
  width: 63px; }

.line:nth-child(15) {
  right: 91px;
  top: 105px;
  transform: rotate(116deg);
  -webkit-transform: rotate(116deg); }

.line:nth-child(15).line-on {
  right: 83px;
  top: 115px;
  width: 28px; }

.line:nth-child(16) {
  left: 133px;
  top: 31px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg); }

.line:nth-child(16).line-on {
  top: 41px;
  width: 43px; }

.line:nth-child(17) {
  right: 40px;
  top: 50px; }

.line:nth-child(17).line-on {
  width: 28px; }

.line:nth-child(18) {
  top: 104px;
  left: 122px;
  transform: rotate(-66deg);
  -webkit-transform: rotate(-66deg); }

.line:nth-child(18).line-on {
  top: 77px;
  left: 105px;
  width: 60px; }

.line:nth-child(19) {
  right: 67px;
  top: 50px;
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg); }

.line:nth-child(19).line-on {
  right: 61px;
  top: 40px;
  width: 26px; }

.line:nth-child(20), .line:nth-child(21) {
  right: 79px;
  top: 31px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg); }

.line:nth-child(20).line-on {
  width: 26px;
  top: 26px; }

.line:nth-child(21) {
  transform: rotate(139deg);
  -webkit-transform: rotate(139deg); }

.line:nth-child(21).line-on {
  right: 76px;
  top: 40px;
  width: 30px; }

.line:nth-child(22) {
  right: 92px;
  top: 104px;
  transform: rotate(78deg);
  -webkit-transform: rotate(78deg); }

.line:nth-child(22).line-on {
  right: 67px;
  top: 77px;
  width: 60px; }

.line:nth-child(23) {
  left: 110px;
  top: 21px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.line:nth-child(23).line-on {
  left: 94px;
  top: 35px;
  width: 32px; }

.line:nth-child(24) {
  top: 21px;
  left: 112px; }

.line:nth-child(24).line-on {
  width: 34px; }

.line:nth-child(25) {
  top: 50px;
  left: 112px; }

.line:nth-child(25).line-on {
  width: 34px; }

.line:nth-child(26), .line:nth-child(27) {
  right: 103px;
  top: 50px;
  transform: rotate(99deg);
  -webkit-transform: rotate(99deg); }

.line:nth-child(26).line-on {
  right: 80px;
  top: 77px;
  width: 56px; }

.line:nth-child(27) {
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg); }

.line:nth-child(27).line-on {
  right: 98px;
  top: 40px;
  width: 32px; }

.line:nth-child(28), .line:nth-child(29) {
  right: 112px;
  top: 104px;
  transform: rotate(68deg);
  -webkit-transform: rotate(68deg); }

.line:nth-child(28).line-on {
  right: 95px;
  top: 78px;
  width: 57px; }

.line:nth-child(29) {
  transform: rotate(46deg);
  -webkit-transform: rotate(46deg); }

.line:nth-child(29).line-on {
  right: 101px;
  top: 77px;
  width: 75px; }

.line:nth-child(30) {
  left: 101px;
  top: 104px;
  transform: rotate(66deg);
  -webkit-transform: rotate(66deg); }

.line:nth-child(30).line-on {
  left: 94px;
  top: 116px;
  width: 24px; }

.line:nth-child(31) {
  left: 79px;
  top: 50px;
  transform: rotate(118deg);
  -webkit-transform: rotate(118deg); }

.line:nth-child(31).line-on {
  left: 74px;
  top: 40px;
  width: 22px; }

.line:nth-child(32) {
  left: 90px;
  top: 31px;
  transform: rotate(154deg);
  -webkit-transform: rotate(154deg); }

.line:nth-child(32).line-on {
  left: 89px;
  top: 26px;
  width: 22px; }

.line:nth-child(33) {
  left: 69px;
  top: 50px; }

.line:nth-child(33).line-on {
  width: 40px; }

.line:nth-child(34) {
  top: 104px;
  left: 84px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg); }

.line:nth-child(34).line-on {
  top: 116px;
  left: 80px;
  width: 37px; }

.line:nth-child(35) {
  top: 50px;
  left: 49px;
  transform: rotate(57deg);
  -webkit-transform: rotate(57deg); }

.line:nth-child(35).line-on {
  top: 78px;
  left: 34px;
  width: 66px; }

.line:nth-child(36) {
  top: 50px;
  right: 147px; }

.line:nth-child(36).line-on {
  width: 18px; }

.line:nth-child(37) {
  top: 21px;
  right: 104px; }

.line:nth-child(37).line-on {
  width: 33px; }

.line:nth-child(38) {
  top: 21px;
  right: 136px; }

.line:nth-child(38).line-on {
  width: 13px; }

.line:nth-child(39) {
  right: 129px;
  top: 104px;
  transform: rotate(46deg);
  -webkit-transform: rotate(46deg); }

.line:nth-child(39).line-on {
  right: 118px;
  top: 76px;
  width: 77px; }

.line:nth-child(40) {
  top: 21px;
  left: 77px;
  transform: rotate(38deg);
  -webkit-transform: rotate(38deg); }

.line:nth-child(40).line-on {
  top: 27px;
  left: 77px;
  width: 16px; }

.line:nth-child(41) {
  left: 34px;
  top: 50px; }

.line:nth-child(41).line-on {
  width: 16px; }

.line:nth-child(42) {
  right: 124px;
  top: 31px;
  transform: rotate(-26deg);
  -webkit-transform: rotate(-26deg); }

.line:nth-child(42).line-on {
  right: 121px;
  top: 40px;
  width: 45px; }

.line:nth-child(43) {
  right: 149px;
  top: 21px;
  transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg); }

.line:nth-child(43).line-on {
  right: 147px;
  top: 25px;
  width: 18px; }

.line:nth-child(44) {
  top: 31px;
  left: 49px;
  transform: rotate(-19deg);
  -webkit-transform: rotate(-19deg); }

.line:nth-child(44).line-on {
  top: 26px;
  left: 49px;
  width: 30px; }

.line:nth-child(45) {
  right: 164px;
  top: 30px;
  transform: rotate(-49deg);
  -webkit-transform: rotate(-49deg); }

.line:nth-child(45).line-on {
  right: 160px;
  top: 41px;
  width: 26px; }

.line:nth-child(46) {
  right: 164px;
  top: 31px;
  transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg); }

.line:nth-child(46).line-on {
  right: 161px;
  top: 40px;
  width: 36px; }

.line:nth-child(47) {
  right: 182px;
  top: 50px; }

.line:nth-child(47).line-on {
  width: 11px; }

.line:nth-child(48) {
  right: 129px;
  top: 104px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg); }

.line:nth-child(48).line-on {
  right: 120px;
  top: 77px;
  width: 84px; }

@-webkit-keyframes starbrightshine {
  0% {
    -webkit-filter: brightness(1); }

  50% {
    -webkit-filter: brightness(1.3); }

  100% {
    -webkit-filter: brightness(1); } }
/*
.star {
    position: absolute;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    background: rgb(255,255,255);
}
*/
.no-webkit .star {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }
  .no-webkit .star b {
    border: none !important;
    box-shadow: none !important;
    width: 2px;
    height: 2px; }
  .no-webkit .star .age-one {
    height: 3px;
    width: 3px; }
  .no-webkit .star i {
    display: none; }
  .no-webkit .star b:before, .no-webkit .star b:after {
    background: none !important;
    border: none !important;
    box-shadow: none !important; }
  .no-webkit .star:hover {
    border: 2px solid #fff !important; }
    .no-webkit .star:hover i {
      display: block; }

.age-one {
  margin-top: -1px;
  margin-left: -1px;
  width: 2px;
  height: 2px;
  /* -webkit-animation: starbrightshine 0.5s linear forwards infinite; */ }

.age-one:before, .age-one:after {
  opacity: 0.7;
  height: 21px;
  width: 1px;
  left: 51%;
  top: 50%;
  position: absolute;
  background-color: #fff;
  content: "";
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  margin-left: 0px;
  margin-top: -11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.age-one:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.age-two {
  width: 1px;
  height: 1px;
  /* -webkit-animation: starbrightshine 0.5s linear forwards infinite; */ }

.age-two:before, .age-two:after {
  opacity: 0.17;
  height: 21px;
  width: 1px;
  left: 50%;
  top: 50%;
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  margin-left: -1px;
  margin-top: -11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.age-two:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 0; }

.age-three {
  width: 1px;
  height: 1px; }

.age-four {
  width: 1px;
  height: 1px; }

.age-five {
  width: 1px;
  height: 1px; }

.age-five:before, .age-five:after {
  opacity: 0.3;
  height: 17px;
  width: 1px;
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: #fff;
  content: "";
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  margin-left: 0px;
  margin-top: -9px; }

.age-five:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.age-six {
  width: 1px;
  height: 1px;
  box-shadow: 0 0 7px 2px rgba(255, 255, 255, 0.65); }

.age-seven {
  width: 1px;
  height: 1px;
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.7); }

.age-one.color-blue {
  box-shadow: 0 0 4px 2px white, 0 0 9px 7px #5ec4ff; }

.age-two.color-blue {
  box-shadow: 0 0 3px 1px white, 0 0 11px 6px #5ec4ff; }

.age-five.color-blue {
  box-shadow: 0 0 7px 1px white, 0 0 4px 1px #5ec4ff; }

.age-four.color-blue {
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6), 0 0 6px 3px #5ec4ff; }

.age-three.color-blue {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 9px 5px #5ec4ff; }

.age-one.color-orange {
  box-shadow: 0 0 4px 2px white, 0 0 9px 7px #ff8000; }

.age-two.color-orange {
  box-shadow: 0 0 3px 1px white, 0 0 11px 6px #ff8000; }

.age-five.color-orange {
  box-shadow: 0 0 7px 1px white, 0 0 4px 1px #ff8000; }

.age-four.color-orange {
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6), 0 0 6px 3px #ff8000; }

.age-three.color-orange {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 9px 5px #ff8000; }

.age-one.color-purple {
  box-shadow: 0 0 4px 2px white, 0 0 9px 7px #8500b2; }

.age-two.color-purple {
  box-shadow: 0 0 3px 1px white, 0 0 11px 6px #8500b2; }

.age-five.color-purple {
  box-shadow: 0 0 7px 1px white, 0 0 4px 1px #8500b2; }

.age-four.color-purple {
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6), 0 0 6px 3px #8500b2; }

.age-three.color-purple {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 9px 5px #8500b2; }

.age-one.color-green {
  box-shadow: 0 0 4px 2px white, 0 0 9px 7px #00ffbf; }

.age-two.color-green {
  box-shadow: 0 0 3px 1px white, 0 0 11px 6px #00ffbf; }

.age-five.color-green {
  box-shadow: 0 0 7px 1px white, 0 0 4px 1px #00ffbf; }

.age-four.color-green {
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6), 0 0 6px 3px #00ffbf; }

.age-three.color-green {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 9px 5px #00ffbf; }

.age-one.color-red {
  box-shadow: 0 0 4px 2px white, 0 0 9px 7px #ff2a7d; }

.age-two.color-red {
  box-shadow: 0 0 3px 1px white, 0 0 11px 6px #ff2a7d; }

.age-five.color-red {
  box-shadow: 0 0 7px 1px white, 0 0 4px 1px #ff2a7d; }

.age-four.color-red {
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6), 0 0 6px 3px #ff2a7d; }

.age-three.color-red {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 9px 5px #ff2a7d; }

.age-one.color-no-color {
  box-shadow: 0 0 4px 2px #cbe4ff, 0 0 9px 7px rgba(203, 228, 255, 0.5); }

.age-two.color-no-color {
  box-shadow: 0 0 3px 2px rgba(203, 228, 255, 0.5); }

.age-five.color-no-color {
  box-shadow: 0 0 6px 2px #cbe4ff; }

.age-four.color-no-color {
  box-shadow: 0 0 3px 1px rgba(203, 228, 255, 0.5); }

.age-three.color-no-color {
  box-shadow: 0 0 2px 1px rgba(203, 228, 255, 0.5); }

@-webkit-keyframes starCreateRotate {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes starCreateRotate {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
/*------------------- STAR CREATION --------------------- */
/* COLORS */
/* STARS COLORS
    red 255,42,125
    blue 94,196,255
    green 0,255,191
    purple 133,0,178
    orange 255,128,0
  */
.star-creation {
  -webkit-animation: starCreateRotate 2.7s linear forwards infinite;
  animation: starCreateRotate 2.7s linear forwards infinite; }

.star-creation .newstar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transition: 0.4s;
  border-radius: 100px; }

.star-creation.color-red .newstar {
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.6), 0 0 0px 0px #ff2a7d; }

.star-creation.color-blue .newstar {
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.6), 0 0 0px 0px #5ec4ff; }

.star-creation.color-green .newstar {
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.6), 0 0 0px 0px #00ffbf; }

.star-creation.color-purple .newstar {
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.6), 0 0 0px 0px #8500b2; }

.star-creation.color-orange .newstar {
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.6), 0 0 0px 0px #ff8000; }

.star-creation .newstar:before, .star-creation .newstar:after {
  opacity: 0.5;
  height: 0px;
  width: 2px;
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: #fff;
  content: "";
  transition: 0.45s;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  margin-left: -1px;
  margin-top: 0px; }

.star-creation .newstar:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.star-creation .gas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 200px;
  transition: 0.4s;
  /*-webkit-mask-image: -webkit-radial-gradient(circle closest-side, rgba(255,255,255,1) 0, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 70%, rgba(0,0,0,0) 100%);*/
  -webkit-mask-image: -webkit-radial-gradient(circle closest-side, rgba(255, 255, 255, 0) 0, white 10%, rgba(255, 255, 255, 0.5) 25%, white 35%, rgba(255, 255, 255, 0.5) 55%, white 73%, transparent 100%); }

.star-creation.color-green .gas {
  background: url(../img/star-creation/gas-green.png) repeat center center; }

.star-creation.color-red .gas {
  background: url(../img/star-creation/gas-red.png) repeat center center; }

.star-creation.color-blue .gas {
  background: url(../img/star-creation/gas-blue.png) repeat center center; }

.star-creation.color-no-color .gas {
  background: url(../img/star-creation/gas-no-color.png) repeat center center; }

.star-creation.color-purple .gas {
  background: url(../img/star-creation/gas-purple.png) repeat center center; }

.star-creation.color-orange .gas {
  background: url(../img/star-creation/gas-orange.png) repeat center center; }

/*----------------- TWO -------- */
.star-creation.stage-two .newstar {
  transition: 0.5s linear; }

.stage-two.color-green .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px #00ffbf; }

.stage-two.color-red .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px #ff2a7d; }

.stage-two.color-blue .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px #5ec4ff; }

.stage-two.color-orange .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px #ff8000; }

.stage-two.color-purple .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px #8500b2; }

.stage-two.color-no-color .newstar {
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6), 0 0 11px 6px white; }

.star-creation.stage-two .gas {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  transition: 0.5s linear; }

/*----------------- THREE -------- */
.star-creation.stage-three .newstar {
  transition: 0.9s; }

.stage-three.color-green .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(0, 255, 191, 0.85); }

.stage-three.color-red .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(255, 42, 125, 0.85); }

.stage-three.color-blue .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(94, 196, 255, 0.85); }

.stage-three.color-orange .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(255, 128, 0, 0.85); }

.stage-three.color-purple .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(133, 0, 178, 0.85); }

.stage-three.color-no-color .newstar {
  box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.6), 0 0 15px 10px rgba(255, 255, 255, 0.85); }

.star-creation.stage-three .gas {
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  transition: 0.9s; }

/*----------------- FOUR -------- */
.star-creation.stage-four .gas {
  -webkit-animation: starCreateRotate 3.5s cubic-bezier(0.38, 0.07, 0.62, 0.48) forwards infinite;
  animation: starCreateRotate 3.5s cubic-bezier(0.38, 0.07, 0.62, 0.48) forwards infinite; }

.star-creation.stage-four .newstar {
  transition: 0.9s;
  background: #fff; }

.stage-four.color-green .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(0, 255, 191, 0.85); }

.stage-four.color-red .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(255, 42, 125, 0.85); }

.stage-four.color-blue .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(94, 196, 255, 0.85); }

.stage-four.color-orange .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(255, 128, 0, 0.85); }

.stage-four.color-purple .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(133, 0, 178, 0.85); }

.stage-four.color-no-color .newstar {
  box-shadow: 0 0 8px 6px white, 0 0 15px 10px rgba(255, 255, 255, 0.85); }

.star-creation.stage-four .gas {
  width: 86px;
  height: 86px;
  margin-left: -43px;
  margin-top: -43px;
  transition: 0.9s; }

/*----------------- FIVE -------- */
.star-creation.stage-five .newstar {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: #fff; }

.stage-five.color-green .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(0, 255, 191, 0.85); }

.stage-five.color-red .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(255, 42, 125, 0.85); }

.stage-five.color-blue .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(94, 196, 255, 0.85); }

.stage-five.color-orange .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(255, 128, 0, 0.85); }

.stage-five.color-purple .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(133, 0, 178, 0.85); }

.stage-five.color-no-color .newstar {
  box-shadow: 0 0 20px 15px white, 0 0 9px 11px rgba(255, 255, 255, 0.85); }

.star-creation.stage-five .gas {
  width: 76px;
  height: 76px;
  margin-left: -38px;
  margin-top: -38px; }

/* ON NO SUPPORT OF MASKS, THIS COULD WORK WELL
.star-creation.stage-four .gas:before {
    box-shadow: 0 0 10px 20px rgba(0,0,0,0.7);
    transition:all 0.5s 0.6s;
}*/
.star-creation.stage-five .newstar:before, .star-creation.stage-five .newstar:after {
  height: 76px;
  margin-top: -38px; }

/*----------------- SIX -------- */
.star-creation.stage-six .newstar {
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  transition: 0.6s;
  background: #fff; }

.stage-six.color-green .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(0, 255, 191, 0.85); }

.stage-six.color-red .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(255, 42, 125, 0.85); }

.stage-six.color-blue .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(94, 196, 255, 0.85); }

.stage-six.color-orange .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(255, 128, 0, 0.85); }

.stage-six.color-purple .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(133, 0, 178, 0.85); }

.stage-six.color-no-color .newstar {
  box-shadow: 0 0 0px 0px white, 0 0 0px 0px rgba(255, 255, 255, 0.85); }

.star-creation.stage-six .gas {
  opacity: 0;
  transition: all 2s cubic-bezier(0.1, 0.86, 0.54, 0.99), opacity 1.2s 0.8s ease-out;
  width: 230px;
  height: 230px;
  margin-left: -115px;
  margin-top: -115px;
  -webkit-mask-image: -webkit-radial-gradient(circle closest-side, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 60%, white 73%, rgba(255, 255, 255, 0) 100%); }

.star-creation.stage-six .newstar:before, .star-creation.stage-six .newstar:after {
  height: 0px;
  margin-top: 0px;
  transition: 0.5s;
  opacity: 0.4; }

.star-flash {
  display: none;
  opacity: 0;
  transition: 0.9s linear;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 50; }

.stage-flash .star-flash {
  display: block; }

.stage-flash-on .star-flash {
  opacity: 0.33;
  transition: 0.06s linear; }

/* Issues in _common.scss */
.lt-ie9 .border-t {
  border-top: 1px solid #999999; }
.lt-ie9 .border-r {
  border-right: 1px solid #999999; }
.lt-ie9 .border-b {
  border-bottom: 1px solid #999999; }
.lt-ie9 .border-l {
  border-left: 1px solid #999999; }
.lt-ie9 .sharing {
  border-top: 1px solid #999999; }
  .lt-ie9 .sharing li {
    border-bottom: 1px solid #999999; }
  .lt-ie9 .sharing .buttons a {
    border: 1px solid #999999; }
.lt-ie9 .branding li {
  border-left: 1px solid #999999; }
.lt-ie9 .tile {
  font-size: 0px; }
.lt-ie9 .border-btn {
  border: 1px solid #999999; }
.lt-ie9 .nebula-indicator {
  filter: alpha(opacity=0); }
.lt-ie9 .nebula-indicator-on {
  filter: alpha(opacity=1); }

/* Issues in screens/_directions.scss */
.lt-ie9 .screen-directions .img {
  border: 1px solid #999999; }

/* Issues in screens/_navigating.scss */
.lt-ie9 .screen-navigating .mini-map {
  border: 1px solid #999999; }
.lt-ie9 .screen-navigating .mini-map-shim {
  border: 1px solid #999999; }

/* Issues in screens/_star-creation.scss */
.lt-ie9 .screen-star-creation .star-preview {
  border: 1px solid #999999; }
.lt-ie9 .screen-star-creation input {
  border-bottom: 1px solid #999999; }

/* Issues in screens/_star-sharing.scss */
.lt-ie9 .screen-star-sharing .star-preview {
  border: 1px solid #999999; }
.lt-ie9 .screen-star-sharing .url {
  border: 1px solid #999999; }

/* Issues in screens/_why.scss */
.lt-ie9 .screen-why .content:before,
.lt-ie9 .screen-why .content:after {
  display: none; }

/* Issues in _stars.scss */
.lt-ie9 .star b {
  margin-top: -1px;
  margin-left: -1px;
  width: 2px;
  height: 2px;
  background: #fff; }
.lt-ie9 .star i {
  filter: alpha(opacity=0); }
.lt-ie9 .age-one:before,
.lt-ie9 .age-one:after,
.lt-ie9 .age-two:before,
.lt-ie9 .age-two:after,
.lt-ie9 .age-five:before,
.lt-ie9 .age-five:after {
  content: normal; }
