/* This stylesheet generated by Transfonter (https://transfonter.org) on February 24, 2018 12:26 AM */
@font-face {
  font-family: 'DIN-Regular';
  src: url("../../fonts/DIN-Regular.eot");
  src: url("../../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/DIN-Regular.woff2") format("woff2"), url("../../fonts/DIN-Regular.woff") format("woff"), url("../../fonts/DIN-Regular.ttf") format("truetype"), url("../../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN-Medium';
  src: url("../../fonts/DIN-Medium.eot");
  src: url("../../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/DIN-Medium.woff2") format("woff2"), url("../../fonts/DIN-Medium.woff") format("woff"), url("../../fonts/DIN-Medium.ttf") format("truetype"), url("../../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DIN-Black';
  src: url("../../fonts/DIN-Black.eot");
  src: url("../../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/DIN-Black.woff2") format("woff2"), url("../../fonts/DIN-Black.woff") format("woff"), url("../../fonts/DIN-Black.ttf") format("truetype"), url("../../fonts/DIN-Black.svg#DIN-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Block Berthold BQ';
  src: url("../../fonts/BlockBertholdBQ-RegCnd.eot");
  src: url("../../fonts/BlockBertholdBQ-RegCnd.eot?#iefix") format("embedded-opentype"), url("../../fonts/BlockBertholdBQ-RegCnd.woff2") format("woff2"), url("../../fonts/BlockBertholdBQ-RegCnd.woff") format("woff"), url("../../fonts/BlockBertholdBQ-RegCnd.ttf") format("truetype"), url("../../fonts/BlockBertholdBQ-RegCnd.svg#BlockBertholdBQ-RegCnd") format("svg");
  font-weight: 500;
  font-style: normal; }
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px; }
  @media (max-width: 575.98px) {
    body {
      font-size: 10px; } }
  @media (max-width: 767.98px) {
    body {
      font-size: 12px; } }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px; } }
  @media (max-width: 1199.98px) {
    body {
      font-size: 14px; } }

.btn {
  font-family: 'DIN-Medium';
  font-size: 22px;
  border-radius: 0;
  padding: 1rem 0;
  color: #fff;
  width: 250px; }
  @media (max-width: 1199.98px) {
    .btn {
      font-size: 18px;
      padding: .75rem 1.5rem;
      width: 180px; } }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 20px; } }
  .btn:hover {
    color: #fff; }

.header {
  background-color: #1e1e1e;
  height: 100px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .header {
      height: 60px; } }
  @media (max-width: 767.98px) {
    .header {
      height: 70px; } }
  .header .logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    max-width: 210px; }
    @media (max-width: 1199.98px) {
      .header .logo {
        max-width: 140px;
        bottom: -30px; } }
    @media (max-width: 767.98px) {
      .header .logo {
        max-width: 130px;
        bottom: -30px; } }
  .header .social {
    margin-right: 60px;
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .header .social {
        margin-right: 40px;
        margin-top: 20px; } }
    .header .social a {
      margin-right: 30px; }
      @media (max-width: 1199.98px) {
        .header .social a {
          margin-right: 20px; }
          .header .social a img {
            height: 18px; } }

.spacer {
  background: url("../../images/spacer.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 60px;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .spacer {
      height: 40px; } }
  @media (max-width: 767.98px) {
    .spacer {
      height: 30px; } }

.section {
  text-align: center; }

