@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(http://themes.googleusercontent.com/static/fonts/ptsanscaption/v6/OXYTDOzBcXU8MTNBvBHeSQRW432DtwGNER78eOJ0i0s.woff) format('woff');
}
@font-face {
    font-family: 'jackiesue';
    src: url('fonts/jackiesue-webfont.eot');
    src: url('fonts/jackiesue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jackiesue-webfont.woff') format('woff'),
         url('fonts/jackiesue-webfont.ttf') format('truetype'),
         url('fonts/jackiesue-webfont.svg#jackie_sue') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.container{
    padding: 0px;
    margin: 0px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =============================================================================
  Main Styles
============================================================================= */
.left {
    float: left;
    margin-right: 20px;
}
.right {
    float: right;
}

body {
    background: url('../img/bg.jpg') repeat-x;
}
a {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
}
p a {
    color: #2fa9e0;
}
p a:visited {
    color: #2fa9e0;
}
p a:hover {
    text-decoration: underline;
}
h1.symbiotics-logo {
    width: 240px;
    height: 37px;
    margin: 0 0 0.7em 0;
    background: url('../img/symbiotics-logo.png') no-repeat;
}
h2 {
    font-family: 'jackiesue';
    font-size: 3.4em;
    font-weight: normal;
    margin: 0.2em 0 0 0;
}
h3 {
    margin: 0;
    color: #003767;
    font-weight: normal;
}

.container {
    width: 1060px;
    padding-bottom: 30px;
    margin: 50px auto 10px auto;
    background-color: #fff;
    border-bottom: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
}

/* Header */
header {
    height: 44px;
    padding: 0 40px;
    background-color: #92bd0e;
}
header nav {
    position: relative;
    float: right;
    font-size: 12px !important;
    color: white;
}
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav ul li {
    position: relative;
    display: inline-block;
    float: left;
}
header nav ul li a {
    display: block;
    height: 30px;
    padding: 14px 20px 0 20px;
    font-family: 'Belleza', sans-serif;
    color: white;
    z-index: 5;
}
header nav ul li a:hover {
    text-decoration: underline;
}

/* sub nav */
header nav ul li ul {
    display: none;
    position: absolute;
    width: 210px;
    top: 44px;
    left: 0px;
    padding: 10px 0;
    background-color: #92bd0e;
    box-shadow: 3px 3px 8px 0px #727272;
    z-index: 10;
}
header nav ul li:hover ul {
    display: block;
}
header nav ul li ul li {
    display: block;
}
header nav ul li ul li a {
    height: auto;
    padding: 10px 20px;
}

/*header nav #nav_hover {
    display: none;
    position: absolute;
    z-index: 0;
    top: 38px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}*/

.main {
    padding: 0 40px;
}
.left-column {
    float: left;
    width: 200px;
    padding-top: 70px;
    text-align: center;
}
.center-column {
    float: left;
    width: 480px;
    padding-top: 70px;
    margin-left: 50px;
}
.right-column {
    float: left;
    width: 200px;
    padding-top: 10px;
    margin-left: 50px;
}
.right-column img {
    margin-top: 30px;
}

.breadcrumb-nav {
    margin-bottom: 40px;
    font-size: 0.8em;
}
.breadcrumb-nav a {
    color: #2fa9e0;
}
.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.product-description {
    margin: 20px 0;
}
.wide-img {
    position: relative;
    left: -50px;
    margin-top: 0 !important;
}
ul.green-bullets {
    padding: 0 0 0 21px;
    font-size: 1.4em;
    line-height: 1;
    color: #95bd0e;
}
ul.green-bullets li span {
    font-size: 0.7em;
    color: #222;
}
.tp {
    border: 1px solid #999999;
}


/* index.php */
.cycle-slideshow {
    height: 278px;
    margin: 0 0 40px 0;
    border: 1px solid #999999;
    overflow: hidden;
}
.left-column-home {
    float: left;
    width: 730px;
    padding: 30px 0 0 0;
}
nav.main-nav {
    margin-bottom: 30px;
}
nav.main-nav ul {
    padding: 0;
    margin: 0;
}
nav.main-nav ul li {
    display: inline;
}
nav.main-nav ul li a {
    display: block;
    float: left;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
}
nav.main-nav ul li a img {
    margin-bottom: 15px;
}
nav.main-nav ul li a div {
    font-family: 'PT Sans Caption', sans-serif;
    color: #0b073f;
}
nav.main-nav ul li a:hover div {
    text-decoration: underline;
}


/* early-childhood-nutrition.php */
.products-container {
    padding: 20px 0 20px 25px;
    border-radius: 12px;
    margin-top: 20px;
}
.blue-bg {
    background-color: #d7e9f8;
}
.green-bg {
    background-color: #e9f1ce;
}

.product {
    position: relative;
    display: block;
    float: left;
    width: 125px;
    margin: 0 30px 0 0;
}
.product:last-child {
    margin: 0;
}
.product .vertical-text {
    position: absolute;
    top: 80px;
    left: -60px;
    font-size: 1.2em;
    -webkit-transform: rotate(270deg);  
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.product img {
    position: absolute;
    margin: 0 0 0 15px;
}
.product div {
    text-align: center;
    margin: 170px 0 0 15px;
}
.blue-bg .product .vertical-text strong,
.blue-bg .product div {
    color: #27aae1;
}
.green-bg .product .vertical-text strong,
.green-bg .product div {
    color: #92bc0e;
}


/* Disclaimer */
#disclaimer {
    width: 400px;
    color: #222;
}
#disclaimer strong {
    font-size: 1.4em;
    margin-top: 0.4em;
}
#disclaimer ul {
    padding: 0;
    list-style: none;
}
#disclaimer ul li {
    display: inline;
    margin: 0 20px 0 0;
}
#disclaimer ul li a {
    color: #3297fd;
    font-weight: bold;
}
#no-js-disclaimer {
    display: none;
    margin: 0 0 60px 0;
}

