@charset "utf-8";
/* CSS Document */
.footer{
	width:100%;
	float:left;
	background:#e1e1e1;
	color:#000000;
}
	
.footerShort{
	max-width:1050px;
	padding:10px;
	margin:0 auto;
}

.footerPart{
	padding:10% 5% 0% 1%;
	color:#000000;
	}
	
.footer p{
	color:#000000;
	font-size:1.1em;
	}
	
.footer a{
	color:#000000;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#000000;
	text-decoration:none;
	}
	
.footer ul {list-style-type:circle;font-size:1.1em;}
.footer ul li{
    width:100%; 
    /*border-bottom:#1d1d1d 0.5px solid; */
    line-height:3;}