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

/* ********************************************************************************************
	Itemslider
*********************************************************************************************** */

.products-grid.itemslider,
#brand.itemslider,
#blogslider.itemslider{margin-left: -20px;width: auto;}

/* Items */
.products-grid.itemslider .item,
#brand.itemslider .item,
#blogslider.itemslider .item{margin:0px 0 2% 2%;}

.owl-theme .owl-controls{
	/*margin-top: 10px;*/
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: -50px;
	right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
	zoom: 1;
	outline: 0;
	text-align: center;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	float: left;
	background-color: #f6f6f6;
	color: #635e5f;
	font-size: 16px;
	font-family: FontAwesome;
	top: 50%;
	margin-left: 5px;
	
	transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #6fc138;
	color: #FFFFFF;
}

/*Sidebar Control*/
.sidebar .itemslider .item{margin: 0px;text-align: center;border-right: none;border-left:none;}
.sidebar .owl-theme .owl-controls .owl-buttons{top: -49px;right: 0px;}

/* 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: 15px;
	height: 15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 5px solid #FFFFFF;
	
	transition: 		all 300ms ease-in-out;
	-moz-transition: 	all 300ms ease-in-out;
	-webkit-transition: 	all 300ms ease-in-out;
	-o-transition: 		all 300ms ease-in-out;
}

.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;
	border: 5px solid #6fc138;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	/*color: #FFF;*/
	padding: 2px 8px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/opc-ajax-loader.gif) no-repeat center center;
}

/* Banner Slider
========================================================= */

/*Banner caption*/
.banner .item{
	text-align: center;
	position: relative;
}
.banner .item a{
	z-index: 1;
	display: block;
}
.banner .caption{
	color: #fff;
}
.banner .caption .heading{
	margin-bottom: 0px;
}
.banner .caption p{
	margin-bottom: 10px !important;
	font-size: 14px;
	line-height: 22px;
}
.banner .caption button.button{
	border-bottom: none;
	margin: 0.25em 0.5em;
}
.banner .caption button.button span{
	background-color: transparent;
	color: #FFF;
	font-size: 18px;
}
.banner .caption button.button span span{
	border: 1px solid;
	padding: 16px 25px;
}
.banner .caption button.button:hover span{
	background-color: #FFF;
	border-color: transparent;
	color: #6fc138;
}

/*Banner control*/
.banner .owl-theme .owl-controls .owl-buttons {
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -20px;
	height: 0px;
}
.banner .owl-theme .owl-controls .owl-buttons div{
	background-color: #f6f6f6;
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 50%;
}
.banner .owl-theme .owl-controls .owl-buttons div:hover{
	background-color: #6fc138;
	color: #fff;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
        float: right;
}

/*Banner pagination*/
.banner .owl-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}
.banner .owl-theme .owl-controls .owl-pagination{
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	
	transition: 		all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	-webkit-transition: 	all 0.3s ease-in-out;
	-o-transition: 		all 0.3s ease-in-out;		
}
.banner .owl-theme:hover .owl-controls .owl-pagination{
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.banner .owl-theme .owl-controls .owl-page span{
	
	margin: 0px 5px 13px 5px;
	
	-webkit-box-shadow: 	0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 1px 3px rgba(0, 0, 0, 0.2);
}

/* Products View
========================================================= */

/* Itemslider-Thumbnails */
.itemslider-thumbnails .owl-controls .owl-buttons{position: inherit;}
.itemslider-thumbnails .owl-controls .owl-buttons div{position: absolute;top: 50%;margin-top: -11px;margin-left: 0px;margin-right: 0px;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-prev{left: 0;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-next{right: 0;}

/* Brand Slider
========================================================= */

/* Itemslider-Brand */
#brand.owl-theme{}
#brand.owl-theme .owl-wrapper-outer{box-sizing: border-box;}
#brand.owl-theme .owl-wrapper{display: table !important;}

/*Brand Slider Vertical Align Image*/
#brand.itemslider .owl-item{
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#brand.itemslider .item{text-align: center;margin-top: 0px;border-right: none;border-left: none;} 