/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  
      position: fixed;
    /* bottom: -9px; */
    bottom: 0px;
    z-index: 99;
    width: 100%;
    /* height: 74px; */
    height: auto;
    line-height: 15px;
    /* background-color: #f5f5f5; */
    /* background-color: #383f48; */
    background-color: #002532;
    /* z-index: 999; */
    font-size: 14px;
    /*box-shadow: 0px -1px 4px 0px #dad5d5;
    border-radius: 10px 10px 0 0;*/
   
}


/* 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: #FFF !important;
}
