.history .history-section-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 30;
  height: 288px;
  margin-top: -144px;
}
.history .history-section-nav .slider-wrap {
  overflow: hidden;
  height: 100%;
  background-color: white;
  background-color: #e2e2e2;
}
.history .history-section-nav .slider {
  height: 500%;
  position: relative;
  top: 0;
  -webkit-transition: 'all 200ms ease-in';
  -o-transition: 'all 200ms ease-in';
  transition: 'all 200ms ease-in';
}
.history .history-section-nav .slider > div {
  height: 20%;
}
.history .history-section-nav .slider ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.history .history-section-nav .slider a {
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #0b3d6b;
  font-weight: 200;
}
.history .history-section-nav .slider a:hover {
  background-color: white;
  color: #00afec;
}
.history .history-section-nav .slider a.active {
  background-color: white;
  color: #00afec;
  border-left: solid 5px #00afec;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: bold;
}
.history .history-section-nav .slider a.active:before {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3px 5px;
  border-left-color: #00afec;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.history .history-section-nav .nav {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #0b3d6b;
  padding: 20px 0;
  text-align: center;
  height: 20px;
  margin: 0;
}
.history .history-section-nav .nav:hover {
  background: #0576ac;
}
.history .history-section-nav .nav.previous {
  top: -60px;
}
.history .history-section-nav .nav.next {
  bottom: -60px;
}
.history .history-section-nav .nav .caretUp,
.history .history-section-nav .nav .caretDown {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 12px;
  display: inline-block;
  overflow: hidden;
}
.history .history-section-nav .nav .caretUp {
  border-bottom-color: white;
  border-top-width: 0;
}
.history .history-section-nav .nav .caretDown {
  border-top-color: white;
  border-bottom-width: 0;
}
.history .history-section-nav[data-current-block="count-1"] .slider {
  top: -100%;
}
.history .history-section-nav[data-current-block="count-2"] .slider {
  top: -200%;
}
.history .history-section-nav[data-current-block="count-3"] .slider {
  top: -300%;
}
.history .history-section-nav[data-current-block="count-4"] .slider {
  top: -400%;
}
.history .history-section-nav[data-current-block="count-5"] .slider {
  top: -500%;
}
.history .history-section-nav[data-current-block="count-0"] .nav.previous {
  display: none;
}
.history .history-section-nav[data-current-block="count-5"] .nav.next {
  display: none;
}
.history .historyNextBtnWrap {
  margin: -20px 0;
  z-index: 10;
  position: relative;
  text-align: center;
}
.history .historyNextBtnWrap .historyNextBtn {
  display: inline-block;
  background: black;
  text-transform: uppercase;
  padding: 10px 50px;
  color: white;
}
#timeline {
  border-top: solid 20px white;
  background: black;
}
.history section {
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid white;
  height: 720px;
  min-width: 768px;
  overflow: hidden;
}
.history section .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history section .header {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 4%;
}
.history .content-container {
  text-align: center;
}
.history .sitemap-footer {
  text-align: left;
}
.history section.small {
  height: auto;
  min-width: 200px;
  border-bottom: 0 none;
}
.history section.small > img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.history section.small .header {
  padding-top: 10px;
  position: relative;
}
.history section.small .header p {
  padding-left: 10px;
  padding-right: 10px;
}
.history .year {
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  padding-top: .5em;
}
@media (min-width: 767px) {
  .history .year {
    font-size: 72px;
    letter-spacing: 0px;
  }
}
.history .yearDescription {
  font-size: 14px;
  line-height: 1.25em;
  padding-bottom: 1em;
  font-weight: 300;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  -webkit-font-feature-settings: "liga" 0;
  -moz-font-feature-settings: "liga" 0;
  -o-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
}
@media (min-width: 767px) {
  .history .yearDescription {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
  }
}
.nav-history {
  position: fixed;
  right: 25px;
  top: 40%;
  z-index: 50;
}
.nav-history li {
  text-align: center;
}
.nav-history a,
.nav-history a:link,
.nav-history a:visited,
.nav-history a:active,
.nav-history a:focus {
  display: block;
  text-indent: -999em;
  background: #4c4c4c;
  width: 13px;
  height: 13px;
  margin: 0 auto 12px auto;
  border: 2px solid #ffffff;
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}
.nav-history a:hover {
  background: #7f7f7f;
}
.nav-history .active a,
.nav-history .active a:link,
.nav-history .active a:visited,
.nav-history .active a:active {
  background: #003767;
  width: 17px;
  height: 17px;
}
#slideHistoryIntro {
  overflow: hidden;
  color: #222;
  padding: 2em 0;
}
#slideHistoryIntro h1 {
  font-size: 74px;
}
#slideHistoryIntro h3 {
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
}
#slideHistoryIntro p {
  max-width: 550px;
  padding: 10px;
  margin: auto;
}
#slideHistoryIntro .reece-logo {
  opacity: 1;
  display: inline-block;
  margin: 3em 0;
}
#slideHistoryIntro .water-drop {
  position: relative;
  top: 0%;
  z-index: 10;
}
#slideHistoryIntro .year {
  border-bottom: 3px solid #000;
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
  font-weight: normal;
}
#slideHistoryIntro .year:after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 60px 35px 0 35px;
  bottom: -60px;
  content: '';
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 0;
}
#slideHistoryIntro .scroll {
  text-transform: uppercase;
  font-size: 18px;
}
/* Common Backgrounds */
.bgBlue {
  background-color: #00adef;
}
.bgBlueLight {
  background-color: #B8CFE9;
}
.bgBlueSky {
  background-color: #82defe;
}
.bgDarkBlue {
  background-color: #1b75bb;
}
.bgDarkerBlue {
  background-color: #003767;
}
.bgNightBlue {
  background-color: #0e004e;
}
.bgLightBrown {
  background-color: #c39a6b;
}
.bgBrown {
  background-color: #9a8478;
}
.bgDarkBrown {
  background-color: #5A4B42;
}
.bgTurquoise {
  background-color: #00A0AF;
}
.bgTurquoiseDark {
  background-color: #006494;
}
.bgTurquoiseLight {
  background-color: #85cebb;
}
.bgStripedBrown {
  background-image: url("../images/history/1969-wall.svg");
}
.bgGreyDark {
  background-color: #414042;
}
.bgGreyLight {
  background-color: #E6E7E8;
}
.bgGreenLight {
  background-color: #D7DF23;
}
.bgPurple {
  background-color: #532E63;
}
.bgDarkGreen {
  background-color: #006838;
}
.history section .groundGrey {
  background-color: #6d6e70;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0%;
  width: 100%;
  height: 14%;
}
.history section .storeNumber {
  bottom: 14%;
  top: auto;
}
.history section .storeNumber .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.history section .storeNumber .wrap .number {
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.history section .storeNumber .wrap .number img {
  height: 320px;
  width: auto;
  margin: 0 auto;
}
.history .register {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.history .registerDisplay {
  background: #F89728;
  padding: 20px 20px 0 20px;
  width: 30%;
  min-width: 320px;
  display: inline-block;
  vertical-align: bottom;
}
.history .registerDisplay .registerDisplayScreen {
  background: #231F20;
  border: solid 10px #F89728;
  border-bottom-width: 0;
  border-top-color: #d28330;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.history .registerDisplay .registerDisplayScreen .registerBn,
.history .registerDisplay .registerDisplayScreen .register1,
.history .registerDisplay .registerDisplayScreen .register1point5 {
  height: 135px;
  width: 140px;
  background: #EC1C24;
  line-height: 135px;
  text-align: center;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 60px;
  color: black;
  font-size: 40px;
  position: relative;
  -webkit-border-radius: 15% 15% 0 0;
  -moz-border-radius: 15% 15% 0 0;
  border-radius: 15% 15% 0 0;
}
.history .registerDisplay .registerDisplayScreen .registerBn .caretWrap,
.history .registerDisplay .registerDisplayScreen .register1 .caretWrap,
.history .registerDisplay .registerDisplayScreen .register1point5 .caretWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  height: 0;
}
.history .registerDisplay .registerDisplayScreen .registerBn .caretWrap:after,
.history .registerDisplay .registerDisplayScreen .register1 .caretWrap:after,
.history .registerDisplay .registerDisplayScreen .register1point5 .caretWrap:after {
  width: 0;
  content: '';
  border: solid 20px transparent;
  display: inline-block;
  border-bottom-color: #EC1C24;
  position: relative;
  top: -73px;
}
.history .registerDisplay .registerDisplayScreen .registerBn .number,
.history .registerDisplay .registerDisplayScreen .register1 .number,
.history .registerDisplay .registerDisplayScreen .register1point5 .number {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.history .registerDisplay .registerDisplayScreen .registerBn .number {
  background-image: url("../images/history/bn.svg");
}
.history .registerDisplay .registerDisplayScreen .register1 .number {
  background-image: url("../images/history/1.svg");
}
.history .registerDisplay .registerDisplayScreen .register1point5 {
  background-color: #D7DF23;
}
.history .registerDisplay .registerDisplayScreen .register1point5 .caretWrap:after {
  border-bottom-color: #D7DF23;
}
.history .registerDisplay .registerDisplayScreen .register1point5 .number {
  background-image: url("../images/history/1-5.svg");
}
.history .registerDisplay .registerDisplayScreen .registerScreenGlass {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/history/register-glass.png");
}
.history .registerBase {
  border: solid 20px #F89728;
  border-width: 20px 20px 0 0;
  height: 80px;
  overflow: hidden;
  width: 85%;
}
.history .registerBaseGroves {
  border: solid 10px #d28330;
  border-width: 20px 30px 90px 0;
  border-bottom-color: #F89728;
  position: relative;
}
.history .registerBaseGroves span {
  display: block;
  position: absolute;
  height: 5px;
  background: #d28330;
  top: 5px;
  width: 99%;
}
#slide1919 svg,
#slide1920-1 svg,
#slide1919 img,
#slide1920-1 img {
  height: 100%;
}
#slide1919 #road-1919 div,
#slide1920-1 #road-1919 div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 16%;
  width: 100%;
  background-color: #58585B;
}
#slide1919 #car-1919 div,
#slide1920-1 #car-1919 div {
  position: absolute;
  left: 0;
  bottom: 14%;
  height: 50%;
  width: 100%;
  text-align: center;
}
#slide1919 #sign-1919 div,
#slide1920-1 #sign-1919 div {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  height: 40%;
  text-align: center;
  padding-left: 35%;
}
#slide1919 #cloud-1919 div,
#slide1920-1 #cloud-1919 div {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  height: 40%;
  text-align: center;
}
#slide1920 svg,
#slide1920-2 svg,
#slide1920 img,
#slide1920-2 img {
  height: 100%;
}
#slide1920 #ground-1920 div,
#slide1920-2 #ground-1920 div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14%;
  width: 100%;
  background-color: #8a5d3b;
}
#slide1920 #shop-1920 div,
#slide1920-2 #shop-1920 div {
  position: absolute;
  left: 0;
  bottom: 13.8%;
  height: 50%;
  width: 100%;
  text-align: center;
}
#slide1920 #sign-1920 div,
#slide1920-2 #sign-1920 div {
  position: absolute;
  left: 0;
  bottom: 13.8%;
  height: 54%;
  width: 100%;
  text-align: center;
}
#slide1920 #cloud-1920 div,
#slide1920-2 #cloud-1920 div {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  height: 40%;
  text-align: center;
}
#slide1922 svg,
#slide1922 img {
  width: 880px;
  height: auto;
}
#slide1922 #logo-1922 div {
  position: absolute;
  left: 0;
  top: 0;
  top: 14%;
  height: 60%;
  width: 100%;
  text-align: center;
}
#slide1922 #stamp-1922 div {
  position: absolute;
  left: 0;
  top: 14%;
  height: 60%;
  width: 100%;
  text-align: center;
}
#slide1954 {
  background-size: 100% auto;
  padding: 1px 0;
}
#slide1954 .tickerWrapper {
  background: #E6E7E8;
  padding: 40px 0;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
