.hp-top-gallery {
  min-width: 1024px;
  margin-bottom: 0;
}
.no-js .hp-top-gallery {
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
}
.hp-top-gallery .slide {
  position: relative;
}
.no-js .hp-top-gallery .slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.hp-top-gallery .slide img {
  width: 100%;
  min-width: 1600px;
}
.hp-top-gallery .slide .text-wr {
  position: absolute;
  left: 50%;
  top: 100px;
  bottom: 80px;
  width: 500px;
  margin: 0 0 0 -250px;
  padding: 0;
  color: #fff;
  font-family: "Cuprum", Helvetica, Arial, sans-serif;
  text-align: center;
}
.ie8 .hp-top-gallery .slide .text-wr {
  top: 30px;
}
.hp-top-gallery .slide .text-wr strong {
  display: block;
  padding: 0 0 1rem;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  text-shadow: 3px 3px 0px #076b5a;
  border-bottom: 1px #fff dashed;
  text-transform: uppercase;
}
.ie8 .hp-top-gallery .slide .text-wr strong {
  padding: 0;
  font-size: 2.5em;
}
.hp-top-gallery .slide .text-wr p {
  padding: 0;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0px #076b5a;
}
.ie8 .hp-top-gallery .slide .text-wr p {
  font-size: 1em;
}
.hp-top-gallery .slide .text-wr a {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
  text-transform: uppercase;
}
.ie8 .hp-top-gallery .slide .text-wr a {
  padding: 0.5em 1em;
  font-size: 1.2em;
}
.hp-top-gallery .slide .text-wr span {
  display: inline-block;
  position: absolute;
  right: -200px;
  bottom: 0;
  padding: 0 0.3rem 0 0;
  text-align: right;
  font-style: italic;
  font-weight: lighter;
  font-size: 1.2rem;
}
.ie8 .hp-top-gallery .slide .text-wr span {
  padding: 0 0.5em 0 0;
  font-size: 1.2em;
}
.hp-top-gallery .slick-dots {
  right: 50%;
  bottom: 30px;
  width: auto;
  margin-right: -460px;
}

