footer{
	background-color: #dedede;
	border-top: 2px solid #c4c4c4;
	padding-top: 10px;
}
footer h3{
	color: #0aa9ee;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 15px 0;
}
footer a{
	color: #7c7b7b;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	font-size: 1.3em;
	border-bottom: 1px dotted #7c7b7b;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer a:hover{
	color: #0aa9ee;
}
footer div{
	width: 23%;
}
footer .copy{
	background-color: #707070;
	margin-top: 20px;
}
footer .copy p{
	color: #dbdbdb;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
}