/* 
 * 	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%;
	padding:0;
}
.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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo1 .item,#owl-demo2 .item,#owl-demo3 .item,#owl-demo4 .item {
	/*background: #fff;
	text-align: center;*/
	padding:0;
	margin: 0 15px;
	color:#FFF;
}
#owl-demo1 .item {
	text-align: center;
}

#owl-demo4 .item {
	margin: 0;
}

.customNavigation{
    text-align: center;
}
.customNavigation a{
   -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);
}

.prev,.next {
	margin:0 2px; 
	padding:5px 0; 
	width:30px; 
	height:22px; 
	color:#6eb866; 
	text-align:center;
	font-size:20px;
	cursor:pointer;
	display: inline-block;
	position: absolute;
}

.prev {
	position:absolute;
	top:-25%;
	right:45px;
	background: url(../images/prev.png) no-repeat;
}

.next {
	position:absolute;
	top:-25%;
	right:0%;
	background: url(../images/next.png) no-repeat;
}

.prev1,.next1 {
	margin:0 2px; 
	padding:5px 0; 
	width:30px; 
	height:22px; 
	color:#6eb866; 
	text-align:center;
	font-size:20px;
	cursor:pointer;
	display: inline-block;
	position: absolute;
}

.prev1 {
	position:absolute;
	top:-25%;
	right:45px;
	background: url(../images/prev.png) no-repeat;
}

.next1 {
	position:absolute;
	top:-25%;
	right:0%;
	background: url(../images/next.png) no-repeat;
}




/*.owl-wrapper-outer::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
.owl-wrapper-outer::-webkit-scrollbar-track {
	background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
.owl-wrapper-outer::-webkit-scrollbar-corner {
    background: transparent;
}
.owl-wrapper-outer::-webkit-scrollbar {
	height: 16px;
    overflow: visible;
    width: 16px;
}

.owl-wrapper-outer::-webkit-scrollbar-thumb {
    background-color:#6eb866;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	border-radius:5%;
	-webkit-border-radius:5%;
}*/
