/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.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;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-pagination { xpadding-top: 10px;}
.owl-theme .owl-controls { text-align: center;position: absolute; width:100%; }
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;xwidth: 12px;xheight: 12px;xmargin: 0 9px; xbackground: #cfcfd1; xborder-radius:100%;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/ xwidth:36px; xheight:12px; xbackground: #000;xborder-radius:12px;}

/* 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;
}
/* preloading images */
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
.owl-theme .owl-controls .owl-buttons div { display: inline-block;width: 60px; height: 53px;position:absolute; bottom:0; font-size:0;}
.owl-theme .owl-controls .owl-buttons div.owl-prev { left: -60px; background: url(../images/slide-btn-left.png) no-repeat right top; background-size: auto 100%;}
.owl-theme .owl-controls .owl-buttons div.owl-next { right: -60px; background: url(../images/slide-btn-right.png) no-repeat left top; background-size: auto 100%;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;}

@media all and (min-width: 0px) and (max-width: 1079px){
}
@media all and (min-width: 0px) and (max-width: 699px){
}
