/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
width: 100%;
		bottom:10px;
	
  -webkit-tap-highlight-color: transparent; }
.owl-carousel2.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  text-align: center;
	width:100%;
	top:calc(50% - 20px);

	
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav .owl-prev {
	z-index: 12000;
	position: absolute;
	right:60px;
	top:0;
	width:40px;
	height:40px;
	
}
.owl-theme .owl-nav .owl-prev:hover {opacity: 0.6;}
.owl-theme .owl-nav .owl-next {

	z-index: 12000;
	position: absolute;
	right: 0;
	top:0;
	width:40px;
	height:40px;

}
.owl-theme .owl-nav .owl-next:hover {opacity: 0.6;}
.owl-carousel2 .owl-nav .owl-prev {
	z-index: 12000;
	
	position: absolute;
	left:0px;
	top:0;
	width: 40px;
	height: 40px;
	box-shadow:none;

	
}
.owl-carousel2 .owl-nav .owl-next {

	z-index: 12000;
	position: absolute;
	right: 0px;
	top:0;
	width: 40px;
	height: 40px;
	box-shadow:none;
}
  .owl-theme .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;

    display: inline-block;
    cursor: pointer;
     }
.owl-carousel2 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
    .owl-theme .owl-nav [class*='owl-']:hover {
      
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
   .owl-carousel2 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
  .owl-carousel2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  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: #D6D6D6;
      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: #869791; }

.owl-carousel4 .owl-nav {
	width: 100%;
	box-sizing: border-box;
	bottom:auto;
	top:calc(50% - 35px);
}
.owl-carousel4 .owl-nav .owl-prev {
	z-index: 12000;
	position: absolute;
	left:0px;
	top:0;
	width:40px;
	height:40px;
	box-shadow:none;
	
	
}
.owl-carousel4 .owl-nav .owl-next {

	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width:40px;
	height:40px;
	box-shadow:none;

}
.owl-carousel4 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
.owl-carousel4 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
 .owl-carousel4 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-carousel5 .owl-nav {
	width: 100%;
	box-sizing: border-box;
	bottom:auto;
	top:calc(50% - 45px);
}
.owl-carousel5 .owl-nav .owl-prev {
	z-index: 12000;
	position: absolute;
	left:0px;
	top:0;
	width:40px;
	height:40px;
	box-shadow:none;
	
	
}
.owl-carousel5 .owl-nav .owl-next {

	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width:40px;
	height:40px;
	box-shadow:none;

}
.owl-carousel5 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
.owl-carousel5 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 1;
      text-decoration: none; }
 .owl-carousel5 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }