/**
 * 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
}
.owl-theme .owl-nav {
	margin-top: 20px;
	width: 100%;
	/* margin: 0 auto; */
	/* display: inline; */
	/* float: left; */
	/* margin-bottom: 100px; */
	/* left: 50%; */
	/* right: 0; */
	/* position: relative; */
}
.owl-theme .owl-nav [class*=owl-] {
	margin-top:30px;
	display: inline-block;	
	
}
.owl-theme .owl-nav .owl-prev{
    cursor: pointer;
    background: url(../images/blogs/prev-arrow.png) no-repeat;
    width: 20px;
    height: 17px;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    position: relative;
}
.owl-theme .owl-nav .owl-next{
    cursor: pointer;
    background: url(../images/blogs/next-arrow.png) no-repeat;
    width: 20px;
    height: 17px;
    margin-left: 40px;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover{opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */}
.owl-theme .owl-nav [class*=owl-]:hover {
	
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {	
	margin: 5px 7px;
	background: #d1d1d1;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	height: 5px;
	width: 20px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