#slide1954 .tickerWrapper .ticker {
  background: url("../images/history/ticker.png") repeat-x;
  height: 40px;
}
#slide1969 svg,
#slide1969 img {
  height: 100%;
}
#slide1969 #painting-1969 div {
  position: absolute;
  top: 33.33333333%;
  height: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
#slide1969 #couch-1969 div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
#slide1969 #lamp-1-1969 div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
}
#slide1969 #lamp-1-1969 #overlay-1969 {
  background-color: #0c2731;
  opacity: 70;
  filter: alpha(opacity=7000);
}
#slide1969 #lamp-2-1969 div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
}
#slide1970 {
  position: relative;
}
#slide1970 svg,
#slide1970 img {
  width: 100%;
}
#slide1970 #buildings-1-1970 div,
#slide1970 #buildings-2-1970 div {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 100%;
  text-align: center;
}
#slide1970 #buildings-1-1970 div img,
#slide1970 #buildings-2-1970 div img {
  position: relative;
  top: 5%;
}
#slide1970 .ground {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9%;
  background: #006f3c;
}
#slide1970 #cloud-1970 div {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  height: 40%;
  text-align: center;
}
#slide1976-1 svg,
#slide1976-1 img {
  height: 100%;
}
#slide1976-1 #building-1976-1 div {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  text-align: center;
}
#slide1976-1 #ground-1976-1 div {
  background-color: #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
}
#slide1976-1 #labels-1976-1 {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 10%;
  height: 20%;
  width: 80%;
  display: table;
}
#slide1976-1 #labels-1976-1 div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 100;
}
#slide1976-1 #labels-1976-1 div.left {
  font-size: 30px;
}
#slide1976-1 #labels-1976-1 div.right {
  font-size: 50px;
}
#slide1976-2 img {
  height: 100%;
  width: auto;
}
#slide1976-2 .stage {
  position: absolute;
  bottom: 0%;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
