body {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero {
  min-height: 540px;
  margin-bottom: 0px;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  min-height: 340px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero.home {
  padding-bottom: 63px;
}

.hero.home.jb {
  padding-bottom: 0px;
}

.hero.home.container_landing {
  margin-bottom: 80px;
}

.hero.home.pledgenew {
  margin-bottom: -155px;
  padding-bottom: 0px;
}

.hero.home.pledgenew.sponsorx {
  margin-bottom: -193px;
}

.hero.hero_about {
  margin-bottom: -12px;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.hero-content.small {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav {
  padding-top: 28px;
  background-color: transparent;
}

.nav-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #6f7e7e;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  font-size: 16px;
}

.nav-link.w--current:hover {
  font-size: 16px;
}

.nav-link.w--current:active {
  color: #719090;
  font-size: 16px;
}

.nav-link.w--current:focus {
  font-size: 16px;
}

.logo {
  padding: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  margin-bottom: 35px;
  color: hsla(0, 0%, 100%, .49);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #00d6b4;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #00d6b4;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  color: #fff;
}

.button.submit {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.tab-link {
  background-color: transparent;
  color: #999;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.photo {
  display: block;
  height: 300px;
  margin: 15px 5px;
  border-radius: 5px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: transparent;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.left-column {
  padding-right: 40px;
  color: #fff;
}

.main-heading {
  margin-bottom: 27px;
  color: #fff;
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  display: block;
  margin: 0px auto 32px;
  padding-top: 52px;
  padding-right: 0%;
  padding-left: 0%;
  text-align: left;
}

.heading-wrapper.about_wrap {
  margin-top: -16px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
}

.heading-wrapper.batery {
  margin-bottom: -49px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-wrapper.gest {
  margin-bottom: -59px;
  padding-top: 0px;
}

.heading-wrapper.headwrap_act {
  margin-top: -41px;
  margin-bottom: -46px;
  padding-top: 0px;
}

.heading-wrapper.headwrap_act.formdivwrap {
  margin-bottom: -31px;
  padding-bottom: 189px;
}

.heading-wrapper.headwrap_ff {
  display: block;
}

.footer-logo {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}

.profile-pic {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  border-radius: 100%;
}

.about-me {
  display: block;
  width: 61%;
  margin: 41px auto;
}

.field {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input {
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-radius: 3px;
  background-color: #4b4b4b;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  padding: 33px 33px 49px;
  border: 1px solid hsla(0, 0%, 100%, .34);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  margin-bottom: 22px;
  border-radius: 3px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-image:hover {
  opacity: 0.69;
}

.super-heading {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .36);
  text-transform: uppercase;
}

.testimonial {
  margin-bottom: 44px;
  font-weight: 100;
  text-align: center;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  margin-bottom: 43px;
  text-align: center;
}

.project-body-copy {
  margin-right: 12%;
  margin-bottom: 67px;
  margin-left: 12%;
}

.success {
  border-radius: 3px;
  background-color: #00ad92;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  max-width: 400px;
  margin-bottom: 41px;
  border-radius: 3px;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.67;
  text-decoration: none;
}

.copyright {
  width: 189px;
  margin-top: 6px;
  padding-right: 25px;
  font-family: 'Open Sans', sans-serif;
}

.terms_link {
  display: block;
  width: 94px;
  margin-top: 6px;
  padding-top: 0px;
  padding-right: 17px;
  color: #fff;
}

.footerblock {
  display: inline-block;
  width: 847px;
  margin-right: auto;
  margin-left: -64px;
  padding-left: 110px;
}

.supportcollumn {
  display: block;
}

.copyright_collumn {
  display: block;
}

.foot_col_3 {
  padding-right: 0px;
  padding-left: 0px;
}

.foot_col2 {
  padding-right: 0px;
  padding-left: 34px;
}

.foot_youtube_link {
  padding-right: 0px;
}

.social_row {
  position: static;
  display: inline;
  width: 132px;
  height: 2px;
  margin-right: 13px;
  margin-left: -65px;
}

.mainbody {
  background-color: #735d14;
  background-image: url('../images/bg_home.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mainbody.battery {
  background-color: #2a251c;
  background-image: url('../images/bg_battery2.jpg');
  background-size: cover;
}

.mainbody.gestation {
  background-color: #000;
  background-image: url('../images/bg_gestation.jpg');
  background-size: cover;
}

.mainbody.mainbody_animals {
  background-color: #3c3c3d;
  background-image: url('../images/bg_heroes3.jpg');
  background-position: 50% -74px;
  background-size: auto;
}

.mainbody.mainbody_act {
  background-color: #313131;
  background-image: url('../images/bg_act.jpg');
  background-size: cover;
}

.mainbody.mainbody_act.know_mainbody_bg {
  background-image: url('../images/bg_know.jpg');
  background-size: 1440px 900px;
}

.mainbody.mainbody_act.lambbg {
  background-color: #735d14;
  background-image: url('../images/bg_home.jpg');
  background-size: cover;
}

.mainbody.mainbody_act.knowbg {
  background-image: url('../images/bg_know2.jpg');
  background-size: cover;
}

.mainbody.mainbody_act.staybg {
  background-image: url('../images/bg_visit2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mainbody.mainbody_act.visitbg {
  background-image: url('../images/new_Accommodation.jpg');
  background-position: 0px -151px;
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.mainbody.mainbody_act.bg_petition {
  background-image: url('../images/bg_petition.jpg');
  background-size: cover;
}

.mainbody.mainbody_act.bg_give {
  background-image: url('../images/bg_give.jpg');
  background-size: cover;
}

.mainbody.jb_bg {
  background-image: url('../images/bg_baloo2.jpg');
  background-size: cover;
  background-repeat: repeat-y;
}

.mainbody.jb_bg.bg_baloo {
  background-color: #503a4b;
  background-image: url('../images/bg_baloo3.jpg');
  background-size: cover;
}

.mainbody.pgcasso_bg {
  background-image: url('../images/bg_pgcasso_3.jpg');
  background-position: 0% 64%;
  background-size: cover;
  background-repeat: repeat-y;
}

.mainbody.pgcasso_bg.pigcasso_art {
  background-color: #0b1f5e;
  background-image: url('../images/bg_pigcasso_art.jpg');
  background-size: cover;
}

.mainbody.landing {
  background-color: #8e8e8e;
  background-image: url('../images/ghandi_bigger_flipped.jpg');
  background-size: cover;
}

.mainbody.body_shop {
  background-color: grey;
  background-image: url('../images/bg_press.jpg');
  background-size: cover;
}

.mainbody.home2 {
  background-color: #2c7076;
  background-image: url('../images/bg_home3.jpg');
  background-size: cover;
}

.mainbody.home2.home2variations {
  background-position: 0px -273px;
}

.home_slide {
  width: 100%;
}

.homeslide {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: 0px;
  background-color: transparent;
}

.head_text {
  padding-top: 8px;
  font-size: 23px;
  text-align: center;
  letter-spacing: 18px;
}

.head_text.subtext {
  font-size: 14px;
  letter-spacing: 4px;
}

.head_text.subtext.subtext2 {
  font-size: 13px;
  letter-spacing: 1px;
}

.head_text.subtext.subtext2.donate_subtxt {
  display: block;
  width: 81%;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  text-align: justify;
}

.head_text.subtext.subtext2.txtbox_slider_home {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.head_text.subtext.subtextbigger {
  margin-top: 5px;
  font-size: 17px;
}

.head_text.txt2 {
  letter-spacing: 9px;
}

.head_text.txt2.txt3 {
  margin-bottom: 46px;
  padding-top: 9px;
  font-size: 27px;
  line-height: 20px;
  letter-spacing: 23px;
}

.head_text.txt2.txt3.txt4 {
  margin-bottom: 0px;
  padding-top: 53px;
  font-size: 14px;
  letter-spacing: 4px;
}

.head_text.txt2.txt3.txt4.know_txt_subhead {
  margin-bottom: 86px;
}

.head_text.txt2.txt3.txt4.donate_last {
  padding-top: 35px;
}

.head_text.txt2.txt3.txt4.petition_sub {
  margin-bottom: 31px;
  padding-top: 0px;
}

.head_text.txt2.txt3.know_txt_head {
  position: static;
  margin-bottom: 0px;
  padding-top: 44px;
  padding-bottom: 12px;
}

.head_text.txt2.txt3.pledgeveg_head1 {
  margin-bottom: 25px;
  padding-top: 41px;
}

.head_text.txt2.txt3.donate_txt {
  margin-bottom: 11px;
  padding-top: 45px;
}

.head_text.about_txt {
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  color: #666;
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 5px;
}

.head_text.about_txt.join_us {
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  color: #719090;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.head_text.about_txt.ff_section_head {
  padding-top: 36px;
  font-size: 23px;
  line-height: 20px;
  font-weight: 700;
}

.head_text.about_txt.ff_section_head.visit_subhead {
  font-size: 17px;
  letter-spacing: 2px;
}

.head_text.about_txt.ff_section_head.ff_section_newfont {
  padding-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  letter-spacing: 2px;
}

.head_text.about_txt.terms_head {
  padding-bottom: 31px;
}

.head_text.animals_text {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 13px;
}

.head_text.animals_text.ff_head {
  padding-left: 20%;
}

.head_text.head_txt_landing {
  padding-top: 140px;
  font-size: 27px;
  letter-spacing: 26px;
}

.head_text.shophead {
  padding-top: 82px;
}

.head_text.shophead.mailhead {
  padding-top: 37px;
}

.homeslide_1 {
  padding-top: 118px;
}

.home_pig {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.home_pig.pgc {
  padding-bottom: 14px;
}

.home_pig.pgc.farm_animals {
  padding-bottom: 0px;
}

.home_pig.pigcassohoghero {
  padding-top: 16px;
}

.home_butt {
  display: block;
  width: 207px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  letter-spacing: 5px;
}

.home_butt.butttext {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
}

.about {
  padding: 35px 40px 4px;
  background-color: hsla(0, 0%, 100%, .8);
}

.about_body_txt {
  margin-bottom: 21px;
  color: #666;
  line-height: 18px;
  text-align: justify;
  text-indent: 0px;
}

.about_body_txt.fine_print {
  padding-top: 9px;
  padding-bottom: 34px;
  font-size: 12px;
  font-weight: 700;
}

.about_body_txt.ff_para {
  margin-bottom: 0px;
  padding-top: 34px;
  padding-bottom: 34px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.about_body_txt.ff_para.cnt_para {
  padding-top: 19px;
}

.about_body_txt.ff_para2 {
  margin-bottom: 0px;
  padding-bottom: 27px;
  text-indent: -1px;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 2.3em;
  -moz-column-gap: 2.3em;
  column-gap: 2.3em;
  -webkit-column-rule: 0px solid #000;
  -moz-column-rule: 0px solid #000;
  column-rule: 0px solid #000;
}

.about_body_txt.ff_para2.visit_foot {
  margin-top: 20px;
  font-size: 13px;
}

.about_body_txt.ff_para2.kindly_note {
  padding-top: 15px;
  padding-bottom: 0px;
}

.about_body_txt.ff_para2.kindly_note.staynote {
  margin-bottom: 25px;
}

.about_body_txt.ff_para2.watch2col {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.about_body_txt.terms_txt {
  margin-bottom: 36px;
  font-style: normal;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.about_body_txt.dd_dep_txt {
  margin-top: 28px;
  margin-bottom: 14px;
  margin-left: -19px;
  padding-right: 46px;
}

.table {
  padding-bottom: 15px;
}

.piglogo {
  max-width: 75%;
}

.battery_col {
  margin-bottom: 71px;
  padding: 34px 34px 32px 28px;
  background-color: transparent;
}

.battery_col.batt_col_white {
  background-color: hsla(0, 0%, 100%, .85);
  color: hsla(0, 0%, 100%, .85);
}

.battery_txt_col {
  display: inline;
  padding-left: 0px;
}

.batt_col2 {
  position: static;
  left: auto;
  display: block;
  padding-left: 0px;
}

.about_text_box {
  padding-left: 26px;
}

.leftarrow {
  position: relative;
  left: 0px;
  top: 50%;
  bottom: 50%;
  display: block;
  padding-top: 4px;
  padding-left: 20px;
  -webkit-transform: translate(0px, 600%);
  -ms-transform: translate(0px, 600%);
  transform: translate(0px, 600%);
  text-align: right;
}

.leftarrow.gestarrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 850%);
  -ms-transform: translate(0px, 850%);
  transform: translate(0px, 850%);
}

.rightarrow {
  position: relative;
  top: 50%;
  bottom: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 850%);
  -ms-transform: translate(0px, 850%);
  transform: translate(0px, 850%);
  text-align: right;
}

.cage_butt_row {
  display: block;
  height: auto;
  padding-bottom: 0px;
}

.batt_butt_sign {
  height: 89px;
}

.batt_butt_donate {
  height: 89px;
}

.batt_butt_pledge {
  height: 89px;
}

.batt_butt_meet_jb {
  height: 89px;
}

.dots {
  padding-top: 39px;
  padding-bottom: 0px;
}

.animals_intro {
  width: 362px;
  margin-bottom: 97px;
  padding-top: 104px;
  padding-left: 57px;
}

.animals_body_txt {
  text-align: left;
}

.animals_body_txt.ff_subhead {
  padding-left: 20%;
  font-size: 17px;
  letter-spacing: 2.5px;
}

.animals_body_txt.ff_subhead.resources-subhead {
  padding-right: 20%;
}

.animals_body_txt.pigcasso_art_text {
  padding-right: 35%;
  padding-left: 20%;
}

.animals_body_txt.pigcasso_art_text.baloo_text {
  padding-top: 31px;
  padding-right: 34%;
}

.actrow {
  margin-bottom: 49px;
}

.actbutt {
  padding-left: 72px;
}

.actbutt.know_butt {
  padding-left: 35px;
}

.ff_div {
  padding-right: 20%;
  padding-bottom: 32px;
  padding-left: 20%;
  background-color: #fff;
}

.ff_div.ffend {
  padding-bottom: 75px;
}

.ff_div_content {
  padding-right: 20%;
  padding-left: 20%;
  background-color: #00ffd6;
}

.ff_txt_link {
  padding-right: 21px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ff_thumb {
  margin-left: -9px;
  padding-right: 8px;
}

.ff_butt {
  width: 90%;
}

.jb_col {
  margin-right: -63px;
  margin-bottom: 13px;
  margin-left: -63px;
}

.vidbutt_row {
  margin-top: 28px;
}

.leftarrow_dark {
  margin-top: 167px;
  padding-left: 14px;
  text-align: right;
}

.actcol {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.resources_footnote {
  font-size: 12px;
}

.resources_link {
  padding-right: 0px;
  color: #666;
  text-indent: 12px;
}

.samsara_video {
  margin-bottom: 46px;
  background-color: #acacac;
}

.pledge_veg_txt {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 13%;
  padding-left: 13%;
  text-align: justify;
}

.pledgevegblock {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-color: #fff;
  color: transparent;
}

.embedform {
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  color: transparent;
}

.shoptext {
  width: auto;
  margin-top: 23px;
  text-align: center;
}

.shoptext.thanks_msg {
  margin-bottom: 31px;
}

.shoptext.thanks_msg.thx2 {
  display: block;
  width: 402px;
  margin-right: auto;
  margin-left: auto;
}

.shoptext.thanks_msg.thx2.thx3 {
  width: 472px;
  margin-top: 0px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 16px;
}

.shoptext.shopintro {
  margin-bottom: 33px;
}

.subscribe_butt_shop {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.subscribebutt_shop {
  display: block;
  margin: 41px auto auto;
}

.subscribebutt_link_shop {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pdf_butt {
  padding-bottom: 42px;
}

.volunteersection {
  margin-top: 68px;
}

.donaterow {
  display: block;
  width: 841px;
}

.donateblock {
  width: 910px;
}

.donatecol {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.donatelink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
}

.cnt_table {
  padding-top: 25px;
}

.cnt_img {
  width: 76%;
}

.cnt_img.cnt2 {
  width: 68%;
}

.cnt_col {
  padding-right: 0px;
  padding-left: 0px;
}

.mailchimp {
  padding-bottom: 34px;
  background-color: #fff;
}

.sub_form_bg {
  padding-bottom: 12px;
  background-color: #fff;
}

.resicon {
  margin-left: -14px;
  padding-top: 34px;
}

.direct_d {
  display: block;
  width: 80%;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.dd_pic {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0px 44px 31px;
}

.dd_mail_img {
  margin-left: -19px;
  padding-bottom: 28px;
}

.heading_type_1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading_type_1.slidheads {
  margin-top: 6px;
}

.heading_type_1.slidheads.slide_subhead {
  margin-top: -7px;
  font-size: 22px;
}

.heading_type_1.hd_txt_land {
  padding-top: 99px;
}

.heading_type_1.hd_txt_land.head2_actvs {
  margin-top: 3px;
  margin-bottom: 44px;
  padding-top: 0px;
}

.heading_type_1.hd_txt_land.head2_actvs.head_1_donate {
  margin-top: 44px;
  font-size: 50px;
}

.heading_type_1.hd_txt_land.head2_actvs.head_1_donate.heroes_head {
  margin-top: 0px;
  text-align: left;
}

.heading_type_1.hd_txt_land.head2_actvs.pledge_veg_head {
  margin-top: 45px;
  font-size: 44px;
}

.heading_type_1.hd_txt_land.head2_actvs.pledge_veg_head.know_head1 {
  margin-bottom: 9px;
}

.heading_type_1.hd_txt_land.head2_actvs.shophead {
  margin-top: 17px;
  font-size: 50px;
}

.heading_type_1.petition_heading1 {
  margin-top: 45px;
}

.heading_type_1.head1_left {
  padding-left: 20%;
  text-align: left;
}

.heading_type_1.head1_left.about_head {
  padding-bottom: 8px;
  padding-left: 0%;
  color: #666;
}

.heading_type_1.head1_left.about_head.chickbatt {
  margin-top: -8px;
  font-size: 33px;
}

.heading_type_1.head1_left.about_head.chickbatt.urban_hen_sub {
  margin-top: -21px;
  font-size: 22px;
}

.heading_type_1.head1_left.about_head.chickbatt.pig_gest_head {
  letter-spacing: 1px;
}

.heading_type_1.head1_left.visitheadnew {
  margin-bottom: 11px;
  font-size: 47px;
}

.subheading_type1 {
  margin-top: 3px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.subheading_type1.landvs.head2_actvs {
  margin-bottom: 0px;
  padding-top: 38px;
  font-size: 30px;
}

.subheading_type1.petition_head2 {
  margin-bottom: 26px;
}

.subheading_type1.know_head2 {
  margin-bottom: 74px;
}

.subheading_type1.head2_left {
  margin-bottom: 16px;
  padding-right: 20%;
  padding-left: 20%;
  text-align: left;
}

.hey_ewe_link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pigvideo {
  width: 100%;
  margin-bottom: 47px;
  margin-left: 0px;
}

.pigvideo.pig_industry_video {
  margin-top: 47px;
}

@media (max-width: 991px) {
  .hero {
    min-height: 520px;
  }
  .hero.about-page {
    min-height: 310px;
  }
  .hero.contact-page {
    min-height: 400px;
  }
  .hero.project-page {
    min-height: 344px;
  }
  .nav {
    margin-top: 0px;
    padding-top: 7px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button:hover {
    color: #00d6b4;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .heading-wrapper {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .heading-wrapper.headwrap_act {
    padding-right: 3%;
    padding-left: 3%;
  }
  .nav-menu {
    padding-top: 15px;
    padding-bottom: 21px;
    background-color: rgba(0, 0, 0, .7);
  }
  .project-body-copy {
    margin-right: 12%;
    margin-left: 12%;
  }
  .footerblock {
    padding-right: 72px;
    padding-left: 59px;
  }
  .mainbody.mainbody_animals {
    background-size: auto;
  }
  .mainbody.jb_bg {
    background-image: url('../images/bg_baloo2.jpg');
    background-size: cover;
  }
  .mainbody.jb_bg.bg_baloo {
    background-position: 51% 12%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
  }
  .mainbody.pgcasso_bg.pigcasso_art {
    background-position: 32% 85%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .homeslide {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .head_text.subtext.subtext2.txtbox_slider_home {
    max-width: 500px;
  }
  .head_text.txt2.txt3.pledgeveg_head1 {
    padding-top: 42px;
  }
  .head_text.about_txt.join_us {
    font-size: 15px;
    line-height: 37px;
  }
  .head_text.animals_text.ff_head {
    padding-left: 10%;
  }
  .about_body_txt.ff_para {
    padding-top: 52px;
  }
  .about_body_txt.ff_para2 {
    margin-top: -5px;
    padding-top: 1px;
  }
  .about_body_txt.ff_para2.kindly_note {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 23px;
    font-size: 13px;
  }
  .about_body_txt.dd_dep_txt {
    text-align: left;
  }
  .piglogo {
    padding-right: 26px;
    padding-bottom: 0px;
  }
  .battery_col {
    margin-bottom: 61px;
    padding-bottom: 13px;
  }
  .leftarrow {
    -webkit-transform: translate(0px, 800%);
    -ms-transform: translate(0px, 800%);
    transform: translate(0px, 800%);
  }
  .rightarrow {
    -webkit-transform: translate(0px, 800%);
    -ms-transform: translate(0px, 800%);
    transform: translate(0px, 800%);
  }
  .dots {
    padding-top: 43px;
  }
  .animals_body_txt.ff_subhead {
    padding-left: 10%;
  }
  .animals_body_txt.pigcasso_art_text.baloo_text {
    margin-top: 41px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 39%;
    padding-left: 10%;
  }
  .actbutt {
    padding-left: 23px;
  }
  .actbutt.know_butt {
    padding-left: 0px;
  }
  .ff_div {
    padding-right: 10%;
    padding-left: 10%;
  }
  .ff_txt_link {
    display: inline-block;
    padding-right: 58px;
  }
  .jb_col {
    margin-bottom: 10px;
  }
  .shoptext {
    margin-right: auto;
    margin-left: auto;
    padding-right: 164px;
    padding-left: 49px;
  }
  .shoptext.thanks_msg.thx2 {
    width: 100%;
    padding-right: 49px;
  }
  .shoptext.thanks_msg.thx2.thx3 {
    width: 100%;
  }
  .volunteersection {
    margin-top: 100px;
  }
  .pledgevegsection {
    margin-top: 25px;
  }
  .pledgevegsection.sponsorxx {
    margin-top: 0px;
  }
  .donaterow {
    width: 100%;
  }
  .donateblock {
    width: 100%;
  }
  .donatelink {
    padding-left: 0px;
  }
  .mailchimp {
    padding-right: 40px;
    padding-left: 40px;
  }
  .resicon {
    margin-left: -17px;
  }
  .dd_pic {
    padding-top: 31px;
  }
  .heading_type_1.head1_left {
    padding-left: 10%;
  }
  .heading_type_1.head1_left.about_head.chickbatt {
    font-size: 30px;
  }
  .subheading_type1.know_head2 {
    margin-bottom: 100px;
  }
  .subheading_type1.head2_left {
    padding-right: 10%;
    padding-left: 10%;
  }
  .pigvideo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
  .hero.small {
    min-height: 280px;
  }
  .hero.about-page {
    min-height: 230px;
  }
  .hero.contact-page {
    min-height: 290px;
  }
  .hero.project-page {
    min-height: 256px;
  }
  .hero.home {
    padding-bottom: 0px;
  }
  .nav {
    padding-top: 0px;
  }
  .form {
    width: 80%;
  }
  .left-column {
    padding-right: 10px;
  }
  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }
  .heading-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .heading-wrapper.about_wrap {
    margin-bottom: -42px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }
  .heading-wrapper.headwrap_act {
    margin-top: 4px;
  }
  .nav-menu {
    padding-left: 17px;
  }
  .about-me {
    width: 81%;
    margin-top: 0px;
  }
  .project-body-copy {
    margin-right: 40px;
    margin-left: 40px;
  }
  .copyright {
    width: auto;
    padding-right: 0px;
  }
  .terms_link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .footerblock {
    display: inline-block;
    width: 188px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .foot_col2 {
    padding-left: 0px;
  }
  .foot_support_butt {
    margin-top: 14px;
    margin-bottom: 7px;
  }
  .mainbody.jb_bg.bg_baloo {
    background-position: 61% 6%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .mainbody.pgcasso_bg.pigcasso_art {
    background-position: -453px -81px;
    background-size: auto 1000px;
    background-attachment: scroll;
  }
  .homeslide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .head_text {
    padding-top: 0px;
    line-height: 26px;
  }
  .head_text.subtext.subtext2.donate_subtxt {
    padding-right: 18px;
    padding-left: 18px;
  }
  .head_text.subtext.subtext2.txtbox_slider_home {
    max-width: 422px;
  }
  .head_text.txt2 {
    font-size: 21px;
    letter-spacing: 7px;
  }
  .head_text.txt2.txt3 {
    padding-top: 0px;
    line-height: 32px;
  }
  .head_text.txt2.txt3.txt4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .head_text.txt2.txt3.txt4.know_txt_subhead {
    margin-bottom: 38px;
  }
  .head_text.txt2.txt3.know_txt_head {
    margin-top: -52px;
    padding-top: 0px;
  }
  .head_text.txt2.txt3.pledgeveg_head1 {
    padding-top: 0px;
  }
  .head_text.about_txt {
    font-size: 18px;
  }
  .head_text.about_txt.join_us {
    font-size: 15px;
  }
  .head_text.shophead {
    padding-top: 18px;
  }
  .about_body_txt.fine_print {
    margin-bottom: 0px;
    padding-bottom: 31px;
  }
  .about_body_txt.ff_para2 {
    margin-left: 0px;
  }
  .about_body_txt.dd_dep_txt {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: center;
  }
  .piglogo {
    padding-top: 6px;
    padding-bottom: 15px;
    padding-left: 13px;
  }
  .battery_col {
    margin-bottom: -20px;
    padding-bottom: 8px;
  }
  .battery_col.batt_col_white {
    margin-bottom: 3px;
  }
  .batt_chich_pic {
    text-align: left;
  }
  .about_text_box {
    padding-top: 21px;
    padding-left: 5px;
  }
  .leftarrow {
    padding-left: 0px;
    -webkit-transform: translate(0px, 500%);
    -ms-transform: translate(0px, 500%);
    transform: translate(0px, 500%);
  }
  .rightarrow {
    -webkit-transform: translate(0px, 500%);
    -ms-transform: translate(0px, 500%);
    transform: translate(0px, 500%);
  }
  .cage_butt_row {
    padding-bottom: 21px;
  }
  .dots {
    padding-top: 39px;
  }
  .animals_body_txt.ff_subhead {
    font-size: 16px;
  }
  .animals_body_txt.pigcasso_art_text {
    padding-right: 28%;
    padding-left: 10%;
  }
  .animals_body_txt.pigcasso_art_text.baloo_text {
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 10%;
  }
  .actrow {
    margin-bottom: 22px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .actrow2 {
    margin-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .actbutt {
    padding-bottom: 29px;
    padding-left: 0px;
  }
  .actbutt.know_butt {
    padding-left: 20px;
  }
  .ff_thumb {
    margin-bottom: 25px;
  }
  .jb_col {
    margin-right: -44px;
    margin-left: -44px;
  }
  .leftarrow_dark {
    margin-top: 106px;
  }
  .resources_link {
    padding-left: 0px;
  }
  .shoptext {
    padding-right: 212px;
    padding-left: 78px;
  }
  .volunteersection {
    margin-top: 189px;
  }
  .pledgevegsection {
    margin-top: 184px;
  }
  .pledgevegsection.sponsorxx {
    margin-top: 123px;
  }
  .donatecol {
    padding-left: 21px;
  }
  .animals_icons {
    padding-top: 25px;
  }
  .cnt_img {
    width: 44%;
    padding-bottom: 8px;
  }
  .resicon {
    margin-left: -5px;
  }
  .dd_pic {
    padding-bottom: 23px;
  }
  .dd_mail_img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading_type_1.slidheads {
    font-size: 30px;
  }
  .subheading_type1.know_head2 {
    margin-bottom: 49px;
    font-size: 29px;
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 340px;
  }
  .hero.about-page {
    min-height: 193px;
  }
  .hero.project-page {
    min-height: 226px;
  }
  .form {
    width: 90%;
  }
  .heading-wrapper {
    margin-top: 0px;
    padding-top: 2px;
    padding-left: 0%;
  }
  .heading-wrapper.about_wrap {
    padding-right: 0%;
    padding-left: 0%;
  }
  .about-me {
    width: 91%;
  }
  .project-body-copy {
    margin-right: 18px;
    margin-left: 18px;
  }
  .mainbody.mainbody_animals {
    background-size: auto;
  }
  .mainbody.mainbody_act.knowbg {
    background-size: auto;
  }
  .mainbody.jb_bg {
    background-image: url('../images/bg_baloo2_1.jpg');
    background-size: cover;
  }
  .mainbody.jb_bg.bg_baloo {
    background-position: 63% 11%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .mainbody.pgcasso_bg.pigcasso_art {
    background-color: #111c58;
    background-position: 55% -69%;
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .homeslide {
    height: 372px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .head_text {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .head_text.subtext {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .head_text.subtext.subtext2 {
    padding-top: 7px;
    line-height: 16px;
  }
  .head_text.subtext.subtext2.donate_subtxt {
    padding-right: 0px;
    padding-left: 0px;
  }
  .head_text.txt2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .head_text.txt2.txt3 {
    font-size: 26px;
    letter-spacing: 16px;
  }
  .head_text.txt2.txt3.txt4 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 14px;
  }
  .head_text.txt2.txt3.txt4.know_txt_subhead {
    margin-bottom: 37px;
  }
  .head_text.txt2.txt3.know_txt_head {
    padding-top: 0px;
    padding-bottom: 9px;
    font-size: 21px;
  }
  .head_text.txt2.txt3.donate_txt {
    padding-top: 1px;
  }
  .head_text.about_txt {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 2px;
  }
  .head_text.about_txt.join_us {
    font-size: 20px;
    line-height: 28px;
  }
  .head_text.about_txt.ff_section_head {
    margin-left: -10px;
  }
  .head_text.animals_text.ff_head {
    margin-bottom: 16px;
    padding-left: 13%;
    font-size: 24px;
    line-height: 31px;
  }
  .head_text.shophead {
    padding-top: 17px;
  }
  .home_butt {
    margin-top: 13px;
  }
  .about {
    padding-top: 22px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about_body_txt {
    line-height: 17px;
  }
  .about_body_txt.fine_print {
    margin-bottom: 0px;
  }
  .about_body_txt.ff_para {
    padding-top: 46px;
  }
  .about_body_txt.ff_para2 {
    margin-right: -10px;
    margin-left: -9px;
    padding-left: 0px;
  }
  .about_body_txt.dd_dep_txt {
    padding-right: 11px;
    padding-left: 11px;
  }
  .piglogo {
    padding-right: 34px;
  }
  .slide {
    padding-right: 24px;
    padding-left: 24px;
  }
  .battery_col {
    margin-bottom: -20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .leftarrow {
    max-width: 103%;
    padding-top: 1px;
    -webkit-transform: translate(0px, 900%) scale(1.8);
    -ms-transform: translate(0px, 900%) scale(1.8);
    transform: translate(0px, 900%) scale(1.8);
  }
  .rightarrow {
    -webkit-transform: translate(0px, 900%) scale(1.8);
    -ms-transform: translate(0px, 900%) scale(1.8);
    transform: translate(0px, 900%) scale(1.8);
  }
  .animals_intro {
    margin-bottom: 30px;
    padding-top: 39px;
    padding-right: 113px;
    padding-left: 23px;
  }
  .animals_body_txt.ff_subhead {
    padding-left: 13%;
  }
  .animals_body_txt.pigcasso_art_text {
    margin-bottom: 132px;
    padding-right: 10%;
    line-height: 18px;
  }
  .animals_body_txt.pigcasso_art_text.baloo_text {
    padding-right: 10%;
    line-height: 22px;
  }
  .actrow {
    margin-bottom: 0px;
    padding-left: 59px;
  }
  .actrow2 {
    margin-bottom: 0px;
    padding-left: 59px;
  }
  .actbutt {
    margin-bottom: 22px;
    padding-left: 0px;
  }
  .actbutt.know_butt {
    padding-left: 0px;
  }
  .ff_div {
    padding-right: 13%;
    padding-left: 13%;
  }
  .ff_txt_link {
    display: block;
  }
  .ff_thumb {
    padding-right: 0px;
  }
  .leftarrow_dark {
    margin-top: 59px;
    padding-left: 0px;
  }
  .shoptext {
    padding-right: 407px;
    padding-left: 18px;
  }
  .shoptext.thanks_msg.thx2 {
    padding-right: 18px;
  }
  .shoptext.thanks_msg.thx2.thx3 {
    padding-right: 18px;
  }
  .shoptext.shopintro {
    padding-right: 18px;
  }
  .volunteersection {
    margin-top: 178px;
  }
  .pledgevegsection {
    margin-top: 180px;
  }
  .pledgevegsection.sponsorxx {
    margin-top: 224px;
  }
  .donatecol {
    padding-right: 12px;
    padding-left: 0px;
  }
  .cnt_img {
    width: 431%;
  }
  .cnt_img.cnt2 {
    width: 101%;
  }
  .mailchimp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .resicon {
    margin-left: -15px;
  }
  .direct_d {
    width: 100%;
  }
  .dd_pic {
    padding-left: 0px;
  }
  .dd_mail_img {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading_type_1 {
    margin-top: 14px;
    font-size: 31px;
    line-height: 37px;
  }
  .heading_type_1.slidheads {
    margin-top: -5px;
  }
  .heading_type_1.head1_left.about_head {
    padding-bottom: 9px;
  }
  .heading_type_1.head1_left.about_head.chickbatt {
    font-size: 27px;
    line-height: 32px;
  }
  .heading_type_1.head1_left.about_head.chickbatt.urban_hen_sub {
    margin-top: -13px;
  }
  .subheading_type1 {
    margin-top: -4px;
    font-size: 20px;
  }
  .subheading_type1.landvs {
    font-size: 17px;
  }
  .subheading_type1.landvs.head2_actvs {
    font-size: 25px;
  }
  .subheading_type1.know_head2 {
    font-size: 27px;
  }
  .subheading_type1.head2_left {
    line-height: 24px;
  }
}

