.bottomwrapper ul{
	list-style: none;
	padding-left: 0;
	text-align: center;
	margin: 0;
}
.bottomwrapper ul li{
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}
.bottomwrapper ul li img{
	width: 35%;
	padding-bottom: 5px;
}
.bottomwrapper{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 99;
	padding: 12px 0;
	/*box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 20%);*/
	box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
}
.imgactive{
	/*filter: invert(0) brightness(0.5) contrast(4.5);*/
	filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}
.textactive{
	color: #e31e25;
}
.bottomwrapper a:hover{
	text-decoration: none;
}

@media only screen and (max-width: 400px) {
	
	.bottomwrapper ul li {
	    display: inline-block;
	    text-align: center;
	    padding: 0 15px;
	}
}

@media only screen and (max-width: 320px) {
	
	.bottomwrapper ul li {
	    padding: 0 8px;
	}
}