.timeline-bg {
	background: url(/images/layout/bg-texture.png) repeat center center, url(/images/layout/bg-gray-pattern.png) repeat;
}
.timeline-spacer {
	width: 125px;
	background: #fff;
	padding: 0px !important;
}
.timeline-bg > .cell/* :nth-child(2) */ {
	height: 630px;
	padding-right: 125px;
}

#timeline {
  padding: 0px 0px 37px 37px;
  text-align: center;
}

#timeline-nav {
  height: 115px;
}

#timeline-container {
	width: 100%;
	max-width: 1370px;
	padding-top: 50px;
	
}

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

#timeline .date-stop {
  display: inline-block;
  width: 236px !important;
  vertical-align: top;
  margin: 10px 0px;
}

#timeline .date-stop + .date-stop {
    margin-left: 40px !important;
}

#timeline .date-stop > .table {
  height: 475px;
}
#timeline .date-stop > .table:hover {
	cursor: pointer;
}
.timeline-gallery {
  height: 236px;
}

.timeline-gallery > figure {
	position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-bottom: solid 5px rgba(226, 72, 35, 0);
	border-left: solid 5px rgba(226, 72, 35, 0);
	margin-bottom: 5px;
	transition: all 1s ease 0s;
}

.timeline-gallery > figure:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -25px;

	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #898989;
	transition: all 1s ease 0s;
}

.timeline-gallery > figure img {
	width: 100%;
	height: 236px;
}

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

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

#timeline .row.timeline-date > header {
	color: #898989;
	margin-bottom: 50px;
	font-size: 42px;
	line-height: 42px;
	transition: all 1s ease 0s;
	font-family: 'Leaguegothic Regular';
	position: relative;
}
#timeline .row.timeline-date header:before{
	content: "";
	height: 5px;
	width: 205px;
	position: absolute;
	top: 15px;
	right: 0px;
	margin: auto;
	left: -277px;
	background-color: #898989;
}

#timeline .date {
  font-family: 'Metropolis Regular';
  font-size: 18px;
  line-height: 18px;
  color: #111111;
  font-weight: bold;
	text-transform: uppercase;
}

#timeline .date:after {
	content: "";
	display: block;
	height: 10px;
	margin-bottom: 10px;
	
	border-bottom: solid 3px #e24823;
	width: 35px;
}

.timeline-info {
  padding: 20px 0px;
  text-align: left;
}

.header-date {
  height: 36px;
}

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

.text-area p {
  font-size: 14px;
}


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

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

#timeline .date-stop.slick-center .timeline-date header {
	color: #111111;
	font-size: 52px;
	transition: all 0.3s ease 0s;
	position: relative;
}
#timeline .date-stop.slick-center figure:before {
	border-bottom: 25px solid #e24823;
}
#timeline .date-stop.slick-center figure {
	border-bottom: solid 5px rgba(226, 72, 35, 1);
	border-left: solid 5px rgba(226, 72, 35, 1);
}

#timeline .slick-arrow {
  width: 59px;
  height: 59px;
  border: 3px solid #e24823;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -999em;
  margin-top: -30px;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
#timeline .slick-arrow.slick-next{
  background: url(../images/arrows/sl-right.png) no-repeat center center;
  position: absolute;
  right: -80px;
  top: 35%;
}
#timeline .slick-arrow.slick-next:hover{
  background: url(../images/arrows/sl-right-hvr.png) no-repeat center center  #e24823;
}
#timeline .slick-arrow.slick-prev{
  background: url(../images/arrows/sl-left.png) no-repeat center center;
  position: absolute;
  left: auto;
  right: -80px;
  top: 47%;
}
#timeline .slick-arrow.slick-prev:hover{
  background: url(../images/arrows/sl-left-hvr.png) no-repeat center center #e24823;
}

#timeline .slick-track {
	min-width: 45000px
}

/* Modal popup */
.timeline-popup {
	background: url(/images/layout/bg-texture.png) repeat center center, url(/images/layout/bg-gray-pattern.png) repeat;
}
.timeline-popup header {
	color: #000;
	margin: 10px 0px 30px;
	font-size: 52px;
	line-height: 52px;
	transition: all 1s ease 0s;
	font-family: 'Leaguegothic Regular';
	position: relative;
	text-align: center;
}
.timeline-popup .header-date header{
	font-size: 41px;
	line-height: 41px;
	margin: 0px 0px 10px;
}
.timeline-popup figure::before {
	border-bottom: 25px solid #e24823;
}
.timeline-popup figure {
	text-align: center;
	border: none;
}
.timeline-popup img {
	max-width: 236px;
	border-bottom: solid 5px rgba(226, 72, 35, 1);
	border-left: solid 5px rgba(226, 72, 35, 1);
}
.timeline-popup .timeline-info {
	padding: 20px;
}

@media screen and (max-width: 1200px){
	.timeline-spacer {
		width: 65px;
	}
	.timeline-bg > .cell {
		padding-right: 100px;
	}

}
@media screen and (max-width: 1100px){
  .timeline-spacer {
		width: 30px;
	}

	.timeline-bg > .cell {
		padding-right: 100px;
	}
}
@media screen and (max-width: 1000px){
  .timeline-spacer {
		width: 0px;
	}
	.timeline-bg > .cell {
		padding-right: 0px;
	}
	
	#timeline-container {
	  padding-top: 75px;
	}
	#timeline .slick-arrow.slick-prev {
	  left: 10px;
	  right: 0px;
	  top: -30px;
	  margin: auto 0;
	}
	#timeline .slick-arrow.slick-next {
	  left: auto;
	  right: 10px;
	  top: -30px;
	  margin: auto 0;
	}
}