/* ========================================================================
 * TIMELINE
 * ======================================================================== */
.timeline {
  border-collapse: collapse;
  border-spacing: 0px;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline:before {
  background-color: #d8d9df;
  bottom: 30px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
.timeline .time-show {
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.timeline .time-show.first {
  /*margin-top:-80px;*/
}
.timeline .time-show a {
  color: #fff;
}
.timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
  background: #C7CBD6;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease-in-out 0s;
}
.timeline .timeline-icon i {
  margin-top: 9px;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline .timeline-date {
  left: -218px;
  position: absolute;
  text-align: right;
  top: 9px;
  width: 150px;
  display: block;
  color: #999;
  font-size: 12px;
}

.timeline-title {
  color: #C8CCD7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.time-show .btn {
  width: 150px;
}

.t-info {
  color: #C8CCD7;
}

.timeline-item {
  display: table-row;
}
.timeline-item.alt:before {
  display: none;
}
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.alt .timeline-desk .panel-primary .panel-heading .arrow-alt {
  border-left: 8px solid #00B1E1 !important;
}
.timeline-item.alt .timeline-desk .panel-primary .panel-heading .arrow {
  border-right: 8px solid #00B1E1 !important;
}
.timeline-item.alt .timeline-desk .panel-primary a {
  color: #00B1E1;
}
.timeline-item.alt .timeline-desk .panel-success .panel-heading .arrow-alt {
  border-left: 8px solid #8CC152 !important;
}
.timeline-item.alt .timeline-desk .panel-success .panel-heading .arrow {
  border-right: 8px solid #8CC152 !important;
}
.timeline-item.alt .timeline-desk .panel-success a {
  color: #8CC152;
}
.timeline-item.alt .timeline-desk .panel-info .panel-heading .arrow-alt {
  border-left: 8px solid #63D3E9 !important;
}
.timeline-item.alt .timeline-desk .panel-info .panel-heading .arrow {
  border-right: 8px solid #63D3E9 !important;
}
.timeline-item.alt .timeline-desk .panel-info a {
  color: #63D3E9;
}
.timeline-item.alt .timeline-desk .panel-warning .panel-heading .arrow-alt {
  border-left: 8px solid #F6BB42 !important;
}
.timeline-item.alt .timeline-desk .panel-warning .panel-heading .arrow {
  border-right: 8px solid #F6BB42 !important;
}
.timeline-item.alt .timeline-desk .panel-warning a {
  color: #F6BB42;
}
.timeline-item.alt .timeline-desk .panel-danger .panel-heading .arrow-alt {
  border-left: 8px solid #E9573F !important;
}
.timeline-item.alt .timeline-desk .panel-danger .panel-heading .arrow {
  border-right: 8px solid #E9573F !important;
}
.timeline-item.alt .timeline-desk .panel-danger a {
  color: #E9573F;
}
.timeline-item.alt .timeline-desk .panel-lilac .panel-heading .arrow-alt {
  border-left: 8px solid #906094 !important;
}
.timeline-item.alt .timeline-desk .panel-lilac .panel-heading .arrow {
  border-right: 8px solid #906094 !important;
}
.timeline-item.alt .timeline-desk .panel-lilac a {
  color: #906094;
}
.timeline-item.alt .timeline-desk .panel-inverse .panel-heading .arrow-alt {
  border-left: 8px solid #2A2A2A !important;
}
.timeline-item.alt .timeline-desk .panel-inverse .panel-heading .arrow {
  border-right: 8px solid #2A2A2A !important;
}
.timeline-item.alt .timeline-desk .panel-inverse a {
  color: #2A2A2A;
}
.timeline-item.alt .timeline-desk .panel-teal .panel-heading .arrow-alt {
  border-left: 8px solid #37BC9B !important;
}
.timeline-item.alt .timeline-desk .panel-title {
  text-align: right;
}
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #FBFBFB;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}
.timeline-item.alt .timeline-desk .album {
  margin-top: 20px;
  float: right;
}
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -60px;
}
.timeline-item.alt .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.alt h1, .timeline-item.alt p {
  text-align: right;
}
.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item .timeline-desk .panel-primary .panel-heading .arrow-alt {
  border-left: 8px solid #00B1E1 !important;
}
.timeline-item .timeline-desk .panel-primary .panel-heading .arrow {
  border-right: 8px solid #00B1E1 !important;
}
.timeline-item .timeline-desk .panel-primary a {
  color: #00B1E1;
}
.timeline-item .timeline-desk .panel-success .panel-heading .arrow-alt {
  border-left: 8px solid #8CC152 !important;
}
.timeline-item .timeline-desk .panel-success .panel-heading .arrow {
  border-right: 8px solid #8CC152 !important;
}
.timeline-item .timeline-desk .panel-success a {
  color: #8CC152;
}
.timeline-item .timeline-desk .panel-info .panel-heading .arrow-alt {
  border-left: 8px solid #63D3E9 !important;
}
.timeline-item .timeline-desk .panel-info .panel-heading .arrow {
  border-right: 8px solid #63D3E9 !important;
}
.timeline-item .timeline-desk .panel-info a {
  color: #63D3E9;
}
.timeline-item .timeline-desk .panel-warning .panel-heading .arrow-alt {
  border-left: 8px solid #F6BB42 !important;
}
.timeline-item .timeline-desk .panel-warning .panel-heading .arrow {
  border-right: 8px solid #F6BB42 !important;
}
.timeline-item .timeline-desk .panel-warning a {
  color: #F6BB42;
}
.timeline-item .timeline-desk .panel-danger .panel-heading .arrow-alt {
  border-left: 8px solid #E9573F !important;
}
.timeline-item .timeline-desk .panel-danger .panel-heading .arrow {
  border-right: 8px solid #E9573F !important;
}
.timeline-item .timeline-desk .panel-danger a {
  color: #E9573F;
}
.timeline-item .timeline-desk .panel-lilac .panel-heading .arrow-alt {
  border-left: 8px solid #906094 !important;
}
.timeline-item .timeline-desk .panel-lilac .panel-heading .arrow {
  border-right: 8px solid #906094 !important;
}
.timeline-item .timeline-desk .panel-lilac a {
  color: #906094;
}
.timeline-item .timeline-desk .panel-inverse .panel-heading .arrow-alt {
  border-left: 8px solid #2A2A2A !important;
}
.timeline-item .timeline-desk .panel-inverse .panel-heading .arrow {
  border-right: 8px solid #2A2A2A !important;
}
.timeline-item .timeline-desk .panel-inverse a {
  color: #2A2A2A;
}
.timeline-item .timeline-desk .panel-teal .panel-heading .arrow {
  border-right: 8px solid #37BC9B !important;
}
.timeline-item .timeline-desk .panel-title {
  text-align: left;
}
.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #FBFBFB;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-desk h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}
.timeline-desk .panel {
  display: block;
  margin-left: 45px;
  position: relative;
  text-align: left;
  background: #fff;
  margin-bottom: 5px;
}
.timeline-desk .panel .panel-heading {
  padding: 5px 10px;
}
.timeline-desk .panel:hover .timeline-icon {
  box-shadow: 0px 0px 10px 5px #FFF;
}
.timeline-desk .panel.rounded {
  overflow: inherit !important;
}
.timeline-desk .panel.rounded .panel-body {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
}
.timeline-desk .panel.circle .panel-body {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50%;
  border-radius: 50% !important;
}
.timeline-desk .album {
  margin-top: 20px;
  text-align: center;
}
.timeline-desk .album img {
  margin: 5px;
  display: inline-block;
}
.timeline-desk .notification {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 20px;
  padding: 8px;
}
.timeline-desk span a {
  text-transform: uppercase;
}
.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.timeline-desk p {
  font-size: 14px;
  margin-bottom: 0;
  color: #999;
}
