.special-slider {
    display:flex;
}
.special-slider-item {
    display:block;
}
.slider-item {
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom: 15px;
    border-radius: 15px; 
}
.slider-photo {
    display:block;
    width:100%;
    height: 300px;
}
.slider-title {
    display:block;
    min-height:50px;
    text-transform: uppercase;
}
.slider-meta {
    display:block;
    padding: 20px 15px;
    color:white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.slider-date {
    margin-top: 10px;
    display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 /*owl slider*/

.special-slider .owl-stage-outer{z-index: 2;}
.special-slider .owl-item{width: 25%;}
.special-slider .owl-item img{width: auto;}
.special-slider .owl-nav{position: absolute;margin: 0px;display: flex;left:-18px;right:-18px;justify-content: space-between;top: calc(50% - 20px);z-index: 5;}
.special-slider.owl-dots .owl-nav{top: calc(50% - 34px);}
/*.special-slider .owl-nav .disabled{opacity: 0;}*/
.special-slider .owl-nav .disabled svg path{fill: #333!important;}
body .special-slider .owl-nav [class*='owl-']{margin: 0px;}
/* body .special-slider .owl-nav [class*='owl-']:hover{background: none} */
.special-slider .owl-nav .svg{width: 40px;height: 40px;line-height: 40px;text-align: center;}
.special-slider .owl-nav .svg svg{display: inline-block; width:20px;height:20px}
.special-slider .owl-nav .svg.left{transform: rotate(-90deg);}
.special-slider .owl-nav .svg.right{transform: rotate(90deg);}
.special-slider .owl-nav .owl-prev .svg {
    left: 2px;
    top: 0;
}
.special-slider .owl-nav .owl-next .svg {
    left: -2px;
    top: 0;
}
.special-slider .owl-nav button:hover {
    color: #FFF;
    background: #5f5048;
}
.special-slider .owl-nav button:not(:hover){
    background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.special-slider .owl-nav button:hover svg path {
    fill: #fff;
}
.special-slider .owl-nav button {
    border-radius: 50%;
}
.special-slider .owl-nav button {
    position: relative;
    z-index: 5;
}
.special-slider .owl-nav .svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.special-slider.owl-theme.owl-bg-nav .owl-stage-outer{margin-bottom: 3px;}
.right-side .special-slider.owl-theme.owl-bg-nav .owl-stage-outer{margin-bottom: 9px;}
.special-slider.owl-theme.owl-bg-nav .owl-dot span{width: 8px;height: 8px;margin: 3px 6px;}
.special-slider.owl-theme.owl-sm-nav .owl-dots span{width: 8px;height: 8px;margin: 5px 6px;}
/**/


.special-slider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .special-slider .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .special-slider .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .special-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .special-slider .owl-wrapper,
  .special-slider .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .special-slider .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .special-slider .owl-item img {
    border-radius: 15px;
    display: block;
    width: 100%; }
  .special-slider .owl-nav.disabled,
  .special-slider .owl-dots.disabled {
    display: none; }
  .special-slider .owl-nav .owl-prev,
  .special-slider .owl-nav .owl-next,
  .special-slider .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .special-slider .owl-nav button.owl-prev,
  .special-slider .owl-nav button.owl-next,
  .special-slider button.owl-dot {
    /* background: none; */
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .special-slider.owl-loaded {
    display: block; }
  .special-slider.owl-loading {
    opacity: 0;
    display: block; }
  .special-slider.owl-hidden {
    opacity: 0; }
  .special-slider.owl-refresh .owl-item {
    visibility: hidden; }
  .special-slider.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .special-slider.owl-grab {
    cursor: move;
    cursor: grab; }
  .special-slider.owl-rtl {
    direction: rtl; }
  .special-slider.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .special-slider {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.special-slider .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.special-slider .owl-animated-in {
  z-index: 0; }

.special-slider .owl-animated-out {
  z-index: 1; }

.special-slider .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
 */
.special-slider .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .special-slider .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .special-slider .owl-item .owl-lazy[src^=""], .special-slider .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .special-slider .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.special-slider .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.special-slider .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

/* .special-slider .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); } */

.special-slider .owl-video-playing .owl-video-tn,
.special-slider .owl-video-playing .owl-video-play-icon {
  display: none; }

.special-slider .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.special-slider .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