.navbar-inverse{
    display: none;
}



/* Tab Box Styles
   ========================================================================== */
.tabify {
    margin: 30px 0 0 0;
}
.tabify ul.menu {
    clear: both;
    padding: 0;
    margin: 0;
}
.tabify ul.menu li {
    display: inline;
}
.tabify ul.menu li a {
    float: left;
    height: 23px;
    padding: 10px 37px 0 37px;
    margin-right: 2px;
    text-align: center;
    background-color: #b6dbf2;
    font-size: 0.85em;
    color: #217b9b;
    text-decoration: none;
    border-radius: 12px 12px 0 0;
}
.tabify ul.menu li.active a {
    border: 4px solid #e2f2fc;
    border-bottom: none;
    padding: 6px 33px 0 33px;
    background-color: #e2f2fc;
    outline: none;
}
.tabify .content {
    float: left;
    clear: both;
    width: 442px;
    padding: 4px 12px;
    font-size: 0.9em;
    background-color: #fff;
    border: 4px solid #e2f2fc;
    border-radius: 0 0 12px 12px;
    color: #000;
}

.tabify-green ul.menu li a {
    background-color: #bfd57b;
    color: #4f640f;
}
.tabify-green ul.menu li.active a {
    border-color: #e1ebc4;
    background-color: #e1ebc4;
}
.tabify-green .content {
    border-color: #e1ebc4;
}



/* Contact Form
   ========================================================================== */
form#contact-form {
    margin: 25px 0 0 0;
}
form#contact-form label {
    float: left;
    clear: both;
    color: #005030;
    margin: 0 0 2px 0;
}
form#contact-form input[type="text"],
form#contact-form input[type="email"],
form#contact-form textarea,
form#contact-form select {
    float: left;
    clear: both;
    width: 235px;
    padding: 5px;
    margin: 0 0 12px 0;
    color: #222;
    background-color: #f7f9fa;
    box-shadow: 1px 1px 1px #cccccc inset;
    border: 1px solid #abadb3;
    border-radius: 2px;
}
form#contact-form input[type="text"]:focus,
form#contact-form input[type="email"]:focus,
form#contact-form textarea:focus,
form#contact-form select:focus {
    box-shadow: none;
    background-color: white;
    color: #000;
}
form#contact-form textarea {
    height: 100px;
}
form#contact-form .recaptcha {
    float: left;
    clear: both;
    margin: 5px 0 10px;
}
form#contact-form button[type="submit"] {
    float: left;
    clear: both;
    padding: 4px 14px;
}

form#contact-form .error {
    float: left;
    color: #e62525;
    margin: 6px 0 0 10px;
}
form#contact-form .success {
    float: left;
    color: #0a9400;
    margin: 6px 0 0 10px;
}
form#contact-form .submitError {
    float: left;
    color: #e62525;
    margin: 6px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}
form#contact-form .submitSuccess {
    float: left;
    color: #0a9400;
    margin: 6px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

address {
    margin-top: 158px;
    font-size: 0.9em;
    text-align: right;
    color: #808080;
}


/* IE8 styles */
.lt-ie9 .products-container {
    padding: 20px 0 20px 0;
}
.lt-ie9 .product:first-child {
    margin-left: 0;
}
.lt-ie9 .product:last-child {
    margin: 0;
}
.lt-ie9 .product .vertical-text {
    top: 35px;
    left: 125px;
    writing-mode: tb-rl;
}

/* No-Javascript Styles */
.no-js #no-js-disclaimer {
    display: block;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
    VAN STYLES
   ========================================================================== */
