@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap");
a {
  color: #2d303f;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

figure {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

button {
  background: transparent;
  border: none; }
  button:focus {
    outline: 0; }

html {
  font-size: 62.5%;
  line-height: 1.3;
  width: 100%;
  height: 100%;
  position: relative; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2d303f;
  min-height: 60rem;
  top: 0 !important;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100); }

#root {
  width: 100%;
  height: 100%;
  position: relative; }

.master {
  margin-top: 6.1rem;
  position: relative;
  width: 100%;
  height: 100%; }

.row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .row > .col {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

article {
  position: relative; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

.is-active {
  font-weight: bold; }

.pad-left-m {
  padding-left: 1.5rem; }

.pad-right-m {
  padding-right: 1.5rem; }

@media screen and (max-width: 767.98px) {
  .pad-left-m {
    padding-left: 0; }
  .pad-right-m {
    padding-right: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  color: #0e0e0e;
  margin: 0;
  padding: 0;
  text-align: center; }

h1 {
  font-size: 2.8rem;
  font-weight: 700; }

h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1rem 0; }

h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem; }

h4 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  margin: 2.5rem 0 1rem; }

h5 {
  font-size: 1.8rem;
  font-weight: 700; }

h6 {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.6rem;
  font-weight: 500; }

@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.2rem;
    margin-top: .8rem; } }

button:disabled {
  pointer-events: none;
  cursor: not-allowed; }

