/**
 * 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: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	transition: all .4s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-next']:hover {
      margin-right: -5px;
}
.owl-theme .owl-nav [class*='owl-prev']:hover {
      margin-left: -5px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: -30px;
	left: 60px;
	right: 60px;
	margin: 0 auto;
  }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	  position: relative;
	  display: inline-block;
      width: 15px;
      height: 15px;
      margin: 5px 3px;
	  overflow: hidden;
      -webkit-backface-visibility: visible;
      transition: all 200ms ease;
      border: solid 1px #DEDBD4;
	  border-radius: 7.5px;
	 }
    .owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span
	{
		background-color: #DEDBD4;
		width:60px;
	  }


	  
/* edited below */
.owl-carousel .owl-nav button.owl-next {
position:absolute;
bottom:-24px;
right:5px;
width: 50px;
height: 22.5px;
color:#fff;
background-image:url("/men/wp-content/themes/Modular-BS4/images/right-nav-arrow.png");
background-position: right center;
background-repeat:no-repeat;
background-size: contain;
}


.owl-carousel .owl-nav button.owl-next:hover {
}

.owl-carousel .owl-nav button.owl-prev {
position:absolute;
bottom:-24px;
left:5px;
width: 50px;
height: 22.5px;
color:#fff;
background-image:url("/men/wp-content/themes/Modular-BS4/images/left-nav-arrow.png");
background-position: left center;
background-repeat:no-repeat;
background-size: contain;
}

.owl-carousel .owl-nav button span {display: none;}

.owl-carousel .owl-nav button.owl-prev:hover {
background-color:transparent;
}
@media (min-width: 768px) { 
	#testimonials-carousel .owl-nav button.owl-next,
	#team-bio .owl-nav button.owl-next {right:15%;}
	#testimonials-carousel .owl-nav button.owl-prev,
	#team-bio .owl-nav button.owl-prev {left:12%;}
}