#slide1976-2 .stage .ground {
  background: #414042;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#slide1976-2 .stage .utes {
  background: url("../images/history/ute.svg") repeat-x;
  height: 77px;
  position: absolute;
  bottom: 30%;
  width: 1500px;
}
#slide1976-2 .stage .wareHouse {
  height: 70%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  text-align: center;
}
#slide1976-2 .stage .wareHouse div {
  height: 100%;
}
#slide1976-2 .stage .wareHouse img {
  position: relative;
}
#slide1978 img,
#slide1978 svg {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#slide1978 .layer div {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 6%;
  height: 60%;
  width: 100%;
  text-align: center;
}
#slide1978 #label-1978-2 div {
  text-align: right;
}
#slide1980 #ground-1978-1 {
  background-color: #38b449;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 14%;
}
#slide1980 #gate-1978-1 .wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14%;
  top: auto;
  overflow: hidden;
}
#slide1980 #gate-1978-1 .fence {
  position: relative;
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
#slide1980 #gate-1978-1 .fence .gate {
  height: auto;
  width: 100%;
}
#slide1980 #gate-1978-1 .fence .sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#slide1980 #gate-1978-1 .fence .wire {
  position: absolute;
  top: 0;
  height: 100%;
  width: 400%;
}
#slide1980 #gate-1978-1 .fence .wire.left {
  right: 100%;
}
#slide1980 #gate-1978-1 .fence .wire.right {
  left: 100%;
}
#slide1986 img {
  width: auto;
  height: 100%;
  position: relative;
}
#slide1986 #buildingA-1986-1 div {
  position: absolute;
  bottom: 16%;
  right: 10%;
  height: 40%;
  width: 100%;
  text-align: right;
}
@media (max-width: 1350px) {
  #slide1986 #buildingA-1986-1 div {
    height: 30%;
  }
}
#slide1986 #buildingB-1986-1 div {
  position: absolute;
  bottom: 16%;
  left: 10%;
  height: 40%;
  width: 100%;
  text-align: left;
}
@media (max-width: 1350px) {
  #slide1986 #buildingB-1986-1 div {
    height: 30%;
  }
}
#slide1986 #ground-1986-1 {
  background-color: #8cc63e;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 16%;
  width: 100%;
}
#slide1986 #labels-1986-1 {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 10%;
  height: 16%;
  width: 80%;
  display: table;
}
#slide1986 #labels-1986-1 div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 100;
}
#slide1986 #labels-1986-1 div.left {
  font-size: 30px;
}
#slide1986 #labels-1986-1 div.left span {
  width: 45%;
  display: block;
}
#slide1986 #labels-1986-1 div.right {
  font-size: 50px;
}
#slide1987-1 img {
  width: auto;
  height: 100%;
}
#slide1987-1 #dial-1987-1 div {
  position: absolute;
  height: 64%;
  width: 100%;
  bottom: 0%;
  text-align: center;
}
#slide1987-1 #face-1987-1 div {
  position: absolute;
  height: 64%;
  width: 100%;
  bottom: 0%;
  text-align: center;
}
#slide1987-2 img {
  height: auto;
  width: 900px;
}
#slide1987-2 #old-1987-2 div,
#slide1987-2 #new-1987-2 div {
  height: 20%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
