/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* Customization by Livemesh plugin */

.rslides_container {
  position: relative;
  }

.rslides_container .rslides_tabs {
  position: absolute;
  bottom: -50px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 100%;
  }

.rslides_container .rslides_tabs li {
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  }

.rslides_container .rslides_tabs a {
  display: block;
  width: 12px;
  height: 12px;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 4px;
  -webkit-transition: background 0.2s ease-in 0s;
  -moz-transition: background 0.2s ease-in 0s;
  -ms-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s;
  outline: none;
  }

.rslides_container .rslides_tabs .rslides_here a , .rslides_container .rslides_tabs a:hover {
  background: transparent;
  border: 1px solid #aaa;
  margin: 0 4px;
  }


.rslides_container .rslides_tabs .rslides_here a {
  width: 14px;
  height: 14px;
  }


.rslides_nav, .rslides_nav:hover {
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 1;
  text-shadow: none;
  background: none;
  font-family: 'lsow-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddd !important;
  font-size: 32px;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  bottom: initial;
  left: initial;
  right: initial;
  text-indent: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  outline: none;
  }

.rslides_nav:hover {
  color: #efefef !important;
}

.rslides_nav:before, .rslides_nav:hover:before {
  margin: 2px;
  vertical-align: middle;
  display: inline;
  font-family: inherit !important;
  opacity: 1; }
.rslides_nav.prev:before {
  content: "\e900"; }
.rslides_nav.next:before {
  content: "\e901"; }

.rslides_nav.next {
  right: 20px;
  }
.rslides_nav.prev {
  left: 20px;
  }


/* Let users navigate via touch */
@media only screen and (max-width: 960px) {
  .rslides_nav, .rslides_nav:hover {
    display: none;
    }
  }