/**
 * 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 {
  margin-top: 0px;
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
	background-color:;
    font-size: 30px;
	font-weight:bold;
    margin-left: 10px;
	margin-right:10px;
	margin-top:0px;
    display: inline-block;
    cursor: pointer;
    border-radius:0.0rem; 
	outline:none;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background:;
      color: #484747;
	  outline:none;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    cursor: default; 
	outline:none;}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top:0px; 
  outline:none;}

.owl-theme .owl-dots {
  text-align: center;
  outline:none;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
	outline:none;border-bottom:1px solid rgba(0,53,128,1.0);}
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 1px 8px 6px 8px;
      background:TRANSPARENT;
	  border:2px solid rgba(0,53,128,1.0);
      display: block;
      -webkit-backface-visibility: visible;
	  transition: opacity 200ms ease;
      border-radius:50%;
	  outline:none; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: rgba(0,53,128,1.0);
	  border:2px solid rgba(0,53,128,1.0);
	  outline:none; }
