/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.pointer_svg {
	width: 25px;
	height: 25px;
	fill: #b3ba40;
}



.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover .pointer_svg {
	fill: #02b5e8;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}





.owl-carousel{
  position: relative;
}


.owl-prev,
.owl-next {
	width: 25px;
	position: absolute;
	top: 45%;
  display: block!IMPORTANT;
}

.owl-prev {
	left: -40px;
}

.owl-next {
	right: -40px;
}


