/** GLOBAL
 ********************************/
html, body {
  font-family: "Kl Bliss";
  font-size: 14px;
  color: #383838;
  padding:0;
}
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus{
outline:0;
}
.layer { position: relative; }
.nowrap { white-space: nowrap; }
.inline-block { display: inline-block; }

.white { color: #fff; }
.red { color: #c31e1e; }
.dark-red { color: #341401; }
.yellow { color: #ffd400; }
.green { color: #617d2d; }
.grey { color: #383838; }

.white-hover:hover { color: #fff; }
.red-hover:hover { color: #c31e1e; }
.yellow-hover:hover { color: #ffd400; }
.grey-hover:hover { color: #383838; }

.white-bg { background-color: #fff; }
.red-bg { background-color: #c31e1e; }
.green-bg { background-color: #617d2d; }
.dark-bg { background-color: #212121; }
.light-grey-bg { background-color: #f5f5f5; }

.white-bg-hover:hover { background-color: #fff; }
.red-bg-hover:hover { background-color: #c31e1e; }

h1, h2, h3 {
  font-family: "Berliner Grotesk";
  font-weight: 500;
}

@media all and (min-width: 991px) {
  .h2-increase-50{
    font-size:50px;
  }
}
h4, h5 {
  font-family: "Berliner Grotesk";
  font-weight: 200;
}

hr {
  border: none;
  height: 1px;
  margin: 0;
}

a:hover {
  text-decoration: none;
  color: #ffd200;
}
.clear{
  clear:both;
}
.uppercase{
  text-transform: uppercase;
}
.btn, .btn-sm {
  font-family: "Kl Bliss";
  font-weight: bold;
  border: none;
}

.btn {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding: 0 24px;
}

.btn-sm {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 18px;
}

.btn.white.green-bg:hover{
  background:#3a5507;
  color:#fff;
}

.copy {
  font-weight: normal;
  font-size: 18px;
}

@media (min-width: 768px) {
  .copy { font-size: 24px; }
}

form input[type="email"], form input[type="text"] {
  border: none;
  background: #fff;
  font-size: 14px;
  font-family: "Kl Bliss";
  padding: 0 14px;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  width: 194px;
}


/** HEADER
 ********************************/

#header {
  z-index: 1000;
}

#lg-join-newsletter{
  display:none;
  background-color:#c31e1e;
  text-align:center;
  padding-bottom:25px;
}
#lg-join-newsletter h1,
#lg-join-newsletter h2,
#lg-join-newsletter h3{
  color:#fff;
  font-size:38px;
  margin-top:0;
  padding-top:0;
  text-transform:uppercase;
  line-height:85px;
  font-family: "Berliner Grotesk";
  font-weight: 500;
}
.inputfield.white-fill{
  background:#fff;
  border: none;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  max-width:400px;
  margin:0 auto;
  position:relative;
  left:-15px;
}
.inputfield.white-fill span.error{
  position:absolute;
  top:-20px;
  color:#fff;
  display:block;
  left:0;
  line-height: 10px;
  width:100%;
}
form .inputfield.white-fill input[type="email"],
form .inputfield.white-fill input[type="text"]{
  max-width:290px;
  width:290px;
  float:left;
}
form .inputfield.white-fill input[type="submit"],
form .inputfield.white-fill input.btn,
form .inputfield.white-fill .btn{
  position:absolute !important;
  top:0;
  right:-30px;

}
#social-header {
  border-bottom: 1px solid #d6dbde;
  height: 35px;
  line-height: 35px;
}

#header-social-nav {
  padding: 5px 0 6px;
  display:inline-block;

}

#header-social-nav a {
  display: inline-block;
  margin: 0 2px;
  width: 24px;
  height: 24px;
}

#header-social-nav a span {
  font-size: 0;
}

#header-social-nav a.facebook-link {
  background: url('../img/facebook.png') no-repeat center center transparent;
  background-size: auto 100%;
}

#header-social-nav a.twitter-link {
  background: url('../img/twitter.png') no-repeat center center transparent;
  background-size: auto 100%;
}

#header-social-nav a.pinterest-link {
  background: url('../img/pinterest.png') no-repeat center center transparent;
  background-size: auto 100%;
}

#social-header .country{
  display:inline-block;
  margin-left:40px;
}

#social-header .country .dropdown{
  display:inline-block;
  vertical-align:top;
  height: 32px;
  margin-top:0;
  padding:0;
}
#social-header .country .dropdown .btn-default:hover,
#social-header .country .dropdown .btn-default.active,
#social-header .country .dropdown .btn-default:active,
#social-header .country .dropdown .btn-default.focus,
#social-header .country .dropdown .btn-default:focus,
#social-header .country .dropdown.open>.dropdown-toggle.btn-default
{
  background-color:transparent !important;
  border:0 none;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}
#social-header .country .dropdown .btn{
  color: #c31e1e;
  text-transform: uppercase;
  height:32px;
  max-height:100%;
  padding: 0 5px 0;
  font-size:16px;
  font-family: "Kl Bliss";
  font-weight:700;
  line-height:32px;
  border-radius:0 0 0 0;
}
#social-header .country .dropdown .btn:focus,
#social-header .country .dropdown .btn:active{
outline:0;
}
#social-header .country .dropdown .dropdown-menu{
  left: -65px;
  border: 1px solid #c31e1e;
  margin-top:9px;
}
#social-header .country .dropdown .dropdown-menu:before{
  content:'';
  background-image:url(../img/country-top-tip.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:21px;
  height:15px;
  position:absolute;
  left:50%;
  margin-left:-11px;
  top:-14px;
}
#social-header .country .dropdown .dropdown-menu li,
#social-header .country .dropdown .dropdown-menu li a{
  line-height: 1.5em;
  font-size:22px;
  font-family: "Kl Bliss";
  color:#383838;
}
#social-header .country .dropdown .dropdown-menu li a:hover{
  background-color: #c31e1e;
  color:#fff;
}

