/* ==========================================================================
   Global Styles
   ========================================================================== */
html,
button,
input,
select,
textarea,
a {
    color: #888;
}
html {
    font: 1em/1.5em 'Lato', Helvetica, Helvetica Neue, Arial, sans-serif;
}
h1 {
    line-height: 1.2em;
    margin-top: 1.2em;
    font-size: 1.8em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.4em;   
    text-transform: uppercase;
    font-weight: 700;
}
h2.center {
    text-align: center;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin:     0;
    background: gray;
    color: white;
    padding: 2em;
}
.browsehappy a {
    color: white;   
}
img.responsive {
    max-width: 100%;
    height: auto;
}
.clearer {
    clear: both;
    height: 0;
    width: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
ul.plain {
    list-style: none;
    margin: 0;
    padding: 0;
}
.button {
    width: 40%;
    height: auto;
    background-color: #1eb5ac;
    color: white;
    padding: 1em;
    margin: 2em 30% 1.5em;
    text-align:center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    cursor: pointer;
    display: block;
    text-decoration: none;

}

.scalingBtn {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; 
    z-index: 2;
    position: relative;
}
.scalingBtn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08); 
    -o-transform: scale(1.08); 
    transform: scale(1.08); 
}

/* ==========================================================================
   Mobile First
   ========================================================================== */
/* GRID */
#logo-for-print { display: none; }
.container {
    width: 94%;
    margin: 0 auto;
    padding: 1em 0 2em;
    position: relative;
}
#masthead .container, nav .container {
    padding: 0;   
}
.grid-half, .grid-third, .grid-two-thirds {
    width: 100%;
    padding: 0;
    margin: 0;
}
.grid-half .button {
    width: auto;
    margin: 2em 10% 1em;
}

/* END GRID */

/* MASTHEAD */
#mastheads li, #masthead-container, #mastheads a  {
	width: 320px;
	height: 218px;
    position: relative;
}
#mastheads li {
    display: block; 
    position: absolute;
    /*top: -10000px;*/
    left: 0;
    opacity: 0;
    z-index: 8;
    -webkit-transition: opacity 1600ms;
    -moz-transition: opacity 1600ms;
    -o-transition: opacity 1600ms;
    transition: opacity 1600ms;  
}
#mastheads a {
    display: block;
}
#mastheads li.on {
    top: 0;
    opacity: 1;
    z-index: 9;
}
#masthead-container {
    overflow: hidden;
    margin: 0 auto;
}
#mastheads {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /*width: 9000000px;
    left: -300px;*/
    width: 100%;
    left: 0;
    position: relative;
}
#masthead-one {
    background: url('../img/masthead-one-small.png') no-repeat top left ;
}
#masthead-two {
    background: url('../img/masthead-two-small.png') no-repeat top left ;
}
#masthead-three {
    background: url('../img/masthead-three-small.png') no-repeat top left ;
}
#masthead-four {
    background: url('../img/masthead-four-small.png') no-repeat top left ;
}
/* END MASTHEAD */
/* SLIDE STYLES */
.anchor {
    height: 0;
    width: 0;
    /* offset for sticky nav */
    margin-top: -4em;
    margin-bottom: 5em;
}
#menu-anchor {
    margin-top: -6em;
    margin-bottom: 8em;
}
.slide {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    min-height: 3em;
    overflow:auto;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
}
section.tealwood {
    background-color: #2e928a;
	background: url('../img/back-teal-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    
}
section.teal {
    background-color: #2e928a;
    color: white;
} 

section.red {
    background-color: #d9372e;
    color: white;
}

section.magenta {
    background-color: #e60064;
    background: url('../img/back-magenta.png') repeat;
    color: white;
}
section.yellow {
    background-color: #ebba03;
    color: white;
   
}

section.photo {
    background-color: #ccc;
    color: white;
}
section.redwood {
    background-color: #d9372e;
	background: url('../img/back-red-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    color: white;
}
#story-header {
    text-align: center;   
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
}
#story {
    color: #888;
    background: url('../img/back-story-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
}
#story a {
    color: #00b0aa;   
}
#story-social {
    margin-bottom: 2em;   
}

