.colorBlue {
  background-color: #318DFF; }

.colorOrange {
  background-color: #F6891C; }

.colorGreen {
  background-color: #01AE7D; }

.colorPurple {
  background-color: #872384; }

.colorWhite {
  background-color: #FFFFFF; }

.hidden {
  display: none; }

a, a:visited, a:hover, a:active {
  text-decoration: none; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden; }

#universe {
  margin: 0 auto;
  max-width: 2000px; }

.header {
  background-color: #318DFF;
  height: 150px;
  padding: 0 50px; }
  body.exits .header {
    background-color: #01AE7D; }
  .header .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 22.5px;
    filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3)); }
  .header .title {
    display: inline-block;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 30px;
    filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3)); }
  .header .nav-button a {
    display: inline-block; }
    .header .nav-button a .nav-icon {
      width: 45px;
      height: 45px;
      filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3)); }

.content {
  padding: 50px; }

.box_button_wrap {
  border-radius: 30px; }

.box_button {
  display: block;
  position: relative;
  height: 135px;
  text-align: center;
  max-width: 279px;
  margin: 22.5px auto;
  padding: 15px 9px;
  border-radius: 30px;
  border: 5px solid #FFFFFF;
  overflow: hidden;
  box-shadow: 8px 7px 15px 4px rgba(0, 0, 0, 0.1); }
  .box_button .icon {
    display: block;
    width: auto;
    height: 90px;
    margin: 0 auto;
    filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3)); }
  .box_button .text {
    color: #FFFFFF;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 36px;
    filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3)); }
    .box_button .text ~ .note {
      color: #FFFFFF;
      color: #FFFFFF;
      font-family: sans-serif;
      font-size: 12.8571428571px;
      filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.3));
      display: block;
      text-align: right;
      padding-right: 1.7em; }
  .box_button.disabled {
    filter: grayscale(1);
    opacity: .3; }
  .box_button.flyoverButton {
    padding: 0; }
    .box_button.flyoverButton.loading {
      opacity: .2; }
    .box_button.flyoverButton iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 30px; }
    .box_button.flyoverButton.open > iframe {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: fixed;
      z-index: 100000;
      border-radius: 0; }

.places {
  padding: 0 80px; }
  .places .places--timeline {
    margin-left: -50px;
    margin-right: -50px; }

