/* Sticky footer styles
-------------------------------------------------- */
html, body {
  height: 100%;
}
body {
  background: url("../img/bg.jpg") black no-repeat top center;
  background-attachment: fixed;
  /* Margin bottom by footer height */
  display: table; width: 100%; height: 100%;
}
.footer {
  display: table-row;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 1px;
  /*background-color: #111111;*/
}

.navbar {
  display: table-row;
  height: 1px;
}

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

.container .text-muted {
  font-size: 10px;
  margin: 10px 0;
}

.panel {
  margin-bottom: 10px;
  margin-top: 20px;
  /*background-color: #111111;*/
}

.navbar-brand {
  background: url("../img/logo.png") no-repeat top left;
  padding-left: 52px;
}

.navbar-nav {
  float: none;
}

.nav > li > a > img {
  margin: -16px 0px -16px 10px;
}

.col-form-label {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
}

.table > thead > tr > th.mod-header {
  padding: 5px;
  width: 22px;
}

img.mod-column {
  height: 20px;
}

.carousel-inner img {
  margin: auto;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.center-block {
  float: none !important
}

.carousel-inner .carousel-img {
  box-shadow: 0 0 15px black;
}

.carousel-inner .item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.carousel-caption {
  max-width: 480px;
  margin: 0 auto;
}

.panel, .navbar-inverse {
  box-shadow: 0 0 15px black;
}
