/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.owl-theme .owl-nav
{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']
{
	background: #3399FF;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
}

.owl-theme .owl-nav [class*='owl-']:hover
{
	background: #3399FF;
	color: #FFFFFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled
{
	cursor: default;
	opacity: 0.2;
}

.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;
	*display: inline;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span
{
	background: #3399FF;
	border-radius: 30px;
	display: block;
	height: 15px;
	margin: 5px 7px;
	opacity: 0.25;
	transition: opacity 200ms ease;
	width: 15px;
	-webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	opacity: 1;
}

.owl-theme .owl-prev
{
	left:10px;
	top: 10px;
	position: absolute;
}

.owl-theme .owl-dots
{
	line-height: 56px;
	font-size: 22px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: -1;
}

.owl-theme .owl-next
{
	right: 10px;
	top: 10px;
	position: absolute;
}

.owl-theme .owl-nav {
	position: relative;
	height: 56px;
}

