
.swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}


.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active {
  z-index: 50;
}

.swiper-slide .container {
  z-index: 100;
}

.swiper-slide .image-bg {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.swiper-slide[data-bg-alignment="top"] .image-bg { background-position: center top; }
.swiper-slide[data-bg-alignment="center"] .image-bg { background-position: center center; }
.swiper-slide[data-bg-alignment="bottom"] .image-bg { background-position: center bottom; }

.swiper-slide .content {
  color: $color-white;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 250px;
  z-index: 100;
}


.parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content {
  margin-top: 23px;
  margin-left: -10px;
}


.parallax_slider_outer.first-section .swiper-slide .content {
  -webkit-backface-visibility: hidden;
}



.nectar-slider-wrap {
  display: none;
}

html:not(.js) .nectar-slider-wrap {
  display: block;
}

.nectar-slider-loading.default-loader .loading-icon, .pp_loaderIcon.default_loader {
  background-image: none!important;
}

.nectar-slider-loading.default-loader .loading-icon span {
  border: 3px solid $color-grey-6;
  background-color: $color-grey-4;
}


.nectar-slider-loading {
  .loading-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/icons/nectar-loading.gif');
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

body[data-ajax-transitions="true"][data-apte="center_mask_reveal"] .nectar-slider-loading  {
  display: none!important;
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded  { background-color: #393939!important; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
  margin-top: 0px;
}

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
  opacity: 0;
  padding-top: 55px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content p, .nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h2, .nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .buttons {
  opacity: 1!important;
  padding-top: 0!important;
}

.swiper-slide .content p i {
  border-radius: 0px!important;
  width: 24px!important;
  font-size: 20px!important;
  background-color: transparent!important;
}

.swiper-slide .content iframe {
  max-width: 1100px;
}

.swiper-slide .content.centered {
  text-align: center;
}

.swiper-slide .content img {
  margin-bottom: 30px;
}
.swiper-slide .content h2 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -1px;
  display: block;
  color: $color-white;
  font-family: $font-family-base;
  font-weight: 300;
}

.full-width-section > .col-xs-12.dark .swiper-slide[data-color-scheme="light"] .content h2,
.full-width-content > .col-xs-12.dark .swiper-slide[data-color-scheme="light"] .content h2  { color: #fff;}


.span3, .span4, .span6, .span8, .span9, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9 {
  .nectar-slider-wrap {
    .swiper-slide {
      .content {
        h2{
          font-size: 40px;
          line-height: 60px!important;
        }
        p{
          font-size: 17px!important;
          line-height: 28px!important;
        }
      }
    }
  }
}


.swiper-slide {
  .content {
    p {
      font-size: 24px;
      line-height: 38px;
      font-family: $font-family-base;
      font-weight: 300;
      &.transparent-bg {
        span {
          padding: 4px 0px;
          display: inline;
          position: relative;
          left: 10px;
          background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
          @include box-shadow(10px 0 0 $color-rg-black-5, -10px 0 0 $color-rg-black-5);
          line-height: 45px;
          -webkit-box-decoration-break: clone;
          -o-box-decoration-break: clone;
          box-decoration-break: clone;
        }
      }
    }
  }
  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .button {
    display: inline-block;
    padding: 8px;
    margin: 0px;
    @include rounded(2px);
    @include transform-style(preserve-3d);
    > div:last-child {
      padding-right: 0px!important;
    }
    > div:first-child {
      padding-left: 0px;
    }
    a {
      background-color: $brand-green;
      color: $color-white;
      border-radius: 2px;
      padding: 13px 17px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: $font-family-base;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 12px;
      display: block;
      @include transition(border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1));
    }
  }
}



.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
  line-height: 40px;
}

.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  @include box-shadow(10px 0 0 $color-rg-white-4, -10px 0 0 $color-rg-white-4);
}


.swiper-slide .content p::selection, .swiper-slide .content h2::selection, .swiper-slide .button a::selection, .swiper-container div::selection, .swiper-container span::selection, .swiper-container img::selection {
  background: transparent!important;
  color: $color-white!important;
}

.swiper-slide .content p::-moz-selection, .swiper-slide .content h2::-moz-selection, .swiper-slide .button a::-moz-selection, .swiper-container div::-moz-selection, .swiper-container span::-moz-selection, swiper-container img::-moz-selection {
  background: transparent!important;
  color:$color-white!important;
}

