/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .timeline::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #b3b3b3;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px; }
  .timeline .left {
    left: 0;
    text-align: right; }
  .timeline .right {
    left: 50%; }
  .timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white; }
  .timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent; }
  .timeline .right::after {
    left: -16px; }
  .timeline .containerTl {
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
    width: 50%; }
    .timeline .containerTl::after {
      content: "";
      position: absolute;
      width: 25px;
      height: 25px;
      right: -17px;
      background-color: white;
      border: 4px solid #FF9F55;
      top: 15px;
      border-radius: 50%;
      z-index: 1; }
    .timeline .containerTl .content {
      padding: 0px 30px;
      background-color: white;
      position: relative;
      border-radius: 6px; }
    .timeline .containerTl.right::after, .timeline .containerTl.left::after {
      border: 2px solid #CCC;
      height: 80px;
      width: 80px;
      background:#FFF;}
    .timeline .containerTl.right::after {
      left: -40px; }
    .timeline .containerTl.left::after {
      right: -40px; }
    .timeline .containerTl:nth-child(1)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center;
    }
    .timeline .containerTl:nth-child(2)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(3)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(4)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(5)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(6)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(7)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(8)::after {
      background: url("../images/construalcalde-materiales.jpg") no-repeat center #F2F2F2;
      background-size:90%;
    background-position:center center; }
    .timeline .containerTl:nth-child(9)::after {
      background: url("../images/vidalusa.jpg") no-repeat center #F2F2F2;
      background-size:91%;
    background-position:center center; }
    .timeline .containerTl:nth-child(10)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(11)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(12)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(13)::after {
      background: url("../images/construalcalde-materiales.jpg") no-repeat center #F2F2F2;
      background-size:90%;
    background-position:center center; }
    .timeline .containerTl:nth-child(14)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(15)::after {
      background: url("../images/construalcalde-materiales.jpg") no-repeat center #F2F2F2;
      background-size:90%;
    background-position:center center; }
    .timeline .containerTl:nth-child(16)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(17)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }
    .timeline .containerTl:nth-child(18)::after {
      background: url("../images/logo.png") no-repeat center #fff;
      background-size:85%;
    background-position:center center; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px; }

  /* Full-width containers */
  .containerTl {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
    .containerTl::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent; }

  /* Make sure that all arrows are pointing leftwards */
  /* Make sure all circles are at the same spot */
  .left::after {
    left: 15px; }

  .right {
    left: 0; }
    .right::after {
      left: 15px; } }
/* Make all right containers behave like the left ones */

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