@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);





body {
  font-family: Josefin Sans;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Amatic SC', handwriting;
  font-size: 2.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #9b9289 !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9b9289;
  border-color: #9b9289;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #756c63;
  border-color: #756c63;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #756c63 !important;
  border-color: #756c63 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5;
  border-color: #f5aeb5;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #ed6a77;
  border-color: #ed6a77;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0;
  border-color: #69b9d0;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #3898b4;
  border-color: #3898b4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d;
  border-color: #98e38d;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #61d450;
  border-color: #61d450;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #675f57;
  color: #675f57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9b9289;
  border-color: #9b9289;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9289 !important;
  border-color: #9b9289 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #9b9289 !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #675f57 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9b9289;
  border-color: #9b9289;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #9b9289;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d2ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
  background: transparent;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffbc00;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #ffbc00;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #9b9289;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #9b9289;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #9b9289;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qEYu94XChz .nav-item:focus,
.cid-qEYu94XChz .nav-link:focus {
  outline: none;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEYu94XChz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qEYu94XChz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf3;
  background: none;
}
.cid-qEYu94XChz .navbar.opened {
  transition: all .3s;
  background: #fbfaf3 !important;
}
.cid-qEYu94XChz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qEYu94XChz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qEYu94XChz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qEYu94XChz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qEYu94XChz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qEYu94XChz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qEYu94XChz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qEYu94XChz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qEYu94XChz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qEYu94XChz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qEYu94XChz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qEYu94XChz .navbar.navbar-short {
  background: #fbfaf3 !important;
  min-height: 60px;
}
.cid-qEYu94XChz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qEYu94XChz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qEYu94XChz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qEYu94XChz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qEYu94XChz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qEYu94XChz .dropdown-item.active,
.cid-qEYu94XChz .dropdown-item:active {
  background-color: transparent;
}
.cid-qEYu94XChz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qEYu94XChz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qEYu94XChz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qEYu94XChz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf3;
}
.cid-qEYu94XChz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qEYu94XChz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEYu94XChz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qEYu94XChz .navbar-buttons {
  text-align: center;
}
.cid-qEYu94XChz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEYu94XChz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qEYu94XChz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qEYu94XChz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qEYu94XChz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qEYu94XChz .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qEYu94XChz .nav-link:hover,
.cid-qEYu94XChz .dropdown-item:hover,
.cid-qEYu94XChz .icons-menu .mbr-iconfont:hover {
  color: #f9e2af !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qEYu94XChz .navbar {
    height: 77px;
  }
  .cid-qEYu94XChz .navbar.opened {
    height: auto;
  }
}
.cid-qEYuVCYTw9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qEYuVCYTw9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qEYuVCYTw9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qEYuVCYTw9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qEYuVCYTw9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qEYuVCYTw9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qEYuVCYTw9 .icon-focus {
  display: none;
}
.cid-qEYuVCYTw9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qEYuVCYTw9 ul {
  font-size: 0;
}
.cid-qEYuVCYTw9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qEYuVCYTw9 .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qEYuVCYTw9 .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9b9289, #f5aeb5);
}
.cid-qEYuVCYTw9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qEYuVCYTw9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qEYuVCYTw9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qEYuVCYTw9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qEYuVCYTw9 .btn:hover {
  background: transparent !important;
}
.cid-qEYuVCYTw9 .btn:hover:before {
  background: transparent !important;
}
.cid-qEYuVCYTw9 .btn:before {
  background-color: transparent !important;
}
.cid-qEYuVCYTw9 .btn:focus {
  box-shadow: none;
}
.cid-qEYuVCYTw9 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qVMnDe6jjW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qVMnDe6jjW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qVMnDe6jjW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qVMnDe6jjW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qVMnDe6jjW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qVMnDe6jjW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qVMnDe6jjW .icon-focus {
  display: none;
}
.cid-qVMnDe6jjW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qVMnDe6jjW ul {
  font-size: 0;
}
.cid-qVMnDe6jjW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qVMnDe6jjW .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qVMnDe6jjW .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9b9289, #f5aeb5);
}
.cid-qVMnDe6jjW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qVMnDe6jjW .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qVMnDe6jjW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qVMnDe6jjW .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qVMnDe6jjW .btn:hover {
  background: transparent !important;
}
.cid-qVMnDe6jjW .btn:hover:before {
  background: transparent !important;
}
.cid-qVMnDe6jjW .btn:before {
  background-color: transparent !important;
}
.cid-qVMnDe6jjW .btn:focus {
  box-shadow: none;
}
.cid-qVMnDe6jjW .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qFl5j4R4N2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cropped-cropped-file-frangipani-flowers-wikipedia-free-encyclopedia11-450x248.jpg");
}
.cid-qFl5j4R4N2 *:focus {
  outline: none;
}
.cid-qFl5j4R4N2 .input-wrap {
  padding-bottom: 1rem;
}
.cid-qFl5j4R4N2 input,
.cid-qFl5j4R4N2 textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qFl5j4R4N2 input {
  padding: .5rem;
}
.cid-qFl5j4R4N2 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 ::-moz-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 :-ms-input-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 :-moz-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #9b9289;
  border-radius: 50%;
}
.cid-qFl5j4R4N2 .soc-item:hover {
  opacity: .5;
}
.cid-qFl5j4R4N2 .soc-item .socicon {
  font-size: 1.5rem;
  color: #9b9289;
}
.cid-qFl5j4R4N2 .days-column,
.cid-qFl5j4R4N2 .hours-column {
  display: inline-block;
}
.cid-qFl5j4R4N2 .days-column span,
.cid-qFl5j4R4N2 .hours-column span {
  display: block;
}
.cid-qFl5j4R4N2 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qFl5j4R4N2 .days-column {
    padding-right: 0 !important;
  }
  .cid-qFl5j4R4N2 .hours-column {
    max-width: 50% !important;
  }
  .cid-qFl5j4R4N2 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qFl5j4R4N2 .form-title,