.swiper-slide[data-color-scheme="dark"] .content p::selection, .swiper-slide[data-color-scheme="dark"] .content h2::selection, .swiper-slide[data-color-scheme="dark"] .button.transparent a::selection, .swiper-slide[data-color-scheme="dark"] img::selection, .swiper-container .swiper-slide[data-color-scheme="dark"] span::selection  {
  background: transparent!important;
  color: $color-black !important;
}

.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection, .swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection, .swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection, .swiper-slide[data-color-scheme="dark"] img::-moz-selection, .swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection  {
  background: transparent!important;
  color: $color-black!important;
}




.video-texture {
  height: 3000px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 10;
}

.active_texture {
  background-image: url('../img/textures/grid.png');
}

div[data-button-sizing="large"] .swiper-slide .button a { font-size: 15px; padding: 18px 40px; }
div[data-button-sizing="large"] .swiper-slide .button.transparent a, div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a { padding: 18px 40px!important; }
div[data-button-sizing="jumbo"] .swiper-slide .button a { font-size: 18px; padding: 25px 45px; }
div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a { padding: 23px 45px!important; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
  padding: 10px 15px!important;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button.transparent a {
  padding: 8px 15px!important;
}

.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a {
  box-shadow: none!important;
  padding: 11px 17px!important;
  background-color: transparent!important;
  border: 2px solid $color-rg-white-7;
}

.swiper-slide .button.transparent a:hover {
  border: 2px solid $color-rg-white-9;
}

.swiper-slide .button.transparent_2 a:hover {
  border-color: transparent!important;
  background-color: $brand-green;
  color: $color-white !important;
}

.swiper-slide[data-color-scheme="dark"] .content h2, .swiper-slide[data-color-scheme="dark"] .content p, .swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a  {
  color: $color-grey-1;
  text-shadow: none!important;
}


.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
  border: 2px solid $color-rg-black-4 !important;
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
  border: 2px solid $color-rg-black-8 !important;
}

.swiper-slide[data-x-pos="left"] .content {
  text-align: left;
}

.swiper-slide[data-x-pos="left"] .content p {
  margin: 0px;
}

.swiper-slide[data-x-pos="centered"] .content {
  text-align: center;
}

.swiper-slide[data-x-pos="right"] .content {
  width: 50%;
  left: auto;
  right: 0px;
}

.swiper-slide[data-x-pos="right"] .content p {
  margin: 0px;
}

.swiper-slide[data-x-pos="right"] .content .buttons {
  clear: both;
}

.swiper-slide[data-x-pos="right"] .content p:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}




.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  @include backface-visibility(hidden);
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;

  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  /*-moz-transform:translate3d(0px,0,0);*/
  -moz-transition-timing-function:ease;

  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);

  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;

  transition-property:transform, left, top;
  transition-duration:2s;
  /*transform:translate3d(0px,0,0);*/
  transition-timing-function:ease;

}
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-wrapper {
  transition: none!important;
  -webkit-transition: none!important;
}
.nectar-slider-wrap[data-transition="fade"] .swiper-slide {
  transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}

.swiper-slide .video-wrap {
  position: absolute!important;
  top: 0;
  left: 0;
  padding-bottom: 0px!important;
  overflow: hidden;
}

