body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
  font-size: 12px;
}

.button.tab:hover {
  background-color: #b7ab85;
}

.button.tab.w--current {
  width: auto;
  background-color: #b7ab85;
  font-size: 12px;
  text-align: center;
}

.button.contato {
  background-color: #b7ab85;
}

.button.contato:hover {
  background-color: #695d37;
}

.navigation-link {
  margin-top: 3%;
  border: 1px none #8e8741;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #676770;
  font-size: 13px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #676770;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.32);
}

.navigation-link.w--current {
  font-family: 'Open Sans', sans-serif;
  color: #8e8741;
  font-size: 13px;
}

.navigation-link.drop {
  margin-top: 0%;
}

.navigation-link.drop:hover {
  color: #8e8741;
}

.navigation-bar {
  position: fixed;
  width: 100%;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #8e8741;
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  display: block;
  width: 40%;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 0px;
}

.brand-link.w--current {
  float: left;
}

.section {
  position: relative;
  width: 100%;
  padding: 8% 0%;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.section.accent.services-section {
  display: none;
  padding-bottom: 2%;
}

.section.fotos-section {
  display: none;
  padding: 0%;
}

.section.clients {
  display: none;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #b7ab85;
}

.section.buffet-section {
  margin-bottom: 9px;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: url('../images/marlene-maurer-31.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.buffet-section._222 {
  display: none;
  border-top: 5px solid #473702;
  background-image: url('../images/bg-kitchen.jpg');
}

.section.buffet-section.titleunderfixed {
  padding-top: 82px;
}

.section.buffet-section.titleunderfixed.inner {
  background-color: #fff;
  background-image: none;
}

.section.buffet-section.titleunderfixed.inner.singlepage {
  padding-top: 0px;
  background-color: #fff;
}

.section.buffet-section.titleunderfixed.inner.singlepage.last {
  padding-bottom: 8%;
  background-color: #fff;
}

.section.buffet-section.homesec {
  margin-bottom: 0px;
  background-image: none;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 27px;
  padding-bottom: 0px;
  border-bottom: 4px solid #473702;
  background-color: #fefaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 171, 133, 0.89)), to(rgba(183, 171, 133, 0.48))), url('../images/bgheronew.jpg');
  background-image: linear-gradient(180deg, rgba(183, 171, 133, 0.89), rgba(183, 171, 133, 0.48)), url('../images/bgheronew.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 300%;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 1vh;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #4a3c10;
  font-size: 150%;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  border-color: #000;
  background-color: rgba(183, 171, 133, 0.65);
  color: #000;
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 3%;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
  font-size: 280%;
}

.section-heading.centered.white.brown {
  color: #000;
}

.section-heading.centered.servces-title {
  color: #fff;
}

.section-heading.centered.fotos {
  font-size: 280%;
}

.section-heading.centered.black {
  margin-top: 2%;
  font-size: 280%;
}

.section-subheading.center {
  color: #151515;
  font-size: 3vh;
  line-height: 3.3vh;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.servicos-descrittion {
  position: relative;
  margin-bottom: 1%;
  padding: 1% 15%;
  background-color: #fff;
}

.section-subheading.center.select {
  margin-bottom: 1%;
}

.section-subheading.center.select._444 {
  color: #c3c3c3;
}

.section-title-group {
  margin-bottom: 0%;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  display: block;
  padding-top: 0px;
  padding-bottom: 2%;
  background-color: #8e8741;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer.center.copyright {
  display: none;
}

.footer.contactform {
  display: none;
}

.footer.eng {
  position: relative;
  z-index: 14;
  margin-top: -9%;
  padding-bottom: 0%;
  background-color: transparent;
}

.footer.ger {
  display: none;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  padding-left: 0px;
  text-align: center;
}

.tabs-wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fullwidth-image {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-bottom: 1%;
  border-top-left-radius: 0px;
}

.fullwidth-image.top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.fullwidth-image.bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.container-navigation {
  position: relative;
  width: 100%;
}

.side-buffet {
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 48.4%;
  margin-left: -1%;
  float: left;
}

.side-buffet.right-side {
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0px;
}

.side-buffet-img {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.32;
}

.block-corporativo {
  width: 100%;
}

.pane-corporativo {
  width: 100%;
}

.corporativo-content {
  width: 100%;
}

.img-gal {
  width: 100%;
}

.img-gal:hover {
  opacity: 0.52;
}

.rows-gallery {
  width: 100%;
  margin-bottom: 3%;
  padding-right: 5%;
  padding-left: 5%;
}

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

.curve {
  width: 100.9%;
}

.clientes {
  width: 100%;
  clear: both;
}

.label {
  padding-top: 1%;
  padding-right: 2%;
  float: left;
  color: #676770;
  font-size: 120%;
  font-weight: 300;
}

.form-contato {
  padding-right: 16%;
  padding-left: 16%;
}

.field {
  position: relative;
  left: 0px;
  top: 0px;
  width: 71%;
  margin-left: 0%;
  padding-top: 1%;
  padding-bottom: 1%;
  float: none;
  clear: none;
  border-radius: 16px;
  background-color: rgba(183, 171, 133, 0.56);
}

.field.cidade {
  margin-right: 1%;
  float: left;
}

.estado-field {
  width: 8%;
  margin-left: 0%;
  float: none;
  border-radius: 16px;
  background-color: rgba(183, 171, 133, 0.56);
}

.estado-field.tipo-evento {
  width: 45%;
}

.estado-field.mes {
  width: 22%;
  margin-right: 1%;
  float: left;
}

.estado-field.dia {
  margin-right: 1%;
  float: left;
}

.estado-field.ano {
  width: 13%;
}

.submit-button {
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.61);
}

.contato-form {
  padding-right: 5%;
  padding-left: 5%;
}

.right {
  font-size: 120%;
  text-align: right;
}

.email-link {
  color: #000;
  text-decoration: none;
}

.div-clientes {
  display: none;
  padding-right: 6%;
  padding-left: 6%;
}

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

.clientes-colums {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
}

.clents-names {
  color: #4f5052;
  font-size: 2.5vh;
  line-height: 3vh;
  font-weight: 400;
}

.col {
  padding-top: 1%;
  padding-bottom: 1%;
  border: 1px none #000;
}

.lightbox {
  width: 50%;
}

.instagramwid {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.link-foot {
  width: 20%;
  margin-top: 1%;
  float: right;
}

.droptext {
  color: #676770;
  font-size: 13px;
}

.droptext:hover {
  color: #8e8741;
}

.icon {
  color: #676770;
}

.droplinks-list.w--open {
  padding-top: 12px;
  background-color: #fff;
}

.droplink {
  color: #676770;
}

.droplink:hover {
  background-color: #8e8741;
  color: #fff;
}

.droplink.w--current {
  color: #b7ab85;
}

.cont {
  display: none;
}

.slider {
  display: block;
  height: auto;
}

.sliderimg {
  position: relative;
  display: none;
  width: 100%;
}

.sliderimg._3 {
  background-image: url('../images/ostheopathie-carvalho-3.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slidmask {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(142, 135, 65, 0.62)), color-stop(46%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(142, 135, 65, 0.62), hsla(0, 0%, 100%, 0) 46%);
}

.slid {
  height: 80vh;
  max-height: 80vh;
  background-color: #8e8741;
  background-image: url('../images/ostheopathie-carvalho-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slid._2 {
  background-image: url('../images/ostheopathie-carvalho-2.jpg');
  background-position: 50% 0px;
}

.slid._3 {
  background-image: url('../images/ostheopathie-carvalho-3.jpg');
}

.slid._4 {
  background-image: url('../images/ostheopathie-carvalho-4.jpg');
  background-position: 50% 50%;
}

.content2colum {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.content2colum.window {
  margin-left: 2%;
  float: left;
}

.textboxdiv {
  min-height: 40vh;
  border: 1px solid #8e8741;
  border-radius: 12px;
  background-color: #fefaea;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.18);
}

.textboxdiv.windowbox {
  padding-top: 5%;
  padding-bottom: 5%;
  border-style: none;
  border-radius: 0px;
  box-shadow: none;
}

.heading {
  margin-top: 0%;
  font-family: Lato, sans-serif;
  color: #8e8741;
  font-weight: 300;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.29);
}

.heading.div-titletext {
  display: block;
  width: 70%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 7vh;
  line-height: 8vh;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: none;
}

.heading.hlight {
  padding-top: 2%;
  font-size: 5vh;
  line-height: 7vh;
  text-shadow: none;
}

.heading.hlight._2 {
  padding-top: 0%;
  font-size: 5vh;
  line-height: 5vh;
  text-align: center;
  letter-spacing: 4px;
}

.heading.hlight._2.legal {
  line-height: 5vh;
  letter-spacing: 8px;
}

.heading.hlight.small {
  font-size: 3.5vh;
  line-height: 6vh;
  text-align: center;
}

.heading.hlight.linkd {
  height: 3.2vh;
  margin-bottom: 0px;
  padding-top: 2%;
  font-size: 3vh;
  line-height: 3.2vh;
}

.text {
  display: block;
  width: 80%;
  margin: 2% auto 0%;
  padding-bottom: 4%;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 3vh;
  line-height: 5vh;
  font-weight: 300;
  text-align: left;
}

.text.left {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  float: left;
  color: #333;
  font-size: 2.2vh;
  line-height: 3.2vh;
}

.text.left.center {
  width: 90%;
  padding-bottom: 1%;
  padding-left: 0px;
  float: none;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.text.left.center.small {
  padding-left: 0px;
  font-size: 2vh;
  line-height: 3vh;
  text-align: center;
}

.text.left.center.smaller {
  width: 80%;
}

.text.left.white {
  position: relative;
  color: #333;
}

.text.left.spca {
  position: relative;
}

.text.left.aboiut {
  line-height: 3.8vh;
}

.text.left.alerttext {
  position: relative;
  width: 90%;
  margin-top: 0px;
  padding-left: 0px;
  float: left;
}

.text.left.contain {
  width: 90%;
  float: none;
}

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

.columimgbg {
  display: none;
  height: auto;
  max-height: 100vh;
  min-height: 40vh;
  border-radius: 12px;
  background-image: url('../images/marlenemauerhome3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.21);
}

.div-title {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.h5 {
  color: #fefaea;
}

.h5.underline {
  padding-bottom: 2px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.12);
}

.para {
  color: #fefaea;
  line-height: 20px;
}

.para._2 {
  margin-bottom: 0px;
}

.linkcolor {
  color: #fff;
}

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

.map {
  height: 200px;
}

.upcase {
  font-size: 25px;
  line-height: 30px;
}

.imagecurve {
  margin-top: 0px;
  margin-bottom: -5px;
  padding-bottom: 0px;
}

.desclight {
  font-size: 2vh;
  font-weight: 200;
}

.aboutdiv {
  position: relative;
  min-height: 86vh;
  margin-bottom: 0%;
  background-image: url('../images/Osteopathie-carvalho-6.jpg');
  background-position: 100% 0px;
  background-size: 80%;
  background-repeat: no-repeat;
}

.textover {
  position: relative;
  width: 42%;
  margin-top: 30px;
  margin-bottom: 50px;
  float: left;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(18%, #fff));
  background-image: linear-gradient(270deg, transparent, #fff 18%);
}

.olivecolor {
  color: #8e8741;
  font-weight: 400;
}

.olivecolor.dot {
  font-weight: 300;
}

.olivecolor.bold {
  font-weight: 700;
}

.innerdiv {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5%;
  background-color: #fff;
}

.innercol {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.innerimg {
  width: 100%;
}

.innerimg._90center {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.innerimg.small {
  width: 50%;
}

.innerimg.small.right {
  width: 40%;
  margin-top: -18%;
  margin-bottom: 28px;
  float: right;
}

.innerimg.small.right.floatrleftsig {
  position: absolute;
  left: 2%;
  bottom: 23%;
  width: 20%;
  float: left;
}

.actionbutton {
  position: relative;
  border-radius: 15px;
  background-color: #8e8741;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.54);
  font-family: Lato, sans-serif;
  font-size: 3vh;
  line-height: 5vh;
  font-weight: 300;
}

.actionbutton.small {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2vh;
  line-height: 3vh;
  text-align: center;
}

.actionbutton.small.floatbotton {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
}

.img40 {
  width: 40%;
}

.link {
  color: #8e8741;
  text-decoration: none;
}

._3colcard {
  display: block;
  width: 90%;
  max-height: 100vh;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(142, 135, 65, 0.56);
  border-radius: 15px;
  background-color: #f0f0f0;
  box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.25);
}

.lengcols {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 100px;
  height: 3.2vh;
  margin-right: 2%;
}

.linklen {
  position: relative;
  left: 0px;
  top: 0px;
  height: 3.2vh;
  color: #8e8741;
  font-size: 3vh;
  line-height: 3.2vh;
  text-decoration: none;
}

.actionbut {
  display: block;
  width: 70%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fefaea;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.88), inset 0 0 8px 0 #8e8741;
  color: #8e8741;
  text-align: center;
  text-transform: uppercase;
}

.formembed {
  position: relative;
}

.footrow {
  margin-top: 20px;
}

.divcurve {
  position: relative;
  z-index: 33;
  width: 100%;
  margin-top: 0px;
}

.footcontent {
  padding-bottom: 2%;
  background-color: #8e8741;
}

.body {
  background-color: #fff;
}

.logoimg {
  width: 100%;
}

.homesection {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.floatimg {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 100px;
}

.floatimg.left {
  left: -10px;
  top: 60%;
  right: auto;
  width: 5%;
}

.floatimg.left.lefttop {
  left: -10px;
  top: 30%;
  width: 5%;
}

.video1 {
  position: relative;
  width: 100%;
  margin-top: 97px;
}

.column {
  display: block;
}

.lightboxcolum {
  padding-top: 27px;
}

.fixedalert {
  position: fixed;
  top: 100px;
  right: 0px;
  bottom: 0px;
  width: 370px;
  height: 210px;
  padding: 10px 0px 20px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93));
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.63);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="description-anim"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -10%);
  -ms-transform: translate(0px, -10%);
  transform: translate(0px, -10%);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

@media (max-width: 991px) {
  .button.tab {
    margin-top: 2%;
  }
  .navigation-link {
    color: #fff;
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button {
    background-color: #b7ab85;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #b7ab85;
  }
  .navigation-menu {
    background-color: #b7ab85;
  }
  .brand-link.w--current {
    width: 50%;
  }
  .section.buffet-section.titleunderfixed.inner {
    padding-top: 62px;
  }
  .hero-section.centered {
    padding-top: 51px;
    padding-bottom: 0px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .slid {
    height: 50vh;
    max-height: 50vh;
  }
  .content2colum.window {
    width: 100%;
  }
  .heading.div-titletext {
    width: 80%;
    font-size: 5vh;
    line-height: 6vh;
  }
  .heading.hlight {
    font-size: 3vh;
    line-height: 4vh;
  }
  .text {
    font-size: 2.5vh;
    line-height: 3vh;
  }
  .text.left {
    font-size: 2vh;
    line-height: 4vh;
  }
  .text.left.center {
    padding-left: 0px;
  }
  .desclight {
    font-size: 2vh;
    line-height: 2.5vh;
  }
  .aboutdiv {
    background-size: 100%;
  }
  .textover {
    width: 100%;
    margin-top: 439px;
    padding-left: 15%;
  }
  .innerimg.small.right.floatrleftsig {
    bottom: 16%;
  }
  .actionbutton.small.floatbotton {
    bottom: 50px;
  }
  .img40 {
    width: 67%;
  }
  ._3colcard {
    min-height: auto;
    margin-bottom: 30px;
  }
  .lengcols {
    margin-right: 25%;
  }
  .floatimg.left {
    left: 5px;
    top: 54%;
    display: none;
    width: 4%;
  }
  .floatimg.left.lefttop {
    left: 5px;
    top: 23%;
    display: none;
    width: 4%;
  }
  .fixedalert {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .brand-link {
    width: 52%;
  }
  .brand-link.w--current {
    width: 55%;
  }
  .section.buffet-section.titleunderfixed.inner {
    padding-top: 61px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 53px;
    padding-bottom: 0px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .section-subheading.center {
    font-size: 90%;
  }
  .form-field.text-area {
    display: block;
  }
  .footer.eng {
    margin-top: -9%;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .heading.div-titletext {
    width: 90%;
    font-size: 4vh;
    line-height: 5vh;
  }
  .heading.hlight {
    font-size: 3vh;
  }
  .heading.hlight._2 {
    font-size: 3.5vh;
    line-height: 3.5vh;
    letter-spacing: 10px;
  }
  .heading.hlight.linkd {
    font-size: 3vh;
  }
  .text {
    font-size: 2.5vh;
    line-height: 4vh;
  }
  .text.left {
    width: 89%;
    font-size: 2vh;
    line-height: 4vh;
  }
  .colum {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h5.underline {
    text-align: center;
  }
  .para {
    text-align: center;
  }
  .desclight {
    font-size: 2.2vh;
  }
  .aboutdiv {
    margin-bottom: 0%;
    background-size: 100%;
  }
  .textover {
    width: 100%;
    margin-top: 353px;
    padding-left: 10%;
  }
  .innerdiv {
    padding-bottom: 10%;
  }
  .innerimg.small.right {
    width: 60%;
    margin-top: 0%;
  }
  .innerimg.small.right.floatrleftsig {
    left: 6%;
    bottom: 18%;
  }
  .actionbutton {
    display: inline-block;
  }
  .linklen {
    font-size: 2.5vh;
  }
  .linklen.w--current {
    font-size: 2.5vh;
  }
  .divcurve {
    margin-top: 0px;
    margin-bottom: -2px;
  }
  .floatimg.left {
    display: none;
  }
  .floatimg.left.lefttop {
    display: none;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .brand-link {
    width: 77%;
    padding-top: 18px;
  }
  .brand-link.w--current {
    width: 77%;
  }
  .section.buffet-section.titleunderfixed.inner {
    padding-top: 62px;
  }
  .hero-section.centered {
    padding-top: 63px;
    padding-bottom: 0px;
  }
  .hero-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center.select._444 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .grid-image {
    width: 35%;
  }
  .email-link {
    font-size: 60%;
  }
  .slid {
    height: 30vh;
  }
  .heading.div-titletext {
    font-size: 3vh;
    line-height: 4vh;
    letter-spacing: 10px;
  }
  .heading.hlight {
    font-size: 25px;
    line-height: 33px;
  }
  .heading.hlight._2 {
    font-size: 2.2vh;
    letter-spacing: 4px;
  }
  .heading.hlight.small {
    padding-top: 5%;
    font-size: 2.4vh;
    line-height: 3vh;
  }
  .text.left {
    width: 100%;
    margin-bottom: 10%;
  }
  .text.left.center {
    padding-left: 0px;
  }
  .text.left.alerttext {
    font-size: 1.8vh;
    line-height: 2.5vh;
  }
  .div-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .slidenav {
    display: none;
  }
  .imagecurve {
    margin-top: -1px;
  }
  .aboutdiv {
    min-height: 20vh;
  }
  .textover {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fefaea), to(transparent));
    background-image: linear-gradient(90deg, #fefaea 100%, transparent);
  }
  .imgabout {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .innerdiv {
    padding-bottom: 13%;
  }
  .innerimg.small.right {
    width: 100%;
  }
  .innerimg.small.right.floatrleftsig {
    bottom: 15%;
    width: 40%;
  }
  .actionbutton {
    font-size: 2.5vh;
    line-height: 4vh;
  }
  ._3colcard {
    max-height: 102vh;
  }
  .lengcols {
    z-index: 24;
    width: 80px;
    margin-right: 30%;
  }
  .linklen {
    font-size: 2.2vh;
  }
  .linklen.w--current {
    font-size: 2.2vh;
  }
  .homesection {
    width: 95%;
  }
  .floatimg {
    width: 40px;
  }
  .fixedalert {
    width: 300px;
    height: 10em;
  }
}

/* The Modal (background) */
.modal {
  display: block; 
  position: fixed; 
  z-index: 1001; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
} 

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
} 

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} 

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}