/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 20px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.fljiance .owl-buttons div{
	display: block!important;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 4px #fff solid;
	border-radius: 50%;
	background: #e4e4e4;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 42%;
	font-size: 14px;
    font-weight: 700;
	line-height: 28px;
}
.fljiance .owl-buttons .owl-prev{
	left: -17px;
	text-indent: -10px;
}
.fljiance .owl-buttons .owl-next{
	right: -17px;
	text-indent: 10px;
}
.flrenzheng .owl-buttons div{
	display: block!important;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 4px #fff solid;
	border-radius: 50%;
	background: #e4e4e4;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 42%;
	font-size: 14px;
    font-weight: 700;
	line-height: 28px;
}
.flrenzheng .owl-buttons .owl-prev{
	left: -17px;
	text-indent: -10px;
}
.flrenzheng .owl-buttons .owl-next{
	right: -17px;
	text-indent: 10px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background: #2a4a88;
}



.flchanpin_list .owl-buttons div{
	display: block!important;
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #e4e4e4;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 42%;
	font-size: 40px;
    line-height: 58px;
}
.flchanpin_list .owl-buttons .owl-prev{
	left: -20px;
	text-indent: -10px;
}
.flchanpin_list .owl-buttons .owl-next{
	right: -20px;
	text-indent: 10px;
}


/* 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;
	width: 7px;
	height: 7px;
	margin: 0px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
}
.owl-theme .owl-controls .owl-page{
	position: relative;
}
.owl-theme .owl-controls .owl-page.active:after,.owl-theme .owl-controls.clickable .owl-page:hover:after {
    content: " ";
    width: 15px;
    display: block;
    border-radius: 50%;
    height: 15px;
	
    border: 1px solid #d40000;
    position: absolute;
    top: -5px;
    left: 3px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #d40000;
}

/* 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
}

@media screen and (max-width: 992px){
	.flchanpin_list .owl-buttons div{
		width: 40px;
		height: 40px;
		font-size: 32px;
    line-height: 35px;
	}
	.flchanpin_list .owl-buttons .owl-next {
    right: -10px;
    text-indent: 5px;
}
	.flchanpin_list .owl-buttons .owl-prev {
    left: -10px;
    text-indent: -5px;
}
}
