/**
 * Owl Carousel v2.3.2
 * 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;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #000;
    font-size: 45px!important;
    margin: 0px;
    padding: 9px 13px 28px!important;
    height: 30px!important;
	position:absolute;
	top:calc( 50% - 18px );
    background: #fff;
	/* border:1px solid #cccccc; */
    display: inline-block;
	font-weight: 100;
    cursor: pointer;
    border-radius: 50px; 
    -webkit-border-radius: 50px; 
	box-shadow: 0px 5px 7px 0 rgba(0,0,0,.15);
    -webkit-box-shadow:0px 5px 7px 0 rgba(0,0,0,.15);
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
		box-shadow: 0px 5px 12px 0 rgba(0,0,0,.15);
		-webkit-box-shadow: 0px 5px 12px 0 rgba(0,0,0,.15);
      /* background: #000; */
      /* color: #FFF; */
      text-decoration: none; }
	  .owl-theme .owl-nav [class*='owl-'] span {display:block;  line-height: 10px!important;}
.owl-carousel .owl-nav button.owl-prev {left:30px;}
.owl-carousel .owl-nav button.owl-next {right:30px}

  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
padding: 15px 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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: transparent;
      border:2px solid #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: #c0c0c0; }
