/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { margin: 0 !important; padding: 0; position: relative; }
.flexslider .slides > li {display: none; margin-bottom:0; line-height: 0 !important;  -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 !important; position: relative; zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 39px; height: 39px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; z-index:10001; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}
.flex-direction-nav .flex-next { right: 35px;background:url(../images/arrow_right.png) center center no-repeat !important;}
.flex-direction-nav .flex-prev { left: 35px;background:url(../images/arrow_left.png) center center no-repeat !important;}
.flexslider:hover .flex-next {opacity: 0.8; right: 30px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 30px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center; line-height: 1; }
.flex-control-nav li {margin: 0 0 0 6px; display: inline-block; zoom: 1; *display: inline; line-height: 1; }
.flex-control-paging li a {text-align: left; width: 11px; height: 11px; display: block; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: none;}
.flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,255.7); }
.flex-control-paging li a.flex-active { cursor: default; background:#fff; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}

	.flexslider:hover .flex-next { right: 5px;}
	.flexslider:hover .flex-prev { left: 5px;}
}

/* ----------------------------
Webfonts
---------------------------- */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2c0a40");
@font-face {font-family: 'Veneer';src: url('../fonts/veneer/2C0A40_0_0.eot');src: url('../fonts/veneer/2C0A40_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/veneer/2C0A40_0_0.woff') format('woff'),url('../fonts/veneer/2C0A40_0_0.ttf') format('truetype');}

#content.home #home_feed {
    background: url("../images/feed-bg-1.jpg") repeat scroll center center #ffffff;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
}

#content.home #home_feed #feed_border {
    background: url("../../images/header/nav-jo-border-feed.png") repeat-x scroll 0 bottom transparent;
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
}

/* ----------------------------
Flexslider Carousel
---------------------------- */
#home_feed .cntr{ position: relative; width:80em; overflow: visible; padding-left: 0.9375em;padding-right: 0.9375em;}


#home_feed .flex-viewport{
    overflow: visible!important;
    width:100%;
}
#home_feed ul.slides{
    height:456px; overflow: hidden;
}
#home_feed ul.slides li.slide{
    box-sizing: border-box;
    -mox-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
#home_feed .flex-viewport  ul.slides{ overflow: visible; height:auto; }
#home_feed .flex-viewport ul.slides li.slide{ opacity:0.2; }
#home_feed .flex-viewport ul.slides li.slide.flex-active-slide{ opacity:1; }


/* ----------------------------
Panels
---------------------------- */

/* Columns*/
#home_feed .col{
    display: block; float: left;
    margin: 0 20px 0 0;
}
#home_feed .col.single{
    width:172px;
}
#home_feed .col.double{
    width:364px;
}
#home_feed .col.first{
    margin-left:10px;
}
#home_feed .col.last{
    margin-right:10px;
}

#home_feed .col article.double-video{
    overflow: visible;
    z-index:50;
}
#home_feed .col article.double-video iframe{
    width:364px!important;
    height:234px!important;
}

/* Tile */
#home_feed article{
    width:100%;
    height:234px;
    margin:0 0 20px 0;
    background:#fff;
    color: #666;
    box-shadow: 0 0 5px 3px #cdcdcd;
    position: relative;
    overflow: hidden;
}
#home_feed .col.double article{
    height:100%; max-height:487px; overflow:hidden;
}
#home_feed .col article:last-child{
    margin-bottom:0;
}
#home_feed article a{
    color: #666;
    text-decoration: none;
    display:block;
}
#home_feed article.healthy-meal a{
    color: #4AB07C;
    text-decoration: none;
    display:block;
}

#home_feed article.healthy-meal ul.tags li a{
    color: #fff;
    text-decoration: none;
    display:block;
}

#home_feed article.healthy-meal ul.tags li{
    font-size: 0.9375em;
    line-height: 1.25em;
    border:solid #e2e2e2 1px;
    border-radius: 3px;
    float: left; font-size: 13px; line-height: 18px;
    padding:0 9px;
	background: #4AB07C;
}

