@charset "utf-8";

.lc {
  max-width: 30%;
  margin: 35px auto 0;
  padding: 3% 15%;
  color: #333;
  background: #fff url(../images/about_bgn.jpg) no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

#timeline {
  list-style: none;
  margin: 50px 0 30px 120px;
  padding-left: 30px;
  border-left: 3px solid #eee9dc;
}
#timeline li {
  margin: 25px 0;
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
}
.date1 {
    font-size: 22px;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -41px;
  width: 10px;
  height: 10px;
  background: #178ecc;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.radio:checked ~ .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
/*.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}*/
.radio:checked ~ .content:after {
  border-right-color: #666;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

label {
  font-size: 18px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 22px;
  transition: transform 0.2s linear;
  transform: translateX(10px);
}

.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
  background: #f98262;
}
.radio:checked ~ .content {
  max-height: 180px;
  border-color: #666;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content p {
  max-height: 200px;
  color: #666;
  transition: color 0.3s linear 0.3s;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */


@media screen and (max-width: 1440px) {

.lc {
  max-width: 60%;
  padding: 3% 10%;
}
}
@media screen and (max-width: 1200px) {

.lc {
  max-width: 70%;
  padding: 3% 10%;
}
}

@media screen and (max-width: 768px) {

.lc {
  max-width: 94%;
  padding: 3% 1%;
}
#timeline{
    margin: 50px 0 30px 96px;
}
label{
    top: 15px;
    transform: translateX(0);
}
.date{
    left: -126px;
}
.radio:checked ~ .content{
    transform: translateX(0px);
    margin-right: 0;
}
.radio:checked + .relative label{
    width: 88%;
    transform: translateX(20px);
}
/*  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 50px 0;
  }

  label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }*/

/*  .content {
    padding-top: 45px;
    border-color: #eee9dc;
  }
  .content:before, .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {
    border-bottom-color: #178ecc;
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
*/
 /* .circle, .date {
    display: none;
  }*/
}