body {
  font-family: Raleway, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: quimby-mayoral, sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: quimby-mayoral, sans-serif;
  color: #0a8;
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: quimby-mayoral, sans-serif;
  font-size: 35px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
}

a {
  color: #0a8;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  border-left: 5px solid #5a8;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
}

.home-hero {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/cut-main-color.png'), url('../images/hero-02.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-hero._2 {
  background-image: url('../images/cut-main-color.png'), url('../images/hero5.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.home-hero-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
  text-transform: lowercase;
}

.container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}

.container.home-container {
  padding-left: 670px;
}

.btn {
  position: relative;
  padding: 12.5px 25px;
  border-radius: 25px;
  background-color: #0a8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  padding-right: 28px;
  padding-left: 28px;
  background-color: #6b9;
}

.btn._2nd {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  border: 2px solid #fef8b4;
  background-color: #fef8b4;
  color: #666;
}

.btn._2nd.neg:hover {
  color: #fff;
}

.btn.negative {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  border: 2px solid #087;
  background-color: #087;
}

.btn.negative:hover {
  background-color: transparent;
}

.btn.hero-btn {
  background-color: #0a8;
}

.btn._3rd {
  background-color: #006e72;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 25px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, transparent);
  background-image: linear-gradient(180deg, #fff, transparent);
}

.logo-img {
  height: 60px;
}

.navlink {
  padding: 12.5px;
  color: #666;
  font-size: 16px;
}

.navlink:hover {
  color: #5a8;
}

.navlink.w--current {
  color: #5a8;
  font-weight: 700;
}

.navlink.w--open {
  border-radius: 6px 6px 0px 0px;
  background-color: #fff;
  color: #5a8;
}

.h-services-content {
  margin-right: -25px;
  margin-left: -25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.h-services-topic {
  position: relative;
  width: 50%;
  min-height: 100px;
  margin-top: 25px;
  padding-left: 150px;
  float: left;
}

.textc-main {
  color: #0a8;
}

.h-services-topic-img {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 100px;
  height: 100px;
  border: 4px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}

.h-services-topic-name {
  color: #0a8;
}

.h-estrutura {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #0a8;
  text-align: center;
}

.heading-stripe {
  position: relative;
  top: -20px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #087;
}

.h-ourfamily {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f0f2e5;
}

.clear {
  height: 1px;
  min-height: 0px;
  margin-top: -1px;
  clear: both;
}

.h-ourfamily-content {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.quote-author {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}

.hblog {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.hblog-area {
  margin-right: -25px;
  margin-left: -25px;
}

.hpost-wrapper {
  width: 32.5%;
  min-height: 275px;
  padding: 25px;
  color: #666;
  text-decoration: none;
}

.hpost {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 2px #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hpost:hover {
  box-shadow: 0 0 0 2px #5a8;
}

.hpost-img {
  height: 150px;
  background-image: url('../images/wood-light-summer-lunch-medium.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hpost-img._02 {
  background-image: url('../images/pexels-photo-medium-7.jpg');
}

.hpost-img._03 {
  background-image: url('../images/pexels-photo-medium-4.jpg');
}

.hpost-content {
  padding: 12.5px;
}

.hpost-name {
  font-family: Raleway, sans-serif;
  color: #087;
  font-size: 18px;
}

.hagende {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #00ac87;
  color: #fff;
}

.row {
  margin-right: -25px;
  margin-left: -25px;
}

.col {
  padding-right: 25px;
  padding-left: 25px;
}

.input {
  height: 50px;
  margin-bottom: 25px;
  border-width: 0px;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
}

.input:focus {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .2);
}

.input._2nd {
  border: 2px solid #ddd;
}

.input._2nd:focus {
  border-color: #5a8;
}

.input._2nd.textarea {
  height: auto;
  min-height: 200px;
}

.hagende-form {
  margin-bottom: 0px;
}

.footer {
  position: relative;
  z-index: 60;
  padding-top: 50px;
  background-color: #087;
  color: #fff;
  text-align: center;
}

.footer-logo {
  height: 50px;
  margin-bottom: 25px;
  float: left;
}

.footer-nav {
  width: 33%;
  float: left;
  clear: both;
}

.footer-nav-link {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  text-decoration: none;
}

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

.footer-nav-link.w--current {
  color: #fff;
}

.copy {
  margin-top: 25px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #076;
  color: hsla(0, 0%, 100%, .3);
  font-size: 15px;
}

.copy-link {
  color: #5a8;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.icon {
  position: relative;
  top: 1px;
  font-family: Fontawesome, sans-serif;
  font-size: 23px;
}

.icon.btn-icon {
  position: absolute;
  top: 12.5px;
  right: -12.5px;
  display: inline-block;
  width: 25px;
  border-radius: 50%;
  background-color: #006e72;
  font-family: Fontawesome, sans-serif;
  font-size: 15px;
  text-align: center;
}

.h-ourfamily-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.h-services-img {
  position: absolute;
  top: 50%;
  right: 60%;
  width: 40%;
  border-radius: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.h-ourfamily-col {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -62px;
  text-align: center;
}

.h-ourfamily-col._2nd {
  position: static;
  width: 80%;
  text-align: left;
}

.pagination {
  padding-top: 50px;
  clear: both;
  text-align: center;
}

.main-calltoaction {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  text-align: center;
}

.calltoaction-btn {
  padding: 12.5px 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #0a8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.calltoaction-btn:hover {
  box-shadow: 0 0 0 4px rgba(0, 136, 119, .5);
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: #fff;
}

.fixed-nav-logo {
  height: 40px;
  margin-top: 5px;
}

.hero {
  position: relative;
  display: block;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/20160316_112308.jpg');
  background-position: 50% 26%;
  background-size: cover;
  background-repeat: repeat;
}

.hero.estrutura {
  background-image: url('../images/20160316_112346.jpg');
  background-position: 50% 77%;
  background-size: cover;
  background-repeat: repeat;
}

.hero.residencia {
  background-image: url('../images/20160316_114911.jpg');
  background-position: 50% -70px;
  background-size: cover;
  background-repeat: repeat;
}

.hero.curtoperiodo {
  background-image: url('../images/20160316_114823.jpg');
  background-size: cover;
}

.hero.familia {
  background-image: url('../images/Imagem-Alterada-Bem-Estar.png');
  background-position: 0% 90%;
  background-size: cover;
  background-attachment: scroll;
}

.hero.sobre {
  background-image: url('../images/20160316_111038.jpg');
  background-position: 50% 71%;
  background-size: cover;
  background-repeat: repeat;
}

.hero.album {
  background-image: url('../images/IMG_4945.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.page-name {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.page-name.blog {
  margin-bottom: 25px;
  padding-left: 50px;
  color: #fff;
  text-align: left;
}

.hero-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  text-align: center;
}

.hero-container.family-album-hero-container {
  bottom: 100px;
}

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

.section._2nd {
  background-color: #00ac87;
  color: #fff;
}

.section.gallery {
  background-color: #eef0e3;
}

.section._3rd {
  background-color: #eef0e3;
}

.section.quote {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.heading-container {
  padding-bottom: 25px;
  color: #5a8;
  text-align: center;
}

.heading-container.ngtv {
  color: #fff;
}

.text-2-col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.text-2-col.limited {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.sec-divisor {
  height: 125px;
  background-image: url('../images/cut-2nd.png');
  background-position: 0px 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.sec-divisor.reverse {
  background-image: url('../images/cut-2nd-r.png');
  background-position: 100% 0%;
  background-size: 50%;
}

.sec-divisor._2nd {
  background-color: #eef0e3;
}

.member-wrapper {
  position: relative;
  min-height: 100px;
  margin-top: 50px;
  padding-left: 125px;
}

.member-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  border-radius: 50%;
}

.member-name {
  color: #5a8;
}

.gallery-area {
  margin-right: -25px;
  margin-left: -25px;
}

.gallery-item {
  position: relative;
  display: block;
  height: 250px;
  padding: 2px;
  color: #fff;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gallery-item.big {
  width: 50%;
  height: 500px;
}

.gallery-item.big-right {
  width: 50%;
  height: 500px;
  float: right;
}

.gallery-item.double {
  width: 50%;
}

.gallery-item.expd {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 110, 114, .8);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.gallery-item-content {
  overflow: hidden;
  height: 100%;
  background-image: url('../images/20160316_114911.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gallery-item-content:hover {
  position: relative;
  z-index: 10;
}

.gallery-item-content.text {
  position: relative;
  background-color: #fff;
  background-image: none;
}

.gallery-item-content._02 {
  background-image: url('../images/clouds-windmill-crops-medium.jpg');
}

.gallery-item-content._03 {
  background-image: url('../images/Life-of-Pix-free-stock-photos-beach-cliff-colors-mikewilson-medium.jpeg');
}

.gallery-item-content._04 {
  background-image: url('../images/mountains-nature-forest-andorra-medium.jpg');
}

.gallery-item-content._05 {
  background-image: url('../images/pexels-photo-medium-1.jpg');
}

.gallery-item-content._06 {
  background-image: url('../images/pexels-photo-medium-2.jpg');
}

.gallery-item-content._07 {
  background-image: url('../images/pexels-photo-medium-3.jpg');
}

.gallery-item-content._08 {
  background-image: url('../images/pexels-photo-medium-4.jpg');
}

.gallery-item-content._09 {
  background-image: url('../images/pexels-photo-medium-5.jpg');
}

.gallery-item-content._10 {
  background-image: url('../images/pexels-photo-medium-6.jpg');
}

.gallery-item-content._11 {
  background-image: url('../images/pexels-photo-medium-7.jpg');
}

.gallery-item-content._12 {
  background-image: url('../images/pexels-photo-medium.jpg');
}

.gallery-item-content._13 {
  background-image: url('../images/wood-light-summer-lunch-medium.jpg');
}

.gallery-item-content.expd {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: visible;
  height: auto;
  background-color: #006e72;
  background-image: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-item-text {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: 12.5px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-dropdown-list {
  background-color: #fff;
}

.nav-dropdown-link {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  color: #666;
}

.nav-dropdown-link:hover {
  color: #5a8;
}

.nav-dropdown-link.w--current {
  color: #5a8;
}

.page-name-sub {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: #fef8b4;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec-divisor-wave {
  height: 50px;
  background-image: url('../images/divisor.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-divisor-wave._3rd {
  background-image: url('../images/divisor-3rd-reverse.png');
}

.sec-divisor-wave.reverse {
  background-image: url('../images/divisor-reverse.png');
}

.sec-divisor-wave._2nd {
  background-image: url('../images/divisor-2nd-reverse.png');
}

.sec-divisor-wave._3rd-reverse {
  background-image: url('../images/divisor-3rd.png');
}

.service-topic-area {
  margin-right: -25px;
  margin-left: -25px;
}

.service-topic {
  position: relative;
  width: 50%;
  min-height: 150px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 150px;
  float: left;
}

.service-topic-img {
  position: absolute;
  left: 25px;
  width: 100px;
  border-radius: 50%;
}

.service-quote {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.blog-hero {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #eef0e3;
  background-image: -webkit-linear-gradient(135deg, #fef8b4, #0a8);
  background-image: linear-gradient(315deg, #fef8b4, #0a8);
}

.blog-sec {
  margin-top: -100px;
}

.blog-aside {
  width: 30%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.blog-row {
  margin-right: -25px;
  margin-left: -25px;
}

.blog-content-wrapper {
  width: 70%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.blog-content {
  padding: 50px;
  border-radius: 6px;
  background-color: #fff;
}

.post-thumb {
  display: block;
  padding-top: 25px;
  padding-bottom: 22px;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
  text-decoration: none;
}

.post-thumb:hover {
  border-bottom-color: #0a8;
  color: #888;
}

.post-thumb-img {
  width: 25%;
  height: 150px;
  float: left;
  border-radius: 10px;
  background-image: url('../images/wood-light-summer-lunch-medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post-thumb-img._02 {
  background-image: url('../images/pexels-photo-medium.jpg');
}

.post-thumb-img._03 {
  background-image: url('../images/pexels-photo-medium-7.jpg');
}

.post-thumb-img._04 {
  background-image: url('../images/pexels-photo-medium-6.jpg');
}

.post-thumb-info {
  position: relative;
  overflow: hidden;
  width: 75%;
  max-height: 150px;
  padding-left: 25px;
  float: left;
}

.post-date {
  display: inline-block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
}

.post-date.spaced {
  margin-right: 3px;
  margin-left: 3px;
}

.post-category {
  display: inline-block;
  padding-right: 10px;
  color: #5a8;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.category-wrapper {
  padding: 25px;
  border-radius: 6px 6px 0px 0px;
  background-color: #fff;
}

.category-list-link {
  display: block;
  padding-top: 10.5px;
  padding-bottom: 12.5px;
  border-top: 2px dotted #ddd;
  color: #666;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.category-list-link:hover {
  color: #5a8;
}

.blog-newsletter {
  margin-bottom: 0px;
  padding: 25px;
  border-top: 2px solid #eef0e3;
}

.post-thumb-name {
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.post-hr {
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #ddd;
}

.post-main-img {
  height: 300px;
  margin-right: -50px;
  margin-bottom: 25px;
  margin-left: -50px;
  background-image: url('../images/wood-light-summer-lunch-medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-list {
  margin-bottom: 0px;
}

.backtoblog-link {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 75px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #fff;
  text-decoration: none;
}

.backtoblog-link:hover {
  padding-left: 50px;
}

.phone-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5a8;
  text-decoration: none;
}

.map {
  height: 200px;
  border-radius: 10px;
}

.footer-facebook {
  margin-top: 12px;
  float: right;
}

.hgallery-item {
  width: 50%;
  float: left;
}

.hgallery-text {
  width: 50%;
  height: 250px;
  padding: 2px;
  float: right;
}

.hgallery-text.s3 {
  float: left;
}

.hgallery-text.s4 {
  float: left;
}

.hgallery-img {
  display: block;
  width: 50%;
  height: 250px;
  padding: 2px;
  float: left;
}

.team-role {
  position: relative;
  display: inline-block;
  width: 32.33%;
  padding: 12.5px 25px;
}

.team-role-img {
  height: 100px;
  float: left;
  border: 4px solid #ddd;
  border-radius: 50%;
}

.team-role-area {
  margin-top: 25px;
  margin-right: -25px;
  margin-left: -25px;
  text-align: center;
}

.hr {
  display: block;
  height: 0px;
  margin-top: 49px;
  margin-bottom: 49px;
  border-bottom: 2px dotted #f0f2e5;
  background-color: #e0e2d2;
}

.p-limited {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.h-arguments {
  padding-bottom: 50px;
  background-color: #0a8;
}

.h-argurment-wrapper {
  width: 33%;
  margin-top: -75px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  color: #fff;
  text-align: center;
}

.h-argument-img {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.h-argument-name {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-family: quimby-mayoral, sans-serif;
  color: #fef8b4;
  font-size: 30px;
  line-height: 25px;
}

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

.h-services-header {
  padding-top: 100px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 110, 114, .7), transparent 50%), url('../images/reverse-cut.png'), url('../images/pexels-photo-medium-6.jpg');
  background-image: linear-gradient(0deg, rgba(0, 110, 114, .7), transparent 50%), url('../images/reverse-cut.png'), url('../images/pexels-photo-medium-6.jpg');
  background-position: 0px 0px, 50% 0px, 50% 50%;
  background-size: auto, 100% 50px, cover;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, fixed;
  color: #fff;
  text-align: center;
}

.small-icon {
  font-family: Fontawesome, sans-serif;
}

.h-ourfamily-blockquote {
  border-left-color: #006e72;
}

.h-estrutura-heading {
  margin-bottom: 50px;
  color: #fef8b4;
}

.sec-heading {
  margin-bottom: 25px;
  color: #0a8;
  text-align: center;
}

.h-ourfamily-slider {
  display: block;
  width: 70%;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.h-ourfamily-quote {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-left: 125px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.h-ourfamily-quote.static {
  position: relative;
  top: 0%;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.h-ourfamily-arrow {
  margin-right: -75px;
  margin-left: -75px;
  color: #006e72;
}

.h-ourfamily-arrow-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -12px;
  font-family: Fontawesome, sans-serif;
}

.lead {
  font-size: 22px;
}

.footer-address {
  width: 33%;
  float: left;
}

.footer-icon-area {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  float: left;
  border-radius: 50%;
  background-color: #fef8b4;
}

.footer-icon {
  font-family: Fontawesome, sans-serif;
  color: rgba(12, 70, 255, .5);
  font-size: 20px;
  text-align: center;
}

.footer-contact-info {
  width: 33%;
  float: right;
}

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

.footer-topic {
  margin-bottom: 12px;
}

.team-role-title {
  position: absolute;
  left: 135px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #0a8;
  font-size: 35px;
  line-height: 25px;
  text-align: left;
}

.gallery-col {
  padding-right: 0px;
  padding-left: 0px;
}

.gallery-list {
  margin-top: -25px;
}

.random-quote-area {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.random-quote {
  position: relative;
  padding-left: 125px;
}

.quote-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-img.floating {
  position: static;
  margin-right: 25px;
  float: left;
}

.quote-credits {
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.random-quote-slide {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-left: 125px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.gallery-item-overlay {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-image: url('../images/gallery-overlay.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.gallery-item-overlay:hover {
  opacity: 1;
}

.gallery-item-overlay.expd {
  display: none;
  background-image: none;
  opacity: 1;
}

.gallery-item-sub {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 12px;
  background-image: -webkit-linear-gradient(90deg, rgba(12, 40, 41, .5), transparent);
  background-image: linear-gradient(0deg, rgba(12, 40, 41, .5), transparent);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
}

.gallery-item-bubble {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
}

.quote-area {
  padding-top: 25px;
  padding-bottom: 25px;
}

.quote-area.home {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.last-posts-heading {
  padding-left: 25px;
  background-image: url('../images/bubble-bg.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #666;
  font-size: 50px;
  line-height: 50px;
}

.blog-intro {
  width: 70%;
  margin-left: 50px;
  color: #fff;
}

.more-posts-wrapper {
  display: none;
}

.category-list-heading {
  margin-bottom: 25px;
  color: #0a8;
  text-transform: lowercase;
}

.post-date-wrapper {
  display: inline-block;
}

.post-name {
  margin-bottom: 25px;
  font-size: 65px;
  line-height: 50px;
  text-transform: lowercase;
}

.page-name-small {
  position: relative;
  top: -50px;
  font-size: 50px;
  line-height: 50px;
}

.post-comments {
  margin-bottom: 50px;
}

.hided-p-link {
  display: block;
  width: 100%;
}

.hided-p {
  position: relative;
  margin-bottom: 0px;
}

.hided-p-link-close {
  display: block;
}

.member-name-role {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list {
  margin-bottom: 25px;
  padding-left: 25px;
}

.family-album-link {
  position: relative;
  display: block;
  height: 250px;
  border: 2px solid #f0f2e5;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/hero-cut.png'), -webkit-linear-gradient(90deg, rgba(0, 110, 114, .9), hsla(55, 97%, 85%, .5));
  background-image: url('../images/hero-cut.png'), linear-gradient(0deg, rgba(0, 110, 114, .9), hsla(55, 97%, 85%, .5));
  background-position: 50% 100%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.family-album-name {
  color: #fff;
  text-transform: lowercase;
}

.family-back-link {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fef8b4;
  text-decoration: none;
}

.family-album-gallery {
  margin-top: -50px;
  padding-bottom: 50px;
}

.gallery-close {
  position: absolute;
  top: -25px;
  right: -25px;
  display: none;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  border-radius: 50%;
  background-color: #0a8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontawesome, sans-serif;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}

.gallery-close:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.gallery-close.expd {
  top: -25px;
  right: -25px;
  z-index: 2000;
  display: block;
}

.family-tabs {
  text-align: center;
}

.family-tabs-link {
  border-bottom: 4px solid rgba(0, 110, 114, .2);
  background-color: transparent;
}

.family-tabs-link:hover {
  border-bottom-color: #0a8;
}

.family-tabs-link.w--current {
  border-bottom-color: #0a8;
  background-color: transparent;
  color: #006e72;
  font-weight: 700;
}

.family-tabs-menu {
  padding-bottom: 2px;
}

.family-quote {
  padding-left: 0px;
  border-left-style: none;
  text-align: left;
}

.family-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.limted-row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.intro-quote {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: right;
}

.small {
  font-size: 0.7em;
}

.quote-slider {
  height: 250px;
  padding-right: 75px;
  padding-left: 75px;
  background-color: transparent;
}

.quote-slider-arrow {
  color: #666;
  font-size: 20px;
}

.gallery-date {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 10px;
  font-style: normal;
}

.gallery-date-item {
  display: inline-block;
}

.more-photos-wrapper {
  display: none;
}

.gallery-item-content-sub {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  display: none;
  font-size: 14px;
  text-align: center;
}

.gallery-item-content-sub.expd {
  display: block;
}

.gallery-photo {
  display: none;
}

.gallery-photo.expd {
  display: block;
}

.form-success {
  background-color: #006e72;
  color: #fff;
}

.form-error {
  background-color: #c22929;
  color: #fff;
}

.medilar-seal {
  margin-top: 25px;
}

html.w-mod-js *[data-ix="btn-icon"] {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.w-mod-js *[data-ix="main-calltoaction"] {
  display: none;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fixed-nav"] {
  display: none;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

html.w-mod-js *[data-ix="hided-p-close"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 75px;
  }
  .home-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .home-hero-heading {
    font-size: 55px;
    line-height: 50px;
  }
  .container.home-container {
    padding-right: 25px;
  }
  .navbar {
    padding-top: 25px;
  }
  .logo-img {
    height: 50px;
  }
  .nav-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
    padding-top: 100px;
    background-color: #087;
  }
  .navlink {
    padding: 12.5px 35px 12.5px 25px;
    color: hsla(0, 0%, 100%, .7);
    text-align: right;
  }
  .navlink:active {
    background-color: #007466;
    color: #fff;
  }
  .navlink.w--current {
    color: #fff;
  }
  .navlink.w--open {
    border-radius: 0px;
    background-color: #007466;
    color: #fff;
  }
  .h-services-content {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .h-services-topic {
    width: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    float: none;
  }
  .h-ourfamily {
    background-image: none;
  }
  .h-ourfamily-content {
    width: auto;
    padding-bottom: 0px;
  }
  .hblog {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-nav {
    width: 20%;
  }
  .footer-nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-btn {
    padding: 12.5px;
    border-radius: 6px;
    background-color: #0a8;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .menu-btn.w--open {
    z-index: 1001;
    background-color: #087;
  }
  .icon {
    font-family: Typicons;
  }
  .menu-icon {
    font-family: Fontawesome, sans-serif;
  }
  .fixed-nav {
    display: none;
  }
  .fixed-nav-logo {
    height: 40px;
    margin-top: 5px;
  }
  .fixed-nav-menu-btn {
    margin-right: -25px;
    padding: 12.5px;
    background-color: #5a8;
    color: #fff;
    font-size: 18px;
  }
  .fixed-nav-menu-btn.w--open {
    z-index: 110;
    margin-right: -12.5px;
    background-color: #087;
  }
  .page-name {
    font-size: 75px;
    line-height: 75px;
  }
  .page-name.blog {
    padding-left: 0px;
  }
  .section.gallery {
    padding-top: 0px;
    background-color: transparent;
    background-size: contain;
  }
  .text-2-col {
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }
  .text-2-col.limited {
    width: 90%;
  }
  .sec-divisor {
    height: 75px;
  }
  .member-wrapper {
    margin-top: 25px;
  }
  .nav-dropdown-link {
    text-align: right;
  }
  .gallery-quote {
    font-size: 15px;
    line-height: 18px;
  }
  .blog-hero {
    margin-top: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: contain;
  }
  .blog-sec {
    margin-top: 0px;
  }
  .blog-aside {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #eef0e3;
  }
  .blog-content {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 2px solid #eef0e3;
    border-radius: 0px;
  }
  .post-thumb {
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .category-wrapper {
    border-radius: 0px;
  }
  .post-main-img {
    margin-right: -25px;
    margin-left: -25px;
  }
  .backtoblog-link {
    padding-left: 25px;
  }
  .team-role {
    width: 49%;
  }
  .p-limited {
    width: 80%;
  }
  .h-argurment-wrapper {
    position: relative;
    width: auto;
    margin-top: 0px;
    padding-left: 150px;
    float: none;
    text-align: left;
  }
  .h-argument-img {
    position: absolute;
    left: 25px;
    top: 0px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .h-argument-name {
    margin-top: 0px;
  }
  .h-ourfamily-slider {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .h-ourfamily-arrow {
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-address {
    width: 35%;
  }
  .footer-contact-info {
    width: 45%;
    padding-left: 25px;
  }
  .page-name-small {
    top: -25px;
  }
  .intro-quote {
    width: 80%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .home-hero {
    padding-bottom: 75px;
    background-size: 100%, cover;
  }
  .logo {
    padding-left: 0px;
  }
  .h-services {
    background-image: none;
  }
  .h-services-content {
    width: auto;
    padding: 50px 0px 0px;
    float: none;
  }
  .h-services-topic {
    margin-top: 0px;
    margin-left: 0px;
  }
  .h-estrutura {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 70%;
  }
  .hblog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hpost-wrapper {
    width: 49%;
    min-height: 250px;
  }
  .hagende {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-nav {
    width: auto;
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .h-services-img {
    display: none;
  }
  .hero {
    min-height: 200px;
    background-size: 100%, auto;
  }
  .page-name {
    right: 25px;
    font-size: 50px;
    line-height: 50px;
  }
  .text-2-col {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-2-col.limited {
    width: auto;
  }
  .sec-divisor {
    height: 50px;
    background-size: contain;
  }
  .gallery-area {
    padding: 10px;
  }
  .gallery-item {
    padding: 10px;
  }
  .gallery-item.big {
    width: 50%;
    height: 250px;
  }
  .gallery-item.big-right {
    height: 250px;
  }
  .service-topic {
    width: auto;
    float: none;
  }
  .service-quote {
    max-width: 100%;
  }
  .blog-aside {
    width: auto;
    float: none;
  }
  .blog-content-wrapper {
    width: auto;
    float: none;
  }
  .blog-content {
    padding-bottom: 25px;
  }
  .category-wrapper {
    background-color: #eef0e3;
    text-align: center;
  }
  .category-list-link {
    padding-top: 11.5px;
    border-top: 1px solid #d0d3c3;
    text-align: center;
  }
  .blog-newsletter {
    border-top: 1px none #000;
  }
  .footer-facebook {
    margin-top: 0px;
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .hgallery-item {
    width: auto;
    float: none;
  }
  .hgallery-text.s2 {
    float: left;
  }
  .hgallery-text.s3 {
    float: right;
  }
  .team-role-img {
    height: 75px;
  }
  .p-limited {
    width: auto;
  }
  .h-arguments {
    padding-top: 25px;
  }
  .sec-heading {
    line-height: 50px;
  }
  .footer-address {
    width: auto;
    float: none;
  }
  .footer-contact-info {
    display: block;
    width: auto;
    padding-top: 25px;
    padding-left: 0px;
    float: none;
    clear: both;
  }
  .team-role-title {
    left: 105px;
  }
  .random-quote-area {
    width: 90%;
  }
  .gallery-item-overlay {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .page-name-small {
    top: -15px;
    font-size: 25px;
  }
  .family-quote-wrapper {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-quote {
    width: auto;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 50px;
  }
  .home-hero {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .home-hero._2 {
    padding-top: 25px;
  }
  .home-hero-heading {
    margin-left: 50%;
    font-size: 25px;
    line-height: 25px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.home-container {
    padding-left: 25px;
  }
  .btn.hero-btn {
    position: relative;
    bottom: -25px;
    z-index: 20;
    display: block;
    background-color: #006e72;
    text-align: center;
  }
  .navbar {
    position: relative;
    z-index: 50;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    background-image: none;
  }
  .logo {
    padding-left: 0px;
  }
  .logo-img {
    height: 40px;
    margin-top: 5px;
  }
  .nav-menu {
    z-index: 50;
  }
  .h-services-content {
    padding-top: 75px;
    text-align: center;
  }
  .h-services-topic {
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }
  .h-services-topic-img {
    position: static;
  }
  .h-services-topic-content {
    padding-top: 25px;
  }
  .clear {
    height: 1px;
    margin-top: -1px;
  }
  .h-ourfamily-content {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hblog-area {
    margin-right: -20px;
    margin-left: -20px;
  }
  .hpost-wrapper {
    display: block;
    width: auto;
    min-height: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .footer-logo {
    float: none;
  }
  .footer-nav-link {
    display: block;
  }
  .copy {
    padding-right: 25px;
    padding-left: 25px;
  }
  .menu-btn {
    background-color: #00ac87;
  }
  .h-ourfamily-col {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .h-ourfamily-col._2nd {
    width: auto;
  }
  .fixed-nav {
    display: none;
  }
  .fixed-nav-logo {
    height: 35px;
    margin-top: 8px;
  }
  .fixed-nav-menu-btn {
    background-color: #00ac87;
  }
  .hero {
    min-height: 300px;
    margin-top: 0px;
    background-image: url('../images/20160316_112308.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/20160316_112308.jpg'), linear-gradient(180deg, null, null);
    background-size: cover, auto;
  }
  .page-name {
    bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }
  .page-name.blog {
    margin-bottom: 0px;
  }
  .page-name.double {
    line-height: 25px;
  }
  .hero-container {
    bottom: 90px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .member-wrapper {
    padding-left: 0px;
  }
  .member-img {
    position: static;
    width: 75px;
    margin-right: 10px;
    float: left;
  }
  .gallery-area {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0px;
  }
  .gallery-item {
    width: auto;
    height: 150px;
    padding: 0px;
    float: none;
  }
  .gallery-item.big {
    width: auto;
    padding: 0px;
    float: none;
  }
  .gallery-item.big-right {
    width: auto;
    float: none;
  }
  .gallery-item.double {
    width: auto;
    height: auto;
  }
  .gallery-item-content.text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-name-sub {
    font-size: 15px;
  }
  .service-topic-area {
    margin-right: -20px;
    margin-left: -20px;
  }
  .service-topic {
    padding-right: 20px;
    padding-left: 90px;
  }
  .service-topic-img {
    left: 20px;
    width: 50px;
  }
  .blog-hero {
    margin-top: 0px;
  }
  .blog-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .blog-content {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px none #000;
  }
  .post-thumb {
    position: relative;
  }
  .post-thumb-img {
    height: 200px;
    border-radius: 0px;
  }
  .post-thumb-info {
    width: 70%;
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }
  .post-date {
    line-height: 12px;
  }
  .post-category {
    line-height: 12.5px;
  }
  .post-thumb-name {
    font-size: 25px;
    line-height: 25px;
  }
  .post-thumb-description {
    font-size: 15px;
  }
  .post-thumb-area {
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-main-img {
    height: 250px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .footer-facebook {
    margin-bottom: 13px;
    float: none;
  }
  .hgallery-text {
    width: auto;
    float: none;
  }
  .hgallery-text.s2 {
    float: none;
  }
  .hgallery-text.s3 {
    float: none;
  }
  .hgallery-text.s4 {
    float: none;
  }
  .hgallery-img {
    width: auto;
    float: none;
  }
  .team-role {
    display: block;
    width: auto;
    float: none;
  }
  .team-role-img {
    height: 75px;
  }
  .team-role-area {
    margin-right: -20px;
    margin-left: -20px;
  }
  .h-arguments {
    padding-top: 50px;
  }
  .h-argurment-wrapper {
    padding-left: 25px;
    text-align: center;
  }
  .h-argument-img {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .random-quote {
    padding-left: 0px;
  }
  .quote-img {
    position: static;
    width: 75px;
    height: 75px;
    margin-right: 25px;
    margin-left: 25px;
    float: left;
  }
  .gallery-item-overlay {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: none;
    opacity: 1;
  }
  .post-name {
    font-size: 50px;
  }
  .page-name-small {
    position: static;
    font-size: 25px;
    line-height: 25px;
  }
  .family-tabs-link {
    display: inline-block;
  }
  .family-tabs-link.w--current {
    padding-right: 5px;
    padding-left: 5px;
  }
  .quote-slider {
    display: none;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}