#slide1987-2 #old-1987-2 {
  background-color: #c4122f;
}
#slide1987-2 #new-1987-2 {
  background-color: #003767;
}
#slide1987-3 img {
  height: 100%;
  width: auto;
  max-width: 200%;
}
#slide1987-3 #background-1987-3 div {
  width: 50%;
  height: 100%;
  text-align: center;
}
#slide1987-3 #background-1987-3 div.left {
  float: left;
  background-color: #006738;
}
#slide1987-3 #background-1987-3 div.right {
  float: right;
  background-color: #00adef;
}
#slide1987-3 #map-1987-3 {
  background-image: url("../images/history/1987-3-map.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #slide1987-3 #map-1987-3 {
    background-image: url("../images/history/1987-3-map.png");
  }
}
#slide1987-3 #label-1987-3 {
  background-image: url("../images/history/1987-3-label.svg");
  background-size: 100% auto;
  background-position: center center;
}
#slide1988 img,
#slide1988 svg {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#slide1988 .layer div {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 6%;
  height: 60%;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes sprinkler1990s {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes sprinkler1990s {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes sprinkler1990s {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sprinkler1990s {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#slide1990s img,
#slide1990s svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}
#slide1990s .layer div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#slide1990s #slide1990s-water .line {
  -webkit-animation: sprinkler1990s 500ms infinite;
  -moz-animation: sprinkler1990s 500ms infinite;
  -o-animation: sprinkler1990s 500ms infinite;
  animation: sprinkler1990s 500ms infinite;
}
#slide1993 img {
  height: 100%;
  width: auto;
}
#slide1993 .stage {
  position: absolute;
  bottom: 0%;
  height: 40%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #slide1993 .stage {
    height: 50%;
  }
}
#slide1993 .stage .ground {
  background: #414042;
  height: 30.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#slide1993 .stage .utes {
  background: url("../images/history/ute.svg") repeat-x;
  height: 77px;
  position: absolute;
  bottom: 30%;
  width: 1500px;
}
#slide1993 .stage .wareHouse {
  height: 70%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  text-align: center;
}
#slide1993 .stage .wareHouse div {
  height: 100%;
}
#slide1993 .stage .wareHouse img {
  position: relative;
}
#slide1994 img {
  height: 100%;
  width: auto;
}
#slide1994 #blackboard-1994 {
  top: 46%;
  text-align: center;
}
#slide1994 #blackboard-1994 .wrap {
  height: 44%;
  display: inline-block;
}
#slide1994 #blackboard-1994 .blackboard {
  height: 100%;
}
#slide1994 #blackboard-1994 .chalk {
  height: 100%;
  position: relative;
  top: -100%;
  overflow: hidden;
}
#slide1994 #blackboard-1994 .chalk img {
  max-width: 1200%;
}
#slide1997 {
  background-size: 100% auto;
  padding: 1px 0;
}
#slide1997 h1 {
  font-weight: 100;
  font-size: 100px;
  margin-top: 15%;
  text-align: center;
}
#slide1997 .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#slide1997 .layer {
  top: auto;
  height: auto;
  bottom: 0;
}
#slide1997 .waterPipes {
  position: relative;
  overflow: hidden;
}
#slide1997 .pipes {
  background: url("../images/history/1997-pipes.png") center no-repeat;
  padding-bottom: 20%;
  background-size: 100%;
  position: relative;
  z-index: 1;
  background-position: 0 0;
}
#slide1997 .water {
  background: url("../images/history/1997-water.png") no-repeat;
  padding-bottom: 20%;
  position: absolute;
  left: -100%;
  top: 0;
  right: 0;
  z-index: 0;
}
#slide1997 .mapwrap {
  overflow: hidden;
}
#slide1997 .map {
  background: url("../images/history/1997-map.png") 0 0 no-repeat;
  width: 250px;
  height: 200px;
  float: right;
}
#slide1998-1 .cloudbackground {
  background: #00AEEF url("../images/history/1998-bg-cloud.png") center 100% no-repeat;
}
#slide1998-1 .buildingwrap {
  display: inline-block;
  width: 800px;
  height: 320px;
}
#slide1998-1 .buildingwrap .building {
  height: 150px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/history/1998-building.png") 0 -33% no-repeat;
}
#slide1998-1 #sprinkler1998Wrap {
  position: absolute;
  overflow: hidden;
  height: 320px;
  bottom: 70px;
  left: 0;
  width: 100%;
  margin-bottom: -10px;
}
#slide1998-1 .sprinklerItem {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 800px;
  margin: 0 auto;
}
#slide1998-1 .grass {
  height: 70px;
  background: url("../images/history/1998-bg-grass.png") 0 0 repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#slide1998-2 img,
