#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: white;
    /* text-shadow: 2px 1px 1px #fff; */
    font-size: 65px;
    background-color: red;
    padding: 5px 5px;
}

.btn.btn-primary:hover,
.btn-submit:hover {
    background-color: red;
}

.main-nav{
    /*    background-color: #000000;*/
    position: relative;
    z-index: 1;
    display: block;
    border-bottom: 1px solid #A6A5AB;
    /* background: url(../../../../public/img/iconos/trama.png); */
} 
.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: red;
}

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

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

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