/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
  background-color: #ea6645;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; 
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
  position: absolute;
  top: 10px;
  left: 30px;
}
.owl-theme .owl-nav .owl-prev{
  left: 10px;
}
.owl-theme .owl-dots {
  margin: 5px 0 0;
  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: 12px;
      height: 12px;
      margin: 3px;
      background: #c0c0c0;
      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: #ea6645; }
