/**
 * Owl Carousel Custom
 * Copyright 2017 Fenomediaal
 */

	.owl-theme .owl-nav [class*=owl-] {
		background: none;
		padding: 5px;
		border-radius: 0;
		margin: 0;
		width: auto;
		height: auto;
	}
	
	.owl-theme .owl-nav i {
		font-size: 30px;	
	}
	
	.owl-theme .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -20px;
		background-position: left;
	}
	
	.owl-theme .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
	
	.owl-theme .owl-nav [class*='owl-']:hover {
		background: none;
		opacity: 0.9;
	}
	