/*
* 	Owl Carousel Owl
*/
#slider_post_m {
	padding-bottom:0px;
}
.owl-theme .owl-controls {
	margin-top:0px;
	position:absolute;
	top:46%;
	width:101%;
	height:1px;
	left:0px;
	right:0px;
	margin:0 auto;
}
.owl-buttons {
	height:1px;
}
/* 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: 8px 14px;
	font-size: 12px;
	color:#fff;
	text-transform:uppercase;
	background:#000;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background:#F00;
	color:#fff;	
}
.owl-theme .owl-controls .owl-prev {
	float:left;
}
.owl-theme .owl-controls .owl-next {
	float:right;
}

/* 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(../images/AjaxLoader.gif) no-repeat center center;
}

/*================
	slider psot
========================*/

#slider-post {

}
.slider-post-m {
	margin:20px;
	box-sizing:border-box;
	position:relative;
	cursor:ew-resize;
}
.slider-post-m:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	bottom:12px;
	left:12px;
	z-index:-1;
	border:#000 solid 6px;
}
.slider-post-m .slide_overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.slide_info {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  position:absolute;
  padding:25px;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.slider-post-m:hover .slide_info {
  background-color: rgba(0, 0, 0, 0.92);
  padding-bottom:60px;
}
.slide_cats a, .slide_date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  margin-right: 2px;
  text-transform: uppercase;
}
.slide_date {
  color:#a8a8a8;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 14px;
  margin-right: 2px;
  text-transform: uppercase;
}
.slide_title, .slide_title a {
	color:#fff;
	margin:0px;
	font-weight:400;
	font-size:18px;
}
.slide_title a {
	display:inline-block;
	margin:0px 0 8px;
	letter-spacing:1px;
}

@media (max-width:767px) {
.slide_title, .slide_title a {
	font-size:16px;
	line-height:20px;
}
	
}



/*=============
	best-articles
======================*/

.best-articles-nfo {
  background: #fff none repeat scroll 0 0;
  padding: 20px 30px;
  position: relative;
  width: 100%;
  box-shadow:inset 0px 1px 0px 1px #ccc;
}
.best-articles-nfo h3.slide_title a {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 8px;
}