
body {
    background-color: #fff;
    overflow-x: hidden;
}

.block.lg .block-head {
    font-family: robotoregular, sans-serif;
    text-align: center;
    font-size: 36px;
    margin-bottom: 55px;
}

.driving-scheme-text-item {
    text-align: center;
    max-width: none;
    font-size: 22px;
    margin: 30px 78px;
    line-height: 35px;
}

.driving-scheme-spaces {
    margin-bottom: 75px;
}

.block {
    box-shadow: none;
}

#content-holder {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 65px 0 20px 0;
}

#content-placeholder {
    height: 1000px;
}

#map {
    margin-left: 8%;
    margin-right: -30%;
    margin-top: 65px;

    /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.05) 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.05) 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.05) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.05) 100%); *//* IE10+ */
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.05) 100%); *//* W3C */
}

#map img {
    max-height: 660px;
}

#section-porch {
    padding-top: 150px;
}

#porch {
    float: left;
    width: 54%;
    max-width: 610px;
    margin-left: -65px;
    margin-top: 10px;
}

#porch-text {
    float: left;
    width: 45%;
    margin: 0;
    text-align: left;
    padding-left: 55px;
}

#last-paragraph {
    margin: 170px 30px 80px;
}

#book-appointment-button {
    font-size: 22px;
    width: 360px;
    height: 50px;
}

@media (max-width: 768px) {
    #porch {
        margin-left: -20px;
    }
    #map {
        margin-right: -20px;
    }
    .driving-scheme-text-item {
        margin: 0 30px 55px;
    }
    #location-spb-iframe, #book-appointment-button {
        width: auto !important;
    }
}
