/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .item{
      display: block;
      margin: 0 5px;
      text-align: center;
    }
.owl-theme .item span{
      display: block;
	  color: #000;
	  font-size: 14px;
	      }

.owl-theme .owl-controls{
	margin-top: 5px;
	text-align: center;
}
#slider.owl-theme .item {
	margin: 0;
}
#allbrand_display.owl-theme .item{
	width: 115px;
	display: inline-block;
	margin-bottom: 20px;
    }
#allbrand.owl-theme .item, #allbrand_display.owl-theme .item{
	transition: box-shadow .2s linear;
	-moz-transition: box-shadow .2s linear;
	-webkit-transition: box-shadow .2s linear;
	-ms-transition: box-shadow .2s linear;
	-o-transition: box-shadow .2s linear;
    }
#allbrand.owl-theme .item img, #allbrand_display.owl-theme .item img {
 	border-radius: 5px;
	box-shadow: inset 0px 0px 20px 0px rgba(102,102,102,.2);
	border: 1px solid #ededed\9;
	width: 90%;
	padding: 5px;
}
#allbrand.owl-theme .item img:hover, #allbrand_display.owl-theme .item img:hover {
	box-shadow: inset 0px 0px 20px 0px rgba(102,102,102,.5);
}


#social.owl-theme .item {
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #ededed;
}
#social.owl-theme .item .social-logo, #social.owl-theme .item .social-title {
	display: table-cell;
	text-align:left;
	vertical-align:middle;
	height:80px;
	padding: 5px;
	}
#social.owl-theme .item .social-logo{
	width: 70px;
		}
#social.owl-theme .item .social-title{
	line-height: 15px;
	font-size: 14px;
		}

#social.owl-theme .item iframe{
	width: 135px;
	margin-top: 8px;
	border-color: #fff;
	}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	right: 0;
	width: 60px;
	top:-45px;
}
.owl-theme .owl-controls .owl-buttons div{
	/*display: inline-block;*/
	float: left;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background: #b0b0b0 url('../images/icons/widget-scroll-2.png') no-repeat 0 0;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #cc0000;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	margin-right:5px;
    }
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: 1px;
	background-position: -24px 0;
    }
.owl-theme .owl-buttons i{
      margin-top: 2px;
    }
/* 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: #b0b0b0;
}

.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
}