.slider-pagination {
  position: absolute;
  z-index: 20;
  bottom: 25px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.slider-pagination .swiper-pagination-switch {
  border: 1px solid $color-white;
  background-color: transparent;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  width: 10px;
  @include transition( background-color 0.2s linear, border-color 0.2s linear);
}

.slider-pagination .swiper-pagination-switch:hover {
  background-color: $color-white;
}

.swiper-container .slider-pagination .swiper-active-switch,
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch {
  background: none repeat scroll 0 0 $color-white;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch {
  background-color: transparent!important;
  width: 26px;
  height: 26px;
  margin: 0px;
  position: relative;
  border: none!important;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i {
  background-color: $color-grey-f5;
  border: none!important;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  top: 10px;
  left: 10px;
  @include box-shadow( $color-rg-black-3 1px 1px 2px);
  @include transition( all 0.13s ease);
  @include scale(.9);
  @include rounded(50%);
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch:hover i {
  background-color: $color-white;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i {
  @include scale(1.7);
  background-color: $color-white;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch i {
  background-color: $color-grey-1;
  @include box-shadow( none);
}


.swiper-container .slider-prev, .swiper-container .slider-next {
  position: absolute;
  z-index: 130;
  top: 50%;
  height:54px;
  margin-top: -28px;
  width: 100%;
}

.swiper-slide .content .buttons {
  position: relative;
}

.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev, .nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next {
  margin-top: 0px;
}

.parallax_slider_outer.first-section .swiper-container .slider-prev, .parallax_slider_outer.first-section .swiper-container .slider-next {
  margin-top: 0px;
  -webkit-backface-visibility: hidden;
}


.slider-prev.dark-cs, .slider-next.dark-cs {
  background-color: rgba(255,255,255,0.5)!important;
}

.slider-prev.dark-cs:hover, .slider-next.dark-cs:hover {
  background-color: rgba(255,255,255,0.8)!important;
}

.slider-prev.dark-cs i, .slider-next.dark-cs i, .swiper-container .dark-cs.slider-prev .slide-count span, .swiper-container .dark-cs.slider-next .slide-count span {
  color: $color-black;
  @include transition( color 0.2s linear);
}

.swiper-container .slider-prev, .swiper-container .slider-next {
  position: absolute;
  z-index: 130;
  display: block;
  color: $color-white;
  height: 60px;
  width: 50px;
  background-color: $color-rg-black-4;
  @include rounded( 0px 4px 4px 0px);
  @include transition (background-color 0.2s linear);
}

.swiper-container .slider-prev .slide-count span, .swiper-container .slider-next .slide-count span {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.swiper-container .slider-next .slide-count {
  left: auto;
  right: 0px;
}


.swiper-container .slide-count {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 64px;
  width: 50px;
}

.swiper-container .slide-count i {
  opacity: 0.7;
  top: 17px;
  line-height: normal!important;
  font-size: 26px!important;
}

.swiper-container .slide-count {
  font-size: 10px!important;
}

.swiper-container .slide-count .slide-current {
  position: absolute;
  top: 14px;
  left: 15px;
  height: 10px;
  line-height: 10px;
}

.swiper-container .slide-count .slide-current.double-digits {
  top: 16px!important;
  left: 9px!important;
}

.swiper-container .slide-count .slide-total {
  position: absolute;
  top: 35px;
  left: 31px;
  height: 10px;
  line-height: 10px;
}

.swiper-container .slider-next {
  @include rounded(4px 0px 0px 4px);
}

.swiper-container .mejs-poster {
  background-size: cover!important;
  -moz-background-size: cover!important;
  -webkit-background-size: cover!important;
  -o-background-size: cover!important;
}

.nectar-slider-wrap {
  overflow: hidden;
  position: relative;
  left: 0px;
}

.parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap,
#header-outer.parallax-contained {
  will-change: transform;
}

.parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide .content,
.parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide:not(.static):not(.caption-no-fade) .content,
.parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap[data-parallax="true"] .swiper-container .slider-next,
.parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap[data-parallax="true"] .swiper-container .slider-prev,
.parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-wrapper .slider-down-arrow {
  will-change: transform, opacity;
}


.parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px!important;
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px -56px 0px -56px!important;
}

.full-width-content .column .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0!important;
}


.col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0 -4.5%!important;
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
  padding: 0px 50px!important;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
  padding: 0px 100px;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
  padding: 0px 100px 0px 0px!important;
}

.nectar-slider-wrap[data-full-width="true"].first-section, .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: -70px;
}


#post-area.col-sm-9 .nectar-slider-wrap[data-full-width="true"].first-section, #post-area.col-sm-9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: 0px!important;
}

.parallax_slider_outer.first-section {
  margin-bottom: -2px!important;
  margin-top: -42px;
}

.parallax_slider_outer.first-section .nectar-slider-wrap {
  position: fixed;
  left: 0px!important;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}

.no-left-margin.first-section .nectar-slider-wrap  {
  left: 0!important;
}

body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  left: auto!important;
  /*position: relative!important;*/
}

.parallax_slider_outer .swiper-container .slider-prev {
  left: 0px!important;
}

.parallax_slider_outer .swiper-container .slider-next {
  right: 0px!important;
}

.parallax_slider_outer .swiper-container, .parallax_slider_outer.first-section .nectar-slider-wrap {
  @include translate(0, 0);
  -webkit-backface-visibility: hidden;
}


