.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #e67019;
  border-bottom-color: #e67019;
}
.nav a:hover .caret {
  border-top-color: #a14e11;
  border-bottom-color: #a14e11;
}
.t3-breadcrumbs {
  background: url(../../../templates/osphomesearch/images/bg-breadcrumbs.jpg);
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.t3-breadcrumbs:after {
  background: rgba(0, 0, 0, 0.45) none no-repeat scroll 0 0;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.t3-breadcrumbs .breadcrumb-title {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  z-index: 20;
  position: relative;
}
.t3-breadcrumbs .breadcrumb-title h3 {
  margin: 0;
}
.t3-breadcrumbs li a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  z-index: 20;
  position: relative;
  font-size: 18px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10.5px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 21px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}