
div#timeline {
 background-color: #dfce50;
    margin-top: 100px;
    height: 10px;
    width: 94%;
    left: 2%;
    position: relative;
  //box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;}

  .inside {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
  }
  .dot {
    //box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    z-index: 99;
    transition : 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    background-color: #cdcdcd;
    cursor: pointer;}
.dot :active {
  border-color: #dfce5057;
  box-shadow: 0px 0px 15px #dfce50;
}
   div#one{
      left: 0%;
    }
    div#two{
      left: 12.5%;
    }
    div#three{
      left: 25%;
    }
    div#four{
      left: 37.5%;
    }
    div#five{
      left: 50%;
    }
    div#six{
      left: 62.5%;
    }
    div#seven{
      left: 75%;
    }
    div#eight{
      left: 87.5%;
    }
     div#nine{
      left: 100%;
    }
    .dot:hover {
      transform: scale(1.2);
    }
    
    .dot-span {
      display: inline-block;
      margin-top: 10px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
  

/*.modal-garage {
      display: block;
    top: 10%;
    position: relative;
    color: #FFF;
    padding: 2em;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    background: #ffd658;
}*/

.modal-garage {
    display: block;
    top: 10%;
    position: relative;
    color: #FFF;
    padding: 2em;
    min-width: 500px;
    max-width: 500px;
    margin: 20px auto;
    background-image: url(../images/garage-bg.svg);
    background-size: cover;
    border-bottom: 8px solid #8a909b;
    border-bottom-right-radius: 2%;
    border-bottom-left-radius: 2%;
}

  date {
    display: block;
    text-align: center;
  }
  .modal-garage date {
      margin-top: -6px;
    color: #bdc3c7;
    font-size: 1.25rem;
    text-align: right;

}
  /*.modal-garage h2 {
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }*/
  .modal-garage h2 {
        font-size: 2em;
    padding: 50px 0px 30px 0;
    text-align: center;
    color:#ececec;
}
  /*.modal-garage p {
    line-height: 130%;
  }*/
  .modal-garage p {
   line-height: 130%;
    width: 85%;
    margin-left: 30px;
    text-align: justify;
    color: #777;
}

div.mask {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99999;
	article {
    position: relative;
    top: -100%;
    margin-top: 50px;
    max-width : 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    date {
      display: block;
      text-align: right;
    }
    h2 {
      font-size: 5rem;
      padding: 10px 0;
      border-bottom: solid #111 2px;
      margin-bottom: 20px;
    }
    p {
      line-height: 130%;
    }
  }
}
.circle-container-garage{
  position: relative;
  perspective: 1000;  
  margin: 0 auto; 
}
    
.circle-container-garage:hover .circle-garage{
  transform: rotate3d(45, 45, 0, 180deg);
}
    
.circle-container-garage:hover .outer-ring-garage {
  transform: rotate3d(45, 0, 0, 180deg);
}

.circle-container-garage:hover .outer-outer-ring-garage {
  transform: rotate3d(0, 45, 0, 180deg);
}
    
.circle-container-garage, .front-garage, .back-garage {
      width: 280px;
    height: 280px;
  background-color: rgba(0,0,0,0);
}
    
.circle-garage, .outer-ring-garage, .outer-outer-ring-garage {
  transition: 0.5s;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
    
.circle-garage {
  position: relative;
  width: 280px;
  height: 280px;
}
    
.front-garage, .back-garage {
      border-radius: 50%;
    //box-shadow: 0px 0px 20px rgb(223, 206, 80);
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
	transform: rotateX(0deg);
}
    
.front-garage {
  
  background-color: #fff;
    z-index: 2;
}
    
.front-garage p{
  margin-top: 2em;
  font-weight: 100;
  font-size: 2em;
  text-align: center;
  color: #dfce50;
}

.back-garage p {
 display: block;
    position: relative;
    left: 47.5%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    font-size: 1em;
    max-width: 250px;
    margin-left: 15px;
    font-weight: 100;  
}
    
.back-garage {
  transform: rotate3d(45,45,0,180deg);
  background-color: #dfce50;
}
    
.back-logo {
  width: 60%;
  display: block;
  margin: 2em auto;
}
    
.outer-ring-garage {
 position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    border: 10px solid #dfce5057;
    width: 300px;
    height: 300px;
    background-color: rgba(255,255,255,0);
    box-shadow: 0px 0px 5px #dfce50;
}

.outer-outer-ring-garage {
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 211px;
  height: 211px;
  background-color: rgba(255,255,255,0);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.accel-row
{
margin-top:50px;
margin-bottom: :50px;
}
/*.modal-garage date{
  text-align: right;
font-style:italic; 
}*/
.garage-rocket {
    color: #a2a2a2;
    font-size: 2em;
    position: absolute;
    left: 1.1%;
    transform: rotateZ(45deg);
    top: -11px;
    z-index: 100;
}
._364Vk0R65B1GXViJwyA9fM {
border-radius:50%!important;}
