@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";
@font-face {
  font-family: "LMRomanSlant10";
  src: url("fonts/lmromanslant10-regular-webfont.eot");
  src: url("fonts/lmromanslant10-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/lmromanslant10-regular-webfont.woff") format("woff"),
    url("fonts/lmromanslant10-regular-webfont.ttf") format("truetype"),
    url("fonts/lmromanslant10-regular-webfont.svg#latin_modern_roman_slante10Rg")
      format("svg");
  font-weight: normal;
  font-style: normal;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body
{
	background: #efefef;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

#app {
  padding: 50px 0;
}
.time-line {
  margin: 50px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.time-line li {
  transition: all 200ms ease-in;
}
.timestamp {
  width: 100%; // for flexible width
  margin-bottom: 20px;
  
  padding: 0px 40px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400; 
}
.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #b7b7b7;
  position: relative;
  transition: all 200ms ease-in ;
}
  
.status span {
  font-weight: 400;
  padding-top: 20px;
}
.status span:before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #efefef;
  border-radius: 25px;
  border: 2px solid #0035cb;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px); // align circle to center
  transition: all 200ms ease-in;
}
.swiper-control {
  text-align: right;
}

.swiper-container {
  width: 100%;
  height: 350px;
  margin: 50px 0;
  font-size: 14px;
 
  overflow: hidden;
  padding: 0 20px 30px 20px;
}
.swiper-slide {
  width: 200px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 16px;
   
  font-style: normal;
  
}
.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
}