/* Fonts */
@font-face {
  font-family: "Gotham";
  src: font-url("../fonts/gotham-book-webfont.eot");
  src: font-url("../fonts/gotham-book-webfont.eot?#iefix")
      format("embedded-opentype"),
    font-url("../fonts/gotham-book-webfont.woff") format("woff"),
    font-url("../fonts/gotham-book-webfont.ttf") format("truetype"),
    font-url("../fonts/gotham-book-webfont.svg#GothamBookRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: font-url("../fonts/gotham-bold-webfont.eot");
  src: font-url("../fonts/gotham-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    font-url("../fonts/gotham-bold-webfont.woff") format("woff"),
    font-url("../fonts/gotham-bold-webfont.ttf") format("truetype"),
    font-url("../fonts/gotham-bold-webfont.svg#GothamBoldRegular") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: font-url("../fonts/gotham-black-webfont.eot");
  src: font-url("../fonts/gotham-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    font-url("../fonts/gotham-black-webfont.woff") format("woff"),
    font-url("../fonts/gotham-black-webfont.ttf") format("truetype"),
    font-url("../fonts/gotham-black-webfont.svg#GothamBlackRegular")
      format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: font-url("../fonts/gotham-light-webfont.eot");
  src: font-url("../fonts/gotham-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    font-url("../fonts/gotham-light-webfont.woff") format("woff"),
    font-url("../fonts/gotham-light-webfont.ttf") format("truetype"),
    font-url("../fonts/gotham-light-webfont.svg#GothamLightRegular")
      format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: font-url("../fonts/gotham-medium-webfont.eot");
  src: font-url("../fonts/gotham-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    font-url("../fonts/gotham-medium-webfont.woff") format("woff"),
    font-url("../fonts/gotham-medium-webfont.ttf") format("truetype"),
    font-url("../fonts/gotham-medium-webfont.svg#GothamMediumRegular")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "karkanja";
  src: url("../fonts/karkanja.eot?70280454");
  src: url("../fonts/karkanja.eot?70280454#iefix") format("embedded-opentype"),
    url("../fonts/karkanja.woff2?70280454") format("woff2"),
    url("../fonts/karkanja.woff?70280454") format("woff"),
    url("../fonts/karkanja.ttf?70280454") format("truetype"),
    url("../fonts/karkanja.svg?70280454#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70280454#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before,
.slick-prev:before,
.slick-next:before {
  font-family: "karkanja";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-open:before {
  content: "\e800";
} /* '' */
.icon-right-open:before {
  content: "\e801";
} /* '' */

/* Generic Styles */

body {
  color: #5a5a5a;
}
body,
input,
textarea {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
}
.wrap,
.site-main,
.wrap-maxi,
.wrap-mini {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.entry-content {
  margin: 0 auto;
}
.oflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.first-half,
.last-half {
  width: 50%;
  float: left;
}
.last-half {
  float: right;
}
.txt-alignleft {
  text-align: left !important;
}
.txt-alignright {
  text-align: right !important;
}
.txt-aligncenter {
  text-align: center !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
strong,
b {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
.none {
  display: none !important;
}
a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.opacity0 {
  opacity: 0;
}
.valign-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a,
a:visited {
  color: #f99400;
  transition: all 0.2s ease;
}
a:hover {
  color: #5b5a5a;
  text-decoration: none;
}

.wrap-maxi {
  max-width: 1400px;
}
.wrap-mini {
  max-width: 800px;
}

.half {
  width: 48%;
  margin-left: 5px;
  float: left;
}
.doble-price {
  margin-bottom: 20px !important;
}
.half-special {
  width: 99%;
  float: right !important;
}

.doble-price {
  margin-bottom: 20px;
  text-decoration: line-through;
  font-size: 16px;
}

.half.first {
  margin-left: 0;
}

.row {
  overflow: hidden;
}
.row .col {
  float: left;
}

.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.33%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-66 {
  width: 66.66%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}

.fullwidth {
  width: 100%;
}
.fullwidth-fullheight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-light-gray {
  background-color: #f1f1f1;
}

/* General Content Styles */

.btn,
.frm_submit input,
.frm_submit .frm_final_submit {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.btn-primary,
.btn-primary:visited,
.frm_submit input,
.frm_submit .frm_final_submit {
  color: #fff;
  background-color: #f99400;
  border-bottom: 1px solid #c17200;
}

.btn-primary:hover {
  background-color: #ffac06;
  border-bottom: 1px solid #f99400;
  text-decoration: none;
  color: #fff;
}

.btn-primary.mini {
  padding: 10px 20px;
}

.btn-white {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.btn.spacing-top {
  margin-top: 40px;
}

.btn.spacing-btm {
  margin-bottom: 40px;
}

.btn.btn-readmore {
  color: #f7941e;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
}

.btn.btn-readmore:hover {
  color: #343434;
  text-decoration: none;
}

.btn-min-width,
.frm_submit input {
  min-width: 225px;
}

.select2-container,
.select2-container .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  outline: none;
}

.select2-container--default .select2-selection--single,
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  border: 1px solid #fff;
  border-radius: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  line-height: 39px;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  color: #444;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  padding-left: 12px;
  padding-right: 25px;
  line-height: 37px;
}

.ms-options-wrap > button:after {
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 11px;
  margin-left: -4px;
  margin-top: -2px;
  width: 0;
}

.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 39px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 25px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.ms-options-wrap > button:after {
  border-color: #424242 transparent transparent transparent;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.ms-options-wrap > button.open:focus,
.ms-options-wrap > button.open {
  border-color: #f99400;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f99400;
}

.ms-options-wrap > .ms-options {
  border-top-color: #f99400;
}

.ms-options-wrap .disabled label {
  color: #999;
}

.ms-options-wrap > .ms-options > ul .disabled label.focused,
.ms-options-wrap > .ms-options > ul .disabled label:hover {
  background: none;
  border-color: #fff;
}

.ms-options label {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-options-wrap > .ms-options {
  margin-top: -3px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: url(../images/close2.svg) no-repeat center;
  background-size: 15px 15px;
}

.home-search .select2 {
  width: 100% !important;
}

.ms-options-wrap > button.open:after {
  content: "";
  background: url(../images/close2.svg) no-repeat center;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 9px;
  top: 11px;
  z-index: 0;
  border: none;
  margin-top: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.remodal .frm_submit input {
  float: right;
}

.note {
  margin-bottom: 20px;
  font-size: 12px;
}

.hustle-modal-minimal .hustle-modal-body section .hustle-modal-message {
  max-height: 100vh !important;
}

.hustle-modal .hustle-modal-close {
  margin: 0 12px -25px !important;
}

/* Sections */

.section-padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-padding-top-bottom-mini {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-padding-top {
  padding-top: 60px;
}

.section-padding-bottom {
  padding-bottom: 60px;
}

.section-padding-all-around {
  padding: 4% !important;
}

.section-title {
  font-size: 28px;
  color: #5a5a5a;
  font-weight: 200;
  text-align: center;
  margin-top: 0;
}

.section-text {
  line-height: 25px;
}

.properties-wrap {
  margin: 30px 0;
}

.full-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wash-black {
  color: #fff;
}

.wash-black::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(52, 52, 52); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(52, 52, 52) 0%,
    rgb(82, 82, 82) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgb(52, 52, 52) 0%,
    rgb(82, 82, 82) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(52, 52, 52) 0%,
    rgb(82, 82, 82) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
  opacity: 0.9;
}

.page-section h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
}

.page-section {
  line-height: 25px;
}

.section-image {
  text-align: center;
}

.section ul {
  margin: 0;
}

.section li {
  list-style: none;
  margin: 15px 0;
}

.section li:before {
  content: "♦";
  position: relative;
  left: -30px;
  font-size: 10px;
  display: inline-block;
  width: 0;
}

/* Listing Box */

.listings-slider {
  padding: 0 10px;
}

a.listing-box {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 10px;
  outline: none;
  display: block;
  transition: opacity 0.2s ease;
  color: #5b5a5a;
}

.listing-box:hover {
  opacity: 0.7;
}

.listing-box .listing-image img,
.listing-box .listing-image picture {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center;
}

.listing-box .listing-info {
  padding: 20px 30px;
  font-size: 13px;
}

.listing-box h4,
.listing-box h5 {
  margin: 0;
}

.listing-box h4 {
  font-weight: 200;
  font-size: 20px;
  min-height: 60px;
}

.listing-box .listing-head {
  margin-bottom: 15px;
}

.listing-box .listing-head h5 {
  line-height: 30px;
}

.listing-box .listing-price {
  font-weight: 200;
  font-size: 20px;
  color: #848484;
}

/* General Inner Page Styles */

.advanced-search-wrap {
  background: #ccc;
  margin-top: 40px;
  padding: 20px 0 40px;
}

.advanced-search-wrap h4 {
  line-height: 40px;
  margin: 0;
}

.mini-search {
  background: #dedede;
  padding: 40px 0 0;
  font-size: 13px;
}

.mini-search .ms-options {
  text-align: left;
}

.mini-search .ms-options-wrap > button:focus,
.mini-search .ms-options-wrap > button {
  text-align: center;
}

.toggle-search {
  display: none;
  cursor: pointer;
  padding: 20px 5%;
  font-size: 18px;
}

.toggle-search::after {
  border-top: solid 9px #000 !important;
  margin-top: -3px;
  float: right;
}

.open .toggle-search::after {
  top: 10px !important;
  border-top: 0 !important;
  border-bottom: solid 9px #000 !important;
}

.toggle-search span {
  content: "Open search";
}

.toggle-search:hover {
  opacity: 0.6;
}

.open .toggle-search {
  margin-bottom: 15px;
}

.mini-search form,
.mini-search.open form {
  height: 100%;
  display: block;
}

.mini-search .wrap .nf-col {
  margin: 0 5px;
  display: inline-block;
  font-weight: 500;
}

.mini-search .wrap .nf-col.location-filter,
.mini-search .wrap .nf-col.property-type-filter,
.mini-search .wrap .nf-col.bedroom-filter,
.mini-search .wrap .nf-col.bathroom-filter {
  width: 165px;
}

.mini-search .wrap .nf-col.price-filter,
.mini-search .wrap .nf-col.feature-filter {
  width: 180px;
}

.mini-search .wrap .nf-col.total-area-filter,
.mini-search .wrap .nf-col.plot-area-filter,
.mini-search .wrap .nf-col.floor-area-filter {
  width: 150px;
}

.mini-search .btn {
  padding: 11px 20px 12px;
}

.page-intro {
  height: 450px;
  position: relative;
  color: #fff;
}

.page-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(214, 107, 36); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(214, 107, 36) 0%,
    rgb(247, 148, 30) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgb(214, 107, 36) 0%,
    rgb(247, 148, 30) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(214, 107, 36) 0%,
    rgb(247, 148, 30) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d66b24', endColorstr='#f7941e',GradientType=0 ); /* IE6-9 */
  opacity: 0.9;
}

.page-intro h1 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 1px;
}

/* Header Styles */

.site-header {
  background: #343434;
  color: #fff;
  padding: 35px 20px;
}

.site-branding {
  max-width: 175px;
}

.site-header a {
  display: inline-block;
}

.main-navigation a {
  color: #fff;
  line-height: 44px;
  font-weight: 300;
  font-size: 15px;
  margin-left: 30px;
  transition: color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-page-ancestor > a,
.main-navigation ul ul li:hover a {
  color: #f99400;
  text-decoration: none;
}

.main-navigation li:hover .sub-menu {
  opacity: 1;
}

.main-navigation .sub-menu {
  background: #262525;
  padding: 20px 30px;
  box-shadow: none;
  line-height: 20px;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.main-navigation .sub-menu a {
  line-height: normal;
  margin: 5px 0;
}

.social,
.social li {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: right;
}

.site-header .social {
  margin-left: 20px;
}

.social a {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  top: 10px;
  margin-left: 10px;
  padding: 2px;
  transition: background-color 0.2s ease;
  display: inline-block;
  line-height: 20px;
}

.social a:hover {
  background-color: #f99400;
}

/* Homepage Styles */

.home-banner {
  position: relative;
}

.home-banner .banner-slides,
.home-banner .banner-slides .slide {
  height: 470px;
  width: 100%;
}

.home-banner .banner-slides .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-banner .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(60, 60, 61, 0.4);
  color: #fff;
}

.home-banner .banner-text .wrap {
  padding: 30px;
  position: relative;
}

.home-banner .banner-text .line-1 {
  font-size: 36px;
  font-weight: 200;
}

.home-banner .banner-text .line-2 {
  font-size: 19px;
  font-weight: 300;
}

.home-banner .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-banner > .wrap {
  z-index: 5;
}

.home-search {
  width: 470px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #525252;
  padding: 50px 60px;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
}

.home-search.loading,
.mini-search.loading {
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.mini-search.loading {
  background-image: url("../images/ajax-loader-linear.gif");
}

.home-search.loading form,
.mini-search.loading form {
  opacity: 0;
}

.home-search form,
.mini-search form {
  opacity: 1;
  transition: opacity 1s ease;
}

.home-search .heading {
  font-size: 19px;
}

.home-search form .row {
  margin-top: 20px;
  clear: both;
  overflow: visible;
}

.home-search form select {
  width: 100%;
}

.home-search .row-type {
  padding-left: 2px;
}

.home-search .row-type input {
  margin-right: 5px;
}

.home-search .row-price .last-half {
  width: 49.5%;
}

.clear-search {
  font-weight: 300;
  cursor: pointer;
}

.clear-search:hover {
  color: #f99400;
}

.mini-search .clear-search {
  margin-left: 10px;
}

.home .quick-links {
  left: 66.66%;
}

.home .quick-links .quick-link {
  display: block;
  height: 33.33%;
  transition: all 0.2s ease;
}

.home .quick-links .quick-link:nth-child(even) {
  background: #fff;
}

.home .quick-link .col-icon {
  height: 100%;
  background-color: #eb8a00;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .quick-link:nth-child(even) .col-icon {
  background-color: #f7941e;
}

.home .quick-link:hover {
  opacity: 0.7;
}

.quick-link h3 {
  font-weight: normal;
  color: #f99400;
  font-size: 22px;
  margin: 0;
}

.quick-link .col-info {
  color: #5a5a5a;
  padding-right: 50px;
}

.quick-link .col-info::after {
  content: "\e801";
  font-family: "karkanja";
  position: absolute;
  top: 34%;
  right: 3.8%;
  color: #f99400;
  font-size: 25px;
}

.section-our-offices .col {
  height: 460px;
}

.section-our-offices .contact-info {
  padding: 4% 8%;
}

.contact-info .contact-label {
  display: inline-block;
  width: 130px;
  font-weight: bold;
}

.contact-info .office-hours {
  margin-bottom: 0;
}

.contact-info .office-hours .contact-label {
  font-weight: normal;
}

.contact-info .contact-numbers {
  margin-top: 0;
}

.contact-info .contact-numbers .haslabel {
  margin-top: 20px;
}

.section-newsletter {
  padding: 2%;
  background: #222121;
  color: #c0c0c0;
  font-size: 11px;
  text-transform: uppercase;
}

.section-newsletter label {
  margin-right: 10px;
}

.section-newsletter input[type="text"],
.section-newsletter input[type="email"] {
  background: #343434;
  display: inline-block;
}

.section-newsletter input[type="email"] {
  width: 280px;
}

.section-newsletter input[type="text"]:focus,
.section-newsletter input[type="email"]:focus {
  color: #fff;
}

.section-newsletter .btn {
  padding: 13px 20px;
}

.mc4wp-response {
  color: #f99400;
  text-transform: none;
}

/* FAQs Styles */

.faq-wrap {
  border-bottom: 1px solid #d2d2d2;
}

.section-faqs .half .faq-wrap:last-child {
  border: none;
}

.faq-question {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 10px 0;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-question::before,
.toggle-search::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 9px #f5911e;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  position: relative;
  top: 12px;
}

.open .faq-question::before,
.open .toggle-search::after {
  border-top: none;
  border-bottom: solid 9px #f5911e;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  top: -15px;
}

.faq-answer {
  display: none;
  padding-bottom: 10px;
}

.faq-wrap.open .faq-answer {
  display: block;
}

/* Team Styles */

.col-team-member {
  margin: 15px 0;
}

.member-photo-wrap {
  width: 30%;
}

.member-photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.member-info {
  width: 68%;
  line-height: 25px;
}

.member-name {
  font-size: 17px;
  font-weight: 500;
}

.member-position {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Contact Styles */

.section-contact-form {
  padding-bottom: 0;
}

.section-contact-form textarea {
  min-height: 188px;
}

.section-contact-form .frm_submit input {
  float: right;
}

/* Property Locator Styles */

.property-overview-wrap.open,
#property-overview-map {
  width: 100%;
  height: 530px;
  margin-bottom: 0;
}

.property-overview-wrap {
  transition: all 0.2s ease;
  height: 0;
  margin-bottom: 40px;
}

.btn-map-toggle {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: #343434;
  display: block;
}

.btn-map-toggle:hover span {
  opacity: 0.7;
}

.btn-map-toggle span {
  display: inline-block;
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.btn-map-toggle::after {
  content: "\e802";
  font-family: "karkanja";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f7941e;
  color: #fff;
  position: absolute;
  top: 0;
  right: -40px;
  text-align: center;
  transition: all 0.2s ease;
}

.btn-map-toggle span::after {
  content: "Open Map View";
}

.btn-map-toggle.open span::after {
  content: "Close Map View";
}

.btn-map-toggle:hover::after {
  color: #343434;
}

#property-overview-map .info-window {
  width: 480px;
}

.info-window .listing-box:hover {
  opacity: 1;
}

.info-window .listing-image {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 66.66%;
  bottom: 0;
}

.info-window .listing-image img {
  max-width: 100% !important;
}

.info-window .listing-info {
  margin-left: 42%;
  min-height: 160px;
  width: 56%;
  margin-top: 5px;
  padding: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
}

.info-window .listing-info h5.uppercase {
  margin-top: 15px;
}

.info-window .listing-info a {
  font-size: 12px;
  color: #f7941e;
  text-transform: uppercase;
}

.gm-style-iw {
  width: 480px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
}

h1.page-title {
  text-align: center;
  margin-top: 50px;
  font-weight: 200;
}

.section-listing-sorting {
  padding-bottom: 10px;
}

.section-listing-sorting .select2 {
  position: relative;
  top: -2px;
  text-align: left;
}

.section-listing-list .listing-box {
  width: 31.33%;
  margin: 2% 1%;
}

.section-listing-list .listing-box:nth-child(3n + 1) {
  clear: both;
}

/* Single Listing Pages Styles */

.btn-back {
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}

.btn-back::before {
  font-family: "karkanja";
  content: "\e803";
  position: absolute;
  top: -4px;
  left: 0;
}

.section-listing-images {
  /*max-height: 440px;*/
  overflow: hidden;
}

.section-listing-images .slide {
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  outline: none;
}

.section-listing-images .slide.vid-container {
  display: flex;
  align-items: center;
}

.section-listing-images .slide #property-video {
  height: 380px !important;
}

.listing-gallery {
  width: 56%;
}

.section-listing-images .listing-image-large {
  position: relative;
}

.section-listing-images .listing-image-large .slide {
  position: relative;
}

.section-listing-images .listing-image-large .caption {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  color: black;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
}

.section-listing-images .listing-image-large .slide,
.unit-gallery-slider,
.unit-gallery-slider .slide {
  width: 100%;
  height: 380px;
  overflow: hidden;
  outline: none;
  display: flex;
  justify-content: center;
}

.section-listing-images .listing-image-large .slide picture,
.section-listing-images .listing-image-large .slide img {
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.section-listing-images .listing-image-thumbs {
  margin: 20px 10px 0 10px;
  clear: both;
}

.section-listing-images .listing-image-thumbs .slide {
  width: 100%;
  height: 100px;
  background-size: cover;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}

.section-listing-images .listing-image-thumbs .slide picture,
.section-listing-images .listing-image-thumbs .slide img {
  object-fit: cover;
  object-position: center;
  height: 100px;
  width: 100%;
}

.section-listing-images .listing-image-thumbs .slide.slick-center {
  opacity: 1;
}

.listing-image-thumbs .slick-prev,
.listing-image-thumbs .slick-next {
  z-index: 999;
}

.listing-image-thumbs .slick-prev {
  left: -20px;
}

.listing-image-thumbs .slick-next {
  right: -15px;
}

.section-listing-images .listing-details-wrap {
  width: 28%;
  padding-left: 30px;
}

.section-listing-units {
  padding-top: 1%;
}

.section-listing-images .listing-details-wrap.no-gallery {
  width: 100%;
  padding: 3% 0 5% 0;
}

.addthis_toolbox {
  display: inline;
  float: right;
}

.unit-gallery-slider {
  overflow: visible;
}

.unit-gallery-slider .slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.unit-gallery-slider .slick-next:before {
  text-align: left !important;
}

.loading {
  text-align: center;
}

.spinner {
  width: 42px;
  height: 43px;
  margin: 20px auto;
  background: url("../images/ajax-loader.gif") no-repeat center center;
  background-size: contain;
}

.unit-box,
.unit-box-sold {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 1%;
  outline: none;
  display: block;
  transition: opacity 0.2s ease;
  color: #5b5a5a;
  width: 48%;
  padding: 30px;
}

.unit-box:nth-child(2n + 1) {
  clear: both;
}

.unit-box .btn {
  width: 100%;
  max-width: 180px;
}

.unit-box .btn-view-plans {
  padding: 0;
  margin-bottom: 20px;
}

.unit-image {
  height: 145px;
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.unit-image:hover {
  opacity: 0.7;
}

.unit-box .unit-right {
  float: right;
  width: 63%;
  font-size: 12px;
}

.unit-box .unit-right .txt-alignright {
  white-space: nowrap;
}

.unit-box .unit-right.col-100 {
  width: 100%;
  float: none;
}

.unit-name {
  font-size: 20px;
}

.unit-markets {
  font-size: 14px;
}

.unit-specs span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 0;
}

.unit-desc {
  line-height: 21px;
  margin: 15px 0;
}

.unit-price {
  font-size: 27px;
  color: #848484;
  font-weight: 200;
  line-height: 27px;
}

.unit-price-special {
  font-size: 14px;
  margin-top: -15px;
  color: #848484;
  font-weight: 600;
  line-height: 16px;
  color: #ec3900;
  white-space: normal !important;
}

.unit-price-special span {
  font-size: 12px;
}

.unit-price-special span.price-big {
  font-size: 25px !important;
  margin-right: -1px;
}

.unit-gallery-link .txt-alignleft {
  text-align: center !important;
}

.unit-box-sold {
  width: 31.33%;
  margin: 1%;
  float: left;
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}

/* Careers Styles */

.section-careers .half {
  width: 45%;
  margin-left: 10%;
}

.section-careers .half.first {
  margin-left: 0;
}

.section-careers .half:nth-child(2n + 1) {
  clear: both;
}

.section-careers .row {
  margin: 20px 0;
}

h3.career-position {
  font-size: 18px;
  color: #f99400;
  font-weight: 500;
}

.career-wrap {
  margin: 30px 0;
}

.career-wrap .label {
  font-weight: 500;
  text-transform: uppercase;
}

.section-careers-form .with_frm_style .frm_pos_top {
  display: none;
}

.section-careers-form .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}

.section-careers-form #frm_field_123_container textarea {
  height: 419px;
}

.section-careers-form .with_frm_style .frm_submit input[type="submit"] {
  float: right;
}

/* Footer Styles */

.site-footer {
  font-size: 11px;
  background: #343434;
  padding: 45px 0;
}

.site-footer,
.site-footer a {
  color: #c0c0c0;
}

.site-footer a {
  text-transform: uppercase;
}

.site-footer .menu {
  position: relative;
  top: 3px;
}

.site-footer ul,
.site-footer li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

.site-footer .menu li {
  margin: 0 15px;
}

.site-footer .social a {
  line-height: 24px;
  margin-left: 0;
  margin-right: 15px;
  top: 0;
  opacity: 0.7;
}

.site-footer .credit a {
  font-size: 10px;
  text-transform: none;
}

.site-footer .credit img {
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

/* Karkanja Page Styling */

.page-id-22 .section-0 {
  padding: 0 !important;
}

.page-id-22 .section-0 .wrap {
  overflow: hidden;
  font-size: 17px;
  font-weight: 200;
}

.page-id-22 .section-0 .intro-image,
.page-id-22 .section-0 .intro-text {
  max-width: 50%;
}

.page-id-22 .section-0 .intro-image img {
  display: block;
}

.page-id-22 .section-0 .intro-text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  padding: 0 5%;
}

/* Sitemap page styling */

.page-list > li:nth-child(1) {
  float: left;
  width: 50%;
  margin-top: 0;
}

.title-accordion {
  width: 100%;
  cursor: pointer;
}

.title-accordion.inactive {
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-position: 98.4% center;
}

.title-accordion.active {
  background-image: url("../images/arrow_up.png");
  background-repeat: no-repeat;
  background-position: 98.4% center;
}

/* WELCOME MESSAGES */

.welcome-message {
  background-color: #f99400;

  font-size: 37px;
  letter-spacing: 1px;
  font-family: "Gotham", sans-serif !important;
  font-weight: 100;
}

.welcome-message strong {
  font-size: 38px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 900;
}

.welcome-message .text-column.button-link-welcome a {
  margin-top: -5px;
}

.welcome-message .text-column.button-link-welcome a:hover,
.welcome-message .text-column.button-link-welcome a:hover,
.text-column.button-link-welcome:hover {
  color: #f99400 !important;
}

.welcome-message .btn-welcome-message {
  color: #343434;
  background-color: #ffffff;
  border-bottom: 1px solid #c17200;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 13px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
}

.welcome-message .text-welcome-message {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.welcome-message .text-welcome-message {
  display: table;
}

.welcome-message .text-welcome-row {
  display: table-row;
}

.welcome-message .text-column.message-content {
  width: 84%;
  color: #343434;
}

.welcome-message .text-column {
  display: table-cell;
  vertical-align: middle;
}

.welcome-message .text-column p {
  line-height: 36px;
  margin: 0px !important;
}

.margin-right {
  margin-right: 2px;
}

/* Formidable Overrides */

.hustle-modal-message
  .with_frm_style.frm_center_submit
  .frm_submit
  input[type="submit"] {
  font-size: 28px;
  background: #91e6de; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #91e6de 0%,
    #27cebf 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #91e6de 0%,
    #27cebf 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #91e6de 0%,
    #27cebf 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91e6de', endColorstr='#27cebf',GradientType=0 ); /* IE6-9 */
  color: #000;
}

.hustle-modal-message
  .frm_style_formidable-style.with_frm_style
  input[type="text"],
.hustle-modal-message
  .frm_style_formidable-style.with_frm_style
  input[type="email"] {
  height: 42px;
  font-size: 18px;
}

/* Responsive Styling */

body .shiftnav-main-toggle-content img {
  height: 30px;
}

body #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger {
  padding: 25px 20px;
}

body
  .shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target {
  background: #f7941e;
  color: #343434;
}

body
  .shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item
  > .shiftnav-target {
  text-shadow: none;
}

.hustle-modal-minimal .hustle-modal-body section .hustle-modal-message,
.hustle-modal section {
  height: 610px !important;
}

#mc4wp-form-1 .mc4wp-form-fields {
  min-width: 300px;
  max-width: 760px;
  margin: 0 auto;
}

#mc4wp-form-1 .mc4wp-form-fields .frm-privacy {
  margin-top: 10px;
}

#mc4wp-form-1 .mc4wp-form-fields .frm-privacy input[type="checkbox"] {
  position: relative;
  top: 2px;
}

@media all and (max-width: 1300px) {
  .unit-right .unit-footer .half {
    width: 100%;
    margin: 0;
  }

  .unit-right .unit-footer .half:first-child,
  .unit-gallery-link .txt-alignleft {
    text-align: right !important;
  }

  .unit-price-special span.price-big {
    margin-right: -3px !important;
  }
}

@media all and (max-width: 1200px) {
  .wrap,
  .site-main,
  .wrap-maxi,
  .wrap-mini {
    padding: 0 2%;
  }

  .section-listing-sorting.wrap,
  .section-back-to-search {
    padding: 4% 2%;
  }

  .section-team .col-33 {
    width: 50%;
  }

  .page-id-22 .section-0 .intro-image,
  .page-id-22 .section-0 .intro-text {
    float: none;
    max-width: 100%;
    text-align: center;
  }

  .page-id-22 .section-0 .intro-text {
    position: relative;
    left: 0;
  }

  .page-id-22 .section-0 .intro-image img {
    margin: 0 auto;
  }

  .page-id-22 .section-0 .intro-text .valign-middle {
    transform: translateY(0%);
    top: 0;
    padding: 4% 0;
  }

  .welcome-message .message-content {
    width: 75%;
    font-size: 24px;
    line-height: 26px;
  }

  .welcome-message .message-content strong {
    font-size: 26px;
  }

  .welcome-message .text-column p {
    line-height: 30px;
  }
}

@media all and (max-width: 1023px) {
  .home-banner .banner-text {
    top: 0;
    bottom: auto;
    text-align: center;
    line-height: 1.2;
  }

  .home-banner .banner-text .wrap {
    padding: 15px;
  }

  .home-banner .banner-text .line-1 {
    font-size: 21px;
  }

  .home-banner .banner-text .line-2 {
    font-size: 15px;
  }

  .home-banner .wrap {
    padding: 0;
  }

  .home-search {
    width: auto;
    top: 73px;
    left: 20%;
    right: 20%;
  }

  .home-banner .banner-slides,
  .home-banner .banner-slides .slide {
    height: 535px;
  }

  .section-quick-links .wrap-maxi {
    padding: 0;
  }

  .section-quick-links .col-33,
  .section-quick-links .col-66 {
    width: 100%;
    float: none;
  }

  .home .quick-links {
    position: relative;
    left: auto;
  }

  .home .quick-links .quick-link {
    height: 180px;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: 0px;
  }

  .section-our-offices .col-70 {
    width: 60%;
  }

  .section-our-offices .col-30 {
    width: 40%;
  }

  .section-newsletter label {
    display: block;
    margin: 0 0 15px 0;
  }

  /*	.mini-search .wrap .nf-col {
		display: block;
		margin: 10px 0;
	}

	.mini-search .wrap .row-price.nf-col select {
		width: 39.7%;
	}

	.mini-search .wrap .nf-col select,
	.mini-search .wrap .nf-col button {
		width: 80%;
	}

	.mini-search .wrap .nf-col button.btn-primary {
		max-width: 150px;
	}
*/
  .toggle-search {
    display: block;
  }

  .mini-search {
    padding: 0;
  }

  .mini-search form {
    height: 0px;
    display: none;
  }

  .mini-search .wrap .nf-col:last-child {
    padding-bottom: 20px;
  }

  .page-intro {
    height: auto;
    padding: 7% 0;
  }

  .page-intro .valign-middle {
    top: 0;
    transform: translateY(0%);
  }

  body .ezcol-one-half,
  .section-faqs .half {
    width: 100% !important;
    float: none;
  }

  .half {
    margin: 0;
  }

  .section-faqs .half .faq-wrap:last-child {
    border-bottom: 1px solid #d2d2d2;
  }

  .section-listing-list .listing-box {
    width: 48%;
  }

  .section-listing-list .listing-box:nth-child(3n + 1) {
    clear: none;
  }

  .section-listing-list .listing-box:nth-child(2n + 1) {
    clear: both;
  }

  .section-careers .half,
  .section-careers .first.half {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .section-newsletter {
    padding: 4% 2%;
  }

  .remodal-wrapper {
    top: 65px;
  }

  .mini-search .wrap .nf-col:last-child {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .mini-search .wrap .nf-col:last-child button {
    min-width: 200px;
  }

  .mini-search .wrap .nf-col.floor-filter {
    display: inline-block !important;
  }

  .mini-search .clear-search {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .welcome-message .btn-welcome-message {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .unit-price-special .price-big:before {
    content: "\A";
    white-space: pre;
  }

  .unit-price-special .price-big {
    line-height: 25px !important;
  }

  .unit-price-special {
    margin-top: -15px;
  }
}

@media all and (max-width: 850px) {
  .page-id-22 .section-0 .wrap {
    font-size: 15px;
  }

  .frm_dropzone .dz-message {
    font-size: 14px;
  }

  .section-careers-form #frm_field_123_container textarea {
    height: 410px;
  }

  .mini-search .wrap .nf-col:last-child button {
    max-width: 180px;
  }

  .section-listing-units .unit-left,
  .section-listing-units .unit-right {
    width: 100%;
    text-align: center;
  }

  .unit-box .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .section-listing-units .unit-right .txt-alignright {
    text-align: center !important;
  }

  .unit-gallery-link .txt-alignleft,
  .unit-right .unit-footer .half:first-child {
    text-align: center !important;
  }

  .unit-gallery-link .txt-alignleft {
    margin: 10px 0;
  }

  .doble-price {
    margin-bottom: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .home-search {
    left: 0;
    right: 0;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -5px;
  }

  .quick-link h3 {
    line-height: 1.2;
  }

  .section-newsletter label {
    margin: 0;
  }

  .section-newsletter input[type="text"],
  .section-newsletter input[type="email"] {
    margin: 10px auto;
    display: block;
    width: 50%;
  }

  .section-our-offices .col-70,
  .section-our-offices .col-30,
  .member-info {
    width: 100%;
    float: none;
    text-align: center;
  }

  .contact-info .contact-label {
    display: inline-block;
  }

  .section-team .col-33 {
    width: 50%;
  }

  .member-photo-wrap {
    width: 100%;
  }

  .member-photo {
    margin: 0 auto 15px;
  }

  .section-listing-sorting.txt-alignright {
    text-align: center !important;
    margin: 20px 0;
  }

  .page-list > li:nth-child(1) {
    float: none;
    width: 100%;
  }

  .page-list li {
    text-align: center;
  }

  .mini-search .wrap .nf-col,
  .mini-search .wrap .nf-col.location-filter,
  .mini-search .wrap .nf-col.property-type-filter,
  .mini-search .wrap .nf-col.price-filter,
  .mini-search .wrap .nf-col.bedroom-filter,
  .mini-search .wrap .nf-col.feature-filter,
  .mini-search .wrap .nf-col.bathroom-filter,
  .mini-search .wrap .nf-col.garage-filter,
  .mini-search .wrap .nf-col.total-area-filter,
  .mini-search .wrap .nf-col.plot-area-filter,
  .mini-search .wrap .nf-col.floor-area-filter,
  .mini-search .wrap .nf-col.floor-filter {
    width: 39%;
    max-width: 450px;
    margin: 5px 0;
  }

  .mini-search .wrap .nf-col select,
  .unit-box,
  .unit-box-sold,
  .section-listing-images .listing-gallery,
  .section-listing-images .listing-details-wrap {
    width: 100%;
  }

  .section-listing-images .listing-details-wrap {
    padding-left: 0;
  }

  .section-listing-images .listing-image-thumbs {
    margin: 0 0 40px 0;
    height: auto;
    padding: 0;
  }

  .section-listing-images .listing-image-large {
    padding: 0 5%;
  }

  .section-listing-images .listing-image-large .slick-prev {
    left: -35px;
  }

  .section-listing-images .listing-image-large .slick-next {
    right: -25px;
  }

  .section-listing-images .listing-image-large .slide,
  .unit-gallery-slider,
  .unit-gallery-slider .slide {
    height: 300px;
  }

  .section-listing-images .listing-image-large .slide picture,
  .section-listing-images .listing-image-large .slide img {
    height: 300px;
  }

  .section-listing-images .slide #property-video {
    max-height: 300px;
    height: 60vh !important;
  }

  .welcome-message .message-content {
    width: 75%;
    font-size: 20px;
    line-height: 22px;
  }

  .welcome-message .message-content strong {
    font-size: 22px;
  }

  .welcome-message .text-welcome-message {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .welcome-message .btn-welcome-message {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
}

@media all and (max-width: 600px) {
  .site-footer .col-66,
  .site-footer .col-33,
  .site-footer .social {
    width: 100%;
    float: none;
    text-align: center !important;
  }

  .menu-footer-menu-container {
    margin: 20px 0;
  }

  .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .section-listing-list .listing-box {
    width: 98%;
  }

  .section-careers-form .with_frm_style .frm_submit input[type="submit"] {
    float: none;
  }

  .with_frm_style .frm_submit {
    text-align: center;
  }
  .welcome-message .btn-welcome-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 500px) {
  .home-search {
    padding: 30px 20px;
  }

  .section-newsletter input[type="text"],
  .section-newsletter input[type="email"] {
    width: 90%;
  }

  .section-newsletter {
    padding: 5%;
  }

  .section-team .col-33,
  .career-wrap .label,
  .career-wrap .value {
    width: 100%;
  }

  .mini-search .wrap .nf-col,
  .mini-search .wrap .nf-col.location-filter,
  .mini-search .wrap .nf-col.property-type-filter,
  .mini-search .wrap .nf-col.price-filter,
  .mini-search .wrap .nf-col.bedroom-filter,
  .mini-search .wrap .nf-col.feature-filter,
  .mini-search .wrap .nf-col.bathroom-filter,
  .mini-search .wrap .nf-col.garage-filter,
  .mini-search .wrap .nf-col.total-area-filter,
  .mini-search .wrap .nf-col.plot-area-filter,
  .mini-search .wrap .nf-col.floor-area-filter,
  .mini-search .wrap .nf-col.floor-filter {
    width: 90%;
  }

  .section-listing-images .listing-image-large .slick-prev {
    left: -25px;
  }

  .section-listing-images .listing-image-large .slick-next {
    right: -18px;
  }

  .section-listing-images .listing-image-large .slide,
  .unit-gallery-slider,
  .unit-gallery-slider .slide {
    height: 200px;
  }

  .section-listing-images .listing-image-large .slide picture,
  .section-listing-images .listing-image-large .slide img {
    height: 200px;
  }

  .section-listing-images .slide #property-video {
    max-height: 200px;
  }

  .btn-min-width,
  .frm_submit input,
  .remodal .frm_submit input {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .remodal {
    padding: 25px;
  }
}
