body .container {
  max-width: none !important;
  min-width: 1170px; }

.navbar-custom {
  background-color: #428bca; }
  .navbar-custom .nav {
    height: 100%;
    margin-left: 51px; }
    .navbar-custom .nav > li > a {
      color: #ffffff;
      height: 80px;
      display: table-cell;
      vertical-align: bottom;
      padding-left: 20px;
      padding-right: 20px; }
      .navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a.hovered, .navbar-custom .nav > li > a:focus {
        color: #428bca;
        background-color: #FFFFFF; }
    .navbar-custom .nav > li.active:after {
      content: '';
      display: block;
      width: 80%;
      border-bottom: 2px solid #FFFFFF;
      margin: -10px auto 0; }
  .navbar-custom #productRequestMenu {
    min-width: 137px;
    min-height: 80px; }
    .navbar-custom #productRequestMenu .glyphicon-envelope {
      position: absolute;
      width: 100%;
      left: 0;
      top: 10px;
      text-align: center;
      font-size: 44px; }
    .navbar-custom #productRequestMenu .badge {
      background-color: #fff;
      position: relative;
      left: -8px;
      color: #428BCA; }
    .navbar-custom #productRequestMenu:hover .badge {
      background-color: #428BCA;
      color: #fff; }
    .navbar-custom #productRequestMenu.fixed li {
      position: fixed;
      top: 0;
      z-index: 1; }
      .navbar-custom #productRequestMenu.fixed li a {
        background: #428BCA; }
        .navbar-custom #productRequestMenu.fixed li a:hover, .navbar-custom #productRequestMenu.fixed li a.hovered {
          background-color: #ffffff;
          border: 2px solid;
          padding-left: 18px;
          padding-right: 18px; }

#formProductList li {
  height: 25px; }
  #formProductList li:hover {
    border-bottom: 1px solid #CCCCCC; }

.head-logo {
  height: 80px;
  float: left;
  padding: 5px;
  color: #FFFFFF; }
  .head-logo img {
    height: 100%; }
  .head-logo span {
    font-size: 25px;
    vertical-align: top;
    margin-top: 12px;
    display: inline-block; }
  .head-logo:hover {
    color: #FFFFFF; }

.product {
  *zoom: 1;
  border: 1px solid #a2a2a2;
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  display: table;
  width: 100%; }
  .product:before, .product:after {
    display: table;
    content: "";
    line-height: 0; }
  .product:after {
    clear: both; }
  .product figure,
  .product .content {
    display: table-cell;
    vertical-align: top; }
  .product figure {
    width: 187px; }
    .product figure img {
      width: 100%; }
  .product .content {
    padding-left: 15px;
    position: relative;
    padding-bottom: 40px; }
    .product .content h3 {
      margin-top: 0; }
    .product .content .bottom {
      *zoom: 1;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-right: 10px; }
      .product .content .bottom:before, .product .content .bottom:after {
        display: table;
        content: "";
        line-height: 0; }
      .product .content .bottom:after {
        clear: both; }
    .product .content .extraInfo ~ .showLess {
      display: none; }
    .product .content .extraInfo ~ .showMore {
      display: block; }
    .product .content .extraInfo.in ~ .showLess {
      display: block; }
    .product .content .extraInfo.in ~ .showMore {
      display: none; }

button.order {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  margin-right: 20px;
  border-right: none;
  padding-top: 3px;
  padding-bottom: 3px; }
  button.order:after, button.order:before {
    content: '';
    border-left: 13px solid #428bca;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    font-size: 1px;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0; }
  button.order:before {
    top: -1px;
    right: -13px;
    border-left: 14px solid #428bca;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left-color: #357ebd; }
  button.order:hover:after, button.order:active:after {
    border-left-color: #3071a9; }
  button.order:hover:before, button.order:active:before {
    border-left-color: #285e8e; }
    button.order:hover:before a, button.order:active:before a {
      color: #FFF; }
  button.order .glyphicon {
    display: none; }

.selected button.order .glyphicon {
  display: inline-block; }

.leftmenu {
  min-height: 50px; }
  .leftmenu .affix {
    width: 262px;
    top: 20px;
    position: fixed; }

#productMenu.list-group > .list-group {
  display: none;
  margin-bottom: 0;
  border: solid 2px #428bca;
  border-top-width: 3px; }
  #productMenu.list-group > .list-group .list-group-item {
    padding-left: 30px;
    border-radius: 0;
    border-width: 1px 0 0 0; }
    #productMenu.list-group > .list-group .list-group-item:before {
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      border-width: 5px;
      border-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-right: none;
      left: 13px;
      margin-top: 4px; }
  #productMenu.list-group > .list-group.list-group-info .list-group-item.active {
    background-color: #D9EDF7;
    color: #31708f;
    border-color: #ddd; }
#productMenu.list-group .list-group-item.active + .list-group {
  display: block; }

.add {
  border: 1px dashed #7fddf6; }

.product figure img {
  width: 100%; }

#searchAlert {
  display: none;
  padding: 6px 15px; }

html {
  height: 100%; }

.front-page {
  background-color: #E8E8E8; }
  .front-page .hwrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 150px;
    background-color: white; }
  .front-page nav {
    background-color: #558197; }
    .front-page nav .head-logo span {
      font-size: 35px;
      margin-top: 22px; }
  .front-page p, .front-page a, .front-page h1, .front-page h2, .front-page li {
    color: #333; }
  .front-page .underline {
    text-decoration: underline; }
  .front-page a {
    color: #fff; }
  .front-page .jumbotron {
    background: none; }
    .front-page .jumbotron h1 {
      margin-top: 70px; }
  .front-page .bg-arrows {
    background: url(/images/arrows.png) no-repeat top center; }
  .front-page .thumbnail {
    background: none;
    border: none; }
    .front-page .thumbnail h2 {
      margin-bottom: 30px; }
    .front-page .thumbnail p {
      font-size: 17px; }
    .front-page .thumbnail ul {
      text-align: left;
      margin: 20px auto;
      float: none; }
    .front-page .thumbnail:hover h2 {
      text-decoration: underline; }

footer {
  background-color: #E8E8E8;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer .container {
    background-color: #E8E8E8; }
