/* 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;
  left:0px;
  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;*/
  /* background: #b99141; */
  background:#FFFFFF;
  /* background:linear-gradient(#93214a,#0e80f3,#651b35,#451727); */
  /*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: #90abc9 !important;*/
    color: #FFF !important;
}

.footer-copyright {
  /* background-image: url(../img/appimages/Strock.png);
  background-size: 100% 3%;
  background-repeat: no-repeat;
  background-position: center top; */
  border-top: 1px solid #947a5c;
}
