 /* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 10px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 40px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.deepred {
  background-color: #BD2132;
}
.timeline .timeline-item .timeline-badge.deeprust {
  background-color: #AE5137;
}
.timeline .timeline-item .timeline-badge.brown {
  background-color: #9F6E3C;
}
.timeline .timeline-item .timeline-badge.olive {
  background-color: #8A8542;
}
.timeline .timeline-item .timeline-badge.grassgreen {
  background-color: #709d48;
}
.timeline .timeline-item .timeline-badge.brightgreen {
  background-color: #3eb250;
}

.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 0px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 0px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
  padding: 0px 10px 10px 10px;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 10px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 300px;
  width: 20%;
  min-width: 180px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

.fontawesome-color {
	color: gray;
	font-size: 18px;

}


.talk-bubble-deeprust {
	margin: 0px;
  display: inline-block;
  position: relative;
	width: 180px;
	height: auto;
	background-color: #AE5137;
  color: #ffffff;
}

.talk-bubble-deepred {
	margin: 0px;
  display: inline-block;
  position: relative;
	width: 180px;
	height: auto;
	background-color: #BD2132;
  color: #ffffff;
}

.talk-bubble-brown {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 180px;
  height: auto;
  background-color: #9F6E3C;
  color: #ffffff;
}

.talk-bubble-olive {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 180px;
  height: auto;
  background-color: #8A8542;
  color: #ffffff;
}

.talk-bubble-grassgreen {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 180px;
  height: auto;
  background-color: #709d48;
  color: #ffffff;
}

.talk-bubble-brightgreen {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 180px;
  height: auto;
  background-color: #3eb250;
  color: #ffffff;
}





/* talk bubble contents */
.talktext{
  padding: 10px;
	text-align: left;
  line-height: 1em;
  font-size: 18px;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}