.hero-section {
  height: 524px;
  margin-top: 0px;
  padding-top: 32px;
  background-image: url('../images/home-page-main-o65.jpg');
  background-position: 50% 71%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar {
  height: 130px;
  padding-top: 21px;
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #333;
  background-color: #e9e9e9;
}

.navbar.white {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 130px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.link {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px dashed #333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
}

.link:hover {
  background-color: #e9e9e9;
}

.link.w--current {
  color: #333;
  text-decoration: none;
}

.link._1 {
  border-left-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
}

.link._1:hover {
  background-color: #e9e9e9;
}

.link._1.w--current {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  color: #333;
}

.link._1.w--current:hover {
  background-color: #e9e9e9;
}

.h1 {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}

.h2 {
  margin-top: 20px;
	font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #333;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.h2.cnt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-align: left;
}

.headiong-cont {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.about-head {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

.about-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.about-section.sitemap {
  margin-top: 0px;
}

.products {
  height: 400px;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.color-div {
  background-color: #f7f7f7;
}

.row {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
}

.c1 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.grass {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 80px;
  min-width: 44%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-right: 26px;
  padding-left: 26px;
  float: none;
  border-style: none none solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 0px;
  background-color: #83ba18;
  box-shadow: none;
  cursor: pointer;
}

.grass.beef {
  height: 80px;
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 #000;
  cursor: pointer;
}

.grass.beef:hover {
  width: 100%;
  background-color: #a7d849;
}

.grass.pork {
  height: 152px;
  padding-top: 0px;
  border-bottom: 1px none #0F5132;
  background-color: #eedbdd;
  background-image: url('../images/pork-img.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grass.pork.poultry-image {
  background-image: url('../images/abstract-chicken-meat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grass.pork.beef-img {
  background-image: url('../images/beef-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.product-text {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 73px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  float: none;
  color: #fff;
  font-size: 31px;
  text-align: left;
  letter-spacing: 0px;
}

.product-text.hp {
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  font-size: 20px;
}

.chicken {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 6px;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.copyright {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.copyright.center {
  text-align: center;
}

.address {
  position: static;
  margin-top: 36px;
  float: right;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.contact-button {
  display: block;
  width: 220px;
  height: 50px;
  margin: 0px auto;
  padding-top: 13px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(254, 255, 252, .76);
  border-radius: 100px;
  background-color: rgba(131, 186, 24, .59);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.contact-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #83ba18;
}

.green-stripe {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px none #0F5132;
  background-color: #83ba18;
  background-image: none;
  background-size: auto;
  color: #fff;
}

.pork-contaner {
  position: relative;
  display: block;
  height: 100%;
  padding: 14px 0px;
  text-align: center;
}

.logo {
  display: block;
  width: 100px;
  margin-top: 14px;
  float: right;
  text-align: center;
}

.logo.contact-footer {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.our-cuts {
  padding-top: 40px;
}

.our-cuts.bottom {
  padding-top: 0px;
  padding-bottom: 50px;
}

.our-cuts.bottom._1 {
  padding-top: 0px;
}

.our-cuts.top {
  padding-top: 0px;
  color: #333;
}

.grass-image {
  padding-top: 40px;
  background-color: #f0f0f0;
  color: #83ba18;
  text-align: left;
}

.tab {
  display: inline-block;
  padding: 14px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
  opacity: 1;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 300;
}

.tab.mex {
  margin-left: 1px;
  background-color: transparent;
  background-image: none;
}

.info-bg {
  height: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: transparent;
}

.ul {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
/*  border-left: 1px dashed #333;*/
  font-size: 18px;
  line-height: 41px;
	list-style-type: none;
}

.ul.mexico {
  margin-bottom: 0px;
  padding-top: 0px;
}

.ul.mexico.bottom {
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.info-text {
  padding-top: 0px;
  padding-left: 40px;
  color: #e91313;
  font-size: 24px;
  line-height: 41px;
}

.info-text.dark {
  margin-bottom: 25px;
  padding-left: 0px;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.bold-text {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}

.primal-cuts {
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 5px;
  font-size: 24px;
  font-weight: 700;
}

.primal-cuts._2 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.closing {
  padding-top: 50px;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
}

.link-block {
  display: block;
}

.text {
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #333;
  font-size: 22px;
  line-height: 28px;
}

.text.w {
  display: block;
  color: #333;
  text-align: left;
}

.dropdown {
  display: inline-block;
  margin-top: 25px;
}

.ddtoggle {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-left: 1px dashed #333;
}

.ddtoggle:hover {
  background-color: #e9e9e9;
}

.ddtoggle:focus {
  background-color: #e9e9e9;
}

.ddl {
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  float: none;
  border-right: 1px none #fff;
  border-bottom: 1px dashed #fff;
  border-left: 1px none #fff;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.ddl:hover {
  background-color: #333;
  color: #fff;
}

.ddl.w--current {
  border-right: 1px none #fff;
  border-left: 1px none #fff;
  background-color: transparent;
  color: #fff;
}

.ddl.w--current:hover {
  background-color: #333;
}

.ddl.w--open {
  right: -36%;
  width: 227px;
}

.ddl.end {
  border-bottom-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-list.w--open {
  right: -24px;
  padding: 0px;
  border-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #a7d849;
  text-align: center;
}

.dropdown-list.ddl-eg.w--open {
  right: 0px;
}

.beef-icon {
  display: none;
  height: 53px;
  float: left;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.col {
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.pc1 {
  position: absolute;
  display: inline-block;
  
}

.pc2 {
  position: absolute;
  display: none;
 
}

.pc3 {
  position: absolute;
  display: none;
	 
}

.pc4 {
  position: absolute;
  display: none;
	 
}

.pc5 {
  position: absolute;
  display: none;
	 
}

.li-active {
  margin-bottom: 8px;
  padding: 0px 10px 1px;
  float: none;
  border-radius: 10px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #333;
  font-style: normal;
  text-transform: none;
  list-style-type: disc;
  cursor: default;
}

.li-active:hover {
  background-color: #c4c4c4;
}

.pc6 {
  position: absolute;
  display: none;
	 
}

.pc7 {
  position: absolute;
  display: none;
	 
}

.pork-div {
  position: relative;
  display: block;
  width: 190px;
	 margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pork-div.ppage {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-border {
  display: block;
  width: 100%;
  height: 236px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-border.ppage1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 750px;
}

.tab-link {
  padding: 0px;
  background-color: transparent;
}

.tab-link.w--current {
  margin-right: 0px;
  padding: 0px;
  border-bottom: 3px solid #a7d849;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: transparent;
}

.pc8 {
  position: absolute;
  display: none;
	
}

.pc9 {
  position: absolute;
  display: none;

}

.pc10 {
  position: absolute;
  display: none;
	
}


.pc11 {
  position: absolute;
  display: none;
	
}

.pc12 {
  position: absolute;
  display: none;
  overflow: visible;
	
}

.chuck {
  position: absolute;
  display: none;
}

.plain {
  position: absolute;
}

.flank {
  position: absolute;
  display: none;
}

.flap {
  position: absolute;
  display: none;
}

.inside-skirt {
  position: absolute;
  display: none;
}

.ribeye {
  position: absolute;
  display: none;
}

.striploin {
  position: absolute;
  display: none;
}

.tenderloin {
  position: absolute;
  display: none;
}

.knuckle {
  position: absolute;
  display: none;
}

.brisket {
  position: absolute;
  display: none;
}

.tri-tip {
  position: absolute;
  display: none;
}

.tongue {
  position: absolute;
  display: none;
}

.offals {
  position: absolute;
  display: none;
}

.poultry {
  position: absolute;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.breast {
  position: absolute;
  display: none;
}

.neck {
  position: absolute;
  display: none;
}

.leg {
  position: absolute;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.wing {
  position: absolute;
  display: none;
}

.bounce-trigger {
  display: block;
  height: 1px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.beef-bounce {
  display: block;
  height: 626px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.trigger {
  height: 1px;
}

.flip {
  position: relative;
  display: inline-block;
  float: right;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip.pp {
  display: none;
  margin-top: 63px;
  float: left;
}

.contact-text-block {
  display: none;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
}

.contact-bg {
  margin-bottom: 70px;
  padding: 0px;
  background-color: transparent;
}

.bold {
  display: inline-block;
  color: #83ba18;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}

.bold.phone {
  margin-right: 8px;
  float: right;
  clear: none;
  color: #83ba18;
  font-size: 24px;
  font-style: italic;
}

.bold.phone.fax {
  margin-right: 8px;
  float: left;
  color: #83ba18;
}

.add {
  color: #4d4d4d;
  line-height: 30px;
}

.phone-link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  float: right;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.phone-link.r {
  float: left;
  color: #4d4d4d;
  font-size: 24px;
}

.label {
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.label.cuts {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}

.label.cuts.mexico {
  line-height: 28px;
}

.field {
  height: 41px;
  border-radius: 3px;
  font-size: 20px;
}

.required-field {
  font-size: 18px;
  font-weight: 400;
}

.contact-heading {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #333 #000 #000;
}

.info {
  margin-top: 0px;
  margin-bottom: 40px;
}

.submit {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 111px;
  border-radius: 50px;
  background-color: #83ba18;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 5px;
}

.checkbox {
  position: relative;
  overflow: hidden;
  height: 89px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 0px;
  border: 1px none #000;
  background-color: #f7f7f7;
  background-image: url('../images/img-coming-soon.png');
  background-position: 98% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 21px;
}

.checkbox:hover {
  background-color: #f0f0f0;
}

.check-box {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 15px 10px 38px 15px;
}

.product-field {
  position: static;
  display: block;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 4px;
  padding-left: 23px;
  background-color: hsla(0, 0%, 89%, 0);
  font-size: 19px;
  text-align: left;
}

.product-field.layers {
  position: relative;
  z-index: 6;
  padding-right: 190px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.product-field.quote {
  display: block;
  padding: 15px 17px 14px 48px;
}

.text-area {
  position: static;
  display: block;
  overflow: auto;
  width: 100%;
  height: 298px;
  max-width: 100%;
  min-height: 150px;
  margin-top: 12px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 18px;
}

.picture-row {
  height: 100%;
  margin-bottom: 0px;
  background-color: #f0f0f0;
}

.col-pork {
  padding-right: 5px;
}

.tabs {
  margin-top: 0px;
  margin-bottom: 50px;
}

.your-info {
  color: #333;
}

.nxt-page {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 50px;
  height: 100%;
  float: left;
  border-radius: 5px;
  background-color: #e9e9e9;
  background-image: url('../images/a-l-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 60px;
  text-decoration: none;
}

.nxt-page.right {
  position: relative;
  left: 0px;
  top: auto;
  bottom: 0px;
  height: 105%;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  background-color: transparent;
  background-image: url('../images/white-arrow-01.svg');
  background-size: contain;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nxt-page.right.left {
  height: 105%;
  margin-right: 40px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pos {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100px;
  margin-top: 49px;
  margin-right: 11px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.col-pork-2 {
  padding-left: 5px;
}

.t-1 {
  background-color: #e8e8e8;
}

.t-1.w--current {
  background-color: #f7f7f7;
}

.vai {
  height: 45px;
  margin-top: 0px;
  padding-top: 8px;
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.vai.pork {
  margin-bottom: 25px;
  background-color: #e8e8e8;
  font-size: 24px;
}

.vai.pork.beef {
  margin-bottom: 40px;
}

.footer-contact {
  display: block;
  margin-bottom: 70px;
  float: none;
  font-size: 20px;
  text-align: center;
}

.contact-footer {
  height: 47px;
  margin-top: 0px;
  opacity: 1;
}

.container {
  position: relative;
  color: #000;
}

.contact-details {
  margin-bottom: 20px;
}

.message-div {
  height: 224px;
  margin-top: 20px;
}

.about-us-background {
  padding-top: 35px;
  padding-bottom: 40px;
  background-color: transparent;
}

.sprite-div {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
  overflow: hidden;
  width: 182px;
  height: 79px;
  margin-top: 5px;
  margin-right: 5px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sprite-img {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 364px;
  height: 316px;
  max-width: 364px;
}

.sprite-img.scg {
  width: 364px;
  height: 553px;
}

.sprite-img.scg.t {
  left: -182px;
  top: 0px;
}

.sprite-img.scg.t.off {
  display: none;
}

.tabs-menu {
  background-color: #f0f0f0;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin: 15px 10px 15px 15px;
  float: left;
}

.radion-button-feld {
  display: inline-block;
  margin: 0px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  background-color: #f7f7f7;
  text-align: center;
}

.logo-cont {
  display: block;
}

.spanish {
  position: relative;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  padding: 10px 27px;
  float: right;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #a7d849;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.spanish:hover {
  background-color: #fff;
  color: #83ba18;
}

.spanish.w--current {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #bde276;
}

.spanish.w--current:hover {
  background-color: #fff;
}

.translator {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.green-bg {
  background-color: #a7d849;
}

.contact-image {
  height: 204px;
  background-color: transparent;
  background-image: url('../images/contact-img.jpg');
  background-position: 50% 50%;
  background-size: auto 204px;
  background-repeat: no-repeat;
}

.av-text {
	font-family: Helvetica Neue, sans-serif;
	 font-size: 20px;
	font-weight: 700;
 
}

.footer-links {
  color: #83ba18;
  font-size: 17px;
  line-height: 32px;
}

.headings-sitemap {
  display: inline-block;
  margin-bottom: 16px;
  color: #83ba18;
  font-size: 23px;
  font-weight: 400;
}

.sitemap-links {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #83ba18;
  font-size: 18px;
}

.image {
  position: static;
  z-index: 100;
}

.image-2 {
  display: block;
/*  border: 2px dashed #777474;*/
  border-radius: 3px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-loin {
  display: none;
/*  border: 1px dashed #707070;*/
  border-radius: 3px;
  opacity: 0;
}

@media (max-width: 991px) {
	
	
	
  .hero-section {
    height: 500px;
    background-position: 50% 100%;
    background-size: auto 512px;
  }
  .c1 {
    height: auto;
  }
  .grass.beef {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .product-text.hp {
    margin-right: 10px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 17px;
    text-decoration: none;
  }
  .chicken.flip {
    left: auto;
    right: 0px;
    bottom: 6px;
    margin-top: 5px;
    padding-top: 0px;
  }
  .chicken.flip._1 {
    margin-top: 7px;
  }
  .contact-button {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    line-height: 43px;
    text-align: center;
  }
  .info-bg {
    position: relative;
  }
  .closing {
    padding-top: 0px;
  }
  .link-block {
    text-decoration: none;
  }
  .col {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 15px;
  }
  .pc1 {
    display: block;
    padding-right: 0px;
  }
  .li-active {
    font-size: 21px;
  }
  .pork-div.ppage {
    height: 100%;
  }
  .div-border.ppage1 {
    position: absolute;
    display: block;
    height: 100%;
    padding-right: 41px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flip {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 14px;
    margin-right: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .check-box {
    margin-top: 2px;
    margin-bottom: 45px;
  }
  .product-field.layers {
    padding-top: 0px;
    font-size: 17px;
  }
  .row-pork {
    position: relative;
  }
  ._21 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 390px;
    background-position: 50% 67%;
    background-size: auto 392px;
  }
  .navbar.white {
    height: 120px;
    padding-top: 0px;
  }
  .link {
    margin-top: 0px;
  }
  .link._1.w--current {
    margin-top: 0px;
  }
  .h1 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 41px;
  }
  .h2 {
    margin-top: 0px;
    font-size: 23px;
    line-height: 30px;
  }
  .h2.cnt {
    padding-left: 10px;
  }
  .headiong-cont {
    padding-top: 0px;
  }
  .about-head {
    font-size: 25px;
  }
  .products {
    height: 100%;
  }
  .color-div {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 656px;
    margin-bottom: 0px;
  }
  .c1 {
    height: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grass.beef {
    display: block;
    padding-top: 10px;
  }
  .product-text {
    font-size: 24px;
  }
  .product-text.hp {
    padding-top: 22px;
    font-size: 22px;
  }
  .chicken.flip {
    padding-top: 3px;
  }
  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .address {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .contact-button {
    line-height: 43px;
  }
  .green-stripe {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 46px;
  }
  .logo {
    width: 68px;
    margin-top: 0px;
  }
  .grass-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info-bg {
    padding-bottom: 0px;
  }
  .ul {
    margin-bottom: 0px;
    padding-left: 16px;
    border-style: none;
  }
  .ul.mexico {
    margin-bottom: 0px;
  }
  .ul.mexico.bottom {
    margin-bottom: 0px;
  }
  .info-text.dark {
    height: auto;
    margin-bottom: 14px;
  }
  .closing {
    margin-top: 40px;
    padding-top: 0px;
  }
  .text {
    padding-bottom: 30px;
  }
  .dropdown {
    margin-top: 0px;
  }
  .col {
    height: 353px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pc1 {
    display: none;
    width: 344px;
  }
  .li-active {
    font-size: 23px;
  }
  .li-active:hover {
    background-color: #e2e2e2;
  }
  .pork-div.ppage {
    display: none;
  }
  .div-border {
    display: none;
  }
  .div-border.ppage1 {
    position: absolute;
    display: none;
    height: 100%;
  }
  .beef-bounce {
    display: none;
  }
  .flip {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flip.bef {
    padding-top: 5px;
  }
  .field.btm {
    margin-bottom: 0px;
  }
  .col-pork {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-background {
    padding-bottom: 0px;
  }
  .logo-cont {
    padding-top: 20px;
  }
  .div-hidden {
    display: none;
  }
  .row-pork {
    position: relative;
  }
  .image-oink-oink {
    height: 100%;
	  margin: auto;
	  
  }
	
	.mobile-chicken {
		margin-left: 15%; 
		margin-right: 15%; 
		margin-top: 5%;
		margin-bottom: 5%;
	}
	

  .footer-inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .hero-section {
    position: relative;
    height: 272px;
    margin-top: 0px;
    margin-bottom: 26px;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/main-img-phone.jpg');
    background-position: 54% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .navbar.white {
    height: 120px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: transparent;
  }
  .link {
    width: 80%;
    float: right;
    clear: none;
    border-left-style: none;
    border-radius: 5px 0px 0px 5px;
    background-color: hsla(0, 0%, 100%, .17);
    color: #c4c4c4;
    font-size: 16px;
  }
  .link:hover {
    color: #000;
    font-weight: 700;
  }
  .link.w--current {
    color: #fff;
  }
  .link._1 {
    background-color: #2b2b2b;
    color: #c4c4c4;
  }
  .link._1:hover {
    color: #000;
  }
  .link._1.w--current {
    width: 80%;
    padding-right: 91px;
    float: right;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, .17));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .17), hsla(0, 0%, 100%, .17));
    color: #fff;
    font-size: 16px;
  }
  .h1 {
    margin-bottom: 3px;
    color: #333;
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
  }
  .h2 {
    color: #333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-shadow: 0 0 3px #bdc9e5;
  }
  .h2.cnt {
    padding-left: 10px;
  }
  .headiong-cont {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-head {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .about-section.sitemap {
    margin-top: 0px;
    margin-bottom: 47px;
  }
  .products {
    padding-bottom: 38px;
  }
  .color-div {
    height: 100%;
  }
  .c1 {
    margin-bottom: 20px;
  }
  .grass {
    width: 100%;
    min-width: 1px;
  }
  .grass.beef {
    height: 70px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grass.pork {
    height: 145px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-text {
    display: block;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
  }
  .product-text.hp {
    padding-top: 13px;
    font-size: 17px;
  }
  .chicken.flip {
    height: 50px;
    margin-top: 8px;
    padding-top: 0px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .copyright {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-button {
    width: 180px;
  }
  .green-stripe {
    margin-top: 0px;
  }
  .pork-contaner {
    height: 100%;
  }
  .logo {
    display: block;
    margin-top: 0px;
    float: none;
  }
  .our-cuts.bottom {
    padding-bottom: 35px;
  }
  .grass-image {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .tab {
    padding-right: 11px;
    padding-left: 10px;
    font-size: 21px;
  }
  .tab.mex {
    background-color: transparent;
  }
  .info-bg {
    padding-bottom: 0px;
  }
  .ul {
    display: block;
    padding-left: 23px;
    border-left-style: none;
  }
  .ul.mexico {
    margin-bottom: 0px;
  }
  .info-text-dark {
    height: auto;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 22px;
	 color: #222222;
	 
  }
  .bold-text {
    font-size: 21px;
  }
  .primal-cuts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .primal-cuts._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .closing {
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  .text {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .dropdown {
    display: block;
    width: 80%;
    float: right;
    clear: right;
  }
  .ddtoggle {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    float: none;
    clear: right;
    border-left-style: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: hsla(0, 0%, 100%, .17);
    color: #c4c4c4;
    font-size: 16px;
  }
  .ddtoggle:hover {
    color: #000;
    font-weight: 700;
  }
  .ddtoggle.w--open {
    margin-top: 14px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
  }
  .ddl {
    border-bottom-width: 0px;
    color: #000;
    font-weight: 700;
    text-align: left;
  }
  .ddl:hover {
    background-color: #333;
    color: #fff;
  }
  .ddl.w--current {
    color: #000;
  }
  .ddl.end {
    overflow: visible;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
  }
  .dropdown-list.w--open {
    margin-bottom: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1002;
    display: block;
    width: 78%;
    height: 100%;
    padding-top: 14px;
    float: none;
    background-color: #000;
    color: transparent;
  }
  .col {
    height: 304px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pc1 {
    position: absolute;
    display: none;
    height: 172px;
    margin-top: 19px;
  }
  .li-active {
    display: block;
    padding-bottom: 1px;
    background-color: #e9e9e9;
    font-size: 21px;
    line-height: 28px;
  }
  .li-active:hover {
    background-color: #e9e9e9;
  }
  .tab-link {
    display: inline-block;
  }
  .tab-link.w--current {
    position: static;
    display: inline-block;
  }
  .plain {
    display: none;
  }
  .beef-bounce {
    display: none;
  }
  .flip {
    height: 44px;
  }
  .submit {
    margin-top: 20px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .check-box {
    z-index: 7;
  }
  .product-field.layers {
    position: relative;
    z-index: 6;
    padding-right: 10px;
    background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 65%);
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 65%);
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
  }
  .nxt-page.right {
    height: 35%;
    margin-top: 20px;
    float: right;
  }
  .nxt-page.right.left {
    display: block;
    height: 35%;
    margin-top: 20px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 47px;
  }
  .pos {
    width: 100%;
    height: 81px;
    margin-right: 0px;
    font-size: 11px;
  }
  .t-1 {
    display: inline-block;
    padding-right: 21px;
    padding-left: 21px;
  }
  .t-1.w--current {
    display: inline-block;
    padding-right: 21px;
    padding-left: 21px;
  }
  .about-us-background {
    padding-top: 0px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    padding: 19px;
    color: #4d4d4d;
    font-size: 44px;
  }
  .menu-button.w--open {
    background-color: #c4c4c4;
    color: #000;
  }
  .logo-cont {
    color: transparent;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-hidden {
    display: none;
  }
  .image-oink-oink {
    height: 56%;
  }
  ._21 {
    margin-bottom: 8px;
    padding-bottom: 1px;
    font-size: 21px;
    line-height: 28px;
  }
  .spanish {
    padding-right: 11px;
    padding-left: 11px;
  }
  .translator {
    position: static;
    z-index: 1;
    display: block;
  }
  .green-bg {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
}

