body {
    font-family: 'Open Sans', sans-serif;
}
.breadcrumbs {
    background: #bfbfbf;
    color: #fff;
    font-size: 15px;
    padding: 10px 0 10px 0;
    display: block;
    height: 40px;
}

.breadcrumbs ul {
    list-style: none;

}

.breadcrumbs ul li {
    float: left;
    margin: 0 0 0 0;
}

.breadcrumbs ul li span.arrow{
    margin: 0 5px 0 3px;
    color: #e6e6e6;
}

.breadcrumbs ul li a{
    margin: 0;
    padding: 0;
    color: #e6e6e6;
    font-weight: 700;
}

.information {
    padding: 30px 0 30px 0;
}

.tank-1 {
    padding: 0;
    background: url(../images/tank-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    display: block;
}
.tank-info {

}

