/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme2 .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-nav [class*='owl-'] {  
   
	width:25px;
	height:47px;
    display: inline-block;
    cursor: pointer;
     }
	 
	 .owl-theme2 .owl-nav .owl-prev,
	 .owl-theme2 .owl-nav .owl-next{
		  width:25px;
		  height:47px;
		 position:absolute;
		 z-index:9999;
	 }
	 
	.owl-theme2 .owl-nav .owl-prev{
	   top:100px;
	  left:-100px;
	   background: url(img/arr-left.png) no-repeat left;
  }
  .owl-theme2 .owl-nav .owl-next{
	  right:-100px;
	  top:100px;
	   background: url(img/arr-right.png) no-repeat right;
  }
	 

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

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

.owl-theme2 .owl-dots {
	position:absolute;
	bottom:60px;
	width:100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme2 .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #FFF;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
	 /* border:1px solid red;*/
	  }
    .owl-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span {
      background: red; }
