@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont/icomoon.eot?1419932544');
  src: url('../fonts/iconfont/icomoon.eot?&1419932544#iefix') format('embedded-opentype'), url('../fonts/iconfont/icomoon.woff?1419932544') format('woff'), url('../fonts/iconfont/icomoon.ttf?1419932544') format('truetype'), url('../fonts/iconfont/icomoon.svg?1419932544') format('svg'); }
/* line 14, ../sass/abstractions/_placeholders.scss */
.l-footer {
  padding: 20px; }
  @media (min-width: 480px) {
    /* line 14, ../sass/abstractions/_placeholders.scss */
    .l-footer {
      padding: 40px; } }
  @media (min-width: 1260px) {
    /* line 14, ../sass/abstractions/_placeholders.scss */
    .l-footer {
      padding: 80px; } }

/* line 24, ../sass/abstractions/_placeholders.scss */
.toggle-menu:after, .section--contact .section__sub .icon:before {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 37, ../sass/abstractions/_placeholders.scss */
h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-align: center; }
  @media (min-width: 760px) {
    /* line 37, ../sass/abstractions/_placeholders.scss */
    h1 {
      font-size: 62px;
      text-align: left; } }

/* line 50, ../sass/abstractions/_placeholders.scss */
h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase; }

/* line 57, ../sass/abstractions/_placeholders.scss */
h3, .checkout-help {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal; }

/* line 63, ../sass/abstractions/_placeholders.scss */
h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal; }

/* line 69, ../sass/abstractions/_placeholders.scss */
legend {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1em; }

/* line 77, ../sass/abstractions/_placeholders.scss */
label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: normal !important;
  margin: 5px 0;
  text-transform: uppercase;
  color: #000000; }

/* line 87, ../sass/abstractions/_placeholders.scss */
.form-text,
.form-textarea {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #000000;
  outline: none;
  width: 400px;
  max-width: 100%;
  resize: none;
  padding: 9px 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px; }

/* line 2, ../sass/base/_forms.scss */
.form-checkboxes,
.form-radios,
.form-item,
.form-actions {
  margin-bottom: 1.5em; }

/* line 11, ../sass/base/_forms.scss */
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 1em; }

/* line 16, ../sass/base/_forms.scss */
.form-item {
  position: relative; }

/* line 20, ../sass/base/_forms.scss */
.form-actions {
  margin-bottom: 0; }

/* line 23, ../sass/base/_forms.scss */
.form-required {
  color: #ff0003;
  font-size: 19px; }

/* line 29, ../sass/base/_forms.scss */
label {
  display: block; }

/* line 35, ../sass/base/_forms.scss */
fieldset {
  border: none;
  margin: 1em auto;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  display: table-column; }

/* line 53, ../sass/base/_forms.scss */
.form-text[disabled],
.form-textarea[disabled] {
  background: transparent; }

