/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin:0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:39px; 
	height:96px;
	position:absolute;
	top:-350px;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(galleryprev.png) no-repeat center;
	left:2%;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(gallerynext.png) no-repeat center;
	right:2%;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(galleryprev_hover.png);
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(gallerynext_hover.png);
}
/* 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{
	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: 13px;
	height: 13px;
	margin:0 5px 0;
	/*background:url(bullet.png) no-repeat center;*/
	background:#e1dede;
	border:0;
	border-radius:100%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color:#999999;
	/*background-image:url(bullet_active.png);*/
}

.owl-theme .owl-controls .owl-buttons {   }
.owl-theme .owl-controls .owl-buttons .owl-prev { position: absolute; top: 42%; left:0; }
.owl-theme .owl-controls .owl-buttons .owl-next { position: absolute; top: 42%; right:0; }

/* 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-pagination { text-align: center; position: absolute; bottom: 15px; left: 0; width: 100%; }

/* moreview */

.moreview .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.moreview .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:23px; 
	height:35px;
	position:absolute;
	top:35%;
	padding: 0;
}
.moreview .owl-controls .owl-buttons div.owl-prev {
	background:url(prev.png) no-repeat center;
	left:-25px;
}
.moreview .owl-controls .owl-buttons div.owl-next {
	background:url(next.png) no-repeat center;
	right:-25px;
}
.moreview .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(prev_hover.png);
}
.moreview .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(next_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.moreview .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.moreview .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.moreview .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	border:1px solid #ee2797;
	background:#fff;
}

.moreview .owl-controls .owl-page.active span,
.moreview .owl-controls.clickable .owl-page:hover span{
	background:#ee2797;
}

/* If PaginationNumbers is true */

.moreview .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;
}

/* featured */

.owl-featured .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-featured .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:23px; 
	height:40px;
	position:absolute;
	top:43%;
	padding: 0;
}
.owl-featured .owl-controls .owl-buttons div.owl-prev {
	background:url(featuredprev.png) no-repeat center;
	left:-15px;
}
.owl-featured .owl-controls .owl-buttons div.owl-next {
	background:url(featurednext.png) no-repeat center;
	right:-15px;
}
.owl-featured .owl-controls .owl-buttons div.owl-prev:hover {
}
.owl-featured .owl-controls .owl-buttons div.owl-next:hover {
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-featured .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-featured .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-featured .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	border:1px solid #ee2797;
	background:#fff;
}

.owl-featured .owl-controls .owl-page.active span,
.owl-featured .owl-controls.clickable .owl-page:hover span{
	background:#ee2797;
}

/* If PaginationNumbers is true */

.owl-featured .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;
}

/* upsell */

.owl-upsell .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-upsell .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:27px; 
	height:27px;
	position:absolute;
	padding: 0;
	top:33%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.owl-upsell .owl-controls .owl-buttons div.owl-prev {
	background:url(featuredprev.png) no-repeat center;
	left:-29px;
}
.owl-upsell .owl-controls .owl-buttons div.owl-next {
	background:url(featurednext.png) no-repeat center;
	right:-29px;
}
.owl-upsell .owl-pagination { position: relative; bottom: 0; margin: 5px 0 0; }
#relatedproductbox .owl-upsell .owl-controls .owl-buttons div.owl-prev { }
#relatedproductbox .owl-upsell .owl-controls .owl-buttons div.owl-next { }
.owl-upsell .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(featuredprev_hover.png);
	border-color:#ff9600;
}
.owl-upsell .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(featurednext_hover.png);
	border-color:#ff9600;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-upsell .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-upsell .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-upsell .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	border:0;
	background:url(bullet.png) no-repeat center;
}

.owl-upsell .owl-controls .owl-page.active span,
.owl-upsell .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-upsell .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;
}

/* brand */

.owl-brand .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-brand .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:30px; 
	height:30px;
	position:absolute;
	top:25%;
	padding: 0;
}
.owl-brand .owl-controls .owl-buttons div.owl-prev {
	background:url(brandprev.png) no-repeat center;
	left:-26px;
}
.owl-brand .owl-controls .owl-buttons div.owl-next {
	background:url(brandnext.png) no-repeat center;
	right:-26px;
}
.owl-brand .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(brandprev_hover.png);
}
.owl-brand .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(brandnext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-brand .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-brand .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-brand .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border:1px solid #ff8300;
	background:#fff;
	border-radius: 30px;
}

.owl-brand .owl-controls .owl-page.active span,
.owl-brand .owl-controls.clickable .owl-page:hover span{
	background:#ff8300;
}

/* If PaginationNumbers is true */

.owl-brand .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;
}

/* mobile */
.owl-mobile .owl-controls{
	margin:0;
}

/* Styling Next and Prev buttons */

.owl-mobile .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:22px; 
	height:39px;
	position:absolute;
	top:-350px;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-mobile .owl-controls .owl-buttons div.owl-prev {
	background:url(mobileprev.png) no-repeat center;
	left:-25px;
}
.owl-mobile .owl-controls .owl-buttons div.owl-next {
	background:url(mobilenext.png) no-repeat center;
	right:-25px;
}

.owl-mobile .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(mobileprev_hover.png);
}
.owl-mobile .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(mobilenext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-mobile .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-mobile .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-mobile .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin:0 4px 0;
	background:url(bullet2.png) no-repeat center;
}

.owl-mobile .owl-controls .owl-page.active span,
.owl-mobile .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet2_active.png);
}

.owl-mobile .owl-controls .owl-buttons {   }
.owl-mobile .owl-controls .owl-buttons .owl-prev { position: absolute; top: 35%; left:0; }
.owl-mobile .owl-controls .owl-buttons .owl-next { position: absolute; top: 35%; right:0; }

/* If PaginationNumbers is true */

.owl-mobile .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;
}

/* testimonial */

.owl-testimonial .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-testimonial .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:23px; 
	height:40px;
	position:absolute;
	top:43%;
	padding: 0;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-prev {
	background:url(testimonialprev.png) no-repeat center;
	left:-15px;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-next {
	background:url(testimonialnext.png) no-repeat center;
	right:-15px;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-prev:hover {
}
.owl-testimonial .owl-controls .owl-buttons div.owl-next:hover {
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-testimonial .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-testimonial .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-testimonial .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 3px 2px;
	border:1px solid #202020;
	background:#fff;
	border-radius: 30px;
}

.owl-testimonial .owl-controls .owl-page.active span,
.owl-testimonial .owl-controls.clickable .owl-page:hover span{
	background:#8a8a8a;
}

/* If PaginationNumbers is true */

.owl-testimonial .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;
}

@media only screen and (max-width: 767px){
	.owl-theme .owl-controls .owl-buttons div { width: 25px; height:62px; }
	.owl-theme .owl-controls .owl-buttons div.owl-prev , .owl-theme .owl-controls .owl-buttons div.owl-next { background-size:contain; top:36%; }
	.owl-pagination { bottom:3%; }
	
	.owl-brand .owl-controls .owl-buttons div.owl-prev {}
	.owl-brand .owl-controls .owl-buttons div.owl-next {}
	
	.mobileproductgallery .owl-theme .owl-controls .owl-buttons div { width: 34px; height: 34px; }
}