/* ----------------------------
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:960px; overflow: visible; }

#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 {
    position: absolute;
    z-index: 10000;
    color: #fff;
    border-radius:0; border:none; opacity:1;
    text-decoration: none; text-indent: 0;
    height:84px; width:auto;
    padding:0; margin:0;
    background:none;
    overflow: hidden;
    max-width:84px;
    top:50%; margin-top:-42px;
    -webkit-transition: max-width 300ms ease;
    -moz-transition: max-width 300ms ease;
    -ms-transition: max-width 300ms ease;
    -o-transition: max-width 300ms ease;
    transition: max-width 300ms ease;
}
#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/global/home-slider-arrow-left.png) center center no-repeat;
    top:0; left:0;
}
#home_feed .flex-direction-nav a.flex-next span.arrow{
    background:url(../../images/global/home-slider-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; }
}