i.ico.globe{
  background: url('../img/ico-globe.png') no-repeat center center transparent;
  background-size: 100% auto;
  display:inline-block;
  width:20px;
  height:20px;
  line-height:35px;
  margin-top:7px;
}

#main-navigation {
  border-bottom: 1px solid #d6dbde;
  height: 78px;
  line-height: 78px;
}


#main-navigation a {
  font-family: "Berliner Grotesk";
  font-weight: 500;
  font-size: 18px;
}

#main-navigation .nav-link-left { margin-right: 3em; }
#main-navigation .nav-link-right { margin-left: 3em; }

@media screen and (min-width:768px) and (max-width:990px){
  #header #main-navigation .container{
    /*min-width:870px !important;*/
  }
  #main-navigation .nav-link-left { margin-right: 1em; }
  #main-navigation .nav-link-right { margin-left: 1em; }
}

#header-logo {
  display: inline-block;
  width: 214px;
  margin: 0 1em;
}

#tastybite-logo {
  position: absolute;
  top: 0;
  background: url('../img/tastybite_logo.png') no-repeat center top transparent;
  width: 214px;
  height: 124px;
  display: block;
}

#mobile-header {
  border-bottom: 1px solid #d6dbde;
  height: 58px;
  line-height: 58px;
}

#mobile-header-logo {
  display: inline-block;
}

#mobile-tastybite-logo {
  background: url('../img/tastybite_logo.png') no-repeat center top 3px transparent;
  background-size: 100%;
  width: 130px;
  height: 78px;
  display: block;
}

#mobile-menu-icon {
  position: absolute;
  top: 0;
  right: 18px;
  width: 42px;
  height: 100%;
  background: url('../img/menu_icon.png') no-repeat center center transparent;
  background-size: 100%;
  display: block;
}

#mobile-header-menu {
  display: none;
}

#mobile-header-nav{
  margin-top:15px;
}

#mobile-header-nav a {
  line-height: 28px;
  font-size: 28px;
  border-bottom: 1px solid #d6dbde;
  display: block;
  font-family: Berliner Grotesk;
  font-weight: 500;
  padding: 16px 0 12px;
}

#mobile-header-nav a.country-mobile:hover,
#mobile-header-nav a.country-mobile:active,
#mobile-header-nav a.country-mobile:focus{
  color:#c31e1e;
}

#mobile-social-nav {
  padding: 16px 0 6px;
}

#mobile-social-nav a {
  display: inline-block;
  margin: 0 1em;
  width: 48px;
  height: 48px;
}

#mobile-social-nav a span {
  font-size: 0;
}

#mobile-social-nav a.facebook-link {
  background: url('../img/facebook.png') no-repeat center center transparent;
  background-size: auto 100%;
}

