.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: #42423f;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #353533;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav a:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.jb-breadcrumb {
  background: #fafafa;
}
@media (max-width: 767px) {
  .jb-breadcrumb {
    padding: 70px 20px 40px;
  }
  .jb-breadcrumb .breadcrumb {
    margin-top: 17px;
    padding: 0px 17px;
    text-align: center;
  }
  .jb-breadcrumb .breadcrumb .active,
  .jb-breadcrumb .breadcrumb li a {
    font-size: 12px;
  }
  .jb-breadcrumb h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    text-align: center;
  }
  .jb-breadcrumb h1 .font-backend {
    bottom: -30px;
    color: #f2f2f2;
    font-family: Cochin;
    font-size: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .jb-breadcrumb {
    padding: 70px 20px 40px;
  }
  .jb-breadcrumb .breadcrumb {
    margin-top: 0px;
    padding: 0px 17px;
    float: right;
  }
  .jb-breadcrumb .breadcrumb .active,
  .jb-breadcrumb .breadcrumb li a {
    font-size: 14px;
  }
  .jb-breadcrumb h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
  }
  .jb-breadcrumb h1 .font-backend {
    bottom: -38px;
    color: #f2f2f2;
    font-family: Cochin;
    font-size: 120px;
    height: 120px;
    left: 0;
    line-height: 120px;
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  text-align: right;
  background: transparent;
}
.breadcrumb > li {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.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;
  }
}