.item_4_wrap{

}
.item_4_wrap .item{
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #000002;
	width: 191px;
	height:200px;
	background: #232a33;
}

.item_4_wrap .item_a{
	width: 191px;
	height: 123px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.item_4_wrap .item_a img{
	width: 100%;
}
.item_4_wrap .item_a:hover{
	opacity: 0.7;
}
.item_4_wrap .item_text, .item_4_wrap .item_text_hide{
	padding: 8px 10px 0;
	overflow: hidden;
	font: 17px "pf_din_text_cond_promedium", sans-serif;
	color: #fff;
	text-align: center;
	height: 69px;
	cursor: pointer;

	display: block;
	text-decoration: none;
}
.item_4_wrap .item_text div, .item_4_wrap .item_text_hide div{
	display: inline;
	font: 22px "pf_din_text_cond_promedium", sans-serif;
	color: #fff;
}
.item_4_wrap .item_text span,.item_4_wrap .item_text_hide span{
	display: inline;
	font: 17px "pf_din_text_cond_promedium", sans-serif;
	color: #ffb400;
}
.item_4_wrap .item_text a, .item_4_wrap .item_text_hide a{
	display: inline-block;
	font: 17px "pf_din_text_cond_promedium", sans-serif;
	color: #fff;
	text-decoration: none;
}
.item_4_wrap .item_text a:hover, .item_4_wrap .item_text_hide a:hover{
	opacity: 0.6;
}
.item_4_wrap .item_text_hide{
	display: none;
	cursor: default !important;
}
.item_4_wrap .item.clr_mr{
	margin-right: 0;
}
.item_4_wrap .item:hover  .item_text_add_b .item_text{
	display: none;
}
.item_4_wrap .item:hover .item_text_add_b .item_text_hide{
	display: block;
}