#catering {
     background: url('../img/back-party-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}
#catering-truck {
    max-width: 80%;
    margin: 2em 10% 1em;   
}
#catering-header, #catering-header2  {
    max-width:80%;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center; 
} 
#catering-header2  {
    max-width:90%;
   
}
#catering .button {
    background-color: #d2202f;
}
.partyPhoto {
    display: block;
    
    width: 100%;
    height: auto;
}
#fundraising-header {
    max-width:94%;
    margin: 1em 3% -.2em; 
    text-align: center; 
}
#fundraising-btn {
    background-color: white;
    color: #7accc8;
    outline: 1px solid white;
    outline-offset: .2em;
    margin-bottom: 2.5em;
    display: block;
    text-decoration: none;
}
#fundraising {
    background-color: #7accc8;
    background: url('../img/back-fundraising-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    
    overflow: hidden;
}
#fundraising-yogurt {
    width: 300px;
    height: 324px;
    background: url('../img/fundraising-yogurt-medium.png') no-repeat top center;
    margin: -60px auto -1em;
    position: relative;
    bottom: -60px;
}
section.tealwood a, section.magenta a, section.yellow a, section.redwood a, section.photo a, section.teal a {
    color: white;   
}
#franchise {
    overflow: hidden;   
}
#franchise-header {
    width: 320px;
    height: 97px;
    background: url('../img/franchise-header-small.png') no-repeat top center;
    margin: 0 auto;
   
}
#franchise-btn {
    background: url('../img/franchise-btn-small.png') no-repeat top center;
    width: 320px;
    height: 36px;
    position: relative;
    left: 0;
    
    margin: 2em auto -1.5em; 
}
.rotatingBtn, .rotatingBtn2 {
    display: block;
    -webkit-transition:  300ms;
    -moz-transition:  300ms;
    -o-transition:  300ms;
    transition:  300ms;  
    z-index: 2;
    position: relative;
}
.rotatingBtn:hover {
    -ms-transform: rotate(-3deg); 
    -webkit-transform: rotate(-3deg); 
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);   
}
.rotatingBtn2:hover {
    -ms-transform: rotate(3deg); 
    -webkit-transform: rotate(3deg); 
    -o-transform: rotate(3deg);
    transform: rotate(3deg);   
}

/* END SLIDE STYLES */

/* LOCATIONS */
#locations {
    text-align: center;   
}
.location-container {
    background-color: white;
    color: #888;
    padding: 1em 1em 1.5em 1em;
    font-size: .8em;
    line-height: 1.2em;
    margin-top: 1em;
}
.location-container h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 1em 0 0 1em;
    padding: 0;
    letter-spacing: .1em;
}
.location-container p {
    padding: 0;
    margin: .4em 0 0 1em;
    font-style: italic;
    letter-spacing: .1em;
    line-height: 1.4em;
}

.location-container p.phone {
    font-weight: 700;
    font-size: 1.5em;
    margin-left: .6em;
    letter-spacing: 1px;
    margin-bottom: .5em;
    color: #ebba03;
}
#locations h2 {
    margin-bottom: .3em;   
    font-size: 1.1em;
    line-height: 1.3em;
}
#locations iframe {
    width: 100%;
    max-width: 100%;
    height: 250px;
}
#locations > div > div > p {
    font-size: 1.1em;  
    line-height: 1.8em;
    margin-top: 0;
}
/* END OCATIONS */

/* NEWS */
#news {
    background: url('../img/back-news-medium.jpg') no-repeat center center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    
    color: #888;
}
#news .container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.news-arrow {
    display: none;  
    
}

