/**
 * 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 {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
	height:0;
}

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

.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;
}


#testimonial-slider.owl-carousel .owl-nav .owl-prev,
#testimonial-slider.owl-carousel .owl-nav .owl-next{
	position: absolute;
	height: 34px;
	width: 34px;
	cursor: pointer;
	top: 110px !important;
	border: 1px solid #666;
	color:#666;
	border-radius: 50%;
}

#testimonial-slider.owl-carousel .owl-nav .owl-prev{
	left: -80px;
}

#testimonial-slider.owl-carousel .owl-nav .owl-next{
	right: -80px;
}


/*.owl-carousel .nav-btn-2{
	position: absolute;
	height: 90px;
	width: 90px;
	font-size:90px;
	font-weight:bold;
	cursor: pointer;
	top: 50%;
	transform:translateY(-36px);
	color:#f2f2f2;
}

.owl-carousel .prev-post{
	left:5px;
}

.owl-carousel .next-post{
	right:5px;
}*/



.owl-carousel .owl-nav .owl-prev .nav-btn-2,
.owl-carousel .owl-nav .owl-next .nav-btn-2{
	position: absolute;
	height: 50px;
	width: 30px;
	cursor: pointer;
	top: 50%;
	transform:translateY(-35px);
	color:#f2f2f2;
}
.owl-carousel .owl-nav .nav-btn-2 i{
	font-size:45px;
}

.owl-carousel .owl-nav .nav-btn-2 i:before{
	font-size:45px;
	line-height:45px!important;
	font-weight:bold;
}

.owl-carousel .owl-nav .owl-prev .nav-btn-2 {
	left:0;
}

.owl-carousel .owl-nav .owl-next .nav-btn-2{
	right:0;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

/*.owl-carousel .prev-slide:hover{
	 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
	background-position: -24px -53px;
}*/

.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: #333;
}

@media only screen and (min-width: 992px){
	.owl-carousel .owl-nav .owl-prev .nav-btn-2,
	.owl-carousel .owl-nav .owl-next .nav-btn-2{
		height: 100px;
		width: 70px;
		top: 50%;
		transform:translateY(-60px);
	}
		.owl-carousel .owl-nav .nav-btn-2 i{
		font-size:90px;
	}
	.owl-carousel .owl-nav .nav-btn-2 i:before{
		font-size:90px;
		line-height:90px!important;
	}
	.owl-carousel .owl-nav .owl-prev .nav-btn-2 {
		left:5px;
	}

	.owl-carousel .owl-nav .owl-next .nav-btn-2{
		right:5px;
	}
}