.swiper-container .slider-prev:hover, .swiper-container .slider-next:hover {
  background-color: $color-rg-black-8;
}

.swiper-container .slider-prev i, .swiper-container .slider-next i {
  font-size: 21px;
  background-color: transparent!important;
  line-height: 64px;
}

.swiper-container .slider-prev > i, .swiper-container .slider-next > i {
  width: 20px!important;
}

.swiper-container .slider-prev > i { position: absolute; padding-right: 0px; left: 13px; }
.swiper-container .slider-next > i { position: absolute; right: 13px; left: auto;}

.swiper-container .slider-prev .slide-count {
  right: 6px!important;
  left: auto!important;
  text-align: center;
}
.swiper-container .slider-next .slide-count {
  left: 6px!important;
  text-align: center;
}


.swiper-container .slider-next {
  right: 0px;
  padding-left: 4px;
  opacity: 0;
}

.swiper-container .slider-prev {
  left: 0px;
  padding-right: 4px;
  opacity: 0;
}

/* Swiper Styles */
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  @include backface-visibility(hidden);
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);

  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  /*-moz-transform:translate3d(0px,0,0);*/

  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transform:translate(0px,0px);

  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);

  transition-property:transform, left, top;
  transition-duration:0s;
  /*transform:translate3d(0px,0,0);*/

  @include box-sizing(content-box);
  left: 0px;

}

.nectar-slider-wrap:not([data-transition="fade"]) .swiper-wrapper {
  @include transition-timing-function(cubic-bezier(0.215, 0.61, 0.355, 1));
}

.swiper-slide {
  float: left;
}


/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}


.swiper-container, .swiper-slide {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}

.swiper-slide .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.swiper-slide .video-wrap video {
  top: 0px;
  position: relative;
  -webkit-backface-visibility:hidden!important;
}

.swiper-container .mejs-container .mejs-controls {
  display: none!important;
}

.entire-slide-link {
  position: absolute;
  z-index: 100;
  height: 3000px;
  width: 100%;
  opacity: 0;
  transition: none!important;
}
.swiper-wrapper .slider-down-arrow {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 50%;
  margin-left: -30px;
}


.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px!important;
  width: 60px;
  font-size: 20px!important;
  color: $color-white!important;
  line-height: 60px!important;
  @include animation(3.4s ease-in-out infinite fadebottom);
}



/* next prev navigation styling */

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
  background-color: transparent!important;
  padding: 0!important;
  width: 60px;
  line-height: 50px;
  height: 50px;
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
  width: 80px;
  background-color: transparent!important;
  padding: 0!important;
  line-height: 50px;
  height: 50px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
  margin-right: -15px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
  border-radius: 100px;
  width: 50px!important;
  line-height: 44px!important;
  height: 50px!important;
  border: 3px solid $color-white;
  max-width: none!important;
  @include transition( all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important);
}

.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i {
  width: 80px!important;
  line-height: 44px!important;
  height: 50px!important;
  max-width: none!important;
  font-size: 60px;
  @include transition( all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important);
  border: none!important;
}

.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next:hover i {
  right: 29px!important;
}
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev:hover i {
  left: 29px!important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs i {
  border: 3px solid $color-black;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.light-overlay {	background-color: $color-rg-white-8; }
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.dark-overlay {	background-color: $color-rg-black-5; }
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-light-overlay {	background-color: $color-rg-white-4; }
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-dark-overlay {	background-color: $color-rg-black-3; }
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture { transition: background-color 0.4s linear; -webkit-transition: background-color 0.4s linear; }
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.no-trans { transition: none; -webkit-transition: none; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs-preview i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs-preview i {
  border: 3px solid $color-black;
  color: $color-black;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i {
  position: relative;
  left: 38px!important;
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i {
  position: relative;
  right: 38px!important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
  line-height: 49px;
  font-size: 34px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide {
  @include transition( transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important);

}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev {
  @include transition(margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.high-z-index {
  z-index: 1000;
  @include translate(-161px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index {
  z-index: 1000;
  @include translate(161px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index-static {
  z-index: 1000;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.next-arrow-move {
  margin-right: 3px!important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.prev-arrow-move {
  margin-left: 15px!important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.next-move {
  z-index: 100;
  @include translate(-40px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-move {
  z-index: 100;
  @include translate(40px, 0px);
}
