/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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*/

.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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.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;
}

/* 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
}

/* Mainbanner */
.mainbanner .owl-theme .owl-controls{
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.mainbanner .owl-theme .owl-controls .owl-pagination{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.mainbanner .owl-theme .owl-controls .owl-pagination .owl-page {
	padding: 0px;
	height: 16px;
	width: 16px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainbanner .owl-theme .owl-controls .owl-pagination .owl-page span{
	margin: 3px;
	padding: 0px;
	height: 10px;
	width: 10px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	background: #5c5f7b;
	background: -moz-linear-gradient(top,  #5c5f7b 0%, #404155 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5f7b), color-stop(100%,#404155));
	background: -webkit-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: -o-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: -ms-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: linear-gradient(to bottom,  #5c5f7b 0%,#404155 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5f7b', endColorstr='#404155',GradientType=0 );
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.mainbanner .owl-theme .owl-controls .owl-page.active span,
.mainbanner .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin: 0px;
	height: 16px;
	width: 16px;
}
.mainbanner .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	height: 0px;
	z-index: 8;
	display: block;
	margin: 0px;
	padding: 0px;
}
.mainbanner .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	display: block;
	margin: -20px -10px 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 40px;
	background: url(../../images/arrow_prev.jpg) no-repeat center center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.mainbanner .owl-theme .owl-controls .owl-buttons div + div {
	background: url(../../images/arrow_next.jpg) no-repeat center center;
	float: right;
}
.tabs .owl-theme .owl-controls .owl-pagination {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.tabs .owl-theme .owl-controls .owl-pagination .owl-page {
	padding: 0px;
	height: 16px;
	width: 16px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs .owl-theme .owl-controls .owl-pagination .owl-page span {
	margin: 3px;
	padding: 0px;
	height: 10px;
	width: 10px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	background: #5c5f7b;
	background: -moz-linear-gradient(top,  #5c5f7b 0%, #404155 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5f7b), color-stop(100%,#404155));
	background: -webkit-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: -o-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: -ms-linear-gradient(top,  #5c5f7b 0%,#404155 100%);
	background: linear-gradient(to bottom,  #5c5f7b 0%,#404155 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5f7b', endColorstr='#404155',GradientType=0 );
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.tabs .owl-theme .owl-controls .owl-page.active span, .tabs .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin: 0px;
	height: 16px;
	width: 16px;
}
.tabs .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 30%;
	height: 0px;
	z-index: 8;
	display: block;
	margin: 0px;
	padding: 0px;
}
.tabs .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	display: block;
	margin: -20px -10px 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 40px;
	background: url(../../images/arrow_prev.jpg) no-repeat center center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.tabs .owl-theme .owl-controls .owl-buttons div + div {
	background: url(../../images/arrow_next.jpg) no-repeat center center;
	float: right;
}
