
/**
    sections
 */

.vhr {
    /*background: url('/images/general/mechanic.jpg') no-repeat center;*/
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%), url('/images/general/mechanic.jpg');
    background-size: cover;

}

#vhr:before {
    content : " ";
    opacity: 0.5;

}


.parallax {

    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vhr-result {
    border-top: 1px dashed #dee5e7;
    margin-top: 20px;
    padding-top: 20px;
    display:none;

}

.vhr-desc {

    font-size: 16px;
    color: #6c6e70;

}

.axm-section ul li {
    font-size: 16px;
    color: #6c6e70;
}