#news h1 {
    color: #e60064;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
}
#news time {
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-style: italic;
    text-transform: uppercase;
}
#news-header {
    text-align: center;   
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
}
#news-container {
    max-width: 100%;
}
#news-articles {
    left: 0;
    position: relative;
}
#news a {
    color: #888;   
}
#news .news-more {
    font-weight: 700;
    color: #e60064;
    display: inline-block;
    text-decoration: none;   
    margin-left: 1em;
}
.news-more {
    hover: text-decoration: underline;   
}
/* END NEWS */
/* FOOTER */
footer {
    background-color: #00b0aa;
    background: url('../img/back-teal-line.png') repeat;
    color: white;
}
footer .container {
    padding-top: 2em;   
}
#footer-spacer {
    height: 2.5em;   
}
#footer-social-header {
    margin-top: 2em;   
}
#footer-social li {
    display: block;
    width: 28px;
    height: 27px; 
    float: left;
    margin: 0 .4em 2em 0;
}
#intouch-header {
    margin-top: 1em;
    clear: both;
}
#intouch-errors {
    background-color: #e60064;
    color: white;
    text-shadow: none;
    padding: .5em;
    display: none;
    margin-top: .5em;
}
#intouch-captcha {
    display: none;
}
#intouch-submit {
    /*display: none;*/
}
#footer-logo {
    width: 95px;
    height: 102px;
    display: none;
    margin: .5em 0 0 0;
    padding: 0;
}
#footer-contact {
    line-height: 1.2em;
}

footer .legal {
    font-size: .5em;
    margin: .1em 0;
}

footer .container {
    padding-bottom: 0;   
}
footer a {
    color: white;
    text-decoration: none;
}
footer h3 {
    margin-top: 0;
    margin-bottom: 0; 
    font-size: 1.2em;
    border-bottom: 1px dotted white;
    padding-bottom: .2em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#footer-nav a {
    display:block;   
    padding: .5em 0;
}
#footer-nav a,  footer h3 {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
}
footer a:hover {
    text-decoration: underline;
    
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
#footer-nav a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.2);   
}
#footer-social a:hover {
    background: none;
}   

#to-top p {
    margin: .4em 0;
    font-size: .8em;
}
#to-top {
    margin-top: 3em;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
/* END FOOTER */
/* FORMS */


form input, form select, form textarea {
    width: 100%;  
    background-color: white;
    border-radius: 4px;
    height: 2em;
    margin: .6em 0;
    padding: 0 5px;
    line-height: 2em;
    color: #888;
    font-size: .9em;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For all Gecko based browsers */
          box-sizing: border-box;
    
    border: 0;   
}
form input[type=checkbox], form input[type=radio] {
    width: auto;
    margin: 0 .5em 0 0;
    display: inline-element;
    vertical-align:middle;
    position: relative;
}
.section-hidden {
    max-height: 0;
    min-height: 0;
    overflow:hidden;
    -webkit-transition: max-height 1000ms ease-in;
    -moz-transition: max-height 1000ms ease-in;
    -o-transition: max-height 1000ms ease-in;
    transition: max-height 1000ms ease-in;
}
.section-hidden.open {
    max-height: 1000em;
}
form h3 {
    width: 100%;
    border-bottom: 1px dotted white;
    
    font-size: 1em;
    padding-bottom: .2em;
    margin-bottom: .4em;
}
form input[type=submit] {
    width: auto;   
    text-transform:uppercase;
    font-weight: 700;
    clear: both;
    height: auto;
    display: block;
    letter-spacing: 4px;
    padding: .2em .8em;
    color: #00b0aa;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For all Gecko based browsers */
          box-sizing: border-box;
    border: 0;
}
form .qty {
    margin: 0 0.5em .5em 0;
    width: 2.5em;
    display: inline-block;
    vertical-align: middle;
}
.form-tiny {
    padding-top: 0;
    margin-top: 0;
    font-size: .7em; 
    line-height: 1.2em;
}
#catering-form h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
#catering-form input[type=submit] {
    color:#ebba03;
    margin-top: 2em;
    position:relative;
}
#franchise-form input[type=submit] {
    color:  #d9372e;
    margin-top: 2em;
}

#fundraising-form input[type=submit] {
    color: #2e928a;   
    margin-top: 2em;
    position:relative;
}


legend {
    text-transform: uppercase;
    line-height: 1.2em;
    padding-right: .5em;
    font-weight: 700;
    letter-spacing: 1px;
}
fieldset {
    border-top: 1px solid white;   
    padding: 1em 0;
    margin: 1em 0;
} 
form textarea {
    height: 8em;

}
footer form label {
    font-size: .8em;   
}
label {
	display: inline;
}
.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
    cursor: pointer;
    color: #888;
    margin-bottom: .5em;
    margin-right: .2em;
    font-size: .8em;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #d9372e;
	border: 1px solid #d9372e;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: white;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: white;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}
