/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  /*position: absolute;*/
  position: fixed;
  /*bottom: 18px;*/
  z-index: 99;
  width: 100%;
  /* Set the fixed height of the footer here */  
  background: linear-gradient(to bottom, #ae8f51, #947a41, #826933);
  /*z-index: 999;*/
  font-size: 14px;  
  bottom: 0px;
  height: 70px;
  line-height: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px, rgba(0, 0, 0, 0.19) 0px 0px 5px 0px;
  
   
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  /*padding: 60px 15px 0;*/
  padding: 10px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
    /* color: #000 !important; */
	    color: #FFF !important;
}