/*
footer{
	line-height:normal;
	text-align:center;
	height:auto;
	padding-bottom:50px;
}
footer ul{
	display: block;
    width: 100%;
    -webkit-column-count: 2;
    column-count: 2;
	margin-top:50px;
}	
footer ul li{
	margin-right:0;
	line-height:normal;
	float:none;

}
footer ul li:after {
  content: '';
  display: block;
  height:30px;
}

*/