@media (max-width:11000px)
{
	.filtermenu
	{
	max-height:none;
	}
			.filterpart span.fpselect
			{
			width:50%;
			}
}
@media (max-width:975px)
{
	.filtermenu
	{
	max-height:none;
	}
			.filterpart span.fpselect
			{
			width:25%;
			}
}
@media (max-width:599px)
{
	.filtermenu
	{
	max-height:30px;
	transition: all .3s ease .2s;
	}
		.filtermenu:hover
		{
		max-height:10000px
		}
			/*/
			.filtermenu:hover .filtopen
			{
			display:none;
			}
			/*/
			.filterpart span.fpselect
			{
			width:33.33%;
			}
}
@media (max-width:400px)
{
	.filtermenu
	{
	max-height:30px;
	transition: all .3s ease .2s;
	}
		.filtermenu:hover
		{
		max-height:10000px
		}
			/*/
			.filtermenu:hover .filtopen
			{
			display:none;
			}
			/*/
			.filterpart span.fpselect
			{
			width:50%;
			}
}
.filtermenu
{
float:left;
width:calc(100% - 2px);
margin:0px;
overflow:hidden;
border-style: solid;
border-color: #e2e2e2;
border-radius:0px;
border-width:1px;
font-size:18px;
}
	.filtopen
	{
	float:left;
	width:100%;
	height:30px;
	line-height:29px;
	background:#ffffff;
	color:#12529c;
	text-align: center;
	font-size:18px;
	text-transform:uppercase;
	}
	.filterpart
	{
	float:left;
	width:calc(100% - 10px);
	height:18px;
	overflow:hidden;
	padding:5px;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#e2e2e2;
	}
		.filterpart span.fptitle
		{
		float:left;
		width:100%;
		color:#000;
		cursor:pointer;
		margin-bottom:5px;
		}
			.filterpart span.fptitle:hover
			{
			color:#12529c;
			}
		.filterpart span.fpdiapozon
		{
		float:left;
		width:100%;
		text-align:center;
		}
			.filterpart span.fpdiapozon input
			{
			font-size:18px;
			}
		.filterpart span.fpselect
		{
		float:left;
	    /*white-space: nowrap;*/
    	overflow: hidden;
		text-transform:capitalize;
		}
			.filterpart span.fpselect input
			{
			height:16px;
			width:16px;
			}
a.filtbuton
{
float:left;
width:100%;
height:auto;
padding:3px 0 3px 0;
border-radius: 1px;
background:#12529c;
line-height: normal;
font-size:18px;
color:#FFF;
text-align: center;
text-decoration: none;
text-transform:uppercase;
user-select: none;
}
	a.filtbuton:hover
	{
	background: #0CF;
	}