#catering-captcha, #fundraising-captcha, #franchise-captcha {
    display: inline-block;
    vertical-align: middle;
    width: 3em;
}

/* END FORMS */
/* PHOTO GALLERY */
#pump-gallery {
    background-color: white;
    height: 240px;
    overflow: hidden;
}
#pump-gallery .owl-dots {
    display: none;   
}
/* END PHOTO GALLERY */
/* MENU */
#menu-spoon {
    width: 400px;
    height: 119px;
    background: url('../img/menu-spoon-small.png') no-repeat top center;
    position: relative;
    
    margin-top: -1em;
    margin-left: -10px;
}
#menu-spacer {
    margin: 0;
}

#menu-gr-btn, #menu-gh-btn {
    display: block;   
     margin-left: 2em;   
}


#menus {
    overflow: hidden;
}
#menus p {
    max-width: 100%; 
}
#menu-header {
   
    max-width: 80%;
}
#menu-nutrition {
    width: 240px;
    height: 157px;
    margin: 0 auto;
    padding-right: 3em;
}
#menu-nutrition2 {
    width: 150px;
    /*position:absolute;
    top: 2.8em;
    right: .5em;*/
    position: relative;
    display: block;
    margin: .6em auto;
    -ms-transform: rotate(-2deg); 
    -webkit-transform: rotate(-2deg); 
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);  
}
#menu-nutrition2 a:nth-child(2) {
    width: 100%;
    display: table;
    line-height: 1.5em;
    text-align: center;
    font-size: .6em;
    text-decoration: none;
    
}
#menu-nutrition2 a:hover {
    text-decoration: underline;
}
#menu-nutrition2 img { 
}
.menu-list-container {
    width: 100%;
    margin: 0;
    padding: 0 100%;
    left: -100%;
    position: relative;
    background: none;
    background-color:   #e60064;
    
}
.menu-list-container > div {
    padding: 0 0 1em 0;
    position: relative;
}
.menu-list-container h3 {
    padding-bottom: .2em;
    margin-bottom: .2em;
    border-bottom: 1px dotted white;
    
}
.menu-close-btn {
    background: url(../img/close-btn.png) no-repeat left top;
    position: absolute;
    right: 0em;
    top: .3em;
    width: 30px;
    height: 30px;
    display: block
}
.menu-deli h4 {
    padding: 0;
    margin: 0;
}
.menu-deli p {
    font-size: .8em;
    line-height: 1.4em;
    margin-top: 0;
}
.menu-deli li {
    border-bottom: 1px dotted white;
    margin-top: .5em;
    padding-top: .5em;
}
.menu-list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#froyobuilder {
    display: block;   
    margin: 2em auto -380px auto;
    position: relative;
    width: 277px;
    height: 687px;
}
#froyobuilder img {
    margin: 0;
     -webkit-transition: all 400ms ease-out;
    -moz-transition:  all 400ms ease-out;
    -o-transition:  all 400ms ease-out;
    transition:  all 400ms ease-out;
}
#froyobuilder:hover #builder-text {
}
#froyobuilder:hover #builder-img {
    margin: -170px 0 0;  
}
/* END MENU */
/* NAVIGATION */

