.mountainbike .data {
    width: 320px;
    display: block;
    line-height: 30px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.mountainbike .item {
    border-bottom: 2px solid rgba(102, 0, 0, 0.1);
    margin-bottom: 40px;
}

.mountainbike .data .value {
    color: rgba(87, 74, 67, 1);
    font-weight: 600;
    font-size: 15px;
}

.mountainbike .picture {
    display: inline-block;
    width: 340px;
    height: 260px;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.mountainbike .data label,
.mountainbike .data .value {
    display: block;
    width: 100px;
    float: left;
}

.mountainbike .data .value {
    width: 200px;
}

.mountainbike .data .value.small {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    padding-top: 5px;
}

box {
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    display: inline-block;
    margin-right: 5px;
    border-radius: 15px;
}

[data-boxes="1"] box:nth-child(1) {
    background: rgba(138, 156, 31, 1);
}

[data-boxes="2"] box:nth-child(1),
[data-boxes="2"] box:nth-child(2) {
    background: rgba(138, 156, 31, 1);
}

[data-boxes="3"] box:nth-child(1),
[data-boxes="3"] box:nth-child(2),
[data-boxes="3"] box:nth-child(3) {
    background: rgba(138, 156, 31, 1);
}

[data-boxes="4"] box:nth-child(1),
[data-boxes="4"] box:nth-child(2),
[data-boxes="4"] box:nth-child(3),
[data-boxes="4"] box:nth-child(4) {
    background: rgba(138, 156, 31, 1);
}

[data-boxes="5"] box:nth-child(1),
[data-boxes="5"] box:nth-child(2),
[data-boxes="5"] box:nth-child(3),
[data-boxes="5"] box:nth-child(4),
[data-boxes="5"] box:nth-child(5) {
    background: rgba(138, 156, 31, 1);
}

.item {
    background: rgba(87, 74, 67, 0.1);
}

.item h2 {
    background: #94a21c;
    background: -moz-linear-gradient(top, #94a21c, #7b9324);
    background: -webkit-linear-gradient(top, #94a21c, #7b9324);
    background: -o-linear-gradient(top, #94a21c, #7b9324);
    background: -ms-linear-gradient(top, #94a21c, #7b9324);
    background: linear-gradient(top, #94a21c, #7b9324);
    color: #fff;
    padding-left: 10px;
    line-height: 40px;
}

div.more {
    background: rgba(87, 74, 67, 1);
    color: white;
    width: 155px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 6px;
    float: right;
    margin-bottom: 10px;
}

a.download {
    display: block;
    margin-bottom: 5px;
    background: rgba(87, 74, 67, 0.6);
    color: white;
    width: 150px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 6px;
    float: right;
    margin-bottom: 10px;
    margin-left: 11px;
}

.moretext {
    padding: 10px !important;
    display: block;
}

.mountainbike .moretext h2 {
    background: none;
    color: rgba(138, 156, 31, 1);
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    margin-bottom: 0px;
}

.mountainbike .moretext h3 {
    margin-bottom: 10px;
}

.moretext {
    display: none;
}

.moretext.active {
    display: block;
}

.mountainbike .picture {
    margin-bottom: 10px;
}

.mountainbike .picture1 {
    display: inline-block;
}

.mountainbike .fadeContainer {
    display: inline-block;
    width: 340px;
    margin-bottom: 10px;
}

.mountainbike .cssFaderMenuPointInner {
    display: none;
}

.mountainbike .gallery {
    width: 340px;
    float: left;
}
