@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#bg-dates {
  background-image: url("../img/dates/dates_cover.jpeg");
}
.hcontainer {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: scroll;
  margin-top: 30px;
  display: inline-block;
}
.thumbs {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 100px;
}
.history-block {
  height: 100%;
  width: 300px;
  background-color: #cdcdcd;
  margin: 0 -2px;
  border-right: 1px solid #fff;
  display: inline-block;
  /*  font-family: 'roboto condensed', sans-serif;*/
  font-size: 60px;
  font-weight: 100;
  color: #FFF;
  cursor: pointer;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.8);
  transition: width 0.2s;
}
.history-block:last-of-type {
  border-right: none;
}
.cover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0, 0, 0, 0.6);
}
.cover:hover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0, 0, 0, 0.4);
}
.year {
  position: absolute;
  top: 0px;
  font-size: 30px;
  font-weight: 500;
  margin: 40px 30px;
}
.title {
  position: absolute;
  display: block;
  width: 260px;
  top: 60px;
  font-size: 20px;
  margin: 30px;
  white-space: normal;
  transition: width 0.2s;
}
.timeline {
  display: none;
  position: absolute;
  bottom: 80px;
  font-size: 20px;
  margin: 20px;
  transition: display 0.8s;
}
.timeline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  cursor: default;
}
.timeline ul li {
  display: inline;
  font-size: 15px;
  font-weight: 100;
  padding: 0px 5px;
}
.timeline ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  content: "\f111";
  position: absolute;
  top: 30px;
  margin-left: 15px;
  transition: all 0.5s;
}
.timeline ul li:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left: -15px;
  width: 50px;
  height: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.timelineYear, .timelineYear:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.8s;
}
.timeline ul li:hover:before {
  content: '\f111';
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s;
  top: 29px;
  margin-left: 9px
}
.timeline ul li:hover:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left: -14px;
  width: 42px;
  height: 2px;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.timeline ul li:hover .timelineYear {
  position: static;
  top: -10px;
}
.bg-16 {
  background: url("../img/dates/bg_16.jpeg");
  background-size: cover;
}
.bg-17 {
  background: url("../img/dates/bg_17.jpeg");
  background-size: cover;
}
.bg-18 {
  background: url("../img/dates/bg_18.jpeg");
  background-size: cover;
}
.bg-19 {
  background: url("../img/dates/bg_19.jpeg");
  background-size: cover;
}
.bg-20 {
  background: url("../img/dates/bg_20.jpeg");
  background-size: cover;
}
.bg-21 {
  background: url("../img/dates/bg_21.jpg");
  background-size: cover;
}
.bg-22{
  background: url("../img/dates/bg_22.jpg");
  background-size: cover;
}
.bg-16plus {
  background: url("../img/dates/bg_16plus.jpeg");
  background-size: cover;
}
.bg-21plus {
  background: url("../img/dates/bg_21plus.jpg");
  background-size: cover;
}