#enterprise #welcome-hero {
    background: transparent url("https://static.shodan.io/shodan-3d/img/background.jpg") no-repeat scroll top
}

#enterprise #welcome-hero .row {
    background: none;
    padding: 0;
}

#enterprise .welcome-title {
    position: absolute;
    text-align:center;
    top: 35%;
}

#enterprise .welcome-title h1,
#enterprise #welcome-hero .span12 p.lead {
    background-color: rgba(0, 0, 0, 0.85);
}

#enterprise #welcome-hero .welcome-title h1 {
    padding: 10px;
}

#enterprise .navbar {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #1A1A1A;
}

#enterprise .navbar-inner {
    background-image: none;
}

#enterprise .navbar .nav > li {
    border-right: 1px solid #0e0e0e;
}

#enterprise .nav .account {
    border-left: none;
}

#enterprise .thumbnail {
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.075);
    font-family: 'RobotoDraft';
    max-width: 300px;
    padding: 0;
    text-align: left;
}

#enterprise .thumbnail .caption {
    padding: 10px 20px;
}

#enterprise .thumbnail h3 {
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0 20px 0;
}

#enterprise .thumbnail .caption > p:first-child {
    min-height: 160px;
    text-align: justify;
}