/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
.owl-theme .owl-controls{margin-top: 10px;text-align:center;}

.in-pro-conimg .owl-theme .owl-controls{text-align:center; }
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 0px;padding: 0px 6px;font-size: 18px; }
/* 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{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/

.in-pro-conimg .owl-theme .owl-controls .owl-page{text-align: center;}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
}
.index-pro-img .owl-theme .owl-controls .owl-page span,.pro-info-img .owl-theme .owl-controls .owl-page span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity:1.0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#0383e5;
	overflow: hidden;
	border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	transform: rotate(-45deg);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1.0;
	transform: scale(1.2);
	background:#0ed49e;
	transform: rotate(-45deg);
}
/* 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;

}
.index-ind-list .owl-theme .owl-controls .owl-buttons div.owl-prev{
	right: 55px;
	top:-20px;
	height:35px;
	width:35px;
	position:absolute;
	background:#fff url("../img/icon_17.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	border-radius: 1px;
	opacity:1.0;
	border:1px #ccc solid;
	text-align: center;
	color:#666;
	line-height:30px;
	transform: rotate(180deg);
}
.index-ind-list .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 0;
	top:-20px;
	height:35px;
	width:35px;
	position:absolute;
	background:#fff url("../img/icon_17.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	border-radius: 1px;
	opacity:1.0;
	border:1px #ccc solid;
	text-align: center;
	color:#666;
	line-height:30px;
}
.about-his .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:-60px;
	bottom:-25px;
	height:55px;
	width:55px;
	position:absolute;
	background:#fff;
	background:#fff url("../img/icon_17.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size:80%;
	border-radius: 100%;
	opacity:1.0;
	border:1px #ccc solid;
	transform: rotate(180deg);
}
.about-his .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -60px;
	bottom:-25px;
	height:55px;
	width:55px;
	position:absolute;
	background:#fff url("../img/icon_17.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size:80%;
	border-radius: 100%;
	opacity:1.0;
	border:1px #ccc solid;
	text-align: center;
	color:#666;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{border:1px #ff6600 solid; color:#ff6600;}
@media screen and (max-width:992px){
	.about-his .owl-theme .owl-controls .owl-buttons div.owl-prev,.index-ind-list .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;display:none;}
	.about-his .owl-theme .owl-controls .owl-buttons div.owl-next,.index-ind-list .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;display:none;}
}