/** Owl **/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.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
}

.owl-carousel {
  display: none;
  max-height: none; 
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  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;
  -webkit-transform: translate3d(0px, 0, 0)
}

.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%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.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.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: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .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-carousel .owl-item img {}

.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(/uxima/themes/gavias_uxima/vendor/owl-carousel/assets/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-carousel .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-carousel .owl-video-playing .owl-video-play-icon,
.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;
  -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-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}
.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
}

.owl-carousel .item {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s;
}

.owl-carousel .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.owl-carousel.owl-loaded {
  max-height: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-controls {
  margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}

.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  display: block;
  clear: bottom;
}

.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  background: #ADB2B5;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #f07c01;
}

.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav>div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  color: #595959 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav>div:hover {
  background: #f07c01;
}

.owl-carousel .owl-nav>div:hover i {
  color: #fff;
}

.owl-carousel .owl-nav>div.owl-prev {
  right: auto !important;
  left: 0 !important;
}

.owl-carousel .owl-nav>div.owl-next {
  left: auto !important;
  right: 0 !important;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}

.owl-carousel.carousel-thumbnail.text.top {
  padding-top: 60px;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 10px;
  color: #000;
  font-weight: 700;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: #f07c01;
}

.owl-carousel.carousel-thumbnail.text.vertical {
  padding-left: 25%;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
  display: none;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 99;
  margin-top: 0;
  padding-right: 30px;
}

@media (max-width:767.98px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    width: 100%;
  }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  background: #fff;
  padding: 25px 20px;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  line-height: 1;
  position: relative;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: #f07c01;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
  border-bottom: 0;
}

@media (max-width:767.98px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
  color: #f07c01;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel.pagination-right .owl-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}

.owl-carousel.pagination-right .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}

.owl-carousel.pagination-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
  text-align: left;
}

.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}
