.lf_media{
	width: 100%;
	/*float: left;*/
}
.lf_items{
	max-width: 830px;
	margin: auto;
	/*float: left;*/
}
.item{
	max-width: 400px;
	min-width: 320px;
	/*float: left;*/
	/*clear: both;*/
	padding: 10px 25px;
	min-height: 512px;
	/*padding: 5px;*/
	margin: auto;
	display: inline-block;
	overflow: hidden;
	background-color: #f0f0f0;
	/*text-decoration: none;*/
	
}
.item:hover{
	text-decoration: none;
	color: #666;
}
@media(max-width: 850px){
	.item{
		/*max-width: 300px;*/
		display: block;
		margin-bottom: 10px;
	}
}
.face img{
	width: 100%;
}
.text{
	color: #666;
}
.text h1{
	font-size: 30px;
	
}
.no-underline:hover{
	text-decoration: none;
	/*color: black;*/
	opacity: 0.7;
}
.text:hover{
	opacity: 0.7;
}

body{
	color: #666;
}