/* Body and Content */
a {
  color: #ce171f;
}

a:hover {
  color: #898989;
  text-decoration: none;
}

thead {
  background-color: #ce171f !important;
}

.top-bar .active {
  border-top: 4px solid #ce171f;
}

.top-bar ul > li:not(.name):hover {
  border-top: 4px solid #000000;
}

#main_title_text {
  color: #ce171f;
}  

#main_title_text:hover {
  color: #898989;
}

#heading_wrapper {
  background: #ce171f;
}

/*.heading_title {
  border-left: 1px dotted #ce171f;
}*/


.post_share li i:hover {
	color: #ce171f;
}

#footer_twitter {
  background: #ce171f;
}

.footer_icons li i:hover {
	color: #ce171f;
}

/* Widgets */
.tabs a.active {
  background: #ce171f;
}

.view-popular-tags a:hover {
  background-color: #ce171f;
}

.tabs dd.active, .tabs li.active {
  border-top: 3px solid #ce171f;
}

/*Highlight*/
#highlight {
  background: #ce171f;
}

/*Carousel*/
.carousel_navigation i:hover {
	color: #ce171f;
}

/*Services*/
#services .services_wrap:hover i {
	color: #ce171f;
}

#services .services_wrap:hover h3 {
	color: #ce171f;
}

/*Elements*/
ul.accordion > li.active {
  border-top: 3px solid #ce171f;
}

.button {
	background: #ce171f !important;
}

.button:hover{
	background: #FFFFFF !important;
  color:#ce171f !important;
}