#banner p.message {
    margin-top: 6em;
    color: #e37a0d;
    font-size: 20px;
    width: 80%;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.madein {
	font-size: 16pt;
  font-weight: bold;
}

.contact_email {
  font-size: 18pt;
  font-weight: bold;
}

.madein img {
  width: 20px;
  margin-bottom: 5px;
}

    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #5a5a5a;
      background: #F7F7F7;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: relative;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      padding-top: 5px;
      padding-bottom: 8px;
      background: #275783;
      margin-top: 20px;
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
      height: 15px;
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 24px 16px; /* Increase vertical padding to match navbar links */
      font-size: 42px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
      font-family: 'Kaushan Script', cursive;
      letter-spacing: 0.2em;
      color: #FFF;
      margin-top: -50px;
      margin-left: -75px;
    }

    .navbar .brand img {
      margin-left: 10px;
      margin-top: -10px;
    }
    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 15px;
      color: #EEE;
      font-size: 18px;
    }

    .navbar .nav li.active {
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 20px;
    }

    .navbar .brand {
      width: 190px;
    }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .carousel-control {
      background-color: transparent;
      border: 0;
      font-size: 120px;
      margin-top: 0;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      min-width: 100%;
      max-width: 940px;
      height: 600px;
    }

    .carousel-caption {
      /* default fallback */
      background: rgb(40, 40, 40) transparent;
      /* nice browsers */
      background: rgba(40, 40, 40, 0.6);
      position: static;
      max-width: 550px;
      padding: 20px 20px;
      margin-bottom: 180px;
      color: #275783;
      border: 0px solid;
      border-radius: 12px;
    }
    .carousel-caption h1 {
      font-size: 34px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      font-family: 'Kaushan Script', cursive;
    }
    .carousel-caption .lead {
      font-family: 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      margin-top: 20px;
      line-height: 1.4em;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    .howtobuy {
      margin-left: 20px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .products {
    }
    .products h2 {
      font-family: 'Kaushan Script', cursive;
      color: #275783;
    }

    .marketing .span2 {
      text-align: center;
      overflow: hidden;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }
    #zafus {
      padding-top: 10px;
    }


    .products .span2 img {
      border-bottom: 4px solid #F7F7F7;
      transform: scale(1.15);
    }
    .products .span2 img:hover {
      border-bottom: 4px solid #275783;
    }
    .second-row img {
      margin-top: 10px;
    }

    .line {
      border-bottom: 3px solid #275783;
      margin-top: 2px;
    }

    .product_desc {
        margin-top: 6em;
    }

    .marketing #price {
        margin-top: 1em;
        font-size: 3em;
    }
    .marketing .to_cart {
        font-size: 2em;
        margin-top: 1em;
    }
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 40px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 80px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
      font-family: 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
    }
    .featurette-image {
      margin-top: -80px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
      width: 650px;
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
      margin-bottom: 5px;
    }
    .featurette .featurette-heading .muted {
      font-size: 30px;
    }

    .jewels {
         text-align: center;
    }
    .jewels img {
        width: 20%;
    }

    /* cart related */
    #cart {
      margin-top: 8em;
    }

    #cart .total {
      font-weight: bold;
    }

    #cart .valid {
      margin-left: 1em;
      padding-bottom: 5px;
    }

    #number {
      font-size: 10pt;
      color: #CCC;
    }

    .nav li.locale {
      font-size: 12px;
      padding: 0;
      margin: 0;
    }
    .nav li.locale.first {
      margin-left: 2em;
    }

    /* RESPONSIVE CSS
    -------------------------------------------------- */
    @media (min-width: 980px) {
      img.slide {
        width: 900px;
      }
      .featurette-image {
        width: 650px;
      }
    }

    @media (max-width: 979px) {
      .navbar .brand img {
        margin-left: 27px;
        margin-top: -10px;
      }
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }
      .marketing {
          margin-top: -5em;
      }
      .featurette {
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        margin: 0 auto 20px;
      }
      .featurette-image {
        margin-top: -10em;
        width: 350px;
      }
    }


    @media (max-width: 767px) {
        .products img {
            width: 150px;
        }
        .featurette-image {
            width: 350px;
            display: none;
        }
      .navbar .brand img {
        margin-left: 10px;
        margin-top: -10px;
      }

/*
      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-bottom: 40px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span2 + .span2 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
*/
    }

.hidden_form {
  display: none;
}

#break-banner {
  margin-bottom: -4em;
}
