.head {
  display: block;
  position: absolute;
  top: 0;
  z-index: 3000;
  left: 0;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  background: -webkit-linear-gradient(
    rgba(51, 51, 51, 0.8),
    rgba(51, 51, 51, 0.1)
  );
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.1));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    rgba(51, 51, 51, 0.8),
    rgba(51, 51, 51, 0.1)
  );
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.1));
}

.logo {
  float: left;
  vertical-align: middle;
  margin-left: 20px;
}

.logo img {
  vertical-align: middle;
  margin-right: 20px;
}

.head ul {
  float: right;
  overflow: hidden;
  color: #fff;
  line-height: 86px;
  font-weight: bold;
}

.head ul li {
  float: left;
  display: block;
  padding: 0 20px;
}

.head ul span {
  float: left;
}

.head ul li a {
  color: #fff;
}

footer {
  position: absolute;
  z-index: 3000;
  bottom: 0;
  left: 0;
  background: #01164b;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

footer p {
  line-height: 20px;
}

footer p span {
  margin-right: 20px;
}

footer a {
  color: #fff;
}

#slideshow {
  position: relative;
  height: 350px;
  z-index: -1;
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}

#slideshow img.active {
  z-index: 10;
  opacity: 1;
}

#slideshow img.last-active {
  z-index: 9;
}

#slideshow img {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 800px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}

.text-slideshow {
  z-index: 3000;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.text-slideshow img {
  width: 736px;
}
