/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer 
{
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  line-height: 11px;
  font-size: 14px; 
  background-color: #2a51a0;
  border-radius: 15px 15px 0 0;
  border-top: 1px solid #FFF;
}


.footer-menu
{
  /* background-image: url(../img/appimages/Strock.png);
  background-repeat:no-repeat;
  background-position: center bottom;
  background-size:100% 20%; */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

footer .fa
{
  color: #413f4b !important;
  height: 25px;
  margin: 4px 0;
  font-size: 25px !important;
  text-shadow: none;
}

.footer-copyright 
{
  /*background-color: #FFF;*/
  border-top: 1px solid #FFF;
}