.cid-qFl5j4R4N2 .btn-row {
  color: #ffffff;
}
.cid-qFl5j4R4N2 .follow-title,
.cid-qFl5j4R4N2 .social-list {
  color: #ffffff;
  text-align: center;
}
.cid-qFl5j4R4N2 .address-title,
.cid-qFl5j4R4N2 .address-block {
  color: #ffffff;
}
.cid-qFl5j4R4N2 .contacts-title,
.cid-qFl5j4R4N2 .contacts-block {
  color: #ffffff;
}
.cid-qF33TeD6EG .nav-item:focus,
.cid-qF33TeD6EG .nav-link:focus {
  outline: none;
}
.cid-qF33TeD6EG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qF33TeD6EG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qF33TeD6EG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qF33TeD6EG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qF33TeD6EG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qF33TeD6EG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf3;
  background: none;
}
.cid-qF33TeD6EG .navbar.opened {
  transition: all .3s;
  background: #fbfaf3 !important;
}
.cid-qF33TeD6EG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qF33TeD6EG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qF33TeD6EG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qF33TeD6EG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qF33TeD6EG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qF33TeD6EG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qF33TeD6EG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qF33TeD6EG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qF33TeD6EG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qF33TeD6EG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qF33TeD6EG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qF33TeD6EG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qF33TeD6EG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qF33TeD6EG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qF33TeD6EG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qF33TeD6EG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qF33TeD6EG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qF33TeD6EG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qF33TeD6EG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qF33TeD6EG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qF33TeD6EG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qF33TeD6EG .navbar.navbar-short {
  background: #fbfaf3 !important;
  min-height: 60px;
}
.cid-qF33TeD6EG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qF33TeD6EG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qF33TeD6EG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qF33TeD6EG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qF33TeD6EG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qF33TeD6EG .dropdown-item.active,
.cid-qF33TeD6EG .dropdown-item:active {
  background-color: transparent;
}
.cid-qF33TeD6EG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qF33TeD6EG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qF33TeD6EG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qF33TeD6EG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf3;
}
.cid-qF33TeD6EG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qF33TeD6EG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qF33TeD6EG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qF33TeD6EG .navbar-buttons {
  text-align: center;
}
.cid-qF33TeD6EG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qF33TeD6EG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qF33TeD6EG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qF33TeD6EG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qF33TeD6EG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qF33TeD6EG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qF33TeD6EG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF33TeD6EG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qF33TeD6EG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qF33TeD6EG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF33TeD6EG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qF33TeD6EG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qF33TeD6EG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qF33TeD6EG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qF33TeD6EG .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qF33TeD6EG .nav-link:hover,
.cid-qF33TeD6EG .dropdown-item:hover,
.cid-qF33TeD6EG .icons-menu .mbr-iconfont:hover {
  color: #f9e2af !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qF33TeD6EG .navbar {
    height: 77px;
  }
  .cid-qF33TeD6EG .navbar.opened {
    height: auto;
  }
}
.cid-qF4m40VEYQ {
  background-image: url("../../../assets/images/livingroom2-2000x1248.jpg");
}
.cid-qF4m40VEYQ .mbr-section-title,
.cid-qF4m40VEYQ .ornament {
  color: #000000;
}
#custom-html-r {
  /* Type valid CSS here */
}
#custom-html-r .my-image {
  width: 100%;
}
.cid-qFl5eplfom {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cropped-cropped-file-frangipani-flowers-wikipedia-free-encyclopedia11-450x248.jpg");
}
.cid-qFl5eplfom *:focus {
  outline: none;
}
.cid-qFl5eplfom .input-wrap {
  padding-bottom: 1rem;
}
.cid-qFl5eplfom input,
.cid-qFl5eplfom textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qFl5eplfom input {
  padding: .5rem;
}
.cid-qFl5eplfom ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qFl5eplfom ::-moz-placeholder {
  color: #000000;
}
.cid-qFl5eplfom :-ms-input-placeholder {
  color: #000000;
}
.cid-qFl5eplfom :-moz-placeholder {
  color: #000000;
}
.cid-qFl5eplfom .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #9b9289;
  border-radius: 50%;
}
.cid-qFl5eplfom .soc-item:hover {
  opacity: .5;
}
.cid-qFl5eplfom .soc-item .socicon {
  font-size: 1.5rem;
  color: #9b9289;
}
.cid-qFl5eplfom .days-column,
.cid-qFl5eplfom .hours-column {
  display: inline-block;
}
.cid-qFl5eplfom .days-column span,
.cid-qFl5eplfom .hours-column span {
  display: block;
}
.cid-qFl5eplfom .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qFl5eplfom .days-column {
    padding-right: 0 !important;
  }
  .cid-qFl5eplfom .hours-column {
    max-width: 50% !important;
  }
  .cid-qFl5eplfom .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qFl5eplfom .form-title,
