.owl-nav {
	text-align 						: center;
	-webkit-tap-highlight-color 	: transparent;
}

.owl-nav [class*=owl-] {
	color 							: #cad04a;
	font-size 						: 14px;
	display 						: inline-block;
	cursor 							: pointer;
	border-radius 					: 0;
	height 							: 80px;
	margin-top 						: -40px;
	width 							: 80px;
	top 							: 50%;
	position 						: absolute;
	background 						: #272c2f;
	-webkit-transition 				: all 0.3s ease 0s;
	-o-transition 					: all 0.3s ease 0s;
	transition 						: all 0.3s ease 0s;
}

.owl-nav .owl-prev {
	left 							: 0;
	margin-left 					: -100px;
}

.owl-nav .owl-next {
	right 							: 0;
	margin-right 					: -100px;
}

.owl-nav [class*=owl-] i {
	display 						: block;
	text-align 						: center;
	font-size 						: 30px;
	margin-top 						: 26px;
}

.owl-nav [class*=owl-]:hover {
	background 					: #CAD04A;
	color 						: #FFFFFF;
	text-decoration 			: none;
}

.owl-nav .disabled {
	opacity 					: .5;
	cursor 						: default;
}

.owl-nav.disabled+.owl-dots {
	margin-top 					: 10px;
}

.owl-dots .owl-dot {
	display 					: inline-block;
	zoom 						: 1;
}

.owl-dots .owl-dot span {
	width 						: 6px;
	height 						: 6px;
	border-radius: 100%;
	margin 						: 5px 7px;
	background 					: #FFFFFF;
	display 					: block;
	-webkit-backface-visibility : visible;
	-webkit-transition 			: all 0.3s ease 0s;
	-o-transition 				: all 0.3s ease 0s;
	transition 					: all 0.3s ease 0s;
	border 						: 1px solid transparent;
	
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	border 						: 1px solid #ffffff;
	background 					: transparent;
	transform 					: scale(1.5);
}

@media all and (max-width:1650px) {
	.owl-nav .owl-prev {
		left 							: 0;
		margin-left 					: 0px;
	}

	.owl-nav .owl-next {
		right 							: 0;
		margin-right 					: 0px;
	}
	
	.owl-nav [class*=owl-] {
		font-size 						: 14px;
		height 							: 40px;
		margin-top 						: 0px;
		width 							: 40px;
		top 							: 0;
		position 						: absolute;
		background 						: #cad04a;
		color 							: #FFFFFF;
	}
	
	.owl-nav [class*=owl-] i {
		font-size 						: 25px;
		margin-top 						: 8px;
	}
}