  /*body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f6f6f6;
  }*/
  body {
  padding-top:8em;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
.navbar .container { 
  height: 5em; 
  margin-top: 2em 
}




  .center {
    text-align: center; margin: auto;
  }
  .imgx{
    float:left;margin:0 5px 10px 0;width:155px;height:150px;background-color: #fff
  }
  .thumbnail{
    border: none;
    -webkit-box-shadow:0 0 0 0 ;
    box-shadow:0 0 0 0 ;

  }
  .well, .hero-unit, .breadcrumb{
    background-color: white;
  }
  /*Make text smaller and more compact*/
  .nav-list-small{
    font-size: 0.8em;
  }

  .nav-list-small hr{
    margin: 8px 0 ;
  }

  .nav-list-small li, .product{
    line-height: 1.1em;
  }
  
  .smaller{
    font-size: 0.8em;
  }

  .fadex {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

 .fadex:hover {
    opacity: 0.5;
  }
  footer .logoholder{
    margin:0 auto;
    width:620px;
    overflow: visible;
  }
  footer img{
    padding-right:20px;
  }
  footer{
    margin-bottom:30px;
  }


.productlist  ul { 
    white-space: nowrap;
}

.productlist  ul > li {
  display: inline-block;
  float: none;
  margin: 0 -3px 0 0;
  list-style-type: 
}



/*MODAL*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}