@charset "utf-8";
/* CSS Document */

.related-post{}

.related-post .headline {
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}

.related-post .post-list {
	padding: 0;
	margin: 0;
	
}

.related-post .post-list .item {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 0 0;
}

.related-post .post-list .item .thumb{overflow: hidden;}
.related-post .post-list .item .thumb img {
	width: 100%;
	height: auto;
}
.related-post .post-list .item .title {
	margin: 10px 0;
}

.related-post .post-list .item .title a{
	margin: 10px 0;
	font-size: 15px;
	text-decoration: none;
	line-height: normal;
}

.related-post .post-list .item .excerpt {
	line-height: normal;
	font-size: 13px;
}



.related-post.list .post-list .item {
	width: 100%;
}
.related-post.list .post-list .item .excerpt {
	display: none;
}
.related-post.list .post-list .item .thumb {
	max-height: 100px;
	display: none;
}




/*########################### Slider ############################*/


.related-post .post-list.owl-carousel {
	position: relative;
	padding-top: 45px;
}


.related-post .owl-dots {
  margin: 30px 0 0;
  text-align: center;
}


.related-post .owl-dots .owl-dot {
  background: #869791 none repeat scroll 0 0;
  border-radius: 20px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.related-post .owl-dots .owl-dot:hover,
.related-post .owl-dots .owl-dot.active {
  opacity: 1;

}


.related-post .owl-nav  {
  position: absolute;
  right: 15px;
  top: 15px;
}


.related-post .owl-nav .owl-prev, .related-post .owl-nav .owl-next {
	border: 1px solid rgb(188, 188, 188);
	border-radius: 0;
	color: rgb(0, 0, 0);
	height: 25px;
	padding: 0;
	opacity: 1;
	width: 40px;
	display: inline-block;
	margin: 0 3px;
}

.related-post .owl-nav .owl-prev {
  background: url("images/arrow-prev.png") no-repeat scroll 5px 3px rgb(255, 255, 255);

}



.related-post .owl-nav .owl-next {
  background: url("images/arrow-next.png") no-repeat scroll 5px 3px rgb(255, 255, 255);

}








