Your IP : 216.73.217.101


Current Path : /home/antonen/poznajlitwe.lt/media/n2/ss3/plugins/type/showcase/showcase/
Upload File :
Current File : /home/antonen/poznajlitwe.lt/media/n2/ss3/plugins/type/showcase/showcase/style.n2less

(~'div@{sliderid}') {
  width: @width;
  float: left;
  margin: @margin;

  html[dir="rtl"] & {
    float: right;
  }

  .n2-ss-slider-1 {
    position: relative;
    height: @height;
  }

  .n2-ss-slider-2 {
    position: relative;
    height: @inner1height;
    overflow: hidden;
    border-style: solid;
    border-width: @border;
    border-color: @borderhex;
    border-color: @borderrgba;

    border-radius: @borderRadius;
    background-clip: padding-box;

    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: @backgroundSize;
    background-attachment: @backgroundAttachment;
    z-index: 1;
  }

  .n-particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
  }

  .n2-ss-slider-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;

    -moz-perspective: @perspective;
    -webkit-perspective: @perspective;
    perspective: @perspective;

    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    z-index: 20;
  }

  @supports (-ms-ime-align:auto) {
    .n2-ss-slider-3 {
      -webkit-perspective: none;
      perspective: none;
      -webkit-transform: perspective(@perspective);
      transform: perspective(@perspective);
    }
  }

  .n2-ss-showcase-navigation {
    cursor: pointer;
    position: absolute;
    z-index: 2;
  }

  &.n2-ss-showcase-horizontal .n2-ss-showcase-navigation-previous {
    left: 0;
    top: 0;
    height: 100%;
  }

  html[dir="rtl"] &.n2-ss-showcase-horizontal .n2-ss-showcase-navigation-previous {
    left: auto;
    right: 0;
  }

  &.n2-ss-showcase-horizontal .n2-ss-showcase-navigation-next {
    right: 0;
    top: 0;
    height: 100%;
  }

  html[dir="rtl"] &.n2-ss-showcase-horizontal .n2-ss-showcase-navigation-next {
    right: auto;
    left: 0;
  }

  &.n2-ss-showcase-vertical .n2-ss-showcase-navigation-previous {
    left: 0;
    top: 0;
    width: 100%;
  }

  &.n2-ss-showcase-vertical .n2-ss-showcase-navigation-next {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .n2-ss-showcase-slides {
    position: relative !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .n2-ss-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: @canvaswidth;
    height: @canvasheight;
    float: left;
    display: block;
    margin-right: @distanceh;
    margin-bottom: @distancev;
    outline: 1px solid rgba(0, 0, 0, 0);
  }

  html[dir="rtl"] & .n2-ss-slide {
    float: right;
    left: auto;
    right: 0;
  }

  /**
   * Preserve3d is not available
   */
  .x-msie & .n2-ss-slide {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  &.n2-ss-showcase-vertical .n2-ss-slide {
    clear: left;
  }

  .n2-ss-slide-inner{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
  }

  .n2-ss-showcase-overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000000;
    display: block;
    background: url('data: image/gif;base64, R0lGODlhAQABAIAAAAAAAP ///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    background: rgba(0, 0, 0, 0.0);
  }

  .n2-ss-slide-active .n2-ss-showcase-overlay {
    display: none;
  }

  .smart-slider-animate-in .n2-ss-showcase-overlay,
  .smart-slider-animate-out .n2-ss-showcase-overlay {
    display: block;
  }

  .n2-ss-layers-container {
    position: relative;
    width: @canvaswidth;
    height: @canvasheight;
  }

  .n2-ss-slide-active {
    z-index: 3;
    display: block;
  }

  .n2-ss-layer {
    -webkit-backface-visibility: hidden;
  }

  .ssPerspective() when (@hasPerspective = 1) {
    .n2-ss-slide {
      -webkit-perspective: @perspective;
      perspective: @perspective;
    }

    @supports (-ms-ime-align:auto) {
      .n2-ss-slide {
        -webkit-perspective: none;
        perspective: none;
        -webkit-transform: perspective(@perspective);
        transform: perspective(@perspective);
      }
    }
  }
  .ssPerspective();

}