.cid-qFl5eplfom .btn-row {
  color: #ffffff;
}
.cid-qFl5eplfom .follow-title,
.cid-qFl5eplfom .social-list {
  color: #ffffff;
  text-align: center;
}
.cid-qFl5eplfom .address-title,
.cid-qFl5eplfom .address-block {
  color: #ffffff;
}
.cid-qFl5eplfom .contacts-title,
.cid-qFl5eplfom .contacts-block {
  color: #ffffff;
}
.cid-qEXL2G5SVH .nav-item:focus,
.cid-qEXL2G5SVH .nav-link:focus {
  outline: none;
}
.cid-qEXL2G5SVH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEXL2G5SVH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEXL2G5SVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qEXL2G5SVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEXL2G5SVH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qEXL2G5SVH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf3;
  background: none;
}
.cid-qEXL2G5SVH .navbar.opened {
  transition: all .3s;
  background: #fbfaf3 !important;
}
.cid-qEXL2G5SVH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qEXL2G5SVH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qEXL2G5SVH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qEXL2G5SVH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qEXL2G5SVH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qEXL2G5SVH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qEXL2G5SVH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qEXL2G5SVH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qEXL2G5SVH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qEXL2G5SVH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qEXL2G5SVH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qEXL2G5SVH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qEXL2G5SVH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qEXL2G5SVH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qEXL2G5SVH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qEXL2G5SVH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qEXL2G5SVH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qEXL2G5SVH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qEXL2G5SVH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qEXL2G5SVH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qEXL2G5SVH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qEXL2G5SVH .navbar.navbar-short {
  background: #fbfaf3 !important;
  min-height: 60px;
}
.cid-qEXL2G5SVH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qEXL2G5SVH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qEXL2G5SVH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qEXL2G5SVH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qEXL2G5SVH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qEXL2G5SVH .dropdown-item.active,
.cid-qEXL2G5SVH .dropdown-item:active {
  background-color: transparent;
}
.cid-qEXL2G5SVH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qEXL2G5SVH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qEXL2G5SVH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qEXL2G5SVH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf3;
}
.cid-qEXL2G5SVH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qEXL2G5SVH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEXL2G5SVH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qEXL2G5SVH .navbar-buttons {
  text-align: center;
}
.cid-qEXL2G5SVH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qEXL2G5SVH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qEXL2G5SVH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEXL2G5SVH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEXL2G5SVH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEXL2G5SVH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEXL2G5SVH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEXL2G5SVH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEXL2G5SVH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEXL2G5SVH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEXL2G5SVH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qEXL2G5SVH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qEXL2G5SVH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qEXL2G5SVH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qEXL2G5SVH .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qEXL2G5SVH .nav-link:hover,
.cid-qEXL2G5SVH .dropdown-item:hover,
.cid-qEXL2G5SVH .icons-menu .mbr-iconfont:hover {
  color: #f9e2af !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qEXL2G5SVH .navbar {
    height: 77px;
  }
  .cid-qEXL2G5SVH .navbar.opened {
    height: auto;
  }
}
.cid-qEY9vuH1Ok {
  background-image: url("../../../assets/images/meals-2000x1298.jpg");
}
.cid-qEY9vuH1Ok .mbr-overlay {
  background: #232323;
}
.cid-qEY9vuH1Ok .mbr-section-title {
  letter-spacing: .5rem;
  color: #efefef;
}
.cid-qEY9vuH1Ok .mbr-text,
.cid-qEY9vuH1Ok .mbr-section-btn {
  color: #ffffff;
}
.cid-qEY9vuH1Ok .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qFl1tW65Jn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cropped-cropped-file-frangipani-flowers-wikipedia-free-encyclopedia11-450x248.jpg");
}
.cid-qFl1tW65Jn *:focus {
  outline: none;
}
.cid-qFl1tW65Jn .input-wrap {
  padding-bottom: 1rem;
}
.cid-qFl1tW65Jn input,
.cid-qFl1tW65Jn textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qFl1tW65Jn input {
  padding: .5rem;
}
.cid-qFl1tW65Jn ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qFl1tW65Jn ::-moz-placeholder {
  color: #000000;
}
.cid-qFl1tW65Jn :-ms-input-placeholder {
  color: #000000;
}
.cid-qFl1tW65Jn :-moz-placeholder {
  color: #000000;
}
.cid-qFl1tW65Jn .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #9b9289;
  border-radius: 50%;
}
.cid-qFl1tW65Jn .soc-item:hover {
  opacity: .5;
}
.cid-qFl1tW65Jn .soc-item .socicon {
  font-size: 1.5rem;
  color: #9b9289;
}
.cid-qFl1tW65Jn .days-column,
.cid-qFl1tW65Jn .hours-column {
  display: inline-block;
}
.cid-qFl1tW65Jn .days-column span,
.cid-qFl1tW65Jn .hours-column span {
  display: block;
}
.cid-qFl1tW65Jn .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qFl1tW65Jn .days-column {
    padding-right: 0 !important;
  }
  .cid-qFl1tW65Jn .hours-column {
    max-width: 50% !important;
  }
  .cid-qFl1tW65Jn .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qFl1tW65Jn .form-title,
