.container {
  width: 100%;
  margin: 0 auto;
}
.container::after {
  content: '';
  display: table;
  clear: both;
}

#timeline {
  position: relative;
}
#timeline::before {
  /* vertical line */
  content: '';
  position: absolute;
  top: 0;
  margin-left:18px;
  height: 100%;
  width: 4px;
}
@media only screen and (min-width: 300px) {
  #timeline {
    margin-bottom: 10px;
  }
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.timeline-block {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 300px) {
  .timeline-block {
    margin: 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-img {
    height: auto;
	float: left;
	margin-right: 40px;
    width: 40px;
}

.timeline-block:nth-child(2n) .timeline-img {
    float: right;
    margin-left: 40px;
	margin-right:0;
}

.timeline-img img {
    display: block;
    height: auto;
    left: 56%;
    margin-left: -22px;
    margin-top: 5px;
    position: relative;
    top: 22%;
    width: 60%;
}

.timeline-block:nth-child(2n) .timeline-img img {
    margin-left: -20px;
}

@media only screen and (min-width: 300px) {
  .timeline-img {
    backface-visibility: hidden;
    background: #dd6367 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 60px;
    margin-top: 0.5%;
    transform: translateZ(0px);
    width: 60px;
}
  .cssanimations .timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: bounce-1 0.6s;
    -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
  }
}

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  background: transparent;
  padding: 10px;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content p, .timeline-content .read-more, .timeline-content .date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.timeline-content .read-more, .timeline-content .date {
  display: inline-block;
}
.timeline-content p {
  margin: 10px 0;
  line-height: 1.6;
}
.timeline-content .read-more {
  float: right;
  padding: 8px 10px;
  background: #acb7c0;
  color: white;
}
.no-touch .timeline-content .read-more:hover {
  background-color: #bac4cb;
}
.timeline-content .date {
  float: left;
  padding: 8px 0;
  color: #dd6367;
}
.timeline-content::before {
    content: "";
    float: left;
    height: 0;
    position: relative;
    width: auto;
}
@media only screen and (min-width: 300px) {
  .timeline-content h2 {
    font-size: 20px;
  }
  .timeline-content p {
    font-size: 14px;
  }
  .timeline-content .read-more, .timeline-content .date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 300px) {
  .timeline-content {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 50%;
}
  .timeline-content::before {
    top: 24px;
    left: 100%;
  }
  .timeline-content .read-more {
    float: left;
  }
  .timeline-content .date {
    font-size: 14px;
    position: relative;
    width: 100%;
	font-weight:400;
}
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
	text-align:right;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
  }
  .cssanimations .timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: bounce-2 0.6s;
    -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
  }
}

@media only screen and (min-width: 300px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}





@media only screen and (max-width:540px) {
	#timeline::before, .timeline-img {
		left: 7%;
		z-index:1;
	}
	
	.timeline-content {
		float: right;
		width: 80%;
		z-index:0;
	}
}