#slide1998-2 svg {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#slide1998-2 #tv-1998-1 div {
  position: absolute;
  bottom: 10%;
  height: 50%;
  width: 100%;
  text-align: center;
}
#slide1998-2 #tv-1998-1 .tv-back {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#slide1998-2 #tv-1998-1 .screen {
  position: relative;
  top: -100%;
  z-index: 1;
}
#slide1998-2 #tv-1998-1 .tv {
  position: relative;
  z-index: 2;
}
#slide1998-2 #ground-1998-1 {
  background-color: #603813;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 18%;
}
#slide2000-1 {
  background: url("../images/history/2000-3-bg.svg") repeat center center;
}
#slide2000-1 img {
  height: 100%;
  width: auto;
}
#slide2000-1 #computer-2000-3 {
  top: auto;
  bottom: 5%;
  height: 60%;
  text-align: center;
}
#slide2000-1 #computer-2000-3 .wrap div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slide2000-1 #desk-2000-3 {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #794400;
}
#slide2000-2 img,
#slide2000-2 svg {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
#slide2000-2 #scene-2000-2 {
  position: absolute;
  top: auto;
  bottom: 5%;
  height: 60%;
}
#slide2000-2 #scene-2000-2 div {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#slide2000-2 #scene-2000-2 .man {
  position: relative;
  z-index: 2;
}
#slide2000-2 #scene-2000-2 .basin {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 1;
}
#slide2000-2 #scene-2000-2 .paper {
  position: absolute;
  right: 14%;
  top: 0;
  z-index: 1;
}
#slide2000-2 #floor-2000-2 {
  background-color: #00a79d;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 12%;
}
#slide2000-2 #skirting-2000-2 {
  border-top: 14px solid #d6cdbd;
  background-color: #a19784;
  position: absolute;
  bottom: 12%;
  top: auto;
  left: 0;
  width: 100%;
  height: 7%;
}
#slide2000-3 img {
  height: 100%;
  width: auto;
}
#slide2000-3 #scene-2000-1 {
  height: 90%;
  top: auto;
  bottom: 0;
}
#slide2000-3 #scene-2000-1 .ground {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 15%;
  background-color: #404041;
}
#slide2000-3 #scene-2000-1 .skyline {
  position: absolute;
  top: auto;
  bottom: 15%;
  width: 100%;
  height: 128px;
  background: url("../images/history/2000-1-skyline.svg") repeat-x center;
}
#slide2000-3 #scene-2000-1 .number {
  position: absolute;
  top: auto;
  bottom: 15%;
  height: 50%;
  width: 100%;
  text-align: center;
}
#slide2000-3 #scene-2000-1 .number img {
  height: 199%;
  width: auto;
}
#slide2000-3 #firework-2000-1-A {
  width: 300px;
  height: 300px;
  left: auto;
  right: 20%;
  top: 5%;
}
#slide2000-3 #firework-2000-1-B {
  width: 260px;
  height: 260px;
  left: 18%;
  top: 26%;
}
#slide2000-3 #firework-2000-1-C {
  width: 200px;
  height: 200px;
  left: 5%;
  top: 5%;
}
#slide2000-3 #firework-2000-1-D {
  width: 160px;
  height: 160px;
  left: 5%;
  top: 46%;
}
#slide2000-3 #firework-2000-1-E {
  width: 200px;
  height: 200px;
  right: 5%;
  left: auto;
  top: 6%;
}
#slide2000-3 #firework-2000-1-F {
  width: 180px;
  height: 180px;
  right: 10%;
  left: auto;
  top: 38%;
}
#slide2000-3 #firework-2000-1-G {
  width: 160px;
  height: 160px;
  left: 30%;
  top: 3%;
}
#slide2000-3 #firework-2000-1-H {
  width: 140px;
  height: 140px;
  left: 50%;
  top: 20%;
}
#slide2001 img {
  height: 100%;
  width: auto;
}
#slide2001 #forklift-2001 {
  top: auto;
  bottom: 15%;
  height: 80%;
  text-align: center;
}
#slide2001 #forklift-2001 .wrap div {
  height: 45%;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
}
#slide2001 #building-2001 {
  height: 80%;
  top: auto;
  bottom: 15%;
  text-align: right;
}
#slide2001 #building-2001 div {
  height: 100%;
}
#slide2001 #ground-2001 {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 15%;
  background-color: #404041;
}
#slide2004-1 img,
#slide2003 img {
  height: 100%;
  width: auto;
}
#slide2004-1 #forklift-2003,
#slide2003 #forklift-2003 {
  top: auto;
  bottom: 15%;
  height: 30%;
  left: -34%;
  text-align: center;
}
#slide2004-1 #forklift-2003 .wrap div,
#slide2003 #forklift-2003 .wrap div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slide2004-1 #ground-2003,
#slide2003 #ground-2003 {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 15%;
  background-color: #404041;
}
#slide2004-1 #number-2003,
#slide2003 #number-2003 {
  top: auto;
  bottom: 15%;
  width: 100%;
  height: 44%;
  text-align: center;
}
#slide2004-1 #number-2003 img,
#slide2003 #number-2003 img {
  position: relative;
  bottom: -1.5%;
}
#slide2004-2 img,
#slide2004 img {
  height: 100%;
  width: auto;
}
#slide2004-2 #pipes-2004,
#slide2004 #pipes-2004 {
  text-align: center;
}
#slide2004-2 #pipes-2004 div,
#slide2004 #pipes-2004 div {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 40%;
}
#slide2004-2 #pipes-2004 div img,
#slide2004 #pipes-2004 div img {
  position: relative;
  bottom: 13%;
}
#slide2004-2 #text-2004,
#slide2004 #text-2004 {
  text-align: center;
}
#slide2004-2 #text-2004 div,
#slide2004 #text-2004 div {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 40%;
}
#slide2004-2 #text-2004 div img,
#slide2004 #text-2004 div img {
  position: relative;
  bottom: 13%;
}
#slide2004-2 #ground-2004,
#slide2004 #ground-2004 {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 10%;
  background-color: #58585b;
}
#slide2005-2 img,
#slide2005-2 svg {
  height: auto;
  width: 100%;
  display: block;
}
#slide2005-2 #scene-2005-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  height: 100%;
}
#slide2005-2 #scene-2005-2 .wrap {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: -1%;
}
#slide2005-2 #scene-2005-2 .wrap .pos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#slide2005-2 #scene-2005-2 .ice {
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 800%;
  width: 20%;
  z-index: 2;
}
#slide2005-2 #scene-2005-2 .ice .slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#slide2005-2 #scene-2005-2 .ice .slider .inside {
  background: url("../images/history/2005-1-ice.svg") center 0 repeat-y #0e004e;
  background-size: 100% auto;
  position: relative;
  top: 0%;
  height: 100%;
  width: 100%;
}
#slide2005-2 #scene-2005-2 .ice .edge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
#slide2005-2 #scene-2005-2 .ice .edge img {
  position: relative;
  margin-bottom: -6%;
}
#slide2005-2 #floor-2005-2 {
  background-color: #404041;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 10%;
}
#slide2006 #number-2006-1 {
  bottom: 14%;
  top: auto;
  text-align: center;
}
#slide2006 #number-2006-1 .wrap {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
}
#slide2006 #number-2006-1 .wrap .number {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
#slide2006 #number-2006-1 .wrap .number img {
  width: 800px;
  display: block;
}
#slide2006 #number-2006-1 .wrap .number .steam {
  width: 7%;
  padding-top: 4%;
  position: absolute;
  right: 4.25%;
  bottom: 36%;
  background: url("../images/history/2006-1-steam.svg") repeat-y center 0;
  background-size: 100% auto;
}
#slide2006 #ground-2006-1 {
  background-color: #6d6e70;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0%;
  width: 100%;
  height: 14%;
}
#slide2006-2 #map-2006-2 {
  bottom: 10%;
  top: auto;
  height: auto;
}
#slide2006-2 #map-2006-2 .wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#slide2006-2 #map-2006-2 img {
  width: 100%;
  height: auto;
}
#slide2006-2 #map-2006-2 svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#slide2006-2 #map-2006-2 .map-logo {
  position: absolute;
  top: 0;
  right: 0;
}
#slide2007-1 {
  background-image: url("../images/history/2007-1-birds.svg");
  background-position: 10% 50%;
  background-repeat: no-repeat;
}
#slide2007-1.small {
  background-image: none;
}
#slide2007-1 #fridge-2007-1 .wrap {
  height: 60%;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 4.5%;
  text-align: center;
}
#slide2007-1 #fridge-2007-1 .wrap img {
  height: 100%;
  width: auto;
}
#slide2007-1 #fridge-2007-1 .wrap img.off {
  visibility: hidden;
  position: relative;
  top: -100%;
}
#slide2007-1 #ground-2007-1 {
  background-color: #c2b49a;
  height: 18%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 30px solid #ffffff;
}
#slide2007-1 #ground-2007-1:before {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #e6e7e8;
  position: absolute;
  top: -38px;
}
#slide2007-2 .cloud {
  position: relative;
}
#slide2007-2 .cloud img {
  position: absolute;
  bottom: 0;
}
#slide2007-2 .cloud-1 {
  height: 30%;
}
#slide2007-2 .cloud-1 img {
  left: 20%;
  height: 60%;
}
#slide2007-2 .cloud-2 {
  height: 20%;
  margin-top: -30px;
}
#slide2007-2 .cloud-2 img {
  left: 0%;
  height: 100%;
}
#slide2007-2 .cloud-3 {
  height: 24%;
}
#slide2007-2 .cloud-3 img {
  right: 0%;
  height: 60%;
}
#slide2007-3 #stage-2007-3 {
  text-align: center;
}
#slide2007-3 #stage-2007-3 img {
  height: 100%;
  width: auto;
}
#slide2007-3 #curtains-2007-3 .wrap {
  height: 100%;
  width: 200%;
  position: absolute;
  left: -50%;
  top: -8%;
}
#slide2007-3 #curtains-2007-3 .wrap div {
  height: 100%;
  width: 50.1%;
  position: absolute;
  top: 0;
}
#slide2007-3 #curtains-2007-3 .wrap div img {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
}
#slide2007-3 #curtains-2007-3 .wrap div.left {
  left: 0%;
}
#slide2007-3 #curtains-2007-3 .wrap div.left img {
  right: 0;
}
#slide2007-3 #curtains-2007-3 .wrap div.right {
  right: 0%;
}
#slide2007-3 #curtains-2007-3 .wrap div.right img {
  left: 0;
}
#slide2007-3 #ground-2007-3 {
  background-color: #603813;
  height: 17%;
  bottom: 0;
  top: auto;
}
#slide2008 .truck {
  bottom: 14%;
  top: auto;
  width: 100%;
  height: 30%;
  text-align: center;
}
#slide2008 .truck img {
  height: 100%;
  width: auto;
}
#slide2009-2 {
  background-image: url("../images/history/2009-2-bg.svg");
  background-position: 50% 50%;
}
#slide2009-2 .outerWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#slide2009-2 .wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#slide2009-2 .wrap .taps {
  width: 100%;
}
#slide2009-2 .wrap .waterStream {
  background: #3FA9F5;
  width: 1%;
  height: 81%;
  position: absolute;
  top: 19%;
  left: 10%;
}
#slide2009-2 .wrap #waterStream2009-1 {
  left: 27%;
}
#slide2009-2 .wrap #waterStream2009-2 {
  left: 38.4%;
}
#slide2009-2 .wrap #waterStream2009-3 {
  left: 49.5%;
}
#slide2009-2 .wrap #waterStream2009-4 {
  left: 61.7%;
}
#slide2009-2 .wrap #waterStream2009-5 {
  left: 73.5%;
}
#slide2010 #shelf-2010-1 {
  top: auto;
  bottom: 14%;
  text-align: center;
  height: 50%;
}
#slide2010 #shelf-2010-1 .wrap {
  width: 860px;
  height: 310px;
  margin: 0 auto;
  position: relative;
  background-color: white;
}
#slide2010 #shelf-2010-1 .wrap img {
  height: auto;
  width: 100%;
  position: relative;
}
#slide2010 #shelf-2010-1 .wrap .water {
  background-color: #00aeef;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#slide2011 #stage-2011-1 .height {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
}
#slide2011 #stage-2011-1 .height .width {
  position: relative;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
