@font-face {
    font-family:'HelveticaNeue-Bold';
    src:url('../fonts/HelveticaNeue-Bold.eot');
    src:url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'), 
        url('../fonts/HelveticaNeue-Bold.svg#webfontPtQjzCCp') format('svg'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
}

body {
    padding-top: 10px;
}

.header .columns {
    padding-right: 1px;
}

.header .tagline {
    float:right; 
    margin-top: 14px;
}
.header .share {
    width: 200px; 
    float:right; 
    text-align:right; 
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header .share > li {
    float:left;
    list-style-type: none;
    width: 32px;
    margin: 2px;
    color: #999999;
}
.header .share > li.wide {
    width: 50px;
}
nav {
    background: url(../_media/en/nav_bg.png) center top repeat-x #fff;
    margin-top: 20px;
}

nav ul {
    text-align:center;
    margin: 0px auto;
}
nav ul > li {
    background: url(../_media/en/nav_bg.png) center top repeat-x #fff;
    list-style-type:none;
    display:inline-block;
    text-align:center;
}

nav ul > li > a {
    padding: 3px 10px;
    text-align:center;
}


h1,h2 {
    font-family: 'HelveticaNeue-Bold', "Helvetica Neue", 'Helvetica', 'Arial';
    text-transform:uppercase;
    letter-spacing:-0.04em;
    margin: 0px;
}
p, .content li {
    font: normal 18px/26px 'Arial', 'Helvetica';
    color: #333;
}
a {
    color: #468036;
}
.hero-unit {
    background: url(../_media/en/header_bg.png) center top repeat-x #fff;
    padding: 30px 0px;
}
.hero-unit h1 {
    text-align:center;
    font-size: 52px;
    line-height: 52px;
    color: #3f7b29;
    margin-bottom: 20px;
}

.hero-unit .header-bottles {
    text-align:center;
    position:relative;
}
.hero-unit .header-bottles .anchor-button {
    position: absolute;
    top: 55px;
    left: 0px;
}
.hero-unit .header-bottles .anchor-button.subscribe {
    left: auto;
    right: 0px;
}
.content {
    background-color: #D3F5CC;
    padding-bottom: 30px;
}
.content .row {
    padding-top: 20px;
}
.content .banner {
    text-align:center;
}

.content h1, .content h2 {
    font-size: 32px;
    line-height: 32px;
    color: #603913;
}

.content h2 {
    color: #c3ad9a;
    margin-bottom: 1.25rem;
}

.content .content-body, .content .content-side {
    background-color: #fff;
    padding-top: 10px;
}
.content li {
    margin-left: 20px;
}
.content .action-button {
    margin: 20px 0px 40px 0px;
    text-align: right;
}
.content img.histamine-rich-foods {
    margin: 0px auto 10px auto;
    display:block;
}
.content .content-side .action-button {
    margin-top: 5px;
}

.content .content-side h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.content .content-side p, .content .content-side li {
    font: normal 14px/22px 'Helvetica Neue', Helvetica, Arial;
    color: #333333;
}
.content .content-side li {
    margin: 6px;
}
.content .content-side .bottle-images img {
    margin: 16px 0px;
}
.content .content-side .subscribe input {
    margin-bottom: 4px;
    background-color: #EDEDED;
    border-color: #eee;
}
.content .content-side .subscribe .thanks {
    padding: 20px;
    background-color: #eee;
}
.content .content-side .testimonials > ul {
    margin-left: 0px;
    padding-left: 0px;
}
.content .content-side .testimonials > ul > li {
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
}
.content .content-side .testimonials .name {
    display:block;
    margin-top: 20px;
}
.content .content-side .action-button .testimonials-prev, .content .content-side .action-button .testimonials-next{
    cursor: pointer;
}

.content .content-side .share p {
    margin: 15px 0px 0px 0px;
    padding-left: 23px;
    color: #999;
    font-size: 18px;
}
.content .content-side .share li {
    float:left;
    list-style-type: none;    
}



.footer {
    margin-top: 30px;
    background-color: #8cd67e;
    font: normal 16px Arial;
    line-height: 24px;
    color: #3d4e30;
    padding-bottom: 20px;
}
.footer .columns {
    border-left: 1px solid #fff;
}
.footer .columns.first {
    border-left: 0px;
}
.footer address{
    font-style:normal;
    padding-bottom: 60px;
}
.footer a.htc {
    position:absolute; 
    right: 20px;
    top: 130px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float:left;
    margin-right: 5px;
}


@media(min-width:768px) {
    .header .tagline {
        padding-right: 30px;
        margin-right: 20px;
        border-right: 1px solid #ccc;
    }
    .content .content-side {
        width: 31%;   /* Override Foundation's 33.333% to add a margin between .content-body and .content-side. */
        padding-left: 0px;
        padding-right: 0px;
    }
    .content .content-side .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:770px) {
    .header .share {
        display:none;
    }
}

@media(max-width:640px) {
    nav {
        background: transparent;
    }
    nav ul > li {
        display:block;
        background-position: center 3px;
    }
    nav ul > li a {
        display:block;
    }
    .bottle-images {
        display:none;
    }
    .hero-unit .header-bottles .anchor-button {
        position:relative;
        margin: -30px auto 50px auto;
        display:block;
    }
    .footer .columns.first {
        margin-bottom: 40px;
    }
    .content h1, .content h2 {
        font-size: 25px;
        line-height: 25px;
    }

}

@media(max-width:570px) {
    .header .logo {
        margin: 10px auto;
        display:block;
    }
    .header .tagline {
        margin: 10px auto;
        float:none;
        display:block;
    }
    .hero-unit h1 {
        font-size: 30px;
        line-height: 30px;
    }
    
}
