a:hover, 
.social-links li a:hover, 
#nav li a:hover,
#nav li ul li:hover a, 
#nav li.current-menu-item a,
#footer a:hover, 
.accordion .title.active span, 
.text-color, 
.numbers-counter .timer, 
.team-social-links li a:hover, 
.team a h6:hover, 
#filters li.active a, 
.isotope-item figcaption a:hover, 
.pagination li.next:hover a, 
.pagination li.prev:hover a, 
.post-content a:hover h1, 
.post-content a:hover h2, 
.post-content a:hover h3, 
.post-content a:hover h4, 
.post-content a:hover h5, 
.post-content a:hover h6,
.widget_recent_comments li a:hover, 
.post-author .info a:hover h6, 
.service-box .content a:hover h3{
    color: #acc86e;
}

#tweet-sroll-wrapper.widget li a:hover{
    color: #acc86e !important;
}

.info .email:hover .email-icon, 
.info .phone:hover .phone-icon, 
#nav li > a:hover span.has-sub, 
.wpcf7-submit:hover, 
#nav li.current-menu-item span.has-sub, 
.newsletter-big .newsletter .submit:hover, 
.btn-big:hover,
.btn-medium:hover, 
.btn-small:hover,
.btn-color,
.nivo-prevNav:hover, 
.nivo-nextNav:hover, 
.carousel-nav li a.c_next:hover, 
.carousel-nav li a.c_prev:hover, 
.portfolio-img-hover li:hover, 
.pagination li.active, 
.pagination li:hover, 
.sharrre .right,  
.widget_tag_cloud a:hover, 
.widget .newsletter .submit:hover, 
#respond #comment-reply:hover, 
.tabs.vertical li.active, 
.service-box.style-2:hover .icon, 
span.dropcap-color, 
.pricing-table-col.selected .head .price, 
.countDiv:before, .countDiv:after, 
#commingsoon .newsletter input.submit:hover, 
.email.active .email-icon, 
.phone.active .phone-icon{
    background-color: #acc86e;
}

.tabs.vertical li.active:after{
    border-left: 10px solid #acc86e;
}
.widget .newsletter .submit:hover{
    border: 1px solid #acc86e;
}

.tabs li.active{
    border-top: 1px solid #acc86e;
}

blockquote.style-2 p{
    border-left: 5px solid #acc86e;
}

.expand{
    background: #c7e487; /* Old browsers */
    background: -moz-linear-gradient(top,  #c7e487 0%, #b9d57c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7e487), color-stop(100%,#b9d57c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c7e487 0%,#b9d57c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c7e487 0%,#b9d57c 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom,  #c7e487 0%,#b9d57c 100%); /* W3C */

    border: 1px solid #a6c06c;
}

.comment .comment-reply-link:hover{
    background: url('../img/reply-hover-dg.png') no-repeat 0 center;
}

.accordion.faq .title.active{
    background: url('../img/accordion-active-dg.png') no-repeat 0 0;
}

.regular_button{
    background: #acc86e !important;
}

p a, p a:link, p a:visited{
	color:#acc86e;
}

.sideMenu {
	color:#acc86e;
}

/*
.myToolTip{
  text-decoration:none;
  position:relative;
  color:#acc86e;
  font:14px/22px 'Open Sans', sans-serif;
}

.myToolTip span{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}

.myToolTip span img{
  float:left;
  margin:0px 8px 8px 0;
}

.myToolTip:hover span{
    display:block;
	position:absolute;
	top:0;
	left:-150px;
	z-index:1000;
	min-width:250px;
	max-width:800px;
	border:1px solid black;
	margin-top:20px;
	margin-left:1px;
	overflow:hidden;
	padding:8px;
}
*/


/*************************************************************
 CROSSLINKING ToolTip
 *************************************************************/
 .myToolTip{
	text-decoration:none;
	position:relative;
	font-weight: 400;
    color:#acc86e;
    font:14px/22px 'Open Sans', sans-serif;
  }

.myToolTip a{
	color: #acc86e;
	font-weight: 400;
	}

.myToolTip a:hover{
	color: #000;
	font-weight: 400;
	}

.myToolTip span{
	display:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:black;
	background:white;
	font-weight: 400;
  }

.myToolTip span img{
	float:left;
	margin:0px 8px 8px 0;
  }

.myToolTip:hover span{
	display:block;
	position:absolute;
	top:0;
	/*left:-150px;*/
	left:0;
	z-index:1000;
	min-width:250px;
	max-width:800px;
	border:1px solid black;
	margin-top:20px;
	margin-left:1px;
	overflow:hidden;
	padding:8px;
	font-weight: 400;
  }