/* Utility Classes */
.font-weight-bold, .search-listed-what .h2, .search-listed-browse, .category-box .category-name, .search-listed-help .h2 {
  font-weight: bold;
}

.link-lined {
  border-bottom: 1px solid #2670b8;
}

.text-decoration-none {
  text-decoration: none;
}

.border-radius-pill {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.no-background, .input-group-refine .form-control {
  background: none;
}

.no-border, .input-group-refine .form-control {
  border: none;
}

.no-box-shadow, .input-group-refine .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.no-border-radius, .search-listed-what {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.input-group-search .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #818181;
}

.input-group-search .form-control:-moz-placeholder {
  font-style: italic;
  color: #818181;
}

.input-group-search .form-control::-moz-placeholder {
  font-style: italic;
  color: #818181;
}

.input-group-search .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #818181;
}

.triangle, .search-listed-help .special-order strong:before, .search-listed-help .special-order strong:after {
  width: 0;
  height: 0;
  display: inline-block;
}

/* Search: Listed ************************************************** */
.search-listed {
  font-size: 16px;
  color: #8f8f8f;
  margin-top: 40px;
}
.search-listed .h1 {
  color: #000;
  font-size: 30px;
}
.search-listed .h1 strong {
  font-weight: normal;
  color: #418a38;
}
.search-listing .listing-main h2.listing-heading{
  margin-top: 0;
}
.search-listed .brand {
  font-size: 20px;
}
.search-listed .brand a {
  text-decoration: underline;
}

.search-listed-what {
  font-size: 14px;
  color: #595959;
  background: #ebf3ea;
  width: 90%;
  margin: 40px auto;
  padding: 10px 20px 10px;
  position: relative;
}
.search-listed-what:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: -24px;
  margin-left: -24px;
  background: white url(/img/qhsprite.png) -53px 0 no-repeat;
  border: 3px solid white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.search-listed-what .h2 {
  font-size: 18px;
  color: #418a38;
  margin-top: 30px;
}

.search-listed-browse {
  font-size: 24px;
  color: #2670b8;
  text-align: center;
  margin: 40px 0 20px;
}

.category-box {
  height: 235px;
  display: block;
  text-align: center;
}
.category-box:hover .category-name {
  color: #2670b8;
}
.category-box .category-name {
  font-size: 18px;
  color: #444;
  border: none;
}
.category-box .thumbnail {
  padding: 7px;
  background: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.category-box .thumbnail, .category-box .img-thumbnail, .category-box .see-more {
  border: 1px solid #d1d1d1;
}
.category-box .img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.category-box .see-more {
  display: block;
  width: 156px;
  height: 156px;
  margin: 0;
  padding-top: 60px;
}

.search-listed-help {
  margin-top: 65px;
  /* plus height of .specialorder */
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ecf3f9;
  position: relative;
}
.search-listed-help .row {
  margin-left: 0;
  margin-right: 0;
}
.search-listed-help .col-xs-6 {
  padding-left: 45px;
  padding-right: 45px;
}
.search-listed-help .special-order {
  position: absolute;
  top: -70px;
  left: 150px;
  width: 500px;
  height: 95px;
}
.search-listed-help .special-order strong {
  font-size: 15px;
  color: #418a38;
  padding: 5px;
  width: 390px;
  position: relative;
  top: 30px;
  left: 5px;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.search-listed-help .special-order strong:before, .search-listed-help .special-order strong:after {
  content: '';
  position: absolute;
}
/*.search-listed-help .special-order strong:before {
  top: 13px;
  left: -12px;
  z-index: 2;
  border-top: 4px inset rgba(255, 255, 255, 0);
  border-bottom: 4px inset rgba(255, 255, 255, 0);
  border-right: 12px solid whitesmoke;
}
.search-listed-help .special-order strong:after {
  top: 12px;
  left: -13px;
  z-index: 1;
  border-top: 5px inset rgba(255, 255, 255, 0);
  border-bottom: 5px inset rgba(255, 255, 255, 0);
  border-right: 13px solid #c3c3c3;
}*/
.search-listed-help .refine, .search-listed-help .assistance {
  height: 150px;
}
.search-listed-help .refine {
  border-right: 1px solid #ccd9e5;
}
.search-listed-help .assistance .h2 {
  margin-bottom: 5px;
}
.search-listed-help .tel-hotline {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
}
.search-listed-help .tel-contractor {
  color: #5e5e5e;
}
.search-listed-help .email {
  text-decoration: none;
  border-bottom: 1px solid #2670b8;
}
.search-listed-help .h2 {
  font-family: 'Helvetica Neue Condensed Bold', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2670b8;
  text-transform: uppercase;
  margin-top: 20px;
}

.input-group-refine {
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: inset 8px 10px 8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 8px 10px 8px rgba(0, 0, 0, 0.17);
  box-shadow: inset 8px 10px 8px rgba(0, 0, 0, 0.17);
}
.input-group-refine, .input-group-refine .form-control, .input-group-refine .btn {
  height: 42px;
}
.input-group-refine .form-control {
  padding-left: 20px;
}
.input-group-refine .btn {
  font-size: 18px;
  width: 110px;
}
.input-group-refine, .input-group-refine .input-group-btn:last-child > .btn {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.brands-search {
  color: #5e5e5e; 
  font-weight: normal;
}
.brands-search strong, .search-restricted {
  color: #000000;
}
