/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  padding: 0 0 84px;
  -ms-touch-action: pan-y;
}
.owl-carousel a {
  display: block;
  color: #2e2e2e;
}
.owl-carousel a .img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel a .img .substrate {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel a:hover {
  color: #feba4d ;
}
.owl-carousel a:hover .img {
  background: #feba4d ;
}
.owl-carousel a:hover .img .substrate {
  opacity: 0.3;
}
.lt-ie9 .owl-carousel a:hover .img .substrate {
  filter: alpha(opacity=30);
}
.owl-carousel .img {
  position: relative;
}
.owl-carousel .img .substrate {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.owl-carousel .img .top-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border: 136px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.3);
}
.owl-carousel em {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.owl-carousel * + p {
  margin-top: 21px;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.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-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.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);
}
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.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-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0;
}
.owl-prev,
.owl-next {
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 44px;
  text-indent: -100px;
  color: #feba4d ;
  background: #eaeaea;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-prev:before,
.owl-next:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 21px;
  line-height: 40px;
  text-indent: 0;
  z-index: 1;
}
.owl-prev:after,
.owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 22px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.owl-prev:hover,
.owl-next:hover {
  background: #feba4d ;
  color: #ffffff;
}
.owl-prev {
  left: 50%;
  margin-left: -48px;
}
.owl-prev:before {
  content: "\f104";
}
.owl-prev:hover:after {
  border-right-color: #feba4d;
  border-bottom-color: #feba4d;
}
.owl-next {
  right: 50%;
  margin-right: -48px;
}
.owl-next:before {
  content: "\f105";
}
.owl-next:hover:after {
  border-left-color: #feba4d;
  border-bottom-color: #feba4d;
}
