/**
* @author    JoomShaper http://www.joomshaper.com
* @copyright Copyright (C) 2010 - 2014 JoomShaper
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2
*/

.owl-controls{
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-controls .owl-buttons {
	margin: 10px 0 0;
}
.owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 3px 10px;
	border-radius: 3px;
	background: rgba(0,0,0,.5);
	text-transform: capitalize;
}
.owl-controls.clickable .owl-buttons div:hover{
	background: rgba(0,0,0,.8);
	text-decoration: none;
}

/* Styling Pagination*/
.owl-pagination {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 8px;
	line-height: 8px;
	z-index: 1;
}

.owl-controls .owl-page{
	display: inline-block;
}
.owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px 3px;
	opacity: 0.5;
	border-radius: 20px;
	background: #fff;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}


/*Slide*/
.sp-k2-featured-slider,
.sp-k2-featured-slider .item-inner {
	position: relative;
}

.sp-k2-featured-slider .item-inner:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

.sp-k2-featured-slider .item-inner img {
	width: 100%;
}

.sp-k2-featured-slider .item-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	color: #fff;
	z-index: 1;
}

.sp-k2-featured-slider .item-title {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
}

.sp-k2-featured-slider a.readmore {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.sp-k2-featured-slider .news-title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	z-index: 1;
}

.sp-k2-featured-slider .item-meta {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}

.sp-k2-featured-slider .item-meta span.item-category {
	margin-right: 5px;
}

.sp-k2-featured-slider .item-meta span.item-date {
	margin-left: 5px;
}
