@media screen and (max-width: 767px){
    /* Setup a basic body */
    body {
        margin: 0;
        padding: 0;
        overflow-x:hidden;
        font-size: 18px;
    }
    /* Header is relative so z-index: 1 guarantees always displayed on top */
    .nav-header {
        background-color: #FFFFFF;
        background: url("../images/bg-pattern.png");
        padding: 0px;
        text-decoration: none;
        position: fixed;
        width: 100%;
        z-index: 10000;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    }
    /* using background color is important to cover the menu position absolute isset to cover the whole viewport */
    #content {
        background-color: #FFFFFF;
        background: url("../images/bg-pattern.png");
        padding: 15px 10px 0px 10px;
        position: relative;
        width: auto;
        min-height: 1000px;
        -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
        box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    }
    /* the hamburger button with a little gradient effekt */
    #hamburger {
	    z-index: 100;
	    left: 1%;
        border: 1px solid #5e2a74;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        display: inline-block;
        height: 29px;
        padding: 3px 4px 3px;
        margin: 10px 0px 0px 10px;
        position: absolute;
        width: 30px;
        background: #6b2f85;
        background: -moz-linear-gradient(top, #6b2f85 0%, #5e2a74 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2f85), color-stop(100%,#5e2a74));
        background: -webkit-linear-gradient(top, #6b2f85 0%,#5e2a74 100%);
        background: -o-linear-gradient(top, #6b2f85 0%,#5e2a74 100%);
        background: -ms-linear-gradient(top, #6b2f85 0%,#5e2a74 100%);
        background: linear-gradient(to bottom, #6b2f85 0%,#5e2a74 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2f85', endColorstr='#5e2a74',GradientType=0 );
    }
/*
The white stripes in the hamburger button
*/
    #hamburger div {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 2px 2px 2px 2px;
        height: 2px;
        margin-top: 3px;
        width: 90%;
    }
/*
The navigation container in the background
*/
    .mobileNav {
        left: 0px;
        top: 0px;
        position: fixed;
        z-index: 0;
        width: 0;
        height: 100%;
        display: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x:hidden;
        overflow-y:auto ;
        background: #3e3c3d;
        background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3c3d), color-stop(100%,#2d2c2d));
        background: -webkit-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%);
        background: -o-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%);
        background: -ms-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%);
        background: linear-gradient(to bottom, #3e3c3d 0%,#2d2c2d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3c3d', endColorstr='#2d2c2d',GradientType=0 );
    }

    .lt-ie9 .mobileNav{
        background: #3e3c3d;
    }
/*
Style the navigation menu
*/
    .mobileNav > ul {
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .mobileNav > ul > li {
        position: relative;
        font-size: 16px;
        font-family: 'ITC Avant Garde Std Md';
        border-bottom: 1px solid #222222;
        border-top: 1px solid #444444;
        padding: 10px;
    }

    .mobileNav > ul > li > a {
        color: #fff;
        text-decoration: none;
    }

    #mobile-dropdown-products,
    #mobile-dropdown-news > li {
        font-family: 'ITC Avant Garde Std Bk';
        font-size: 15px;
    }

    #mobile-dropdown-products{
        background: url("../images/mobile-nav-dropdown.png") no-repeat;
        width: 100%;
    }

    #mobile-dropdown-products-pbj{
        color: #6a3283;
    }

    #mobile-dropdown-products-fruitsnck{
        color: #19669a;
    }

     #mobile-dropdown-products-fny{
        color: #8f1b23;
     }

    #mobile-dropdown-news{
        background: url("../images/mobile-nav-dropdown-news.png") no-repeat;
        width: 100%;
    }

    #mobile-dropdown-news-media,
    #mobile-dropdown-news-press{
        color: #3d3da8 !important;
    }

    #mobileNav-social{
        padding: 10px 0px 10px 10px;
    }

    #mobileNav-social > a{
        /*margin-right: 3px;*/
    }

    #mobileNav-social > a > img{
        height: 25px;
    }

    #mobileNav-search-link{
        position: absolute;
        margin: 5px 0 0 -25px;
        padding: 2px 0 0 0;
    }

    #mobileNav-search-icon{
        color: #0e5094 !important;
        display: inline;
        padding: 2px 0 0 0;
    }

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
    #contentLayer {
        display: none;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
        z-index: 5;
        min-height: 1062px;
    }

    /* Reposition header elements for hamburger */
    #masthead{
        padding: 0px !important;
        display: inline-block;
        height: 100px !important;
    }
    
    #masthead > a{
	    float:none;
	    margin: auto;
	    display: block;
    }
    
    #masthead > a > img{
	    display: block;
	    margin: 5px auto auto auto;
	    width: 90px;
	    height: 90px !important;
    }

    .nav-social-bg, .nav-social, .nav-menu-bg, .menu-callout-box{
        display:none;
    }

    .hamburger-spacer{
        width: 100%;
        height: 100px;
        display: block !important;
    }

    .menu-callout-xs{
	    display: initial;
    }

    .menu-callout-xs-list{
	    float: none;
        list-style: none;
        margin: auto;
    }

    .menu-callout-xs-list > li > a > p{
        color: #fff;
        text-align: center;
        margin: 3px 0 0 0;
        font-family: 'ITC Avant Garde Std Bk';
    }

    .menu-callout-xs-pbj{
        background-color: #6a3283;
        border: 1px solid #6a3283;
        border-radius: 6px;
        margin: 0px 0 0 0px;
    }

    .menu-callout-xs-fruitsnck{
        background-color: #19669a;
        border: 1px solid #19669a;
        border-radius: 6px;
        margin: 5px 0 0 0px;
    }

    .menu-callout-xs-fny{
        background-color: #8f1b23;
        border: 1px solid #8f1b23;
        border-radius: 6px;
        margin: 5px 0 10px 0px;
    }

    /* Footer */
    .footer-nav-box{
		display: none;
    }

    .footer-nav-box > ul > li{
        display: inline-block !important;
        margin: 0 0 8px 0;
    }

    .footer-nav-box > ul > li > a{
        padding: 5px !important;
    }

    #footer-pim-logo{
        padding: 0px;
    }
    
    .footer-nav-box-xs{
		display: initial !important;
	}

    .footer-nav-xs > li{
        /*border-right: 1px #c7c7c7 solid;*/
        font-family: 'ITC Avant Garde Std Bk';
    }

    .footer-nav-xs-a{
        border-right: 1px #c7c7c7 solid;
        margin: 0 3% 0 0;
    }

    .footer-nav-xs > li > a{
        font-family: 'ITC Avant Garde Std Bk';
    }

    /* index styles */
    .home-callout{
        width: 100% !important;
        display: block !important;
    }

    .home-callout-box{
        height: 100%;
    }

    /* About */
    .about-left{
        height: auto !important; 
    }

    .lt-ie9 .about-left{
        width: 100%;
    }

    .about-right{
        height: auto !important;
    }

    .lt-ie9 .about-right{
        width: 100%;
    }

    .lt-ie9 .about-right-img-box{
        width: 100%;
    }

    .lt-ie9 .about-right-img{
        width: 70%;
        display: block;
        margin: auto;
    }

    .lt-ie9 .about-text-fruitsnck-box{
        text-align: center;
        display: block;
        margin: auto auto auto 20%;
    }

    .lt-ie9 .about-text-pbj-box{
        text-align: center;
        display: block;
        margin: auto auto auto 20%;
    }

    .lt-ie9 .about-text-fny-box{
        text-align: center;
        display: block;
        margin: auto auto auto 20%;
    }

    .lt-ie9 #about-text-fruitsnck{
        text-align: center;
    }

    .lt-ie9 #about-text-pbj{
        text-align: center;
    }

    .lt-ie9 #about-text-fny{
        text-align: center;
    }
    
    .about-right-img{
	    padding: 0px;
	    margin: auto;
    }

    #about-text-fruitsnck{
        font-family: 'ITC Avant Garde Gothic Md';
        color: #19669a;
        margin: 5% 0px 0px 0px !important;
        padding: 1%;
    }

    #about-text-pbj{
        font-family: 'ITC Avant Garde Gothic Md';
        color: #6b2f85;
        margin: 5% 0px 0px 0px !important;
        padding: 1%;
    }

    #about-text-fny{
        font-family: 'ITC Avant Garde Gothic Md';
        color: #8f1b23;
        margin: 5% 0px 0px 0px !important;
        padding: 1%;
    }

    /* Products */
    
    #myModal{
    	z-index: 10001;
	    margin: auto;
    }
    
    .nutrition-modal{
	    width: 100%;
    }
    
    .products-fruitsnck-left{
        height: auto !important;
    }

    #products-fruitsnck-logo{
        display: block;
        margin: auto;
    }
    
    .products-fruitsnck-mid{
	    height: auto;
    }

    #products-realfruit{
        display: block;
        margin: auto auto 3% auto;
    }

    .products-fruitsnck-right{
        height: auto !important;
    }
    
    .products-fruitsnck-right-box > p{
	    font-size: 12px;
    }
    
    .products-fruitsnck-callouts-box{
	    margin: 10px auto auto auto;
    }

    .theatre-wrap{
        margin: 0 !important;
    }

    .products-carousel-dropdown{
        display: inline;
    }

    .products-carousel-dropdown > li{
        display: inline !important;
        background: url('../images/products-dropdown.png');
        height: 30px;
    }

    #myPaging{
        display: none;
    }

    #products-10-varieties{
        display: none;
    }

    /*
.products-fruitsnck-right-box{
        display: none;
    }
*/

    .products-fruitsnck-callouts{
        margin: auto !important;
        padding: 0 !important;
        font-size: 13px;
    }

    .products-fruitsnck-quantity{
        margin: 15px 0 0 0 !important;
        padding: 0px !important;
        font-size: 14px !important;
    }

    .products-fs-nutrition-box{
	    margin: auto;
	    float: none;
    }

    .products-fs-nutritionfacts{
        margin: 10px 0 0 0;
	    left: 0px;
    }

    .products-fruitsnck-where-box{
        margin: auto;
	    float: none;
    }

    .products-fruitsnck-where{        
        margin: 10px 0 0 0;
	    left: 0px;
    }
    
    .products-fruitsnack-btns{
	    margin: 0 0 20px 0;
    }

    .products-pbj-left{
        height: auto !important;
    }

    .lt-ie9 .products-pbj-left{
        width: 100%;
        height: auto;
    }
    
    .lt-ie9 .products-pbj-right{
        width: 100%;
        height: auto;
    }

    .products-pbj-right{
        height: auto !important;
    }

    #products-pbj-logo{
        display: block;
        margin: 3% auto auto auto;
    }

    #products-realpb{
        display: block !important;
        margin: auto auto 3% auto;
    }

    #products-pbj-banner{
        display: none;
    }
    
    .products-pbj-right-box > p{
	    font-size: 13px;
    }
    
    .products-pbj-mid{
	    height: auto;
    }
    
    .products-pbj-lists{
	    margin: 10px 0 0 0;
    }

    /*
.products-pbj-right-box{
        display: none;
    }
*/

    .products-pbj-callouts-box{
        margin: auto !important;
    }

    .products-pbj-callouts{
        font-size: 12px;
    }

    .products-pbj-quantity-box{
        display: block;
        margin: 20px auto auto auto;
    }
    
    .products-pbj-quantity{
	    font-size: 14px;
    }

    .products-pbj-nutritionfacts-box{
	    margin: auto;
    }

    .products-pbj-nutritionfacts{
        margin: 0px;
    }

    .products-pbj-where-box{
        margin: 10px auto 20px auto;
    }

    .products-pbj-where{
        display: block;
        margin: 0;
        padding: 0;
    }

    .products-fny-left{
        height: auto !important;
    }

    #products-fny-logo{
        display: block;
        margin: auto;
    }

    .products-fny-copy{
        padding-left: 10px !important;
    }

    .products-fny-left-imgs{
        display: block;
        margin: auto auto 3% 15%;
    }

    #products-realfruitbb{
        margin: auto;
    }

    #products-realfruitsb{
        margin: auto;
    }

    #products-lowfat{
        margin: 2% auto auto 7%;
    }
    
    .products-fny-mid{
	    height: auto;
    }

    .products-fny-right{
        height: auto !important;
    }

    /*
.products-fny-right-box{
        display: none;
    }
*/

    #products-fny-banner{
        display: none;
    }

    .products-fny-callouts-box{
        margin: auto;
        float: none;
    }

    .products-fny-callouts{
        margin: 0;
        font-size: 13 !important;
    }

    .products-fny-callouts > li{
        font-size: 13px;
        margin-top: 2%;
    }
    
    .products-fny-right-box > p{
	    font-size: 13px;
    }

    /*
.products-fny-quantity{
        margin: 5% 0 0 0 !important;
    }
*/
    
    .products-fny-quantity-box{
	    font-size: 14px;
	    margin: auto;
	    float: none;
    }

    /*
.products-fny-nutritionfacts{
        display: block;
        margin: auto;
    }
*/
    
    .products-fny-nutrition-box{
	    margin: auto;
	    float: none;
    }

    .products-fny-where-box{
        margin: 10px auto 20px auto;
        float: none;
    }

    /*
.products-fny-where{
        display: block;
        margin: auto;
    }
*/

    /* Special Offers */
    .special-offer-btn-box{
        margin: 2% 0 3% 25% !important;
    }

    .lt-ie9 .special-offer-container{
        width: 100%;
    }

    .lt-ie9 .special-offer-btn-box{
        width: 100px;
        margin: 2% auto 3% 35% !important;
    }

    /* Media-Buzz/Press */
    .story-left{
        border: 0px !important;
    }
    
    .media-buzz-video{
	    display: block;
		width: 100%;
		height: 35%;
		margin: auto;
		padding: 0px;
		background-color: #000;
		overflow: hidden;
    }

    .story-divider{
        margin: 10px 0 0 15px !important;
    }
    
    /* Social */
    
    #social-fb-button{
		margin: 3% auto;
		display: block;
	}
	
	#social-twitter-button-sm{
		margin: 3% auto;
		display: block; 
	}
	
	#social-twitter-button{
		display: none;
	}
    
    .social-fb-widget{
		display: block;
		margin: auto auto 3% auto;
		float: none;
		clear: both;
	}

    /* Contact */
    .contact-wrapper{
        margin: 0 0 10% 0 !important;
        padding: 0 !important;
    }

    .contact-background{
        display:none;
    }

    .lt-ie9 .contact-box{
        width: 100%;
        height: 400px;
        margin: 0 0 0 0;
    }

    .contact-box-text{
        padding-right: 5% !important;
        margin: 0 0 0 -4%;
    }

    .contact-box-info{
        font-size: 11.5px !important;
    }

    .lt-ie9 .contact-box-info{
        font-size: 13px !important;
    }

    .contact-box-image{
        margin: 2% 0 0 2%;
    }

    #contact-icon-email, #contact-icon-phone, #contact-icon-facebook,
    #contact-icon-twitter, #contact-icon-write{
        max-height: 46px !important;
        max-width: 70px !important;
        width: 50%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .lt-ie9 .contact-box-image{
        width: 25%;
    }

    .contact-box-email, .contact-box-call, 
    .contact-box-fb, .contact-box-twitter{
        display:block;
        margin: 1% 0% 3% 0% !important;
        height: 50px !important;
    }

    .contact-box-write{
        margin: 1% 0% 3% 0% !important;
        height: 50px !important;
    }

    #subhead-email{
        margin: 0 !important;
    }

    #subhead-call{
        margin: 0 !important;
    }

    #subhead-facebook{
        margin: 0;
    }

    #subhead-twitter{
        margin: 0;
    }

    #subhead-write{
        margin: -1% 0 0 0;
    }

    .contact-hearfromyou{
        margin: 10% 0 0 0;
    }

    .lt-ie9 .contact-hearfromyou{
        display: none !important;
    }
}