/* line 60, ../sass/base/_forms.scss */
.form-item.has-error label {
  color: #ff0003; }
/* line 63, ../sass/base/_forms.scss */
.form-item.has-error .form-text,
.form-item.has-error .form-select {
  border-color: #ff0003; }

/* line 70, ../sass/base/_forms.scss */
html.js input.form-autocomplete {
  background-image: url('../images/misc/autocomplete-loader.gif?1405463956');
  background-position: 100% 11px;
  background-repeat: no-repeat; }

/* line 75, ../sass/base/_forms.scss */
html.js input.throbbing {
  background-position: 100% -73px; }

/* line 81, ../sass/base/_forms.scss */
.ajax-progress .message {
  margin-left: .5em; }
/* line 84, ../sass/base/_forms.scss */
.ajax-progress .throbber {
  background: transparent url('../images/misc/ajax-loader.gif?1405463956') no-repeat center center;
  display: inline-block;
  float: none;
  margin: 0 0.5em; }

/* line 1, ../sass/base/_layout.scss */
html {
  height: 100%; }

/* line 5, ../sass/base/_layout.scss */
body {
  position: relative;
  min-height: 100%; }

/* line 10, ../sass/base/_layout.scss */
.l-main {
  overflow: hidden;
  padding-top: 60px; }
  @media (min-width: 760px) {
    /* line 10, ../sass/base/_layout.scss */
    .l-main {
      padding-top: 80px; } }

/* line 19, ../sass/base/_layout.scss */
.l-header-wrapper {
  border-bottom: 1px solid #CCC;
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9); }

/* line 27, ../sass/base/_layout.scss */
.l-header {
  position: relative;
  height: 60px;
  width: 100%;
  padding: 20px 15px;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 760px) {
    /* line 27, ../sass/base/_layout.scss */
    .l-header {
      height: 80px;
      padding: 25px; } }

/* line 42, ../sass/base/_layout.scss */
.l-branding .site-logo {
  display: block;
  width: 200px; }
  @media (min-width: 760px) {
    /* line 42, ../sass/base/_layout.scss */
    .l-branding .site-logo {
      width: 250px; } }

/* line 52, ../sass/base/_layout.scss */
.l-footer-wrapper {
  width: 100%; }

/* line 56, ../sass/base/_layout.scss */
.l-footer {
  position: relative;
  width: 100%;
  height: 70px;
  max-width: 1280px;
  margin: 0 auto; }
  /* line 64, ../sass/base/_layout.scss */
  .l-footer .copyright {
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/* line 1, ../sass/base/_lists.scss */
ul {
  list-style-type: square;
  padding-left: 1.5em; }

/* line 5, ../sass/base/_lists.scss */
ol {
  padding-left: 1.5em; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/base/_tables.scss */
.table-responsive-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  width: 100%;
  margin: 1em 0; }

/* line 8, ../sass/base/_tables.scss */
table {
  margin: 0;
  width: 100%; }
  /* line 11, ../sass/base/_tables.scss */
  table th, table td {
    padding: 7px 15px;
    border: 1px solid #000000;
    text-align: right; }
  /* line 16, ../sass/base/_tables.scss */
  table th {
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px; }
  /* line 22, ../sass/base/_tables.scss */
  table td {
    font-size: 14px; }

/* line 27, ../sass/base/_tables.scss */
tr.even, tr.odd {
  background: transparent; }

/* line 2, ../sass/base/_typography.scss */
body {
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: black;
  font-size: 14px;
  line-height: 21px; }

/* line 9, ../sass/base/_typography.scss */
a {
  color: #ff0003;
  text-decoration: none; }
  /* line 12, ../sass/base/_typography.scss */
  a:hover {
    text-decoration: underline; }

/* line 30, ../sass/base/_typography.scss */
.checkout-help {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee7ec;
  margin-bottom: 30px; }

/* line 1, ../sass/components/block/_block--system-main-menu.scss */
.block--system-main-menu {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  /* line 10, ../sass/components/block/_block--system-main-menu.scss */
  .block--system-main-menu.toggle-menu--open {
    height: auto; }
  @media (min-width: 760px) {
    /* line 1, ../sass/components/block/_block--system-main-menu.scss */
    .block--system-main-menu {
      height: auto;
      top: 50%;
      left: auto;
      right: 25px;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  /* line 22, ../sass/components/block/_block--system-main-menu.scss */
  .block--system-main-menu ul.menu {
    padding: 0;
    margin: 0; }
    @media (min-width: 760px) {
      /* line 22, ../sass/components/block/_block--system-main-menu.scss */
      .block--system-main-menu ul.menu {
        margin: auto; } }
    /* line 30, ../sass/components/block/_block--system-main-menu.scss */
    .block--system-main-menu ul.menu li {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 15px;
      width: 100%;
      background: white;
      border-bottom: 1px solid #CCC; }
      @media (min-width: 760px) {
        /* line 30, ../sass/components/block/_block--system-main-menu.scss */
        .block--system-main-menu ul.menu li {
          padding: 0;
          width: auto;
          margin-left: 20px;
          border-bottom: none;
          background: transparent; } }
      /* line 47, ../sass/components/block/_block--system-main-menu.scss */
      .block--system-main-menu ul.menu li a {
        display: block;
        color: #000000;
        text-transform: uppercase; }
        /* line 52, ../sass/components/block/_block--system-main-menu.scss */
        .block--system-main-menu ul.menu li a:hover {
          color: #ff0003;
          text-decoration: none; }

/* line 1, ../sass/components/misc/_avatar.scss */
.avatar {
  text-align: center;
  margin: 25px 0; }

/* line 6, ../sass/components/misc/_avatar.scss */
.avatar--circle {
  text-align: center;
  margin: 25px 0px 0px;
  display: inline-block; }
  @media (min-width: 370px) {
    /* line 6, ../sass/components/misc/_avatar.scss */
    .avatar--circle {
      margin: 25px 25px 0px; } }
  @media (min-width: 760px) {
    /* line 6, ../sass/components/misc/_avatar.scss */
    .avatar--circle {
      margin: 25px 50px 0px; } }
  /* line 19, ../sass/components/misc/_avatar.scss */
  .avatar--circle img {
    height: 270px;
    width: 270px;
    -moz-border-radius: 135px;
    -webkit-border-radius: 135px;
    border-radius: 135px; }

/* line 1, ../sass/components/misc/_flexbox.scss */
.flex-box {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

/* line 1, ../sass/components/misc/_toggle-menu.scss */
.toggle-menu {
  position: absolute;
  top: 50%;
  left: auto;
  right: 45px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  text-transform: uppercase;
  color: #000000; }
  @media (min-width: 760px) {
    /* line 1, ../sass/components/misc/_toggle-menu.scss */
    .toggle-menu {
      display: none; } }
  /* line 15, ../sass/components/misc/_toggle-menu.scss */
  .toggle-menu:hover {
    color: #ff0003;
    text-decoration: none;
    cursor: pointer; }
  /* line 21, ../sass/components/misc/_toggle-menu.scss */
  .toggle-menu:after {
    content: "";
    font-size: 24px;
    position: absolute;
    right: -30px;
    top: -3px; }

/* line 2, ../sass/components/node/_node--produce.scss */
.node--produce.view-mode-teaser {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 480px) {
    /* line 2, ../sass/components/node/_node--produce.scss */
    .node--produce.view-mode-teaser {
      min-height: 410px; } }
  /* line 11, ../sass/components/node/_node--produce.scss */
  .node--produce.view-mode-teaser h2 {
    margin: 0; }
  /* line 15, ../sass/components/node/_node--produce.scss */
  .node--produce.view-mode-teaser .group-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  /* line 21, ../sass/components/node/_node--produce.scss */
  .node--produce.view-mode-teaser .group-right {
    width: 100%;
    padding: 0 15px; }
    /* line 25, ../sass/components/node/_node--produce.scss */
    .node--produce.view-mode-teaser .group-right p {
      margin: 0 0 5px; }

/* line 2, ../sass/components/node/_node--special.scss */
.node--special.view-mode-teaser {
  text-align: center;
  padding: 15px; }
  /* line 6, ../sass/components/node/_node--special.scss */
  .node--special.view-mode-teaser h3 {
    margin: 10px 0; }
  /* line 10, ../sass/components/node/_node--special.scss */
  .node--special.view-mode-teaser .field-name-field-regular-price {
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: line-through; }
  /* line 16, ../sass/components/node/_node--special.scss */
  .node--special.view-mode-teaser .field-name-field-special-price {
    font-size: 18px;
    color: #ff0003; }
  /* line 21, ../sass/components/node/_node--special.scss */
  .node--special.view-mode-teaser .price-prefix {
    margin-right: 5px; }

/* line 1, ../sass/components/page/_homepage.scss */
.section {
  position: relative;
  min-height: 320px;
  border-bottom: 1px solid #CCC; }
  @media (min-width: 760px) {
    /* line 1, ../sass/components/page/_homepage.scss */
    .section {
      min-height: 480px; } }

/* line 11, ../sass/components/page/_homepage.scss */
.section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px; }

/* line 17, ../sass/components/page/_homepage.scss */
.section__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.6); }

/* line 24, ../sass/components/page/_homepage.scss */
.section--welcome {
  background: url('../images/backgrounds/steak-wooden.jpg?1423032826') no-repeat;
  background-position: center top;
  background-size: cover; }
  /* line 29, ../sass/components/page/_homepage.scss */
  .section--welcome h1 {
    color: white;
    font-weight: 400; }
    @media (min-width: 1080px) {
      /* line 29, ../sass/components/page/_homepage.scss */
      .section--welcome h1 {
        width: 50%; } }

/* line 40, ../sass/components/page/_homepage.scss */
.section--our-story .section__avatars {
  text-align: center; }

/* line 45, ../sass/components/page/_homepage.scss */
.section--contact {
  border-bottom: none; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-2.1.3@fb/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .section--contact:after {
    content: "";
    display: table;
    clear: both; }
  /* line 49, ../sass/components/page/_homepage.scss */
  .section--contact .section__sub {
    text-align: center;
    margin-bottom: 35px;
    padding: 15px;
    float: left;
    width: 100%; }
    @media (min-width: 480px) {
      /* line 49, ../sass/components/page/_homepage.scss */
      .section--contact .section__sub {
        width: 50%; } }
    @media (min-width: 760px) {
      /* line 49, ../sass/components/page/_homepage.scss */
      .section--contact .section__sub {
        width: 33.33333%; } }
    /* line 63, ../sass/components/page/_homepage.scss */
    .section--contact .section__sub p {
      font-size: 16px; }
    /* line 67, ../sass/components/page/_homepage.scss */
    .section--contact .section__sub .icon:before {
      font-size: 48px; }
    /* line 72, ../sass/components/page/_homepage.scss */
    .section--contact .section__sub .action-text {
      display: block;
      text-align: center;
      margin-bottom: 5px; }
    /* line 78, ../sass/components/page/_homepage.scss */
    .section--contact .section__sub .action-text--important {
      color: #ff0003; }
  /* line 83, ../sass/components/page/_homepage.scss */
  .section--contact .section__sub--call .icon:before {
    content: ""; }
  /* line 87, ../sass/components/page/_homepage.scss */
  .section--contact .section__sub--email .icon:before {
    content: ""; }
  /* line 91, ../sass/components/page/_homepage.scss */
  .section--contact .section__sub--visit .icon:before {
    content: ""; }

/* line 96, ../sass/components/page/_homepage.scss */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  @media (min-width: 480px) {
    /* line 96, ../sass/components/page/_homepage.scss */
    .google-maps {
      padding-bottom: 50%; } }
  @media (min-width: 760px) {
    /* line 96, ../sass/components/page/_homepage.scss */
    .google-maps {
      padding-bottom: 35%; } }

/* line 111, ../sass/components/page/_homepage.scss */
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/* line 13, ../../../../../../../.rvm/gems/ruby-2.1.3@fb/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.view:after {
  content: "";
  display: table;
  clear: both; }
/* line 6, ../sass/components/views/_view.scss */
.view .view-content .item-list > ul {
  padding: 0;
  list-style-type: none; }
  /* line 10, ../sass/components/views/_view.scss */
  .view .view-content .item-list > ul li.views-row {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 480px) {
      /* line 10, ../sass/components/views/_view.scss */
      .view .view-content .item-list > ul li.views-row {
        width: 50%; } }
    @media (min-width: 1260px) {
      /* line 10, ../sass/components/views/_view.scss */
      .view .view-content .item-list > ul li.views-row {
        width: 33.33333%; } }

/*# sourceMappingURL=fb.styles.css.map */
