.panel5
{
	width: 100%;
	/* min-height: 100px; */
	/* background-color: red; */
	padding: 25px;
	text-align: center;
	/* position: relative; */
}

.panel5 .pnl_item
{
	width: 200px;
	height: 300px;
	display: inline-block;
	margin: 25px;
	cursor: pointer;
}

.panel5 .pnl_item:hover *
{
	opacity: .9;
}

.panel5 .pnl_item .pnl_image
{
	width: 200px;
	height: 250px;
	background-color: #ecf0f1;
	line-height: 250px;
	text-align: center;
}

.panel5 .pnl_item .pnl_image img
{
	max-width: 85%;
	vertical-align: middle;
}

.panel5 .pnl_item .pnl_note
{
	width: 200px;
	height: 50px;
	background-color: #e74c3c;
}

.panel5 .pnl_item .pnl_note .pnl_titr
{
	width: 200px;
	height: 25px;
	font-size: 13px;
	font-family: "Vazir";
	color: #ffffff;
}

.panel5 .pnl_item .pnl_note .pnl_money
{
	width: 200px;
	height: 25px;
	font-size: 13px;
	font-family: "Vazir";
	color: #ffffff;
}