.tpls{
  display: none;
}

.visible {
  display: block;
}

.hidden, .can-visible {
  display: none;
}

a.a-block {
  display: block;
}

a.a-block:hover {
  cursor: pointer;
}

.swiper-container {
  height: 346px;
  width: 695px;
  font-family: Arial, Helvetica, sans-serif;
}

.swiper-container.slideshow-small {
  height: 363px;
  width: 453px;
  border: 6px solid black;
}
  
  .swiper-wrapper {
    height: 352px;
    background-color: #000;
  }
  
  .swiper-button-prev {
    background: url('../../../images/slideshow-arrows.png') top left transparent no-repeat;
    width: 35px;
    height: 65px;
    left: 14px;
  }
  
  .swiper-button-next {
    background: url('../../../images/slideshow-arrows.png') top right transparent no-repeat;
    width: 35px;
    height: 65px;
    right: 14px;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    top: 46%;
    position: absolute;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
  }
  
  .slideshow-small .swiper-button-prev,
  .slideshow-small .swiper-button-next,
  .slideshow-single .swiper-button-prev,
  .slideshow-single .swiper-button-next {
    display: none;
  }
  
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-image: url('../../../images/slideshow-arrows-over.png')
  }
  
  .swiper-slide {
    background-color: #000;
    height: 346px;
    width: 695px;
  }
  
  .slideshow-small .swiper-slide {
    width: 465px;
  }
  
  .swiper-slide-active .can-visible{
    display: block;
  }
  
  .slide-img-box {
    line-height: 0px;
  }
    
    .slide-img {
      position: relative;
      z-index: 0;
    }
    
    .slideshow-small .slide-img {
      cursor: pointer;
    }
    
    .slide-black-bar {
      position: absolute;
      top: 325px;
      background-color: black;
      width: 554px;
      height: 21px;
      z-index: 100;
    }
    
    .slideshow-single .slide-black-bar {
      display: none;
    }
  
  .slide-caption {
    position: relative;
    top: -51px;
    height: 52px;
    width: 554px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .slideshow-small .slide-caption {
    top: -67px;
    width: 453px;
  }
  
  .slideshow-single .slide-caption {
    top: -55px;
  }
  
    .slide-caption-bg {
      position: absolute;
      left: 0px;
      opacity: .5;
      height: 50px;
      z-index: 1;
      width: 100%;
    }
    
    .slideshow-small .slide-caption-bg {
      height: 55px;
    }
  
    .slide-title {
      position: absolute;
      padding: 10px 0 0 8px;
      font-size: 16px;      
      line-height: 16px;
      z-index: 3;
    }
    
    .slide-subtitle {
      position: relative;
      top: 30px;
      width: 544px;
      height: 16px;
      padding: 0 0 0 10px;
      font-size: 13px;
      line-height: 14px;
      z-index: 200;
      float: left;
      background-color: #000;
      color: #cbcbcb;
    }
    
    .slideshow-small .slide-subtitle {
      width: 453px;
      background-color: transparent;
    }
    
    .slide-more {
      float: right;
      position: relative;
      top: 10px;
      padding: 8px 11px 9px 11px;
      background-color: #8d040c;
      color: white;
      z-index: 300;
      font-size: 12px;
      line-height: 12px;
    }
    
    .slideshow-small .slide-more {
      display: none;
    }
    
    .slide-more:hover {
      background-color: #ff0000;
    }


   
/* !Swiper Controls */

.slide-ctrl-box {
  position: relative;
  /*
top: -21px;
  height: 52px;
*/
  top: 0px;
  height: 31px;
  background-color: #000;
  width:100%;
  font-family: Arial, Helvetica, sans-serif;
 /*  margin-bottom: 15px; */
} 

.slideshow-small.slide-ctrl-box {
  top: -35px;
  z-index: 10;
  height: 35px;
}

.slideshow-single.slide-ctrl-box {
  display:none;
}

  .swiper-pagination {
    position: relative;
    width: 100%;
    /* top: 25px; */
    top: 4px;
    text-align: center;
    color: white;
  }
  
  .slideshow-small .swiper-pagination {
    top: 0px;
  }
  
  .swiper-pagination > span:hover {
   cursor: pointer;
  }
  
  .swiper-ctrl {
    position: absolute;
    color: #8d040c;
    left: 15px;
    /* top: 25px; */
    top: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
  } 
  
  .slideshow-small .swiper-ctrl {
    display: none;
  }
  
  .swiper-ctrl:hover {
    color: white;
  }
  
  .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0%;
    opacity: 1;
    background-color: #000;
    color: white;
    padding: 2px 0px 6px 0px;
    height: 10px;
    width: 18px;
    margin-right: 1px;
    font-size: 12px;
  }
  
  .slideshow-small .swiper-pagination-bullet {
    padding: 7px 0px 8px;
    width: 15px;
    margin-right: 3px;
  }

  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet:hover {
    background-color: #ff0000;
  }