/* 
 * 	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;
	margin-bottom:30px;
}
.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-demo.owl-carousel .owl-item {
	float: left; padding:0px 0px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
#owl-demo.owl-carousel .owl-item img { border:1px solid rgba(0, 0, 0, 0.1) !important;
}

.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-demo .item {
	padding:1px;
	margin:1px;
	color: #000;
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons div {
	width:40px;
	height:40px;
	text-align:center;
	padding-top:4px;
}
#owl-demo1 .item {
	padding:1px;
	margin:1px;
	color: #000;
	text-align: center;
}

.owl-theme .owl-buttons i {
	margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	color:#000;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	color:#FFF;
	font-size:30px;
	line-height:16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	left:-50px;
	position:absolute;
	top:30%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	color:#FFF;
	font-size:30px;
	line-height:16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	right:-50px;
	position:absolute;
	top:30%;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.owl-pagination {
	display:none;
	visibility:hidden;
}
.owl-controls .owl-buttons .owl-next { right:0px;
	text-indent:-9999px;
	background:url(../images/next.png) center center no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-next:hover {
	background:url(../images/next.png) center center no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-prev {left:0px;
	text-indent:-9999px;
	background:url(../images/prev.png) center center no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:hover {
	background:url(../images/prev.png) center center no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

@media only screen and (max-width :1020px) {
.owl-theme .owl-controls .owl-buttons .owl-prev {
left:-20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
right:-20px;
}
}

@media only screen and (max-width :767px) {
.owl-theme .owl-controls .owl-buttons .owl-prev {
left:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
right:0px;
}
}

