<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	height:auto;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .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-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 */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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("../images/video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; 
  }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

  
  
  
  
  
  
  
.widget_slider_owl.arrow-in .owl-prev, 
.widget_slider_owl.arrow-in .owl-next,
.widget_slider_owl.arrow-out .owl-prev, 
.widget_slider_owl.arrow-out .owl-next {
    width: 40px;
    background-color: transparent;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: left 0.4s,right .4s;
}
.widget_slider_owl.arrow-in .owl-prev,
.widget_slider_owl.arrow-out .owl-prev {
    left: -40px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
}
.widget_slider_owl.arrow-in .owl-next,
.widget_slider_owl.arrow-out .owl-next {
    right: -40px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
}
.widget_slider_owl.arrow-in .owl-carousel:hover .owl-prev,
.widget_slider_owl.arrow-out .owl-carousel:hover .owl-prev{
    left: 0;	
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
}
.widget_slider_owl.arrow-in .owl-carousel:hover .owl-next,
.widget_slider_owl.arrow-out .owl-carousel:hover .owl-next {
    right: 0;
    left: auto;	
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
}
.widget_slider_owl.arrow-in .owl-prev:after, 
.widget_slider_owl.arrow-in .owl-next:after,
.widget_slider_owl.arrow-out .owl-prev:after, 
.widget_slider_owl.arrow-out .owl-next:after {
    content: '';
    height: 32px;
    width: 20px;
    background-image: url(controls.png);
    background-position: 0px 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.widget_slider_owl.arrow-in .owl-next:after, 
.widget_slider_owl.arrow-out .owl-next:after {
    right: 10px;
    background-position: 0px -40px;
}
.widget_slider_owl.arrow-in .owl-prev:after, 
.widget_slider_owl.arrow-out .owl-prev:after{
    left: 10px;
}



.widget_slider_owl.arrow-in .owl-prev {
	left:0;
}
.widget_slider_owl.arrow-in .owl-next {
	right:0;
}









.widget_slider_owl{
	overflow:hidden;
}

.widget_slider_owl.arrow-right .owl-nav{
	position:absolute;
	right:8px;
	top:6px;
	z-index:11;
}
.widget_head-owl-nav{
	position:absolute;
	right:13px;
	top:-1px;
}
.widget_slider_owl.arrow-bottom .owl-nav [class*='owl-'] {
    color: #D6D6D6;
    font-size:24px;
    margin: 5px 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
	}
.widget_slider_owl.arrow-right .owl-nav [class*='owl-'] {
     background:#fff;
	 font-size:18px;
	 margin:3px 2px;
	 padding: 4px 7px;
	 color: #333;
	 display: inline-block;
	 cursor: pointer;
	}	
.widget_head-owl-nav [class*='owl-'] {
     background:#fff;
	 font-size:14px;
	 margin:0 2px;
	 padding: 0 7px;
	 height:28px;
	 line-height:28px;
	 color: #333;
	 display: inline-block;
	 cursor: pointer;
	}	
.widget_slider_owl.arrow-bottom .owl-nav [class*='owl-']:hover,
.widget_slider_owl.arrow-right .owl-nav [class*='owl-']:hover,
.widget_head-owl-nav [class*='owl-']:hover {
      color: #869791;
      text-decoration: none;
	  }
.widget_slider_owl.arrow-bottom .owl-nav .disabled, 
.widget_slider_owl.arrow-right .owl-nav .disabled,
.widget_head-owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
	}
.widget_slider_owl.arrow-bottom .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  }	
  
.widget_slider_owl.arrow-bottom .owl-nav &gt; div.owl-prev{
	float:left;
}
.widget_slider_owl.arrow-bottom .owl-nav &gt; div.owl-next{
	float:right;
}
	
.widget_slider_owl.arrow-right .owl-nav &gt; div.owl-prev,
.widget_head-owl-nav &gt; div.owl-prev{
	 border-radius:3px 0 0 3px; 
	 -moz-border-radius:3px 0 0 3px;
}
.widget_slider_owl.arrow-right .owl-nav &gt; div.owl-next,
.widget_head-owl-nav &gt; div.owl-next{
	border-radius:0 3px 3px 0; 
	 -moz-border-radius:0 3px 3px 0;	
}









.owl-carousel .owl-item &gt; .item_wrapper{
	transition: all 1s ease 1s;
}
.owl-carousel .owl-item.active &gt; .item_wrapper{
	
}
</pre></body></html>