/*
* 	Owl Carousel - parjOO Theme 
*/


/* Owl Carousel Thumb Slide 2 */
#owl-parjoo, #owl-parjoo-2 {padding-top: 20px; display: block; position: relative;}
#owl-parjoo-2 {padding-top: 0px !important; background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */}
#owl-parjoo .item {margin: 3px; padding: 15px; background-color: #111;}
#owl-parjoo-2 .item {padding: 15px;}
#owl-parjoo-2 h5 {padding-top: 10px;}
#owl-parjoo-2 a {margin-top: 10px;}
#owl-parjoo .item img, #owl-parjoo-2 .item img {display: block; width: 100%; height: auto;}
#owl-parjoo .item hr, #owl-parjoo-2 .item hr {border-top: 1px solid #333 !important; margin-bottom: 0px !important;}
.owl-theme .owl-controls{
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons .owl-prev {margin-top: -150px; position: absolute; left: -60px; width: 40px; height: 58px; float: left;}
.owl-theme .owl-controls .owl-buttons .owl-next {margin-top: -150px; position: absolute; right: -60px; width: 40px; height: 58px; float: right;}

#owl-parjoo-2 .owl-controls .owl-buttons .owl-prev {margin-top: -95px; position: absolute; left: -60px; width: 40px; height: 58px; float: left;}
#owl-parjoo-2 .owl-controls .owl-buttons .owl-next {margin-top: -95px; position: absolute; right: -60px; width: 40px; height: 58px; float: right;}


.owl-item a img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */  
   -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; /* IE 6-9 */ 	/* Required for IE 5, 6, 7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5;	opacity: 0.5;}
.owl-item a:hover > .item img {cursor: pointer; -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: none; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1;	opacity: 1;}

/* 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
}