@import url(/bootstrap/css/bootstrap.min.css);
@font-face {
  font-family: 'Muli';
  src: url("/fonts/muli-light-webfont.woff2") format("woff2"), url("/fonts/muli-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url("/fonts/muli-semibold-webfont.woff2") format("woff2"), url("/fonts/muli-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.navbar-centered {
  display: block;
  margin: 0 auto;
  max-width: 980px; }

.btn-primary {
  background-color: #3157a2;
  border-color: #3157a2; }

.btn-primary:hover {
  background-color: #4269b5; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bold, b {
  font-size: 100%;
  font-weight: bold; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 20000; }

body {
  line-height: 1.5; }

img {
  max-width: 100%;
  max-height: 100%; }

.loading-tiny {
  width: 19px;
  height: 19px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.spacer-below {
  margin-bottom: 50px; }

.spacer-below-med {
  margin-bottom: 25px; }

.spacer-below-tiny {
  margin-bottom: 5px; }

.spacer-above {
  margin-top: 50px; }

.spacer-above-med {
  margin-top: 25px; }

.spacer-above-tiny {
  margin-top: 5px; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 15px 0; }

.btn-onhover {
  background: none;
  -webkit-transition: 0.1s linear border, 0.1s linear background-color;
  transition: 0.1s linear border, 0.1s linear background-color;
  padding: 0px 15px; }

.btn-onhover:hover, .btn-onhover[aria-expanded="true"] {
  border: 1px solid #e4e4e4;
  background-color: #f1f1f1; }

.ajax-message {
  display: block;
  position: fixed;
  bottom: -25px;
  right: 20px;
  background: #ce503b;
  color: #fff;
  font-size: 120%;
  padding: 15px 20px;
  opacity: 0;
  -webkit-transition: 0.2s linear opacity, 0.2s ease bottom;
  transition: 0.2s linear opacity, 0.2s ease bottom;
  max-width: 100%;
  max-height: 100%;
  overflow: auto; }

.ajax-message a {
  color: #fff;
  font-weight: bold;
  cursor: pointer; }

.ajax-message.show {
  opacity: 1;
  bottom: 20px; }

.section-title {
  display: block;
  font-weight: 900;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
  font-size: 120%; }

.linked-list a {
  display: block;
  height: 100px;
  padding: 5px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  line-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.linked-list .image-container {
  float: left;
  margin-right: 10px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center; }

.linked-list a:hover {
  cursor: pointer; }

.news-entry {
  margin-top: 20px; }

.news-entry p {
  font-size: 85%;
  color: #949494; }

.news-entry a {
  font-weight: bold;
  color: #333; }

.navbar-brand {
  height: 80px;
  padding: 10px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.navbar.shrunk .navbar-nav > li.blanc-navlink > a {
  margin-top: 15px; }

.navbar.shrunk .navbar-brand {
  height: 60px; }

.navbar-brand > a > img {
  height: 100%; }

.navbar-nav > li.blanc-navlink > a {
  display: inline-block;
  padding: 5px 10px;
  margin: 25px 10px 0 0;
  border-radius: 25px;
  -webkit-transition: 0.1s linear background, 0.1s linear color, 0.3s margin-top ease;
  transition: 0.1s linear background, 0.1s linear color, 0.3s margin-top ease; }

.navbar-nav > li.blanc-navlink > a:hover, .navbar-nav > li.blanc-navlink > a.active, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #3157a2;
  color: #fff; }

.container {
  width: 980px;
  margin: 0 auto;
  padding: 120px 0 50px 0; }

@media (max-width: 980px) {
  .container {
    width: 100%;
    padding: 100px 10px 10px 10px; } }

@media (max-width: 855px) {
  .navbar-nav > li.blanc-navlink > a {
    margin-left: 10px; } }

.home-slider {
  margin-bottom: 50px; }

#catalog-search-form input[type="text"] {
  position: relative;
  border: none;
  background: #d6d6d6;
  border-radius: 30px;
  padding: 10px 45px 10px 20px;
  font-size: 120%;
  width: 450px;
  max-width: 98%;
  outline: none;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  z-index: 10000; }

#catalog-search-form input[type="text"]:focus {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all; }

#catalog-search-form button[type="submit"] {
  background: none;
  border: none;
  font-size: 150%;
  margin-left: -45px;
  z-index: 10001;
  position: relative; }

.autocomplete-suggestions {
  background: #f3f3f3;
  overflow: auto;
  margin-top: -20px;
  padding-top: 25px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  margin-left: 1px; }

.autocomplete-suggestion {
  padding: 5px 10px;
  overflow: hidden; }

.autocomplete-selected {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3157a2; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.catalog-section-container {
  background: #f1f1f1;
  margin-bottom: 10px;
  border-radius: 3px; }

.catalog-section-title {
  border-left: 10px solid #000;
  font-size: 120%;
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  cursor: pointer; }

.catalog-section-title:hover, .catalog-section-title.active {
  color: #fff;
  background-position: left bottom; }

.catalog-section-contents a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc; }

.catalog-section-contents a.divider {
  border-bottom-width: 3px; }

.catalog-section-contents a:last-child {
  border: none; }

.brandBuilding_border {
  border-color: #44180b;
  background: -webkit-linear-gradient(left, #44180b 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #44180b 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.displaysStands_border {
  border-color: #cf573f;
  background: -webkit-linear-gradient(left, #cf573f 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #cf573f 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.shelfManagement_border {
  border-color: #822a28;
  background: -webkit-linear-gradient(left, #822a28 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #822a28 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.decor_border {
  border-color: #5a6f22;
  background: -webkit-linear-gradient(left, #5a6f22 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #5a6f22 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.signHolders_border {
  border-color: #8c6430;
  background: -webkit-linear-gradient(left, #8c6430 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #8c6430 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.trackExtrusions_border {
  border-color: #004c80;
  background: -webkit-linear-gradient(left, #004c80 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #004c80 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.serviceCase_border {
  border-color: #575757;
  background: -webkit-linear-gradient(left, #575757 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #575757 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.pricingSystems_border {
  border-color: #f5be25;
  background: -webkit-linear-gradient(left, #f5be25 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #f5be25 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.productNameInserts_border {
  border-color: #16a748;
  background: -webkit-linear-gradient(left, #16a748 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #16a748 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.categorySignage_border {
  border-color: #604d15;
  background: -webkit-linear-gradient(left, #604d15 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #604d15 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.organic_border {
  border-color: #b0d055;
  background: -webkit-linear-gradient(left, #b0d055 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #b0d055 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.promoInsertsToppers_border {
  border-color: #bc252c;
  background: -webkit-linear-gradient(left, #bc252c 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #bc252c 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.infoComplianceSignage_border {
  border-color: #d8107d;
  background: -webkit-linear-gradient(left, #d8107d 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #d8107d 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.storageAccessories_border {
  border-color: #420a3b;
  background: -webkit-linear-gradient(left, #420a3b 50%, #f1f1f1 50%);
  background: linear-gradient(to right, #420a3b 50%, #f1f1f1 50%);
  background-size: 200% 100%;
  background-position: right bottom; }

.search-result-container {
  width: 100%;
  text-align: center; }

.item-card {
  display: inline-block;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin: 10px 20px;
  overflow: hidden; }

.item-card .item-image {
  width: 230px;
  height: 230px;
  line-height: 230px;
  margin-bottom: 5px;
  background: center center no-repeat;
  background-size: contain; }

.item-card img {
  width: 100%; }

.item-page-image {
  height: 350px;
  text-align: center; }

.table-cart {
  border: 1px solid #ddd; }

.table-cart td {
  padding: 15px; }

.table-cart tr td:first-child {
  width: 227px; }

.table-cart th, .table-cart tr td:last-child {
  text-align: center; }

.table-cart .item-image {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 5px;
  background: center center no-repeat;
  background-size: contain; }

.table-cart tr:not(:first-child) td:first-child {
  background: #fff;
  border-right: 1px solid #ddd; }

#new-ship-address, #new-payment-method {
  display: none;
  margin: 10px 0;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 10px;
  font-size: 90%; }

#card-icon {
  margin-top: 27px;
  font-size: 150%;
  margin-left: -18px; }

#cc-cvc {
  width: 62px; }

#cc-expiration {
  width: 100px; }

.loading-shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: rgba(255, 255, 255, 0.75) url(/images/loading-ring.gif) center center no-repeat; }

.pdf-embed {
  width: 100%;
  height: 800px; }

.site-footer {
  color: #d8d8d8;
  margin: 20px auto;
  text-align: center; }

.site-footer a:link, .site-footer a:visited {
  color: #d8d8d8; }

.site-footer:hover a {
  color: #333; }

.trade-show-list img {
  display: block;
  margin: 0 auto 10px auto;
  max-height: 40px; }

/*# sourceMappingURL=app.css.map */
