/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  padding-top:10px;
  height: 70px;
  line-height: 25px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer .contact-left {
  float:left;
}
.footer .contact-right {
  float:right;
}

@media (max-width:992px){
  body {
    /* Margin bottom by footer height */
    margin-bottom: 110px;
  }
  .footer {
    /* Set the fixed height of the footer here */
    padding-top:10px;
    height: 110px;
  }
  .footer .contact-left, .footer .contact-right {
    float:none;
  }

  .footer .contact-right {
    padding-top: 5px;
  }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  /*padding: 108px 15px 5px;*/
  padding: 28px 15px 5px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}