.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-carousel .item {
  height: 100%;
}
.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .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-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 4px;
  background: #ccc;
  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: #ac8e03;
}
.owl-nav.disabled {
  display: none;
}
.owl-dots.disabled {
  display: none;
}
.owl-nav {
  position: absolute;
  right: 70px;
  bottom: -70px;
  font-size: 0.65em;
  left: 0;
  text-align: right;
}
.owl-nav div {
  display: inline-block;
  background-color: #95989a;
  color: #fff;
  line-height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 40px;
  width: 12.5%;
}
.owl-nav div.owl-prev {
  text-align: left;
  padding-left: 40px;
  background-image: url(../images/prev-white.png);
  background-position: 5% center;
  margin-right: 2px;
}
.owl-nav div.owl-next {
  text-align: right;
  padding-right: 40px;
  background-image: url(../images/next-white.png);
  background-position: 95% center;
}
.project-carousel .owl-nav {
  bottom: 0;
}
.project-carousel .owl-nav div {
  width: 70px;
  height: 70px;
  background-color: #2c3a6e;
  background-image: url(../images/prev-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  line-height: 70px;
  padding: 0;
  text-indent: 9999em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.project-carousel .owl-nav div.owl-next {
  background-image: url(../images/next-white.png);
  top: -142px;
}
.project-carousel .owl-nav div.owl-prev {
  top: -70px;
  margin-right: 0;
}
