/* Sticky footer styles
-------------------------------------------------- */
.footer {
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100%;
	background-color: #f5f5f5;
	padding-top: 15px;
	z-index: 100;
	-webkit-box-shadow: inset 0 20px 20px -27px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -27px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -27px rgba(0,0,0,0.8);  
}