#slide2011 #stage-2011-1 .height .width .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#slide2011 #stage-2011-1 .fittings {
  position: relative;
}
#slide2011 #stage-2011-1 .shutter {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#slide2011 #stage-2011-1 .shutter img {
  position: relative;
}
#slide2011 #stage-2011-1 img {
  width: 100%;
}
#slide2012-1 .cloud {
  position: relative;
}
#slide2012-1 .cloud img {
  position: absolute;
  bottom: 0;
}
#slide2012-1 .cloud-1 {
  height: 30%;
}
#slide2012-1 .cloud-1 img {
  left: 20%;
  height: 60%;
}
#slide2012-1 .cloud-2 {
  height: 20%;
  margin-top: -30px;
}
#slide2012-1 .cloud-2 img {
  left: 0%;
  height: 100%;
}
#slide2012-1 .cloud-3 {
  height: 24%;
}
#slide2012-1 .cloud-3 img {
  right: 0%;
  height: 60%;
}
#slide2012-1 #number-2012-1 {
  top: auto;
  bottom: 14%;
  height: 54%;
  text-align: center;
}
#slide2012-1 #number-2012-1 .wrap {
  height: 100%;
  width: 100%;
}
#slide2012-1 #number-2012-1 img {
  height: 100%;
  width: auto;
}
#slide2012-2 {
  background: url("../images/history/2012-2-bg.svg") center center;
}
#slide2012-2.small {
  background-size: 40px 40px;
}
#slide2012-2 .header {
  color: #4c4c4c;
}
#slide2012-2 #people-2012-2 .wrap {
  height: 60%;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
