@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:900");
@import url("https://fonts.googleapis.com/css?family=Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
a:hover {
  text-decoration: none; }

.topbar {
  padding-top: 15px;
  padding-bottom: 15px; }
  .topbar a {
    color: #31532f; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .topbar {
      height: 100px; } }

.phone {
  font-family: Source Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  color: #31532f;
  font-size: 20pt;
  padding-left: 40px;
  z-index: 99; }
  @media (max-width: 575.98px) {
    .phone {
      font-size: 16pt !important;
      padding-left: 20px !important;
      margin-bottom: 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .phone {
      font-size: 14pt !important;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .phone {
      padding-left: 0px; } }
  @media (min-width: 992px) {
    .phone {
      padding-left: 40px; } }
  .phone .text {
    padding-left: 10px; }

a.label-accept, a.label-notaccept {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  display: inline-block;
  float: left;
  border-radius: 0;
  background-color: #089948;
  padding: 8px 30px;
  color: #FFFFFF;
  font-size: 12pt;
  line-height: 13pt; }
  @media (max-width: 575.98px) {
    a.label-accept, a.label-notaccept {
      padding: 8px 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    a.label-accept, a.label-notaccept {
      width: 40%;
      font-size: 10pt;
      line-height: 12pt;
      padding: 8px 13px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    a.label-accept, a.label-notaccept {
      font-size: 10pt; } }

a.label-accept:hover, a.label-notaccept:hover {
  background-color: #067436; }

a.label-notaccept {
  background-color: #d33c3c; }

a.label-notaccept:hover {
  background-color: #bd2b2b; }

@media (max-width: 575.98px) {
  .social img {
    width: 30px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .social img {
    width: 25px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .social img {
    width: 35px;
    margin-top: 10px; } }

@media (max-width: 575.98px) {
  .social {
    position: absolute;
    top: 25px;
    z-index: 0; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .social {
    position: static;
    margin-top: 14px; } }

.bg-dark {
  background-color: #31532f !important; }

.navbar {
  position: relative;
  padding: 0;
  height: 85px; }
  @media (max-width: 767.98px) {
    .navbar {
      position: static !important;
      height: inherit;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
      height: 60px; } }
  .navbar .container {
    display: inline-block; }

.navbar-brand {
  position: absolute;
  z-index: 10;
  margin-top: -30px; }
  @media (min-width: 992px) {
    .navbar-brand {
      margin-top: -50px; } }
  @media (max-width: 575.98px) {
    .navbar-brand img {
      width: 150px;
      margin: 10px; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .navbar-brand img {
      width: 200px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
      width: 270px; } }

.navbar-nav {
  padding-left: 0;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .navbar-nav {
      padding-left: 210px;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .navbar-nav {
      padding-left: 311px; } }
  .navbar-nav li a.nav-link {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16pt;
    font-weight: 400;
    line-height: 52pt;
    color: white !important;
    padding-left: 23px !important;
    padding-right: 23px !important;
    text-align: right; }
    @media (max-width: 767.98px) {
      .navbar-nav li a.nav-link {
        text-align: right;
        line-height: 22px;
        font-size: 13pt; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .navbar-nav li a.nav-link {
        font-size: 11pt !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        line-height: 33pt; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar-nav li a.nav-link {
        font-size: 12pt !important;
        padding-left: 21px !important;
        padding-right: 21px !important; } }
  .navbar-nav li a.nav-link:hover {
    background-color: #487a45; }
  .navbar-nav li.active {
    background-color: #487a45; }

.navbar-dark .navbar-toggler {
  float: right !important; }

.carousel .carousel-indicators li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #FFFFFF; }

.carousel .carousel-indicators li.active {
  background-color: #31532f;
  border: solid 1px #FFFFFF; }

@media (max-width: 575.98px) {
  .carousel .carousel-item > img {
    max-height: 300px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel .carousel-item > img {
    max-height: 350px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel .carousel-item > img {
    max-height: 400px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel .carousel-item > img {
    max-height: 450px; } }

.carousel .carousel-caption {
  width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 35px 40px;
  color: #FFFFFF;
  bottom: 30%;
  left: 48%; }
  @media (max-width: 575.98px) {
    .carousel .carousel-caption {
      padding: 15px 20px;
      left: 28%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .carousel .carousel-caption {
      left: 38%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .carousel .carousel-caption {
      bottom: 30%;
      left: 35%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel .carousel-caption {
      bottom: 23%;
      left: 35%; } }
  .carousel .carousel-caption h1 {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 900 !important;
    line-height: 100%; }
    @media (max-width: 575.98px) {
      .carousel .carousel-caption h1 {
        font-size: 13pt; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .carousel .carousel-caption h1 {
        font-size: 16pt; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .carousel .carousel-caption h1 {
        font-size: 18pt; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .carousel .carousel-caption h1 {
        font-size: 2.2rem; } }
    .carousel .carousel-caption h1 .text-green {
      color: #0b813f; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel .caption-sm {
    left: 58% !important;
    padding: 25px 30px !important; } }

@media (min-width: 768px) {
  .carousel .caption-sm {
    left: 58% !important; } }

@media (min-width: 992px) {
  .carousel .caption-sm {
    left: 55% !important; } }

@media (min-width: 1200px) {
  .carousel .caption-sm {
    left: 60% !important;
    max-width: 350px; } }

.featured-title {
  padding: 70px 0px 110px 0px;
  background-color: #31532f; }
  @media (max-width: 575.98px) {
    .featured-title {
      padding: 35px 0px 55px 0px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .featured-title {
      padding: 35px 0px 55px 0px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .featured-title {
      padding-top: 35px;
      padding-bottom: 80px; } }
  .featured-title h1 {
    font-family: Yellowtail, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 50pt;
    color: #FFFFFF; }
    @media (max-width: 575.98px) {
      .featured-title h1 {
        font-size: 20pt; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .featured-title h1 {
        font-size: 30pt; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .featured-title h1 {
        font-size: 40pt !important; } }

.featured {
  background-color: #cefaaa;
  height: 400px; }
  @media (max-width: 575.98px) {
    .featured {
      height: auto;
      padding-top: 40px;
      padding-bottom: 30px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .featured {
      height: 165px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .featured {
      height: 245px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .featured {
      height: 325px; } }
  .featured .featured-items {
    position: relative;
    top: -30px; }
    @media (max-width: 575.98px) {
      .featured .featured-items {
        width: 100%;
        position: static;
        margin-top: -60px; } }

.welcome {
  background: url("../images/bg-welcome.jpg") no-repeat -50px bottom #f1fff7;
  padding: 80px 0;
  min-height: 700px; }
  @media (max-width: 575.98px) {
    .welcome {
      padding: 40px 10px;
      background-image: none;
      min-height: auto; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .welcome {
      padding: 40px 0;
      background-image: none;
      min-height: auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .welcome {
      background-image: none;
      min-height: auto;
      padding: 60px 0; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .welcome {
      background-size: 38%; } }
  @media (min-width: 1200px) and (max-width: 1580px) {
    .welcome {
      background-size: 35%; } }
  .welcome h1, .welcome h2, .welcome h3, .welcome h4 {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700; }
  .welcome h1 {
    font-size: 35px;
    color: #ad6135; }
  .welcome h2 {
    font-size: 28px;
    color: #ad6135; }
  .welcome h3 {
    font-size: 22px;
    color: #31532f; }
  .welcome h4 {
    font-size: 18px;
    color: #ad6135; }
  .welcome aside address {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 11pt;
    color: #564f49; }
    .welcome aside address a, .welcome aside address a:visited {
      color: #089948; }
    .welcome aside address a:hover {
      color: #31532f; }
  .welcome aside p, .welcome aside li {
    margin-bottom: 1.8rem;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    font-size: 12.5pt; }
    .welcome aside p a, .welcome aside p a:visited, .welcome aside li a, .welcome aside li a:visited {
      color: #089948; }
    .welcome aside p a:hover, .welcome aside li a:hover {
      color: #31532f; }
  .welcome aside li {
    margin-bottom: 0; }
  .welcome .welcome-container {
    border-radius: 0px; }
    @media (min-width: 992px) {
      .welcome .welcome-container {
        background-color: rgba(206, 250, 170, 0.4);
        padding: 35px; } }
    .welcome .welcome-container p, .welcome .welcome-container li {
      margin-bottom: 1.8rem;
      font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      line-height: 1.6;
      font-size: 12.5pt; }
      .welcome .welcome-container p a, .welcome .welcome-container p a:visited, .welcome .welcome-container li a, .welcome .welcome-container li a:visited {
        color: #089948; }
      .welcome .welcome-container p a:hover, .welcome .welcome-container li a:hover {
        color: #31532f; }
    .welcome .welcome-container li {
      margin-bottom: 0; }
    .welcome .welcome-container ul.lg-bullets li {
      font-size: 14pt;
      line-height: 1.7;
      font-weight: 600; }
      .welcome .welcome-container ul.lg-bullets li a:hover {
        cursor: pointer; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .welcome .welcome-container h3 {
        font-size: 18pt; } }
    .welcome .welcome-container .arrow {
      background-image: url(../images/arrow.png);
      background-repeat: no-repeat;
      padding-left: 100px;
      background-position: left center; }
  .welcome .lighter {
    background-color: rgba(206, 250, 170, 0.9) !important; }

.popover-header {
  font-size: 15pt;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  padding: 10px;
  background-color: #31532f;
  color: #FFFFFF; }

.popover-body {
  font-size: 13pt;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 15px; }

.social-feed {
  background: url("../images/bg-social-feed.jpg") no-repeat;
  height: 713px;
  padding: 105px 0; }

footer {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #fff;
  font-size: 10.5pt;
  background: url("../images/bg-footer.png") 80% 30px no-repeat #31532f;
  padding: 80px 0px; }
  @media (max-width: 575.98px) {
    footer {
      background-position: center center;
      padding: 40px 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    footer {
      padding: 40px 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer {
      padding: 60px 0px; } }
  @media (max-width: 575.98px) {
    footer .copyright {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer .copyright {
      font-size: 10pt; } }
  footer a {
    display: inline-block;
    margin: 0 10pt;
    color: #FFFFFF; }
  footer a:hover {
    color: #d0ff5f; }

/*iHOVER*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ih-item a {
  color: #333; }

.ih-item a:hover {
  text-decoration: none; }

.ih-item img {
  width: 100%;
  height: 100%; }

.ih-item.circle {
  position: relative;
  width: 345px;
  height: 345px;
  border-radius: 50%; }
  @media (max-width: 575.98px) {
    .ih-item.circle {
      margin-bottom: 40px;
      width: 310px;
      height: 310px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ih-item.circle {
      width: 140px;
      height: 140px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ih-item.circle {
      width: 200px;
      height: 200px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ih-item.circle {
      width: 285px;
      height: 285px; } }

.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%; }

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle .img img {
  border-radius: 50%; }

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ih-item.circle.effect1 .spinner {
  width: 360px;
  height: 360px;
  border: 20px solid #089948;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  @media (max-width: 575.98px) {
    .ih-item.circle.effect1 .spinner {
      width: 330px;
      height: 330px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ih-item.circle.effect1 .spinner {
      width: 150px;
      height: 150px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ih-item.circle.effect1 .spinner {
      width: 220px;
      height: 220px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ih-item.circle.effect1 .spinner {
      width: 300px;
      height: 300px; } }

.ih-item.circle.effect1 .img {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  right: 0;
  width: auto;
  height: auto; }
  @media (max-width: 575.98px) {
    .ih-item.circle.effect1 .img {
      top: 18px !important;
      left: 18px !important; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ih-item.circle.effect1 .img {
      top: 13px !important;
      left: 13px !important; } }

.ih-item.circle.effect1 .img:before {
  display: none; }

.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect1 .info {
  top: 15px;
  bottom: 0;
  left: 15px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.ih-item.circle.effect1 .info h3 {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15pt;
  font-weight: 700;
  text-shadow: 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 10px black;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ih-item.circle.effect1 .info h3 {
      font-size: 11pt;
      margin: 0 15px;
      text-shadow: 0px 0px 30px black, 0px 0px 30px black;
      bottom: 20px; } }
  @media (min-width: 768px) {
    .ih-item.circle.effect1 .info h3 {
      font-size: 16pt;
      bottom: 50px; } }
  @media (min-width: 992px) {
    .ih-item.circle.effect1 .info h3 {
      font-size: 18pt;
      bottom: 70px; } }

.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }
