/*Global*/
.cycle-prev, .cycle-next {
  color: #fff;
  font-size: 200%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 900;
}

.cycle-prev {
  float: left;
  left: 20px;
  cursor: pointer;
}

.cycle-next {
  float: right;
  right: 20px;
  cursor: pointer;
}

.cycle-pager {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5px;
  z-index: 999;
  color: #fff;
  font-size: 200%;
}

.cycle-pager span {
  height: 5px;
  width: 5px;
  display: inline-block;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
  padding: 1px;
}

.cycle-pager .cycle-pager-active {
  background-color: white;
}

@media only screen and (max-width: 1025px) {
  .slider-wrapper {
    display: inline-block;
    height: auto;
    background: url(../media/slider-bg.jpg);
    background-size: cover;
    margin-top: 65px;
    overflow: hidden;
  }
  .slider-wrapper .cycle-slideshow {
    display: inline-block;
    overflow: hidden;
  }
  .slider-wrapper .cycle-slideshow div.slide {
    z-index: 1;
  }
  .slider-wrapper .cycle-slideshow div.slide img {
    width: 100%;
    height: auto;
  }
  .slider-wrapper .cycle-slideshow div.slide p {
    position: absolute;
    bottom: 4px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1366px) {
  .slider-wrapper {
    position: relative;
    top: 10px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
  }
  .slider-wrapper .cycle-slideshow {
    display: inline-block;
    max-height: 350px;
  }
  .slider-wrapper .cycle-slideshow div.slide {
    z-index: 1;
  }
  .slider-wrapper .cycle-slideshow div.slide img {
    width: 100%;
    margin-top: -12%;
  }
  .slider-wrapper .cycle-slideshow div.slide p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0px;
    height: 350px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: auto;
    max-width: 18%;
    padding: 25px;
  }
}

@media only screen and (min-width: 1366px) {
  .slider-wrapper {
    position: relative;
    top: 10px;
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
  }
  .slider-wrapper .cycle-slideshow {
    position: relative;
    display: inline-block;
    max-height: 600px;
  }
  .slider-wrapper .cycle-slideshow div.slide {
    z-index: 1;
  }
  .slider-wrapper .cycle-slideshow div.slide img {
    width: 100%;
    margin-top: -12%;
  }
  .slider-wrapper .cycle-slideshow div.slide p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0px;
    height: 600px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: auto;
    max-width: 25%;
    padding: 25px;
  }
}

@media only screen and (max-width: 481px) {
  .cycle-slideshow {
    width: 100%;
  }
}

@media all and (min-width: 482px) and (max-width: 1025px) {
  .slider-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/*height query*/
@media screen and (max-height: 650px) {
  .slider-wrapper {
    max-height: 500px;
  }
  .cycle-slideshow {
    max-height: 500px;
  }
}
/*# sourceMappingURL=slider.css.map */