/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.announcement-single a {
	color: #df3626;
}
.navbar-main {
	background: #fff;
}
.navbar-main .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-main .navbar-nav > li > a:hover {
  color: #df3626;
  background-color: #fff;
}
.dropdown-menu > li > a:hover {
  color: #d21825 !important;
}
ul.navbar-nav > li.dropdown {
	background-color: #fff;
}
.dropdown .open {
 background-color: #fff;
}
 section#home-banner {
	 background-color: #3e321c0d;
	 color: #000;
 }
 .home-shortcuts {
	 background: #949595 !important;
 }
 .home-shortcuts li {
	 border-right: 1px solid #434444;
 }
 .home-shortcuts li:first-child {
  border-left: 1px solid #434444;
}
.home-shortcuts li:hover {
	background: #434444;
}
ul.top-nav > li.primary-action > a.btn {
	background-color: #fff;
  color: #d21825;
  border-color: #d21825;
}
ul.top-nav > li.primary-action > a.btn:hover {
	background-color: #d21825;
  color: #ffff;
  border-color: #d21825;
}
 
 .logo-footer {
	 margin-bottom:10px;
	 }
 .logo-footer img {
	 width: 20%;
	 margin-left: 5%;
	 }
	 section#footer {
		 background-color: #282828 !important;
		 color: #df3626 !important;
	 }
	section#footer p {
		text-align: center;
	}
	section#footer .back-to-top i {
		background-color: #df3626 !important;
		color: #fff !important;
	}
 .tooltip-inner {
	background-color: #d21825;
}
	section#home-banner .tooltip-inner{
		background-color: #d21825;
		}
	section#home-banner .tooltip.left .tooltip-arrow{
		border-left-color: #d21825;
		}
	section#home-banner .tooltip.bottom .tooltip-arrow{
		border-bottom-color: #d21825;
		}
	section#home-banner .tooltip.right .tooltip-arrow{
		border-right-color: #d21825;
		}
div.header-lined h1 {
	color: #d21825;
}

div.header-lined .breadcrumb > .active {
  color: #888;
  font-weight: 700;
}
 
.kbarticles a .glyphicon {
  color: #d21825a6;
}
.text-domain,
.kbarticles a,
.col-sm-4 a,
.sorting_1 a,
.panel-body a {
	color: #d21825;
}
.btn-primary {
  color: #fff;
  background-color: #d21825;
  border-color: #d21825;
}
 .btn-primary:hover {
  color: #fff;
  background-color: #d21825a6;
  border-color: #d21825a6;
 }
 .btn-primary:focus,
 .btn-primary.focus {
	background-color: #d21825;
  border-color: #d21825;
 }  
 .btn-default:hover {
	background-color: #ccc;
 }
 
 .navbar-main li.account {
  background-color: #e8e1e1;
}
.navbar-main .navbar-toggle .icon-bar {
	background-color: #b7b2b2;
}

.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:active {
	color: #d21825 !important;
	background-color: #fff !important;
}

.navbar-main .navbar-nav > li > a:focus {
	color: #d21825;
	background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #595959;
  }
  .navbar-toggle > .icon-bar {
	  color: #000;
  }
}

 .label-info {
  background-color: #d21825a6;
}

.stat {
	color: #d21825a6;
}