@import url(animate.css);
* {
  box-sizing: border-box; }

.timeline {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-top: 40px; }
  .timeline hr {
    margin: 0 0 20px 0; }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    height: 100%;
    width: 2px;
    background-color: #5b5555; }
  .timeline h2 {
    margin: 0 auto;
    width: 130px;
    color: white;
    background:#C7070F;
    text-align: center;
    font-size: 30px;
    position: relative;
    z-index: 2; }
  .timeline h3 {
    color: inherit;
    font-weight: 300; }
  .timeline .timeline-items {
    list-style-type: none;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 0; }
    .timeline .timeline-items .timeline-item {
      position: relative;
      margin-bottom: 100px;
      left: -10px;
      padding: 20px;
      background-color: white;
      width: 45%; }
      .timeline .timeline-items .timeline-item h3 {
        font-weight: 700; }
      .timeline .timeline-items .timeline-item.is-hidden {
        visibility: hidden; }
      .timeline .timeline-items .timeline-item a {
        font-weight: 700; }
      .timeline .timeline-items .timeline-item time::before {
        font-family: FontAwesome, sans-serif;
        content: '\f017';
        margin-right: 10px; }
      .timeline .timeline-items .timeline-item::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: -1em;
        top: 0; }
      .timeline .timeline-items .timeline-item::after {
        content: '';
        background: #5b5555;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -15px;
        border-radius: 100%;
        left: calc(100% + 10.4%); }
      .timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
        background-color: #00acc1;
        color: white; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
          border-top: 1px solid #00c3db; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
          color: #1759a2; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
          border-top: 1em solid #00acc1;
          border-right: 1em solid transparent; }
      .timeline .timeline-items .timeline-item:nth-of-type(2n) {
        background-color: #e57373;
        color: white; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
          border-top: 1px solid #e98989; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) a {
          color: #601010; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
          border-top: 1em solid #e57373;
          border-right: 1em solid transparent; }
      .timeline .timeline-items .timeline-item.inverted {
        position: relative;
        left: 54%;
        text-align: right; }
        .timeline .timeline-items .timeline-item.inverted::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: -1em;
          top: 0; }
        .timeline .timeline-items .timeline-item.inverted::after {
          content: '';
          background: #5b5555;
          width: 30px;
          height: 30px;
          position: absolute;
          top: -15px;
          border-radius: 100%;
          left: calc(-8.78% - 13px); }
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
          background-color: #00acc1;
          color: white; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) a {
            color: #1759a2; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
            border-top: 1em solid #00acc1;
            border-left: 1em solid transparent; }
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
          background-color: #e57373;
          color: white; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
            color: #601010; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
            border-top: 1em solid #e57373;
            border-left: 1em solid transparent; }
      .timeline .timeline-items .timeline-item.centered {
        position: relative;
        text-align: justify;
        width: 100%; }
        .timeline .timeline-items .timeline-item.centered::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: calc(50% - 4px);
          top: -12px; }
        .timeline .timeline-items .timeline-item.centered::after {
          display: none; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
          background-color: #00acc1;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) a {
            color: #1759a2; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #00acc1; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
          background-color: #e57373;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) a {
            color: #601010; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #e57373; }

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


.timeline .timeline-items {
	margin-left: 0px !important;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
	background-color: #fff;
	color: #000;
}
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
	background-color: #fff;
	color: #000;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before, .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
	border-top: 1em solid #fff;
	border-right: 1em solid transparent;
}

.timeline .timeline-items .timeline-item.inverted {
	text-align: left;
}




/*******************************************************************************/
/* PRINT CSS */  
/*******************************************************************************/
@media print {

	h1, h1, h3 { text-align:left !important; margin:0 !important; }	

	.timeline h2 {
		margin: 0;
		color: #000;
		background: none !important; 
		text-align: left;
		font-size: 30px;
	}

	.timeline .timeline-items .timeline-item.inverted {
		position: relative;
		left: 0 !important;
		text-align: left;
		}

	.timeline .timeline-items {
		list-style-type: none;
		overflow: hidden;
		padding-top: 0px;
		padding-left: 0; }

	.timeline .timeline-items .timeline-item {
		  position: relative;
		  margin-bottom: 25px;
		  left: 0px;
		  padding: 0px;
		  background-color: white;
		  width: 75%;
		}

	.timeline .timeline-items .timeline-item::after {
		display:none !important;
		width:0px;
		}	
	
	.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before, .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
		display:none !important; 
	}
	
}


.timeline ul  {
  margin-left: 0px; }

.timeline li {text-indent: 0em !important;}





@media screen and (max-width: 640px) { 
	

.timeline::before {
	left: 0px;
	 width: 5px;
}

	
.timeline h2 {
	margin: 0px; 
}
	

.timeline .timeline-items .timeline-item.inverted {
	position: relative;
	left: 0%;
	text-align: left;
}
	

.timeline .timeline-items {
	padding-top: 12px; 
}

.timeline .timeline-items .timeline-item::after {

	background: transparent;
	width: 0px;
	height: 0px;
	position: relative;
}
	
	
.timeline .timeline-items .timeline-item::after {
	content: '';
	background: transparent !important;
	width: 0px;
	height: 0px;
	position: relative !important;

}	
	
.timeline .timeline-items .timeline-item {
	position: relative;
	margin-bottom: 80px;
	width: 95%;
}
	

	.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before, .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
	border-top: 0px;
	border-right: 0px;
}
	
	
}

