a:hover,
a:focus {
/*    color: #3dc9b3;  */
    color: #f3c024;
}


.carousel-indicators .active {
    background-color: #f3c024;
}

a.right.carousel-control:focus {
	background: none;
}

a.right.carousel-control:hover {
	background: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
}

a.left.carousel-control:focus {
	background: none;
}

a.left.carousel-control:hover {
	background: linear-gradient(to left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
}

/*
#navigation {
	border-top: 5px solid #3dc9b3;
}

a,.tp-caption a.btn:hover {
	color: #3dc9b3;
}
.top-nav-collapse {
	background: #3dc9b3;
}

.carousel-indicators .active {
    background-color: #3dc9b3;
}

.header-text h2 span {
    background-color: #3dc9b3;
}


.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #3dc9b3;
}
*/

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #3dc9b3;
}

.widget-avatar .avatar:hover {
    border: 5px solid #3dc9b3;
}

.bg-skin {
	background: #3dc9b3;
}

.highlight-color {
	background-color: #3dc9b3;
}

.service-box:hover {
/*
	border-bottom: 2px solid #3dc9b3;
*/
	border-bottom: none;
}


a
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #3dc9b3;
}
form.search-form input:focus {
	border-color: #3dc9b3;
}

/* footer */
ul.footer-menu li a:hover {
	color: #3dc9b3;
}

footer a.totop:hover {
	color: #3dc9b3;
}


.btn-skin {
  color: #fff;
  background-color: #3dc9b3;
  border-color: #3dc9b3;
}

#accordion .panel-title > a:hover,
a:focus {
/*    color: #3dc9b3;  */
/*    color: #ddd;  */
  color:#FF6;
  background-color: #38958A;
	
}
