body {
  width: 100%;
  height: 100%;
  color: gray;
  background: url(../img/bg.jpg) top left no-repeat;
  background-size: 100%; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .navbar {
  background: #1193d4;
  border: 0px; }
  .navbar-wrapper .navbar .navbar-brand {
    position: relative;
    width: 120px; }
    .navbar-wrapper .navbar .navbar-brand img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      padding: 10px;
      background: black;
      border-radius: 4px 0px 4px 4px; }
  .navbar-wrapper .navbar .nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 38px 14px; }
    .navbar-wrapper .navbar .nav li a:hover, .navbar-wrapper .navbar .nav li a:focus {
      background: #0d72a5; }
  .navbar-wrapper .navbar .navbar-right {
    margin-right: 5px; }
    .navbar-wrapper .navbar .navbar-right li a {
      font-size: 18px; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  border: solid 5px #ce0000; }
  .carousel .carousel-control {
    background-image: none; }
    .carousel .carousel-control .glyphicon {
      background: black;
      height: 50px;
      width: 60px;
      padding-top: 10px;
      border-radius: 4px; }
  .carousel .carousel-caption {
    z-index: 10; }
    .carousel .carousel-caption p .btn-primary {
      font-size: 18px; }

/* SECTION PAGE
-------------------------------------------------- */
.page {
  padding: 30px 0;
  height: 100%; }
  .page .content {
    border-radius: 4px;
    padding: 0px; }
    .page .content h2 {
      margin: 0px 0px;
      padding: 0px 0px 20px;
      color: #ce0000; }
    .page .content p {
      line-height: 1.6;
      font-size: 15px;
      margin-bottom: 20px; }
    .page .content .sidebar .sidebar-nav {
      margin-bottom: 15px; }
      .page .content .sidebar .sidebar-nav ul {
        list-style: none;
        padding: 10px 0;
        margin: 0px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
        border-radius: 4px;
        overflow: hidden;
        border: solid 1px #ce0000;
        border-top-width: 5px; }
        .page .content .sidebar .sidebar-nav ul li a {
          color: #1193d4;
          padding: 8px 15px;
          border-bottom: dotted 1px #ff3535;
          display: block;
          text-decoration: none;
          font-size: 16px; }
        .page .content .sidebar .sidebar-nav ul li:last-child a {
          border-bottom: 0px; }
    .page .content .sidebar iframe {
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      padding: 10px;
      margin-top: 10px;
      border-radius: 4px; }
    .page .content .sidebar img {
      width: 100%;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 4px; }
  .page .products h3 {
    font-size: 18px;
    line-height: 1.6; }
    .page .products h3 span {
      font-weight: 300;
      font-size: 16px; }
  .page .products h2 {
    font-size: 18px !important;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px; }
  .page .products ul {
    padding-left: 15px; }
  .page .products .item {
    background: #cccccc;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    text-align: center; }

footer {
  background: #ce0000;
  padding: 0 0 0px;
  height: 100%; }
  footer p {
    background: #ce0000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    color: #ffffff; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 0px) and (max-width: 768px) {
  .logo-img {
    display: inherit;
    display: block;
    text-align: center;
    position: relative;
    height: 30px; }
    .logo-img img {
      position: absolute;
      left: 15px;
      height: 80px;
      margin: 0px auto;
      z-index: 9999999; }
  /* Navbar positioning foo */
  .navbar-wrapper {
    position: inherit; }
    .navbar-wrapper .navbar {
      padding-right: 0;
      padding-left: 0; }
      .navbar-wrapper .navbar .navbar-header .navbar-toggle {
        border: solid 1px #ffffff; }
        .navbar-wrapper .navbar .navbar-header .navbar-toggle .icon-bar {
          background: #ffffff; }
  /* Carousel base class */
  .carousel {
    border-bottom: solid 5px red; }
    .carousel .carousel-control {
      background-image: none;
      display: none; }
      .carousel .carousel-control .glyphicon {
        background: black;
        height: 50px;
        width: 60px;
        padding-top: 10px;
        border-radius: 4px; }
    .carousel .item {
      height: inherit;
      background-color: #777; }
      .carousel .item img {
        position: inherit;
        top: inherit;
        left: inherit; } }
