body{
  background:#eeeeec;
  overflow: hidden;
}
.vg-ads {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
  border-radius: 4px;
  padding: 10px;
}
/* This gets Google to fall into place */
.social {
font-size: 1px;
}

/* This gets Facebook to fall into place */
.social iframe {
vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social span {
display: inline-block;
width: 110px;
}

/* Adjust the widths individually if you like */
.social .google {
width: 110px;
}

.navbar-brand {
  padding: 8px 16px;
}
.bg{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.navbar-default {
  background-color: #0169c9;
  border-color: transparent;
  z-index: 999;
}
.navbar {
  border-radius: 0px;
}
.label {
  display: inline;
  padding: 0.1em 0.5em;
}
.panel {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: rgba(238, 238, 238, 0);
}
.vgtitle{
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
h1, h2, h3, h4, h5, h6{
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FDFFE8;
  background-color: transparent;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.wrapper {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#vg {
  max-height: 480px;
  overflow: auto;
}