a,
#home-slider .caption h1 span, 
#twitter-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  	color: #585858;
}

body::-webkit-scrollbar {
   width: 10px; /*=> ancho del scroll*/
   background-color: #585858; /*=> Color del fondo principal */
}
body::-webkit-scrollbar-track {
   background-color: rgba(0, 0, 0, 0.3); /*=> color de fondo del trayecto del scroll */
   -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.38); /*=> sombra */
}
body::-webkit-scrollbar-thumb {
   background-color: #ababab; /*=> color del indicador del scroll */
   border-radius: 10px; /*=> bordes redondeados */
   -webkit-box-shadow: inset 0 2px 15px rgb(255, 255, 255); /*=> sombra */
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #027db3
}

a:hover, a:focus {
	color: #027db3;
}

.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  	background-color:#585858;
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
	border: 1px solid #028fcc;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #028fcc;
}

.twitter-icon .fa-twitter:after {
	border-color: #028fcc transparent transparent;
}