

/**
 * Footer 
 * -----------------------------------------------------------------------------
 */

#footer{
	background: #ecf0f1;
	padding: 5.6rem 0;
	color: #667279;
	font-size: 1.2rem;
	text-align:center
}
#footer abbr{
	border-bottom-color: rgba(102, 114, 121, .25);
}
#footer p{
	font-size: 1.4rem;
}
#footer a{
	color: #667279;
	text-decoration: none;
}
#footer aside{
	opacity: 0;
}
#footer a:hover{
	color: #363d40;
}

@media (max-width:767px) {
	#footer{
		position: static;
		font-size: 1.4rem;
	}
	#footer p{
		font-size: 1.4rem;
		margin: 1.4rem 0;
	}
}
