prueba asi:
Código CSS:
Ver originalfooter {
background: rgba( 47, 47, 47, 1 );
padding: 18px 4px;
cursor: pointer;
width: 100%;
position: fixed; /*aqui lo fijamos*/
bottom: 0; /*aqui lo enviamos al fondo*/
box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 );
border-radius: 3px;
border: solid 1px rgba( 0, 0, 0, 0.2);
color: rgba( 255, 255, 255, 1 );
font-size: 12px;
font-weight: bolder;
text-shadow: 0px 1px rgba( 0, 0, 0, 0.3 );
text-align: center
}