.footer {
    background-color: #112333;
    color: rgba(220,220,220,0.1);

}
.footer .topfooter {
    border-bottom: 1px solid rgba(127, 136, 144, 0.4);
    border-top: 1px solid rgba(127, 136, 144, 0.4);
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
}
.footer .bottomfooter {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
}
.footer p {
    text-align: center;
    color: rgba(220,220,220,0.7);
    font-size: 14px;
}
p.footer span.addresslabel {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

p.footer a {
    color: rgba(220,220,220,0.7);
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

p.footer a:hover {
    color: #fff;
    opacity: 1;
}

/* Responsive footer */