/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  
  position: fixed;
  /*bottom: -9px;*/
  bottom: 0;
  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-color: #12312b;   */
  /*z-index: 999;*/
  font-size: 14px;    
  background: url(../img/olt1/Background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;   
}


.footer-menu{
  /*background: #3c1a11;
  background-size: 100% 100%;
  border-radius: 50px;
  margin: 0 8px !important;*/
  background-color: #FFF;
  border-top:3px solid #750406;
  border-bottom:3px solid #750406;
  /* background-image: linear-gradient(to bottom, #f3c769, #f7d466, #f0d259, #cda533, #ad7d0f); */
  /* border-radius: 10px; */
  /* border: 3px solid #d2a134; */
  
}


/* 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;
    height: 25px;
    margin: 8px 0;
    font-size: 25px !important;
    text-shadow: none;
}

.footer-copyright {
    /*padding: 0px 15px;*/
    /* background: #010101; */
    background: url(../img/olt1/Background.png);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
}
