.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -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 .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .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);
  text-align: center;
}

.customNavigation {
  direction: ltr !important;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.customNavigation a.prev {
  padding: 7px 15px 7px 25px;
}
.customNavigation a.prev:before {
  content: "\f104";
  left: 10px;
}
.customNavigation a.next {
  padding: 7px 25px 7px 15px;
}
.customNavigation a.next:before {
  content: "\f105";
  right: 10px;
}
.customNavigation a {
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #333333;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  line-height: normal;
}
.customNavigation a:before {
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 4px;
}
.customNavigation a:hover {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}
