a:hover{
	 text-decoration: none;
}

.btn-link {
	color:black;
	text-decoration: none;
}
 
 .btn-link:hover {
	color:black;
	text-decoration: none !important;
}

.img-hover-zoom:hover .image  {
	transform: scale(1.0) !important;
}
.bg-primary, .bg-primary:hover {
	background-color: #595959 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #595959 !important;
}

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #595959;
  border-color: #686666;
}

.btn-secondary, .btn-secondary:hover {
  color: #fff;
  background-color: #595959;
  border-color: #686666;
	
}

a.text-primary:hover, a.text-primary:focus {
  color: #000 !important;
}

.text-primary {
  color: #000 !important;
	
}

.nav-sidebar a {
  color: #000 !important;
}

.text-success {
  color: #000 !important;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}