nav {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    background-color: #523a36;
	background: url('../img/back-nav-medium.jpg') repeat 0 0; 
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 0px 0px 8px black;
    text-transform: uppercase;
    max-height: 90em;
    -webkit-transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    transition: max-height 300ms ease-out;
    max-width: 100%;
    overflow: hidden;
}
.is-sticky nav {
    overflow: visible;   
}
.is-sticky nav.on {
    max-height: 90em;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav li {
    margin:0; 
    padding: 0;
}
nav .container {
    width: 100%;
}
nav a {
    display: block;
    padding: .5em 0 .5em 1em;
    text-decoration: none;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
nav a:hover {
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,.5);
}
nav li:nth-child(even) {
    background-color: rgba(0,0,0,.4);   
}
nav li.social a {
    background: none;
}
nav .social a:hover {
    text-decoration: none;
}
nav .social a {
    display: block;
    width: 28px;
    height: 27px;  
}
nav .social {
    float: left;   
}
nav li.social {
    background: none;   
}
nav .social img {
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.8);   
    
	border-radius: 7px;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
nav .social a:hover img {
    -moz-box-shadow:
	-3px -3px 3px rgba(0,0,0,0.5), 
	2px 2px 1px rgba(255,255,255,.8),
	inset 0 -1px 3px rgba(190,255,255,0.5), 
	inset 0 3px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow:
	0px -3px 3px rgba(0,0,0,0.5), 
	1px 1px 1px rgba(255,255,255,.8),
	inset 0 -1px 3px rgba(190,255,255,0.5), 
	inset 0 3px 3px rgba(0,0,0,0.2); 
	box-shadow:
	0px -3px 3px rgba(0,0,0,0.5), 
	1px 1px 1px rgba(255,255,255,.8),
	inset 0 -1px 3px rgba(190,255,255,0.5), 
	inset 0 3px 3px rgba(0,0,0,0.2);  
}
#nav-facebook {
    background: url('../img/nav-facebook.png') no-repeat top left ;
}
.is-sticky nav  {
    -webkit-box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
    z-index: 99;
    min-height: 48px;
    max-height: 48px;
}

nav.stay_sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
     -webkit-box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.5);
}
#nav-list {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out 150ms, padding 300ms ease-out;
    -moz-transition: opacity 300ms ease-out 150ms, padding 300ms ease-out;
    -o-transition: opacity 300ms ease-out 150ms, padding 300ms ease-out;
    transition: opacity 300ms ease-out 150ms, padding 300ms ease-out;  
}
.is-sticky nav.on #nav-list {
    opacity: 1;
    padding-top: 30px;
    display: block;
}
.is-sticky #nav-list {
    opacity: 0;
    clear: both;
    display: none;
}
.is-sticky a {
    cursor:default;   /* temp fix */
}
.is-sticky nav.on a {
    cursor: pointer;
}
#nav-logo, #nav-btn  {
    position: fixed;
    -webkit-transition: margin 400ms ease-in-out;
    -moz-transition: margin 400ms ease-in-out;
    -o-transition: margin 400ms ease-in-out ;
    transition: margin 400ms ease-in-out;
    z-index: 999;
    top: 0;
}
#nav-logo {
    width: 109px;
    height: 123px;
    margin-top: -50px;
    margin-left: -2000px;
    cursor: pointer;
}
#nav-logo:hover {
    background: none;   
}
.is-sticky #nav-logo {
    opacity: 1;
    margin-left: -16px;
    display: block;
}
#nav-btn {
    position: relative;
    margin-right: -2000px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
    float: right;
    top: 0;
    margin-top: 9px;
}
.is-sticky #nav-btn {
    opacity: 1;
    display: block;
    margin-right: 0;
}
#nav-btn div {
    background: url('../img/nav-btn.png') no-repeat top center;
    margin: -1px 12px 0 1em;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out ;
    transition: transform 300ms ease-in-out;
}
#nav-btn.on div {
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    -o-transform: rotate(90deg);
    transform: rotate(90deg);   
}

