@charset "utf-8";
/* CSS Document */
.hidden{
  display: none;
}
.timeline1 {
  padding-top: 90px;
  padding-bottom: 90px;
  /*background-color: #f8f8f8;*/
}
.timeline1 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.timeline1 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f6f6f6;
  margin-left: 2rem;
	    box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
}
.timeline1 .timeline-text-content p {
  margin-bottom: 0;
}
.timeline1 .time-line-date-content {
  margin-right: 2rem;
}
.timeline1 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #f8f8f8;
  float: right;
}
.timeline1 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.timeline1 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.16);
  transition: all .4s;
}
.timeline1 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.16);
  transition: all .4s;
}
.timeline1 .mbr-timeline-date,
.timeline1 .timeline-text-content {
	box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.36);
	transition: all .4s;
}
.timeline1 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.timeline1 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.timeline1 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.timeline1 .reverse .time-line-date-content p {
  float: left;
}
.timeline1 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #343b40;
  top: 20px;
  margin-left: -10px;
}
.timeline1 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #DBDBDB;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .timeline1 .iconBackground {
    left: 0 !important;
  }
  .timeline1 .separline:before {
    left: 0!important;
  }
  .timeline1 .timeline-text-content {
    margin-left: 0 !important;
  }
  .timeline1 .time-line-date-content {
    margin-right: 0 !important;
  }
  .timeline1 .time-line-date-content p {
    float: left !important;
  }
  .timeline1 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .timeline1 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}