@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;
  border: 1px solid #ddd;
  box-sizing: border-box; }

.timeline-dots-wrap {
  position: absolute;
  overflow: hidden; }
  .timeline-horizontal .timeline-dots-wrap {
    width: 100%;
    height: 60px; }
  .timeline-vertical .timeline-dots-wrap {
    width: 65px;
    height: 100%;
    top: 0; }
  .timeline-dots-wrap.bottom {
    bottom: -57px; }
  .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: 100%;
  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;
      text-align: center; }
    .timeline-vertical .timeline-dots li {
      width: 100%; }
    .timeline-dots li.slide-active button {
		color: #57503F;
		font-size: 1.6em;
		font-weight: 700; 
	  
	  }
  .timeline-dots button {
    cursor: pointer;
    border: none;
    outline: none;
	color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    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: 100%; }

.timeline-item {
  width: 800px;
  height: 400px;
  padding: 0px;
  border: 0px solid #ddd; }


.header-wrapper {
  padding: 5rem 0; }

.page-intro {
  text-align: center;
  line-height: 1.2; }
  .page-intro h1 {
    display: inline-block;
    font-weight: 300;
    font-size: 4rem;
    color: #7dffc3;
    background: -webkit-linear-gradient(135deg, #fff9b0, #7dffc3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .page-intro h2 {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 2rem; }

.section-list {
  padding: 3rem 2.5rem;
  margin-bottom: 2rem;
  background: #fff; }
  @media (min-width: 576px) {
    .section-list {
      border-radius: 1rem; } }
  .section-list a {
    color: #4A2AB2; }
  .section-list h2 {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    color: #4A2AB2; }

.section-list-box:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  margin: 3rem 0;
  padding-bottom: 5rem; }

.table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1rem;
  border-collapse: collapse;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table thead th {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #eceeef; }
  .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table code {
    display: table; }

.row-large {
  width: 50%; }

.timeline-theme-1 {
  width: 800px;
  margin: 100px auto; }

.timeline-1 .timeline-list {
  width: 100%;
  height: auto; }

.timeline-1 .timeline-item {
  width: 800px;
  height: 350px;
  border: none; }

.timeline-visual {
  float: left;
  width: 43%;
  margin-right: 3%;
  line-height: 1; }
  .timeline-visual img {
    max-width: 100%; }

.timeline-detail {
  float: left;
  width: 53%;
  height: 100%;
  overflow-y: auto; }

.timeline-detail-list {
  margin: 10px;
  padding: 10px; }
  .timeline-detail-list li {
    margin-bottom: 0.4rem; }

.timeline-theme-2 {
  width: 600px;
  margin: 70px auto auto; }

.timeline-small-box .timeline-list {
  width: 600px;
  height: 250px; }

.timeline-small-box .box-item {
  float: left;
  width: 600px;
  height: 250px;
  color: #fff;
  text-align: center; }

.theme-1 {
  background: #4A2AB2; }

.theme-2 {
  background: #7dffc3; }

.theme-3 {
  background: #23A5E9; }

.theme-4 {
  background: #93C763; }

.theme-5 {
  background: #949923; }

.theme-6 {
  background: #990055; }
  
  
