@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Regular.eot");
  src: url("../fonts/CeraGR-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Regular.woff") format("woff"),
    url("../fonts/CeraGR-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Bold.eot");
  src: url("../fonts/CeraGR-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Bold.woff") format("woff"),
    url("../fonts/CeraGR-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-BoldItalic.eot");
  src: url("../fonts/CeraGR-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-BoldItalic.woff") format("woff"),
    url("../fonts/CeraGR-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Black.eot");
  src: url("../fonts/CeraGR-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Black.woff") format("woff"),
    url("../fonts/CeraGR-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-MediumItalic.eot");
  src: url("../fonts/CeraGR-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CeraGR-MediumItalic.woff") format("woff"),
    url("../fonts/CeraGR-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Thin.eot");
  src: url("../fonts/CeraGR-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Thin.woff") format("woff"),
    url("../fonts/CeraGR-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-BlackItalic.eot");
  src: url("../fonts/CeraGR-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-BlackItalic.woff") format("woff"),
    url("../fonts/CeraGR-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-RegularItalic.eot");
  src: url("../fonts/CeraGR-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CeraGR-RegularItalic.woff") format("woff"),
    url("../fonts/CeraGR-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-ThinItalic.eot");
  src: url("../fonts/CeraGR-ThinItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-ThinItalic.woff") format("woff"),
    url("../fonts/CeraGR-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Light.eot");
  src: url("../fonts/CeraGR-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Light.woff") format("woff"),
    url("../fonts/CeraGR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-LightItalic.eot");
  src: url("../fonts/CeraGR-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-LightItalic.woff") format("woff"),
    url("../fonts/CeraGR-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/CeraGR-Medium.eot");
  src: url("../fonts/CeraGR-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraGR-Medium.woff") format("woff"),
    url("../fonts/CeraGR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 1200px) {
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Cera", "Helvetica Neue", Arial, sans-serif;
}

hr {
  border-color: #ec3724;
  border-width: 3px;
  max-width: 50px;
  margin-left: 0;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ec3724;
}

a:hover,
a:focus {
  color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cera", "Helvetica Neue", Arial, sans-serif;
}

h1.heroText {
  font-size: 35px;
  font-weight: 600;
  color: rgba(255, 255, 255);
  line-height: 3rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

h2.readMore {
  font-weight: 300;
  padding-top: 20px;
  letter-spacing: 0.25rem;
  font-size: 2rem;
}

h2.readMore a {
  text-decoration: underline;
}

.strike h2 {
  color: #323232;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.liftNumber {
  vertical-align: text-top;
}

.rwd-line {
  display: inline;
}

.secNav h3 {
  font-size: 3.5rem;
  margin-bottom: 50px;
  margin-top: -20px;
}

.mapTitle h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.125rem;
  font-size: 30px;
}

.suggested-dish {
  color: #323232;
  padding: 0 10px;
  line-height: 2.1rem;
}

.mapTitle h3 {
  color: #ec3724;
  letter-spacing: 0.125rem;
  margin-top: 0;
}