/* END NAVIGATION */

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
	.container, nav .container {
        width: 440px;
    }
    #mastheads li, #masthead-container, #mastheads a {
		width: 440px;
		height: 300px;	
	}
    #masthead-one {
        background: url('../img/masthead-one-medium.png') no-repeat top left ;
    }
    #masthead-two {
        background: url('../img/masthead-two-medium.png') no-repeat top left ;
    }
    #masthead-three {
        background: url('../img/masthead-three-medium.png') no-repeat top left ;
    }
     #masthead-four {
        background: url('../img/masthead-four-medium.png') no-repeat top left ;
    }
	nav li {
        float: left;
    }
    nav li:nth-child(even) {
        background: none;   
    }
    nav  {
        font-size: .9em;
    }
    nav a {
        margin: 0 .5em 0 0;
        padding: .5em .4em;   
    }
    nav li:last-child > a {
        margin-right: 0;   
    }
    nav ul {
        padding-bottom: 1em;   
    }
    nav .social:nth-child(1) {
        margin-left: 1em;   
    }
    nav .social a,  .is-sticky nav .social a {
        padding: .3em 0;
        margin: 0 .6em 0 0;  
    }
    nav .social a {
        width: 24px;
        height: 24px;    
    }
    .is-sticky #nav-btn {
        font-size: 1.1em;   
    }
    
    .news-arrow {
        display: block;
        width: 18px;
        height: 124px;
        position: absolute;
        top: 13em;
        cursor: pointer;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }
    
    .news-arrow:hover {
        opacity: .5;   
        filter: alpha(opacity=50);
    }
    .news-arrow.off, .news-arrow.off:hover {
        opacity: .1;  
        cursor: default;
    }
    #news-arrow-left {
        background: url('../img/news-arrow-left.gif') no-repeat top center;
        left: 0;
    }
    #news-arrow-right {
        background: url('../img/news-arrow-right.gif') no-repeat top center;
        right: 0;
    }
    #news-container {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: hidden;
    }
    #news-articles li {
        display: inline-block;
        width: 300px; 
        vertical-align: middle;
        font-size: .9em;
        margin-right: 2em;
    }
    #news-articles {
        width: 9999%;
        left: 0;
        -webkit-transition: left .5s ease-in;
        -moz-transition: left .5s ease-in;
        -ms-transition: left .5s ease-in;
        -o-transition: left .5s ease-in;
        transition: left .5s ease-in;
    }
    
    #menu-locations li {
        float: left;   
    }
    
     #menu-spoon {
         width: 550px;
        height: 164px;
        background: url('../img/menu-spoon-medium.png') no-repeat top center;
         margin-top: -1em;
         left: 00px;
    }
    
    #menu-spacer {
        margin: 2em 0 0em;
    }
    #franchise-header {
        width: 430px;
        height: 130px;
        background: url('../img/franchise-header-medium.png') no-repeat top center;

    }
    #franchise-btn {
        background: url('../img/franchise-btn-medium.png') no-repeat top center;
        width: 288px;
        height: 32px;
        left: 120px;
        margin: 2em 0 -1.5em;
    }
    footer h3, #footer-nav a {
        margin-left: -5px;
        padding-left: 5px;
        margin-right: -5px;
    }
}

