@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@-webkit-keyframes part {
  0%, 100% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #a62a2c, 0 0 0 0 #a62a2c;
  }
  50% {
    box-shadow: 0 0 0 2px #ffffff, 0 0 3px 2px #a62a2c, 0 0 9px 0 #a62a2c;
  }
}
@-moz-keyframes part {
  0%, 100% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #a62a2c, 0 0 0 0 #a62a2c;
  }
  50% {
    box-shadow: 0 0 0 2px #ffffff, 0 0 3px 2px #a62a2c, 0 0 9px 0 #a62a2c;
  }
}
@keyframes part {
  0%, 100% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #a62a2c, 0 0 0 0 #a62a2c;
  }
  50% {
    box-shadow: 0 0 0 2px #ffffff, 0 0 3px 2px #a62a2c, 0 0 9px 0 #a62a2c;
  }
}

.timeline {
background: #000000c7;
position: absolute;
width: 100%;
height: 100%
}

.body-timeline-user {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: hidden;
    z-index: 99999;
}
.w-table-cell {
    position: relative;
    top: 70px;
}
.w-table {
  display: table;
  width: 100%;
  height: 100%;
}
.timeline_title {
  color: #ffffff;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 45px;
}

.timeline_card {
    position: relative;
    width: 520px;
    height: 400px;
    background-color: #fff;
    margin: 30px auto;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 9px 20px 0px rgba(133, 144, 166, 0.5);
}
.timeline_label {
    cursor: pointer;
    position: relative;
    width: 20%;
    text-align: right;
    color: #909090;
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 1%;
    letter-spacing: 1px;
    float: left;
}
.timeline_label:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #fd4b4b solid;
}

.timeline_info {
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  bottom: 0;
  text-align: center;
  font-size: 40px;
  color: #eee;
  opacity: 0;
  font-weight: 100;
  letter-spacing: 1px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.timeline_line {
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  border-bottom: 2px #eee solid;
}
.timeline_line:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fd4b4b;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline_input[type=radio] {
  display: none;
}
.timeline_input[type=radio]:checked + .timeline_label {
    color: #fd4b4b;
    font-weight: bold;
}
.timeline_input[type=radio]:checked + .timeline_label:before {
  background-color: #fd4b4b;
  -moz-animation: part 1.6s infinite ease-in-out;
  -webkit-animation: part 1.6s infinite ease-in-out;
  animation: part 1.6s infinite ease-in-out;
}
.timeline_input[type=radio]:checked + .timeline_label + .timeline_info {
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.timeline_input[type=radio]:checked:nth-of-type(1) + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info + .timeline_line:before {
  width: 22%;
}
.timeline_input[type=radio]:checked:nth-of-type(2) + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info + .timeline_line:before {
  width: 42%;
}
.timeline_input[type=radio]:checked:nth-of-type(3) + .timeline_label + .timeline_info + .timeline_input + .timeline_label + .timeline_info  + .timeline_line:before {
  width: 62%;
}

.timeline_input[type=radio]:checked:nth-of-type(4) + .timeline_label + .timeline_info + .timeline_line:before {
  width: 100%;
}



.timeline_notmore {
    position: absolute;
    top: 400px;
    float: none;
    margin: auto;
    font-family: 'montserrat';
    color: #383838;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.timeline_close {
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.user-guide__close:before, .user-guide__close:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  top: 26px;
  right: 32px;
  border-top: 2px solid #7c7c7c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.user-guide__close:before {
  right: 39px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.timeline_img {
    position: relative;
    top: -90px;
}

.timeline_text{
    position: relative;
    top: -110px;
}


.timeline_text p {
    font-size: 14px;
    padding: 40px;
    color: #8e8e8e;
    position: relative;
    top: -40px;
    font-family: 'montserrat';
}

.timeline_text a {
    color: #fd4b4b;
    font-size: 14px;
    position: relative;
    top: -80px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'montserrat';
}

.timeline_img img {
    width: 120px;
}