.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #737373;
}
.dropdown-submenu > a:after {
  border-left-color: #1a1d24;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #0f1115;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .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-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #bf0116;
}
.nav .caret {
  border-top-color: #e0011a;
  border-bottom-color: #e0011a;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #0f1115;
  border-bottom-color: #0f1115;
}
.t3-navhelper {
  color: #555555;
  padding: 120px 0;
  color: #737373;
  position: relative;
  background: url(../../templates/black/images/bg-navhelper.jpg) no-repeat scroll center bottom / cover;
  
  
}

.t3-navhelper1 {
  color: #555555;
  padding: 120px 0;
  color: #737373;
  position: relative;
  background: url(../../templates/black/images/bg-navhelper1.jpg) no-repeat scroll center bottom / cover;
  
  
}

.t3-navhelper2 {
  color: #555555;
  padding: 120px 0;
  color: #737373;
  position: relative;
  background: url(../../templates/black/images/bg-navhelper2.jpg) no-repeat scroll center bottom / cover;
  
  
}

.t3-navhelper3 {
  color: #555555;
  padding: 120px 0;
  color: #737373;
  position: relative;
  background: url(../../templates/black/images/bg-navhelper3.jpg) no-repeat scroll center bottom / cover;
  
  
}

.t3-navhelper4 {
  color: #555555;
  padding: 120px 0;
  color: #737373;
  position: relative;
  background: url(../../templates/black/images/bg-navhelper4.jpg) no-repeat scroll center bottom / cover;
  
  
}



.t3-navhelper:before {
  content: '' !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 29, 36, 0.5);
}
@media (max-width: 991px) {
  .t3-navhelper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .t3-navhelper {
    padding: 60px 0;
  }
}
.breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #737373;
}
.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 {
  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: 21px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}