.section-head {
  background: url("../../images/hero-background.png") no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 575.98px) {
    .section-head {
      background: url("../../images/hero-background-mobile.png") no-repeat;
      background-size: cover;
      background-position: center; } }
  .section-head .hero {
    margin-top: 1rem; }
    @media (max-width: 575.98px) {
      .section-head .hero {
        max-width: 380px;
        width: 100%; } }
  .section-head .arrow-wrapper .off {
    width: 25%;
    max-width: 265px; }
    @media (max-width: 767.98px) {
      .section-head .arrow-wrapper .off {
        width: 45%;
        max-width: 200px; } }
  .section-head .text {
    font-family: 'DIN-Regular';
    color: #fff;
    font-size: 24px; }
    @media (max-width: 1199.98px) {
      .section-head .text {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .section-head .text {
        font-size: 20px; } }
  .section-head .btn.find-near-me {
    background-color: #00ab67; }
    @media (max-width: 767.98px) {
      .section-head .btn.find-near-me {
        width: 65%; } }
    .section-head .btn.find-near-me:hover {
      background-color: #008c54; }
  .section-head .btn.get-my-coupon {
    background-color: #ef4c4c; }
    @media (max-width: 767.98px) {
      .section-head .btn.get-my-coupon {
        width: 65%; } }
    .section-head .btn.get-my-coupon:hover {
      background-color: #bb3333; }
  @media (max-width: 1199.98px) {
    .section-head .content-wrapper {
      max-width: 600px;
      margin: auto; } }

.section-recipes .row {
  background: url("../../images/recipe-background.png") no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767.98px) {
    .section-recipes .row {
      background: #fff; } }
  .section-recipes .row .recipe-wrapper .img-fluid {
    width: 100%; }
  .section-recipes .row .recipe-wrapper .view-recipe1 {
    background-color: #247146; }
    .section-recipes .row .recipe-wrapper .view-recipe1:hover {
      background-color: #184f31; }
  .section-recipes .row .recipe-wrapper .btn {
    width: 100%;
    padding: 1.5em 3.5em; }
    @media (max-width: 767.98px) {
      .section-recipes .row .recipe-wrapper .btn {
        padding: .75em 0; } }
  .section-recipes .row .recipe-wrapper .view-recipe2 {
    background-color: #9f212c; }
    .section-recipes .row .recipe-wrapper .view-recipe2:hover {
      background-color: #771b23; }
  .section-recipes .row .recipe-wrapper .view-recipe3 {
    background-color: #61a541; }
    .section-recipes .row .recipe-wrapper .view-recipe3:hover {
      background-color: #3d7124; }

.section-video img {
  width: 100%;
  cursor: pointer; }
.section-video .hidden {
  display: none !important; }
.section-video .iframe-wrapper {
  position: relative;
  padding-top: 56%; }
  .section-video .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-coupon {
  background: url("../../images/coupon-background.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  margin-bottom: -80px;
  z-index: 1;
  position: relative; }
  @media (max-width: 767.98px) {
    .section-coupon {
      background: url("../../images/coupon-background-mobile.png") no-repeat;
      background-size: cover;
      background-position: center; } }
  .section-coupon a.no-style {
    color: #434447;
    text-decoration: none; }
  .section-coupon .row .coupon-holder .coupon {
    border: 3px solid #ef4c4c;
    cursor: pointer;
    max-width: 480px;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .section-coupon .row .coupon-holder .coupon {
        max-width: 320px; } }
    .section-coupon .row .coupon-holder .coupon:hover {
      border: 3px solid #bb3333; }
      .section-coupon .row .coupon-holder .coupon:hover .print-coupon {
        width: 100%;
        background-color: #bb3333; }
    .section-coupon .row .coupon-holder .coupon .save {
      font-family: 'Block Berthold BQ';
      font-size: 54px;
      color: #ef4c4c; }
      @media (max-width: 1199.98px) {
        .section-coupon .row .coupon-holder .coupon .save {
          font-size: 50px; } }
      .section-coupon .row .coupon-holder .coupon .save span {
        font-size: 28px;
        vertical-align: super; }
        @media (max-width: 1199.98px) {
          .section-coupon .row .coupon-holder .coupon .save span {
            font-size: 24px; } }
    .section-coupon .row .coupon-holder .coupon .subtext {
      font-family: 'DIN-Medium';
      font-size: 20px; }
      @media (max-width: 1199.98px) {
        .section-coupon .row .coupon-holder .coupon .subtext {
          font-size: 16px; } }
    .section-coupon .row .coupon-holder .coupon strong {
      font-family: 'DIN-Black';
      font-size: 20px; }
      @media (max-width: 1199.98px) {
        .section-coupon .row .coupon-holder .coupon strong {
          font-size: 16px; } }
    .section-coupon .row .coupon-holder .coupon .print-coupon {
      width: 100%;
      background-color: #ef4c4c; }
      .section-coupon .row .coupon-holder .coupon .print-coupon:hover {
        background-color: #bb3333; }
      .section-coupon .row .coupon-holder .coupon .print-coupon img {
        width: 35px;
        vertical-align: middle; }
  .section-coupon .row .coupon-eye-candy img {
    max-height: 425px; }

.section-find {
  background: url("../../images/find-background.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .section-find {
      padding: 50px 0; } }
  .section-find .find-text {
    font-family: 'Block Berthold BQ';
    font-size: 48px;
    color: #00ab67;
    line-height: 52px; }
    @media (max-width: 1199.98px) {
      .section-find .find-text {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .section-find .find-text {
        width: 80%;
        margin: auto;
        font-size: 32px;
        line-height: 36px; } }
    .section-find .find-text sup {
      font-size: 1rem;
      vertical-align: top;
      top: 12px; }
  .section-find form input {
    font-family: 'DIN-Medium';
    font-size: 18px;
    border-radius: 0;
    padding: 1rem .75rem;
    border: 0;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 210px;
    line-height: 1.9;
    color: #000; }
    @media (max-width: 1199.98px) {
      .section-find form input {
        padding: .75rem !important; } }
    @media (max-width: 767.98px) {
      .section-find form input {
        width: 80%;
        max-width: 100%; } }
  @media (max-width: 767.98px) {
    .section-find form .btn {
      width: 80%; } }
  .section-find form .find-near-me {
    background-color: #00ab67; }
    .section-find form .find-near-me:hover {
      background-color: #008c54; }

footer {
  background-color: #1e1e1e;
  color: #fff; }
  footer .social a {
    margin: 0 15px; }
    @media (max-width: 1199.98px) {
      footer .social a img {
        height: 18px; } }
  footer .copyright {
    font-family: 'DIN-Regular'; }
