.slider {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.slides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  margin: 0; padding:0;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

}

.slide {
  margin: 0; padding:0;
  height: 100%;
  float: left;
  clear: none;
  background-position: center center;
  list-style: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-arrow {
  position: absolute;
  display: block;
  opacity:0.1;
  background-image: url(../img/glide-arrows.png);
  width: 17px;
  height: 28px;
  display: block;
  padding: 0;
  margin-bottom: -20px;
}

.slider-arrow:hover{opacity:1;}

.slider-arrow--right {
  bottom: 50%;
  right: 30px;
  background-position: -17px 0;
}


.slider-arrow--left {
  bottom: 50%;
  left: 30px;
  background-position: 0 0;
}
.slide-nav-wrap{
  opacity: .5;
  width: 100%;
  position: absolute;
  bottom:0;
  padding:15px 0 20px;
}
.slider-nav {
  position: absolute;
}

.slider-nav__item {
  width: 8px;
  height: 8px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #fff;
}

.slider-nav__item:hover {
  background: #fff;
}

.slider-nav__item--current {
  background: #fff;
}


.slider-arrow--left:hover {
  background-position: 0 -28px;
}


.slider-arrow--right:hover {
  background-position: -17px -28px;
}

.box {
  width: 100%;
  height: 100%;
  background:transparent top center repeat-x;
}
.slide{color:#FFF;}
.slide-caption-bg{
  background: url('../img/bg-grad.png') bottom left repeat-x;
  position: relative;
  width: 100%;
  height: 100%;
  bottom:0px;
}
.no-slide-caption-bg .slide-caption-bg{
  background:none;
}
.slide-caption{color:#FFF;padding:15px 45px;bottom:0;position: absolute;}
.slide-title{font-family:Roboto; font-size:2em; opacity: 0; font-weight: 300;}
.slide-text{font-family:Roboto;font-size:1.2em; padding:10px 0; line-height: 1.8em; width:100%; opacity: 0;}

.slide-link{border:1px solid #000; padding:8px 0; text-align: center; width:120px; color:#000; display: block; margin:0 auto; opacity: 0;float:right;}
/*
.slide-link:hover{background:rgba(255,255,255,.2); color:#000;}

.animated.slide-text{-webkit-animation-delay: 0.2s; animation-delay: 0.5s;}
*/