/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
#owl-demo .item h4{
	text-align:center;
	margin:1em auto;
	color:#fff;
}
#owl-demo .item img{
	width: 60px;
	margin: 0 auto;
	display: block;
}
.owl-theme .owl-controls .owl-buttons div {
padding: 5px 9px;
display: none;
}
 
.owl-theme .owl-buttons i{
margin-top: 2px;
}

 
.owl-theme .owl-controls .owl-buttons div {
position: absolute;
display: none;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
left:-9px;
top: 18px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
right: -10px;
top: 18px;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	/*float: left;*/
	margin: 0 auto;
	display:inline-block;
	text-align: center;
}
.owl-pagination{
	display: none;

}
@media screen and (max-width: 480px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -26px !important;
	}
 
	.owl-theme .owl-controls .owl-buttons .owl-next{
		right: -26px !important;
	}
            
}




