 .owl-carousel {
   /* display: none;*/
     -webkit-tap-highlight-color: transparent;
     position: relative;
     z-index: 1;
	 width:400px;
	   margin: auto;
}
 .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;
     -webkit-transform: translate3d(0px, 0px, 0px);
     width: 100%
}
 .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    user-select: none
}
 .disabled {
    visibility: hidden
}
 .owl-carousel.owl-loaded {
    display: block
}
 .owl-carousel.owl-loading {
    opacity: 1;
     display: block
}
 .owl-carousel.owl-hidden {
    opacity: 0
}
 .owl-carousel .owl-refresh .owl-item {
    display: none
}
 .owl-carousel .owl-item {
    position: relative;
     float: left
}
 .owl-item img {
    display: block
}
 .owl-carousel .owl-item .owl-lazy, .caption {
    opacity: 0;
     transition: opacity 1s ease
}
 .owl-lazy {
    margin: 0px auto;
     transition: opacity 5s ease-in-out;
}
 .owl-prev, .owl-next {
    position: absolute;
     top: 50%;
     z-index: 5;
     display: inline-block;
     font-family: "Font Awesome 5 Free"; font-weight: 900;
     font-size: 200%;
     cursor: pointer;
     color: rgba(255,255,255,0.8);
     text-shadow: -1px -1px 0 rgba(0,0,0,.2), 1px -1px 0 rgba(0,0,0,.2), -1px 1px 0 rgba(0,0,0,.2), 1px 1px 0 rgba(0,0,0,.2);
}
 .owl-prev {
    left: 1%
}
 .owl-next {
    right: 1%
}
 .owl-prev:after {
    content: "\f137"
}
 .owl-next:after {
    content: "\f138"
}
 @media only screen and (min-width: 600px) {
     .owl-prev, .owl-next {
        font-size: 500%!important
    }
}
 @media only screen and (min-width: 900px) {
     .owl-prev, .owl-next {
        font-size: 500%!important
    }
}
 