/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel{
	margin-bottom: 2em;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #00a0fa;
	opacity: .5;
	font-size: 3em;
	margin: 5px;
	padding: 4px 7px;
	background: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #00a0fa;
	opacity: 1;
	text-decoration: none;
}

.owl-dots {
	position: absolute;
	right: 0;
	top: -50px;
}
.owl-nav {
	position: absolute;
	right: 0;
	top: 15%;
	width: 100%;
	z-index: 10;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: right;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.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: #00a0fa;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #00a0fa;
	background: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: #00a0fa;
}

.owl-carousel .owl-stage-outer {
    width: 92%;
    margin: 0 4%;
	z-index: 1010;
}

.owl-item .title a {
    font-size: 1em;
    margin-top: 1em;
    display: block;
}
.owl-item .date {
    font-size: .9em;
}


@media only screen and (max-width:1024px) {
	.owl-dots {
		display:none;
	}
	.owl-nav {
		top: -5.6em;
	}
}


