/*Variables------------------------------------------------*/
/*---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@font-face {
  font-family: 'a_love_of_thunderregular';
  src: url("../fonts/a_love_of_thunder-webfont.eot");
  src: url("../fonts/a_love_of_thunder-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/a_love_of_thunder-webfont.woff2") format("woff2"), url("../fonts/a_love_of_thunder-webfont.woff") format("woff"), url("../fonts/a_love_of_thunder-webfont.ttf") format("truetype"), url("../fonts/a_love_of_thunder-webfont.svg#a_love_of_thunderregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avenir Next LT Pro Medium Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir Next LT Pro Medium Condensed"), url("../fonts/AvenirNextLTPro-MediumCn.woff") format("woff"); }
@font-face {
  font-family: 'Avenir Next LT Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir Next LT Pro Regular"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Avenir Next LT Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir Next LT Pro Bold"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"); }
/*Media queries---------------------------------------------*/
/*Mixins---------------------------------------------------*/
body {
  font-family: 'Avenir Next LT Pro Regular', sans-serif !important;
  font-size: 14px;
  color: #fff; }

h1, h2, h3, h4, h5 {
  font-family: 'a_love_of_thunderregular',sans-serif !important;
  text-transform: uppercase; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
header .navbar-brand {
  position: absolute;
  top: 0;
  float: none !important;
  z-index: 999999 !important;
  max-width: 15%;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  header .navbar-brand img {
    max-width: 100%; }
header .navbar {
  margin-bottom: 0px;
  padding-top: 10px;
  border-radius: 0 !important; }
  header .navbar ul li {
    font-size: 16px;
    font-family: 'a_love_of_thunderregular';
    color: #fff; }
    header .navbar ul li ul {
      background: transparent;
      padding: 0;
      box-shadow: none; }
      header .navbar ul li ul li {
        font-size: 15px !important;
        font-family: 'Avenir Next LT Pro Regular';
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px !important; }
      header .navbar ul li ul li {
        background: #1a1a1a;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        header .navbar ul li ul li:hover, header .navbar ul li ul li:active, header .navbar ul li ul li:focus, header .navbar ul li ul li.active {
          background: #000; }
        header .navbar ul li ul li:last-child::after {
          content: " ";
          background: url("../images/stroke-menu.png") no-repeat;
          width: 100%;
          height: 14px;
          margin-top: 0px;
          position: absolute;
          background-size: 100% 14px; }
        header .navbar ul li ul li:last-child a {
          border-bottom: 1px solid transparent !important;
          display: block; }
        header .navbar ul li ul li:last-child:hover::after {
          content: " ";
          background: url("../images/stroke-menu-hover.png") no-repeat;
          width: 100%;
          height: 14px;
          margin-top: 0px;
          position: absolute;
          background-size: 100% 14px; }
        header .navbar ul li ul li a {
          border-bottom: 1px solid #555;
          padding: 10px 10px !important; }
  header .navbar ul li.active a {
    background: #8fa44a !important;
    color: #fff !important;
    padding: 17px 10px;
    margin-right: 5px; }
  header .navbar ul li.active ul li {
    background: #1a1a1a; }
    header .navbar ul li.active ul li a {
      background: #1a1a1a !important; }
      header .navbar ul li.active ul li a:hover, header .navbar ul li.active ul li a:focus, header .navbar ul li.active ul li a:active {
        background: #fff !important;
        color: #1a1a1a !important; }
  header .navbar ul li.donate-menu {
    background: #8fa44a;
    border-radius: 5px;
    border: 2px solid #7a8c3f; }
    header .navbar ul li.donate-menu:hover, header .navbar ul li.donate-menu:active, header .navbar ul li.donate-menu:focus {
      background: #7a8c3f !important; }
      header .navbar ul li.donate-menu:hover a, header .navbar ul li.donate-menu:active a, header .navbar ul li.donate-menu:focus a {
        color: #fff; }
  header .navbar ul a {
    color: #fff; }
header .navbar-default .navbar-nav > li > a {
  color: #fff; }
  header .navbar-default .navbar-nav > li > a:hover {
    color: #c4c4c4; }
header .navbar.navbar-default {
  background: #1a1a1a !important;
  border: none !important;
  border-radius: none !important; }
header .navbar-collapse {
  background: transparent; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #1a1a1a !important;
  text-decoration: none;
  background-color: #fff !important; }

.dropdown-menu > li > a {
  text-decoration: none;
  text-transform: capitalize !important; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: #1a1a1a !important;
  color: #fff !important; }

header .navbar ul li ul.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: block;
  margin-top: 100%; }
  header .navbar ul li ul.dropdown-menu ul.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    display: block;
    margin-top: -45px;
    margin-right: 100%; }
header .navbar ul li li.dropdown:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block; }
  header .navbar ul li li.dropdown:hover ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block; }
header .navbar ul li .dropdown-btn {
  display: none; }

li.dropdown:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  margin-top: -15px; }
  li.dropdown:hover ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block; }

.a .row {
  margin: 0; }
.a .tp-caption.black span {
  font-size: 38px !important;
  font-family: 'Avenir Next LT Pro Bold', sans-serif !important; }
.a #slider1 .carousel-inner {
  background: #1a1a1a;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 350px;
  max-height: 350px; }
  .a #slider1 .carousel-inner .item img {
    max-width: 100%;
    height: 350px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute; }
  .a #slider1 .carousel-inner .item .carousel-caption {
    text-align: left;
    position: absolute;
    top: 50px;
    text-shadow: none;
    right: 25%;
    left: 25%; }
    .a #slider1 .carousel-inner .item .carousel-caption h5 {
      font-size: 32px;
      font-family: 'Avenir Next LT Pro Regular', sans-serif !important;
      color: #fff;
      text-transform: none; }
      .a #slider1 .carousel-inner .item .carousel-caption h5::before {
        content: " ";
        margin-top: 0px;
        background: transparent url("../images/quote-open.png");
        width: 15px;
        height: 15px;
        position: absolute;
        margin-left: -30px;
        background-size: 15px 15px;
        background-repeat: no-repeat; }
    .a #slider1 .carousel-inner .item .carousel-caption h6 {
      font-size: 32px;
      font-family: 'Avenir Next LT Pro Regular', sans-serif !important;
      color: #fff;
      text-align: right; }
      .a #slider1 .carousel-inner .item .carousel-caption h6::after {
        content: " ";
        margin-top: 0px;
        background: url("../images/quote-close.png");
        width: 15px;
        height: 15px;
        position: absolute;
        margin-left: 10px;
        background-size: 15px 15px;
        background-repeat: no-repeat; }
      .a #slider1 .carousel-inner .item .carousel-caption h6 span {
        font-size: 38px;
        font-family: 'Avenir Next LT Pro Bold', sans-serif !important; }
.a #slider1 .carousel-control {
  opacity: 1; }
.a #slider1 .carousel-control.left {
  background: transparent; }
