.xeory-visual-slider {
  width: 100%;
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  margin-bottom: 40px;
  clear: both;
  padding: 21px; }
  @media screen and (max-width: 767px) {
    .xeory-visual-slider {
      padding: 0; } }
  .xeory-visual-slider p {
    margin: 0; }
  .xeory-visual-slider a {
    text-decoration: none; }
  .xeory-visual-slider .xeory-vsl-wrap {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: #f5f5f5; }
  .xeory-visual-slider .xeory-vsl-inner {
    overflow: hidden; }
  .xeory-visual-slider .xeory-vsl-container {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
    .xeory-visual-slider .xeory-vsl-container .xvs-slide-image {
      position: relative;
      float: left;
      min-height: 1px; }
      .xeory-visual-slider .xeory-vsl-container .xvs-slide-image img {
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .xeory-visual-slider .slide-prev, .xeory-visual-slider .slide-next {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .xeory-visual-slider .slide-prev:hover, .xeory-visual-slider .slide-next:hover {
        color: #ccc;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); } }
    .xeory-visual-slider .slide-prev::before, .xeory-visual-slider .slide-next::before {
      position: absolute;
      top: 50%;
      margin-top: -21px; }
  .xeory-visual-slider .slide-prev {
    left: -21px; }
    @media screen and (max-width: 767px) {
      .xeory-visual-slider .slide-prev {
        left: 0; } }
    .xeory-visual-slider .slide-prev::before {
      content: url("../images/prev.png");
      left: 0; }
      @media screen and (max-width: 767px) {
        .xeory-visual-slider .slide-prev::before {
          content: none; } }
  .xeory-visual-slider .slide-next {
    right: -21px; }
    @media screen and (max-width: 767px) {
      .xeory-visual-slider .slide-next {
        right: 0; } }
    .xeory-visual-slider .slide-next::before {
      content: url("../images/next.png");
      right: 0; }
      @media screen and (max-width: 767px) {
        .xeory-visual-slider .slide-next::before {
          content: none; } }
  .xeory-visual-slider .xeory-vsl-pagination {
    overflow: hidden;
    overflow-x: scroll; }
  .xeory-visual-slider .slider-pagination a {
    float: left;
    margin: 1px 1px 0 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    position: relative; }
    @media screen and (max-width: 767px) {
      .xeory-visual-slider .slider-pagination a {
        width: 40px;
        height: 40px; } }
    .xeory-visual-slider .slider-pagination a::after {
      position: absolute;
      content: '';
      width: 100px;
      height: 100px;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 767px) {
        .xeory-visual-slider .slider-pagination a::after {
          width: 40px;
          height: 40px; } }
    @media screen and (min-width: 768px) {
      .xeory-visual-slider .slider-pagination a:hover {
        opacity: 1; }
        .xeory-visual-slider .slider-pagination a:hover::after {
          background: transparent; } }
    .xeory-visual-slider .slider-pagination a.current::after {
      position: absolute;
      content: '';
      width: 100px;
      height: 100px;
      top: 0;
      left: 0;
      box-shadow: 0 0 0 4px #c5d935 inset;
      background: transparent; }
      @media screen and (max-width: 767px) {
        .xeory-visual-slider .slider-pagination a.current::after {
          width: 40px;
          height: 40px;
          box-shadow: 0 0 0 2px #c5d935 inset; } }
    .xeory-visual-slider .slider-pagination a img {
      max-width: inherit;
      position: absolute; }
