@charset "UTF-8";
/*!
	Timeline - v0.0.1
	ilker Yılmaz
	https://github.com/ilkeryilmaz/timeline
 */
.timeline-container {
  position: relative; }
  .timeline-container::after {
    content: '';
    display: table;
    clear: both; }

.timeline {
  width: 100%; }

.timeline-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.timeline-list-wrap {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.timeline-item {
  float: left;
  width: 1200px;
  height:auto;
  border: 1px solid #ddd;
  box-sizing: border-box; }

.timeline-dots-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height:50px;
  overflow: hidden; }
  .timeline-dots-wrap.bottom {
    bottom: -50px; }
  .timeline-dots-wrap.top {
    top: -50px; }

.timeline-dots {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%; margin-left: -120px;
  background: url("../images/timeline-bg.png") bottom repeat-x;
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .timeline-dots li {
    float: left;
    width: 200px;
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    list-style: none;
    text-align: center;
    overflow: hidden; line-height:30px;}
    .timeline-dots li.slide-active button {
      color: #099339;
      font-size: 30px; }
  .timeline-dots button {
    cursor: pointer;
    border: none;
    outline: none;
    color: #333;
    font-size: 22px;
    padding-bottom:25px;
    background: url("../images/date-icon.png") bottom no-repeat;
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.timeline-container {
  width:1200px;
  margin: 0 auto; }

.timeline-list {
  width: 1200px; }

.timeline-item {
  width: 1200px;
  height: 400px;
  padding: 10px;
  border: 1px solid #ddd; }
