/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{

	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
}
#owl-demo .item img{
	width: 100%
	
}

#owl-demo2 img{
	width: 100%;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
#owl-demo2 .item{
	padding: 0 10px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-demo2 .item{
	border-radius: 5px;
	padding: 10px;

}
#owl-demo2 .item img{
	padding: 5px;
background:#fff;
	border-top: solid 1px #f8f8f8;
	border-bottom: solid 1px #ccc;
}
.index-product{
		-webkit-box-shadow: 6px 7px 7px -5px rgba(0,0,0,0.53);
-moz-box-shadow: 6px 7px 7px -5px rgba(0,0,0,0.53);
box-shadow: 6px 7px 7px -5px rgba(0,0,0,0.53);
}
#owl-demo2 .item:hover img{
	background: #0093dd;
}

#owl-demo2 .item:hover .index-product-title{
	color: #0093dd;
}

.index-product-title{
	border-top: solid 1px #f8f8f8;
	border-bottom: solid 1px #ccc;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: rgb(249,253,255);
background: -moz-linear-gradient(top,  rgb(249,253,255) 0%, rgb(239,239,239) 52%, rgb(237,237,237) 100%);
background: -webkit-linear-gradient(top,  rgb(249,253,255) 0%,rgb(239,239,239) 52%,rgb(237,237,237) 100%);
background: linear-gradient(to bottom,  rgb(249,253,255) 0%,rgb(239,239,239) 52%,rgb(237,237,237) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ededed',GradientType=0 );


	padding: 10px;
	min-height:48px;
	text-align:center;
}
.index-product-title:before{
	 content: "";
            height: 100%;
            display: inline-block;
            vertical-align: middle;

}
.index-product-title h4{
	font-size: 16px;
            display:inline-block;
            vertical-align: middle;  
}


#owl-demo .owl-prev{
	position: absolute;
	top: 40%;
	left: 5%;
	background-color: transparent;
	color: #0093dd;
	font-size:50px;
}
#owl-demo .owl-next{
	position: absolute;
	top: 40%;
	right: 5%;
	background-color: transparent;
	color: #0093dd;
	font-size:50px;
}



#owl-demo2 .owl-prev{
	position: absolute;
	top: 40%;
	left: -5%;
	background-color: transparent;
	color: #333;
	font-size:50px;
}
#owl-demo2 .owl-next{
	position: absolute;
	top: 40%;
	right: -5%;
	background-color: transparent;
	color: #333;
	font-size:50px;
}
#owl-demo2 .owl-prev:hover ,#owl-demo2 .owl-next:hover{
color: #0093dd;
	}