/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls {
    height: 0px!important;
    
	
}


.owl-theme .owl-controls .fa {
    
    font-size: 0px;
    
	
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons .owl-prev {
	height: 0px!important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	height: 0px!important;
}
.owl-theme .owl-controls .owl-buttons div {

}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	
}
.owl-theme .owl-controls .owl-page span {
	
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {


}
/* preloading images */
.owl-item.loading {

}

