/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
	.owl-buttons{
		display:none;
	}
	.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 53%;
    transform: translate(-50%,0%);
	width:200px;
    }



.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	
		
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width:10px;
	height:10px;
	margin: 5px 10px;
	background: #eee;
	opacity: 1;
	border-radius:5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	background: #009efa;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}@media (max-width:768px) {
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 55%;
    transform: translate(-50%,0%);
    width:200px;
    }}