/**
 * 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-bottom: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	color: #FFF;
	font-size: 70px;
	margin: 0 5px;
	background: #0095FF;
	display: inline-block;
	cursor: pointer;
	border-radius: 42px;
	line-height: 26px;
	width: 42px;
	height:42px;
	position: relative;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
	position: absolute;
	top: 0px;
	left: 6px;
}
.owl-carousel .owl-nav .owl-next span {
	left: 8px;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
