@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: 800px;
  height: 400px;
  display: flex;
  height: inherit;
  display: flex;
  align-items: center;
  /* Vertically centers items */
  justify-content: center;
  /* border: 1px solid #ddd;
  box-sizing: border-box;  */

}



.timeline-dots-wrap {
  position: absolute;
  overflow: hidden;
}

.timeline-horizontal .timeline-dots-wrap {
  width: 100%;
  height: 35px;
}

.timeline-vertical .timeline-dots-wrap {
  width: 65px;
  height: 100%;
  top: 0;
}

.timeline-dots-wrap.bottom {
  bottom: -50px;
}

.timeline-dots-wrap.top {
  top: -50px;
}

.timeline-dots-wrap.left {
  left: -65px;
}

.timeline-dots-wrap.right {
  right: -70px;
}

.timeline-dots {
  margin: 0;
  padding: 0;
  position: relative;
  width: auto !important;
  height: 100%;
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.timeline-horizontal .timeline-dots {
  background: url("../img/timeline-bg.png") bottom repeat-x;
}

.timeline-vertical .timeline-dots {
  background: url("../img/timeline-vertical-bg.png") left repeat-y;
}

.timeline-dots li {
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  list-style: none;
  /* overflow: hidden; */
}

.timeline-horizontal .timeline-dots li {
  float: left;
  /* width: 50px; */
  width: auto;
  text-align: center;
}

.timeline-vertical .timeline-dots li {
  width: 100%;
}

.timeline-dots li.slide-active button {
  /* color: #2972ca; */
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.timeline-dots button {
  cursor: pointer;
  border: none;
  outline: none;
  color: #333;
  font-size: 12px;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.timeline-horizontal .timeline-dots button {
  background: url("../img/date-icon.png") bottom no-repeat;
  padding-bottom: 15px;
}

.timeline-vertical .timeline-dots button {
  background: url("../img/date-icon-vertical.png") left no-repeat;
  padding-left: 15px;
}

.timeline-container {
  width: 800px;
  margin: 0 auto;
}

.timeline-list {
  width: 800px;
}

.timeline-item {
  width: 800px;
  height: 400px;
  padding: 10px;
  /* border: 1px solid #ddd;  */
}

.timeline-theme-1 {
  left: 200px;
}

.timeline-theme-bg {
  background-position: center center;
  background-size: cover;
  background: url('../images/banner/political-bg-1.jpg');
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .timeline-theme-bg {
    background-image: none;
  }

  .timeline-theme-1 {
    left: -200px;
  }

   .timeline-title 
  {
    font-size: 1.20rem !important;
    visibility: visible !important;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .timeline-theme-bg {
    background-image: none;
  }
  .timeline-theme-1 {
    left: -200px;
  }

   .timeline-title 
  {
    font-size: 1.20rem !important;
    visibility: visible;
  }
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .timeline-theme-bg {
    background-image: none;
  }
.timeline-theme-1 {
    left: 0px;
  }

  .timeline-title 
  {
    font-size: 1.20rem !important;
    visibility: visible;
  }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .timeline-theme-bg {
  background-position: center center;
  background-size: cover;
  background: url('../images/banner/political-bg-1.jpg');
  background-repeat: no-repeat;
}
.timeline-theme-1 {
    left: 200px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
  .timeline-theme-bg {
  background-position: center center;
  background-size: cover;
  background: url('../images/banner/political-bg-1.jpg');
  background-repeat: no-repeat;
}
.timeline-theme-1 {
    left: 200px;
  }


}
.white{
  color: white !important;
}