#slide2012-2 #people-2012-2 .wrap .row {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#slide2012-2 #people-2012-2 .wrap .row > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 400px;
  margin-left: -200px;
  margin-top: -93px;
}
#slide2012-2 #people-2012-2 .wrap .row .left {
  float: left;
  height: 100%;
}
#slide2012-2 #people-2012-2 .wrap .row .right {
  float: right;
  height: 100%;
}
#slide2012-2 #people-2012-2 .wrap .row .right img,
#slide2012-2 #people-2012-2 .wrap .row .left img {
  height: auto;
  width: 300px;
}
#slide2012-3 #sofa-2012-3 div {
  height: 42%;
  position: absolute;
  bottom: 6%;
  right: 0;
  text-align: right;
}
#slide2012-3 #sofa-2012-3 div img {
  height: auto;
  width: 330px;
}
#slide2012-3 #window-2012-3 div {
  height: auto;
  position: absolute;
  left: 8%;
  top: 34%;
  background-color: #003767;
  overflow: hidden;
}
#slide2012-3 #window-2012-3 div img {
  height: auto;
  width: 228px;
}
#slide2012-3 #window-2012-3 div .moon {
  position: absolute;
  left: 0;
  top: 0;
}
#slide2012-3 #ground-2012-3 {
  background-color: #af5f10;
  height: 12%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 30px solid #91afd5;
}
#slide2012-3 #man-2012-3 div {
  height: 60%;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
