/* 

 * 	Core Owl Carousel CSS File

 *	v1.19

 */



/* 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);

	-webkit-perspective: 1000;

}



.owl-carousel .owl-wrapper-outer{

	overflow: hidden;

	position: relative;

	width: 100%;

}



.owl-carousel .owl-item{

	float: left;

  text-align:center;

}



.owl-controlls .owl-page,

.owl-controlls .owl-buttons div{

	cursor: pointer;

}



.owl-controlls {

	-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);

}



/* mouse grab icon */

.grabbing { 

  cursor:url(http://www.tdconlinetests.com/aoii/css/grabbing.html) 8 8, move;

}



/* fix */

.owl-carousel  .owl-wrapper,

.owl-carousel  .owl-item{

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility:    hidden;

	-ms-backface-visibility:     hidden;

}

       

.owl-theme .owl-controlls{

	text-align: center;

  position:absolute;

}

 

/* Styling Pagination*/



.owl-theme .owl-controlls .owl-page{

	display: inline-block;

	zoom: 1;

	*display: inline;/*IE7 life-saver */

}



.owl-theme .owl-controlls .owl-page span{

	display: block;

	width: 12px;

	height: 12px;

	margin: 5px 7px;

	opacity: 0.5;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;

	background: #869791;

}



.owl-theme .owl-controlls .owl-page.active span,

.owl-theme .owl-controlls.clickable .owl-page:hover span{

	opacity: 1;

}



/* If PaginationNumbers is true */



.owl-theme .owl-controlls .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;

}

