/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.nifty-owl{
	position:relative;
}
.owl-carousel-slide{
	position:relative;
}
.owl-carousel-slide img{
	display:block;	
}
.owl-carousel-image img{
	display:block;	
}
.owl-carousel-caption-container{
	position:absolute;
	bottom:0;
	width:100%;
	background:none;
}
.owl-carousel-caption-container h3{
	color:#fff;	
}
#nifty-owl-basic .owl-carousel-caption-container{
	position:absolute;
	bottom:5%;
	left:20%;
	width:60%;
	padding:1%;
	text-align:center;
}
.owl-carousel-caption-container p{
	margin:0.5em 0 0 0;
	padding:0 1.0em;
}
.owl-carousel-caption-container p a{
	font-size:0.8rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:1em 1.5em 1em 1.5em;
	text-decoration:none;
	display:inline-block;
	background:rgba(51,51,51,1.00);
	color:#fff;
	line-height:1;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	font-weight: 600;
}
.nifty-owl-basic .owl-carousel-caption-container p a{
	font-size:14px;
	font-size:0.8rem;
}
.owl-carousel-caption-container h3{
	margin:0;
	padding:0 0 0.1em 0;
	text-shadow: 1px 1px #000;
}
#nifty-owl-basic .owl-carousel-caption-container h3{
	margin:0 0 0.7em 0;
	padding:0.5em 1em 0.5em 1em;
	background:rgba(0,0,0,0.9);
	display:inline-block;	
}
.owl-carousel-caption-container h3 a{
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}
.owl-carousel-caption{
	display:none;
}
#nifty-owl-basic .owl-carousel-caption{
	display:none;
}
#nifty-owl-basic .owl-carousel-caption-container h3{
	font-size: 16px;
	font-size: 1rem;
}
.owl-carousel-caption p{
	color:#fff;
	margin:0;
	padding:0 0 1.0em 0;;
	font-size:1.2rem;
	font-weight: 600;
	text-shadow: 1px 1px #000;
}
.owl-buttons{
	position:absolute;
	top:50%;
	width:100%;
	margin:-1em 0 0 0;
	display:none;
}

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
}
.owl-prev{
	float:left;
}
.owl-next{
	float:right;
}
.owl-prev:before{
	font-family: 'FontAwesome';
	background:#000;
	padding:1em;
	content: "\f053";
	font-family: 'FontAwesome';
	font-size:16px;
	font-size:1.2rem;
}
.owl-next:after{
	font-family: 'FontAwesome';
	background:#000;
	padding:1em;
	content: "\f054";
	font-family: 'FontAwesome';
	font-size:16px;
	font-size:1.2rem;
}


/* 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
}

.owl-carousel-caption-none{
	display:none !important;
}

@media screen 
and (min-width : 901px) {
#nifty-owl-basic .owl-carousel-caption-container{
	bottom:40%;
}
#nifty-owl-basic .owl-carousel-caption{
	display:block;
}
#nifty-owl-basic .owl-carousel-caption-container h3{
	font-size: 24px;
	font-size: 1.5rem;
}
.owl-buttons{
	display:block;
}

}