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

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


  }

.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;
margin: auto;
  max-width: 100%;
  max-height: 1080px;
  border: 0;
  margin-bottom: 10px;
  max-height: calc(100vh - 150px);

  }

.rslides_tabs {  
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 90%;
  padding: 0;
  margin: auto;}

.rslides_tabs li {display: block; float: left; margin-right: 5px; font-size: 10px;}

.rslides_tabs li a {color: #d3d3d3; border-bottom: solid 0px #d3d3d3;}
.rslides_tabs .rslides_here a {color: black;}

.imageslider {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
}

.rslides_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 50%;
    text-indent: -9999px;
    overflow: hidden;
    height: 100%;}

.rslides_nav.next {
  left: auto;
  right: 0;
  }


@media all and (max-width: 1440px){
    }

  @media all and (max-width: 768px){
    
  .imageslider {
    margin-top: 30px;
  }

  }

