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

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
	position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons{
	display: none;
}
/* Styling Next and Prev buttons */

#owl-cat-news .owl-controls{
	position: relative;
	bottom: 0px;
}
#owl-cat-news .owl-controls .owl-pagination{
	display: none;
}
#owl-cat-news .owl-controls .owl-buttons{
	display: block;
	text-align: right;
}
.ol-cat-news .owl-controls .owl-buttons .owl-prev, .ol-cat-news .owl-controls .owl-buttons .owl-next{
	color: #dd3232;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px;
	opacity: 1;
	margin-right: 0px;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ol-cat-news .owl-controls .owl-buttons .owl-prev span{
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 5px;
}
.ol-cat-news .owl-controls .owl-buttons .owl-next span{
	font-size: 12px;
	font-family: Tahoma;
	padding-right: 5px;
}
.ol-cat-news .owl-controls .owl-buttons .owl-prev:before{
	content: "\f104";
}
.ol-cat-news .owl-controls .owl-buttons .owl-next:after{
    content: "\f105";
}
.ol-cat-news ul li{
	margin-bottom: 25px;
}
.ol-cat-news ul li:last-child{
	margin-bottom: 0px;
}
.ol-cat-news ul li a{
	color: #333333;
}
.ol-cat-news ul li:last-child{
	margin-bottom: 10px;
}

.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;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

/* Ol-album */

#owl-album .owl-controls{
	position: relative;
	bottom: 0px;
}
#owl-album .owl-controls .owl-pagination{
	display: none;
}
#owl-album .owl-controls .owl-buttons{
	display: block;
	text-align: center;
}

.ol-album .owl-controls .owl-buttons .owl-prev, .ol-album .owl-controls .owl-buttons .owl-next{
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #0089f5;
	border-radius: 3px;
	background-color: #0089f5;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px;
	opacity: 1;
	margin-right: 0px;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ol-album .owl-controls .owl-buttons .owl-prev span{
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 5px;
}
.ol-album .owl-controls .owl-buttons .owl-next span{
	font-size: 12px;
	font-family: Tahoma;
	padding-right: 5px;
}
.ol-album .owl-controls .owl-buttons .owl-prev:before{
	content: "\f104";
}
.ol-album .owl-controls .owl-buttons .owl-next:after{
    content: "\f105";
}
.ol-album ul li a{
	color: #333333;
}
.ol-album ul li:last-child{
	margin-bottom: 10px;
}

/* 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: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFFFFF;
}

.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;
	background: #0a93dd;
}

/* 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("../images/AjaxLoader.gif") no-repeat center center
}