/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #ffffff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #efeeee;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #ffffff;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #efeeee;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-theme {
  position: relative; }
  .owl-theme .owl-nav {
    position: absolute;
    height: 0;
    width: 100%;
    margin: 0;
    top: 50%;
    margin-top: -20px; }
    .owl-theme .owl-nav button span {
      display: none;
      visibility: hidden; }
    .owl-theme .owl-nav .owl-prev {
      position: absolute;
      left: -10px; }
      .owl-theme .owl-nav .owl-prev:before {
        margin-right: 5px;
        content: "\f053"; }
    .owl-theme .owl-nav .owl-next {
      position: absolute;
      right: -10px; }
      .owl-theme .owl-nav .owl-next:before {
        margin-left: 5px;
        content: "\f054"; }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      background: #efeeee;
      color: #103754; }
  .owl-theme .owl-dots {
    position: absolute;
    height: 0;
    width: 100%; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #103754;
  border-radius: 20px;
  cursor: pointer; }
