
/******** FEED ********/

.feed {
  margin:20px auto;
}

.item {
  margin-bottom: 20px;
  float: left;
  width:250px;
  height:auto;
}

.feedphoto {
	height:179px;
	position:relative;
}
.feedphoto img {
	width:100%;
	height:179px;
}
.feedcontent {
	min-height:250px;
	position:relative;
	padding:15px;
	text-align:left;
	border:1px solid #d8d8d8;
}
.feedcontent h3 {
	font-weight:600;
	font-size:24px;
	color:#333 !important;
	text-transform:uppercase;
	margin:0;
}
.feedcontent small {
	font-size:14px;
	color:#666;
	margin-top:0;
}
.feedcontent p {
	font-size:16px;
	color:#666;
	margin:25px 0;
        text-align: justify;
        text-justify: inter-word;
}
.feedcontent a.more {
	color:#454545;
	font-size:16px;
	text-decoration:underline !important;
}


