/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer 
{
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  line-height: 11px;
  font-size: 14px; 
}


.footer-menu
{
  /* background: #634432;
  padding:4px 0; */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
    color: #413f4b !important;
    height: 25px;
    margin: 4px 0;
    font-size: 25px !important;
    text-shadow: none;
}

.footer-copyright 
{
  background-color: #FFF;
}