#slide2012-3 #man-2012-3 div img {
  height: 100%;
  width: auto;
}
#slide2012-4 #buildings-2012-4 {
  top: auto;
  bottom: 8%;
  height: auto;
  text-align: center;
}
#slide2012-4 #buildings-2012-4 .wrap {
  display: inline-block;
  position: relative;
}
#slide2012-4 #buildings-2012-4 .wrap img {
  height: auto;
  width: 680px;
}
#slide2012-4 #buildings-2012-4 .wrap .old {
  position: relative;
}
#slide2012-4 #buildings-2012-4 .wrap .new {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
#slide2012-4 #ground-2012-4 {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 13%;
  background-color: #38b449;
}
#slide2014-1 {
  background: url("../images/history/2014-1-bg.svg") center center;
}
#slide2014-1.small {
  background-size: 80px 80px;
}
#slide2014-1 #gauge-2014-1 {
  bottom: 10%;
  top: auto;
  height: 60%;
}
#slide2014-1 #gauge-2014-1 .wrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
#slide2014-1 #gauge-2014-1 .backface {
  width: 100%;
  height: auto;
}
#slide2014-1 #gauge-2014-1 .gauge {
  position: absolute;
  height: auto;
  width: 66%;
  top: 0;
  right: 3%;
}
#slide2014-1 #gauge-2014-1 .gauge-dial {
  position: absolute;
  height: auto;
  width: 66%;
  top: 0;
  right: 3%;
}
#slide2014-1 #gauge-2014-1 .numbers {
  width: 26%;
  height: 35.25%;
  position: absolute;
  left: 6%;
  top: 30%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #000000;
  background-image: url("../images/history/2014-1-numbers.svg");
  background-position: 0 0;
  background-size: 100% auto;
}
#slide2014-2 .reece-group-wrap {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#slide2014-2 .reece-group-wrap .group-logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -177px;
}
#slide2014-2 .ground-grass {
  background: #38b449;
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
}
#slide2014-2 .fork-lift-wrap .fork-lift {
  position: absolute;
  bottom: 100px;
  left: 0;
  margin-left: 180px;
}
#slide2014-2 #slide2014-2-cloud {
  height: 136px;
  bottom: 100px;
  text-align: center;
  top: auto;
}
#FramesAnimation {
  width: 619px;
  height: 398px;
}
