
/*footer*/
footer{
	padding: 10px 60px;
	background-color: #2e2e2e;
	color: #fff;

	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #525252;
}
footer .copyright{
	float: left;
}
footer .confidence{
	float: right;
	color: #fff;
	text-decoration: none;
}
footer{
	text-align: center;
}
@media(max-width: 500px){
	footer .copyright,
	footer .confidence{
		float: none;
		display: block;
	}
}

/*footer*/


