a {
  color: #000;
  text-decoration: none;
}

.body {
  height: 100%;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60px;
  background-color: hsla(0, 0%, 100%, .83);
}

.nav-link {
  margin-right: 10px;
  padding: 11px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 375ms ease, opacity 725ms ease;
  transition: background-color 375ms ease, opacity 725ms ease;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #be985c;
  color: #be985c;
  font-style: normal;
}

.nav-link.w--current {
  padding: 11px;
  color: #9f793d;
  font-style: normal;
}

.nav-link.w--current:hover {
  color: #be985c;
}

.text-block {
  margin-top: 21px;
  font-family: Lcallig;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.logo-color {
  color: #be985c;
  font-weight: 400;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .7), rgba(0, 0, 0, .44) 74%), url('../images/20106681_2006991119579398_8085327826899240816_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container {
  max-width: 1200px;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.text-block-2 {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 36px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #000;
}

.text-block-2.word1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  color: #be985c;
  font-size: 32px;
  text-shadow: none;
}

.heading {
  font-family: Lcallig;
  color: #fff;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.image {
  display: block;
  margin: 30px auto;
  color: #fff;
}

.text-block-5 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.div-block {
  margin-top: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.lightbox-link-2 {
  display: inline-block;
  margin-top: 35px;
  text-decoration: none;
}

.text-block-7 {
  margin-top: 0px;
  padding: 10px 15px;
  border-style: none;
  border-color: #be985c;
  border-radius: 3px;
  background-color: rgba(190, 152, 92, .8);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-7:hover {
  background-color: #261b09;
  color: #d29431;
}

.arrow-link {
  display: inline-block;
  cursor: pointer;
}

.image2 {
  position: relative;
  left: 0px;
  bottom: -15px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg) translate(0px, 0px);
  -ms-transform: rotate(135deg) translate(0px, 0px);
  transform: rotate(135deg) translate(0px, 0px);
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
}

.column {
  text-shadow: 1px 1px 6px #000;
}

.text-block-8 {
  margin-top: -15px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #be985c;
  color: #be985c;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.column-2 {
  display: block;
  text-align: center;
  text-decoration: none;
}

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

.image-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.tea {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .42)), to(rgba(0, 0, 0, .42))), url('../images/29541709_2131377007140808_6684614032990817221_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/29541709_2131377007140808_6684614032990817221_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 6px #000;
}

.div-block-3.specii {
  margin-bottom: 70px;
  background-color: hsla(0, 0%, 100%, .37);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/spices.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/spices.jpg');
  background-position: 0px 0px, 50% 0px;
}

