/* 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;
  /* 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;*/
  /*z-index: 999;*/
  font-size: 14px;
  width: 100%;
  background: #692c3e;
  left: 0;
}


.only_menu {
    
    width: 100%;
    /*margin-left: 3%;*/
    /* height: 74px; */
    height: auto;
    line-height: 11px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0px;

}

/*.after1_black:after {
    content: "";
    position: absolute;
    left: 2%;
    top: 7px;
    height: 40px;
    width: 48%;
    border-right: 1px solid #FFF;
}*/


.after1:after {
    content: "";
    position: absolute;
    left: 15%;
    top: 7px;
    height: 6px;
    width: 7%;
    border-bottom: 1px solid #FFF;
}

.after1_black:after {
        content: "";
    position: absolute;
    left: 2%;
    top: 7px;
    height: 42px;
    width: 33%;
    border-right: 1px solid #FFF;
}



.after2:after {
    content: "";
    position: absolute;
    left: 47%;
    top: 7px;
    height: 6px;
    width: 7%;
    border-bottom: 1px solid #FFF;
}

.after2_black:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 7px;
    height: 42px;
    width: 66%;
    border-right: 1px solid #FFF;
}



/* 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;
}
