@media all and (min-width: 320px) and (max-width:767px){
	.page-membros .wrapper{width: 100%;}
	#content.content-sec{
		border: none;
		margin-top: 15px;
	}
	#membros-page{

	}
	#membros-page form{
		width: 300px;
		margin: 0 auto 20px;
		display: block;
	}
	.membros-separator{
		border-bottom: 1px solid #eee;
		left: 0;
		position: absolute;
		/* clear: left; */
		/* top: 20px; */
	}
	.membros-table{border: none;clear: left;position: relative;display: inline-block;}
	.membros-table tbody{border: none;width: 300px;margin: auto;display: block;}
	.membros-table tr{width: 300px;height: 145px;position: relative;padding: 0;}
	.membros-table tr:last-child{
    border-bottom: 1px solid #eee;
}
	.membros-table td.cidade {
		color:#666;
		font-size:20px;
		line-height: 25px;
	}
	.membros-table td.cidade a {
		color:#666;
		text-decoration: none;
	}
	.membros-table td.imagens {
		width:220px;
		padding:0;
		line-height: 0;
	}
	.membros-filter {
		padding: 0px 0px 20px 0;
		border-bottom: 0px solid #eee;
		border-top: 0px solid #eee;
		width: 300px;
		margin: auto;
	}
	#javali-membros-form > div:first-child{
		border-top: 0px solid #eee;
	}
	.membros-filter select {
		height: 40px;
		background: transparent;
		border: 1px solid #eee;
		margin-right: 20px;
		padding: 10px;
		width: 300px;
	}
	.membros-filter .form-submit:hover {
		background-position:-17px -271px;
		/*background-color: #044C7E;*/
		color: #fff;
	}
	.links-filter {
		padding: 20px;
		border-bottom: 1px solid #eee;
	}

	.links-filter .form-item {
		float: left;
		height: 40px;
		margin: 0;
		width: 590px;
		margin-left: 65px; 

	}
	.links-filter .form-submit {
		height: 40px;
		/*background: url("images/sprt.png") no-repeat scroll 23px -271px #EDEDED;*/
		background-color: #EDEDED; 
		border: 1px solid #eee;
		width: 100px;
		cursor: pointer;
		margin-right: 20px; 
	}
	.membros-table td.brazao{
		padding: 21px 0px;
	}
	.membros-table td {
		padding: 15px 0px 15px 0px;
		margin:0;
		width: 80px;
		height: 100px;
		text-align: center;
	}
	.membros-table td.pais {
		color:#044c7e;
		font-size: 12px;
		font-weight:bold;
		text-transform: uppercase;
		padding: 20px 5px 20px 0px;
	}
	.membros-table td.bandeira img {
		width: 65px;
		height:auto;
	}
	.membros-table td.brazao img {
		height: auto;
		max-width: 70px;
	}
	.membros-table td.cidade {
		color:#666;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 5px 10px 0;
	}
	.membros-table td.cidade a {
		color:#666;
		text-decoration: none;
		line-height: 10px;
	}
	.membros-table td.imagens {
		width: 220px;
		padding:0;
		line-height: 0;
		height: 100%;
		padding: 0;
		margin: 0;
		top: 0;
		display: none;
	}
	#noticias-page .item-list, #membros-page .item-list{
		width: 100%;
		margin:auto;
		padding-top: 0px;
		height: 55px;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
		bottom: 0;
		padding: 0;
		clear: left;
		display: block;
		position: relative;
	}
	#noticias-page .item-list .pager, #membros-page .item-list .pager{
		margin-top: 20px;
	}
	.membros-table tr:hover {
		background:transparent;
	}
	.membros-table tbody{
		width: 310px;
	}
	.membros-separator{
		width: 100% !important;
	}

}