.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: #999999;
  content: "\f111";
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 12px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555555;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #d0d0d0;
}
.nav-pills > li > a {
  background: url(../../../templates/glenon/images/arrow3.png) 0 -16px no-repeat;
  border-bottom: 1px dotted #d0d0d0;
  color: #707070;
  padding-left: 22px !important;
  -ms-transition: color 0.45s ease;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.nav-pills > li > a:hover {
  background-position: -21px 15px;
  color: #333333;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #707070;
  font-weight: bold;
}
.nav .caret {
  border-top-color: #fd8608;
  border-bottom-color: #fd8608;
}
.nav a:hover .caret {
  border-top-color: #ea7902;
  border-bottom-color: #ea7902;
}
.t3-navhelper {
  background: transparent;
  padding-bottom: 20px;
  font-size: 11px;
}
.ie8 .breadcrumb {
  margin-top: 30px;
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d0d0d0;
  padding: 0 0 10px 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  padding-bottom: 40px;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 19px;
  padding: 6px 12px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}