.road_name {
  background: #01AE7D;
  border-radius: 10px;
  border: 1px solid #04875E;
  position: relative;
  height: 120px;
  height: 5vw;
  padding: 10px;
  padding: .33vw;
  filter: drop-shadow(1px 5px 4px rgba(0, 0, 0, 0.2)); }
  .road_name:before {
    content: "";
    display: block;
    z-index: 0;
    background: #01AE7D;
    border-radius: 5px;
    border: 4px solid white;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .road_name > .row {
    z-index: 1;
    position: absolute;
    color: #FFFFFF;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 20px; }
  .road_name .center {
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    font-size: 1.1vw; }
  .road_name .place--type-exit {
    background: url("icons/pages/exits.png") no-repeat bottom right;
    background-size: 35px;
    background-size: 1.16vw;
    margin: 0; }
    .road_name .place--type-exit > * {
      padding: 0 30px;
      padding: 0 1vw;
      max-height: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }

.place--rod {
  position: relative;
  height: 0;
  width: 1px;
  margin: 0 auto; }
  .place--rod:before, .place--rod:after {
    content: "";
    border-left: 2px solid #C0C2C5;
    height: 20px;
    position: absolute;
    margin: 0 auto; }
  .place--rod:before {
    top: 10px; }
  .place--rod:after {
    top: 70px; }

.place--times {
  margin-bottom: 30px; }
  .place--times .stopwatch {
    font-size: 35px;
    white-space: nowrap; }
    .place--times .stopwatch .timecircle-wrap {
      width: 35px;
      height: 35px;
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle; }
    .place--times .stopwatch .pie {
      transform: scale(0.25);
      transform-origin: top left;
      /* Basic layout */
      display: inline-block;
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      /* A little styling */
      border: 20px solid #5397F7;
      /* fixes a minor clipping issue in Chrome */
      background-origin: border-box;
      background-image: conic-gradient(#FFFFFF 30deg, #5397F7 0 30deg); }
      .place--times .stopwatch .pie:after {
        content: "";
        display: block;
        position: absolute;
        border: 12px solid #FFF;
        width: calc(100px + 12px);
        height: calc(100px + 12px);
        box-sizing: border-box;
        border-radius: 50%;
        top: -6px;
        left: -6px; }
      .place--times .stopwatch .pie--inverse {
        background-image: conic-gradient(#5397F7 30deg, #FFFFFF 0 30deg); }
    .place--times .stopwatch .time_label {
      vertical-align: middle;
      font-family: sans-serif;
      margin-left: .25em; }
    .place--times .stopwatch .time_label {
      font-size: 25px;
      font-size: 1.6vw; }
  .place--times .end_time {
    font-size: 23px;
    white-space: nowrap;
    padding-left: 10px; }
    .place--times .end_time .timecircle-wrap {
      width: 23px;
      height: 23px;
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle; }
    .place--times .end_time .clock_frame {
      position: relative;
      display: inline-block;
      width: 100px;
      height: 100px;
      border: 12px solid #C74039;
      border-radius: 50%;
      transform: scale(0.185483871);
      transform-origin: top left; }
      .place--times .end_time .clock_frame:before {
        content: "";
        position: absolute;
        display: block;
        width: 8%;
        height: 8%;
        border-radius: 50%;
        background: #C74039;
        top: 46%;
        left: 46%; }
    .place--times .end_time .clock {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
      .place--times .end_time .clock .minute {
        /* minute handle */
        position: absolute;
        width: 1px;
        height: 45%;
        display: block;
        border-left: 4px solid #C74039;
        border-right: 4px solid #C74039;
        content: '';
        left: 46px;
        top: 5%;
        animation-duration: 3600s;
        /* 60 minutes */ }
      .place--times .end_time .clock .hour {
        /* hour handle */
        position: absolute;
        width: 1px;
        height: 40%;
        display: block;
        border-left: 4px solid #C74039;
        border-right: 4px solid #C74039;
        content: '';
        left: 46px;
        top: 10%;
        animation-duration: 43200s;
        /* 12 hours */ }
      .place--times .end_time .clock .hour, .place--times .end_time .clock .minute {
        box-sizing: border-box;
        background: red;
        transform-origin: bottom;
        animation-name: dial;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: -0s;
        box-shadow: 0 0 1px rgba(255, 255, 255, 0);
        animation-play-state: paused; }
    .place--times .end_time .time_label {
      font-size: 23px;
      font-family: sans-serif;
      margin-left: .2em;
      display: inline-block;
      vertical-align: middle; }
@keyframes dial {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .place--times .end_time .time_label {
      font-size: 20px;
      font-size: 1.28vw;
      padding-left: 10px; }
  .place--times .stopwatch,
  .place--times .end_time {
    filter: grayscale(1);
    opacity: .8;
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    .place--times .stopwatch .time_label,
    .place--times .end_time .time_label {
      color: #555; }

.place--productivity .place {
  margin-bottom: 20px; }

.place--productivity-icon {
  text-align: center; }
  .place--productivity-icon img {
    width: 90%;
    margin: 0 auto;
    display: block; }
  .place-enabled .place--productivity-icon img {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2)); }
  .place-disabled .place--productivity-icon img {
    filter: drop-shadow(0 0 1px #444); }

.place--productivity-number {
  text-align: center;
  font-family: sans-serif;
  font-size: 25px;
  margin-top: 10px;
  display: block; }
  .place-disabled .place--productivity-number {
    opacity: 0; }

.places--timeline {
  margin: 42px 0;
  position: relative; }
  .places--timeline .places--line {
    height: 11px;
    background: #9D9FA3;
    border: 2px solid #67686C;
    border-right-style: none;
    border-left-style: none; }
  .places--timeline .places--fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    background: -webkit-gradient(linear, right center, left center, color-stop(1, rgba(255, 255, 255, 0)), color-stop(0, white));
    background: -moz-linear-gradient(center left, white 0%, rgba(255, 255, 255, 0) 100%); }
  .places--timeline .places--fake_node {
    position: relative;
    margin-top: -30.5px;
    margin-left: -17.5px; }
    .places--timeline .places--fake_node .circle {
      position: relative;
      background: #318DFF;
      width: 35px;
      height: 35px;
      border-radius: 45px;
      border: 1px solid black;
      padding: 5px; }
      .places--timeline .places--fake_node .circle:after {
        content: "";
        position: absolute;
        top: 7.9166666667px;
        left: 13.75px;
        width: 0;
        height: 0;
        border-top: 14.5833333333px solid transparent;
        border-left: 25.259074277px solid white;
        border-bottom: 14.5833333333px solid transparent; }
    .places--timeline .places--fake_node .halo:before {
      content: "";
      position: absolute;
      width: 45px;
      height: 45px;
      top: 0;
      left: 0;
      border-radius: 45px;
      border: 1px solid #318DFF;
      transform-origin: center;
      transform: scale(1.6);
      opacity: .7; }
    .places--timeline .places--fake_node .halo:after {
      content: "";
      position: absolute;
      width: 45px;
      height: 45px;
      top: 0;
      left: 0;
      border-radius: 45px;
      border: 1px solid #318DFF;
      transform-origin: center;
      transform: scale(2.2);
      opacity: .4; }

body.refuel .timeline {
  margin-bottom: 20px; }
body.refuel .fuel-stations {
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  white-space: nowrap; }
  @media (max-width: 1200px) {
    body.refuel .fuel-stations {
      font-size: 18px; } }
  @media (max-width: 978px) {
    body.refuel .fuel-stations {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body.refuel .fuel-stations {
      font-size: 14px; } }
  body.refuel .fuel-stations .fuel-station {
    max-width: 200px;
    width: 25%;
    display: inline-block;
    margin: 0 2%; }
    body.refuel .fuel-stations .fuel-station .fuel-station-details {
      padding: 5px;
      text-align: center;
      border: 2px solid #318DFF;
      border-radius: 5px;
      box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.3); }
      body.refuel .fuel-stations .fuel-station .fuel-station-details .heading {
        color: #318DFF;
        border-bottom: 1px solid silver;
        padding: 10px; }
      body.refuel .fuel-stations .fuel-station .fuel-station-details .name {
        margin: 30px auto;
        color: black; }
      body.refuel .fuel-stations .fuel-station .fuel-station-details .additional_time {
        color: #318DFF;
        margin: 10px auto; }
    body.refuel .fuel-stations .fuel-station .fuel-station-button > * {
      border-radius: 4px;
      margin: 8px 0;
      padding: 8px 10px;
      color: #FFFFFF;
      font-family: sans-serif;
      font-size: 18px;
      box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.3);
      background-color: #318DFF;
      display: block; }
      @media (max-width: 1200px) {
        body.refuel .fuel-stations .fuel-station .fuel-station-button > * {
          font-size: 16px; } }
      @media (max-width: 978px) {
        body.refuel .fuel-stations .fuel-station .fuel-station-button > * {
          font-size: 15px; } }
      @media (max-width: 768px) {
        body.refuel .fuel-stations .fuel-station .fuel-station-button > * {
          font-size: 12px; } }
      body.refuel .fuel-stations .fuel-station .fuel-station-button > * span {
        color: white;
        text-align: center;
        display: block;
        width: auto;
        margin: 0 auto; }
        body.refuel .fuel-stations .fuel-station .fuel-station-button > * span:before {
          content: "+";
          color: #318DFF;
          display: inline-block;
          width: 15px;
          height: 15px;
          background: white;
          border-radius: 8px;
          line-height: 0.8em;
          vertical-align: top;
          margin: 1px 0.6em 0 0;
          text-align: center;
          padding: 0; }
          @media (max-width: 1200px) {
            body.refuel .fuel-stations .fuel-station .fuel-station-button > * span:before {
              width: 15px;
              height: 15px; } }
          @media (max-width: 978px) {
            body.refuel .fuel-stations .fuel-station .fuel-station-button > * span:before {
              width: 15px;
              height: 15px; } }
          @media (max-width: 768px) {
            body.refuel .fuel-stations .fuel-station .fuel-station-button > * span:before {
              width: 11px;
              height: 11px; } }

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