
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-timeline .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-timeline .owl-animated-in {
  z-index: 0;
}
.owl-timeline .owl-animated-out {
  z-index: 1;
}
.owl-timeline .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-timeline {
  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-timeline .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-timeline .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-timeline .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-timeline .owl-controls .owl-nav .owl-prev,
.owl-timeline .owl-controls .owl-nav .owl-next,
.owl-timeline .owl-controls .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-timeline.owl-loaded {
  display: block;
}
.owl-timeline.owl-loading {
  opacity: 0;
  display: block;
}
.owl-timeline.owl-hidden {
  opacity: 0;
}
.owl-timeline .owl-refresh .owl-item {
  display: none;
}
.owl-timeline .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-timeline .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-timeline.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-timeline .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-timeline.owl-rtl {
  direction: rtl;
}
.owl-timeline.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-timeline {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-timeline .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-timeline .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-timeline .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-timeline .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/static/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-timeline .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-timeline .owl-video-playing .owl-video-tn,
.owl-timeline .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-timeline .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-timeline .owl-video-frame {
  position: relative;
  z-index: 1;
}




.homepage-content-slider {
  height: 400px;
  position: relative;
}

.homepage-content-slider .homepage-content-carousel {
  top: 50px;
  padding: 0px;
  position: absolute;
  left: 100px;
  width: 360px;
  z-index: 3;
}

.homepage-content-slider .container {

  position: relative;
}


.homepage-content-slider .homepage-image-carousel {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.owl-timeline .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

.owl-timeline .owl-stage {
  position: relative;
}

.owl-timeline .owl-stage::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}


.owl-timeline .owl-item {
  -moz-user-select: none;
  float: left;
  min-height: 200px;
  position: relative;

}

.homepage-content-slider .homepage-image-carousel .owl-item {
  opacity: .3;
}
.homepage-content-slider .homepage-image-carousel .owl-item.center {
  opacity: 1;
}

.homepage-content-carousel h3 {
    margin: 0;
    position: absolute;
    top: -10px;
    left: 30px;
}
.homepage-content-carousel .owl-item {
  padding: 10px 0px 0px 0px;
}
.homepage-content-carousel .owl-item p {
  margin-top: 100px;
}
.homepage-content-carousel .itemtext {
    padding: 20px 30px 30px 30px;
    position: relative;
    background: #fff;
}
.homepage-content-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 360px;
}
.homepage-content-carousel .owl-nav span {
  font-size: 30px;
}
.homepage-content-carousel .owl-nav span:hover {
  color: #aac30a;
  transition: all .3s ease;
}
.homepage-content-carousel .owl-prev, .owl-next {
  position: absolute;
  top: 150px;
}
.homepage-content-carousel .owl-prev{
  left: -18px;
}
.homepage-content-carousel .owl-next {
  right: 0;
}

.homepage-content-carousel .owl-next.disabled span,
.homepage-content-carousel .owl-prev.disabled span {
  color: #a0a5aa;
}

.homepage-content-carousel .owl-dots {
  display: none;
}




@media screen and (max-width: 1200px) {

  .homepage-content-slider .homepage-content-carousel {
    left: 20px;
  }

  .homepage-content-slider .homepage-content-carousel {
      width: 300px;
  }
  .homepage-content-carousel .owl-nav {
      width: 300px;
  }
  .homepage-image-carousel .owl-stage {
      left: 50px;
  }

}


@media screen and (max-width: 768px) {

  .tx-lmttimeline .homepage-image-carousel .item img {
    height: 288px !important;
    width: auto;
  }
  .homepage-content-slider {
    height: 450px;
    position: relative;
  }
  .homepage-content-slider .homepage-content-carousel {
    width: 410px;
  }
  .homepage-content-slider .homepage-content-carousel {
    left: 40px;
    top: 240px;
  }
  .homepage-content-carousel .owl-item p {
    margin-top: 50px;
  }
  .homepage-content-carousel .owl-nav {
    width: 410px;
  }
  .homepage-content-carousel .owl-prev {
    left: -20px;
  }
  .homepage-content-carousel .owl-prev,
  .homepage-content-carousel .owl-next {
    top: 90px;
  }
  .homepage-image-carousel .owl-stage {
    left: 0;
  }
}
@media screen and (max-width: 479px) {

  .tx-lmttimeline .homepage-image-carousel .item img {
    height: 210px !important;
    width: auto;
  }
  .homepage-content-slider .homepage-content-carousel {
    top: 180px;
    left: 20px;
  }
  .homepage-content-slider .homepage-content-carousel {
    width: 310px;
  }
  .homepage-content-carousel .owl-nav {
    width: 310px;
  }
}
@media screen and (max-width: 385px) {

  .homepage-content-carousel .owl-prev {
    left: 10px;
  }
  .homepage-content-carousel .owl-next {
    right: 25px;
  }
  .homepage-content-carousel .itemtext {
    padding: 20px 50px 30px;
  }
}
