/* expanding input CSS only */
#myInput		{width:130px}
#myInput:focus	{width:100%;}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    text-align:left;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



/* 

.timeline {
    background: url("../images/timelineLine.png") repeat-y scroll 50% 0 rgba(0, 0, 0, 0);
    height: auto;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.timeline .year {
    background: none repeat scroll 0 0 #505050;
    border-radius: 30% / 100%;
    clear: both;
    color: white;
    font-size: 3em;
    margin: 50px auto 1em;
    max-width: 4em;
    text-align: center;
}
.timeline .year:first-of-type {
    margin-top: 0 !important;
}
.timeline .event {
    background: none repeat scroll 0 0 white;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    clear: right;
    color: #4d4d4d;
    display: block;
    float: right;
    list-style-type: none;
    margin: 10px 2.5%;
    padding: 0.4em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s linear 0s;
    width: 45%;
    z-index: 15;
}
.timeline .event.featured {
    background: none repeat scroll 0 0 #e8e8e8;
    width: 95% !important;
}
.timeline .event.featured:after, .timeline .event.featured:before {
    display: none;
}
.timeline .event.offset-first {
    margin-top: -1.5em !important;
}
.timeline .event img {
    margin-top: 10px;
    max-width: 100%;
}
.timeline .event:nth-child(2n) {
    clear: left;
    float: left;
}
.timeline .event:after {
}
.timeline .event:nth-child(2n):after {
    left: auto;
    right: -5%;
}



/* TIMELINE */
.timeline{}
.timeline .year{width:100%; background:#3d4754; padding:8px 10px; margin:20px auto 40px !important; font-size:20px}

.timeline .year{border-radius:3px;}
.timeline .event{padding:0; border:0; border-radius:0;}
.timeline .event:nth-child(2n) .event-date{-webkit-border-radius:3px 0 0 0; border-radius:3px 0 0 0;}
.timeline .event:nth-child(2n-1) .event-date{-webkit-border-radius:0 3px 0 0; border-radius:0 3px 0 0;}
.timeline .event:nth-child(2n):after{content:""; display:inline-block;position:absolute; right:-12px !important; top:12px; width:0; height:0; border-left:12px solid #FFF; border-top:12px solid transparent; border-bottom:12px solid transparent; }
.timeline .event:nth-child(2n):before{content:"";display:inline-block;position:absolute; right:-7.6% !important; top:20px; width:20px; height:20px; background:#e06d58; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.timeline .event:nth-child(2n-1):after{content:"";display:inline-block;position:absolute; left:-12px !important; top:12px; width:0; height:0; border-right:12px solid #FFF; border-top:12px solid transparent; border-bottom:12px solid transparent}
.timeline .event:nth-child(2n-1):before{content:"";display:inline-block;position:absolute; left:-7.6% !important; top:20px; width:20px; height:20px; background:#e06d58; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%}
.timeline .event-date{margin:-1px -1px -9px; background:#FFF; border-bottom:1px solid #f2f2f2; text-align:left; padding:10px 10px; font-weight:500; font-size:16px;}
.timeline .event-date small{display:block; font-size:12px; color:#a1a1a1; font-weight:normal;}
.timeline .event-date i{margin-right:7px}
.timeline .event-footer{margin:6px 0; text-align:left; padding:8px 10px; background:none; border-top:1px solid #f1f1f1;}
.timeline .event-footer:after, .timeline .event-footer:before{display:table; content:" ";}
.timeline .event-footer:after{clear:both;}
.timeline p{padding:6px 10px; text-align:left; color:#a1a1a1; line-height:20px; font-size:16px}
.timeline iframe{margin:10px 0 0 0;}

/* TIMELINE */
.timeline .year{background:#31363a; }

 */
