
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  padding: 10px 0 20px 0;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  margin: auto;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://www.stevenalanoptical.com/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 96px;
  width: 100%;
}
.owl-carousel .owl-nav div {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  font-weight: 100;
  width: 39px;
  overflow: hidden;
}
.owl-carousel .owl-nav div.owl-next {
  float: right;
  margin-right: -100px;
}
.owl-carousel .owl-nav div.owl-next::before {
  content: "\f105";
}
.owl-carousel .owl-nav div.owl-prev {
  float: left;
  margin-left: -100px;
}
.owl-carousel .owl-nav div.owl-prev::before {
  content: "\f104";
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #ccc;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #999;
}


/* Carousel specific
---------------------------------*/
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 450px){
  .owl-carousel .owl-nav {
    width: 65% !important;
  }

}
@media (max-width: 927px) and (min-width: 450px){
  .owl-carousel .owl-nav {
    width: 75% !important;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 96px;
  width: 60%;
  left: 0;
  right: 0;

  /*z-index: -1;*/
}
.owl-carousel .owl-nav div {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  font-weight: 100;
  width: 39px;
  overflow: hidden;
  text-indent: -9999px;
}
.owl-carousel .owl-nav div.owl-next {
  transform: rotate(-90deg);

  background: url(https://www.stevenalanoptical.com/assets/images/sprite.png) -93px -130px;
  width: 20px;
  height: 10px;
  float: right;
  margin-right: -70px;
  @media (min-width: 48em) and (orientation: portrait) {
    margin-right: -50px;
  }
}
.owl-carousel .owl-nav div.owl-prev {
  transform: rotate(90deg);

  background: url(https://www.stevenalanoptical.com/assets/images/sprite.png) -93px -130px;
  width: 20px;
  height: 10px;
  float: left;
  margin-left: -70px;
  @media (min-width: 48em) and (orientation: portrait) {
    margin-left: -50px;
  }
}

/*
     FILE ARCHIVED ON 08:50:34 Feb 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:30:50 May 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.034
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.017
  esindex: 0.021
  cdx.remote: 23.258
  LoadShardBlock: 358.212 (3)
  PetaboxLoader3.datanode: 149.207 (4)
  PetaboxLoader3.resolve: 555.043 (2)
  load_resource: 381.514
*/