
#spinner {
  border-top-color: #cfa670;
}

.button, .button.send, .button-sub {
	border: 1px solid #cfa670;
	background-color: #cfa670;
	color: #fff;	
}
.button.menu{background: none; color: #cfa670}
.button:before{
	background-color: #fff;
   border: 1px solid #fff;
}
.button:hover, .button:active, .button.send:hover, .button.send:active {
   color: #000;
   border: 1px solid #cfa670;
   background-color: #fff;
}

.skill .bar .bar-active, .skill .bar .bar-background, .tse-scrollbar .drag-handle, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
  background-color: #cfa670;
}

.side-panel .social .fa a, .side-panel .description i{
	color: #fff;
}

.side-panel i, .social a:hover, .person .social a:hover, .fa-lg, .mfValidation {
	color: #cfa670;
}

.img-hover-effect .img-overlay {
  background-color: rgba(207, 166, 112, 0.9);
}

.modal-content {
  border: solid 1px rgba(207, 166, 112, 0.9);
}

#player-nav li:hover {
	background:rgba(207, 166, 112, 0.9)
}

.border-dark h3{color: #cfa670;}