/* Body and Content */
/*a {
  color: #e58238;
}

a:hover {
  color: #f0a22c;
  text-decoration: none;
}*/
a {
	color: #4c97a5;
  text-decoration: none;
}
a:visited {
  color: #4c97a5; 
}
a:hover {
	color: #56b4d0;
  text-decoration: none;
}
thead {
  background-color: #e58238 !important; 
}

.top-bar .active {
  /*border-top: 4px solid #e58238;*/
}

.top-bar ul > li:not(.name):hover {
  border-top: 4px solid #e58238;
}

#main_title_text {
  color: #e58238; 
}  

#main_title_text:hover {
  color: #f0a22c; 
}

#heading_wrapper {
  background: #e58238; 
}

.heading_title {
  border-left: 1px dotted #e58238;
}

.recent_post_info {
	background-color: #e58238;
}

.post_share li i:hover {
	color: #e58238;
}

#footer_twitter {
  background: #e58238;
}

.footer_icons li i:hover {
	color: #e58238;
}

/* Widgets */
.ad_block a:hover, .tabs a.active {
  background: #e58238;
}

.view-popular-tags a:hover {
  background-color: #e58238; 
}

.tabs dd.active, .tabs li.active {
  border-top: 3px solid #e58238;
}

/*Highlight*/
#highlight {
  background: #e58238; 
}

/*Carousel*/
.carousel_navigation i:hover {
	color: #e58238;
}

/*Services*/
#services .services_wrap:hover i {
	color: #e58238;
}
#services .services_wrap:hover h3 {
	color: #56b4d0;
}

/*Elements*/
ul.accordion > li.active {
  border-top: 3px solid #e58238;
}

.button {
	background: #e58238 !important;
}

.button:hover{
	background: #f0a22c !important;
}