/*! Place your custom styles here */

body {
    background-color: #1b1b1b;
}

body.home {
    background-color: #252525;
}

@media all and (min-width: 1200px) {
  .feature-large-13:not(.text-center) .text-block p {
    max-width: 100em;
  }
}

.bar .logo{ max-width: none; max-height: 40px; }

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=90);
    opacity: .9;
    display: none
}

.jpb-link a:hover {
  text-decoration: none !important;
}

.jpb-link-2 a:hover {
  text-decoration: underline !important;
}

.label:not([class*='bg--']) {
  background: #c75146;
}
