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

/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.itemslider {}

/* Items */
.itemslider .item {margin: 10px;margin-top: 20px;}


.owl-theme .owl-controls .owl-pagination{
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: -38px;
	right: 0;
	
}
.owl-theme .owl-controls .owl-buttons div{
	outline: 0;
	display: block;
	width: 28px;
	height: 28px;
	text-decoration: none;
	text-align: center;
	float: left;
	color: #d8d8d8;
	line-height: 28px;
	
	
	transition:		all 400ms ease-in-out;
	-moz-transition:	all 400ms ease-in-out;
	-webkit-transition:	all 400ms ease-in-out;
	-o-transition:		all 400ms ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{background-position: 8px 7px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover{}
.owl-theme .owl-controls .owl-buttons .owl-prev.disabled {background-position: 8px -21px;}
.owl-theme .owl-controls .owl-buttons .owl-next{background-position: -15px 7px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover{}
.owl-theme .owl-controls .owl-buttons .owl-next.disabled {background-position: -15px -21px;}

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

/* 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{
	text-align: center;
	background: #fff;
	margin: 0px 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 100%;
	
	transition: 			color 450ms ease-in-out, background-color 450ms ease-in-out, border 450ms ease-in-out;
	-moz-transition: 		color 450ms ease-in-out, background-color 450ms ease-in-out, border 450ms ease-in-out;
	-webkit-transition: 		color 450ms ease-in-out, background-color 450ms ease-in-out, border 450ms ease-in-out;
	-o-transition: 			color 450ms ease-in-out, background-color 450ms ease-in-out, border 450ms ease-in-out;
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #379adc;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	display: block;
	font-size: 13px;
	font-weight: bold;
	background-color: transparent;
}


/* 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 Content*/
.caption-container {
	position: absolute;
	
	display: table;
	overflow: hidden;
	height: 100%;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	top: 50%;
	margin-top: -92px;
}
.caption-container .caption{
	vertical-align: middle;
	position: relative;
	z-index: 2;
	width: 40%;
	height: 184px;
}

.caption .heading{
	font-weight: 600;
	font-size: 30px;
	color: #379adc;
}
.caption p{
	clear: left;
	margin: 20px 0; 
	line-height: 1.3333em;
	/*color: #FFF;*/
}

.banner .item{}
.banner .item a{
	position: relative;
	z-index: 1;
}

/*Banner control*/
.banner-slider.owl-theme .owl-controls .owl-buttons{
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.banner-slider.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	
	transition:		all 400ms ease-in-out;
	-moz-transition:	all 400ms ease-in-out;
	-webkit-transition:	all 400ms ease-in-out;
	-o-transition:		all 400ms ease-in-out;
}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 30px;
	margin-right: 0px;
	border: 3px solid;
	border-radius: 30px;
}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-next {
        right: 30px;
	border: 3px solid;
	border-radius: 30px;
}

.banner-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover{color: #fff;}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover{color: #fff;}



.banner-slider.owl-theme .owl-controls .owl-buttons .owl-next:before{font-family: FontAwesome;font-size: 30px;}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-prev:before{font-family: FontAwesome;font-size: 30px;}


/*Banner pagination*/
.banner-slider.owl-pagination{
	position: absolute;
	right:30px;
	bottom: 20px;
}

/*Product View Direction*/
.itemslider-thumbnails .owl-controls .owl-buttons{position: inherit;}
.itemslider-thumbnails .owl-controls .owl-buttons div{position: absolute;margin: 0px;top: 50%;margin-top: -15px;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-prev{left: 15px;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-next{right: 15px;}


.owl-controls .owl-buttons .owl-prev:before,
.owl-controls .owl-buttons .owl-next:before{font-family: FontAwesome;}


.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next{border: 1px solid;font-size: 25px;margin-left: 10px;}


.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover{color: #62ac1e;}

/*without margin*/
.itemslider-thumbnails.no-margin .owl-controls .owl-buttons .owl-prev{left: 0px;}
.itemslider-thumbnails.no-margin .owl-controls .owl-buttons .owl-next{right: 0px;}

/*Brand View Direction*/
#brand.owl-theme{padding: 0px 44px;margin: 0 auto;width: auto;clear: both;margin-top: 40px;}
#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;
	padding: 14px 0;
	opacity: 0.50;
	filter: alpha(opacity="50");
	
	transition:		all 400ms ease-in-out;
	-moz-transition:	all 400ms ease-in-out;
	-webkit-transition:	all 400ms ease-in-out;
	-o-transition:		all 400ms ease-in-out;
} 
#brand.itemslider .item:hover{opacity: 1;filter: alpha(opacity="100");}



#brand.owl-theme .owl-controls .owl-buttons{position: inherit;top:0px;}
#brand.owl-theme .owl-controls .owl-buttons div{position: absolute;margin: 0px;top: 50%;margin-top: -15px;}
#brand.owl-theme .owl-controls .owl-buttons .owl-prev{left: 15px;border: none;}
#brand.owl-theme .owl-controls .owl-buttons .owl-next{right: 15px;border: none;}

#brand.owl-theme .owl-controls .owl-buttons .owl-prev:before{font-family: FontAwesome;font-size: 30px;}
#brand.owl-theme .owl-controls .owl-buttons .owl-next:before{font-family: FontAwesome;font-size: 30px;}


/*Product Control*/

.products-grid .owl-theme{overflow: hidden;}
.products-grid .owl-theme .owl-controls .owl-buttons{position: inherit;}
.products-grid .owl-theme .owl-controls .owl-buttons div{position: absolute;top: 50%;margin-top: -15px;}
.products-grid .owl-theme .owl-controls .owl-buttons .owl-prev{left: -30px;}
.products-grid .owl-theme .owl-controls .owl-buttons .owl-next{right: -30px;}

.products-grid .item:hover .owl-theme .owl-controls .owl-buttons .owl-prev{left: 0px;}
.products-grid .item:hover .owl-theme .owl-controls .owl-buttons .owl-next{right: 0px;}