.a #slider1 .carousel-control.right {
  background: transparent; }
.a #slider1 .carousel-indicators li {
  border: none !important;
  background: #1a1a1a; }
.a #slider1 .carousel-indicators .active {
  background: #7a8c3f; }

.b {
  background: #e6e6e6;
  border-bottom: 2px solid #c4c4c4;
  padding: 50px 0 75px; }
  .b p {
    text-align: center;
    width: 85%;
    margin-left: 7.5%;
    color: #4c4c4c;
    font-size: 21px !important;
    line-height: 1.8em;
    margin-bottom: 25px; }
  .b a {
    background: #8fa44a;
    border: 2px solid #7a8c3f;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 75px;
    border-radius: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: 0.4s; }
    .b a:hover, .b a:active, .b a:focus {
      background: #7a8c3f;
      color: #fff;
      text-decoration: none; }

.c {
  padding: 50px 0 75px; }
  .c .container .row {
    margin-bottom: 25px; }
    .c .container .row .col-md-4 .content-img {
      width: 100%;
      height: 280px;
      overflow: hidden;
      position: relative;
      border-radius: 5px;
      border: 2px solid #7A8C3F;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    .c .container .row .col-md-4 .row {
      margin: 0; }
      .c .container .row .col-md-4 .row img {
        height: 280px;
        position: relative;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
      .c .container .row .col-md-4 .row h3 {
        font-family: 'Avenir Next LT Pro Regular' !important;
        font-size: 20px;
        color: #2e2e2e;
        text-transform: none; }
      .c .container .row .col-md-4 .row p {
        color: #737373;
        font-size: 14px; }
        .c .container .row .col-md-4 .row p a {
          color: #8fa44a;
          text-decoration: underline;
          transition: 0.4s; }
          .c .container .row .col-md-4 .row p a:hover, .c .container .row .col-md-4 .row p a:active, .c .container .row .col-md-4 .row p a:focus {
            color: #7a8c3f;
            text-decoration: none; }
  .c .container .btn-green {
    margin-bottom: 50px; }
    .c .container .btn-green a {
      background: #8fa44a;
      border: 2px solid #7a8c3f;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 15px 25px;
      border-radius: 5px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      position: absolute;
      text-transform: uppercase;
      font-size: 15px !important;
      transition: 0.4s; }
      .c .container .btn-green a:hover, .c .container .btn-green a:active, .c .container .btn-green a:focus {
        background: #7a8c3f;
        color: #fff;
        text-decoration: none; }

.d {
  border-top: 5px solid #1a1a1a;
  border-bottom: 5px solid #1a1a1a;
  background: url("../images/bg-bear.jpg");
  background-size: cover;
  color: #fff;
  padding-top: 100px; }
  .d h3 {
    font-size: 50px; }
  .d p {
    line-height: 1.8em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 21px;
    padding-bottom: 35px; }
  .d a {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: 0.4s; }
    .d a:hover, .d a:active, .d a:focus {
      background: #8fa44a;
      color: #fff;
      text-decoration: none; }
  .d img {
    padding-top: 75px;
    float: right; }

.e {
  padding: 50px 0; }
  .e p {
    font-size: 21px;
    color: #4c4c4c; }
  .e a {
    background: #8fa44a;
    border: 2px solid #7a8c3f;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 18px;
    border-radius: 5px;
    font-size: 15px !important;
    text-transform: uppercase;
    transition: 0.4s; }
    .e a:hover, .e a:active, .e a:focus {
      background: #7a8c3f;
      color: #fff;
      text-decoration: none; }
  .e .col-md-3 {
    padding-top: 15px; }

.f {
  padding-bottom: 60px; }
  .f #wrapper {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    position: relative;
    left: 0;
    bottom: 0; }
  .f #carousel {
    margin-top: 0px !important; }
  .f .caroufredsel_wrapper {
    margin-top: 0px !important;
    height: 320px !important; }
  .f #carousel div {
    text-align: center;
    width: 250px;
    height: 280px;
    padding: 0 20px;
    float: left;
    position: relative; }
  .f #carousel div img {
    border: none;
    width: 100%;
    height: 100%;
    height: auto;
    transition: 0.4s; }
    .f #carousel div img:hover {
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
      margin-top: 40px; }
  .f #carousel div span {
    display: none; }
  .f #carousel div:hover span,
  .f #carousel div.hover span {
    background-color: #333;
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 3px; }
  .f #pager {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 60px;
    background: #ccc;
    max-width: 80%;
    margin-left: 10%;
    line-height: 0; }
  .f #pager a {
    background: #CCC none repeat scroll 0% 0%;
    display: inline-block;
    border-radius: 0px;
    width: 4%;
    height: 4px;
    margin: 0px 0px; }
  .f #pager a.selected {
    background: #8fa44a; }
  .f #pager a:hover {
    background: #7a8c3f !important; }
  .f #pager a:active, .f #pager a:focus {
    background: #8fa44a !important; }
  .f #pager a span {
    display: none; }
  .f a {
    color: #ccc; }
    .f a:hover, .f a:active, .f a:focus {
      color: #ccc;
      outline: none !important; }

.stroke-up {
  background: url("../images/stroke-up.png") no-repeat;
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: 30;
  margin-top: -21px; }

.stroke-down {
  background: url("../images/stroke-down.png") no-repeat;
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: 30; }

footer .footer-up {
  padding: 35px 0 50px 0;
  background: #e6e6e6;
  min-height: 130px; }
  footer .footer-up h3 {
    display: inline-block;
    margin-top: 35px;
    margin-left: 15px;
    margin-bottom: 0; }
  footer .footer-up img {
    margin-top: -30px; }
  footer .footer-up .stroke-up {
    margin-top: -40px; }
  footer .footer-up .stroke-down {
    margin-top: -33px; }
  footer .footer-up .gform_wrapper .gfield_required {
    display: none; }
  footer .footer-up .gform_footer {
    display: inline-block;
    width: 21%; }
  footer .footer-up .gform_body {
    display: inline-block;
    min-width: 77%; }
  footer .footer-up .gform_wrapper {
    margin: 0em 0px; }
  footer .footer-up .gform_wrapper .top_label input.medium {
    width: 103%;
    border-radius: 5px 0 0 5px;
    border: solid 1px #ccc; }
  footer .footer-up form {
    width: 500px; }
  footer .footer-up .input-group {
    margin-top: 0px; }
    footer .footer-up .input-group input {
      height: 45px; }
      footer .footer-up .input-group input::-webkit-input-placeholder {
        text-transform: uppercase; }
      footer .footer-up .input-group input:-moz-placeholder {
        /* Firefox 18- */
        text-transform: uppercase; }
      footer .footer-up .input-group input::-moz-placeholder {
        /* Firefox 19+ */
        text-transform: uppercase; }
      footer .footer-up .input-group input:-ms-input-placeholder {
        text-transform: uppercase; }
    footer .footer-up .input-group input[type="submit"] {
      background: #8fa44a;
      border: solid #7a8c3f 1px;
      text-transform: uppercase;
      padding: 0 25px;
      color: #fff;
      transition: 0.4s;
      border-radius: 0 5px 5px 0; }
      footer .footer-up .input-group input[type="submit"]:hover {
        background: #7a8c3f; }
footer .gap {
  background: #000;
  height: 2px;
  width: 100%; }
footer .footer-down {
  background: #1a1a1a;
  color: #fff; }
  footer .footer-down .col-md-6 .footer-nav {
    text-align: left; }
    footer .footer-down .col-md-6 .footer-nav ul {
      padding-left: 0; }
      footer .footer-down .col-md-6 .footer-nav ul li {
        text-transform: uppercase;
        font-family: 'a_love_of_thunderregular';
        font-size: 17px;
        display: inline-block;
        margin-right: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
        transition: 0.4s; }
        footer .footer-down .col-md-6 .footer-nav ul li:hover {
          color: #8fa44a; }
        footer .footer-down .col-md-6 .footer-nav ul li a {
          text-decoration: none;
          font-size: 12px; }
  footer .footer-down .social {
    margin-top: 15px;
    margin-bottom: 25px; }
  footer .footer-down .i {
    color: #fff;
    width: 25px;
    height: 25px; }
  footer .footer-down a {
    color: #fff; }
  footer .footer-down .fa-facebook {
    background: #3b5999;
    color: #fff;
    padding: 9px 0 0 0px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 21px;
    border-radius: 5px; }
  footer .footer-down .fa-twitter {
    background: #0083b4;
    color: #fff;
    padding: 9px 0 0 0px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 21px;
    border-radius: 5px; }
  footer .footer-down .fa-instagram {
    background: #404040;
    color: #fff;
    padding: 9px 0 0 0px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 21px;
    border-radius: 5px; }
  footer .footer-down a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    text-decoration: underline; }
    footer .footer-down a:hover {
      color: #8fa44a;
      text-decoration: none; }
  footer .footer-down .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px; }
    footer .footer-down .copyright a {
      color: #fff;
      text-decoration: underline;
      font-size: 14px;
      text-decoration: underline; }
      footer .footer-down .copyright a:hover {
        color: #8fa44a;
        text-decoration: none; }

.tp-bullets.simplebullets.round .bullet {
  display: none; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: transparent url("../images/arrowright.png") no-repeat scroll 0px 0px;
  width: 50px;
  height: 106px; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: transparent url("../images/arrowleft.png") no-repeat scroll 0px 0px;
  width: 50px;
  height: 106px; }

.tparrows.hidearrows {
  opacity: 1; }

/* Interior----------------------------------------------------------*/
.interior-top {
  max-width: 100%;
  min-height: 200px;
  max-height: 350px;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .interior-top img {
    position: absolute;
    min-width: 100%;
    /*height: auto;*/
	height:100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
  .interior-top .row {
    margin-left: 0;
    margin-right: 0; }
  .interior-top h1 {
    font-size: 50px;
    position: relative;
    color: #FFF;
    top: auto;
    line-height: 1;
    padding: 100px 0px;
    margin: 0;
    position: relative;
    z-index: 3; }

.interior .container {
  padding: 50px 25px 100px 25px; }
.interior h1, .interior h2, .interior h3, .interior h4, .interior h5, .interior h6 {
  font-family: 'Avenir Next LT Pro Regular' !important;
  color: #1a1a1a;
  text-transform: capitalize;
  line-height: 50px; }
.interior h1 {
  font-size: 50px; }
.interior h2 {
  font-size: 40px; }
.interior h3 {
  font-size: 35px; }
.interior h4 {
  font-size: 30px; }
.interior h5 {
  font-size: 25px; }
.interior h6 {
  font-size: 20px;
  color: #8fa44a; }
.interior .green {
  color: #8fa44a !important; }
.interior hr {
  border-color: #bdbdbd !important;
  border-width: 1px 0px 0px !important;
  border-style: dashed none none !important;
  margin: 50px 0; }
  .interior hr.solid {
    border-style: solid none none !important;
    border-color: #c0c0c0 !important;
    margin: 30px 0;
    border-width: 1px 0px 0px !important; }
  .interior hr.dashed {
    border-style: dashed none none !important;
    border-color: #bdbdbd  !important;
    margin: 25px 0;
    border-width: 1px 0px 0px !important; }
.interior p {
  color: #737373;
  font-size: 16px;
  display: block;
  line-height: 1.8em;
  margin-bottom: 20px; }
  .interior p img {
    max-width: 50%;
    margin-bottom: 0px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.interior small {
  font-size: 13px;
  line-height: 2.1em; }
.interior p.capitalize::first-letter {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 53px;
  float: left;
  margin-top: 6px;
  font-family: 'Avenir Next LT Pro Bold';
  color: #2e4354; }
.interior blockquote {
  color: #8fa44a;
  border: none !important;
  font-family: 'Avenir Next LT Pro Regular';
  font-weight: bolder;
  font-size: 22px;
  width: 37%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 40px; }
  .interior blockquote::before {
    content: '"'; }
  .interior blockquote::after {
    content: '"'; }
.interior strong {
  color: #8fa44a;
  font-family: 'Avenir Next LT Pro Regular';
  font-weight: bolder;
  font-size: 16px; }
.interior a {
  text-decoration: underline;
  color: #8fa44a; }
  .interior a:hover {
    color: #7a8c3f !important;
    text-decoration: none !important; }
.interior li {
  list-style-image: url(../images/li1.png);
  color: #737373;
  line-height: 1.8em; }
  .interior li a {
    color: #8fa44a;
    text-decoration: underline;
    line-height: 1.8em; }
  .interior li li {
    list-style-image: url(../images/li2.png); }
.interior .wp-caption-text {
  font-size: 13px; }
.interior img {
  max-width: 100%; }
.interior .table-responsive tr.info th {
  background: #8fa44a !important;
  color: #fff !important;
  font-weight: lighter !important; }
.interior .table-responsive tr:nth-child(odd) {
  background: #e1ebc3 !important;
  color: #1a1a1a !important;
  font-weight: lighter !important; }
.interior .table-responsive tr:nth-child(even) {
  background: #fff !important;
  color: #1a1a1a !important;
  font-weight: lighter !important; }
.interior .item.entry {
  margin-top: 60px; }
.interior .btn-blog {
  background: #8FA44A none repeat scroll 0% 0%;
  border: 2px solid #7A8C3F;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 15px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px !important;
  transition: all 0.4s ease 0s;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 210px; }
  .interior .btn-blog:hover, .interior .btn-blog:active, .interior .btn-blog:focus {
    background: #7a8c3f;
    color: #fff !important;
    text-decoration: none; }
.interior .btn-green {
  background: #8fa44a;
  border: 2px solid #7a8c3f;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px !important;
  transition: 0.4s;
  float: right; }
  .interior .btn-green:hover, .interior .btn-green:active, .interior .btn-green:focus {
    background: #7a8c3f;
    color: #fff !important;
    text-decoration: none; }
.interior .featuredImg {
  margin: 10px auto;
  max-width: 100%;
  width: auto;
  float: none;
  text-align: center; }
  .interior .featuredImg img {
    max-width: 100%; }

.interior .accordion {
  border: solid 1px #ddd;
  padding: 0 15px;
  margin-bottom: 15px; }
  .interior .accordion .accordion-title::after {
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #1A1A1A;
    right: -15px;
    position: relative;
    left: auto;
    top: 20px; }
  .interior .accordion .accordion-content {
    border-top: 1px solid #cccccc; }
.interior article .strorycontent .wp-caption.alignleft {
  float: left;
  margin-right: 25px; }
.interior article .strorycontent img {
  float: left;
  margin-right: 25px; }
.interior article .strorycontent p img {
  float: left;
  margin-right: 25px; }
.interior .alignleft {
  float: left !important;
  margin-right: 25px; }
.interior .alignright {
  float: right !important;
  margin-left: 25px; }

/* Custom----------------------------------------------------------*/
.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 {
  font-family: 'Avenir Next LT Pro Regular' !important;
  color: #1a1a1a;
  text-transform: capitalize;
  line-height: 25px; }
.custom h1 {
  font-size: 50px; }
.custom h2 {
  font-size: 40px;
  line-height: 40px; }
  .custom h2::before {
    content: "";
    border-color: #8fa44a transparent;
    border-style: solid;
    border-width: 0.35em 0.35em 0em;
    height: 0px;
    width: 0px;
    left: em;
    top: -10px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
.custom h3 {
  font-size: 35px; }
.custom h4 {
  font-size: 30px; }
.custom h5 {
  font-size: 25px; }
.custom h6 {
  font-size: 20px;
  color: #c4c4c4; }
.custom p {
  color: #737373;
  font-size: 16px;
  display: block;
  line-height: 1.8em;
  margin-top: 40px;
  margin-bottom: 60px; }
.custom a {
  color: #8fa44a;
  text-decoration: underline; }
  .custom a:hover, .custom a:active, .custom a:focus {
    color: #7a8c3f;
    outline: none !important; }
.custom .margin-left {
  margin-left: 5%; }
  .custom .margin-left p {
    margin-top: 20px;
    margin-bottom: 30px; }
.custom ul li {
  list-style-type: none;
  line-height: 1.8em; }
  .custom ul li a {
    color: #737373; }
    .custom ul li a:hover {
      color: #8fa44a !important; }
  .custom ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8fa44a;
    display: inline-block;
    top: -5px;
    margin-right: 15px; }

.custom-a img {
  max-width: 100%; }
.custom-a .row {
  margin: 0; }

.custom-b p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #1a1a1a;
  padding-bottom: 15px;
  margin: 0; }

.custom-c {
  background: #c9ebf2; }
  .custom-c .container {
    padding: 50px 0; }
  .custom-c img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .custom-c .stroke-down-blue {
    max-width: 100%;
    min-width: 100%;
    height: 22px;
    position: relative;
    bottom: -22px;
    background: url(../images/stroke-down-blue.png);
    margin-bottom: 50px; }
  .custom-c .col-md-3 {
    text-align: center; }
    .custom-c .col-md-3 img {
      max-width: 100%;
      min-width: 100%; }
    .custom-c .col-md-3 h4 {
      color: #4e4e4e;
      font-family: 'Avenir Next LT Pro Bold' !important;
      font-size: 32px;
      text-transform: uppercase;
      line-height: 1em; }
    .custom-c .col-md-3 small {
      color: #e6e6e6;
      font-style: italic;
      color: #c4c4c4;
      font-size: 17px;
      padding: 15px 0;
      text-transform: none;
      font-weight: 400;
      font-family: "Avenir Next LT Pro Regular",sans-serif !important; }
      .custom-c .col-md-3 small .fa {
        display: block;
        text-align: center;
        color: #8fa44a;
        font-size: 25px;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        animation: updown 1s infinite; }
      .custom-c .col-md-3 small .panel-default {
        border-color: transparent !important; }
        .custom-c .col-md-3 small .panel-default .panel-body {
          border-top-color: transparent !important; }
          .custom-c .col-md-3 small .panel-default .panel-body ul {
            padding: 0; }
    .custom-c .col-md-3 .animal-info {
      background: url("../images/animals-info.png") no-repeat;
      background-size: 100% 100%;
      color: dark-tertiary;
      padding: 40px 1px 2px;
      min-height: 50px;
      margin-top: 10px; }
      .custom-c .col-md-3 .animal-info p {
        margin: 0;
        padding-bottom: 0px;
        padding-top: 12px; }
      .custom-c .col-md-3 .animal-info p:nth-of-type(2) {
        padding-bottom: 15px; }
      .custom-c .col-md-3 .animal-info .col-md-12 {
        padding: 0 28px; }
      .custom-c .col-md-3 .animal-info .status {
        position: relative; }
        .custom-c .col-md-3 .animal-info .status p {
          color: #fff;
          text-transform: uppercase;
          position: relative;
          bottom: 25px;
          text-align: center;
          display: block;
          width: 99%;
          margin: 0px auto -1px 1px;
          font-size: 18px;
          bottom: 3px;
          border-radius: 0px 0px 8px 10px;
          padding: 20px 15px; }
          .custom-c .col-md-3 .animal-info .status p.vulnerable {
            background: #d2233c; }
          .custom-c .col-md-3 .animal-info .status p.canis {
            background: #9e5f6a; }
          .custom-c .col-md-3 .animal-info .status p.critically {
            background: #eb4f1c; }
          .custom-c .col-md-3 .animal-info .status p.endangered {
            background: #f6a400; }
          .custom-c .col-md-3 .animal-info .status p.separate {
            background: #3d6897; }
          .custom-c .col-md-3 .animal-info .status p.concern {
            background: #8cc63f; }
          .custom-c .col-md-3 .animal-info .status p.threatened {
            background: #e81772; }
          .custom-c .col-md-3 .animal-info .status p.madagascar {
            background: #cf6a56; }
          .custom-c .col-md-3 .animal-info .status p.bosmutus {
            background: #e2742c; }

.related {
  margin-top: 75px; }
  .related img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #c4c4c4; }
  .related p {
    line-height: 0em;
    margin: 0; }

.important .content p {
  color: #000;
  background: url("../images/bg-important.png") no-repeat;
  background-size: 100% 100%;
  max-width: 54%;
  margin-left: 25%;
  padding: 15px 3%; }

@-webkit-keyframes updown {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }
/* Standard syntax */
@keyframes updown {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }
/* Custom 2----------------------------------*/
.custom-2-top .row {
  margin: 0; }
.custom-2-top img {
  max-width: 100%;
  min-width: 100%; }

.custom-2-b {
  overflow-x: hidden; }
  .custom-2-b img {
    margin: 50px 0;
    max-width: 100%;
    min-width: 100%;
    display: block; }

hr.solid {
  border-width: 1px;
  border-color: #c0c0c0; }

.custom-2-c .row {
  margin: 0; }
.custom-2-c p img {
  max-width: 270px;
  float: right; }
.custom-2-c .container {
  padding: 0px 25px 100px 25px; }

/* Donate----------------------------------*/
.donate .donate-a {
  background: url("../images/bg-donate.jpg");
  background-size: cover;
  background-position: center top; }
  .donate .donate-a img {
    display: block;
    max-width: 100%;
    width: 181px;
    margin: 0px auto 20px auto;
    padding-top: 75px;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .donate .donate-a .donate-a-up {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 25px;
    width: 92%;
    margin-left: 4%;
    margin-top: 40px;
    margin-bottom: 50px; }
    .donate .donate-a .donate-a-up .content-dollar {
      margin: 20px auto 20px auto;
      max-width: 920px;
      min-height: 150px;
      display: block;
      float: none; }
      .donate .donate-a .donate-a-up .content-dollar .other {
        width: 75%;
        float: left; }
        .donate .donate-a .donate-a-up .content-dollar .other input {
          width: 100%;
          height: 85px;
          font-size: 30px;
          border: 1px solid #CCC;
          padding: 10px;
          margin-top: 50px;
          background: #fff;
          float: left; }
      .donate .donate-a .donate-a-up .content-dollar .dollar a {
        outline: none !important;
        background: url("../images/bg-dollar.png");
        background-size: 100% 100%;
        border-radius: 50%;
        width: 124px;
        height: 124px;
        box-sizing: border-box;
        color: #000;
        font-size: 48px;
        font-weight: 700;
        margin: 30px;
        text-align: center;
        float: left;
        line-height: 124px; }
        .donate .donate-a .donate-a-up .content-dollar .dollar a:before {
          content: "$";
          vertical-align: middle;
          font-size: 24px;
          top: -4px;
          position: relative; }
        .donate .donate-a .donate-a-up .content-dollar .dollar a:hover, .donate .donate-a .donate-a-up .content-dollar .dollar a:active, .donate .donate-a .donate-a-up .content-dollar .dollar a:focus, .donate .donate-a .donate-a-up .content-dollar .dollar a.active {
          background: url("../images/bg-dollar-hover.png");
          background-size: 100% 100%;
          font-weight: 900;
          color: #000;
          text-decoration: none !important;
          border: none; }
          .donate .donate-a .donate-a-up .content-dollar .dollar a:hover:before, .donate .donate-a .donate-a-up .content-dollar .dollar a:active:before, .donate .donate-a .donate-a-up .content-dollar .dollar a:focus:before, .donate .donate-a .donate-a-up .content-dollar .dollar a.active:before {
            content: "$";
            color: #000;
            font-weight: 700; }
      .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a {
        outline: none !important;
        width: 124px;
        height: 124px;
        box-sizing: border-box;
        font-size: 38px;
        font-weight: 700;
        margin: 30px;
        text-align: center;
        float: left;
        line-height: 124px; }
        .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:before {
          content: ""; }
        .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:hover, .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:active, .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:focus {
          outline: none !important;
          background: url("../images/bg-dollar-hover.png");
          background-size: 100% 100%;
          font-weight: 900;
          color: #000;
          text-decoration: none !important;
          border: none; }
          .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:hover:before, .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:active:before, .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a:focus:before {
            content: ""; }
    .donate .donate-a .donate-a-up a.btn-donate {
      background: #8fa44a;
      border: 2px solid #7a8c3f;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      color: #fff;
      text-decoration: none;
      text-align: center;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 15px !important;
      transition: 0.4s;
      float: none;
      display: block;
      height: 58px;
      margin: 10px auto 50px auto;
      font-size: 20px;
      box-sizing: none !important;
      padding: 15px 0;
      width: 215px; }
      .donate .donate-a .donate-a-up a.btn-donate:hover, .donate .donate-a .donate-a-up a.btn-donate:active, .donate .donate-a .donate-a-up a.btn-donate:focus {
        background: #7a8c3f;
        color: #fff;
        text-decoration: none; }
    .donate .donate-a .donate-a-up label {
      font-size: 21px;
      letter-spacing: 1.5px;
      color: #1a1a1a; }
      .donate .donate-a .donate-a-up label input {
        margin-right: 15px; }
  .donate .donate-a .show {
    display: block !important; }
  .donate .donate-a .hide {
    display: none; }
  .donate .donate-a .donate-a-down {
    background: #8fa44a;
    padding: 25px 0;
    width: 92%;
    margin-left: 4%;
    min-height: 410px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: -50px; }
    .donate .donate-a .donate-a-down textarea {
      resize: none;
      height: 110px; }
    .donate .donate-a .donate-a-down .checkbox label {
      font-size: 18px; }
    .donate .donate-a .donate-a-down .btn-donate {
      background: #fff;
      border: 2px solid #fff;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      color: #8fa44a;
      text-decoration: none;
      text-align: center;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 15px !important;
      transition: 0.4s;
      float: none;
      display: block;
      height: 45px;
      font-size: 20px;
      box-sizing: none !important;
      padding: 8px 0;
      width: 90%;
      margin-left: 5%; }
      .donate .donate-a .donate-a-down .btn-donate:hover, .donate .donate-a .donate-a-down .btn-donate:active, .donate .donate-a .donate-a-down .btn-donate:focus {
        background: #7a8c3f;
        color: #fff;
        text-decoration: none; }
.donate .donate-b {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #4c4c4c;
  font-size: 21px;
  line-height: 1.8em; }
  .donate .donate-b img {
    max-width: 100%;
    border-radius: 3px;
    border: solid #8fa44a 2px;
    vertical-align: middle;
    margin-top: 5%; }
.donate .donate-c {
  background: url("../images/bg-other-ways.jpg");
  background-size: cover;
  background-position: center top;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8em; }
  .donate .donate-c h4 {
    font-size: 30px;
    margin-top: 25px; }
  .donate .donate-c small {
    font-size: 16px;
    margin-top: 25px;
    display: block; }
  .donate .donate-c a {
    color: #fff;
    text-decoration: none; }
  .donate .donate-c ul {
    margin-top: 25px; }
  .donate .donate-c li {
    list-style-type: none; }
    .donate .donate-c li::before {
      content: "";
      background: #f6a400;
      border-radius: 50%;
      width: 7px;
      height: 7px;
      position: absolute;
      margin-top: 15px;
      margin-left: -15px; }
.donate .donate-d {
  padding: 30px 0; }
  .donate .donate-d h4 {
    font-size: 30px;
    text-align: center; }
  .donate .donate-d .faq {
    width: 36%;
    display: block;
    margin: 40px auto;
    background: url("../images/bg-questions.png");
    background-size: 100% 100%;
    padding: 25px; }
    .donate .donate-d .faq .panel-default {
      border-color: transparent; }
      .donate .donate-d .faq .panel-default .panel-heading {
        background: transparent;
        outline: none !important;
        border: none; }
  .donate .donate-d a:hover, .donate .donate-d a:active, .donate .donate-d a:focus {
    outline: none;
    text-decoration: none;
    font-weight: 700; }
    .donate .donate-d a:hover .caret-donate, .donate .donate-d a:active .caret-donate, .donate .donate-d a:focus .caret-donate {
      transform: rotate(90deg); }
  .donate .donate-d a .caret-donate {
    color: #8fa44a;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px dashed;
    transition: 0.4s; }

/* Form----------------------------------*/
.gform_wrapper div.validation_error {
  display: none; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  position: relative;
  padding: 0px;
  height: 125px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute; }

footer .footer-up .gform_footer {
  margin-left: -8px; }

#gform_confirmation_message_1 {
  margin-top: 40px;
  color: #8fa44a; }

#sb_instagram .sbi_follow_btn a {
  transition: 0.3s; }
  #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:active, #sb_instagram .sbi_follow_btn a:active {
    background: #CCE3CD; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar ul li {
    font-size: 14px !important;
    padding: 0px 0px !important; }

  footer .footer-down .col-md-6 .footer-nav {
    text-align: center;
    line-height: 0; }

  .donate .donate-a .donate-a-up .content-dollar {
    max-width: 740px; }

  .custom-c .col-md-3 h4 {
    font-size: 25px; }

  .custom-c .col-md-3 small {
    font-style: italic;
    color: #C4C4C4;
    font-size: 15px;
    padding: 15px 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar ul li {
    font-size: 12px !important;
    padding: 0px 0px !important; }

  .d img {
    padding-top: 180px;
    max-width: 136%; }

  header .navbar-brand {
    margin-left: -5%; }

  header .navbar-brand img {
    max-width: 80%; }

  .interior blockquote {
    width: 60%; }

  .interior-top h1 {
    font-size: 35px; }

  footer .footer-down .col-md-6 .footer-nav {
    text-align: center;
    line-height: 0; }

  .donate .donate-a .donate-a-up .content-dollar {
    margin: 20px auto;
    max-width: 553px;
    min-height: 308px; }

  .donate .donate-a .donate-a-up .content-dollar {
    max-width: 555px; }

  .donate .donate-d .faq {
    width: 47%; }

  .donate .donate-a .donate-a-up .content-dollar .other input {
    margin-top: 22px; }

  .donate .donate-a .donate-a-up .content-dollar .other {
    width: 100%; }

  footer .footer-up {
    text-align: center; }

  footer .footer-up form {
    width: 760px; }

  .custom-c .col-md-3 .animal-info {
    min-height: 50px;
    margin-top: 0; }

  .c .container .row .col-md-4 .row img {
    height: 220px; }

  .c .container .row .col-md-4 .content-img {
    height: 220px; }

  .interior-top {
    background: transparent url("../images/interior-top-mobile.jpg")/cover; }

  .a .tp-caption.black span {
    font-size: 28px !important; } }
@media only screen and (max-width: 767px) {
  footer .footer-up {
    text-align: center; }

  footer .footer-up form {
    width: 430px; }

  header .navbar ul li .dropdown-btn {
    display: none; }
  header .navbar ul li.menu-item-has-children .dropdown-btn {
    display: block;
    position: absolute;
    right: 15px;
    margin-top: -35px; }
  header .navbar ul li.menu-item-has-children ul.dropdown-menu li .dropdown-btn {
    display: none; }
  header .navbar ul li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .dropdown-btn {
    display: block;
    position: absolute;
    right: 15px;
    margin-top: -35px; }
  header .navbar ul li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li .dropdown-btn {
    display: none; }
  header .navbar ul li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children .dropdown-btn {
    display: block;
    position: absolute;
    right: 15px;
    margin-top: -35px; }

  header .navbar ul li.dropdown ul li:last-child::after {
    content: none; }

  header .navbar ul li.dropdown ul li:last-child:hover::after {
    content: none; }

  /*----------------Dropdown------------------*/
  header .navbar ul li ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    display: none;
    margin: 0;
    width: 100%; }
    header .navbar ul li ul.dropdown-menu ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      transition: 0.4s;
      display: none;
      margin: 0;
      margin-right: 0;
      width: 100%; }
  header .navbar ul li li.open ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    display: block;
    margin: 0;
    width: 100%; }
    header .navbar ul li li.open ul.dropdown-menu li.open ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      transition: 0.4s;
      display: none;
      margin: 0;
      margin-right: 0;
      width: 100%; }
  header .navbar ul li li.dropdown:hover ul.dropdown-menu, header .navbar ul li li.dropdown:focus ul.dropdown-menu, header .navbar ul li li.dropdown:active ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: none; }
    header .navbar ul li li.dropdown:hover ul.dropdown-menu li.dropdown:hover ul.dropdown-menu, header .navbar ul li li.dropdown:hover ul.dropdown-menu li.dropdown:focus ul.dropdown-menu, header .navbar ul li li.dropdown:hover ul.dropdown-menu li.dropdown:active ul.dropdown-menu, header .navbar ul li li.dropdown:focus ul.dropdown-menu li.dropdown:hover ul.dropdown-menu, header .navbar ul li li.dropdown:focus ul.dropdown-menu li.dropdown:focus ul.dropdown-menu, header .navbar ul li li.dropdown:focus ul.dropdown-menu li.dropdown:active ul.dropdown-menu, header .navbar ul li li.dropdown:active ul.dropdown-menu li.dropdown:hover ul.dropdown-menu, header .navbar ul li li.dropdown:active ul.dropdown-menu li.dropdown:focus ul.dropdown-menu, header .navbar ul li li.dropdown:active ul.dropdown-menu li.dropdown:active ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      display: none;
      background: #888888; }

  li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: none;
    margin-top: 0px; }
    li.dropdown:hover ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      display: none; }

  li.dropdown.open ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top: 0px; }
    li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      display: none; }
    li.dropdown.open ul.dropdown-menu li.dropdown.open ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      display: block; }

  li.dropdown ul.dropdown-menu.collapse.in {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top: 0px; }
    li.dropdown ul.dropdown-menu.collapse.in li.dropdown ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      display: none; }
    li.dropdown ul.dropdown-menu.collapse.in li.dropdown ul.dropdown-menu.collapse.in {
      visibility: visible;
      opacity: 1;
      display: block; }

  .nav .open > a {
    background: transparent !important; }

  .nav .open ul {
    background: #888; }
    .nav .open ul .open ul {
      background: #666; }

  header .navbar ul li.active a {
    background: #8fa44a !important;
    color: #fff; }

  header .navbar ul li ul li a {
    background: #272727; }

  header .navbar ul li ul li ul li a {
    background: #303030; }

  /*----------------/Dropdown------------------*/
  header .navbar ul li .dropdown-btn {
    background: transparent !important;
    right: 25px;
    border: 1px solid #8fa44a;
    padding: 0 7px 2px 6px;
    margin-top: -33px; }
    header .navbar ul li .dropdown-btn .caret {
      border-top: 4px dashed #8fa44a;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
    header .navbar ul li .dropdown-btn:hover, header .navbar ul li .dropdown-btn:active, header .navbar ul li .dropdown-btn:focus {
      background: #8fa44a !important; }
      header .navbar ul li .dropdown-btn:hover .caret, header .navbar ul li .dropdown-btn:active .caret, header .navbar ul li .dropdown-btn:focus .caret {
        border-top: 4px dashed #1a1a1a;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
      color: #8fa44a !important; }

  .d img {
    padding-top: 0px; }

  header .navbar-brand img {
    margin-top: -5px; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
    background-color: #8fa44a !important; }
  .navbar-default .navbar-toggle .icon-bar {
    color: #fff !important;
    background: #fff !important; }

  footer .text-right {
    text-align: center !important; }

  header .navbar-brand {
    margin-left: 0px;
    width: 15%; }

  header .navbar-brand img {
    max-width: 90px; }

  .interior-top {
    background: transparent url("../images/interior-top-mobile.jpg")/cover; }

  .interior blockquote {
    width: 70%; }

  .interior-top h1 {
    line-height: 1; }

  .interior-top {
    overflow-x: hidden; }

  .interior-top h1 {
    font-size: 35px;
    padding-left: 25px; }

  footer .footer-down .col-md-6 .footer-nav {
    text-align: center;
    line-height: 0; }

  .custom-b p {
    font-size: 25px;
    padding: 0 25px 15px 25px; }

  .donate .donate-a .donate-a-up .content-dollar {
    margin: 0px auto;
    max-width: 368px;
    min-height: 520px; }

  .donate .donate-a .donate-a-up .content-dollar {
    max-width: 370px; }

  .donate .donate-d .faq {
    width: 95%;
    text-align: center; }

  .donate .donate-a .donate-a-up .content-dollar .other input {
    margin-top: 22px; }

  .donate .donate-a .donate-a-up .content-dollar .other {
    width: 100%; }

  header .navbar-collapse {
    padding: 0 25px; }

  .tp-rightarrow.default {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }

  .tp-leftarrow.default {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }

  .interior p img {
    max-width: 75%; }

  .custom-c .col-md-3 img {
    max-width: 50%;
    min-width: 50%; }

  .custom-c .col-md-3 .animal-info {
    width: 50%;
    display: block;
    margin: 10px auto; }

  .c .container .row .col-md-4 .row img {
    height: 275px; }

  .c .container .row .col-md-4 .content-img {
    height: 220px;
    width: 50%;
    margin-left: 25% !important; }

  header .navbar ul li.active .dropdown-btn {
    background: #1a1a1a !important;
    color: #8fa44a; }
    header .navbar ul li.active .dropdown-btn:hover, header .navbar ul li.active .dropdown-btn:active, header .navbar ul li.active .dropdown-btn:focus {
      background: #1a1a1a !important;
      color: #8fa44a !important; }
      header .navbar ul li.active .dropdown-btn:hover .caret, header .navbar ul li.active .dropdown-btn:active .caret, header .navbar ul li.active .dropdown-btn:focus .caret {
        border-top: #8fa44a dashed 4px; }
        header .navbar ul li.active .dropdown-btn:hover .caret:hover, header .navbar ul li.active .dropdown-btn:hover .caret:active, header .navbar ul li.active .dropdown-btn:hover .caret:focus, header .navbar ul li.active .dropdown-btn:active .caret:hover, header .navbar ul li.active .dropdown-btn:active .caret:active, header .navbar ul li.active .dropdown-btn:active .caret:focus, header .navbar ul li.active .dropdown-btn:focus .caret:hover, header .navbar ul li.active .dropdown-btn:focus .caret:active, header .navbar ul li.active .dropdown-btn:focus .caret:focus {
          border-top: #8fa44a dashed 4px; }

  .a .tp-caption.black {
    font-size: 18px !important; }

  .a .tp-caption.black span {
    font-size: 22px !important;
    line-height: 95px !important; } }
@media only screen and (max-width: 480px) {
  .d img {
    padding-top: 50px; }

  footer .footer-up h3 {
    font-size: 18px; }

  .e a {
    display: block; }

  .d a {
    display: block; }

  .c .container .btn-green a {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: all 0.4s ease 0s;
    margin: 0 15px;
    display: block; }

  .b a {
    padding: 15px 0px;
    display: block;
    border-radius: 5px;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: all 0.4s ease 0s;
    margin: 0 15px; }

  .interior blockquote {
    width: 80%; }

  .interior-top {
    overflow-x: hidden; }

  .interior-top h1 {
    font-size: 35px;
    padding-left: 25px; }

  .interior .btn-green {
    margin: 15px auto;
    float: none;
    display: block; }

  .custom-b p {
    font-size: 18px;
    padding: 0 25px 15px 25px; }

  .important .content p {
    max-width: 84%;
    margin-left: 10%;
    padding: 15px 3%; }

  footer .footer-down .col-md-6 .footer-nav {
    text-align: center;
    line-height: 0; }

  .donate .donate-a .donate-a-up .content-dollar {
    margin: 0px auto;
    max-width: 296px;
    min-height: 520px; }

  .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a {
    margin: 30px 8px; }

  .donate .donate-a .donate-a-up .content-dollar .dollar a {
    margin: 30px 8px; }

  .tp-leftarrow.default {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
    margin-top: -85px !important; }

  .tp-rightarrow.default {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
    margin-top: -85px !important; }

  .interior p img {
    max-width: 95%; }

  footer .footer-up form {
    width: 225px; }

  .custom-c .col-md-3 img {
    max-width: 80%;
    min-width: 80%; }

  .custom-c .col-md-3 .animal-info {
    width: 80%;
    display: block;
    margin: 10px auto; }

  .c .container .row .col-md-4 .row img {
    height: 300px; }

  .c .container .row .col-md-4 .content-img {
    width: 84%;
    margin-left: 8% !important; }

  .b, .c {
    padding: 50px 15px 75px; }

  .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    height: 150px; }

  .interior .alignleft {
    float: none !important;
    margin: 10px auto;
    display: block; }

  .interior h5 {
    display: block;
    text-align: center; }

  /*.a{
  	#rev_slider_1_1{
  		height: 175px !important;
  	}
  	#rev_slider_1_1_wrapper{
  		height: 175px !important;
  	}
  }*/
  .a .tp-caption.black {
    font-size: 16px !important; }

  .a .tp-caption.black span {
    font-size: 20px !important;
    line-height: 110px !important; } }
@media only screen and (max-width: 400px) {
  footer .footer-up .gform_wrapper .top_label input.medium {
    font-size: 12px;
    height: 46px; }

  .interior-top h1 {
    font-size: 30px;
    padding-left: 15px; } }
@media only screen and (max-width: 359px) {
  .donate .donate-a .donate-a-up .content-dollar {
    margin: 0px auto;
    max-width: 118px;
    min-height: 750px; } }
@media only screen and (max-width: 320px) {
  .interior-top h1 {
    font-size: 28px;
    padding-left: 15px; }

  footer .footer-up h3 {
    font-size: 17px; }

  .donate .donate-a .donate-a-up .content-dollar {
    margin: 0px auto;
    max-width: 124px;
    min-height: 750px; }

  .donate .donate-a .donate-a-up .content-dollar .dollar:last-child a {
    margin: 15px auto; }

  .donate .donate-a .donate-a-up .content-dollar .dollar a {
    margin: 15px auto; } }

/*# sourceMappingURL=style.css.map */