#mobile-social-nav a.twitter-link {
  background: url('../img/twitter.png') no-repeat center center transparent;
  background-size: auto 100%;
}


#mobile-social-nav a.pinterest-link {
  background: url('../img/pinterest.png') no-repeat center center transparent;
  background-size: auto 100%;
}

#mobile-header-nav .indicator{
  float:right;
  margin-top: 8px;
  margin-right:15px;
}
.ico.down-arrow{
  background-image:url(../img/ico-down-arrow.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:32px;
  height:20px;
  display: block;
}
#mobile-header-nav .indicator .ico{
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition-duration: 333ms;
  transition-property: transform;
}
#mobile-header-nav .indicator.active .ico{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mobile-header-nav ul.country-list{
  display:none;
}

#mobile-header-nav .country-list,
#mobile-header-nav .country-list li{
  list-style:none;
}
#mobile-header-nav .country-list li:last-child a{
  border-bottom:0 none;
}
#mobile-header-nav .country-list{
  border-bottom: 1px solid #d6dbde;
}

#mobile-subscribe-form {
  padding-bottom: 20px;
}

#mobile-subscribe-form input {
  width: 100%;
  margin-top: 10px;
}

#mobile-subscribe-form input[type="email"] {
  border: 1px solid #d6dbde;
  border-radius: 3px;
  font-size: 24px;
}

#mobile-subscribe-form .success{
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top:15px;
}
/** LOCATOR
 ********************************/

#locator {
  background: url('../img/locator_background_mobile.jpg') no-repeat center center transparent;
  background-size: cover;
  padding: 1em 0 5em;
}

#locator .container {
  max-width: 440px;
  text-align:center;
}

#locator h3 {
  background: url('../img/locator_pin.png') no-repeat left top transparent;
  padding-left: 62px;
  min-height: 75px;
  font-size: 36px;
  margin: 0 auto 16px;
  display: inline-block;
  text-align:left;
}

@media (min-width: 768px) {
  #locator h3 { font-size: 38px; }
  #locator {
    background: url('../img/locator_background.jpg') no-repeat center center transparent;
    background-size: cover;
    padding: 3em 0;
  }
}

#locator form {
  display: inline-block;
}

#locator input {
  display: inline;
  vertical-align: bottom;
}

#locator input[type="text"] {
  width: 100%;
  padding-right: 28px;
}

@media (min-width: 768px) {
  #locator input[type="text"] {
    width: 300px;
    padding-right: 14px;
  }
}

#locator input[type="submit"] {
  margin-left: -28px;
}
@media (max-width:767px){
  #locator form{
    width:100%;
  }
  #locator input[type="submit"] {
    display:block !important;
    margin:20px auto 0 !important;
  }
}
/** FOOTER
 ********************************/

#footer-content {
  margin-top: 30px;
}

#footer-tagline, #footer-links {
  max-width: 320px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

#footer-newsletter {
  margin-bottom: 1.5em;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  #footer-tagline, #footer-links, #footer-newsletter {
    position: relative;
    min-height: 1px;
    max-width: none;
    float: left;
    margin-bottom: 0;
  }
}

#footer-tagline { width: 100%; margin-bottom: 30px; }

@media (min-width: 768px) {
  #footer-tagline { width: 252px; margin-bottom: 0; }
  #footer-links { width: 342px; }
  #footer-newsletter { width: 334px; }
}

@media (min-width: 992px) {
  #footer-links { margin: 0 21px; }
}

@media (min-width: 1200px) {
  #footer-links { margin: 0 121px; }
}

#footer-tagline {
  height: 78px;
}

#footer-tagline .real-bold-food {
  background: url('../img/real_bold_food.png') no-repeat center center transparent;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #footer-tagline .real-bold-food {
    background: url('../img/real_bold_food.png') no-repeat left center transparent;
    background-size: auto 100%;
    margin-bottom: 0;
  }
}

#footer-links a {
  font-family: "Berliner Grotesk";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 0 !important;
}

@media (min-width: 992px) {
  #footer-tagline { height: 83px; }
  #footer-links a { margin-bottom: 35px; }
  #footer-content { margin-top: 35px; }
}

#footer-copyright {
  height: 70px;
  line-height: 70px;
  font-family: "Kl Bliss";
  font-size: 14px;
}

