/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav
{
	text-align: center;
	webkit-tap-highlight-color: transparent;
    width: 100%;
    margin: auto;
    bottom: 0;
}
.owl-theme .owl-nav
{
	margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-]
{
	background: #D6D6D6;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled
{
	cursor: default;
	opacity: .5;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span
{
    background: #ffffff;
    border-radius: 30px;
    display: block;
    height: 11px;
    margin: 5px 7px;
    transition: opacity .2s ease;
    webkit-backface-visibility: visible;
    width: 11px;
    border: 1px solid #869791;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span
{
	background: #e89a9a;
    border: none;
}