/* 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; */
    height: auto;
    line-height: 11px;
    bottom: -8px;
    
  /*background: linear-gradient(rgba(112, 112, 112, 0.75), rgba(112, 112, 112, 0.75)), url(../img/om/bg-01.png) top no-repeat;
  background-size: 100% 100%;*/
  
    /*background: url(../img/os/footer.png) center no-repeat;
    background-size: 100% 100%;*/
  
   background:#4f1bad;
  
  /*z-index: 999;*/
  font-size: 14px;
  /*box-shadow: 0 0 10px rgb(000, 000, 000);*/
  
   
   
   
   
    /*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;
}