#home_feed article.red_nose_day a{
    color: #666;
    text-decoration: none;
    display:block;
}

#home_feed article.red_nose_day ul.tags li a{
    color: #fff;
    text-decoration: none;
    display:block;
}

#home_feed article.red_nose_day ul.tags li{
    font-size: 0.9375em;
    line-height: 1.25em;
    border:solid #e2e2e2 1px;
    border-radius: 3px;
    float: left; font-size: 13px; line-height: 18px;
    padding:0 9px;
	background: #f02c3d;
}



#home_feed article img{ width:100%; display: block; }
#home_feed article .copy{
    padding: 10px 0 30px 0;
    width:100%;
    position: relative;
}

/* Video */
#home_feed article .arrow{
    background: url("../../images/global/module-arrow.gif");
    display: block;
    height: 30px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: -30px;
    width: 30px;
}


/* Video */
#home_feed article.healthy-meal .arrow{
    background: url("../../images/global/play_button_green.png");
    display: block;
    height: 30px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: -30px;
    width: 30px;
}

/* Title*/
#home_feed article h3{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size:15px;
    line-height: 22px;
    margin:0 0 7px;
    padding:0 7px;
}

/* Tags */
#home_feed ul.tags{
    position: absolute;
    bottom:10px; left:10px;
}
#home_feed ul.tags li{
    font-size: 0.9375em;
    line-height: 1.25em;
    border:solid #e2e2e2 1px;
    border-radius: 3px;
    float: left; font-size: 13px; line-height: 18px;
    padding:0 9px;
}

/* Large tile */
#home_feed .col.double article .copy{
    background: #fff;
    min-height: 32px;
    position: absolute;
    bottom:20px; left:20px;
    width:324px;
}

/* Comfort food tile */
#home_feed article.comfort-food{
    background:none; height:auto; margin-bottom:30px;
}
#home_feed article.comfort-food.au{
    background:#fff; margin-bottom:20px;
}

/* Drinkstube tile */
#home_feed article.drinks-tube{
    overflow:visible;
}

/* image carousel tile*/
#home_feed article.image-carousel{ background:none; }
#home_feed article.image-carousel.drinkstube{ background:#000; }
#home_feed article.image-carousel a{ display:block; position: relative; }
#home_feed article.image-carousel img{ position: absolute; top:0; left:0; }

/* ----------------------------
Carousel Buttons
---------------------------- */
#home_feed ul.flex-direction-nav{ display: block; }
#home_feed .flex-direction-nav a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 84px;
  margin: -40px 0 0;
  max-width: 50px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  text-indent: 0;
  top: 50%;
  transition: max-width 300ms ease 0s;
  width: 28px;
  z-index: 10000;
  display:none;
  transition: display 300ms ease 0s;
}

.cntr:hover > .flex-direction-nav a {display:block !important;} 
/*#home_feed .flex-direction-nav a.flex-prev{ left:-10px; margin-left:-84px; }
#home_feed .flex-direction-nav a.flex-next{ right:-10px; margin-right:-84px; }*/
#home_feed .flex-direction-nav a span{ background:#76c3bb;}
#home_feed .flex-direction-nav a span.arrow{
    display: block; overflow: hidden; text-indent:-3000px;
    width:84px; height:84px;
    background-size:100% 100%;
    position: absolute;
}
#home_feed .flex-direction-nav a.flex-prev span.arrow{
    background:url(../images/arrow_left.png) center center no-repeat;
    top:0; left:0;
}
#home_feed .flex-direction-nav a.flex-next span.arrow{
    background:url(../images/arrow_right.png) center center no-repeat;
    top:0; right:0;
}
#home_feed .flex-direction-nav a span.caption{
    display: block;
    height:54px; min-width: 84px;
    font-size: 24px; line-height: 1;
    white-space: nowrap;
    text-align: left; text-indent:-1000px;
    font-family: 'Veneer'; font-weight: normal;
}
#home_feed .flex-direction-nav a.flex-prev span.caption{
    float:left;
    border-radius:0 42px 42px 0;
    padding:30px 30px 0 70px;
}
#home_feed .flex-direction-nav a.flex-next span.caption{
    float:right;
    border-radius:42px 0 0 42px;
    padding:30px 70px 0 30px;
}
#home_feed .flex-direction-nav a:hover{
    opacity: 1;
    max-width:500px;
}
#home_feed .flex-direction-nav a:hover span.caption{ text-indent:0; }

