@charset "utf-8";
/* CSS Document */
.footer{
	width:100%;
	float:left;
	background:#ffffff;
	color:#000000;
}
	
.footerShort{
	max-width:1200px;
	padding:10px;
	margin:0 auto;
}

.footerPart{
	padding:10% 5% 0% 1%;
	color:#ababab;
	}
	
.footer p{
	/*color:#626262;*/
	font-size:0.9em;
	color:#000000;
	}
	
.footer a{
	color:#000000;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#000000;
	text-decoration:none;
	}
	
.footer ul {font-size:0.9em; }
.footer ul li{width:100%;  line-height:3; text-decoration: none; list-style-type:none;}
.footer li{width:100%;  line-height:3; text-decoration: none; list-style-type:none;}
.footer .client{
	width:100%; 
	float:left; 
	text-align: center; 
	border-bottom:1px solid #e4e5e8; 
	border-top:1px solid #e4e5e8;	
	height: 80px;
}
.footer .client img{
	margin-right:10px;
	width: 150px;
}

@media only screen and (max-width: 600px) {
	.footer .client{

	text-align: center; 
	border-bottom:1px solid #e4e5e8; 
	border-top:1px solid #e4e5e8;
		height: auto;
	
}
	
	.footer .client img{
	margin-right:10px;
	width:100%;
	height: auto;
}
}