/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  
  position: fixed;
  /*bottom: -9px;*/
  bottom: -8px;
  z-index: 99;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;
  line-height: 60px;*/ /* Vertically center the text there */
  /*height: 74px;*/
  height: auto;
  line-height: 11px;
  /* background:url(../img/dr/footerbox.png); */
  /* background:#fff; */
  
  /*z-index: 999;*/
  font-size: 14px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  /* box-shadow:2px 2px 4px 2px #000; */
  
     
  
   
}


.footer-menu
{
    background:#e7bc39;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  /*padding: 60px 15px 0;*/
  padding: 10px 15px 100%;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
    /* color: #000 !important; */
	    color: #90abc9 !important;
}