/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
	cursor: pointer;
	display: inline-block;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	height: 100%;
	width: 60px;
}
.owl-theme .owl-nav .owl-prev {
	background: url(/images/site/btn_prev_w.png) no-repeat center top 25% / 27px 90px;
	left: -75px;
}
.owl-theme .owl-nav .owl-next {
	background: url(/images/site/btn_next_w.png) no-repeat center top 25% / 27px 90px;
	right: -75px;
}
.owl-carousel:hover [class*='owl-'] {
	opacity: 1;
}
/* .owl-carousel:hover .owl-nav .owl-prev { left: -63px; }
.owl-carousel:hover .owl-nav .owl-next { right: -63px; } */
.owl-carousel .owl-nav .owl-prev:active {	left: -67px; }
.owl-carousel .owl-nav .owl-next:active {	right: -67px; }
	
	
  .owl-theme .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; }



/* staff-carousel */
/* ====================================== */

.staff-carousel .owl-nav {
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
}
.staff-carousel .owl-nav [class*='owl-'] {
	cursor: pointer;
	display: inline-block;
	opacity: 0.7;
	position: absolute;
	transition: 0.3s;
}
.staff-carousel .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}
.staff-carousel .owl-nav .owl-prev,
.staff-carousel .owl-nav .owl-next {
	height: 100%;
	width: 60px;
}
.staff-carousel .owl-nav .owl-prev {
	background: url(/images/site/btn_prev_grey_round.png) no-repeat center top 80px;
	left: -60px;
}
.staff-carousel .owl-nav .owl-next {
	background: url(/images/site/btn_next_grey_round.png) no-repeat center top 80px;
	right: -60px;
}
.owl-carousel:hover [class*='owl-'] {
	opacity: 1;
}
.staff-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }
.staff-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 6px; }

.staff-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .staff-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .staff-carousel .owl-dots .owl-dot span {
      width: 14px;
      height: 3px;
      margin: 5px 3px;
      background: #cfcfcf;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .staff-carousel .owl-dots .owl-dot.active span {
      background: #228bc0; }


/* brands-carousel */
/* ====================================== */

.brands-carousel .owl-nav .owl-prev,
.brands-carousel .owl-nav .owl-next {
	height: 100%;
	width: 50px;
}
.brands-carousel .owl-nav .owl-prev {
	background: url(/images/site/btn_prev_w.png) no-repeat center top 20px / 18px;
	left: -52px;
}
.brands-carousel .owl-nav .owl-next {
	background: url(/images/site/btn_next_w.png) no-repeat center top 20px / 18px;
	right: -52px;
}
.brands-carousel .owl-nav .owl-prev:active {	left: -55px; }
.brands-carousel .owl-nav .owl-next:active {	right: -55px; }