@charset "UTF-8";
/* CSS Document */

body.admin-bar #site-header {
    top: 33px !important;
}

body.admin-bar #page {
    margin-top: 55px !important;
}

* {
    margin: 0;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body.contact img.contact-image {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/Museo300-Regular-webfont.eot');
    src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo300-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
    url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Museo300-Regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/Museo500-Regular-webfont.eot');
    src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo500-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Museo500-Regular-webfont.woff') format('woff'),
    url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Museo500-Regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

table, tr, td {
    vertical-align: top !important;
    text-align: left;
}

table {
    margin-top: 30px
}

td {
    min-width: 110px !important;
}

html, body {
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 1.4em;
    color: rgba(78, 69, 64, 1);
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    background: url(../images/betavivo_pattern.jpg) repeat-x !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'museo', sans-serif !important;
}

h1 {
    font-size: 70px;
    letter-spacing: 0.01em;
    line-height: 0.9em;
    margin: 0px 0px 20px 0px
}

#site-header h1 {
    margin: 0px !important;
}

h2 {
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 1em;
}

h3 {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin: 0px;
    line-height: 1.3em;
}

h4 {
    font-size: 25px;
    letter-spacing: 0.02em;
    margin: 0px 0px 10px 0px;
    line-height: 1.2em;
}

h4 a:hover,
a h4:hover {
    text-decoration: none !important;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin: 0px 0px 10px 0px;
    line-height: 1.5em;
}

p {
    margin: 20px 0px;
    line-height: 1.5em;
}

strong {
    font-weight: 400;
}

i {
    font-weight: 300;
    font-style: italic;
}

a {
    color: rgba(78, 69, 64, 1);
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: rgba(78, 69, 64, 1);
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #a2a09c;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none !important;
}

p a {
    background: none;
    padding: 0px;
    color: rgba(78, 69, 64, 1) !important;
    line-height: 1.5em;
    text-decoration: underline;
}

.splash p a {
    font-size: 17px;
    color: #fff !important;
    background: rgba(247, 188, 22, 1);
    padding: 7px 20px;
    text-align: center;
    bottom: 5px;
    top: 5px;
    display: inline-block;
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; /* future proofing */
    /*-khtml-border-radius: 15px; /* for old Konqueror browsers */
    position: relative;
    font-family: 'museo', sans-serif !important;
    font-weight: 300;
    cursor: pointer;
}

.splash p a:hover {
    background: #e3e1dc;
    text-decoration: none;
}

.anchor {
    display: block;
    height: 70px; /*same height as header*/
    margin-top: -70px; /*same height as header*/
    visibility: hidden;
}

.toggle-faq a, .toggle-faq a:visited,
.faq .two-column-right a, .faq .two-column-right a:visited {
    text-decoration: underline !important;
    color: #fff !important;
}

a.toggle-link {
    cursor: pointer;
}

small {
    font-family: "open-sans-condensed", sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 1.45em;
}

small small {
    font-size: 12px !important;
}

.facts {
    font-family: "open-sans-condensed", sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
}

.clear {
    clear: both;
}

.big-number {
    font-size: 100px;
    display: block;
    margin: 40px 0px 50px 0px;
}

hr {
    height: 1px;
    background: #e3e1dc;
    margin: 50px 0px 20px;
    border: 0;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

ol li {
    margin: 10px 5px;
}

@media screen and (max-width: 900px) {
    .icon_left {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 770px) {
    body {
        font-size: 15px;
        line-height: 1.3em;
    }

    h1 {
        font-size: 50px;
    }

    .ambassadors h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        line-height: 1.4em !important;
    }

    .big-number {
        font-size: 79px !important;
    }

}

.betavivo {
    font-family: 'museo', sans-serif !important;
    font-weight: 300;
}

/* E X T R A S */
.hidden {
    visibility: hidden;
    display: none;
    margin: 0px !important;
}

.animate_hide {
    opacity: 0;
}

.visible {
    visibility: visible;
}

.scrollToTop {
    width: 61px;
    height: 55px;
    padding: 0px;
    text-align: center;
    background: #fff;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    background: url(images/up.png) no-repeat 0px 0px;

    animation: bouncer 1s infinite alternate;
    -webkit-animation: bouncer 1s infinite alternate;
    -moz-animation: bouncer 1s infinite alternate;
    -o-animation-duration: bouncer 1s infinite alternate;
}

@keyframes bouncer {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes bouncer {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes bouncer {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes bouncer {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

.scrollToTop:hover {
    text-decoration: none;
}

/* H E A D E R */
#site-header {
    position: absolute;
    top: 0;
    width: 100%;
}

/* I M A G E S */

.img_left {
    float: left;
    margin-right: 5px;
    position: relative;
}

.icon_left:before {
    clear: both;
}

.icon_left {
    float: left;
    margin-right: 12px;
    position: relative;
    width: 55px !important;
}

.post-type-archive-products .icon_left {
    width: 45px;
}

.post-type-archive-products .icon_left img {
    width: 100%;
    height: auto;
}
	