/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; 
  	font-size: 36px;
	position: absolute;
    top: 35%;
	width: 100%;
}
  .owl-theme .owl-nav [class*='owl-'] {
    color: #d0d0d0;
    font-size: 42px;
    background: #efefef;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%; 
	outline: none;  
	width: 42px;
	height: 42px;
}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: rgba(0,0,0,0.9);
      color: #d0d0d0;
      text-decoration: none;
	  outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -80px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -80px;
}

.owl-next span, .owl-prev span {
	vertical-align: super;  
	line-height: 38px;
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    background: #efefef;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  outline: none;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
  	background: none;
}

.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 3px;
      background: #d0d0d0;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
	  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
      background: #0173ba;
	  outline: none;
}

.owl-prev, owl-next {
  background: #d0d0d0;
  width: 42px;
  height: 42px;
}
