.mgi-wrap .item-wrap{
	font-size: 12px;
	color: #909090;
}
.mgi-wrap .mgi-box{
	padding: 0;
}
.mgi-wrap .item-wrap .item-image{
	padding: 10px 0 10px;
	margin: 0 0 5px;
}
.mgi-wrap .item-wrap .item-image a{
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mgi-wrap .item-wrap .item-image:hover a{
	box-shadow: 3px 3px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
}
.mgi-wrap .item-wrap .item-image:hover a:before{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.mgi-wrap .item-wrap .item-title{
	font-size: 16px;
	margin-bottom: 5px;
}
.mgi-wrap .item-wrap .item-title a{
	color: #686868;
	text-decoration: none;
	font-weight: normal;
}
.mgi-wrap .item-wrap .item-publish{
	margin-bottom: 5px;
	background: url(../images/icon-calendar.png) no-repeat;
	padding-left: 30px;
}
.mgi-wrap .item-wrap .item-meta{
	border-top: 1px dashed #c8c8c8;
	border-bottom: 1px dashed #c8c8c8;
	padding: 5px 0;
}
.mgi-wrap .item-wrap .item-meta span{
	padding-right: 20px;
	font-size: 11px;
}
.mgi-wrap .other-links li{
	background: none;
	font-size: 12px;
	color: #909090;
	line-height: 20px;
}
.mgi-wrap .other-links li:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: top;
	line-height: 18px;
}
.mgi-wrap .other-links li a{
	color: #909090;
}
