/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative; }
  .owl-theme.type2 .owl-nav {
    bottom: initial;
    top: -75px;
    right: 10px; }
    .owl-theme.type2 .owl-nav [class*='owl-'] {
      height: 23px;
      width: 23px; }
    .owl-theme.type2 .owl-nav .owl-next {
      background: url("../css/arrow-right-blue.png") no-repeat center center;
      background-size: contain; }
    .owl-theme.type2 .owl-nav .owl-prev {
      background: url("../css/arrow-left-blue.png") no-repeat center center;
      background-size: contain; }
  .owl-theme .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: transparent;
      margin: 5px;
      height: 35px;
      width: 35px;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
    .owl-theme .owl-nav .owl-next {
      background: url("../css/arrow-right.png") no-repeat center center;
      background-size: contain; }
    .owl-theme .owl-nav .owl-prev {
      background: url("../css/arrow-left.png") no-repeat center center;
      background-size: contain; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      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: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        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; }

@media (max-width: 480px) {
  .owl-theme.type2 .owl-nav {
    margin-top: 0;
    right: 0;
    top: 0;
    position: relative; } }

/*# sourceMappingURL=owl.theme.default.css.map */
