/* ======= Owl Pagination ======= */
.owl-controls {
  position: absolute;
  display: block;
  right: 23px;
  top: 23px;
}
.owl-pagination {
  display: block;
  text-align: center;
  bottom: 0;
}
.owl-pagination .owl-page {
  width: 13px;
  height: 13px;
  background: #393f45;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.owl-pagination .owl-page + .owl-page {
  margin-top: 7px;
}
.owl-pagination .owl-page.active {
  background: #f53600;
}
.owl-pagination .owl-page:hover {
  background: #f53600;
}
/* ======= Owl Item ======= */
#owl {
  background: #24292d;
  border-radius: 3px;
}
#owl .item {
  padding-top: 28px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  #owl .item {
    text-align: center;
  }
  #owl .item img {
    margin-bottom: 10px;
  }
}
#owl .item h2 {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 31px;
  padding-top: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  #owl .item h2 {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
#owl .item h2:after {
  position: absolute;
  display: block;
  content: '';
  right: 28px;
  top: -100px;
  height: 1000px;
  width: 1px;
  background: #2e3438;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  #owl .item h2:after {
    display: none;
  }
}
#owl .item img {
  margin-top: -8px;
}
#owl .item .blockquote1 {
  font: italic 400 15px/21px "Trebuchet MS", sans-serif;
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
}
#owl .item .blockquote1 cite {
  display: block;
  margin-bottom: 3px;
}
#owl .item .blockquote1 .by {
  display: block;
  font: italic 400 12px/21px "Trebuchet MS", sans-serif;
  color: #f53600;
}
#owl .item .blockquote1 .by a {
  color: #69757f;
}
#owl .item .blockquote1 .by a:hover {
  color: #f53600;
}
/* ======= Owl Common Styles ======= */
/* 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 0.5s ease-in-out;
  transition: height 0.5s 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);
}
