/*
* 	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: 11px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.mainbanner .owl-theme .owl-controls .owl-pagination .owl-page {
	padding: 0px;
	height: 23px;
	width: 23px;
	margin: 0px;
	background: #FFF;
	border-radius: 50%;
}
.mainbanner .owl-theme .owl-controls .owl-pagination .owl-page span{
	margin: 4px;
	padding: 0px;
	height: 15px;
	width: 15px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #666666;
	box-shadow: 1px 1px 1px #000;
	box-shadow: none;
}
.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: 4px;
	height: 15px;
	width: 15px;
	background: #e41d6b;
}
.mainbanner .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 50px;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	height: 0px;
	top: 50%;
	bottom: auto;
}
.mainbanner .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 50px;
	background: url(../../images/icon_prev.png) no-repeat center center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0px;
	box-shadow: none;
	background-color: rgba(0,0,0,0.5);
	margin-top: -30px;
}
.mainbanner .owl-theme .owl-controls .owl-buttons div + div {
	background: url(../../images/icon_next.png) no-repeat center center;
	float: left;
	margin-left: 2px;
	background-color: rgba(0,0,0,0.5);
	float: right;
}
.brands .owl-theme .owl-controls {
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.brands .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 0px;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	top: 50%;
}
.brands .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	display: block;
	margin: -18px 0px 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 22px;
	background: url(../../images/brands_arrow_left.png) no-repeat center center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0px;
	box-shadow: none;
}
.brands .owl-theme .owl-controls .owl-buttons div + div {
	background: url(../../images/brands_arrow_right.png) no-repeat center center;
	float: right;
}
.newscarousel .owl-theme .owl-controls {
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.newscarousel .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 0px;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	top: 50%;
}
.newscarousel .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	display: block;
	margin: -18px 0px 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 22px;
	background: url(../../images/brands_arrow_left.png) no-repeat center center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0px;
	box-shadow: none;
}
.newscarousel .owl-theme .owl-controls .owl-buttons div + div {
	background: url(../../images/brands_arrow_right.png) 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: 0px;
}
.tabs .owl-theme .owl-controls .owl-pagination .owl-page {
	padding: 0px;
	height: 15px;
	width: 15px;
	margin: 0px 3px;
}
.tabs .owl-theme .owl-controls .owl-pagination .owl-page span {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 10px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px #000;
}
.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: 10px;
	width: 10px;
	background: #e41014;
}
.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;
}