.cid-qFl1tW65Jn .btn-row {
  color: #ffffff;
}
.cid-qFl1tW65Jn .follow-title,
.cid-qFl1tW65Jn .social-list {
  color: #ffffff;
  text-align: center;
}
.cid-qFl1tW65Jn .address-title,
.cid-qFl1tW65Jn .address-block {
  color: #ffffff;
}
.cid-qFl1tW65Jn .contacts-title,
.cid-qFl1tW65Jn .contacts-block {
  color: #ffffff;
}
.cid-qFh1totO4Z {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/masterbed-2000x1259.jpg");
}
.cid-qFh1totO4Z h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-qFh1totO4Z .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-qFh1totO4Z .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-qFh1totO4Z .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-qFh1totO4Z .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qFh1totO4Z .panel-group {
  width: 100%;
}
.cid-qFh1totO4Z .card {
  border-bottom: 1px solid #444444;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-qFh1totO4Z .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qFh1totO4Z .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #fbfaf3;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qFh1totO4Z .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-qFh1totO4Z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qFh1totO4Z .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-qFh1totO4Z .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qFh1totO4Z .card .panel-body {
  background: #444444;
}
.cid-qFh1totO4Z .sign {
  color: #000000;
}
.cid-qFh1totO4Z .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qFh1totO4Z .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-qFh1totO4Z .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-qFl5zATG7W {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cropped-cropped-file-frangipani-flowers-wikipedia-free-encyclopedia11-450x248.jpg");
}
.cid-qFl5zATG7W *:focus {
  outline: none;
}
.cid-qFl5zATG7W .input-wrap {
  padding-bottom: 1rem;
}
.cid-qFl5zATG7W input,
.cid-qFl5zATG7W textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qFl5zATG7W input {
  padding: .5rem;
}
.cid-qFl5zATG7W ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qFl5zATG7W ::-moz-placeholder {
  color: #000000;
}
.cid-qFl5zATG7W :-ms-input-placeholder {
  color: #000000;
}
.cid-qFl5zATG7W :-moz-placeholder {
  color: #000000;
}
.cid-qFl5zATG7W .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #9b9289;
  border-radius: 50%;
}
.cid-qFl5zATG7W .soc-item:hover {
  opacity: .5;
}
.cid-qFl5zATG7W .soc-item .socicon {
  font-size: 1.5rem;
  color: #9b9289;
}
.cid-qFl5zATG7W .days-column,
.cid-qFl5zATG7W .hours-column {
  display: inline-block;
}
.cid-qFl5zATG7W .days-column span,
.cid-qFl5zATG7W .hours-column span {
  display: block;
}
.cid-qFl5zATG7W .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qFl5zATG7W .days-column {
    padding-right: 0 !important;
  }
  .cid-qFl5zATG7W .hours-column {
    max-width: 50% !important;
  }
  .cid-qFl5zATG7W .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qFl5zATG7W .form-title,
