#sliderevmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(26,26,26,0.9);
  z-index: 10;
}
#sliderevmodal-inner {
  max-width: 960px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#revsliclo {
    cursor: pointer;
    background: rgba(63,73,76,0.8);
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 100;
    position: absolute;
    top: 3%;
    left: 3%;
}
#revsliclo img {
  width: 15px;
  height: 15px;
  margin: auto;
}
#sliderevmodal-innerer {
  padding: 10px 10px 0;
  position: relative;
  background: rgba(26,26,26,0.9) !important;
}
.tparrows {
  border: 1px solid #d3d3d3;
}
.tp-thumbs {
}
.tp-revslider-mainul {
	background: rgba(16, 16, 16, 0) !important;
}
.rev_slider li.tp-revslider-slidesli.active-revslide div {
    opacity: 1 !important;
}
/* slider thumbnail navigation */
.thumbs-nav {
    cursor: pointer;
    width: 20px;
    height: 75px;
    position: absolute;
    display: flex;
    z-index: 1001;
    background-color: rgba(179,179,179,0.4);
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.6);
}
.hesperiden.tparrows {
    display: none;
}
.thumbs-nav::before{font-family:revicons;font-size:20px;color:#fff;display:block;line-height:40px;text-align:center}
.thumbs-nav-vertical{right:5.4%}
.thumbs-nav-vertical.thumbs-next{bottom:0}
.thumbs-nav-vertical.thumbs-prev{top:0}
.thumbs-nav-vertical.thumbs-next::before{content:"\e82d";-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.thumbs-nav-vertical.thumbs-prev::before{content:"\e82c";-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.thumbs-nav-horizontal{bottom:15px;}
.thumbs-nav-horizontal.thumbs-next{right:0;}
.thumbs-nav-horizontal.thumbs-prev{left:0;}
.thumbs-nav-horizontal.thumbs-next::before{content:"\e82d";margin-left:3px}
.thumbs-nav-horizontal.thumbs-prev::before{content:"\e82c";margin-right:3px}
@media only screen and (max-width:768px) {
  .thumbs-nav {
      /*display: none;*/
  }
}