::selection {
  background-color: #c45200;
  color: #fff;
}
::-moz-selection {
  background-color: #c45200;
  color: #fff;
}

a {
  color: #c45200;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #c45200;
  text-decoration: none;
}

.header.fixed-header .navbar-nav > li > a.active,
.list-style-theme li:before,
.color-theme {
  color: #c45200;
}

.theme-bg,
.m-btn-icon,
.m-btn,
.badge-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.bg-primary,
.btn-primary,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.page-item.active .page-link,
.list-style-tag li a,
.accordion-08 .mrig-active,
.header.fixed-header .navbar-nav > li.nav-item-btn > a,
.header.fixed-header .navbar-nav > li > a.active:after {
  background: #c45200;
}

.btn-primary,
.m-btn,
.list-style-4.list-style-color li {
  border-color: #c45200;
}

.border-theme   { border-color: #c45200; }
.border-theme-b { border-bottom-color: #c45200; }
.border-theme-t { border-top-color: #c45200; }
.border-theme-l { border-left-color: #c45200; }
.border-theme-r { border-right-color: #c45200; }

.theme-g-bg {
  background: #c45200;
  background: -moz-linear-gradient(left, #c45200 0%, #000 100%);
  background: -webkit-linear-gradient(left, #c45200 0%, #000 100%);
  background: linear-gradient(to right, #c45200 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45200', endColorstr='#000', GradientType=1);
}
