.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #252525;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #181818;
}
.nav > li > .separator {
  display: block;
  color: #ffffff;
  font-size: 14px;
  border-right: 1px solid #ba814c;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 13px 29px 12px;
  line-height: 50px;
  transition: all 0.3s ease;
  letter-spacing: .04em;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #936439;
}
.nav .caret {
  border-top-color: #ab7442;
  border-bottom-color: #ab7442;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #744f2d;
  border-bottom-color: #744f2d;
}
.t3-navhelper {
  background: #f5f5f5;
  color: #555555;
  position: relative;
  text-align: center;
}
.t3-navhelper .breadBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.t3-navhelper .breadBg + .navhelperbg {
  position: relative;
  margin-top: 236px;
}
@media (min-width: 992px) {
  .t3-navhelper:not(.noSlogan):not(.navhelper-0) {
    padding: 70px 0;
  }
}
.navhelper-1 {
  background: #f7f7f7;
}
.hasBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.titleSlogan {
  padding: 108px 0;
}
.titleSlogan h1 {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 17px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .titleSlogan h1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .titleSlogan h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .titleSlogan h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .titleSlogan h1 {
    font-size: 36px;
  }
}
.noSlogan .titleSlogan h1 {
  margin: 0;
}
.titleSlogan p {
  color: #ffffff;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
#sp-page-builder .titleSlogan h1,
#sp-page-builder .titleSlogan h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.jb-navhealper {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  color: #1f1f1f;
  padding: 20px 0;
  position: relative;
}
.breadcrumb {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  padding: 0;
  background: none;
  margin: 0px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  color: #555555;
}
nav:not(.navhelper-1) .breadcrumb a {
  color: #ab7442;
}
nav:not(.navhelper-1) .breadcrumb a:hover {
  color: #744f2d;
}
@media (min-width: 992px) {
  div:not(.nh-col-1) > .withTitle .breadcrumb {
    float: left;
    text-align: left;
  }
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  padding: 0 10px;
}
.sppb-addon-content .breadcrumb {
  padding: 0;
  text-align: right;
}
.withTitle .breadcrumb {
  float: left;
  text-align: left;
}
.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: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}