#timeline-bg {
  background: url(/images/layout/timeline-bg1.jpg) repeat-x scroll left top transparent;
  margin-top: 82px;
}

#timeline-bg > .cell {
  background: url(/images/layout/timeline-bg2.png) no-repeat scroll left top transparent;
}

#timeline-container {
  padding: 0px 0px 37px 0px;
}

#timeline-nav {
  height: 115px;
}

#timeline {
  display: block;
  list-style: none;
  width: 100%;
  font-size: 0;
}

#timeline .date-stop {
  display: inline-block;
  width: 336px !important;
  vertical-align: top;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  margin: 10px 28px;
}

#timeline .date-stop > .table {
  height: 475px;
}

.timeline-gallery {
  height: 160px;
}

.timeline-gallery > figure {
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline-gallery > figure > a {
  display: block;
  height: 100%;
  width: 100%;
}

.timeline-gallery > figure > a > img {
  display: none;
}

.cell.spacer {
  height: 8px;
  background-color: #84cfcd;
}

#timeline .date {
  font-family: 'Westfalia Regular';
  font-size: 48px;
  line-height: 48px;
  color: #f47e58;
  display: block;
  padding-bottom: 22px;
}

.timeline-info {
  padding: 27px 27px 46px 27px;
}

.header-date {
  height: 70px;
}

.button-holder {
  height: 90px;
  padding-top: 42px;
}

.text-area {
  font-size: 16px;
}


#timeline-nav {
  max-width: 540px;
  margin-left: 56px;
}

#timeline-nav h2 {
  font-size: 42px;
  line-height: 50px;
  color: #FFF;
  font-family: 'Westfalia Regular';
}

.tNav-btn {
  width: 96px;
}

.tNav-btn .slick-arrow {
  height: 38px;
  width: 37px;
}

.tNav-btn .slick-prev {
  left: 0px;
}

.tNav-btn .slick-next {
  right: 0px;
}

.tNav-btn .slick-arrow:before,
.tNav-btn .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom:0;
  margin: auto;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(/images/timeline/timeline_nav.png);
  background-repeat: no-repeat;
  transition: all 0.4s ease 0s;
}

.tNav-btn .slick-arrow:before {
  height: 35px;
  width: 36px;
}

.tNav-btn .slick-arrow:after {
  height: 38px;
  width: 37px;
}

.tNav-btn .slick-prev.slick-arrow:before {
  background-position: 0 0;
  opacity: 1;
}

.tNav-btn .slick-prev.slick-arrow:after {
  background-position: 0 -38px;
  opacity: 0;
}

.tNav-btn .slick-prev.slick-arrow:hover:before {
  opacity: 0;
}

.tNav-btn .slick-prev.slick-arrow:hover:after {
  opacity: 1;
}

.tNav-btn .slick-next.slick-arrow:before {
  background-position: -40px 0;
  opacity: 1;
}

.tNav-btn .slick-next.slick-arrow:after {
  background-position: -39px -38px;
  opacity: 0;
}

.tNav-btn .slick-next.slick-arrow:hover:before {
  opacity: 0;
}

.tNav-btn .slick-next.slick-arrow:hover:after {
  opacity: 1;
}

.nav-arrow {
  width: 30px;
}

#timeline-dots {
  margin: 50px auto 10px;
}

#dots-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #84cfcd;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top:8px;
}

.dot-date {
  text-align: center;
  display: inline-block;
  margin: 0px 48px;
  cursor: pointer;
}
.dot-date i {
  height: 17px;
  width: 17px;
  border: 2px solid #84cfcd;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFF;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}

.dot-date:hover i,
.dot-date.slick-center i{
  background-color: #84cfcd;
}

.dot-date span {
  display: block;
  font-size: 23px;
  line-height: 23px;
  color: #84cfcd;
  font-family: 'Westfalia Regular';
}

.nav-arrow > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.nav-arrow > a:before {
  font-family: FontAwesome;
  font-size: 26px;
  color: #84cfcd;
  display: inline-block;
  margin-top: -6px;
}

.nav-arrow > a.arrow-prev:before {
  content: "\f104";
}

.nav-arrow > a.arrow-next:before {
  content: "\f105";
}