.b-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #2E3436;
  background: url("/assets/images/cover/tweed.png") repeat;
}
.b-main-content:before {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  display: block;
  z-index: 1;
  content: " ";
  background: url("/assets/images/logo/rz_logo_emboss.png");
  background-repeat: no-repeat;
  background-position: 50% 85%;
}
.b-main-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: " ";
  background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.b-main-content__nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  line-height: 50px;
  background-color: #2E3436;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}
.b-main-content__content {
  position: relative;
  z-index: 3;
  height: inherit;
  padding-top: 50px;
}
.b-main-content__content-wrapper {
  height: 100%;
  width: 100%;
}
.b-main-content--loaded {
  background: url("/assets/images/cover/rz_preloader.gif") repeat;
}

.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}
/*# sourceMappingURL=main.css.map */
