#loading {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loading img {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#main {
  min-width: 100%;
}

#story p {
  text-align: center;
  height: 300px;
  padding-top: 124px;
  font-size: 16px;
}

#story #sec7 p {
  text-align: center;
  height: auto;
  font-size: 12px;
  padding-top: 64px;
  padding-bottom:64px;
  margin-bottom:60px;
  border-bottom: 1px solid #eaeaea;
}


#story p span {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  padding-left: 7px;
}

#story #sec1 #logo {
  height: 300px;
  text-align: center;
  padding-top: 110px;
}

#story section {
  position: relative;
}

#story .photo{
  position: relative;
  height: 700px;
  min-height: 437.6px;
  background-size: 100% !important;
  z-index: 1;
}
#story .slider {
  position: relative;
  height: 700px;
  min-height: 437.6px;
  background-size: 100% !important;
  opacity: 0;
  z-index: 1;
}

#story .prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  min-height: 437.6px;
  width: 100%;
  background-size: 100% !important;
}

#story .slider.fade {
  opacity: 1;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

#story #sec1 .slider {
  background: url('/images/vis1-2.jpg') no-repeat center center;
}

#story #sec1 .prev {
  background: url('/images/vis1-1.jpg') no-repeat center center;
}

#story #sec2 .slider {
  background: url('/images/vis2-2.jpg') no-repeat center center;
}

#story #sec2 .prev {
  background: url('/images/vis2-1.jpg') no-repeat center center;
}

#story #sec3 .slider {
  background: url('/images/vis3-2.jpg') no-repeat center center;
}

#story #sec3 .prev {
  background: url('/images/vis3-1.jpg') no-repeat center center;
}

#story #sec4 .slider {
  background: url('/images/vis4-2.jpg') no-repeat center center;
}

#story #sec4 .prev {
  background: url('/images/vis4-1.jpg') no-repeat center center;
}

#story #sec5 .slider {
  background: url('/images/vis5-2.jpg') no-repeat center center;
}

#story #sec5 .prev {
  background: url('/images/vis5-1.jpg') no-repeat center center;
}

#story #sec6 .slider {
  background: url('/images/vis6-2.jpg') no-repeat center center;
}

#story #sec6 .prev {
  background: url('/images/vis6-1.jpg') no-repeat center center;
}
#story #sec7 .photo {
  background: url('/images/vis7-1.jpg') no-repeat center center;
}

#links {
  background-color: #e6e6e6;
  padding: 80px 0;
  text-align: center;
}

#links a {
  display: inline-block;
  width: 296px;
  height: 296px;
  padding: 12px;
  background-color: #fff;
  margin: 0 15px;
}

#links a span {
  display: block;
  width: 272px;
  height: 272px;
  border: 1px solid #646464;
  line-height: 272px;
}

#profile {
  width:800px;
  margin: 0 auto;
  padding: 78px 15px 0;
}

#profile h2 {
  margin-bottom: 35px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#profile h3 {
  font-size: 13px;
}

#profile p {
  font-size: 13px;
  margin-bottom: 35px;
  line-height: 200%;
}

#profile th {
  font-size: 13px;
  width: 85px;
  white-space: nowrap;
  padding: 4px 25px 4px 0;
}

#profile th span {
  display: inline-block;
  width: 28px;
  text-align: right;
  float: right;
}

#profile td {
  padding: 4px 0 4px 0;
  font-size: 13px;
}


@media screen and (max-width: 767px) {

  #main {
    min-width: initial;
  }

  #story .photo,
  #story .prev,
  #story .slider {
    min-height: initial;
  }

  #profile {
    width:auto;
    padding-top: 50px;
  }

  #story #sec1 #logo {
    height: 220px;
    padding-top: 92px;
  }
  #story #sec1 #logo img {
    height: 36px;
  }

  #links a#links-shop {
    margin-bottom: 15px;
  }
  #story p span {
    padding-left: 0;
  }
}