/*
|--------------------------------------------------------------------------
|  Import libraries
*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* Color Scheme! */
/* country flag positions */
/* car colour positions */
@-moz-keyframes cloudSlide1 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 1000px;
    opacity: 0;
  }
  56% {
    left: -510px;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes cloudSlide1 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 1000px;
    opacity: 0;
  }
  56% {
    left: -510px;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-ms-keyframes cloudSlide1 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 1000px;
    opacity: 0;
  }
  56% {
    left: -510px;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes cloudSlide1 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    left: 1000px;
    opacity: 0;
  }
  56% {
    left: -510px;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes cloudSlide2 {
  0% {
    left: 730px;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    left: 1100px;
    opacity: 0;
  }
  31% {
    left: -270px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    left: 730px;
    opacity: 1;
  }
}
@-webkit-keyframes cloudSlide2 {
  0% {
    left: 730px;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    left: 1100px;
    opacity: 0;
  }
  31% {
    left: -270px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    left: 730px;
    opacity: 1;
  }
}
@-ms-keyframes cloudSlide2 {
  0% {
    left: 730px;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    left: 1100px;
    opacity: 0;
  }
  31% {
    left: -270px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    left: 730px;
    opacity: 1;
  }
}
@keyframes cloudSlide2 {
  0% {
    left: 730px;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    left: 1100px;
    opacity: 0;
  }
  31% {
    left: -270px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    left: 730px;
    opacity: 1;
  }
}
@-moz-keyframes cloudSlide3 {
  0% {
    left: 20px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    left: 1100px;
    opacity: 0;
  }
  81% {
    left: -270px;
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes cloudSlide3 {
  0% {
    left: 20px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    left: 1100px;
    opacity: 0;
  }
  81% {
    left: -270px;
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@-ms-keyframes cloudSlide3 {
  0% {
    left: 20px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    left: 1100px;
    opacity: 0;
  }
  81% {
    left: -270px;
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@keyframes cloudSlide3 {
  0% {
    left: 20px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    left: 1100px;
    opacity: 0;
  }
  81% {
    left: -270px;
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
/* animation for birds 1880 */
@-webkit-keyframes birdsHover {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
  }
}
@-moz-keyframes birdsHover {
  0% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(10px);
  }
}
@-ms-keyframes birdsHover {
  0% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(10px);
  }
}
@-o-keyframes birdsHover {
  0% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(10px);
  }
}
@keyframes birdsHover {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
#overlay {
  background: #000;
  background-color: rgba(0, 0, 0, 0.78);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  background: linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  -pie-background: linear-gradient(rgba(0, 0, 0, 0.78), #000000);
  behavior: url(scripts/PIE.htc);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
}
#overlay #preloader {
  position: absolute;
  background: url('../../images/preloader.png') no-repeat;
  width: 167px;
  height: 87px;
  top: 50%;
  left: 50%;
  margin: -43.5px 0 0 -83.5px;
  z-index: 7000;
}
#overlay #preloader #percentage {
  position: absolute;
  background: url('../../images/preloader.png') 0 bottom no-repeat;
  bottom: 0;
  width: 167px;
}
#overlay #preloader span {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-family: "dinliga-light";
  display: block;
  text-align: center;
  margin-top: 105px;
}
#s-heritage .bg {
  margin-bottom: 315px;
}
#s-heritage .h-date {
  display: inline-block;
  position: relative;
  background: #fff;
  color: #4b443b;
  padding: 4px 6px 2px;
  margin-bottom: 11px;
  font-size: 21px;
  font-family: "dinliga-demi";
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  behavior: url(scripts/PIE.htc);
}
#s-heritage h2 {
  font: 29px/31px "dinliga-bold";
  margin-bottom: 10px;
  position: relative;
}
#s-heritage p {
  font: 17px/24px "dinliga-light";
  margin-top: 0;
  position: relative;
}
#s-heritage img {
  position: relative;
}
#s-heritage .wrapper {
  position: absolute;
  top: 0;
  width: 1200px;
}
#s-heritage .wrapper img {
  position: absolute;
}
#s-heritage .wrapper .text-box {
  position: absolute;
  width: 340px;
  left: 120px;
  color: #fff;
}
#s-heritage .wrapper .text-box.right {
  right: 120px;
  left: auto;
}
#s-heritage .wrapper .text-box.center {
  text-align: center;
}
#s-heritage .wrapper .text-box.text-box1 {
  margin: 85px  10px 0 0;
  color: #4b443b;
}
#s-heritage .wrapper .text-box.text-box1 h2 {
  color: #4b443b;
}
#s-heritage .wrapper .text-box.text-box1 .h-date {
  color: #e4dbd5;
  background: #4b443b;
}
#s-heritage .wrapper .text-box.text-box2 {
  width: 270px;
  margin: 835px 0 0 0;
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box2 h2 {
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box2 .h-date {
  color: #4e443c;
  background: #ffffff;
}
#s-heritage .wrapper .text-box.text-box3 {
  width: 325px;
  margin: 1485px 0 0 0;
  color: #ffffff;
  z-index: 50;
}
#s-heritage .wrapper .text-box.text-box3 h2 {
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box3 .h-date {
  color: #0f0f0f;
  background: #ffffff;
}
#s-heritage .wrapper .text-box.text-box4 {
  width: 270px;
  margin: 1765px 0 0 0;
  color: #2b2b2b;
}
#s-heritage .wrapper .text-box.text-box4 h2 {
  color: #2b2b2b;
}
#s-heritage .wrapper .text-box.text-box4 .h-date {
  color: #d2cfc5;
  background: #2b2b2b;
}
#s-heritage .wrapper .text-box.text-box5 {
  width: 295px;
  margin: 2825px 0 0 0;
  color: #302b24;
}
#s-heritage .wrapper .text-box.text-box5 h2 {
  color: #302b24;
}
#s-heritage .wrapper .text-box.text-box5 .h-date {
  color: #afbdba;
  background: #302b24;
}
#s-heritage .wrapper .text-box.text-box6 {
  width: auto;
  margin: 3385px 0 0 0;
  left: 353px;
  color: #303f41;
  z-index: 60;
}
#s-heritage .wrapper .text-box.text-box6 h2 {
  color: #303f41;
}
#s-heritage .wrapper .text-box.text-box6 .h-date {
  color: #e9f6f8;
  background: #303f41;
}
#s-heritage .wrapper .text-box.text-box7 {
  width: 290px;
  margin: 3885px 0 0 0;
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box7 h2 {
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box7 .h-date {
  color: #414342;
  background: #ffffff;
}
#s-heritage .wrapper .text-box.text-box8 {
  width: 460px;
  margin: 4155px 0 0 0;
  color: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box8 h2 {
  color: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box8 .h-date {
  color: #c8c5c1;
  background: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box9 {
  width: 350px;
  margin: 4685px 0 0 0;
  color: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box9 h2 {
  color: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box9 .h-date {
  color: #c8c5c1;
  background: #2c2c2c;
}
#s-heritage .wrapper .text-box.text-box10 {
  left: 0;
  width: 100%;
  margin: 5235px 0 0 0;
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box10 h2 {
  color: #ffffff;
}
#s-heritage .wrapper .text-box.text-box10 .h-date {
  color: #0f0f0f;
  background: #ffffff;
}
#s-heritage .wrapper #year-1880 #bird1,
#s-heritage .wrapper #year-1880 #bird2 {
  -webkit-animation: birdsHover 3s ease-in-out infinite alternate both;
  -moz-animation: birdsHover 3s ease-in-out infinite alternate both;
  -ms-animation: birdsHover 3s ease-in-out infinite alternate both;
  -o-animation: birdsHover 3s ease-in-out infinite alternate both;
  animation: birdsHover 3s ease-in-out infinite alternate both;
}
#s-heritage .wrapper #year-1880 #bird1 {
  top: 55px;
  left: 145px;
}
#s-heritage .wrapper #year-1880 #bird2 {
  top: 150px;
  left: 255px;
  height: 15px;
  width: 64px;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
#s-heritage .wrapper #year-1880 #koets {
  position: absolute;
  top: 0;
  left: 430px;
  height: 450px;
  width: 666px;
}
#s-heritage .wrapper #year-1880 #shadow {
  position: absolute;
  top: 365px;
  left: 35px;
}
#s-heritage .wrapper #year-1901 {
  position: absolute;
  top: 1210px;
  width: 1200px;
  height: 500px;
  overflow: hidden;
}
#s-heritage .wrapper #year-1901 #guard1 {
  height: 240px;
  top: 110px;
  left: 250px;
}
#s-heritage .wrapper #year-1901 #guard2 {
  top: 160px;
  left: 1030px;
}
#s-heritage .wrapper #year-1901 #koets {
  position: absolute;
  top: 0;
  left: 430px;
}
#s-heritage .wrapper #year-1901 #shadow {
  position: absolute;
  top: 365px;
  left: 35px;
}
#s-heritage .wrapper #year-1907 {
  position: absolute;
  top: 2278px;
  width: 1100px;
  height: 300px;
  overflow: hidden;
  background: url('../../media/heritage/1907_route.png') 234px 105px no-repeat;
}
#s-heritage .wrapper #year-1907 #cities {
  top: 138px;
  left: 215px;
  z-index: 70;
}
#s-heritage .wrapper #year-1907 #line {
  display: none;
  position: absolute;
  top: 93px;
  left: 223px;
  z-index: 69;
  width: 900px;
  height: 280px;
  overflow: hidden;
}
#s-heritage .wrapper #year-1914 {
  position: absolute;
  top: 3095px;
  width: 1200px;
  height: 700px;
  overflow: hidden;
}
#s-heritage .wrapper #year-1914 #logo {
  position: absolute;
  z-index: 60;
  top: 115px;
  left: 515px;
}
#s-heritage .wrapper #year-1914 #cloud1 {
  top: 140px;
  left: 100px;
  -moz-animation-name: cloudSlide1;
  -moz-animation-duration: 95s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: cloudSlide1;
  -webkit-animation-duration: 95s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: cloudSlide1;
  -ms-animation-duration: 95s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
}
#s-heritage .wrapper #year-1914 #cloud2 {
  top: 330px;
  left: 730px;
  -moz-animation-name: cloudSlide2;
  -moz-animation-duration: 65s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: cloudSlide2;
  -webkit-animation-duration: 65s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: cloudSlide2;
  -ms-animation-duration: 65s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
}
#s-heritage .wrapper #year-1914 #cloud3 {
  top: 430px;
  left: 20px;
  -moz-animation-name: cloudSlide3;
  -moz-animation-duration: 75s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: cloudSlide3;
  -webkit-animation-duration: 75s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: cloudSlide3;
  -ms-animation-duration: 75s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
}
#s-heritage .wrapper #year-1914 #plane1 {
  top: 35px;
  left: 650px;
}
#s-heritage .wrapper #year-1914 #plane2 {
  top: 500px;
  left: 790px;
}
#s-heritage .wrapper #year-1914 #plane3 {
  top: 420px;
  left: 280px;
}
#s-heritage .wrapper #year-1920 {
  position: absolute;
  top: 4200px;
  width: 1200px;
  height: 450px;
  overflow: hidden;
}
#s-heritage .wrapper #year-1920 #lights {
  position: absolute;
  top: 133px;
  left: 818px;
  display: none;
}
#s-heritage .modernity > div {
  position: relative;
}
#s-heritage .modernity .text-box {
  top: 65px;
  position: absolute;
  left: 120px;
  width: 335px;
}
#s-heritage .modernity .text-box.right {
  right: 120px;
  left: auto;
}
#s-heritage .modernity .text-box.center {
  text-align: center;
  left: 0;
}
#s-heritage .modernity #year-2000 {
  height: 625px;
  background: #fff;
  color: #2c2c2c;
}
#s-heritage .modernity #year-2000 h2 {
  color: #2c2c2c;
}
#s-heritage .modernity #year-2000 .h-date {
  color: #ffffff;
  background: #2c2c2c;
}
#s-heritage .modernity #year-2000 .text-box {
  top: 75px;
}
#s-heritage .modernity #year-2000 img {
  position: relative;
  left: 145px;
  padding: 60px 0 0 95px;
}
#s-heritage .modernity #year-2001_1 {
  color: #ffffff;
}
#s-heritage .modernity #year-2001_1 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2001_1 .h-date {
  color: #16191d;
  background: #ffffff;
}
#s-heritage .modernity #year-2001_1 .text-box {
  top: 295px;
  width: 210px;
}
#s-heritage .modernity #year-2001_2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2001_2 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2001_2 .h-date {
  color: #444948;
  background: #ffffff;
}
#s-heritage .modernity #year-2001_2 .text-box {
  top: 115px;
  width: 175px;
  margin-right: 105px;
}
#s-heritage .modernity #year-2002 {
  color: #ffffff;
}
#s-heritage .modernity #year-2002 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2002 .h-date {
  color: #000000;
  background: #ffffff;
}
#s-heritage .modernity #year-2002 .text-box {
  top: 105px;
  width: 220px;
}
#s-heritage .modernity #year-2006_1 {
  height: 750px;
  background: #fff;
  overflow: hidden;
  color: #2c2c2c;
}
#s-heritage .modernity #year-2006_1 h2 {
  color: #2c2c2c;
}
#s-heritage .modernity #year-2006_1 .h-date {
  color: #ffffff;
  background: #2c2c2c;
}
#s-heritage .modernity #year-2006_1 .text-box {
  width: 100%;
}
#s-heritage .modernity #year-2006_1 img {
  position: relative;
  left: 145px;
  padding: 225px 0 0 45px;
}
#s-heritage .modernity #year-2006_2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2006_2 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2006_2 .h-date {
  color: #444444;
  background: #ffffff;
}
#s-heritage .modernity #year-2006_2 .text-box {
  top: 53px;
  width: 315px;
}
#s-heritage .modernity #year-2008 {
  height: 625px;
  background: #fff;
  color: #2c2c2c;
}
#s-heritage .modernity #year-2008 h2 {
  color: #2c2c2c;
}
#s-heritage .modernity #year-2008 .h-date {
  color: #ffffff;
  background: #2c2c2c;
}
#s-heritage .modernity #year-2008 .text-box {
  width: 100%;
  top: 93px;
}
#s-heritage .modernity #year-2008 img {
  position: relative;
  left: 150px;
  padding: 255px 0 0 100px;
}
#s-heritage .modernity #year-2009_1 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_1 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_1 .h-date {
  color: #000000;
  background: #ffffff;
}
#s-heritage .modernity #year-2009_1 .text-box {
  top: 645px;
  width: 445px;
}
#s-heritage .modernity #year-2009_2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_2 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_2 .h-date {
  color: #000000;
  background: #ffffff;
}
#s-heritage .modernity #year-2009_2 .text-box {
  width: 360px;
}
#s-heritage .modernity #year-2009_3 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_3 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2009_3 .h-date {
  color: #000000;
  background: #ffffff;
}
#s-heritage .modernity #year-2009_3 .text-box {
  width: 525px;
}
#s-heritage .modernity #year-2013_1 {
  height: 709px;
  background: #fff;
  color: #ffffff;
}
#s-heritage .modernity #year-2013_1 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2013_1 .h-date {
  color: #7f817c;
  background: #ffffff;
}
#s-heritage .modernity #year-2013_1 h2 {
  color: #FFFFFF;
  padding-bottom: 9px;
  padding-top: 10px;
}
#s-heritage .modernity #year-2013_1 .text-box {
  left: 259px;
  text-align: center;
  top: 87px;
  width: 679px;
}
#s-heritage .modernity #year-2013_2 {
  height: 709px;
  background: #fff;
  color: #ffffff;
}
#s-heritage .modernity #year-2013_2 h2 {
  color: #ffffff;
}
#s-heritage .modernity #year-2013_2 .h-date {
  color: #7f817c;
  background: #ffffff;
}
#s-heritage .modernity #year-2013_2 .text-box {
  height: 144px;
  left: 120px;
  text-align: left;
  top: 100px;
  width: 960px;
}
#s-heritage .modernity #year-2013_2 h2 {
  color: #FFFFFF;
  width: 252px;
  position: absolute;
  top: 10px;
}
#s-heritage .modernity #year-2013_2 .h-date {
  position: absolute;
  top: 120px;
}
#s-heritage .modernity #year-2013_2 p {
  position: absolute;
  right: 0;
  text-align: right;
  top: 7px;
  width: 685px;
}
.lt-ie8 #s-heritage .bg img {
  display: inline;
}
.svg #year-1907 {
  background: none !important;
}
.svg.lt-ie10 #year-1907 {
  background: url('../../media/heritage/1907_route.png') 234px 105px no-repeat !important;
}
#s-footer {
  border-top: none;
}
.grid {
  height: 7000px;
  margin: 0 120px;
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.grid div {
  width: 50%;
  height: 100%;
  border-right: 1px solid red;
}
