/* 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; */
    line-height: 10px;
    bottom: 0px;
    /* background-color: #f5f5f5; */
    /* background-color: #383f48; */
    /*background-color: #f9fafc;*/
    /* background-color: #12312b;   */
    /* z-index: 999; */
    font-size: 14px;
    border-top: 1px solid #c3c3c3;
    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%; */
}