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

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

.itemslider {width:auto;margin-left:-20px;}

/* Items */
.itemslider .item {margin: 0 1px 0px 20px !important;}



.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	outline: 0;
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	text-decoration: none;
	text-align: center;
	float: left;
	background-color: #252525;
	position: absolute;
	top: 50%;
	color: #FFFFFF;
	margin-top: -17px;
	font-size: 14px;
	font-family: FontAwesome;
	
	opacity: 0;
	-moz-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;
}
.owl-theme:hover .owl-controls .owl-buttons div{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color: #1bbeb4;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{left: 0px;text-indent: -2px;}
.itemslider.owl-theme .owl-controls .owl-buttons .owl-prev{left: 3px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover{}
.owl-theme .owl-controls .owl-buttons .owl-prev.disabled {}
.owl-theme .owl-controls .owl-buttons .owl-next{right: 0px;text-indent: 2px;}
.itemslider.owl-theme .owl-controls .owl-buttons .owl-next{right: -17px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover{}
.owl-theme .owl-controls .owl-buttons .owl-next.disabled {}

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

/* 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{
	cursor: pointer;
	position: relative;
	background: white;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin-right: 7px;
	float: none;
	display: inline-block;
	margin-top: 0;
	webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 13px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
	-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);
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);

}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	font-size: 8px;
	display: block;
}

/* preloading images */
.owl-item.loading{
	background: url(../../images/opc-ajax-loader.gif) center center no-repeat;
	z-index: 9999;
	opacity: 0.9;
	height: 10px;
	margin: 20px auto 0 auto;
}


/*Banner Elements*/
.banner .item{
	text-align: center;
}
.banner .item a{
	position: relative;
	z-index: 1;
	display: block;
}

/*Banner control*/
.banner .owl-theme .owl-controls .owl-buttons div{
	background-color: #FFFFFF;
	color: #252525;
}
.banner .owl-theme .owl-controls .owl-buttons div:hover{
	color: #1bbeb4;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 30px;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 30px;
}

/*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;
	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;
	filter: alpha(opacity=100);
}

/*Banner caption*/
.banner-slider .caption{
	display:block;
	position:absolute;
	bottom:0;
	padding:0;
	text-align: left;
	z-index: 1;
	width:38%;
	margin: 6%; 
}
.banner-slider .caption .heading{
	padding:0.25em;
	font-weight:normal;
	clear: both;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-bottom: 15px;
}
.banner-slider .caption p{
	clear: left;
	padding: 0.25em 0.5em;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
.banner-slider .caption button.button{
	border-bottom: none;
	margin: 0.25em 0.5em;
	clear:left;
}
.banner-slider .caption button.button span{
	background-color: #252525;
	color: #FFF;
}
.banner-slider .caption button.button:hover span{
	color: #1bbeb4;
}

/* Floating (Left) */
.banner-slider .caption.left > * { text-align:left; float:left !important; }

/* Floating (Right) */
.banner-slider .caption.right > * { text-align:right; float:right !important; }

/*Product View Direction*/
.itemslider-thumbnails .owl-controls .owl-buttons{}
.itemslider-thumbnails .owl-controls .owl-buttons div{}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-prev{left: 0;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-next{right: 0;}

/*without margin*/
.itemslider-thumbnails.no-margin .owl-controls .owl-buttons .owl-prev{}
.itemslider-thumbnails.no-margin .owl-controls .owl-buttons .owl-next{}

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

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