table.stockists  {
    border: 1px solid #cccccc; 
    text-align:left; 
}
table.stockists td, table.stockists th  {
    border: 1px solid #cccccc; 
    
}
.table_head {
    text-align: center;
}
.stockists td, .stockists th {
    padding: 5px;
}
.stockists_link {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.stockists_link a:hover {
    text-decoration: underline;
}
.buy_now {
  float: left;
  border: 0px solid #95bd0e;
  text-transform: uppercase;
  padding-left: 0px;

}
.buy_now a {
  background-color: #95bd0e; 
  padding: 6px 10px 6px 10px;
  
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; 
}
.buynow_btn {
  /*padding-left: 15px;*/
  font-size: 11px;
}
.buy_now {
  float: left;
}
.buy_now a:link { color: #fff; text-decoration: none; }
.buy_now a:visited { color: #fff; text-decoration: none; }
.buy_now a:hover { color: #fff; text-decoration: underline; }

.excl_gst {
  font-size: 11px;
  text-transform: uppercase;
}

.clear {
  clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.sideBarNotification{
    background-image: url("../img/sidebarfonterra.jpg");
    background-repeat: no-repeat;
    height: 292px;
    margin-top: 20px;
    position: relative;
    width: 200px;
}

.mandarinText{
    bottom: 110px;
    color: #0B073F;
    margin-top: 7px;
    padding: 0 40px;
    position: absolute;
    text-align: center;
}


#infoList{
    list-style-type: none;
}

#infoList > li{
    font-size: 12px;
    margin: 5px 0;
    text-indent: -18px;
}

.feedingGuide{width: 449px;}

.goatBlue{background-color: #D6EFEF;}
.cowGreen{background-color: #cce4b1;}

.feedingGuide thead{
    width: 449px;
    height: 24px;
}

#feeding-guide > h3{
    font-size:20px;
    font-weight: bold;
    margin: 10px 0;
}

.feedGuideFoot{
    display: block;
    padding: 1px 5px;
    width: 439px;
    font-size: 11px !important;
    margin-bottom:20px;
}

.feedingGuide > thead > tr > th {font-size: 11px !important;}

.goatTable > tbody > tr > td {border-right: 2px solid #B6DBF2;}
.cowTable > tbody > tr > td {border-right: 2px solid #84c447;}
.noRightBorder{border-right: none !important;}

.feedingGuide > tbody {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.goatTable > thead{background-image: url('../img/feedguide-head-goat-gold-1.png');}
.cowTable > thead{background-image: url('../img/feedguide-head-cow.png');}

.productItem{
    cursor: default;
}
.productItem:hover{text-decoration: none !important;}

.bullet{
    margin-right: 10px;
}

@media (max-width: 767px) {

    

    html,body
     { 
        overflow-x:hidden !important; 
        max-width:100% !important;
        min-width:100% !important;
        margin: 0px !important;
        font-size: 13px !important;
        background: white;
    }

    h2{
        padding-bottom: 20px;
    }


    .main{
        padding:0 10% 0 0;
    }

    header{
        height: 0px;
    }

    .cycle-slideshow{
        display: none;
    }

    header nav{
        font-size: 15px !important;
        display: none;
    }

    header nav ul li{
        float: none;
    }

    .left-column{
        display: none;
    }

    .breadcrumb-nav{
        font-size: 13px !important;
    }

    .navbar-inverse{
        display: block;
        background-color: #92bd0e;
        border-color: #92bd0e;
    }

    .navbar-nav>li>a{
        padding: 0px;
    }

    .navbar-inverse .navbar-brand,  .navbar-inverse .navbar-nav>li>a{
        color: black;
    }

    .navbar-inverse .navbar-toggle{
        background-color: black;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height: 800px;
    }

    .nav{
        padding-left: 20px;
    }

    .products-container{
        padding: 20px 0 20px 25%;
    }

    .navbar-brand{
        height: 0px;
        padding-left: 35%;
    }

   .fancybox-wrap{
        top:70px !important;
    }

   .tabify {
        margin: 30px 10px 0 0 !important;
    }

    .feedingGuide{
        width: 80% !important;
    }

    .feedingGuide tr{
        width: 100% !important;
    }

    #recaptcha_widget_div{
        width: 90%;
        padding-right: 10px;
    }

    .news-image img{
        width: 96% !important;
    }

    .recaptchatable .recaptcha_image_cell{
        width: 200px;
        float: left;
    }

    form#contact-form input{
        width: 200px !important;
    }






    .container{
        width: 100%;
        padding-left: 0px;
    }

    .tabify .content{
        width: 90% !important;
        padding-right: 20px !important;
    }

    .tabify-green .content{
        padding-right: 25px;
    }

    p{
        width: 100%;
    }

    .left-column-home{
        width: 100%;
        padding: 20px 0 0 20px;
    }

    nav.main-nav ul li a img{
        margin: auto;
    }

    nav.main-nav ul li a{
        padding-left: 30%;
    }

    .center-column{
        width: 100%;
        padding: 20px 0 0 20px;
        margin: 0px;
    }

    .right-column{
        display: none;
    }

    #disclaimer {
        width: 100%;
        color: #222;
        font-size: 13px;
        z-index: 10000;
        height: 95%;
    }


}
