html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    min-width: 300px;
}

#full-wrapper {
    min-height: 100%;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
    font-weight: normal;
    margin-top: 48px;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 25px;
}

.serif { font-family: 'Droid Serif', serif; }
.sans { font-family: 'Roboto', sans-serif; }

p, 
.lead {
    line-height: 1.75;
    margin-bottom: 1.25em;
}

.lead {
    font-weight: normal;
    font-size: 21px;
}

.btn {
    font-size: 16px;
}

.btn-primary {
    background: -webkit-linear-gradient(top, #3C9AE6 0%, #206AA7 100%);
    background:      -o-linear-gradient(top, #3C9AE6 0%, #206AA7 100%);
    background:   linear-gradient(to bottom, #3C9AE6 0%, #206AA7 100%);
}

.btn-primary:hover:enabled {
    background: #206AA7;
}

.btn-default, 
.btn-default:focus {
    border-color: #0B8AE8;
    color: #0B8AE8;
    font-size: 18px;
}

.btn-default:hover,  
.btn-default:active {
    background: #0B8AE8;
    color: white;
}

.btn-default:active:focus {
    background: #65BEFF;
    color: white;
}

.form-control {
    font-size: 16px;
}

blockquote {
    background: #F4F4F4;
    border: 0;
    padding: 25px 32px 16px;
    font-family: "Droid Serif", serif;
    margin-bottom: 32px;
}
blockquote:before {
    position: relative;
    content: "\201C";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 64px;
    line-height: 55px;
    color: #6AB719;
    font-weight: 700;
}
blockquote > footer {
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
blockquote > footer > cite {
    color: #6AB719;
}
@media (max-width: 767px) {    
    body {
        font-size: 16px;
    }
    
    .lead {
        font-size: 18px;
    }
}

/* ==========  BANNER  ========== */
#banner {
    -webkit-user-select: none; /* Chrome/Safari */    
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: default;
    padding-top: 20px;
    padding-bottom: 16px;
    background-image: url("../images/banner_grass.jpg");
    background-size: cover;
}
#banner .banner-image {
    max-width: 100%;
    width: 120px;
    float: left;
    margin-right: 16px;
}
#banner .text-wrap {
    padding-top: 4px;
    display: inline-block;
    color: white;
    font-size: 40px;
    text-shadow: 0 0 10px black;
    line-height: 46px;
}
#banner .banner-link:hover, 
#banner .banner-link:focus {
    text-decoration: none;
    color: white;
}
#banner .banner-info {
    float: right;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
    padding: 16px;
    padding-bottom: 12px;
    font-size: 20px;
    text-shadow: 0 0 10px black;
    box-shadow: 0 2px 4px black;
    background-color: rgba(0,0,0,0.4);
    margin-top: 25px;
}

/* ==========  NAVIGATION  ========== */
.navbar {
    display: block;
    min-height: 0;
    background: #1F1F1F;
    border: 0;
    border-radius: 0;
    padding: 1px 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-default .navbar-nav > li {
    margin-right: 1px;
}
.navbar-default .navbar-nav > li > a {
    color: #EEE;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.navbar-default .navbar-nav > li:hover {
    background: #6AB719;
}
.navbar-default .navbar-nav > li:hover > a {
    color: #EEE;
}
.nav-active {
    background: #6AB719;
}
.nav-active a {
    font-weight: 700;
}
.navbar-toggle {
    background: #6AB719;
    float: none;
    margin-left: 15px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background: #6AB719;
}
.navbar-default .navbar-toggle .icon-bar {
    background: white;
}
.navbar-default .navbar-collapse {
    border-color: #6AB719;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 16px;
    }
    .navbar-default .navbar-nav > li:hover {
        background: #6AB719
    }
    .navbar-default .navbar-nav > li:hover > a {
        text-decoration: none;
    }
    .navbar-nav {
        margin: 0;
    }
}


/* ==========  ADVERTISEMENT  ========== */
.advert {
    width: 100%;
    text-align: center;
    background: white;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 8px;
}
.advert img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767px) {
    .advert {
        display: inline-block;
        width: 100%;
        max-width: 164px;
        margin: 8px;
    }
}

/* ==========  BUY  ========== */
.wholesale-desc, .wholesale-total {
    display: none;
}
.wholesale-desc {
    margin-bottom: 0;
}
.strike-through {
    text-decoration: line-through;
}
.total > p {
    margin: 0;
}

/* ==========  CONTACT  ========== */
.contact-info {
    font-size:16px;
}
.contact-info > .alert {
    line-height: 64px;
    white-space: nowrap;
}

/* ==========  FOOTER  ========== */
.footer {
    width: 100%;
    background: #1A1A1A;
    text-align: center;
    font-size: 18px;
    color: #AAA;
    font-weight: 300;
    border-top: 4px solid #6AB719;
    padding: 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-spacer {
    padding-bottom: 150px;
}

/* ==========  RECAPTCHA  ========== */
.g-recaptcha {
    margin-bottom: 8px;
}