@media (min-width: 768px) {
  #footer-copyright { font-size: 16px; }
}
@media screen and (max-width:767px){
  #footer-copyright {
    height: auto;
  }
  #footer-copyright .company-info{
    text-align: center;
    line-height:21px;
    margin-bottom:35px;
  }
}
#footer-copyright .separator {
  padding: 0 8px;
}

#footer-newsletter p {
  font-family: "Kl Bliss";
  font-size: 16px;
}

#footer-newsletter input {
  display: inline;
  vertical-align: bottom;
}

#footer-newsletter input[type="email"] {
  width: 194px;
}

#footer-newsletter input[type="submit"] {
  margin-left: -28px;
}

/** BACKGROUNDS
 ********************************/

.black-pepper {
  background: url('../img/peppered_black.gif') repeat center top #313131;
}

.white-pepper {
  background: url('../img/peppered_white.gif') repeat center center #fefefe;
}

.grey-pepper {
  background: url('../img/peppered_grey.gif') repeat center center #fefefe;
}

.light-grey-pepper {
  background: url('../img/peppered_light_grey.gif') repeat center center #fefefe;
}

.yellow-spice {
  background: url('../img/yellow_spice.png') no-repeat left top transparent;
  background-size: 100%;
  position: absolute;
  top: -60px;
  left: -60px;
  width: 162px;
  height: 162px;
}

@media (min-width: 1199px) {
  .yellow-spice {
    top: 0;
    left: 0;
    width: 262px;
    height: 256px;
  }
}

.red-spice {
  background: url('../img/red_spice.png') no-repeat right top transparent;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 262px;
  height: 256px;
}

@media (max-width: 1280px) {
  .red-spice{
    top:-60px;
    right:-100px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .red-spice{
    top:-150px;
    right:-75px;
  }
}

.carrot {
  background: url('../img/carrot.png') no-repeat right -10px top transparent;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 114px;
  height: 174px;
}

@media (min-width: 991px) {
  .carrot {
    background: url('../img/carrot.png') no-repeat right bottom -40px transparent;
    background-size: 100%;
    width: 294px;
    height: 444px;
  }
}

.garlic {
  background: url('../img/garlic.png') no-repeat left bottom -40px transparent;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 247px;
  height: 233px;
}

@media (min-width: 768px) and (max-width:1199px) {
  .garlic{
    bottom:-45px;
    left:-90px;
  }
}
/** INGREDIENTS
 ********************************/

#ingredients {
  background: url('../img/ingredients_background.jpg') no-repeat center center transparent;
  background-size: cover;
  padding: 48px 0 64px;
}

#ingredients h2 {
  font-size: 48px;
  margin: 0 auto 16px;
}

@media screen and (max-width:767px){
  #ingredients h2 {
    font-size:40px;
  }
}

#ingredients .copy {
  max-width: 740px;
  margin: 0 auto 32px;
}

#ingredient-numbers {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width:767px){
  #ingredient-numbers{
    max-width:450px;
  }
}

#ingredient-numbers .ingredient {
  width: 105px;
  height: 105px;
  display: inline-block;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.53);
}

#ingredient-numbers .ingredient-number {
  position: absolute;
  top: 12px;
  left: -3px;
  width: 100%;
  font-family: "Kl Bliss";
  font-weight: bold;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: -6px;
}

#ingredient-numbers .ingredient-text {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-family: "Kl Bliss";
  font-weight: bold;
  font-size: 12px;
  line-height:14px;
}

@media (min-width: 768px) {
  #ingredient-numbers .ingredient {
    width: 156px;
    height: 156px;
    margin: 10px;
  }
  #ingredient-numbers .ingredient-number {
    font-size: 118px;
    line-height: 118px;
  }
  #ingredient-numbers .ingredient-text {
    bottom: 12px;
    font-size: 16px;
  }
}

#footer-content span.error{
  position:absolute;
  left:15px;
  bottom:-25px;
  color:#fff;
}
#footer-content form.join{
  position:relative;
}
@media (max-width: 767px){
  #footer-content form.join{
    margin-bottom:25px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  #footer-content form.join{
    margin-bottom:30px;
  }
  #footer-content span.error{
    bottom:5px !important;
  }
}
form.linkonly{
  text-align:center;
}
form.linkonly input[type="text"]{
  display:none !important;
}
form.linkonly .btn{
  margin:0 auto !important;
  float:none !important;
