.blog-item{
	height: 380px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.blog-item .item-content p{
	opacity: 0;
	padding: 55px 35px;
	position: absolute;
	bottom: 174px;
	color: white;
	width: 92.4%;
	height:30%;
    left: 15px;
    -o-transition: all linear 370ms;
	-webkit-transition: all linear 370ms;
	transition: all linear 370ms;
    background-color: rgba(13, 13, 13, 0.8);

}
.blog-item .item-content p a{
	color: white;
}
.blog-item .image-wrapper {
	display: inline-block;
	padding: 0 10px;
}
.blog-item:hover .item-content > p{
	opacity: 1;
	height: 54%;
	-o-transition: all linear 370ms;
	-webkit-transition: all linear 370ms;
	transition: all linear 370ms;
    background-color: rgba(13, 13, 13, 0.7);
    text-align: justify;
 
}

.blog-item:hover {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
}

.blog-item .image-frame {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.item-content{
	padding:0 20px;
}

.blog-image{
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.blog-category {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 1px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	line-height: 2;
	margin: 2px;
}
.news-index.list-view figure {
	text-align: center !important;
}
.news-index.list-view figure img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}