h4.tenderness,
.flavor,
.fat {
  color: #323232;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

h4.tenderness:before {
  content: "\f054";
  font-family: "fontawesome";
  color: #202020;
  padding: 10px 10px 0 0;
  font-size: 1.25rem;
}

h4.flavor:before {
  content: "\f054";
  font-family: "fontawesome";
  color: #424242;
  padding: 10px 10px 0 0;
  font-size: 1.25rem;
}

h4.fat:before {
  content: "\f054";
  font-family: "fontawesome";
  color: #838383;
  padding: 10px 10px 0 0;
  font-size: 1.25rem;
}

.zero-helvetica {
  font-family: helvetica, sans-serif;
}

.tenderness-bar {
  background-color: #202020;
}

.flavor-bar {
  background-color: #424242;
}

.fat-bar {
  background-color: #838383;
}

.countryCopy h1 {
  color: #323232;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 4px solid #ec3724;
  padding: 0 15px;
}

.countryCopy p {
  color: #323232;
  padding: 15px 0;
}

.countryMeats .col-md-4 {
  min-height: 315px;
}

.countryMeats h4 {
  color: #323232;
}

.countryMeats img:hover {
  opacity: 0.75;
  transition: ease 0.3s;
  -webkit-backface-visibility: hidden;
}

h4.fixedNavText {
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 14px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.g-py-20 {
  padding: 20px;
}

.g-py-60 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.d-block {
  display: block;
}

.no-pad-btm {
  padding-bottom: 0;
}

.g-brd-right--md {
  border-right: 1px solid #ffffff;
}

.u-icon-size--xl {
  font-size: 30px;
  color: #ec3724;
}

.no-marginTop {
  margin-top: 0;
}
.marginTopThirty {
  margin-top: 30px;
}
.marginTopForty {
  margin-top: 40px;
}
.marginTopFifty {
  margin-top: 50px;
}

.marginTop75 {
  margin-top: 75px;
}

.marginBottomForty {
  margin-bottom: 40px;
}

.bg-primary {
  background-color: #323232;
}

.bg-light {
  background-color: #ececec;
  color: white;
  position: relative;
}

.bg-white {
  background-color: #ffffff;
}

.bg-map {
  background-image: url(../img/dark_matter.png);
  position: fixed;
  width: 100%;
  height: 775px;
}

.jobsEmail {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.countryDropDown {
  background-image: url(../img/mobileMapBG.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
}

.countryOrigin {
  margin-top: 150px;
}

.countryOrigin .btn {
  background-color: rgba(50, 50, 50, 0.4);
  border-radius: 0;
  border: 2px solid #fff;
  font-family: "cera", sans-serif;
  letter-spacing: 0.125rem;
  font-size: 1.5rem;
  color: #fff;
}

.countryOrigin .btn:hover {
  color: #ec3724;
}

.countryOrigin .btn:hover {
  color: #ec3724;
  text-decoration: none;
}

.countryOrigin .dropdown-menu {
  margin: 0 auto;
  width: 45%;
  background: rgba(42, 42, 42, 0.6);
  /* color: #fff; */
  position: absolute;
  left: 0;
  right: 0;
}

.countryOrigin .dropdown-menu a {
  color: #fff;
  font-family: "cera", sans-serif;
  font-size: 1.45rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 500;
}

.bg-primary-map {
  background-color: #323232;
  position: relative;
  margin-top: 775px;
}

.text-dark {
  color: #323232;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
  line-height: 3.5rem;
}

section {
  padding: 50px 0;
}

sectionINB {
  padding: 50px 0;
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}

.primary-logo {
  margin: 0 auto;
  width: 158px;
}

.primary-logo img {
  display: block;
  width: 138px;
  height: 71px;
  padding: 7px 10px;
}

footer .primary-logo a {
  display: block;
  width: 125px;
  height: 55px;
  background: url(../img/logo.png) no-repeat;
  background-size: 70%;
}

.topBar {
  height: 30px;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.topBar a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.topBar i {
  color: #323232;
  margin-left: 10px;
  margin-top: 8px;
}

.navbar-right i {
  color: #ec3724;
}

.dropdown-menu {
  background-color: #d4d4d4;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 9px 0 rgba(50, 50, 50, 0.15) !important;
  -moz-box-shadow: 0 5px 9px 0 rgba(50, 50, 50, 0.15) !important;
  box-shadow: 0 5px 9px 0 rgba(50, 50, 50, 0.15) !important;
}

.navbar-default .navbar-nav > .open > a:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  transform: rotate(180deg);
  right: 0;
  bottom: -28px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d4d4d4;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 44px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #252525;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

.navbar-default {
  background-color: #323232;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: "Cera", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0 3px 7px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 3px 7px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 3px 7px 0 rgba(50, 50, 50, 0.5);
}

.navbar-default .navbar-collapse {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}

.navbar-default .navbar-header .navbar-brand {
  color: #ec3724;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  margin-left: 20px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #eb3812;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #ec3724 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar-fixed-top {
  top: 30px;
  border-width: 0 0 1px;
}

/* .mega-dropdown:hover .dropdown-menu {
  display: block !important;
} */

@media (max-width: 767px) {
  .mf-logo {
    margin-top: 80px;
    width: 100px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #ececec;
  }

  .navbar-nav {
    margin: 7.5px 0;
  }

  .navbar-default .navbar-nav > .open > a:after {
    display: none;
  }

  .navbar-collapse.in {
    overflow-y: auto;
    background: #d4d4d4;
  }

  .navbar-default {
    background-color: #323232;
  }

  .headerList ul {
    padding-left: 0;
  }
  .headerList li a {
    display: block !important;
    padding: 5px 5px !important;
  }
  .navbar-default .navbar-nav > .open > a i {
    transform: rotate(180deg);
    color: #eb3812;
  }
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 1.35rem;
  color: #ec3724;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.175rem;
  font-family: "Cera", sans-serif;
}

.headerList li {
  list-style: none;
  font-family: "Cera", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  padding: 7px;
}

.headerList li a {
  color: #323232;
  display: block;
  padding: 5px 5px;
  margin: -5px;
}

.headerList li a:hover {
  text-decoration: none;
  color: #ec3724;
  font-weight: 700;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/MI_homepage-hero-2_cropped-2.jpg");
  text-align: center;
  color: white;
}

.aljomar {
  background: url(../img/ibericoPork-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.bison {
  background: url(../img/bison-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}
.labelleChicken {
  background: url(../img/marx-imports_la-bella-section-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: center;
}

.chicken {
  background: url(../img/chicken-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.duckFoie {
  background: url(../img/duckFoie-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.elk {
  background: url(../img/elk-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.exoticMeats {
  background: url(../img/exoticMeat-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.goose {
  background: url(../img/goose-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.grainVeal {
  background: url(../img/grainVeal-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.grainWagyu {
  background: url(../img/grainFedWagyu-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.guineaFowl {
  background: url(../img/guineaFowl-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.kurobuta {
  background: url(../img/korobutaPork-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.lamb {
  background: url(../img/lamb-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 200px;
}

.welshHillLamb {
  background: url(../img/welsh-hill-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.mangalitsa {
  background: url(../img/mangalitsa-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.milkVeal {
  background: url(../img/milkVeal-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.pastureVeal {
  background: url(../img/pastureVeal-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.petiteVeal {
  background: url(../img/petiteVeal-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.pheasant {
  background: url(../img/pheasant-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.pork-boar {
  background: url(https://www.placehold.it/1900x450);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.poussin {
  background: url(../img/poussin-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.quail {
  background: url(../img/quail-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.rabbit {
  background: url(../img/rabbit-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.guide-beef-cuts {
  background: url(../img/sff-sideTag.png), url(../img/1900-guide-beef-cuts.jpg);
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 0;
  background-position: right 2% bottom 0%, center;
}

.guide-venison-cuts {
  background: url(../img/sff-sideTag.png),
    url(../img/1900-guide-venison-cuts.jpg);
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 0;
  background-position: right 2% bottom 0%, center;
}

.guide-lamb-cuts {
  background: url(../img/1900-guide-lamb-cuts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
}

.squab {
  background: url(../img/SQUAB.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.veal {
  background: url(https://www.placehold.it/1900x450);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.venison {
  background: url(../img/SFF_Venison_Header_noLogo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 25px;
}

.shellfish {
  background: url(../img/shellfish-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

.wholesaleBeef {
  background: url(../img/wholesaleGFB-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 215px;
}

.wholesaleINB {
  background: url(../img/wholesaleINBheader1-1-07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
  margin-top: 85px;
}

.wildBoar {
  background: url(../img/wildBoar-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: right;
}

header .header-content {
  position: relative;
  text-align: left;
  padding: 160px 15px 100px;
  width: 100%;
}

header .header-content .header-content-inner h1 {
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.header-content-inner h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.125rem;
  color: rgba(255, 255, 255, 0.85);
}

header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

.aside-heading {
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ec3724;
  font-weight: 600;
}

.mf-tile-heading {
  padding-top: 50px;
  margin-top: 0;
  color: #ec3724;
  font-weight: 700;
  font-size: 2.5rem;
}

.copyHeading {
  color: #323232;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15rem;
}

.section-heading {
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 700;
  color: #323232;
}

.section-heading-white {
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 700;
  color: #ffffff;
}

.cut-cow {
  padding: 15px 0;
  box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
}

.applications {
  box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 9px 9px -7px rgba(0, 0, 0, 0.25);
}

.sup {
  vertical-align: super;
}

.strike h2 {
  color: #323232;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.redMarx {
  color: #ec3724;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 60%;
  width: 9999px;
  height: 2px;
  background: #323232;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

sup {
  top: -1em;
}

sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 5px;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(236, 55, 36, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0 15px;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: #ec3724;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a.btn.mi-button {
  border: 2px solid #323232;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 0.15rem;
  font-family: "cera", sans-serif;
}

a.btn.mi-button:hover {
  background: #ec3724;
  border: 2px solid #ec3724;
  transition: ease 0.35s;
  color: #fff;
}

a.btn.mi-button-sm {
  border: 2px solid #323232;
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.15rem;
  font-family: "cera", sans-serif;
}

a.btn.mi-button-sm:hover {
  background: #ec3724;
  border: 2px solid #ec3724;
  transition: ease 0.35s;
  color: #fff;
}

.btn-responsive {
  white-space: normal !important;
  word-wrap: break-word;
}

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}

.btn-default .badge {
  color: white;
  background-color: #222222;
}

.btn-primary {
  color: white;
  background-color: #ec3724;
  border-color: #ec3724;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ec3724;
  border-color: #ec3724;
}

.btn-primary .badge {
  color: #ec3724;
  background-color: white;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-xl {
  padding: 15px 30px;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}

/*footer*/
footer.nb-footer {
  background-image: url(../img/dark_mosaic.png);
  z-index: 800;
  position: absolute;
  width: 100%;
}

footer.nb-footer .about .social-media ul li a:hover {
  background: #b78c33;
  color: #fff;
  border-color: #b78c33;
}

footer.nb-footer .footer-info-single {
  margin-top: 25px;
  margin-bottom: 25px;
}

footer.nb-footer .footer-info-single .title {
  color: #ec3724;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15rem;
}

footer.nb-footer .footer-info-single ul li a {
  display: block;
  color: #c7c7c7;
  padding: 4px 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.footerAddress {
  display: inline-block;
  color: #c7c7c7;
  padding: 4px 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.25rem;
}

footer.nb-footer .footer-info-single ul li a:hover {
  color: #ec3724 !important;
  text-decoration: none;
}

footer.nb-footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #aaa;
}

footer.nb-footer .copyright {
  margin-top: 15px;
  padding: 7px 0;
  color: #848484;
}

footer.nb-footer .copyright p {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  margin-top: -25px;
}

.textRed {
  color: #ec3724 !important;
}

.textRed2 {
  color: #ec3724 !important;
  padding-bottom: 15px;
  font-size: 4em;
  font-weight: 600;
  text-align: center;
}

.textGrey {
  font-size: 24px;
  font-weight: 300;
  margin: 20px;
  text-align: center;
}

.table-responsive {
  border: 0 !important;
}

.table > tbody > tr > td {
  vertical-align: top;
  border-top: 0;
  color: #c7c7c7;
  padding: 4px;
  font-weight: 400;
  font-size: 1.25rem;
}
.btn:hover {
  color: #ec3724;
  text-decoration: none;
}
.btn:focus {
  color: #bf2c1c;
}
.btn-circle {
  width: 70px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  height: 70px;
  margin-top: -135px;
  padding: 7px 16px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  right: 0;
  background: #3e3e3e;
}

.btn-circle-inner-dark {
  width: 70px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  height: 70px;
  margin-top: 20px;
  padding: 5px 14px;
  font-size: 40px;
  color: #323232;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  right: 11px;
  background: transparent;
}

.btn-circle-inner-light {
  width: 70px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  height: 70px;
  margin-top: 20px;
  padding: 5px 14px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  right: 11px;
  background: transparent;
}

.btn-circle-inner-light p,
.btn-circle-inner-dark p {
  font-size: 0.95rem;
  margin-bottom: -17px;
  margin-top: 10px;
  letter-spacing: 0.15rem;
}

.btn-circle:hover,
.btn-circle-inner:hover {
  color: #ec3724;
}

.secNav .affix {
  top: 110px;
  width: 100%;
  margin: 0 auto;
  z-index: 500;
  left: 0;
  right: 0;
  transition: ease 0.45s;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

nav.navbar.navbar-inverse.affix-top {
  width: 300px;
  margin: 0 auto;
}

nav.navbar.navbar-inverse.affix {
  -webkit-box-shadow: inset 0 10px 5px 0px rgba(50, 50, 50, 0.98);
  -moz-box-shadow: inset 0 10px 5px 0 rgba(50, 50, 50, 0.98);
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.31);
  transition: ease 0.75s;
}

.navbar {
  margin-bottom: 0;
}

.midNavbar .navbar-nav {
  margin: 0;
}

.navbar-inverse {
  background-color: rgba(50, 50, 50, 1);
  border-color: transparent;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

.midNavbar .navbar-nav {
  width: 100%;
}

.midNavbar li {
  text-align: center;
  display: inline-block;
  width: 50%;
}

.midNavbar li.four {
  text-align: center;
  display: inline-block;
  width: 23%;
}

.midNavbar li.five {
  text-align: center;
  display: inline-block;
  width: 20%;
}

.midNavbar li.two {
  text-align: center;
  display: inline-block;
  width: 49%;
}
.midNavbar li.three {
  text-align: center;
  display: inline-block;
  width: 33%;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 3px;
}

.navbar-inverse .two-stack .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}

.two-stack li.active:after {
  display: none !important;
}

.midNavbar li.active:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -18px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ec3724;
}

.angusNavLogo {
  background-image: url(../img/angusNavLogoSM.png);
  display: inline-block;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.reserveNavLogo {
  background-image: url(../img/reserveNavLogoSM.png);
  display: inline-block;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.firstLightNavLogo {
  background-image: url(../img/firstLightNavLogoSM.png);
  display: inline-block;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.leQuebecoisNavLogo {
  background-image: url(../img/grainFedVealNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.victoriaNavLogo {
  background-image: url(../img/pastureRaisedVealNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.milkVealNavLogo {
  background-image: url(../img/milkFedVealNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.petiteVealNavLogo {
  background-image: url(../img/petiteVealNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.kangarooNavLogo {
  background-image: url(https://www.placehold.it/90x35);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.alligatorNavLogo {
  background-image: url(https://www.placehold.it/90x35);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.turtleNavLogo {
  background-image: url(https://www.placehold.it/90x35);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.duckNavLogo {
  background-image: url(../img/duckNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.foieGrasNavLogo {
  background-image: url(../img/foieGrasNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.svoNavLogo {
  background-image: url(../img/svoNavLogoSM.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.pouletRougeNavLogo {
  background-image: url(../img/pouletRougeNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.aljomarNavLogo {
  background-image: url(../img/aljomarNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.kurobutaNavLogo {
  background-image: url(../img/kurobutaNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.wildBoarNavLogo {
  background-image: url(../img/wildBoarNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mangalistaNavLogo {
  background-image: url(../img/mangalistaNavLogoSm.png);
  display: inline-block;
  width: 90px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.affix ~ .container {
  width: 100%;
  position: relative;
  top: 50px;
}

/*contace sections */
.restaurantHome {
  background-image: url(../img/contactRestaurantBG.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center right;
}

.restaurantHome .container {
  background: rgba(31, 31, 31, 0.5);
  padding: 10px 35px;
  text-align: center;
}

/* Wholesale GFB Sections */
.angus {
  background-image: url(../img/wholesaleGFB-Angus.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center right;
}

.inbHeader {
  background-image: url(../img/wholesaleINBheader2-2-05.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  padding: 50px;
}

.inbHeader2 {
  background-image: url(../img/wholesaleINBheader3-08.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  padding: 15px;
}

.pouletRouge {
  background-image: url(../img/pouletRouge-header.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.firstLight {
  background-image: url(../img/firstLightWagyu-header.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.reserve {
  background-image: url(../img/wholesaleGFB-Reserve.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center right;
}

.centerBadge {
  margin-top: -145px;
  max-width: 265px;
  -webkit-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
  box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
}

.centerBadge-solo {
  margin-top: -80px;
  max-width: 190px;
  -webkit-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
  box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
}

.centerBadge-solo-cutGuide {
  margin-top: -145px;
  max-width: 190px;
  -webkit-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.15);
}

.bullets {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 20px 0;
}

.bullets li {
  font-size: 1.7rem;
  line-height: 2.8rem;
  /* padding-left: 10px; */

  letter-spacing: 0.15rem;
}

.border-bottom {
  border-bottom: 10px solid #fff;
}

.mb-0 {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 300;
}

.mb-0-light {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.blockquote {
  border-left: 3px solid #ec3724;
  border-right: 3px solid #ec3724;
}

.blockquote footer {
  color: #ababab;
  font-family: Georgia, serif;
  float: right;
}

section.quote {
  padding: 30px 0;
}

@media screen and (min-width: 569px) {
  .sffTileParallax {
    position: relative;
    width: 100%;
    min-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url("../img/SFF_ANGUS_2000.jpg");
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 568px) {
  .sffTileParallax {
    position: relative !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-image: url("../img/SFF_ANGUS_MOBILE-01.jpg") !important;
    text-align: center !important;
    background-repeat: no-repeat !important;
  }
}

@media screen and (min-width: 720px) {
  .programSpotlight {
    display: flex;
    justify-content: center;
    column-gap: 40px;
  }
}

@media screen and (max-width: 720px) {
  .programSpotLightBox {
    display: block;
    margin-top: 30px;
  }
}

#mapwrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
}
#map_base svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 320px) {
  #map_base svg {
    height: 250px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #map_base svg {
    height: 330px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #map_base svg {
    height: 350px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #map_base svg {
    height: 400px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #map_base svg {
    height: 500px;
  }
}
@media screen and (min-width: 686px) {
  #map_base svg {
    height: 500px;
  }
}
#text-abb text {
  font-family: Cera, Helvetica, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#map-tip {
  text-align: left;
  font: 14px/16px Cera, Helvetica, Arial, sans-serif;
  display: none;
  padding: 3px;
  border: 1px solid #ebeced;
  color: #edeef0;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgb(73, 73, 73);
  word-break: keep-all;
  white-space: nowrap;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
#map-tip p {
  margin: 0 !important;
}
#map-tip img {
  float: left;
  padding: 3px;
}

.gryBorderBox {
  padding: 50px 30px;
  border: 1px solid #c7c7c7;
}

.gryBorderBox-wrapper {
  padding: 0 10px 20px;
}

.gryBorderBox:hover {
  background: #ffffff;
  transition: all ease 0.4s;
}

.gryBorderBox-white-bg {
  padding: 50px 30px;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}

.gryBorderBox-white-bg-wrapper {
  padding: 0 10px 20px;
}

.gryBorderBox-white-bg:hover {
  transition: all ease 0.4s;
}

.u-block-hover:hover .u-block-hover__main {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: ease 0.35s;
  backface-visibility: hidden;
}

.u-block-hover {
  transition: ease 0.35s;
  backface-visibility: hidden;
}

.mixPallet {
  margin-top: -70px;
  margin-left: 40px;
}

.borderLeft-thick {
  border-left: 5px solid #323232;
  padding: 0 20px;
}

.altNav {
  position: fixed;
  width: 100%;
  padding: 5px 0 20px;
  margin-top: 115px !important;
  z-index: 1000;
  -webkit-box-shadow: inset 0 10px 5px 0 rgba(50, 50, 50, 0.98);
  -moz-box-shadow: inset 0 10px 5px 0 rgba(50, 50, 50, 0.98);
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.31);
}

.navMarginTop {
  margin-top: 135px;
}

.headerMarginTop {
  margin-top: 90px;
}

.altNav-category:after {
  content: "\f107";
  font-family: fontawesome;
  color: red;
  float: right;
  padding-left: 23px;
  margin-right: -10px;
  margin-top: 5px;
}

.altNav-categoryText:after {
  display: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -128px;
  visibility: hidden;
}

@media (min-width: 768px) {
  h1.heroText {
    font-size: 40px;
    line-height: 50px;
  }

  h2.readMore {
    font-size: 3rem;
    padding-top: 30px;
  }

  .strike h2 {
    font-size: 30px;
  }

  h4.fixedNavText {
    text-transform: uppercase;
    border-left: 2px solid #ec3724;
    letter-spacing: 0.125rem;
    font-size: 18px;
  }

  header {
    /* background-position: center bottom; */
    background-attachment: fixed;
    z-index: -2;
  }

  .mf-logo {
    margin-top: 110px;
    width: 100px;
  }

  .mapTitle h1 {
    font-size: 30px;
  }

  .rwd-line {
    display: block;
  }

  .pull-right-sm {
    float: right;
  }

  .extra {
    border-left: 2px solid rgba(50, 50, 50, 0.3);
  }

  .extra img {
    transition: ease-in-out 0.45s;
  }

  .extra img:hover {
    opacity: 0.7;
    transition: ease-in-out 0.45s;
    -webkit-backface-visibility: hidden;
  }

  .extra ul {
    padding-left: 0;
  }

  .extra p {
    text-transform: capitalize;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    background: #323232;
    margin-top: -14px;
    padding: 15px 20px;
  }

  .extra i {
    right: 30px;
    position: absolute;
    bottom: -17px;
    font-size: 19rem;
    color: rgba(148, 148, 148, 0.48);
  }

  .btn-marx {
    background: rgba(212, 212, 212, 0.65);
    border-radius: 0;
    padding: 9px;
    margin-top: -15px;
    border: 2px solid #ec3724;
    z-index: 5000;
    position: relative;
  }

  .btn-marx:hover {
    background: rgba(50, 50, 50, 0.75);
    border: 2px solid rgba(50, 50, 50, 0.75);
    transition: ease 0.45s;
  }

  .btn-marx.center-block {
    color: #ec3724;
  }

  .btn-marx.center-block:hover {
    color: #fff;
  }

  .bg-light-map {
    background-color: #ececec;
    position: relative;
    margin-top: 775px;
  }

  .headerMarginTop {
    margin-top: 0;
  }

  .navbar-left,
  .navbar-right {
    margin-top: 17px;
  }

  .navbar-right {
    float: right !important;
    margin-right: 15px;
  }

  .navbar-default .navbar-collapse {
    background-color: #323232;
    border-color: rgba(34, 34, 34, 0.05);
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    margin-left: 0;
    text-transform: uppercase;
  }

  .nav > li > a {
    padding: 10px 15px;
  }

  .aljomar,
  .kurobuta,
  .wildBoar,
  .pastureVeal,
  .petiteVeal,
  .milkVeal,
  .veal,
  .chicken,
  .chickenPoulet {
    padding: 65px 0 65px;
  }

  .lamb,
  .rabbit,
  .guide-beef-cuts,
  .guide-venison-cuts,
  .venison,
  .pouletRouge,
  .grainWagyu,
  .elk,
  .bison,
  .quail,
  .squab,
  .poussin,
  .guineaFowl,
  .pheasant,
  .goose {
    padding: 135px 0 50px;
  }

  .wholesaleBeef,
  .exoticMeats,
  .pork-boar,
  .grainVeal,
  .duckFoie {
    padding: 135px 0 30px;
    margin-top: 110px;
  }

  .wholesaleINB {
    margin-top: 110px;
  }

  .octProd {
    margin-top: 30px;
  }

  header {
    min-height: 75%;
  }

  header .header-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 25px;
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
  }

  header .header-content .header-content-inner {
    max-width: 1000px;
  }

  header .header-content .header-content-inner h1 {
    font-size: 65px;
  }

  header .header-content .header-content-inner p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }

  .section-heading,
  .section-heading-white {
    font-size: 4rem;
  }

  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }

  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }

  footer.nb-footer .footer-info-single {
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .footerAddress {
    padding: 4px 33px;
  }

  .secNav .affix,
  nav.navbar.navbar-inverse.affix-top {
    width: 100%;
  }

  .midNavbar li {
    display: inline-block;
    text-align: center;
    width: 49%;
    padding: 0px;
  }

  .midNavbar li.four {
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: center;
    width: 24%;
  }

  .altNav {
    margin-top: 105px !important;
  }

  .reserveNavLogo {
    background-image: url(../img/reserveNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .bullets {
    padding: 20px;
  }

  .mb-0,
  .mb-0-light {
    font-size: 1.75rem;
  }

  section.quote {
    padding: 50px 0;
  }

  .centerBadge-solo {
    margin-top: -145px;
    max-width: 265px;
    -webkit-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
    box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.55);
  }

  .centerBadge-solo-cutGuide {
    max-width: 265px;
  }

  .angusNavLogo {
    background-image: url(../img/angusNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .firstLightNavLogo {
    background-image: url(../img/firstLightNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .leQuebecoisNavLogo {
    background-image: url(../img/grainFedVealNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .victoriaNavLogo {
    background-image: url(../img/pastureRaisedVealNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .milkVealNavLogo {
    background-image: url(../img/milkFedVealNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .petiteVealNavLogo {
    background-image: url(../img/petiteVealNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .kangarooNavLogo {
    background-image: url(https://www.placehold.it/200x28);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .alligatorNavLogo {
    background-image: url(https://www.placehold.it/200x28);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .turtleNavLogo {
    background-image: url(https://www.placehold.it/200x28);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .duckNavLogo {
    background-image: url(../img/duckNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .foieGrasNavLogo {
    background-image: url(../img/foieGrasNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .svoNavLogo {
    background-image: url(../img/svoNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .pouletRougeNavLogo {
    background-image: url(../img/pouletRougeNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .aljomarNavLogo {
    background-image: url(../img/aljomarNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .kurobutaNavLogo {
    background-image: url(../img/kurobutaNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .wildBoarNavLogo {
    background-image: url(../img/wildBoarNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .mangalistaNavLogo {
    background-image: url(../img/mangalistaNavLogo.png);
    height: 28px;
    width: 200px;
    background-size: contain;
  }

  .gryBorderBox {
    min-height: 310px;
  }

  .gryBorderBox-white-bg {
    min-height: 316px;
  }

  .box1 {
    margin-top: -2px;
  }
  .box2 {
    margin-top: 5px;
    margin-left: -4px;
  }
  .box3 {
    margin-top: -30px;
  }
  .box4 {
    margin-top: -48px;
    margin-left: -2px;
  }

  .woodPallet {
    margin-top: -25px;
  }

  .altNav-categoryText:after {
    content: "\f107";
    font-family: fontawesome;
    color: red;
    padding-left: 23px;
    display: inline;
  }
}

@media (min-width: 992px) {
  .mapTitle h1 {
    font-size: 40px;
  }

  h1.heroText {
    margin-top: 35px;
  }

  .grainWagyu,
  .veal,
  .lamb,
  .pouletRouge,
  .pork-boar,
  .rabbit,
  .guide-beef-cuts,
  .guide-venison-cuts,
  .venison,
  .elk,
  .bison,
  .quail,
  .squab,
  .poussin,
  .guineaFowl,
  .pheasant,
  .goose {
    padding: 125px 0 60px;
    min-height: 280px;
  }

  .wholesaleBeef,
  .wholesaleINB,
  .duckFoie,
  .chicken {
    padding: 125px 0 60px;
    min-height: 280px;
    margin-top: 140px;
  }

  .grainVeal,
  .petiteVeal,
  .pastureVeal,
  .milkVeal,
  .aljomar,
  .kurobuta,
  .wildBoar,
  .exoticMeats {
    padding: 45px 0 50px;
    min-height: 280px;
  }

  .section-heading,
  .section-heading-white {
    font-size: 5.5rem;
  }

  .service-box {
    margin: 20px auto 0;
  }

  .secNav .affix {
    /*top:100px;*/
    top: 78px;
  }

  .secNav .affix,
  nav.navbar.navbar-inverse.affix-top {
    width: 100%;
  }

  .mb-0,
  .mb-0-light {
    font-size: 2.25rem;
  }

  h2.readMore {
    font-size: 3.5rem;
    padding-top: 45px;
  }

  .pull-right-md {
    float: right;
  }

  .text-right-md {
    text-align: right;
  }

  footer .primary-logo a {
    background-position: 50% 0%;
    height: 84px;
    width: 158px;
  }

  .g-brd-right--md {
    border-right: 1px solid #a7a7a7;
  }

  .topBar a {
    font-size: 1.3rem;
  }

  .nav > li > a {
    padding: 10px 14px;
  }

  .navbar-default {
    background-color: #323232;
    border-bottom: 2px solid #323232;
  }

  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.0325rem;
  }

  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #ec3724;
  }

  .navbar-default .navbar-nav > .open > a > i {
    transform: rotate(180deg);
    transition: ease 0.5s;
  }

  .navbar-default.affix {
    background-color: #323232;
    border-color: rgba(34, 34, 34, 0.05);
  }

  .navbar-default.affix .navbar-header .navbar-brand {
    color: #ec3724;
    font-size: 14px;
  }

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
  }

  .angus,
  .reserve,
  .restaurantHome {
    background-attachment: fixed;
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ec3724;
  }

  .altNav {
    margin-top: 110px !important;
  }

  .gryBorderBox {
    min-height: 326px;
  }

  .gryBorderBox-white-bg {
    min-height: 336px;
  }

  .box1 {
    margin-top: -5px;
  }
  .box2 {
    margin-left: -2px;
  }
  .box3 {
    margin-top: -19px;
  }
  .box4 {
    margin-top: -30px;
    margin-left: -2px;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

  h1.heroText {
    font-size: 55px;
    line-height: 70px;
  }

  .mapTitle h1 {
    font-size: 45px;
  }

  .navbar-fixed-top {
    top: 0;
  }

  .pull-right-lg {
    float: right;
    text-align: right;
  }

  .text-right-lg {
    text-align: right;
  }

  .wholesaleINB {
    padding: 60px 0 60px;
    margin-top: 85px;
  }

  .wholesaleBeef,
  .kurobuta,
  .wildBoar,
  .mangalitsa,
  .grainWagyu,
  .pork-boar,
  .venison,
  .chicken,
  .chickenPoulet,
  .pheasant,
  .goose {
    padding: 100px 0 60px;
  }

  .lamb,
  .pouletRouge,
  .rabbit,
  .guide-beef-cuts,
  .guide-venison-cuts,
  .guide-lamb-cuts,
  .elk,
  .bison,
  .quail,
  .duckFoie,
  .squab,
  .poussin,
  .guineaFowl {
    padding: 95px 0 95px;
    min-height: 305px;
  }

  .octProd {
    margin-top: 80px;
  }

  .chicken,
  .grainVeal,
  .aljomar,
  .exoticMeats {
    margin-top: 125px;
    padding: 120px 0 60px;
    min-height: 305px;
  }

  .section-heading,
  .section-heading-white {
    font-size: 6.5rem;
  }

  .secNav .affix,
  nav.navbar.navbar-inverse.affix-top {
    /*width: 1170px;*/
    width: 100%;
  }

  .altNav {
    margin-top: 85px !important;
  }

  .gryBorderBox {
    min-height: 365px;
  }

  .gryBorderBox-white-bg {
    min-height: 378px;
  }

  .box1 {
    margin-top: 0;
  }
  .box2 {
    margin-top: 5px;
    margin-left: -2px;
  }

  .box3 {
    margin-top: -23px;
  }

  .box4 {
    margin-top: -37px;
    margin-left: -2px;
  }
}

/* Card */

.news-cards {
  margin-top: 25px;
}

.card {
  overflow: hidden;
}
.card:focus,
.card:hover {
  border-color: rgba(147, 143, 102, 1);
  -webkit-transition: 0.25s border-color;
  transition: 0.25s border-color;
}
.card-inverse .card-img-overlay {
  background-color: rgba(51, 51, 51, 0.85);
  border-color: rgba(51, 51, 51, 0.85);
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-block {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
  color: #323232;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.imageRowPad {
  padding: 0 10px;
}

.embed-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Video */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====== Responsive Homepage Logos ====== */

@media (min-width: 544px) {
  .sff-logo,
  .mf-logo {
    width: 200px;
  }
}

.sff-text-box {
  padding: 40px;
}

@media (min-width: 544px) {
  .sff-text-box {
    padding: 5px;
  }
}

/* ====== Ocean Beef ====== */

.oceanBeef {
  background: url(../img/oceanBeef-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  min-height: 450px;
}

.oceanBeef h1 {
  color: #fff;
}

.oceanBeef-medal {
  background: url(../img/ocean-beef-no-medal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  min-height: 450px;
}

.oceanBeef-lot {
  background: url(../img/oceanBeef-lot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  min-height: 350px;
}

/* ====== Bass Strait ====== */

.bassStrait {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.26),
      rgba(255, 255, 255, 0)
    ),
    url(../img/bassStrait-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  background-position: 50% 30%;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.bassStrait-background {
  background: url(../img/bassStrait-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  min-height: 450px;
}

@media (min-width: 544px) {
  .bassStrait {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.26),
        rgba(255, 255, 255, 0)
      ),
      url(../img/bassStrait-hero.jpg);
    display: flex;
    align-items: flex-start;
    justify-items: center;
  }
}

/* ====== Moralejo Lamb ====== */

.moralejoLamb {
  background: url(../img/moralejoLamb-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  background-position: 50% 20%;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.moralejoLamb-background {
  background: url(../img/moralejoLamb-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  min-height: 450px;
}

@media (min-width: 544px) {
  .bassStrait {
    background: url(../img/bassStrait-hero-mobile.jpg);
    display: flex;
    align-items: flex-start;
    justify-items: center;
  }
}
