.panel17
{
	/* background-color: red; */
	
	padding: 25px;
	/* border: 1px solid #cccccc; */
	/* border-radius: 15px; */
	/* text-align: center; */
}

@media only screen and (min-width: 601px) /* large */
{
	
}

@media only screen and (max-width: 600px) /* small */
{
	
}

.panel17 .div_titr
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.panel17 .div_titr label
{
	/* font-size: 25px; */
	font-family: 'Vazir';
}

.panel17 .div_items
{
	text-align: center;
}

.panel17 .div_items .div_item
{
	width: 316px;
	height: 250px;
	display: inline-block;
	/* background-color: green; */
	vertical-align: top;
	margin: 15px;
	margin-top: 30px;
}

.panel17 .div_items .div_item *
{
	cursor: pointer;
}

.panel17 .div_items .div_item:hover .div_image
{
	opacity: .5;
}

.panel17 .div_items .div_item .div_image
{
	width: 100%;
	height: 190px;
	/* background-color: blue; */
}

.panel17 .div_items .div_item .div_image img
{
	max-width: 100%;
	max-height: 100%;
}

.panel17 .div_items .div_item .div_titr
{
	width: 100%;
	/* height: 40px; */
	margin-top: 15px;
	padding: 0px;
	text-align: initial;
	/* background-color: yellow; */
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.panel17 .div_items .div_item .div_titr label
{
	/* font-size: 20px; */
	font-family: 'Vazir';
}