body {
  padding-top: 50px;
  background: #F3F3F3;
}
.ads-top {
  padding: 10px 15px;
  text-align: center;
}

.panel-title-h1 {
    font-size: 3.0em;
}

.footer-bar {
    min-height: 40px;
    padding: 15px 15px;
    background: #232323;
    color: #C0C0C0;
    font-weight:400;
    font-size:13px;
    margin-top: 20px;
}

.footer-bar a {
    color:#777;
}

.navbar-custom {
    /*font-family:'Fondamento',cursive;*/
    /*font-weight: bold;*/
    background-color: #232323;
}

.container-custom {
  background-color: #fff;
}

.navbar-brand-custom {
  font-weight: bold;
  font-size: 22px;
}

.loadingImg {
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: -35px; /* -1 * image width / 2 */
  margin-top: -32px; /* -1 * image height / 2 */
}