#PageMain {
    margin-top: 0;
}


/* hours, account, cart bar */
.sePageHeaderWrapper .seHeaderTop {
    background-color: #749429 !important;
}

/* header image padding */
.container-fluid .full-width-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -40px;
    padding-top: 200px;
    padding-bottom: 200px;
}

/* hide hours acct bar on small screen */
@media only screen and (max-width: 991px) {
    .sePageHeaderWrapper .seHeaderTop {
        z-index: 201;
        max-height: 5px;
        display: none;
    }
}

/* main section margins */
.sePageContent .sePageSection {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* main bike shop header */
.Bikeshopheader {
    padding-bottom: 20px;
}


.whereheader {
    padding-top:150px;
    padding-bottom:150px;
}


/* services section */
.services-section {
    padding: 50px;
}

/* footer margin top */
.sePageLayout .sePageFooter {
    margin-top: 0;
}

    /* footer logo position */
@media only screen and (max-width: 768px) {
    .footer-logo img.img-responsive .element.style {
        margin-left: 30%;
    }
}

    /*!* brands *!*/
    /*@media only screen and (max-width: 991px) {*/
        /*.col-md-2, .col-sm-4, .col-xs-6 {*/
            /*position: relative;*/
            /*min-height: 1px;*/
            /*padding-left: 15px;*/
            /*padding-right: 15px;*/
            /*margin-left: 25%;*/
        /*}*/
    /*}*/
