/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

 .owl-item img {
   width: 100%;
 }

 .owl-wrapper {
  margin: 0 auto;
  width: 80%;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center!important;
    -webkit-tap-highlight-color: transparent
}

.owl-blog .owl-prev {
  margin-left: 40px!important;
}

.owl-blog .owl-next {
  margin-right: 40px!important;
}

.owl-prev {
  position: absolute;
  display: block!important;
  top: 43%!important;
  left: -4rem!important;
  width: 4rem;
  height: 4rem;
  border: 0 solid black;
  transform: rotate(0deg);
  margin-top: 0!important;
}
@media(min-width: 981px) {
  .owl-prev {
    top: 49%!important;
  } 
}

.owl-next {
  position: absolute;
  display: block!important;
  top: 43%!important;
  right: -4rem!important;
  width: 4rem;
  height: 4rem;
  transform: rotate(0deg);
  margin-top: 0!important;
}
@media(min-width: 981px) {
  .owl-next {
    top: 49%!important;
  } 
}

.owl-theme .owl-nav {
    margin-top: 1rem;
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    color: #FFF;
    font-size: 1.4rem;
    margin: 0.5rem;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
    border-radius: 0.3rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 1rem;
}

.owl-theme .owl-dots {
    position: relative;
    margin-top: -60px;
    z-index: 999;
}
@media(min-width: 981px) {
  .owl-theme .owl-dots {
    margin-top: -45px;
  } 
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    margin: 0.5rem 0.3rem;
    background: grey;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3rem;
}


.owl-theme .owl-dots .owl-dot.active span {
  background:#332532 !important;
}