/*members*/
.members_top
{
	background: url(../img/members_top.jpg) center / cover;
	/*color: #FFF;*/
	padding: 120px 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
H1
{
	font-size: 40px;
	/*display: inline-block;*/
	color: #0834A5;
	/*font-weight: bold;*/
	/*text-shadow: 0 0 10px #FFFFFF;*/
	background: rgba(255, 255, 255, 0.689);
	padding: 7px;
	border-radius: 5px;
	text-transform: uppercase;
}
.members-right
{
}
.members-right .lead
{
	margin-bottom: 8px;
	margin-top: 10px;
	margin-left: 0;
}
.members_list
{
}
.members_list TD
{
	vertical-align: middle;
}
.members_list .nopict
{
	text-align: center;
	height: 160px;
	line-height: 160px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.members_list .pict
{
	text-align: center;
	height: 160px;
	line-height: 131px;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 10px;
	margin-bottom: 10px;
}
.members_list .pict IMG
{
	max-height: 100%;
}
.members_list .date
{
	font-size: 11px;
	float: right;
}
.members_list .list_item
{
	padding-bottom: 34px;
}
.members_list .pict_mem_zoom
{
	float: left;
	width: 160px;
	margin-right: 20px;
}
.members_list .inactive
{
	float: right;
	color: #FF0000;
}
.members_list .item_property
{
	/*float: left;*/
	/*width: 355px;*/
}
.members_popup .item_property .item
{
	padding: 7px;
	border-bottom: 1px dotted #CCC;
}
.members_popup .item_property .item B
{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	/*text-align: right;*/
	padding-left: 15px;
}
.members_popup .item_property .item SPAN
{
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.members_popup .item_property .item DIV
{
	padding-left: 15px;
	margin-top: 5px;
}
@media (max-width: 575px)
{
	.members-right .lead
	{
		margin-bottom: 8px;
		margin-top: 10px;
		margin-left: 0;
	}
	.mem_item_name H3
	{
		font-size: 15px;
	}
	.members_list TD
	{
		font-size: 13px;
	}
	.members_list TD .btn
	{
		font-size: 12px;
	}
	.members-right
	{
		/*padding-right: 0;*/
	}
	/*.members-right #search_frm .form-group
	{
		width: 32.5%;
		display: inline-block;
	}*/
	.members_list .table TR
	{
	}
	.members_list .table TR TD
	{
		display: block;
		width: 100%;
		border: none;
	}
	.members_list .table TR TD:first-child
	{
		padding-top: 40px;
	}
	.members_list .table TR TD:first-child + TD
	{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.members_list .table TR TD:first-child + TD + TD
	{
		display: inline-block;
		width: auto;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.members_list .table TR TD:first-child + TD + TD + TD
	{
		display: inline-block;
		width: auto;
		padding-top: 0;
		padding-bottom: 40px;
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.members-right .lead
	{
		margin-bottom: 8px;
		margin-top: 10px;
		margin-left: 0;
	}
	.mem_item_name H3
	{
		font-size: 15px;
	}
	.members_list TD
	{
		font-size: 13px;
	}
	.members_list TD .btn
	{
		font-size: 12px;
	}
	.members-right
	{
		/*padding-right: 0;*/
	}
	.members-right #search_frm .form-group
	{
		width: 32.5%;
		display: inline-block;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.members-right .lead
	{
		margin-bottom: 8px;
		margin-top: 10px;
		margin-left: 0;
	}
	.mem_item_name H3
	{
		font-size: 15px;
	}
	.members_list TD
	{
		font-size: 13px;
	}
	.members_list TD .btn
	{
		font-size: 12px;
	}
	.members-right
	{
		/*padding-right: 0;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px)
{
}
