/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
  color: #222;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
  resize: vertical;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */

@font-face {
  font-family: "Mixage ITC Std Bold";
  src: url("../fonts/MixageITCStd-Bold.eot");
  src: url("../fonts/MixageITCStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MixageITCStd-Bold.woff2") format("woff2"),
    url("../fonts/MixageITCStd-Bold.woff") format("woff"),
    url("../fonts/MixageITCStd-Bold.ttf") format("truetype"),
    url("../fonts/MixageITCStd-Bold.svg#MixageITCStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Adobe Handwriting Ernie";
  src: url("../fonts/AdobeHandwriting-Ernie.eot");
  src: url("../fonts/AdobeHandwriting-Ernie.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AdobeHandwriting-Ernie.woff2") format("woff2"),
    url("../fonts/AdobeHandwriting-Ernie.woff") format("woff"),
    url("../fonts/AdobeHandwriting-Ernie.ttf") format("truetype"),
    url("../fonts/AdobeHandwriting-Ernie.svg#AdobeHandwriting-Ernie")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mixage ITC Std Book";
  src: url("../fonts/MixageITCStd-Book.eot");
  src: url("../fonts/MixageITCStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MixageITCStd-Book.woff2") format("woff2"),
    url("../fonts/MixageITCStd-Book.woff") format("woff"),
    url("../fonts/MixageITCStd-Book.ttf") format("truetype"),
    url("../fonts/MixageITCStd-Book.svg#MixageITCStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mixage ITC Std Med";
  src: url("../fonts/MixageITCStd-Medium.eot");
  src: url("../fonts/MixageITCStd-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MixageITCStd-Medium.woff2") format("woff2"),
    url("../fonts/MixageITCStd-Medium.woff") format("woff"),
    url("../fonts/MixageITCStd-Medium.ttf") format("truetype"),
    url("../fonts/MixageITCStd-Medium.svg#MixageITCStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.fixed_header {
  position: fixed;
  z-index: 1102;
  width: 100%;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav {
  width: 100%;
  box-sizing: border-box;
}

.inner_nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section {
  font-size: 24px;
  width: 100%;
  position: relative;
  line-height: 28px;
  font-family: "Mixage ITC Std Book";
}

.arrowr {
  border: solid #2b385a;
  border-width: 0 2px 3px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.activated .arrowr {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
}

.quoter {
  font-family: "Mixage ITC Std Med";
  color: #af988b;
  font-size: 26px;
  float: right;
  letter-spacing: -2px;
}

.pop-over {
  position: fixed;
  z-index: 11000;
  width: 100%;
  height: 100%;
  top: 0;
  font-family: "Mixage ITC Std Book";
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

.inputer select {
  width: 100%;
  background: transparent;
  font-family: "Mixage ITC Std Med";
  border: none;
  color: #2b385a;
  padding: 0;
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: 4px;
  border-bottom: 1px solid #af988b;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
}

.pop-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.8;
}

.galler-holder {
  width: 100%;
}

.pop-up {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 50px 30px;
  width: 500px;
  transform: translate(-50%, -50%);
  color: #2b385a;
  background: #e3dacc;
}

.quote {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-family: "Adobe Handwriting Ernie";
  color: #2b385a;
  font-size: 36px;
  line-height: 38px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.res_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 1350px;
}

.list_holder {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 1200px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.closed_lists {
  max-height: 0 !important;
}

.res_lists .list {
  width: 30%;
}

.list span {
  font-size: 10px;
  color: #2b385a;
  font-family: "Mixage ITC Std Med";
}

.quote span {
  display: block;
}

.quote span:nth-child(1) {
  margin-left: -150px;
}
.quote span:nth-child(2) {
  margin-left: 150px;
}
.fullscreen {
  height: 100vh;
  width: 100%;
  position: relative;
}

.inputer {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}

.inputer label {
  position: absolute;
  font-family: "Mixage ITC Std Med";
  color: #2b385a;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.small_label {
  top: -20px !important;
  font-size: 10px !important;
}

.car_top {
  font-family: "Adobe Handwriting Ernie";
  color: #af988b;
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 90%;
  max-height: 950px;
}

.gallery-centered {
  position: absolute;
  left: 50%;
  width: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  z-index: 10;
}

.gallery-centered .owl-stage {
  display: flex;
  align-items: center;
}

.gallery_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  z-index: 10;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  z-index: 10;
}

.gal-left {
  transform: rotate(180deg);
  left: 30px;
}

.gal-rigth {
  right: 30px;
}

.galler-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.galler_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.8;
  top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.gellery-grids {
  margin-top: 0px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.gall_img {
  margin-bottom: 2%;
  display: inline-block;
  width: 32%;
}

.back_btn {
  font-family: "Adobe Handwriting Ernie";
  color: #2b385a;
  font-size: 24px;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.b_arrow {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  vertical-align: middle;
  transform: rotate(180deg);
}

.blog_img .inside_img::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.gall_img .inside_img::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.gall_btn {
  font-family: "Mixage ITC Std Book";
  display: table;
  color: #2b385a;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 42px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.arrws {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 18px;
}
.rright {
  margin-left: -60px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.lleft {
  margin-left: 60px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.gall_btn:hover {
  opacity: 0.4;
}

.activez {
  opacity: 1 !important;
}

.activez .underlined {
  opacity: 1 !important;
}

.gall_btn .underlined {
  width: 150%;
  left: -25%;
  position: absolute;

  opacity: 0;
}

.gallery_menu {
  /* border: 1px solid red; */
  margin-top: 60px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.map .map_wrapper2 .map_nav2 .map_group2 .group_name2:after {
  position: absolute;
  left: -25px;
  bottom: 10px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #2b385a;
  transform: rotate(45deg);
}

.map {
  padding-top: 20px;
}

.map .map_wrapper2 .map_nav2 {
  width: 27%;
  height: 100%;
  overflow: scroll;
  font-family: "Mixage ITC Std Book";
  padding-left: 12px;
}

.map .map_wrapper2 .map_nav2 .map_group2 .group_name2 {
  font-size: 19px;
}
.map .map_wrapper2 .map_container2 {
  float: right;
  width: 72%;
  position: relative;
  height: 100%;
}

.map .map_wrapper2 .map_container2 #map {
  width: 100%;
  height: 100%;
}

.group_marker2:hover {
  text-decoration: underline;
}
section.map .transit {
  color: #2b385a;
}
.map .map_wrapper2 .map_nav2 .map_group2.expand .group_markers2 {
  max-height: 1000px !important;
}
.map h2 {
  font-size: 3rem;
}
section.map .fitness {
  color: #2b385a;
}
section.map .cafe {
  color: #2b385a;
}
section.map .culture {
  color: #2b385a;
}
section.map .dining {
  color: #2b385a;
}
section.map .groceries {
  color: #2b385a;
}
section.map .lifestyle {
  color: #2b385a;
}
section.map .parks {
  color: #2b385a;
}
section.map .fitness {
  color: #2b385a;
}

.group_name2 {
  position: relative;
  display: block;
  padding: 5px 0px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  border-bottom: solid 1px #2b385a;
}

.map .map_wrapper2 .map_nav2 .map_group2 .group_markers2 .group_marker2 span {
  color: #000;
  min-width: 1rem;
  display: inline-block;
}

.group_marker2 {
  font-size: 16px;
}

.map .map_wrapper2 .map_nav2 .map_group2 .group_markers2 {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1rem;
}

.map .map_wrapper2 .map_nav2 .map_group2 {
  position: relative;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #fff;
}

.map .map_wrapper2 {
  height: 720px;
}

.map .map_wrapper2 {
  margin: 0 auto 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.car_title {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
  max-width: 350px;
  vertical-align: middle;
  font-family: "Mixage ITC Std Bold";
  color: #2b385a;
}

.news-entries {
  width: 100%;
}

.carousel_left strong {
  display: block;
  font-family: "Mixage ITC Std Book";
  font-weight: normal;
  color: #2b385a;
  font-size: 88px;
  line-height: 82px;
  letter-spacing: -4px;
  margin-bottom: 10px;
}

.carousel {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.carousel_left {
  max-width: 460px;
  width: 45%;
  font-family: "Mixage ITC Std Book";
  font-size: 22px;
  color: #2b385a;
  line-height: 24px;
}

.carousel_main {
  width: 50% !important;
  position: relative;
  box-sizing: border-box;
  border: 4px solid white;
}

.owl-controls {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;

  text-align: center;
}
.owl-controls .owl-dots {
  display: inline-block;
}

.owl-dot {
  display: inline-block;
}
.owl-controls .owl-dots span {
  background: #e3dacc;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 12px;
}

.owl-controls .owl-dots span:hover {
  background: #2b385a;
}

.owl-controls .active span {
  background: #2b385a;
}

.title_fs {
  position: absolute;
  bottom: 30px;
  font-family: "Mixage ITC Std Bold";
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: right;
  right: 30px;
}

.cars_nav {
  margin-top: 40px;
}

.car_arrow {
  width: 16px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.neigh_image {
  width: 100%;
  margin-top: 40px;
}

.neigh_mmps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.neigh_maps {
  width: 90%;
  position: relative;
  z-index: 100;
  padding-bottom: 80px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.neigh_block {
  display: flex;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;

  flex-wrap: wrap;
  justify-content: flex-start;
}

.neigh_title,
.neigh_texts {
  width: 48%;
  max-width: 600px;
}

.trasb {
  margin-top: 40px;
}

.neigh_title {
  font-family: "Mixage ITC Std Book";
  font-weight: normal;
  color: #2b385a;
  font-size: 88px;
  line-height: 82px;
}

.left-arrow {
  transform: rotate(180deg);
}

.right-arrow {
  margin-left: 20px;
}

.item {
  height: 100vh;
  max-height: 600px;
}

input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: none !important;
}

.inputer input {
  width: 100%;
  background: transparent;
  font-family: "Mixage ITC Std Med";
  border: none;
  color: #2b385a;

  border-bottom: 1px solid #af988b;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  /* position: absolute;
  left: -9999px; */
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  margin-top: 10px;
  position: relative;
  font-family: "Mixage ITC Std Med";
  padding-left: 38px;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  color: #2b385a;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  border: 1px solid #af988b;
  background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #af988b;
  position: absolute;
  top: 3px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section_nav {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  flex-wrap: wrap;
  font-size: 32px;
  letter-spacing: -2px;
  font-family: "Adobe Handwriting Ernie";
}

.section_left,
.section_right {
  display: inline-block;
  margin-left: 30px;
  color: #2b385a;
  margin-right: 30px;
}

.section_left .arrow {
  transform: rotate(180deg);
}

.foot_bg {
  position: absolute;
  background: #af988b;
  bottom: 0;
  width: 100%;
  height: 80%;
}
.galler_section {
  padding-bottom: 100px !important;
}
.checker {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2b385a;
  margin-right: 10px;
}

.inner_checks {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #2b385a;
  height: 0;
  width: 0;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.active_drops .inner_checks {
  width: 20px !important;
  height: 20px !important;
}
.inner_footer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  padding-top: 80px;
  color: white;
  font-family: "Mixage ITC Std Med";
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_column {
  width: 30%;
}

.foot_column a {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.foot_column a:hover {
  color: #2b385a;
}

.cont_images,
.contact_form2,
.thank_you {
  width: 47%;
}

.contact_form2 h2 {
  margin-bottom: 0px !important;
  font-size: 72px !important;
}

.contact_form2 .c_text {
  margin-bottom: 50px;
}

.contactz {
  padding-top: 140px;
  padding-bottom: 10px;
  color: #2b385a;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}
.foot_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.dropper_down {
  width: 300px;
  text-align: left;
  display: inline-block;
  border: 1px solid #2b385a;
  border-bottom: none;
  padding: 15px;
  vertical-align: middle;
  box-sizing: border-box;
  background: white;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.closeds .dropper_down,
.closeds .dropper_drop .doppp {
  background: transparent !important;
}

.filter_drop_down {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.option_titles {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  font-family: "Mixage ITC Std Med";
  font-size: 20px;
  letter-spacing: 2px;
  pointer-events: none;
  text-transform: uppercase;
  justify-content: space-between;
}

.thank_you strong {
  font-size: 72px;
  line-height: 72px;
  font-weight: normal;
  max-width: 450px;

  color: #2b385a;
  display: block;
  margin-bottom: 30px;
}

.pop-over .thank_you {
  width: 100% !important;
  text-align: center;
}

.pop-over .thank_you strong {
  margin-bottom: 10px !important;
  font-size: 42px !important;
  line-height: 42px !important;
  max-width: none !important;
}

.ttiitels,
.utitlt,
.utitlt2 {
  width: 16%;
  text-align: left;
  color: #111;
}

.ttiitels:nth-child(3),
.utitlt:nth-child(3) {
  width: 13%;
}

.utitlt2 {
  text-align: center;
  font-family: "Mixage ITC Std Med";
}

.utitlt2:last-child,
.ttiitels:last-child {
  width: 10%;
  text-align: right;
}

.unit_lists {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: space-between;
}

.unit {
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Mixage ITC Std Book";
}

.dp_btn {
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-family: "Mixage ITC Std Book";
}

.doppp {
  background: white;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  padding: 20px;
  padding-top: 0;
  border-left: 1px solid #2b385a;
  border-right: 1px solid #2b385a;
  border-bottom: 1px solid #2b385a;
  box-sizing: border-box;
}
.dropper_drop {
  text-align: left;

  width: 100%;
  overflow: hidden;
  max-height: 750px;
  position: absolute;
}

.closeds .dropper_drop {
  max-height: 0;
  padding: 0 !important;
  border: none !important;
}

.down_arrow {
  position: absolute;
  right: 10px;
  width: 0;
  top: 10px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2b385a;
}

.closeds .down_arrow {
  -webkit-transform: rotate(0deg) !important;
}

.closeds .dropper_down,
.closeds .dropper_drop .doppp {
  border-bottom: 1px solid #2b385a !important;
}

.down_arrow {
  -webkit-transform: rotate(180deg);
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.filtering {
  position: relative;
  z-index: 100;
  margin-top: 70px;
  font-family: "Mixage ITC Std Med";
  margin-bottom: 70px;
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  color: #2b385a;
  flex-wrap: wrap;
  justify-content: center;
}

.filter_title {
  display: inline-block;
  margin-right: 10px;
  pointer-events: none;
}
.filts {
  margin-left: 20px;
  margin-right: 20px;
}

.page-header {
  position: fixed;
  width: 100%;
  bottom: 30px;
  text-align: center;
  z-index: 100;
}

.page-header h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  font-family: "Mixage ITC Std Book";
  font-size: 90px;
  letter-spacing: -2px;
  color: white;
}

.f_logo {
  margin-right: 30px;
  width: 80px;
}

.discteste {
  font-size: 11px;
  line-height: 13px;
  margin-top: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

.foot_icons,
.foot_icons2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.midds {
  text-align: center;
}

.foot_column a {
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  display: inline-block;
}

.rightss {
  text-align: right;
}

.rightss .foot_icons2 {
  justify-content: flex-end;
}

.foot_btns {
  margin-top: 40px;
  font-size: 14px;

  text-transform: uppercase;
}

.f_btn {
  margin-left: 10px;
  margin-right: 10px;
}

.f_icon {
  margin-right: 10px;
  width: 16px;
}

.f_icon2 {
  margin-right: 20px;
  width: 22px;
}

.footer {
  position: relative;
  margin-top: -40px;
  z-index: 1000;
}

.lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 60px;
  justify-content: space-between;
}

.list-side {
  width: 45%;
  font-family: "Mixage ITC Std Book";
  font-size: 22px;
  color: #2b385a;
  line-height: 24px;
}

.list_header {
  font-family: "Adobe Handwriting Ernie";
  font-size: 36px;
  color: #af988b;
  margin-top: 15px;
}

.list ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
  margin-left: 0px;
}

.list ul li {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}

.list ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  background: #af988b;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.list-side strong {
  display: block;
  font-family: "Mixage ITC Std Book";
  font-weight: normal;
  color: #2b385a;
  font-size: 88px;
  line-height: 82px;
  letter-spacing: -4px;
  margin-bottom: 10px;
}

.f_access {
  display: inline-block;
  width: 50px;
}

.foot_top {
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: -10px;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  position: relative;
  z-index: 10;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-left: auto;
  max-width: 900px;
  margin-right: auto;
}

.contact_left,
.contact_form {
  width: 45%;
}

.subs .btn {
  width: 170px;
}

.c_text {
  width: 90%;
  letter-spacing: -1px;
}

.subs {
  position: relative;
}

.subs img {
  left: 20px !important;
}

.team_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.section-logos {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team_logo {
  display: block;
}

.team_logos {
  width: 360px;
  margin-left: 50px;
  margin-right: 50px;
}

.team_logos2 {
  width: 160px;
  margin-left: 50px;
  margin-right: 50px;
}

.team_logos3 {
  width: 200px;
  margin-left: 50px;
  margin-right: 50px;
}

.team_texts {
  max-width: 650px;
  font-family: "Mixage ITC Std Book";
  font-size: 22px;
  color: #2b385a;
  line-height: 24px;
}

.team_logo {
  width: 280px;
  margin-bottom: 40px;
}
.team_img {
  width: 50%;
}

.team_texts {
  width: 45%;
}

.team_img .inside_img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.top-whites {
  position: absolute;
  width: 100%;
  background: white;
  top: 0;
  height: 180px;
}

.top-tans {
  position: absolute;
  width: 100%;
  top: 0;
  height: 180px;
  background: url("../img/bg-tan.jpg") no-repeat center center #e3dacc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bottom-whites {
  position: absolute;
  width: 100%;
  background: white;
  bottom: 0;
  height: 180px;
  z-index: 2;
}

.blog_entries {
  max-width: 1400px;
  width: 90%;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.news_date {
  font-family: "Mixage ITC Std Med";
  font-size: 16px;
}

.newss {
  max-width: 1400px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.news_divider {
  width: 100%;
  height: 1px;
  background: #aaa;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news_block strong,
.news_title {
  font-family: "Mixage ITC Std Book";
  font-size: 24px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

.news_title {
  margin-top: 30px;
}
.news_block .btn {
  margin-top: 20px;
}
.news_block {
  width: 32%;
  color: #2b385a;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 22px;
}

.news_img {
  height: 100vh;
  max-height: 220px;
  margin-bottom: 10px;
}

.blog_block {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_img {
  width: 30%;
}

.blob_texts {
  width: 66%;
  font-family: "Mixage ITC Std Book";
  font-size: 22px;
  color: #2b385a;
  line-height: 24px;
  border-bottom: 1px solid #aaa;
}

.blob_texts strong {
  font-family: "Mixage ITC Std Book";
  display: block;
  font-size: 48px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}

.readmore {
  margin-bottom: 20px;
  display: table;
  margin-top: 60px;
  font-family: "Adobe Handwriting Ernie";
  font-size: 32px;
  color: #2b385a;
}

.read_arrow {
  width: 75px;
  margin-top: 0px;
}

.bottom-tans {
  position: absolute;
  width: 100%;
  bottom: 0;

  background: url("../img/bg-tan.jpg") no-repeat center center #e3dacc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  height: 520px;
  z-index: 2;
}

.centered_img {
  position: relative;
  z-index: 2;
  border: 4px solid white;
  margin-top: 80px;
}
.offseters {
  margin-top: 55px !important;
}
.neigh_image {
  border: 4px solid white;
}

.circles {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.covers {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 22;
  top: 0;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.in-view .covers {
  top: 100% !important;
}

.text_block {
  width: 50%;
  max-width: 650px;
  padding-top: 120px;
  color: #2b385a;
}

.backgr {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.text_block_2 {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #2b385a;
}

.text_block_2 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.drawings {
  padding-bottom: 160px !important;
}

.btn {
  margin-top: 30px;
  font-family: "Adobe Handwriting Ernie";
  display: block;
  color: #2b385a;
  font-size: 30px;
  cursor: pointer;
}

.btn2 {
  cursor: pointer;
  margin-top: 50px;
  font-family: "Adobe Handwriting Ernie";
  display: table;
  color: #2b385a;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  margin-bottom: 30px;
}

.underlined {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.blog_text {
  color: #2b385a;
  font-size: 20px;
  line-height: 26px;
  font-family: "Mixage ITC Std Book";
}

.blog_text a {
  color: #2b385a;
  text-decoration: underline;
}

.blog_text p {
  margin-bottom: 30px;
}

.blog_text b,
.blog_text strong {
  font-family: "Mixage ITC Std Bold";
  font-weight: normal;
}

.blog_text h2,
.blog_text h3 {
  display: block;
  font-family: "Mixage ITC Std Book" !important;
  font-weight: normal;
  font-size: 42px !important;
  line-height: 44px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.relsa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.related strong {
  font-family: "Mixage ITC Std Book";
  margin-bottom: 20px;
  display: block;
  width: 100%;
  color: #2b385a;
  font-weight: normal;
  text-align: center;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -4px;
}
.blog_text img {
  width: 100%;
  height: 100vh;
  max-height: 550px;
  object-fit: cover;
}

.btn:hover > .arrow img {
  margin-left: 10px !important;
}

.section_left:hover .arrow img {
  margin-left: 10px !important;
}

.section_right:hover .arrow img {
  margin-left: 10px !important;
}

.arrow {
  display: inline-block;
  width: 65px;
  position: relative;
  vertical-align: middle;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background: transparent !important;
}

input[type="submit"] {
  display: inline-block;
  border: none !important;
  outline: none;
  padding-bottom: 5px;
}

.wpcf7-spinner {
  display: none !important;
}

.subs .arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: translate(0, -50%);
}

.disis {
  font-size: 10px;
  margin-top: 10px;
  font-family: "Mixage ITC Std Med";
}

.arrow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.actives .disclaimer {
  margin-top: 0 !important;
}

.actives {
  padding-top: 0px !important;
  background: transparent !important;
  padding-bottom: 0px !important;
}

.actives .logo img {
  width: 150px !important;
}

.up_menu .inner_nav {
  padding-top: 30px;
}

.up_menu .disclaimer {
  margin-top: -70px;
}

.up_menu .nav-icon span {
  background: #2b385a !important;
}

.up_menu {
  padding-top: 20px;
  background: #dfd4c2;
  padding-bottom: 20px;
}

.up_menu .over {
  opacity: 1 !important;
}

.up_menu .menu_btn {
  color: #2b385a !important;
}

.up_menu .logo img {
  width: 100px;
}

.logo {
  position: relative;
}

.hiddens {
  opacity: 0;
  pointer-events: none;
}

.m_menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -1px;
  z-index: 10;
  width: 90%;
  justify-content: center;
  max-width: 1220px;
  font-family: "Mixage ITC Std Book";
}

.actives .over {
  opacity: 1 !important;
}
.actives .menu_btn {
  color: #2b385a;
}

.noclickkers {
  pointer-events: none !important;
  color: #2b385a !important;
}

.m_btn {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #ab998d;
  margin-top: 80px;
  cursor: pointer;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.underliness {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -50px;
  margin-left: auto;
  margin-right: auto;
}

.m_btn:hover {
  color: #2b385a;
}

.off_menu {
  opacity: 0;
  pointer-events: none;
}

.darks span {
  background: #2b385a !important;
}

.mobile_menu {
  position: fixed;
  width: 100%;

  height: 100vh;
  z-index: 301;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mmenu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0px;
  z-index: 10;
  width: 100%;
}

.mmenu .inner_footer,
.mmenu .inner_footer a {
  color: #2b385a;
}
.m_menu_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section-content {
  width: 80%;
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  z-index: 10;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-content h2,
.text_block_2 h2 {
  font-family: "Mixage ITC Std Book";
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -4px;
}

.main {
  position: relative;
  z-index: 110;
}
.white-bg {
  background: white;
}

.double_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
}

.paddingtops {
  padding-top: 280px;
}

.overlaps {
  z-index: 100 !important;
}

.img_1 {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.img_1 .inside_img::after,
.img_2 .inside_img::after,
.img_3 .inside_img::after,
.img_4 .inside_img::after,
.img_5 .inside_img::after {
  content: "";
  display: block;
  padding-bottom: 110%;
}

.img_2 {
  width: 45%;
  margin-top: 140px;
  position: relative;
  box-sizing: border-box;
}

.img_3 {
  width: 55%;
  position: relative;
  box-sizing: border-box;
}

.img_4 {
  width: 40%;
  margin-top: 240px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.img_5 {
  width: 35%;
  margin-top: 280px;
  position: relative;
  z-index: 102;
  box-sizing: border-box;
}

.img_1 {
  z-index: 3;
}

.img_1 .inside_img,
.img_2 .inside_img,
.img_3 .inside_img,
.img_4 .inside_img,
.img_5 .inside_img {
  border: 4px solid white;
}

.img_1 .inside_img {
  margin-top: -180px;
  position: absolute;
  width: 120% !important;
}

.img_2 .inside_img {
  margin-left: -15%;
}

.img_3 .inside_img {
  height: 90% !important;
}

.img_5 .inside_img {
  position: absolute;
  width: 120% !important;
  left: 25%;
}

.img_4 .inside_img {
  position: absolute;
  width: 120% !important;
  right: 10%;
}
.tan-bg {
  width: 100%;
  background: url("../img/bg-tan.jpg") no-repeat center center #e3dacc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.overlayer {
  position: absolute;
  z-index: 2;

  width: 100%;
  opacity: 0.8;
}

.overlayer2 {
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  bottom: 0;
  opacity: 0.8;
}

.overlayer img {
  height: 250px;
}

.overlayer2 img {
  height: 350px;
}

.logo,
.navigation {
  width: 50%;
}

.navigation {
  text-align: right;
}

.logo img {
  width: 150px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger {
  width: 40px;
  position: relative;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1350;
  pointer-events: all;
}

/* Icon 1 */

.nav-icon {
  width: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  background: white;
  height: 2.5px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 8px;
}

.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  background: #2b385a;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  background: #2b385a;
}

.menu_btn {
  font-family: "Mixage ITC Std Bold";
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  margin-right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu_btn:hover {
  opacity: 0.4;
}

.disclaimer {
  width: 100%;
  background: #af988b;
  padding-top: 9px;
  padding-bottom: 7px;
  text-align: center;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

  font-family: "Mixage ITC Std Med";
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.hero_text h1 {
  font-family: "Mixage ITC Std Book";
  font-size: 82px;
  margin-bottom: 20px;
  line-height: 68px;
  letter-spacing: -4px;
}

.hero_text h1 span {
  font-family: "Adobe Handwriting Ernie";
}

.hero_text {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

  font-size: 24px;
  position: absolute;
  font-family: "Mixage ITC Std Med";
  z-index: 10;
  top: 60%;
  left: 10%;
  max-width: 650px;
  color: white;
  transform: translate(0, -50%);
}

.inner_texts {
  width: 70%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.hero {
  height: 100vh;
  width: 100%;
  top: 0;
}

.mobile {
  display: none;
}
.neighpass {
  padding-bottom: 60px;
}
.twoowow {
  padding-bottom: 140px;
}
@media screen and (max-width: 1503px) {
  .f_logo {
    margin-right: 20px;
    width: 60px;
  }
}
@media screen and (max-width: 1453px) {
  .map .map_wrapper2 .map_container2 {
    width: 68%;
  }
}

@media screen and (max-width: 1103px) {
  .neighpass {
    padding-bottom: 0px;
  }
  .twoowow {
    padding-bottom: 25px;
  }
  .map .map_wrapper2 {
    height: auto;
  }
  .map .map_wrapper2 .map_nav2 {
    width: 100%;
  }

  .map .map_wrapper2 .map_container2 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    height: 360px;
  }

  .section-logos {
    display: block;
  }

  .team_logos {
    width: 300px;
  }
  .team_logos2 {
    width: 140px;
  }
  .team_logos3 {
    width: 180px;
  }

  .cont_images,
  .contact_form2,
  .thank_you {
    width: 100%;
  }

  .ph_icon {
    display: inline-block !important;
    width: 26px;
    margin-right: 20px;
    position: relative;
  }

  .ph_icon .over {
    opacity: 0;
  }

  .ills {
    padding-bottom: 40px !important;
  }

  .up_menu .ph_icon .over {
    opacity: 1 !important;
  }

  .hero {
    max-height: 600px;
    position: relative;
  }

  .hero h1 {
    margin-top: 60px;
    font-size: 62px;
  }
  .hero_text {
    top: auto;
    transform: translate(0);
    bottom: 30px;
    left: 5%;
  }
  .inside_img {
    background-attachment: inherit !important;
  }

  .parallax {
    display: none !important;
  }

  .desktop {
    display: none;
  }
  .galler_section {
    padding-bottom: 10px !important;
  }

  .mobile {
    display: block;
  }
  .gall_img {
    width: 48%;
    margin-bottom: 3%;
  }

  .gall_btn .underlined {
    /* width: 120%; */
    width: 50%;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    /* margin-left: -10%; */
  }

  .gall_btn {
    font-size: 32px;
  }

  .gallery_menu {
    /* border: 1px solid blue; */
    /* width: 150%; */
    max-width: 700px;
    margin-top: 0px;
    /* padding-right: 360px; */
    padding-top: 40px;
    flex-direction: column;
    gap: 2rem;
  }
  .resquotes {
    margin-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .foot_logos {
    justify-content: center;
  }
  .footer {
    margin-top: 0;
  }

  .menu_btn {
    display: none;
  }
  .section-content h2,
  .text_block_2 h2 {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -2px;
  }

  .section-content {
    width: 90%;
  }

  .img_1,
  .img_2,
  .img_3,
  .img_4,
  .img_5,
  .img_6 {
    height: 100vh;
    max-height: 460px;
  }

  .img_1 .inside_img {
    margin-top: auto;
    position: relative;
    width: 100% !important;
  }

  .img_2 .inside_img {
    margin-left: 0;
  }
  .img_1 .inside_img::after,
  .img_2 .inside_img::after,
  .img_3 .inside_img::after,
  .img_4 .inside_img::after,
  .img_5 .inside_img::after {
    content: "";
    display: block;
    padding-bottom: 0%;
  }

  .section-content h2,
  .text_block_2 h2,
  .neigh_title {
    font-size: 42px;
    line-height: 46px;
  }

  .quote {
    padding-top: 0;
    padding-bottom: 40px !important;
  }

  .draws .inside_img {
    opacity: 0.4;
    padding-bottom: 40px !important;
  }

  .quote span:nth-child(1) {
    margin-left: auto;
  }

  .up_menu .logo img {
    width: 80px;
  }

  .m_btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .underliness {
    bottom: -20px;
  }
  .m_menu {
    display: block;

    font-size: 28px;
    top: 60%;
  }

  .list_header {
    font-size: 30px;
  }

  .bottom-whites {
    height: 100px !important;
  }

  .hero h1,
  .list-side strong {
    margin-top: 0px;
    font-size: 42px;
    line-height: 46px;
  }
  .list-side strong br,
  .neigh_title br {
    display: none;
  }
  .paddingtops {
    padding-top: 0;
  }

  .bottom-tans {
    height: 220px;
  }

  .mmenu .inner_footer {
    display: none !important;
  }
  .foot_logos {
    align-items: center;
  }

  .quote span:nth-child(2) {
    margin-left: auto;
  }
  .quote span {
    display: inline-block;
    font-size: 32px;
  }

  .foot_column {
    text-align: center;
  }

  .img_4 .inside_img {
    position: relative;
    width: 100% !important;
    right: auto;
  }

  .foot_bg {
    height: 90%;
  }

  .contact {
    width: 100%;
  }

  .rightss .foot_icons2 {
    justify-content: center;
  }

  .foot_column {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact {
    padding-top: 40px;
  }

  .contact_left {
    margin-bottom: 40px;
  }

  .contact_left,
  .contact_form,
  .neigh_title,
  .neigh_texts {
    width: 100%;
  }

  .section_left,
  .section_right {
    margin-left: 10px;
    margin-right: 10px;
  }
  .quoter {
    float: none;
    font-size: 22px;
    letter-spacing: -1px;
    margin-top: 10px;
    padding-top: 0px !important;
  }

  .fullscreen {
    max-height: 380px;
  }

  .text_block_2 {
    margin-top: 0;
  }

  .list ul {
    margin-left: 20px;
  }

  .list ul li {
    font-size: 18px;
  }

  .arrow {
    width: 45px;
  }

  .double_img {
    padding-top: 0px !important;
  }

  .section_nav {
    width: 100%;

    padding-top: 30px;
    font-size: 22px;

    padding-bottom: 80px;
    justify-content: space-between;
  }

  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .centered_img,
  .offseters {
    margin-top: 40px !important;
  }

  .hero h1 {
    font-size: 52px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .section {
    font-size: 20px;
    padding-top: 0px !important;

    line-height: 24px;
  }

  .notops {
    padding-top: 0px;
  }

  .hero_text {
    font-size: 22px;
    line-height: 26px;
  }

  .draws {
    padding-bottom: 20px !important;
  }
  .contact_form2,
  .thank_you {
    padding-top: 40px;
  }

  .contact_form2 h2 {
    font-size: 42px !important;
  }
  .section-content {
    padding-bottom: 30px !important;
  }
  .contactz {
    padding-top: 200px;
  }
  .list-side {
    width: 100%;
    margin-bottom: 30px;
  }

  .lists {
    padding-top: 0;
  }

  .inner_texts {
    width: 90%;
  }

  .inside_img {
    padding-bottom: 0 !important;
  }
  .text_block_2 {
    padding-top: 35px !important;
    margin-top: 0px !important;
  }
  .img_2,
  .img_4 {
    width: 70%;
    margin-top: -100px;
    margin-left: 30%;
    position: relative;
    box-sizing: border-box;
  }

  .nobotto .section-content {
    padding-bottom: 0 !important;
  }
  .neigh_maps {
    margin-bottom: 0;
  }
  .img_5 {
    margin-top: auto;
  }
  .img_1,
  .img_3,
  .img_5 {
    width: 70%;
    box-sizing: border-box;

    display: block;
  }

  .upmovies {
    margin-top: -100px;
  }

  .item {
    max-height: 320px;
  }

  .res_lists .list,
  .carousel_left,
  .carousel_main {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .carousel_left {
    padding-bottom: 30px;
  }

  .car_top {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .page-header {
    position: absolute;
  }
  .carousel_left strong {
    font-size: 62px;
    line-height: 66px;
    letter-spacing: -3px;
  }

  .btn {
    margin-top: 25px;
  }

  .carousel_main {
    margin-bottom: 40px;
  }

  .news_block {
    width: 100%;
    margin-bottom: 30px;
  }

  .text_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog_entries {
    padding-top: 30px;
  }
  .newss {
    padding-top: 0;
  }
  .news-entries .text_block {
    padding-bottom: 20px !important;
  }
  .news-entries h2 {
    padding-bottom: 0;
  }

  .bloz {
    padding-bottom: 30px !important;
  }

  .team_logos {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .section-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team_logos2 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .team_logos3 {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .team_blocks {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team_logo {
    width: 100%;
    max-width: 220px;
  }
  .team_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog_entries,
  .blob_texts,
  .newss,
  .team_texts {
    width: 100%;
  }
  .blob_texts strong,
  .news_block strong,
  .news_title {
    font-size: 36px;
    line-height: 36px;
  }

  .readmore {
    margin-top: 30px;
  }

  .hero video {
    max-height: 600px;
  }

  .section-content {
    padding-top: 0px;
  }

  .blog_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .nntops {
    padding-top: 40px !important;
  }

  .mobhs {
    margin-top: -10px !important;
  }
}
@media screen and (max-width: 723px) {
  .pop-up {
    width: 90%;
  }

  .inputer label {
    font-size: 9px;
    letter-spacing: 2px;
  }
  .img_2,
  .img_4 {
    max-height: 320px;
  }

  .ttiitels,
  .utitlt,
  .utitlt2 {
    width: 30%;
  }

  .utitlt {
    margin-bottom: 20px;
  }

  .ttiitels:nth-child(3),
  .utitlt:nth-child(3),
  .utitlt2:last-child,
  .ttiitels:last-child {
    width: 30%;
    text-align: right;
  }

  .item {
    max-height: 280px;
  }

  .nobottom {
    padding-bottom: 10px !important;
  }

  .text_block {
    width: 100%;
    max-width: 650px;
    color: #2b385a;
  }

  .section-content {
    width: 90%;
  }

  .foot_bg {
    height: 96%;
  }

  .carousel {
    margin-top: 0;
  }

  .section-content {
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .car_title {
    width: 60%;
  }

  .img_1,
  .img_2,
  .img_3,
  .img_4,
  .img_5,
  .img_6 {
    height: 100vh;
    max-height: 260px;
  }

  .notops {
    padding-top: 60px;
  }

  .ttiitels,
  .utitlt,
  .utitlt2 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  /*
  .utitlt:nth-child(1) {
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: "Mixage ITC Std Bold";
  } */

  .utitlt.first {
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: "Mixage ITC Std Bold";
  }

  .utitlt:nth-child(3),
  .ttiitels:last-child {
    width: 100%;
    text-align: left;
  }

  .unit {
    border-bottom: 0;
  }

  .utitlt2:last-child {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #111;
    margin-top: 20px;
  }

  .item {
    max-height: 280px;
  }

  .gall_img {
    width: 100%;
    margin-bottom: 5%;
  }

  .item {
    max-height: 220px;
  }
}
/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
  display: none !important;
}

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
  visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: default !important;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.gallery-hero {
  background-position: bottom center !important;
}
.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}
.wpcf7-list-item-label {
  font-size: 10px;
}
.checkboxform input[type="checkbox"] {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border: 1px solid #af988b;
  background: #fff;
  border-radius: 0;
  accent-color: #af988b; /* Chrome, Safari, Firefox */
  cursor: pointer;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  border-radius: initial;
}

.uwy.userway_p3.utb {
	z-index: 160;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
	bottom: 100px !important;
	left: calc(100% - 32px) !important;
	right: auto;
	top: auto;
	z-index: 160 !important;
	width: 56px;
	height: 56px;
}

body .uwy.utb .uai, body .uwy.utb .ulsti, body .uwy.utb .ups {
	width: 56px !important;
	height: 56px !important;
}

.embeddedMessagingConversationButton {
	background-color: #000 !important;
}

iframe#embeddedMessagingFrame.isMinimized {
	right: 28px;
	bottom: 23px;
}

.embedded-messaging {
	> .embeddedMessagingFrame[class~="isMinimized"],
	.embeddedMessagingConversationButton,
	.embeddedMessagingConversationButtonWrapper {
		z-index: 150;
	}
	> .embeddedMessagingFrame[class~="isMaximized"] {
		z-index: 180;
	}
}


