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



/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}



/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel:before {
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	height: 23px;
	border-left: 0px solid #ccc;
}
.owl-carousel:after {
	content: '';
	position: absolute;
	top: 24px;
	right: 0;
	height: 23px;
	border-left: 0px solid #ccc;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.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);
}

#demo {
	margin: 0px auto 0px;
	width: 1159px;
	background-color: #f4f4f4;
}
@media (max-width: 1199px) {
	#demo {
		padding: 0;
		width: 940px;
	}
}
@media (max-width: 991px) {
	#demo {
		width: 720px;
	}
}
@media (max-width: 767px) {
	#demo {
		width: 100%;
	}
}
#owl-demo .item {
	padding: 18px 0px;
	color: #FFF;
	text-align: center;
/* 	background: #3fbf79; */
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.customNavigation {
	position: relative;
	top: -71px;
	width: 100%;
	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);
}
.customNavigation a:hover,
.customNavigation a:active,
.customNavigation a:focus {
	text-decoration: none;
	background-color: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.customNavigation a.prev {
	position: absolute;
	top: 27px;
	left: -9px;
	padding: 0;
	width: 9px;
	min-width: auto;
	height: 16px;
	text-indent: -999999px;
	background: url('comm_bg.png') top -20px left -110px no-repeat;
	border: none;
}
.customNavigation a.next {
	position: absolute;
	top: 27px;
	right: -9px;
	padding: 0;
	width: 9px;
	min-width: auto;
	height: 16px;
	text-indent: -999999px;
	background: url('comm_bg.png') top -20px left -167px no-repeat;
	border: none;
}

@media (max-width: 767px) {
	.owl-controls,
	.customNavigation {display: none;}
}