/* 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%;
    /* height: 60px; */
    /* height: 62px; */
    line-height: 10px;
    bottom: 0px;
    /* background-color: #f5f5f5; */
    /* background-color: #383f48; */
    /*background-color: #f9fafc;*/
    background-color: #12312b;
    /* z-index: 999; */
    font-size: 14px;
    border-top: 1px solid #c3c3c3;
    
    
  
   
   
   
   /*
    /*position: absolute;*
      position: fixed;
      /*bottom: 18px;*
      z-index: 99;
      width: 100%;
      /* Set the fixed height of the footer here */
      /*height: 60px;
      line-height: 60px;*/ /* Vertically center the text there */
      /* height: 60px; */
      /*height: 53px;
      line-height: 23px;*
  
      height: 62px;
        line-height: 15px;
        bottom: 18px;
  
      /*background-color: #f5f5f5;*/
     /*background-color: #383f48;*
      background-color: #fff7d8;
      /*z-index: 999;*
      font-size: 14px;

*/
   
   
   
}


/* 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: #90abc9 !important;
}