.cid-qFl5zATG7W .btn-row {
  color: #ffffff;
}
.cid-qFl5zATG7W .follow-title,
.cid-qFl5zATG7W .social-list {
  color: #ffffff;
  text-align: center;
}
.cid-qFl5zATG7W .address-title,
.cid-qFl5zATG7W .address-block {
  color: #ffffff;
}
.cid-qFl5zATG7W .contacts-title,
.cid-qFl5zATG7W .contacts-block {
  color: #ffffff;
}
.cid-qFgKTHdEmN .nav-item:focus,
.cid-qFgKTHdEmN .nav-link:focus {
  outline: none;
}
.cid-qFgKTHdEmN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qFgKTHdEmN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qFgKTHdEmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qFgKTHdEmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qFgKTHdEmN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qFgKTHdEmN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf3;
  background: none;
}
.cid-qFgKTHdEmN .navbar.opened {
  transition: all .3s;
  background: #fbfaf3 !important;
}
.cid-qFgKTHdEmN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qFgKTHdEmN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qFgKTHdEmN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qFgKTHdEmN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qFgKTHdEmN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qFgKTHdEmN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qFgKTHdEmN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qFgKTHdEmN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qFgKTHdEmN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qFgKTHdEmN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qFgKTHdEmN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qFgKTHdEmN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qFgKTHdEmN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qFgKTHdEmN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qFgKTHdEmN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qFgKTHdEmN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qFgKTHdEmN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qFgKTHdEmN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qFgKTHdEmN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qFgKTHdEmN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qFgKTHdEmN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qFgKTHdEmN .navbar.navbar-short {
  background: #fbfaf3 !important;
  min-height: 60px;
}
.cid-qFgKTHdEmN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qFgKTHdEmN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qFgKTHdEmN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qFgKTHdEmN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qFgKTHdEmN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qFgKTHdEmN .dropdown-item.active,
.cid-qFgKTHdEmN .dropdown-item:active {
  background-color: transparent;
}
.cid-qFgKTHdEmN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qFgKTHdEmN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qFgKTHdEmN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qFgKTHdEmN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf3;
}
.cid-qFgKTHdEmN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qFgKTHdEmN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFgKTHdEmN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qFgKTHdEmN .navbar-buttons {
  text-align: center;
}
.cid-qFgKTHdEmN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qFgKTHdEmN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qFgKTHdEmN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFgKTHdEmN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFgKTHdEmN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFgKTHdEmN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFgKTHdEmN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFgKTHdEmN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFgKTHdEmN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFgKTHdEmN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFgKTHdEmN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qFgKTHdEmN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qFgKTHdEmN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qFgKTHdEmN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qFgKTHdEmN .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qFgKTHdEmN .nav-link:hover,
.cid-qFgKTHdEmN .dropdown-item:hover,
.cid-qFgKTHdEmN .icons-menu .mbr-iconfont:hover {
  color: #f9e2af !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qFgKTHdEmN .navbar {
    height: 77px;
  }
  .cid-qFgKTHdEmN .navbar.opened {
    height: auto;
  }
}
.cid-rmXDjhEaAd {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #fbfaf3;
  background: linear-gradient(90deg, #fbfaf3, #9b9289);
}
.cid-rmXDjhEaAd .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rmXDjhEaAd .video-block {
    width: 100% !important;
  }
}
.cid-qEYu94XChz .nav-item:focus,
.cid-qEYu94XChz .nav-link:focus {
  outline: none;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qEYu94XChz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qEYu94XChz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qEYu94XChz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbfaf3;
  background: none;
}
.cid-qEYu94XChz .navbar.opened {
  transition: all .3s;
  background: #fbfaf3 !important;
}
.cid-qEYu94XChz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qEYu94XChz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qEYu94XChz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qEYu94XChz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qEYu94XChz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qEYu94XChz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qEYu94XChz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qEYu94XChz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qEYu94XChz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qEYu94XChz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qEYu94XChz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qEYu94XChz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qEYu94XChz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qEYu94XChz .navbar.navbar-short {
  background: #fbfaf3 !important;
  min-height: 60px;
}
.cid-qEYu94XChz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qEYu94XChz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qEYu94XChz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qEYu94XChz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qEYu94XChz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qEYu94XChz .dropdown-item.active,
.cid-qEYu94XChz .dropdown-item:active {
  background-color: transparent;
}
.cid-qEYu94XChz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qEYu94XChz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qEYu94XChz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qEYu94XChz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfaf3;
}
.cid-qEYu94XChz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qEYu94XChz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEYu94XChz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qEYu94XChz .navbar-buttons {
  text-align: center;
}
.cid-qEYu94XChz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEYu94XChz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEYu94XChz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEYu94XChz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qEYu94XChz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qEYu94XChz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qEYu94XChz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qEYu94XChz .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qEYu94XChz .nav-link:hover,
.cid-qEYu94XChz .dropdown-item:hover,
.cid-qEYu94XChz .icons-menu .mbr-iconfont:hover {
  color: #f9e2af !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qEYu94XChz .navbar {
    height: 77px;
  }
  .cid-qEYu94XChz .navbar.opened {
    height: auto;
  }
}
.cid-rmXCrHpjUA {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #fbfaf3;
  background: linear-gradient(90deg, #fbfaf3, #9b9289);
}
.cid-rmXCrHpjUA .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rmXCrHpjUA .video-block {
    width: 100% !important;
  }
}
.cid-rmXEAhAcqx {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #fbfaf3;
  background: linear-gradient(90deg, #fbfaf3, #9b9289);
}
.cid-rmXEAhAcqx .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rmXEAhAcqx .video-block {
    width: 100% !important;
  }
}
.cid-rmZSfkXVLZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #444444;
}
.cid-qFl5j4R4N2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cropped-cropped-file-frangipani-flowers-wikipedia-free-encyclopedia11-450x248.jpg");
}
.cid-qFl5j4R4N2 *:focus {
  outline: none;
}
.cid-qFl5j4R4N2 .input-wrap {
  padding-bottom: 1rem;
}
.cid-qFl5j4R4N2 input,
.cid-qFl5j4R4N2 textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qFl5j4R4N2 input {
  padding: .5rem;
}
.cid-qFl5j4R4N2 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 ::-moz-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 :-ms-input-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 :-moz-placeholder {
  color: #000000;
}
.cid-qFl5j4R4N2 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #9b9289;
  border-radius: 50%;
}
.cid-qFl5j4R4N2 .soc-item:hover {
  opacity: .5;
}
.cid-qFl5j4R4N2 .soc-item .socicon {
  font-size: 1.5rem;
  color: #9b9289;
}
.cid-qFl5j4R4N2 .days-column,
.cid-qFl5j4R4N2 .hours-column {
  display: inline-block;
}
.cid-qFl5j4R4N2 .days-column span,
.cid-qFl5j4R4N2 .hours-column span {
  display: block;
}
.cid-qFl5j4R4N2 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qFl5j4R4N2 .days-column {
    padding-right: 0 !important;
  }
  .cid-qFl5j4R4N2 .hours-column {
    max-width: 50% !important;
  }
  .cid-qFl5j4R4N2 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qFl5j4R4N2 .form-title,
.cid-qFl5j4R4N2 .btn-row {
  color: #ffffff;
}
.cid-qFl5j4R4N2 .follow-title,
.cid-qFl5j4R4N2 .social-list {
  color: #ffffff;
  text-align: center;
}
.cid-qFl5j4R4N2 .address-title,
.cid-qFl5j4R4N2 .address-block {
  color: #ffffff;
}
.cid-qFl5j4R4N2 .contacts-title,
.cid-qFl5j4R4N2 .contacts-block {
  color: #ffffff;
}
