/*! http://responsiveslides.com v1.54 by @viljamis */
.homepage {
  position: relative;
}
.slide_text {
  position: absolute;
  width: 100%;
  bottom: 12%;
  color: #fff;
  opacity: 0;
  z-index: 150;
  background: url('../images/dbg.png') repeat;
  padding: 15px 0;
}
.slide_video {
  position: absolute;
  width: 100%;
  bottom: 12%;
  color: #fff;
  opacity: 0;
  z-index: 150;
  padding: 15px 0;
}
.homepage > div:first-child .slide_text {
  opacity: 1;
}
.homepage img {
  width: 100%;

}
#features {
  bottom: 0;
  opacity: 0;
}
#cycle-prev, #cycle-next {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 150;
  width: 52px;
  height: 52px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 30px;
  cursor: pointer;
}
#cycle-prev {
  left: 50%;
  margin-left: -54px;
}
#cycle-next {
  right: 50%;
  margin-right: -54px;
}
#cycle-prev:hover, #cycle-next:hover {
  background: rgba(87,179,174,0.6);
}