@media only screen and (min-width: 768px) {
	/* GRID */
    .container, nav .container  {
        width: 720px;
    }
    .grid-half, .grid-third, .grid-two-thirds {
        float: left;
    }
    .grid-half {
        width: 48%;
        margin-right: 4%;
    }
    .grid-third {
        width: 30%;
        margin-right: 5%;
    }
    .grid-two-thirds {
        width: 63%;
        margin-right: 5%;
    }
    .grid-half .button {
        
        margin: 2em 10% 1.5em;
    }
    .regular-checkbox + label {
        font-size: 1em;
    }
    .last {
        margin-right: 0;   
    }
    .last-floater {
        float: right;
        margin-right: 0;  
    }
    
    #catering1 {
        display: none;
    }
    
    #catering2 {
        width: 100%;
        
    }
    /* END GRID */
    
    section.tealwood {
		background: url('../img/back-teal-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
    section.redwood {
		background: url('../img/back-red-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
    
    #catering {
        background: url('../img/back-party-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #fundraising {
        background: url('../img/back-fundraising-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #news {
        background: url('../img/back-news-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #news-articles li {
        font-size: 1em;   
    }
    #fundraising p {
        max-width: 70%;   
    }
    #fundraising-yogurt {
        width: 400px;
        height: 432px;
        background: url('../img/fundraising-yogurt-large.png') no-repeat top center;
        margin: 0;
        bottom: -20px;
        right: -160px;
        position: absolute;
    }
    #story {
        background: url('../img/back-story-large.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	#mastheads li, #masthead-container, #mastheads a {
		width: 740px;
		height: 505px;	
	}
    #masthead-one {
        background: url('../img/masthead-one-large.png') no-repeat top left ;
    }
    #masthead-two {
        background: url('../img/masthead-two-large.png') no-repeat top left ;
    }
    #masthead-three {
        background: url('../img/masthead-three-large.png') no-repeat top left ;
    }
    #masthead-four {
        background: url('../img/masthead-four-large.png') no-repeat top left ;
    }
	nav {
        background: url('../img/back-nav-large.jpg') repeat 0 0;    
        font-size: 1em;
    }
    
    
    nav ul {
        padding-bottom: 0;   
    }
       
    nav a {
        margin: 0 .5em 0 0;
        padding: 1em .2em;   
    }
    
    
    nav .social a,  .is-sticky nav .social a {
         padding: .9em 0 0;
        margin-right: .4em;
    }
    #menu-locations li {
        float: left;   
    }
    
    #menu-gh-btn, #menu-gr-btn {
        margin-left: 0;   
    }
    .menu-list-container ul {
        padding-bottom: 1em;
    }
    
    .menu-deli li:last-child {
        border: none;
    }
    #catering-truck {
        max-width: 100%;
        margin: 13em 0 0;   
    }
    #menu-spoon {
        width: 750px;
        height: 224px;
        background: url('../img/menu-spoon-large.png') no-repeat top center;
        margin-top: -2em;
        left: 80px;
    }
    #menu-spacer {
        margin: 2em 0 0em;
    }
    #menus p { 
       /* max-width: 80%;*/
    }
    #franchise-header {
        width: 690px;
        height: 209px;
        background: url('../img/franchise-header-large.png') no-repeat top center;

    }
    #franchise-btn {
        background: url('../img/franchise-btn-large.png') no-repeat top center;
        width: 465px;
        height: 52px;
        left: 200px;
    }
    #news-container {
        width: 600px;
    }
    #news-articles li {
        width: 600px; 
    }
    .news-arrow {
        top: 9em;
    }
    #locations iframe {
        height: 180px;
    }
    #locations-gr-hours {
        padding-bottom: .7em;
    }
    #location-gr h1 {
        padding-top: .5em;   
    }
    .location-container {
        font-size: .6em;   
    }
    #locations > div > div > p {
        font-size: .8em; 
        
    }
    footer form, #intouch-header {
        margin-left:20%; 
        margin-top: 0em;
    }
    #footer-contact { 
        text-align: right;
    }
    #to-top {
        margin-top: 0;
        font-size: .8em;
    }
    #footer-nav a {
        padding: 0 0 0 8px;
        font-size: .8em;
    }
    #footer-logo {
        display: inline-block;
    }
    #footer-spacer2 {
        height: 84px;   
    }
    #intouch-header {
        margin-top: 0em;
    }
    footer #captcha-container {
        width: auto;
        margin-left: 68%;
        float: none;
    }
    footer #captcha-container label { 

        display: block;
        padding: .5em 2px 14px 2px;
        height: 2em;
        margin: 1em 0 .2em;
    }
    .is-sticky nav {
        max-height: 90em;
        min-height: 0;
    }
    
    .is-sticky #nav-list {
        opacity: 1;
        
        display: block;
    }
    .is-sticky #nav-logo {
        margin-left: -2000px;   
    }
    .is-sticky #nav-btn  {
        margin-right: -2000px;
    }
    .is-sticky #nav-list, .is-sticky nav.on #nav-list {
        clear: none;
        padding-top: 0;
    }
    
    .is-sticky a {
        cursor: pointer;
    }
    #froyobuilder {
        display: block;   
        margin: 2em auto -495px auto;
        top: -10px;
        position: relative;
        width: 277px;
        height: 687px;
    }
    #froyobuilder img {
        margin: 0;
        position:relative;
        
         -webkit-transition: all 400ms ease-out;
        -moz-transition:  all 400ms ease-out;
        -o-transition:  all 400ms ease-out;
        transition:  all 400ms ease-out;
    }
    #froyobuilder:hover #builder-text {
    }
    #builder-img {
        position:relative;
    }
    #froyobuilder:hover #builder-img {
        margin-top: -260px;  
    }
    #menu-nutrition2 {
        position:absolute;
        top: 2.8em;
        right: .5em;
    }
}


