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

.owl-theme .owl-controls{
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 120px;
}

/* 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: 0;
	padding: 0;
	/*width: 39px;
	height: 55px;*/
	width: 60px;
	height: 80px;
	font-size: 12px;
	opacity: .5;
	filter: Alpha(Opacity=50);/*IE7 fix*/
}

.item.previous-button, .custom-owl.thumbs .item.previous-button { 
	width: 40px; 
	height: 80px; 
	background: transparent url("/skin/frontend/koss/default/images/prev.svg") top left no-repeat; 
	text-indent: -5000px; 
	cursor: pointer; 
	cursor: hand;  
	background-size: 60%; 
	position: absolute;
	z-index: 9999;
	margin-top: 180px; ;
	}
	
.details-list.blog-spot .custom-owl .item.previous-button { 
	width: 40px; 
	height: 80px; 
	background: transparent url("/skin/frontend/koss/default/images/prev.svg") top left no-repeat; 
	text-indent: -5000px; 
	cursor: pointer; 
	cursor: hand;  
	background-size: 60%; 
	position: absolute;
	z-index: 9999;
	margin-top: 100px; 
	left: -60px;
	}

.item.next-button, .custom-owl.thumbs .item.next-button { 
	width: 40px; 
	height: 80px; 
	background: transparent url("/skin/frontend/koss/default/images/next.svg") top center no-repeat; 
	background-size: 60%; 
	text-indent: -5000px; 
	cursor: pointer; 
	cursor: hand; 
	position: absolute;
	right: 0;
	z-index: 9999;
	margin-top: -416px; 
	}
	
.details-list.blog-spot .custom-owl .item.next-button { 
	width: 40px; 
	height: 80px; 
	background: transparent url("/skin/frontend/koss/default/images/next.svg") top center no-repeat; 
	background-size: 60%; 
	text-indent: -5000px; 
	cursor: pointer; 
	cursor: hand; 
	margin-top: -342px;
	position: absolute;
	right: 0;
	z-index: 9999;
	right: -60px;
	}

 .custom-owl.thumbs .item.previous-button { margin-top: 20px; left: -30px; background-size: 35%; }
 .custom-owl.thumbs .item.next-button { margin-top: -65px; right: -40px; background-size: 35%; }



/* 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
}

.home-page.owl-carousel.owl-theme .owl-pagination { display: none; }


#owl-demo-product .owl-item div { border: 1px solid #eee; }

@media only screen and (max-width: 1290px) { 
	.custom-owl.thumbs { width: 75% !important; }
}

@media only screen and (max-width: 670px) { 
	.details-list.blog-spot .custom-owl .item.previous-button { left: -50px; background-size: 50%; }
	.details-list.blog-spot .custom-owl .item.next-button { right: -50px; background-size: 50%; }
}

@media only screen and (max-width: 479px) { 

.item.previous-button { 
	left: -25px;
	background-size: 50%;
	}
	
	.item.next-button { 
	right: -25px;
	background-size: 50%;
	}
	
	.item.next-button { right: -10px; }
	.item.previous-button { left: 0px; }
	.details-list.blog-spot .custom-owl .item.previous-button { left: -25px; background-size: 50%; }
	.details-list.blog-spot .custom-owl .item.next-button { right: -35px; background-size: 50%; }
	.custom-owl.thumbs .item.previous-button { margin-top: 15px; left: -32px; background-size: 35%; }
 	.custom-owl.thumbs .item.next-button { margin-top: -98px; right: -45px; background-size: 35%; }
	
#owl-demo-product .owl-item div { width: 80%; height: auto; }
#owl-demo-product .owl-item div img { width: 100%; height: auto; }
.owlfour.blog-posts.owl-carousel.owl-theme div { width: 85%; }
	
}



