.forum-topic-pin{
	margin:5px 0 0 0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
.forum-topic-pin .owl-controls{display:none !important;}
.forum-topic-pin .item{
	padding:5px; position:relative;
	/*border:1px solid #FFF;*/
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.5s ease;
}
.forum-topic-pin .item:hover{
	background:#F4F4F4;
	/*border:1px solid #E5E5E5;*/
}

.forum-topic-pin .item .pined{
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/images/webboard/pined.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.forum-topic-pin .item-img{
	position:relative;
	display:block;
	height:150px;
	margin:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.forum-topic-pin .item-detail{margin:10px;}
.forum-topic-pin .item-detail .topic{
	/*font-weight:bold;	*/
	margin:5px 0;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	/*
	white-space:nowrap;
	text-overflow:ellipsis;*/
}
.forum-topic-pin .item-detail .user{color:#777;	font-size:12px;}
.forum-topic-pin .item-detail .user i{	color:#cccccc; font-size:16px;}
.forum-topic-pin .owl-theme .owl-controls{margin-top:5px;}