/* resize carousel */
@media only screen and (max-width: 940px){
    #home_feed .cntr{ width:720px; }
    #home_feed .col{ margin-right:18px; }
    #home_feed .col.first{ display: none; }
    #home_feed .col.second{ margin-left:10px; }
    #home_feed .col.double{ width:341px;}
    #home_feed .col.single{ width:161px; }
    #home_feed article{ height:218px; }
    #home_feed .col.double article .copy{ width:301px; }
    #home_feed .col.double article{ max-height:456px; }
}

/* small carousel buttons */
@media only screen and (max-width: 1150px){
    #home_feed .flex-direction-nav a { height:60px; max-width:60px; margin-top:-30px; }
    #home_feed .flex-direction-nav a.flex-prev{ left:0; margin-left:-60px; }
    #home_feed .flex-direction-nav a.flex-next{ right:0; margin-right:-60px; }

    #home_feed .flex-direction-nav a span.arrow{ width:60px; height:60px; }
    #home_feed .flex-direction-nav a span.caption{ font-size: 18px; line-height: 1; height:40px; min-width: 60px; }
    #home_feed .flex-direction-nav a.flex-prev span.caption{ border-radius:0 30px 30px 0; padding:20px 30px 0 50px; }
    #home_feed .flex-direction-nav a.flex-next span.caption{ border-radius:30px 0 0 30px; padding:20px 50px 0 30px; }
}
@media only screen and (max-width: 1062px){
    #home_feed .flex-direction-nav a.flex-prev{ margin-left:0px; }
    #home_feed .flex-direction-nav a.flex-next{  margin-right:0px; }
}
@media only screen and (max-width: 940px){
    #home_feed .flex-direction-nav a.flex-prev{ margin-left:-60px; }
    #home_feed .flex-direction-nav a.flex-next{  margin-right:-60px; }

    #home_feed .col article.double-video iframe{
        height: 218px !important;
        width: 340px !important;
    }
}
@media only screen and (max-width: 860px){
    #home_feed .flex-direction-nav a.flex-prev{ margin-left:0px; }
    #home_feed .flex-direction-nav a.flex-next{  margin-right:0px; }
}


/*#slider-wrap {
  overflow: visible;
  position: relative;
  width: 960px;
  margin:0 auto !important;
}

.flex-viewport {
  overflow: visible !important;
  width: 100%;
}*/

#home_feed .flex-viewport ul.slides li {
  opacity: 0.3;
   transition: opacity 300ms ease 0s;
}

#home_feed .flex-viewport ul.slides li.flex-active-slide {
  opacity: 1;
}


html  {
    

    height:  100%;
    width: 100%}
body {
    background: #fff;
    font-family: "Courier New", Courier, monospace;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.cfix {
    clear: both;
    font-size: 1px;
}
.cntr {
    width: 320px;
    margin: 0 auto;
}
section .cntr {
    overflow: hidden;
}
.cntr input:focus, select:focus, textarea:focus {
    outline: none;
}
.cntr .input_text, input[type="text"], input[type="email"], input[type="password"] {
    font-family: Courier, "Courier New", monospace;
    font-size: 11px;
    line-height: 28px;
    color: #666;
}
.chzn-container-single a:hover {
    background: #999;
    color: #eee;
}
.cntr .input_submit, input[type="submit"] {
    font-family: Courier, "Courier New", monospace;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.cntr .input_submit:hover, input[type="submit"]:hover {
    color: #fff;
}
