body {
  width: 100%;
  height: 100%;
  color: gray; }

.logo-img {
  position: absolute;
  top: 5px; }
  .logo-img img {
    max-width: 120px;
    padding: 15px;
    background: #000000;
    border-radius: 0px 0px 4px 4px; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper {
  background: #01263c;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px; }
  .navbar-wrapper .navbar {
    background: #01263c;
    border: 0px;
    margin-bottom: 0px; }
    .navbar-wrapper .navbar .navbar-brand {
      position: relative;
      width: 120px; }
    .navbar-wrapper .navbar .nav li a {
      color: #ffffff;
      font-size: 16px; }
      .navbar-wrapper .navbar .nav li a:hover {
        background: #f7901e; }
    .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-top: solid 5px #f7901e; }
  .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; }
  .carousel .item {
    height: 500px;
    background-color: #777; }
    .carousel .item img {
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover; }

/* SECTION PAGE
-------------------------------------------------- */
.page {
  background: #f2f2f2;
  padding: 0px 0 0;
  height: 100%; }
  .page .content {
    background: #ffffff;
    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; }
    .page .content h2 {
      margin: 0px 0px;
      padding: 0px 0px 20px; }
    .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: 0px;
        margin: 0px; }
        .page .content .sidebar .sidebar-nav ul li a {
          color: #f7901e;
          padding: 8px 10px;
          border-bottom: dotted 1px #b3b3b3;
          display: block;
          text-decoration: none;
          font-size: 16px; }
  .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: #f2f2f2;
  padding: 0 0 30px;
  height: 100%; }
  footer p {
    background: #f7901e;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 0px 0px 4px 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; } }
