.dropdown-menu > li > a {
  padding: 5px 5px 5px 35px;
  position: relative;
}
.dropdown-menu > li > a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 6px;
  color: #a1a1a1;
  content: "\f111";
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #ffffff;
}
.dropdown-submenu > a:after {
  border-left-color: #d5ecff;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 15px 24px;
  line-height: 24px;
}
@media (min-width: 1129px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav > li:hover > .separator,
.nav > li:focus > .separator {
  color: #fff;
  background-color: #0067bb;
  cursor: pointer;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #eaeaea;
}
.nav-pills > li {
  padding-left: 20px;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills > li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -10px;
  content: "\f105";
  font-size: 12px;
}
.nav-pills > li:last-child {
  border-bottom: 0;
}
.nav-pills > li > a {
  color: #777777;
  padding-left: 0;
}
.nav-pills > li > a:hover {
  color: #333333;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #777777;
  font-weight: bold;
}
.nav .caret {
  margin-left: 5px;
  border-top-color: #0067bb;
  border-bottom-color: #0067bb;
}
.nav a:hover .caret {
  border-top-color: #0059a2;
  border-bottom-color: #0059a2;
}
.nav li:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.t3-navhelper {
  font-size: 12px;
  color: #aaa;
  background-color: #eaeaea;
  position: relative;
  z-index: 9;
  margin-top: -31px;
}
.t3-navhelper .container {
  background-color: transparent;
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.breadcrumb > li + li:before {
  content: "\f111";
  padding: 6px 12px 0;
  color: #ccc;
  font-family: "FontAwesome";
  float: left;
  font-size: 5px;
}
.breadcrumb > li + li:first-child:before a {
  content: normal;
  font-size: 15px !important;
}
.breadcrumb > li a {
  color: #aaa;
}
.breadcrumb > .active {
  color: #ffffff;
  background-color: #e0e0e0;
  padding: 15px 25px;
  text-transform: uppercase;
}
.breadcrumb > .active:before {
  content: "\f041";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 15px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  padding-bottom: 60px;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 12px;
  border-radius: 0;
}
@media screen and (min-width: 920px) {
  .counter {
    float: right;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}