/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  top: -9999;
  bottom: -9999;
  margin: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("http://northlandscreative.co.uk/wp-content/themes/northlandsglass/assets/vendor/responsiveslides/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.centered-btns_nav:hover {
  opacity: 1.0;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.centered-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs {
  left: 0;
  right: 0;
  margin: -30px auto 0;
  text-align: center;
  z-index: 100000;
  position: absolute;
  display: block;
  height: 20px;
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
}

.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border: 1px solid #FFF;
  width: 12px;
  height: 12px;
}

.centered-btns_here a {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
}

@media all and (min-width: 1025px) {
  .rslides li {
    padding-top: 45%;
  }
}
@media all and (max-width: 1024px) {
  .rslides li {
    padding-top: 50%;
  }
}
.rslides {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}