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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* 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: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width:30px; height:30px;
	line-height:26px;
	background: #000;
	filter: Alpha(Opacity=00);/*IE7 fix*/
	opacity: 0;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme:hover .owl-controls.clickable .owl-buttons div{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
}
.owl-theme .owl-next{float:right; margin-right:30px;}
.owl-theme .owl-prev{float:left; margin-left:30px;}
.owl-theme .owl-buttons{position:absolute; width:100%; top:50%; margin-top:-30px;}
.owl-theme .img-text{    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width:100%;
    z-index: 8;
	padding:5px 8px;
    height: 30px;}
/* 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
}

.owl-pagination{position:absolute;  right:0px; bottom:0px; z-index:20;}


.related-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.related-theme .owl-controls .owl-buttons div{
	position: absolute;
	top:-45px;
	width: 32px;
	height: 45px;
	cursor: pointer;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	
}

.owl-prev{
    right:-25px !important;
}
.owl-next{
    left:-25px !important;
}
.related-theme .owl-next{background-image: url(../../images/desktop/prev-horizontal.png); left:-12px;}
.related-theme .owl-prev{background-image: url(../../images/desktop/next-horizontal.png); right:-12px;}
.related-theme .owl-controls .owl-buttons div:hover{
	background-position: -33px 0px;
}
.related-theme .owl-controls .owl-buttons div:active{
	background-position: -66px 0px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.related-theme:hover .owl-controls.clickable .owl-buttons div{

	text-decoration: none;
}
.related-theme .owl-next{ margin-right:30px;}
.related-theme .owl-prev{ margin-left:30px;}
.related-theme .owl-buttons{position:absolute; width:100%; top:50%; margin-top:-12px;}
.related-theme .img-text{ position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width:100%;
    z-index: 8;
	padding:5px 8px;
    height: 30px;}
/* Styling Pagination*/

.related-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.related-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;
}

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

/* If PaginationNumbers is true */

.related-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
}

.related-theme .owl-pagination{display:none}