html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h4 {
    color: #749b45;
}

h2 {
    margin-top: 10px;
}

a {
    color: #6d954a;
}

.pagepadding {
    padding-left: 5%;
    padding-right: 5%;
}

a:hover {
    color: #8CB54B;
}

.block {
    border-color: #8CB54B;
}

.frontborder {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.blockcontact {
    border-color: #8CB54B !important;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.caption {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.btn-default {
    background-color: #8CB54B;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
}

.btn-default:hover {
    background-color: #93bd4c;
    color: white;
}

.captiontext {
    font-size: 18px;
}

.productdescription {
    font-size: 17px;
}

.productdescription ul {
    list-style-type: none;
    padding-left: 10%
}

.productdescription li {
    margin: 3px;
    margin-left: 20px;
}

.fa {
    color: #8CB54B;
}

.well {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,ffffff+100 */
    background: rgb(253, 253, 253); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(253, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    border-color: #D4E4BC;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 30px;
}

.well li:before, .productdescription li:before {
    font-family: 'FontAwesome';
    content: '\f046';
    color: #8CB54B;
    margin-top: 2px;
    margin-left: -25px;
    margin-right: 2px;
    position: absolute;
}

.frontbutton {
    background-color: white;
    color: black;
    font-size: 18px;
}

.frontbutton:hover {
    background-color: #e9eaeb;
    color: black;
}

.well ul {
    list-style-type: none;
    padding-left: 45px;
}

.well li {
    padding-bottom: 5px;
}

.well h2 {
    margin-top: 5px;
    color: black;
}

.productlist ul {
}

.slidepadding {
    margin-top: 30px;
}

.header {
    margin-left: 5%;
    height: 150px;
    padding: 10px;
    background-image: url("../images/banner.jpg");
}

.content:before {
    content: "";
    display: block;
    height: 222px;
}

.content {
    min-height: 100%;
    margin-top: -222px;
    margin-bottom: -150px;
}

.content:after {
    content: "";
    display: block;
    height: 150px;
}

.quotes {
    padding: 40px;
    border: 1px solid #D4E4BC;
    margin-top: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,fdfdfd+100 */
    background: rgb(248, 248, 248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#fdfdfd', GradientType=0); /* IE6-9 */

}

.footer {
    min-height: 150px;
}

.captionbg {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    height: 200px;
    width: 100%;
    text-align: center;
    margin-top: 121px;
}

.quotecenter {
    text-align: center;
}

.media-body {
    padding-left: 4px;
}

.bannerimage {
    padding-top: 10px;
}

.wellpadding {
    padding-left: 2%;
    padding-right: 5%;
}

@media all and (min-height: 1200px) {
    .content {
        min-height: 75%;
    }
}

@media all and (max-width: 991px) {
    .wellpadding {
        padding-left: 5%;
	margin-top: 25px;
    }
}

@media all and (max-width: 720px) {
    .header {
        margin-left: 0px;
    }
}

@media all and (max-width: 630px) {
    .header {
        height: auto;
    }
    .footer {
        text-align: center;
    }
}

@media all and (max-width: 560px) {
    .well li {
        margin: 0px;
    }
    .well ul {
        font-size: 15px !important;
        padding-left: 30px;
    }
    .well h2 {
        text-align: center;
    }
    .well {
        padding-left: 19px;
    }
    .centerbutton {
        margin-left: 0px !important;
        display: block;
        margin: 0 auto;
    }
    .frontbutton {
        margin-top: -20px;
    }
    .slidepadding {
        margin-top: 0px;
    }
    .productdescription ul {
        padding-left: 5%;
    }
    .productdescription {
        font-size: 14px;
    }
    .quotes {
        padding: 20px;
    }
    .blockcontact {
        font-size: 14px;
        padding-right: 0px;
    }
}
