/*========================================================
                      Owl Carousel
=========================================================*/
/* 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%;
  -ms-touch-action: pan-y; }

.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: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* 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;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-controls {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0; }

.owl-pagination {
  display: inline-block; }
  .owl-pagination .owl-page {
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%; }
    .owl-pagination .owl-page + .owl-page {
      margin-left: 10px; }
    .owl-pagination .owl-page:hover, .owl-pagination .owl-page.active {
      background: #525252; }

.owl-prev,
.owl-next {
  position: absolute;
  bottom: -27px;
  width: 16px;
  height: 32px;
  overflow: hidden;
  text-indent: -100px; }
  .owl-prev:before,
  .owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 0;
    right: 0;
    border: 8px solid transparent; }
  .owl-prev:after,
  .owl-next:after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 8px solid transparent; }

.owl-prev {
  left: 50%;
  margin-left: -22px; }
  .owl-prev:before {
    border-right-color: #5f5f5f;
    border-bottom-color: #5f5f5f;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  .owl-prev:after {
    border-right-color: #5f5f5f;
    border-top-color: #5f5f5f;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  .owl-prev:hover:before {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff; }
  .owl-prev:hover:after {
    border-right-color: #ffffff;
    border-top-color: #ffffff; }

.owl-next {
  right: 50%;
  margin-right: -22px; }
  .owl-next:before {
    border-left-color: #5f5f5f;
    border-bottom-color: #5f5f5f;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  .owl-next:after {
    border-left-color: #5f5f5f;
    border-top-color: #5f5f5f;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  .owl-next:hover:before {
    border-left-color: #ffffff;
    border-bottom-color: #ffffff; }
  .owl-next:hover:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff; }