.heading-4 {
  margin-top: -15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

.heading-4._1 {
  margin-top: -5px;
  font-size: 28px;
  letter-spacing: 0px;
}

.text-block-11 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.text-block-11._1 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.image-6 {
  display: block;
  margin: 10px auto 1px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.row-6 {
  display: block;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-4 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.tab-link11 {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
}

.tab-link11.w--current {
  background-color: #be985c;
  color: #fff;
}

.tab-text {
  padding-bottom: 2px;
  border-bottom: 2px solid #be985c;
}

.button {
  display: inline-block;
  margin-top: 29px;
  margin-bottom: 2px;
  padding: 10px;
  border: 2px solid #be985c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9f793d), to(#9f793d)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, #9f793d, #9f793d), linear-gradient(180deg, transparent, transparent);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #be985c;
  color: #fff;
}

.div-block-5 {
  height: 250px;
  margin: 0px 10px;
  background-image: url('../images/28056792_2113101425635033_7830787128197923150_n.jpg');
  background-position: 50% 100%;
  background-size: 480px;
}

.div-block-5._001 {
  height: 250px;
  background-image: url('../images/20376018_2011244849154025_5410833720279969034_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._003 {
  background-image: url('../images/19895106_191343934733701_7158552495849079196_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._004 {
  background-image: url('../images/29196442_2123156887962820_848670423699685376_n.jpg');
  background-size: cover;
}

.div-block-5._005 {
  background-image: url('../images/25158223_2076254349319741_3295910548389224068_n.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.div-block-5._006 {
  background-image: url('../images/20228517_2007618712849972_6048342117672417930_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._007 {
  margin-top: 0px;
  background-image: url('../images/20031668_193789097822518_892346393973318444_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-5._008 {
  background-image: none;
  background-size: auto;
}

.div-block-5._009 {
  background-image: url('../images/20106681_2006991119579398_8085327826899240816_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5._010 {
  background-image: url('../images/desert-02.jpg');
  background-size: cover;
}

.div-block-5._011 {
  background-image: url('../images/20070110_chocolate_014_pair-DUP-p-800x534.jpeg');
  background-size: cover;
}

.div-block-5._012 {
  background-image: url('../images/20070308_frollini_037.jpg');
  background-size: cover;
}

.div-block-5._013 {
  background-image: url('../images/28280066_2112053659073143_4173072342857118775_n.jpg');
  background-size: cover;
}

.div-block-5._014 {
  background-image: url('../images/29510918_2127152844229891_3002931701891465216_n.jpg');
  background-size: cover;
}

.div-block-5._015 {
  background-image: none;
  background-size: auto;
}

.div-block-5._016 {
  background-image: none;
  background-size: auto;
}

.row-8 {
  margin-top: 20px;
}

.row-9 {
  margin-top: 20px;
}

.row-10 {
  margin-top: 15px;
}

.row-11 {
  margin-top: 20px;
}

.row-12 {
  margin-top: 20px;
}

.row-13 {
  margin-top: 20px;
}

.row-14 {
  margin-top: 20px;
}

.row-15 {
  margin-top: 20px;
}

.slide {
  background-image: url('../images/29196442_2123156887962820_848670423699685376_n.jpg');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.slide-2 {
  background-image: url('../images/28056792_2113101425635033_7830787128197923150_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/20376018_2011244849154025_5410833720279969034_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/20031668_193789097822518_892346393973318444_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.icon-2 {
  color: #be985c;
}

.icon-3 {
  color: #be985c;
}

.slide-nav {
  color: #000;
  font-size: 15px;
}

.slider {
  height: 360px;
  margin-top: 10px;
}

.section-6 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #333;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-6:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-6 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.form-block {
  margin-top: 50px;
}

.submit-button {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 35px;
  border: 1px solid #be985c;
  background-color: #000;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

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

.text-field {
  cursor: text;
}

.form {
  cursor: pointer;
}

.section-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #be985c;
  color: #fff;
}

.div-map {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-14 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.link-phone {
  display: block;
  color: #be985c;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.map {
  margin-bottom: 45px;
  -webkit-filter: none;
  filter: none;
  color: #000;
}

.column-8 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.text-end {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.l-box {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: block;
}

.div-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.div-block-55 {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 1px;
  z-index: 1200;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.formheading {
  margin-bottom: 16px;
  background-color: transparent;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.form-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.word-pole {
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-align: left;
}

.pole {
  border-radius: 5px;
  text-align: left;
}

.submit-button-2 {
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #be985c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 15px;
  font-weight: 400;
}

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

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  border-top-right-radius: 5px;
  background-color: #be985c;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.form-block-2 {
  color: #be985c;
}

.success-message {
  background-color: #be985c;
  color: #fff;
}

.text-block-16 {
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-center {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-block {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}

.link-block:hover {
  opacity: 1;
}

.html-embed {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.italic-text {
  color: #000;
}

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

.column-10 {
  border: 1px solid #be985c;
  color: transparent;
  text-align: center;
}

.icon-contact {
  margin-bottom: 15px;
  color: #be985c;
}

.text-span {
  color: #be985c;
}

.bold-text {
  font-family: 'Great Vibes', cursive;
  font-size: 72px;
  font-weight: 400;
}

.text-span-2 {
  margin-right: 5px;
  font-family: 'Great Vibes', cursive;
  color: #be985c;
  font-size: 36px;
}

.image-7 {
  margin-bottom: 30px;
}

.nav-link__book {
  margin-right: 10px;
  padding: 11px;
  border: 2px solid #9f793d;
  background-color: #a17d44;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 375ms ease, opacity 725ms ease;
  transition: background-color 375ms ease, opacity 725ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link__book:hover {
  border: 1px solid #be985c;
  background-color: #be985c;
  color: #fff;
  font-style: normal;
}

.nav-link__book.w--current {
  padding: 11px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
  font-style: normal;
}

.nav-link__book.w--current:hover {
  color: #be985c;
}

.hero__concept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .7), rgba(0, 0, 0, .44) 74%), url('../images/19895106_191343934733701_7158552495849079196_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.separador {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .42)), to(rgba(0, 0, 0, .42))), url('../images/28056792_2113101425635033_7830787128197923150_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/28056792_2113101425635033_7830787128197923150_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-2 {
  height: 150px;
  background-color: transparent;
}

.icon-4 {
  color: #9f793d;
}

.icon-5 {
  color: #9f793d;
}

.left-arrow {
  background-color: transparent;
}

.block-quote {
  border-style: none;
  font-size: 18px;
  text-align: center;
}

.hero__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .7), rgba(0, 0, 0, .44) 74%), url('../images/29196442_2123156887962820_848670423699685376_n.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-end__white {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.hero__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .7), rgba(0, 0, 0, .44) 74%), url('../images/29196442_2123156887962820_848670423699685376_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-span-3 {
  font-size: 16px;
}

.slide6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.icon-6 {
  color: #9f793d;
}

.icon-7 {
  color: #9f793d;
}

.slider-3 {
  background-color: transparent;
}

.slide-6 {
  display: inline-block;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slide-7 {
  padding-right: 80px;
  padding-left: 80px;
}

.pslider {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

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

.sliderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-8 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-17 {
  color: #000;
  font-size: 18px;
}

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

.checkbox {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.success-message-2 {
  background-color: #be985c;
  color: #fff;
}

.preloadercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1201;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.field-label {
  padding-left: 0px;
  float: left;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.div-bg-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.submit-button-3 {
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.submit-button-3:hover {
  background-color: #000;
  color: #fff;
}

.paragraph-4 {
  font-size: 18px;
}

.html-embed-2 {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.l-box-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  border-top-right-radius: 5px;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-57 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 1200;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 645px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.hidden {
  display: none;
}

.form-block-3 {
  color: #be985c;
}

.image-10 {
  margin-bottom: 28px;
  text-align: center;
}

.checkbox-field {
  margin-top: 2px;
  margin-right: 8px;
  font-size: 20px;
}

.formcontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formbg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.formbox {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 1200;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 645px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.formblock {
  color: #be985c;
}

.closebutton {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  border-top-right-radius: 5px;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-2 {
  display: block;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.section-14 {
  padding-top: 62px;
}

.container-8 {
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: left;
}

.break {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .42)), to(rgba(0, 0, 0, .42))), url('../images/29541709_2131377007140808_6684614032990817221_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/29541709_2131377007140808_6684614032990817221_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-18 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.text-block-15 {
  margin-bottom: 16px;
  background-color: transparent;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.tabs {
  display: block;
}

.tabs-menu {
  display: none;
}

.tabs-menu-2 {
  display: none;
}

.white-text {
  color: #fff;
}

.div-block-58 {
  padding: 20px;
  border-radius: 10px;
  background-color: #be985c;
}

.heading-6 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

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

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

html.w-mod-js *[data-ix="body"] {
  opacity: 0;
}

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

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

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

html.w-mod-js *[data-ix="tab-right-down"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px) scale(1, 1);
  -ms-transform: translate(100px, 0px) scale(1, 1);
  transform: translate(100px, 0px) scale(1, 1);
}

html.w-mod-js *[data-ix="slide-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .nav-link:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    background-color: #be985c;
  }
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .09);
    color: #000;
  }
  .nav-menu {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: #9f793d;
  }
  .text-block-2.word1 {
    font-size: 30px;
  }
  .row {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .column-3 {
    margin-bottom: 43px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide {
    margin-top: 0px;
    padding-bottom: 75px;
  }
  .column-7 {
    margin-top: 35px;
  }
  .nav-link__book {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .nav-link__book:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .link-block-2 {
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-block-2 {
    text-shadow: 1px 1px 6px #000;
  }
  .text-block-2.word1 {
    font-size: 40px;
  }
  .image-4 {
    margin-bottom: 20px;
  }
  .column-3 {
    margin-bottom: 48px;
  }
  .row-5 {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .column-5 {
    margin-bottom: 40px;
  }
  .div-block-5 {
    margin-bottom: 25px;
    background-size: cover;
  }
  .div-block-5._001 {
    margin-bottom: 6px;
  }
  .text-block-14 {
    text-align: center;
  }
  .link-phone {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .text-end {
    text-decoration: none;
  }
  .text-center {
    text-align: center;
  }
  .l-box-2 {
    display: none;
  }
  .formcontainer {
    display: none;
  }
  .link-block-2 {
    width: 100%;
    text-decoration: none;
  }
  .row-16 {
    display: none;
  }
  .container-8 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .text-block-2 {
    text-shadow: 1px 1px 6px #000;
  }
  .text-block-2.word1 {
    margin-bottom: 36px;
    font-size: 30px;
  }
  .link {
    margin-bottom: 15px;
  }
  .section-3 {
    display: block;
  }
  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-end {
    text-decoration: none;
  }
  .l-box-2 {
    position: fixed;
    display: none;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-57 {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100%;
    padding-bottom: 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
  }
  .formcontainer {
    position: fixed;
    display: none;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .formbox {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100%;
    padding-bottom: 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
  }
  .link-block-2 {
    width: 100%;
    margin-top: -25px;
    padding-top: 0px;
  }
  .row-16 {
    display: block;
  }
  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Lcallig';
  src: url('../fonts/LCALLIG.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}