a{
    color: #000000;
}

.navbar{
    background-color: rgba(255,255,255, 1);
    border-top: none;
    box-shadow: none;
    color: #d0d0d0;
}

.navbar .info {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    color: #000000;
}

.navbar .info > div > div:first-child{
    background: rgba(255,242,0,1);
}

.navbar .info ul li.social i {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgba(0, 0, 0, 1);
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > .active > a,
.nav > .active > a:focus,
.nav > .active > a:hover {
    background-color: transparent;
    color: rgba(0,0,0, 1);
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover{
    background: rgba(0,0,0,1);
    border: 1px solid #000;
    color: #FFF;
}

.btn-primary.focus, .btn-primary:focus{
    background: rgba(0,0,0,1);
    border: 1px solid #000;
    color: #FFF;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:hover{
    background: rgba(0,0,0,1);
    border: 1px solid #000;
    color: #FFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: rgba(0,0,0, 1);
}

#index .item .caption .intro-lead-in {
    color: rgba(0,0,0, 1);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0);
    background: transparent;
}

#index .item .caption {
    background: rgba(0, 0, 0, 0);
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 1);
}

#contact{
    /*    background: rgba(0,0,0,0.9);*/
}

#contact .social i {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    color: #000000 !important;
}

#contact .info {
    background-color: transparent;
    color: #000000;
}

#contact .info a {
    color: rgba(0,0,0, 1);
}

#contact .info i {
    color: rgba(0,0,0, 1);
}

#contact .info h1{
    color: #000000;
}

footer {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}