.btn-default {
  font-size: 1rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
  border: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.btn-primary {
  background: #6e6d70;
  color: #fff; }
  .btn-primary:hover {
    background: #eb6e07; }

.btn-secondary {
  background: #ffffff;
  color: #eb6e07; }
  .btn-secondary:hover {
    background: #faa45e;
    color: white; }

.btn-tertiary {
  background: #faa45e;
  color: #fff; }
  .btn-tertiary:hover {
    background: white;
    color: #eb6e07; }

.btn-toggleSearch {
  width: 100%;
  background: #faa45e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  display: none;
  z-index: 9999;
  top: 6.1rem;
  right: 0;
  left: 0;
  position: fixed;
  -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  width: 100%;
  height: 5rem; }

.btn-toggleContactForm {
  width: 100%;
  background: #faa45e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  display: none;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(51, 51, 51, 0.2);
  width: 100%;
  height: 5rem; }

.btn-toggleAgencyContacts {
  margin-top: 1rem;
  max-width: 30rem; }

.btn-arrow {
  color: #2d303f;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1.5rem;
  width: auto;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .btn-arrow .description {
    padding-right: 1.5rem; }
  .btn-arrow .icon {
    overflow: hidden;
    width: 3rem;
    margin-left: 0.5rem;
    font-size: 2.4rem; }
  .btn-arrow:hover {
    color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .btn-arrow:hover svg {
      animation: moveArrowRight 300ms; }

.read-more,
.read-less {
  display: block;
  padding: 1rem 0;
  color: #707375;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative; }

.read-more:after {
  content: "";
  height: 10rem;
  background: linear-gradient(to bottom, transparent, #fff);
  right: 0;
  bottom: 3rem;
  left: 0;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media screen and (max-width: 991.98px) {
  .btn-toggleContactForm {
    display: block; } }

@media screen and (max-width: 767.98px) {
  .btn-toggleSearch {
    display: block; } }

@-webkit-keyframes moveArrowRight {
  0% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49% {
    -moz-transform: translateX(5rem);
    -o-transform: translateX(5rem);
    -ms-transform: translateX(5rem);
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem); }
  50% {
    -moz-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes moveArrowRight {
  0% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49% {
    -moz-transform: translateX(5rem);
    -o-transform: translateX(5rem);
    -ms-transform: translateX(5rem);
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem); }
  50% {
    -moz-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes moveArrowRight {
  0% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49% {
    -moz-transform: translateX(5rem);
    -o-transform: translateX(5rem);
    -ms-transform: translateX(5rem);
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem); }
  50% {
    -moz-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem); }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0 2.2rem white inset !important;
  box-shadow: 0 0 0 2.2rem white inset !important;
  -webkit-text-fill-color: #2d303f !important;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  transition: all 0ms ease; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important;
  color: #2d303f !important; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2d303f;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2d303f; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2d303f; }

.form-group {
  margin-bottom: 1rem;
  text-align: left;
  position: relative; }
  .form-group.no-input {
    margin-bottom: 0;
    border: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .form-group label {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem; }

.form-control {
  border: none;
  padding: 0;
  outline: 0;
  width: 100%;
  color: #333333;
  font-weight: 400;
  position: relative; }

.react-tel-input input[type="text"],
.react-tel-input input[type="tel"] {
  font-size: unset;
  letter-spacing: unset;
  border: 1px solid #cccccc;
  line-height: inherit;
  min-height: 3.8rem;
  color: #333333;
  font-family: "Quicksand", sans-serif;
  width: 100%;
  height: unset;
  border-radius: 0.4rem; }

input.form-control,
textarea.form-control {
  padding: 0.2rem 0.8rem;
  min-height: 3.2rem;
  border: 1px solid #cccccc;
  width: calc(100% - 1.6rem);
  border-radius: 0.4rem; }

textarea {
  resize: none; }

select {
  background: transparent;
  border: none;
  outline: none; }
  select option {
    color: #2d303f; }

.form-group-checkbox {
  margin-top: 1rem; }
  .form-group-checkbox label {
    padding-left: 2.2rem;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: unset;
    color: #2d303f; }
  .form-group-checkbox input {
    min-height: unset;
    width: unset;
    height: unset;
    top: 0;
    left: 0;
    position: absolute; }

.form-group-radio {
  padding-right: 3rem; }
  .form-group-radio label {
    padding-left: 3rem;
    text-transform: unset;
    letter-spacing: unset;
    font-size: unset;
    font-weight: 400;
    color: #2d303f;
    white-space: nowrap; }
  .form-group-radio input {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute; }
    .form-group-radio input ~ .checkmark {
      background-color: #d3d3d3;
      border-radius: 50%;
      width: 1.5rem;
      height: 1.5rem;
      top: 0;
      left: 0;
      position: absolute; }
      .form-group-radio input ~ .checkmark:after {
        content: "";
        display: none;
        background: white;
        border-radius: 50%;
        width: 0.5rem;
        height: 0.5rem;
        top: 0.5rem;
        left: 0.5rem;
        position: absolute; }
    .form-group-radio input:checked ~ .checkmark {
      background-color: #eb6e07; }
      .form-group-radio input:checked ~ .checkmark:after {
        display: block; }

.form-feedback {
  padding: 0 1rem;
  background: #f0ad4e;
  color: white;
  border: 1px solid #f0ad4e;
  font-size: 1.1rem;
  font-weight: 500;
  right: 0;
  position: absolute;
  border-radius: 0.3rem; }

.properties-list-filter .form-group {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  border: none;
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.properties-list-filter .form-control {
  font-size: 1.4rem; }

.properties-list-filter .secondary-fields > .row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .properties-list-filter .secondary-fields > .row > .row {
    margin-right: 1.5rem; }

.property-request-contact label {
  text-align: left; }

section {
  width: 100%;
  position: relative; }

.section-wrapper {
  width: 100%;
  max-width: 117rem;
  padding: 3rem 0;
  margin: auto;
  position: relative; }

.section-content {
  width: 100%;
  position: relative; }

.section-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.section-actions {
  padding-top: 1rem;
  width: 100%;
  position: relative; }

.section-property-info {
  width: calc(100% - 40rem);
  position: relative; }

.section-announce-adds,
.section-contact-request {
  width: 35rem;
  position: relative; }

@media screen and (max-width: 1199.98px) {
  .section-header {
    padding-left: 2rem;
    padding-right: 2rem; }
  .section-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 991.98px) {
  .section-header {
    padding-left: 1rem;
    padding-right: 1rem; }
  .section-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
  .property-detail .section-content-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-property-info {
    width: 100%; }
  .section-contact-request {
    width: 100%; }
  .section-announce-adds {
    display: none; } }

header.header-main {
  background-color: #fff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  z-index: 99999;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 6rem;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
  -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
  box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2); }

.nav-brand {
  padding: 0 3rem;
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important; }
  .nav-brand a {
    display: block; }
  .nav-brand img {
    max-width: 20rem;
    padding-top: 0.4rem; }

.navbar {
  padding: 0 2.5rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .navbar li {
    padding: 0 1rem 0 0.5rem; }
    .navbar li a {
      font-weight: 500; }
    .navbar li.withBorder {
      border: 1px solid #faa45e;
      padding: 1rem 2.5rem;
      border-radius: 0.3rem; }
    .navbar li:hover a {
      color: #eb6e07; }

body > .skiptranslate {
  display: none; }

#google_translate_element {
  display: none; }

.goog-tooltip {
  display: none !important; }
  .goog-tooltip:hover {
    display: none !important; }

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

.navbar-left {
  background-color: #fff;
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important; }

.navbar-right {
  background-color: #fff; }
  .navbar-right .navbar {
    border: none;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.profile-name {
  padding-right: 1.5rem; }

.navbar-profile-toggle > a {
  background: gray;
  display: block;
  padding: 0.5rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%; }

.navbar-toggle {
  display: none;
  cursor: pointer;
  top: 1.9rem;
  right: 3rem;
  position: absolute;
  width: 3rem;
  height: 2.5rem;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar-toggle span {
    display: block;
    background: #6e6d70;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.9rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navbar-toggle span:nth-child(1) {
      top: 0px; }
    .navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(3) {
      top: 0.9rem; }
    .navbar-toggle span:nth-child(4) {
      top: 1.8rem; }

nav.toggled .navbar li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7); }
  nav.toggled .navbar li.withBorder {
    padding: 0; }
  nav.toggled .navbar li a,
  nav.toggled .navbar li .notranslate {
    padding: 2rem 1rem;
    width: 100%;
    display: block; }

nav.toggled .navbar-right .navbar {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

nav.toggled .navbar-toggle span:nth-child(1) {
  top: 1.8rem;
  width: 0%;
  left: 50%; }

nav.toggled .navbar-toggle span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.toggled .navbar-toggle span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

nav.toggled .navbar-toggle span:nth-child(4) {
  top: 1.8rem;
  width: 0%;
  left: 50%; }

.input-select__option-value {
  cursor: pointer;
  padding: 1px 10px; }
  .input-select__option-value:hover {
    background: #eef5fffb; }

@media screen and (max-width: 991.98px) {
  .nav-brand {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .navbar-left,
  .navbar-right {
    display: none; }
  .navbar-toggle {
    display: block !important;
    right: 1.5rem; }
  .navbar {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .navbar li.withBorder {
      border: none; }
  nav.toggled > .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  nav.toggled .navbar-left,
  nav.toggled .navbar-right {
    display: block;
    width: 100%; } }

footer {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 2.5rem;
  position: relative; }
  footer > div.section-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    footer > div.section-wrapper > div {
      padding: 1.5rem 2.5rem; }

.footer-copyright ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .footer-copyright ul li {
    margin-right: 1rem;
    position: relative; }
    .footer-copyright ul li:not(:last-child):after {
      content: '';
      background: #2d303f;
      width: 1px;
      height: 1rem;
      top: 3px;
      right: -0.5rem;
      position: absolute; }

.footer-contact-form {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3; }
  .footer-contact-form .question {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0e0e0e; }

.footer-social {
  color: #0e0e0e;
  font-size: 3rem; }

@media screen and (max-width: 991.98px) {
  footer > div.section-wrapper {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  footer .footer-copyright {
    order: 3; }
    footer .footer-copyright ul {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
  footer .footer-contact-form {
    width: calc(100% - 5rem);
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
    order: 1; }
  footer .footer-social {
    order: 2; }
  footer .footer-powered {
    order: 4; } }

.cookieConsent {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: white;
  font-size: 1.2rem;
  z-index: 9999;
  bottom: 0;
  position: fixed; }
  .cookieConsent > div {
    padding: 0.8rem 1rem 0.5rem 2.5rem;
    display: inline-block; }
    .cookieConsent > div > a {
      color: #eb6e07; }
  .cookieConsent > button {
    border: 1px solid #eb6e07;
    padding: 0.5rem 1.5rem;
    background: #f8f9fa;
    float: right;
    margin: 0.5rem 2.5rem 0.5rem 1rem;
    border-radius: 0.3rem; }

.section-breadcrumbs {
  background: #6e6d70;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
  color: white; }
  .section-breadcrumbs a,
  .section-breadcrumbs button {
    color: #d3d3d3;
    padding-right: 1rem;
    position: relative; }
    .section-breadcrumbs a:after,
    .section-breadcrumbs button:after {
      content: "";
      background: #d3d3d3;
      top: 50%;
      right: 0;
      position: absolute;
      width: 1px;
      height: 1.2rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transition: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-breadcrumbs button {
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-left: 1rem;
    letter-spacing: 0.4rem; }
  .section-breadcrumbs span {
    display: inline-block;
    padding-left: 1rem; }

@media screen and (max-width: 1399.98px) {
  .section-breadcrumbs {
    font-size: 1rem; }
    .section-breadcrumbs button {
      font-size: 1rem; } }

@media screen and (max-width: 991.98px) {
  .section-breadcrumbs {
    font-size: 1rem; }
    .section-breadcrumbs .section-wrapper {
      padding: 1.5rem 0; }
    .section-breadcrumbs button {
      font-size: 1rem; } }

.property-highlights .info-item.garages, .property-highlights .info-item.condition {
  display: none; }

.advertise {
  background: #2a2c38;
  padding: 2rem 0; }
  .advertise h1,
  .advertise h2 {
    color: white; }
  .advertise h2 {
    padding-left: 15%;
    padding-right: 15%; }
  .advertise .section-content-wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .advertise .section-content-wrapper > a {
      margin-top: 1rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }

.find-us .section-content-wrapper > .row {
  width: 100%; }

.card {
  padding: 1.5rem;
  margin: 1.5rem;
  background: white;
  -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
  -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
  box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .card svg {
    font-size: 2.4rem; }
  .card span {
    font-size: 1.6rem;
    padding-left: 1.5rem; }

@media screen and (max-width: 991.98px) {
  .find-us .section-content-wrapper > .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .find-us .section-content-wrapper > .row > .col {
      width: 100%;
      max-width: 30rem; } }

.property {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%; }
  .property.item .property-item-resume {
    display: none; }
  .property.item .property-item-reference {
    display: none; }

.property-item {
  padding: 1.5rem 3rem; }

.property-item-thumbnail {
  position: relative; }
  .property-item-thumbnail > a {
    display: block;
    padding-bottom: 66.76470588%;
    background: #fbfbfb;
    overflow: hidden;
    position: relative; }
    .property-item-thumbnail > a .img {
      -webkit-box-shadow: inset 0 0 0px 1px #faa45e;
      -moz-box-shadow: inset 0 0 0px 1px #faa45e;
      box-shadow: inset 0 0 0px 1px #faa45e;
      background-color: #6e6d70;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }

.property-item-purpose {
  background: #faa45e;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  padding: 0.7rem 1.5rem;
  color: #0e0e0e;
  font-weight: bold;
  text-transform: uppercase;
  top: 0;
  left: 0;
  position: absolute; }

.property-item-total-photos {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  top: 0;
  right: 0;
  position: absolute; }

.property-item-info {
  border-bottom: 1px solid #d3d3d3;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  font-weight: 400; }

.info-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.info-item {
  padding: 1rem 1.5rem;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .info-item > div {
    white-space: nowrap; }
    .info-item > div:first-child {
      text-transform: uppercase; }
    .info-item > div:last-child {
      font-size: 1.4rem;
      font-weight: 700;
      color: #0e0e0e; }
      .info-item > div:last-child span {
        color: #2d303f;
        font-size: 1.2rem; }
  .info-item:not(:first-child):after {
    content: "";
    width: 1px;
    background: #d3d3d3;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 0;
    position: absolute; }

.property-item-title {
  margin-top: 1.5rem; }
  .property-item-title a {
    color: #0e0e0e;
    font-size: 1.6rem;
    font-weight: 700; }

.property-item-location {
  font-weight: 500; }
  .property-item-location svg {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    color: #707375; }

.property-item-resume {
  padding: 0.5rem 0; }

.property-item-reference {
  font-size: 1.2rem; }

.property-row .property {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }
  .property-row .property .property-item-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .property-row .property .property-item-thumbnail {
    max-width: 33%;
    -webkit-box-flex: 33%;
    -moz-box-flex: 33%;
    -webkit-flex: 33%;
    -ms-flex: 33%;
    flex: 33%; }
  .property-row .property .property-item-description {
    max-width: 67%;
    -webkit-box-flex: 67%;
    -moz-box-flex: 67%;
    -webkit-flex: 67%;
    -ms-flex: 67%;
    flex: 67%;
    padding-left: 1.5rem; }
    .property-row .property .property-item-description .property-item-orientation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .property-row .property .property-item-title {
    margin-top: 0; }
    .property-row .property .property-item-title a {
      display: blocK;
      font-size: 1.8rem; }
  .property-row .property .property-item-location {
    color: #707375;
    font-size: 1.6rem; }
    .property-row .property .property-item-location svg {
      font-size: 1.2rem; }
  .property-row .property .property-item-info {
    border: none;
    font-size: 1.2rem;
    margin-top: 0.5rem; }
  .property-row .property .info-item {
    background: #fbfbfb;
    padding: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0; }
    .property-row .property .info-item:after {
      display: none; }
    .property-row .property .info-item:last-child {
      margin-right: 0; }
    .property-row .property .info-item > div:last-child {
      font-size: 1.6rem; }
      .property-row .property .info-item > div:last-child span {
        color: #707375;
        font-size: 1.4rem; }

.social-share {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .social-share ul {
    padding-right: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .social-share ul:first-child:after {
      content: "";
      background: #d3d3d3;
      width: 1px;
      top: 0.5rem;
      right: 2rem;
      bottom: 0.5rem;
      position: absolute; }
    .social-share ul > li {
      font-size: 2.5rem;
      margin-right: 1.5rem;
      cursor: pointer; }

@media screen and (min-width: 992px) {
  .property.item {
    max-width: 33.33%;
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    flex-basis: 33.33%; } }

@media screen and (max-width: 991.98px) {
  .property-item {
    padding: 2rem; } }

@media screen and (max-width: 767.98px) {
  .property-item {
    padding: 1rem; } }

@media screen and (max-width: 575.98px) {
  .property {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; } }

.banner {
  min-height: 25rem;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  position: relative; }

.banner-wrapper {
  padding-bottom: 0;
  overflow: hidden;
  background-image: url("/images/backgrounds/bannerHome.jpg");
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

.banner-item {
  height: 100%;
  position: relative; }

.banner-image {
  height: 100%;
  position: relative; }
  .banner-image .img {
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative; }
    .banner-image .img:after {
      content: "";
      background: #000;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      opacity: 0.2;
      filter: alpha(opacity=20); }

.banner-content {
  margin: auto;
  z-index: 2;
  max-width: 120rem;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.banner-content-text {
  color: white;
  padding: 3rem;
  text-shadow: 0px 1px 1px #000;
  right: 0;
  left: 0;
  position: absolute; }
  .banner-content-text .welcome-message,
  .banner-content-text .sub-message {
    font-weight: 400;
    letter-spacing: 0.5rem;
    font-size: 1.6rem;
    padding-left: 5.5rem;
    position: relative; }
    .banner-content-text .welcome-message:before,
    .banner-content-text .sub-message:before {
      content: "";
      background: #eb6e07;
      width: 4rem;
      height: 0.5rem;
      top: 1rem;
      left: 0;
      position: absolute; }
  .banner-content-text .main-message {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .banner-content-text .main-message h1 {
      color: white;
      text-align: left;
      letter-spacing: 0.5rem; }
      .banner-content-text .main-message h1:first-child {
        font-weight: 400; }
      .banner-content-text .main-message h1:last-child {
        text-transform: uppercase; }

@media screen and (max-width: 991.98px) {
  .banner-wrapper {
    background-image: url("/images/backgrounds/bannerHome_mobile.jpg"); } }

@media screen and (max-width: 767.98px) {
  .banner {
    padding-top: 5rem; }
  .banner-content {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .banner-content-text {
    text-align: center; }
    .banner-content-text .welcome-message,
    .banner-content-text .sub-message {
      padding-left: 0; }
      .banner-content-text .welcome-message:before,
      .banner-content-text .sub-message:before {
        display: none; }
    .banner-content-text .main-message h1 {
      text-align: center; } }

.filter-content {
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.filter {
  background: #fff;
  position: relative; }

.filter-wrapper {
  background: #fff; }
  .filter-wrapper form {
    position: relative; }
  .filter-wrapper .form-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
  .filter-wrapper .form-adicional {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 1rem;
    position: relative; }
    .filter-wrapper .form-adicional:before, .filter-wrapper .form-adicional:after {
      content: "";
      width: 20%;
      height: 2px;
      background: #6e6d70; }
    .filter-wrapper .form-adicional:before {
      top: 0.5rem;
      left: 0;
      position: absolute; }
    .filter-wrapper .form-adicional:after {
      top: 0.5rem;
      right: 0;
      position: absolute; }
    .filter-wrapper .form-adicional:hover {
      color: #eb6e07; }
  .filter-wrapper .form-footer {
    padding: 0 3rem 3rem; }

.secondary-fields {
  display: none; }
  .secondary-fields > .form-group {
    margin-right: 0; }
  .secondary-fields > .row {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .secondary-fields > .row .col {
      width: 47%;
      -webkit-box-flex: unset;
      -moz-box-flex: unset;
      -webkit-flex: unset;
      -ms-flex: unset;
      flex: unset; }
  .secondary-fields.active {
    display: block; }

.grid-type {
  font-size: 1.5rem; }
  .grid-type label {
    margin-right: 1.5rem;
    cursor: pointer; }
  .grid-type input:checked + label {
    color: #0e0e0e; }

.form-footer {
  margin-top: 2rem;
  position: relative; }

.form-grid-type,
.form-order-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .form-grid-type > label,
  .form-order-by > label {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-right: 1.5rem; }

.form-grid-type {
  padding-left: 3rem; }

.form-order-by {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  .form-order-by form {
    width: 16rem;
    padding: 1rem 0; }
    .form-order-by form .form-group {
      margin: 0; }

.banner-content-filters {
  padding: 3rem;
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important; }
  .banner-content-filters .form-control-parish {
    display: none; }
  .banner-content-filters .form-adicional {
    margin-left: 5rem;
    margin-right: 5rem; }

.main-fields,
.secondary-fields {
  width: 30rem;
  padding: 5rem 5rem 0; }

.properties-filter .filter-wrapper {
  background: #f8f9fa; }

.properties-filter .form-body {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.properties-filter .form-adicional {
  display: none; }

.properties-filter .main-fields,
.properties-filter .secondary-fields {
  width: 20rem;
  padding: 3rem 3rem 0; }

.properties-filter .secondary-fields {
  padding-top: 0; }
  .properties-filter .secondary-fields > .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .properties-filter .secondary-fields > .row .col {
      width: 100%; }

@media screen and (max-width: 1399.98px) {
  .main-fields,
  .secondary-fields {
    width: 28rem;
    padding: 3rem 3rem 0; }
  .filter-wrapper .form-adicional {
    margin-left: 3rem;
    margin-right: 3rem; }
  .properties-filter {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -webkit-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: 0 !important; } }

@media screen and (max-width: 991.98px) {
  .form-grid-type {
    display: none; } }

@media screen and (max-width: 767.98px) {
  .filter-content {
    padding: 0;
    display: none; }
    .filter-content.active {
      display: block;
      overflow: auto;
      top: 11.1rem;
      right: 0;
      bottom: 0;
      left: 0;
      position: fixed; }
  .filter {
    width: 100%;
    height: 100%; }
  .main-fields,
  .secondary-fields {
    width: 100% !important; }
    .main-fields .form-group,
    .secondary-fields .form-group {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 1rem; }
  .main-fields {
    display: block !important;
    padding: 3rem 3rem 0 !important; }
  .form-adicional {
    margin-left: 3rem;
    margin-right: 3rem; }
    .form-adicional:before, .form-adicional:after {
      content: "";
      width: 25%;
      height: 2px;
      background: #6e6d70; }
    .form-adicional:before {
      top: 0.5rem;
      left: 0;
      position: absolute; }
    .form-adicional:after {
      top: 0.5rem;
      right: 0;
      position: absolute; }
  form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .form-body {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .form-footer {
    margin-top: 2rem; }
  .banner-content-filters {
    padding: 0; }
    .banner-content-filters .form-control-parish {
      display: block; }
  .properties-list-filter .form-header {
    display: none; } }

@media screen and (max-width: 575.98px) {
  .filter-wrapper .form-body {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .main-fields,
  .secondary-fields {
    width: auto !important; }
  .secondary-fields {
    padding: 0 3rem !important; } }

.section-properties-list .section-content-wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: unset;
  -moz-flex-wrap: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset; }

.section-properties-list .properties-filter {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.section-properties-list .advertisement {
  margin-top: 20px;
  width: 100%; }

.section-properties-list .properties-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.properties-list-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .properties-list-wrapper.property-column .property-item {
    padding: 1.5rem 3rem; }
    .properties-list-wrapper.property-column .property-item .info-item.garages, .properties-list-wrapper.property-column .property-item .info-item.condition {
      display: none; }

.section-last-visited h3 {
  margin: 0 3rem;
  font-size: 3rem; }

.section-no-results {
  width: 100%;
  padding: 1.5rem 3rem; }
  .section-no-results h3 {
    font-size: 3rem; }
    .section-no-results h3 svg {
      padding-left: 1rem; }

@media screen and (max-width: 991.98px) {
  .properties-list-wrapper.property-column .property-item {
    padding: 2rem; }
  .section-last-visited h3 {
    margin: 0 1.5rem; }
  .section-no-results {
    padding: 1.5rem 1.5rem; } }

@media screen and (max-width: 767.98px) {
  #properties-list {
    padding-top: 5rem; }
  .properties-list-wrapper.property-column .property-item {
    padding: 1rem; } }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pagination li {
    padding: 1rem; }
    .pagination li.active {
      font-weight: bold; }
    .pagination li.disabled {
      cursor: not-allowed; }

.loader-ellipsis {
  margin: auto;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .loader-ellipsis div {
    background: #6e6d70;
    top: 2.7rem;
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .loader-ellipsis div:nth-child(1) {
      left: 0.6rem;
      -o-animation: loader-ellipsis-1 0.6s infinite;
      -moz-animation: loader-ellipsis-1 0.6s infinite;
      -webkit-animation: loader-ellipsis-1 0.6s infinite;
      animation: loader-ellipsis-1 0.6s infinite; }
    .loader-ellipsis div:nth-child(2) {
      left: 0.6rem;
      -o-animation: loader-ellipsis-2 0.6s infinite;
      -moz-animation: loader-ellipsis-2 0.6s infinite;
      -webkit-animation: loader-ellipsis-2 0.6s infinite;
      animation: loader-ellipsis-2 0.6s infinite; }
    .loader-ellipsis div:nth-child(3) {
      left: 2.6rem;
      -o-animation: loader-ellipsis-2 0.6s infinite;
      -moz-animation: loader-ellipsis-2 0.6s infinite;
      -webkit-animation: loader-ellipsis-2 0.6s infinite;
      animation: loader-ellipsis-2 0.6s infinite; }
    .loader-ellipsis div:nth-child(4) {
      left: 4.5rem;
      -o-animation: loader-ellipsis-3 0.6s infinite;
      -moz-animation: loader-ellipsis-3 0.6s infinite;
      -webkit-animation: loader-ellipsis-3 0.6s infinite;
      animation: loader-ellipsis-3 0.6s infinite; }

@-webkit-keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@-moz-keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

.advertisement {
  position: relative; }
  .advertisement > div > img,
  .advertisement > a > img {
    width: 100%;
    max-height: none;
    margin: 0;
    position: relative; }
  .advertisement .alice-carousel > div:first-child {
    width: 100%; }
  .advertisement .alice-carousel__wrapper {
    width: 100%;
    padding-bottom: 60%; }
  .advertisement .alice-carousel__slide-info {
    top: -5.5rem;
    right: 0;
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600; }
    .advertisement .alice-carousel__slide-info span {
      padding-left: 0.5rem;
      color: #2d303f; }
  .advertisement .alice-carousel__stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .advertisement li {
    text-align: center;
    background: #f8f9fa; }
  .advertisement img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .advertisement .gallery-left-control,
  .advertisement .gallery-right-control {
    top: 45%;
    background: white;
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    border-radius: 0.3rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .advertisement .gallery-left-control:hover,
    .advertisement .gallery-right-control:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.property-detail h1,
.property-detail h2 {
  text-align: left; }

.property-detail h1 > svg {
  font-size: 1.4rem; }

.property-detail .section-header h6 {
  color: #eb6e07;
  padding-top: 0.5rem; }

.property-detail .section-header h2 {
  margin: 0; }

.property-detail .section-content-wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: unset;
  -moz-flex-wrap: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset; }

.property-detail .info-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.property-detail .info-item {
  background: #f8f9fa;
  padding: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0; }
  .property-detail .info-item:after {
    display: none; }
  .property-detail .info-item:last-child {
    margin-right: 0; }
  .property-detail .info-item > div:last-child {
    font-size: 1.8rem; }
    .property-detail .info-item > div:last-child span {
      color: #707375;
      font-size: 1.4rem; }

.property-map {
  padding-bottom: 3rem;
  position: relative; }
  .property-map .leaflet-map {
    position: relative;
    width: 100%;
    height: 32.5rem; }
  .property-map .leaflet-container {
    width: 100%;
    height: 100%; }

.contact-request {
  margin-bottom: 1.5rem; }

.contact-request-wrapper {
  background: #f8f9fa;
  text-align: center;
  padding: 3rem;
  z-index: 2;
  position: relative; }
  .contact-request-wrapper > span {
    display: block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.13rem; }
    .contact-request-wrapper > span:first-child {
      margin-bottom: 0.5rem; }
  .contact-request-wrapper label {
    color: #2d303f; }

#property-form .btn-default {
  margin-top: 1.5rem; }

.property-detail-header {
  background: #6e6d70;
  color: white; }
  .property-detail-header .section-wrapper {
    padding: 1rem 0; }
  .property-detail-header a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .property-detail-header a span {
      color: white;
      padding-left: 1.5rem;
      position: relative; }
      .property-detail-header a span:not(:last-child):after {
        content: '';
        background: #d3d3d3;
        top: 50%;
        right: -0.8rem;
        position: absolute;
        width: 1px;
        height: 1.5rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transition: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .property-detail-header svg {
    color: white;
    font-size: 2rem; }
  .property-detail-header button {
    color: white;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .property-detail-header button span {
      padding: 0 1.5rem; }

.property-detail-navigation {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .property-detail-navigation > div {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.rc-collapse {
  background: none;
  border: none; }
  .rc-collapse > .rc-collapse-item .rc-collapse-header {
    font-weight: 600;
    font-size: 1.6rem;
    padding: 1rem 1.5rem 1rem 0; }
    .rc-collapse > .rc-collapse-item .rc-collapse-header svg {
      padding: 0 1.5rem;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .rc-collapse > .rc-collapse-item .rc-collapse-header svg.up {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .rc-collapse > .rc-collapse-item .rc-collapse-header:focus {
      border: none;
      outline: none; }
    .rc-collapse > .rc-collapse-item .rc-collapse-header:hover svg {
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 5px; }
  .rc-collapse-content > .rc-collapse-content-box > ul {
    padding-left: 3.5rem; }
    .rc-collapse-content > .rc-collapse-content-box > ul > li {
      font-weight: 600; }
      .rc-collapse-content > .rc-collapse-content-box > ul > li > ul {
        padding-left: 1.5rem; }
        .rc-collapse-content > .rc-collapse-content-box > ul > li > ul > li {
          font-weight: 500; }

.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

@media screen and (max-width: 991.98px) {
  #property-form {
    display: none;
    z-index: 9999;
    overflow: auto;
    top: 6.1rem;
    right: 0;
    bottom: 5rem;
    left: 0;
    position: fixed; }
    #property-form.active {
      display: block; } }

@media screen and (max-width: 575.98px) {
  .property-detail-header button span,
  .property-detail-header a span {
    display: none; } }

.gallery-left-control,
.gallery-right-control {
  top: 35%;
  position: absolute;
  color: #2d303f; }
  .gallery-left-control:hover,
  .gallery-right-control:hover {
    color: #0e0e0e; }

.gallery-left-control {
  left: 1.5rem;
  position: absolute; }

.gallery-right-control {
  right: 1.5rem;
  position: absolute; }

.alice-carousel__dots-item:hover, .alice-carousel__dots-item.__active,
.alice-carousel__dots-item:hover,
.alice-carousel__dots-item.__active {
  background-color: #eb6e07; }

.property-gallery {
  margin-top: 1.5rem;
  position: relative; }
  .property-gallery .alice-carousel > div:first-child {
    width: 100%; }
  .property-gallery .alice-carousel__wrapper {
    width: 100%;
    padding-bottom: 60%;
    background: #f8f9fa; }
  .property-gallery .alice-carousel__slide-info {
    top: -5.5rem;
    right: 0;
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600; }
    .property-gallery .alice-carousel__slide-info span {
      padding-left: 0.5rem;
      color: #2d303f; }
  .property-gallery .alice-carousel__stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .property-gallery li {
    text-align: center;
    background: #f8f9fa; }
  .property-gallery img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .property-gallery .gallery-left-control,
  .property-gallery .gallery-right-control {
    top: 45%;
    background: white;
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    box-shadow: 0 0.2rem 0.9rem 0.2rem rgba(153, 153, 153, 0.2);
    border-radius: 0.3rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .property-gallery .gallery-left-control:hover,
    .property-gallery .gallery-right-control:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

@media screen and (min-width: 1400px) {
  .property-gallery .alice-carousel__wrapper {
    padding-bottom: 75%; } }

@media screen and (max-width: 767.98px) {
  .property-gallery .alice-carousel > div:first-child {
    height: 30rem; }
  .property-gallery .alice-carousel__wrapper {
    height: 30rem; }
  .property-gallery img {
    height: 30rem; } }

@media screen and (max-width: 575.98px) {
  .property-gallery .alice-carousel > div:first-child {
    height: 20rem; }
  .property-gallery .alice-carousel__wrapper {
    height: 20rem; }
  .property-gallery img {
    height: 20rem; } }

.agency-description > div {
  margin-bottom: 0.5rem; }

.agency-image {
  margin: 1rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .agency-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.agency-name {
  font-weight: 700;
  font-size: 2.2rem; }

.agency-location {
  font-weight: 400; }
  .agency-location span {
    display: block; }

.agency-contact {
  font-weight: 500;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .agency-contact svg {
    color: #707375;
    padding-right: 1rem;
    font-size: 1.4rem; }

.Toastify__toast-container {
  z-index: 99999 !important; }
  .Toastify__toast-container svg {
    font-size: 2.5rem;
    padding-right: 0.5rem; }

.property-detail-print h1,
.property-detail-print h2 {
  text-align: left; }

.property-detail-print h1 > svg {
  font-size: 1.4rem; }

.property-detail-print .date {
  width: 100%;
  text-align: right; }

.property-detail-print .contact-agency .agency-description .agency-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .property-detail-print .contact-agency .agency-description .agency-section .agency-info {
    vertical-align: top;
    display: inline-block;
    margin: 1rem 1rem 0.5rem 0;
    height: 12.5rem; }
  .property-detail-print .contact-agency .agency-description .agency-section .agency-image {
    display: inline-block;
    margin: 0; }

.property-detail-print .info-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.property-detail-print .section-wrapper-print {
  width: 65.5rem;
  padding: 1rem 0;
  margin: 0 auto;
  position: relative; }

.property-detail-print .section-property-info {
  width: 100%;
  position: relative; }

.property-detail-print .gallery-print {
  height: 26.3rem;
  padding: 2rem 0 0 0; }
  .property-detail-print .gallery-print > .col {
    height: 100%; }
    .property-detail-print .gallery-print > .col > .row {
      height: 50%; }
      .property-detail-print .gallery-print > .col > .row > .col {
        background-size: 80% auto;
        background-position: center center;
        background-image: url(/images/logo.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
  .property-detail-print .gallery-print img {
    width: 100%;
    height: 100%; }

.property-detail-print .property-features .feature .featureChild {
  padding-left: 1.5rem; }
  .property-detail-print .property-features .feature .featureChild .featureChildChild {
    padding-left: 1.5rem; }

.property-detail-print .info-item {
  background: #f8f9fa;
  padding: 1rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0; }
  .property-detail-print .info-item:after {
    display: none; }
  .property-detail-print .info-item:last-child {
    margin-right: 0; }
  .property-detail-print .info-item > div:last-child {
    font-size: 1.8rem; }
    .property-detail-print .info-item > div:last-child span {
      color: #707375;
      font-size: 1.4rem; }

.property-detail-print footer {
  padding: 0 0 1rem;
  border: none; }
  .property-detail-print footer > span:first-child {
    text-align: left; }
  .property-detail-print footer > span:last-child {
    text-align: right;
    float: right; }

.SuggestFormModal {
  pointer-events: none;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .SuggestFormModal .contact-request-wrapper {
    width: 30rem;
    pointer-events: auto; }

.Overlay {
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed; }
  .Overlay:before {
    content: "";
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .Overlay .close {
    top: 1rem;
    right: 1.5rem;
    position: absolute; }

@media screen and (max-width: 767.98px) {
  .SuggestFormModal {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .SuggestFormModal .contact-request-wrapper {
      width: 100%;
      height: 100%; } }

.no-match {
  text-align: center; }
  .no-match .section-wrapper > .row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .no-match .no-match--message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .no-match svg {
    font-size: 4rem; }
  .no-match span {
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: 1.8rem; }

.announce-form h5 {
  text-align: left;
  margin: 1.5rem 0; }

.announce-form .form-footer {
  text-align: right;
  padding: 0; }
  .announce-form .form-footer button {
    max-width: 20rem; }

@media screen and (max-width: 767.98px) {
  .announce-form .form-body .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .announce-form .form-body .row .col {
      width: 100%; }
  .announce-form .form-footer button {
    max-width: 100%; } }

.section-announce-adds > div {
  width: 26rem;
  margin: auto; }

.contact-request-contact .form-footer {
  text-align: right;
  padding: 0; }
  .contact-request-contact .form-footer button {
    max-width: 20rem; }

@media screen and (max-width: 767.98px) {
  .contact-request-contact .form-body .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-request-contact .form-body .row .col {
      width: 100%; }
  .contact-request-contact .form-footer button {
    max-width: 100%; } }

.register-form h5 {
  text-align: left;
  margin: 1.5rem 0; }

.register-form .row-radio > .col {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.register-form .form-footer {
  text-align: right;
  padding: 0; }
  .register-form .form-footer button {
    max-width: 20rem; }

@media screen and (max-width: 767.98px) {
  .register-form .form-body .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .register-form .form-body .row .col {
      width: 100%; }
  .register-form .form-footer button {
    max-width: 100%; } }