@media only screen and (min-width: 1140px) {
	
    .container, nav .container  {
        width: 1080px;
    }
    section.tealwood {
		background: url('../img/back-teal-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
	}
    section.redwood {
		background: url('../img/back-red-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
    #catering {
        background: url('../img/back-party-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #news {
        background: url('../img/back-news-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #fundraising {
        background: url('../img/back-fundraising-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #fundraising-yogurt {
        width: 550px;
        height: 594px;
        background: url('../img/fundraising-yogurt-xl.png') no-repeat top center;
        margin: 0;
        bottom: -20px;
        right: -220px;
        position: absolute;
    }
     #catering-truck {
        max-width: 100%;
        margin: 8em 0 0;   
    }
    #story {
        background: url('../img/back-story-xl.jpg') no-repeat center center; 
        -webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	#mastheads li, #masthead-container, #mastheads a {
		width: 1100px;
		
        height: 750px;
		
	}
    #masthead-one {
        background: url('../img/masthead-one-xl.png') no-repeat top left ;
    }
    #masthead-two {
        background: url('../img/masthead-two-xl.png') no-repeat top left ;
    }
    #masthead-three {
        background: url('../img/masthead-three-xl.png') no-repeat top left ;
    }
    #masthead-four {
        background: url('../img/masthead-four-xl.png') no-repeat top left ;
    }
	nav {
        background: url('../img/back-nav-xl.jpg') repeat 0 0;     
        font-size: 1.3em;
    }
    nav a {
        margin: 0 .8em 0 0;
        padding: .9em .5em;   
    }
    nav .social a {
        width: 27px;
        height: 27px;    
        padding: .8em 0 0;
    }
    
    #menu-spoon {
        width: 900px;
        height: 269px;
        background: url('../img/menu-spoon-xl.png') no-repeat top center;
        margin-top: -3em;
        left: 300px;
    }
    #to-top {
        font-size: 1em;
    }
    #menu-spacer {
        margin: 2em 0 0em;
    }
    #franchise-header {
        width: 1099px;
        height: 333px;
        background: url('../img/franchise-header-xl.png') no-repeat top center;

    }
    #franchise-btn {
        background: url('../img/franchise-btn-xl.png') no-repeat top center;
        width: 739px;
        height: 83px;
        
        left: 330px;
    }
     #news-container {
        width: 900px;
    }
    #news-articles li {
        width: 900px; 
    }
    .news-arrow {
        top: 7em;
    }
    #locations iframe {
        height: 250px;
    }
    .location-container {
        font-size: .8em;   
    }
    #locations > div > div > p {
        font-size: 1.2em;  
        line-height: 1.8em;
    }
}

/*
html.lt-ie9 section.tealwood, html.lt-ie9 #fundraising {
    background: none;
    background-color: #2e928a;
}
html.lt-ie9 #catering {
    background: none;
    background-color: #ebba03;
}
html.lt-ie9 #story, html.lt-ie9 #news  {
    background: none;   
}
html.lt-ie9 section.redwood {
    background: none;   
    background-color: #8c0607;

}*/
html.lt-ie9 #mastheads li {
    display: none;
}

html.lt-ie9 #mastheads li#masthead-one {
    display: block;   
}
html.lt-ie9 nav {
    font-size: .8em;   
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
   nav, #masthead, #menu-nutrition2, #menu-gr-btn, #menu-gh-btn, #froyobuilder, .button, footer, #fundraising-btn, iframe, .section-hidden, #franchise, #franchising, #pump-gallery { display: none; }
    .section-hidden.open { display: block; }
    body, section.teal .container, section.tealwood .container, section.photo .container, section.redwood .container, section.red .container, section.yellow .container, section.magenta .container, footer, #menus, #catering .container, #fundraising .container, #locations .container, section .container, p, h1, h2, h3, h4, h5, .button, section .container, h1.center, .center, h2.center, h3.center, p.center, #menus .container, body, html, section.slide p, section.magenta#menus p, #menus .container p { color: black; text-align: left; }
    body, html { font-size: 14px; line-height: 1.5em; }
    #catering-truck { max-width: 50%; }
    section .container {
     width: 90%;   
    }
    .grid-half {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    
    .grid-third {
        width: 30%;
        margin-right: 5%;
        float: left;
    }
    #catering .grid-half {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .last {
        margin-right: 0;   
    }
    section { page-break-after: always; }
    #logo-for-print { display: block; }
    .location-container {
        padding: 0; margin: 0;   
    }
}