/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'gothambold';
  src: url("../font/gotham-bold-webfont.woff2") format("woff2"), url("../font/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambook';
  src: url("../font/gothambook-webfont.woff2") format("woff2"), url("../font/gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothamlight';
  src: url("../font/gothamlight-webfont.woff2") format("woff2"), url("../font/gothamlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothammedium';
  src: url("../font/gothammedium-webfont.woff2") format("woff2"), url("../font/gothammedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothamthin';
  src: url("../font/gotham-thin-webfont.woff2") format("woff2"), url("../font/gotham-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.container {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;
  font-family: 'gothambook';
}
header .master_header{
	background-color: #fff;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border: 1px solid #efefef;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: 'gothambold';
}

.select2-container .select2-selection--single {
  height: auto !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 19px 20px;
  line-height: normal;
  color: #959595;
  font-weight: bold;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
  border: 1px solid #efefef;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  transform: translatey(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #959595;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9a9a9a;
  font-size: 14px;
}

.button {
  display: inline-block;
  padding: 17.5px 21px;
  font-family: 'gothambold';
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #959595;
  outline: none;
  border: 2px solid #959595;
}

.containers.content_wrapper .button {
  display: inline-block;
  padding: 17.5px 21px;
  font-family: 'gothambold';
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #959595;
  outline: none;
  border: 2px solid #959595;
}

.button.red {
  border: 2px solid #e50832;
  color: #fff;
  background: #e50832;
  font-size: 14px;
}

.button.blue {
  border: 2px solid #51607f;
  color: #fff;
  background: #51607f;
  font-size: 14px;
}

.button.hollow {
  background: transparent;
}

header {
  padding: 34px 0;
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99999;
}

header .row {
  display: grid;
  grid-template-columns: calc(100%/12 * 3) auto;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

header .row .menu {
  display: flex;
  align-items: center;
  align-content: center;
}

header .row .menu .menu-handle {
  color: #959595;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

header .row .menu .wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 40px;
  align-items: center;
  align-content: center;
}

header .row .menu .wrapper a {
  color: #959595;
  font-size: 12px;
}

header .row .menu .wrapper .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .row .menu .wrapper .dropdown-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-handle {
  color: #959595;
  font-size: 12px;
  cursor: pointer;
  display:none;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-handle:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 10px;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-element {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  right: 0;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  min-width: 100px;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-element.active {
  display: block;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-element a {
  display: block;
  margin-bottom: 10px;
}

header .row .menu .wrapper .dropdown-wrapper .dropdown-element a:last-child {
  margin-bottom: 0;
}

header .row .search {
  margin-left: 30px;
  position: relative;
}

header .row .search .handle {
  font-size: 12px;
  color: #959595;
  cursor: pointer;
}

header .row .search .search-element {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
}

header .row .search .search-element.active {
  display: block;
}

header .row .search .search-element .input-container {
  min-width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .row .search .search-element .input-container input {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 20px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #efefef;
  outline: none;
}

header .row .search .search-element .input-container input::placeholder {
  font-size: 14px;
  color: #959595;
  text-transform: uppercase;
}

.hero-object {
  position: relative;
  margin-bottom: 50px;
}

.hero-object img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 387px;
  max-height: 400px;
}

.hero-object .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(0,0,0,0.6);
}

.hero-object .overlay h1 {
  font-family: 'gothambold';
  color: #fff !important;
font-size: 50px;
line-height: 54px;
text-shadow: 1px 1px 1px #000;
}

.hero-object .overlay .text {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  max-width: 645px;
  margin-bottom: 27px;
}

.hero-object .overlay .inputs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.hero-object .overlay .inputs .input-container {
  position: relative;
}

.hero-object .overlay .inputs .input-container input {
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #efefef;
  outline: none;
}

.hero-object .overlay .inputs .input-container input::placeholder {
  font-size: 14px;
  color: #959595;
  opacity: 1;
  font-family: 'gothambold';
}

.hero-object .overlay .inputs .input-container input:focus + .end {
  opacity: 0;
}

.hero-object .overlay .inputs .input-container .end {
  font-family: 'gothambold';
  font-size: 14px;
  color: #959595;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1px;
  transition: all 0.2s linear;
}

.hero-object .overlay .inputs .action .button {
  width: 100%;
  text-align: center;
  height: 100%;
}

.rent-offices {
  margin-bottom: 100px;
}

.rent-offices .title {
  font-family: 'gothambold';
  font-size: 18px;
  color: #000;
}

.rent-offices .composed-title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.rent-offices .composed-title .title {
  font-family: 'gothambold';
  font-size: 18px;
  color: #000;
}

.rent-offices .composed-title .group {
  flex-grow: 1;
  text-align: right;
}

.rent-offices .composed-title .group a {
  margin-right: 19px;
  width: 100%;
  max-width: 200px;
}

.rent-offices .composed-title .group a:last-child {
  margin-right: 0;
}

.rent-offices .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.rent-offices .row .item {
  background-color: #fff;
  display: grid;
	align-content: space-between;
}
.rent-offices .row .item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.rent-offices .row .item .property_listing {
    display: grid;
    align-content: space-between;
    align-items: end;
}

.rent-offices .row .item .img {
  position: relative;
  margin-bottom: 25px;
}

.rent-offices .row .item .img img {
  display: block;
  width: 100%;
  min-height: 222px;
  object-fit: cover;
  max-height: 222px;
}

.rent-offices .row .item .img .heart {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.rent-offices .row .item .img .heart i {
  font-weight: normal;
}

.rent-offices .row .item .img .heart:hover i {
  font-weight: 900;
  color: #e50832;
}

.rent-offices .row .item .img .heart.active i {
  font-weight: 900;
  color: #e50832;
}

.rent-offices .row .item .description {
  padding: 0 16px 30px;
}

.rent-offices .row .item .description .title {
  font-size: 14px;
  color: #51607f;
  font-family: 'gothambold';
  margin-bottom: 30px;
}

.rent-offices .row .item .description .exerpt {
  color: #959595;
  font-family: 'gothambook';
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.rent-offices .row .item .description .details {
  margin-bottom: 33px;
}

.rent-offices .row .item .description .details .descr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.rent-offices .row .item .description .details .descr:last-child {
  margin-bottom: 0;
}

.rent-offices .row .item .description .details .descr .head {
  color: #959595;
  font-family: 'gothambook';
  font-size: 12px;
  text-transform: uppercase;
}

.rent-offices .row .item .description .details .descr .value {
  color: #959595;
  font-family: 'gothambook';
  font-size: 12px;
}

.rent-offices .row .item .description .details .descr .value.red {
  color: #e50832;
}

.rent-offices .row .item .description .details .descr .value.blue {
  color: #51607f;
}

.rent-offices .row .item .description .action {
  text-align: center;
}

.rent-offices .row .item .description .action .button {
  width: 100%;
  max-width: 200px;
  transition: all 0.2s linear;
}

.rent-offices .row .item .description .action .button:hover {
  background: #e50832;
  color: #fff;
  border-color: #e50832;
}

.logistics-properties {
  height: 637px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.logistics-properties .redstrip {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  background-color: #e50832;
  background-size: cover;
  background-position: center;
  height: 444.9px;
}

.logistics-properties .redstrip .text {
  width: 50%;
  padding-right: 20px;
  max-width: 570px;
}

.logistics-properties .redstrip .text h2 {
  font-size: 33px;
  line-height: 44px;
  color: #fff !important;
  margin: 0;
  margin-bottom: 50px;
  font-family: 'gothambold';
}

.logistics-properties .redstrip .text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin: 0;
  margin-bottom: 55px;
}

.logistics-properties .redstrip .text .action {
  display: flex;
  align-items: center;
}

.logistics-properties .redstrip .text .button {
  margin-right: 30px;
  min-width: 200px;
}

.logistics-properties .redstrip .text .button.white {
  color: #e4002b;
  background-color: #fff;
  border-color: #fff;
  border: 2px solid #fff;
}

.logistics-properties .redstrip .text .button.hollow {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.logistics-properties .redstrip .text .button:last-child {
  margin-right: 0;
  flex-grow: 1;
}

.logistics-properties .redstrip .image {
  width: 50%;
  overflow: hidden;
}

.logistics-properties .redstrip .image img {
  display: block;
}

.market-news {
  background: #efefef;
  padding: 48px 0;
}

.market-news .composed-title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.market-news .composed-title .title {
  font-family: 'gothambold';
  font-size: 18px;
  color: #000;
}

.market-news .composed-title .group {
  flex-grow: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.market-news .composed-title .group .arrows {
  margin-right: 19px;
}

.market-news .composed-title .group .arrows a {
  display: inline-block;
  padding: 17.5px 21px;
  width: auto;
  font-family: 'gothambold';
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #959595;
  outline: none;
  border: 2px solid #fff;
  margin: 0;
}

.market-news .composed-title .group .arrows a:first-child {
  margin-right: -4.5px;
}

.market-news .composed-title .group a {
  margin-right: 19px;
  width: 100%;
  max-width: 200px;
}

.market-news .composed-title .group a:last-child {
  margin-right: 0;
}

.market-news .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 27px;
}

.market-news .row .news {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.market-news .row .news .img {
  margin-bottom: 26px;
}

.market-news .row .news .img img {
  display: block;
  width: 100%;
  margin: 0;
}

.market-news .row .news .description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 15px 37px;
}

.market-news .row .news .description .title {
  font-size: 14px;
  color: #51607f;
  font-family: 'gothambold';
  line-height: 24px;
  flex-grow: 1;
  margin-bottom: 30px;
}

.market-news .row .news .description .exerpt {
  font-size: 12px;
  color: #959595;
  line-height: 22px;
}

footer {
  background: #e50832;
  color: #fff;
  padding: 42px 0;
}

footer .row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

footer .column {
  display: flex;
  flex-direction: column;
}

footer .column .logo {
  flex-grow: 1;
  margin-bottom: 50px;
}

footer .column .socials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22px, 1fr));
  grid-gap: 30px;
  margin-bottom: 20px;
}

footer .column .socials a {
  font-size: 20px;
  color: #fff;
}

footer .column .global {
  color: #fff;
  font-size: 12px;
  font-family: 'gothambold';
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .column .copyright {
  font-size: 10px;
  color: #fff;
}

footer .column .title {
  margin-bottom: 40px;
  font-family: 'gothambold';
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

footer .column .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .column .links a {
  color: #fff;
  font-size: 12px;
  margin-bottom: 16px;
}

footer .column .links a:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, auto);
  padding-top: 19px;
  margin-bottom: 80px;
}

.breadcrumbs a {
  font-size: 14px;
  font-family: 'gothambook';
  color: #51607f;
}
.breadcrumbs span {
  font-size: 14px;
  font-family: 'gothambook';
  color: #51607f;
}

.breadcrumbs a:after {
  content: "/";
  margin-left: 4px;
}

.breadcrumbs a:last-child {
  font-family: 'gothambold';
}

.breadcrumbs a:last-child::after {
  display: none;
}

.title-composing {
  margin-bottom: 50px;
}

.title-composing .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-composing .row .left .title {
  font-size: 18px;
  font-family: 'gothambold';
  color: #51607f;
  margin-bottom: 25px;
}

.title-composing .row .left .address {
  font-family: 'gothambook';
  font-size: 14px;
  color: #959595;
}

.title-composing .row .right {
  display: flex;
  align-items: center;
}

.title-composing .row .right .social {
  margin-right: 50px;
}

.title-composing .row .right .social a {
  font-size: 14px;
  color: #51607f;
  margin-right: 10px;
}

.title-composing .row .right .button {
  min-width: 200px;
}

.hero {
  margin-bottom: 50px;
}

.hero img {
  width: 100%;
  display: block;
}

.description-product {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  color: #959595;
  line-height: 24px;
}

.address-product {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.address-product .title {
  font-family: 'gothambold';
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 22px;
}

.address-product .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
}

.address-product .row .column .group {
  display: flex;
  margin-bottom: 10px;
}

.address-product .row .column .group span {
  margin-right: 4px;
  color: #959595;
  font-size: 14px;
}

.address-product .row .column .group div {
  color: #51607f;
  font-size: 14px;
}

.address-product .row .column ul {
  list-style-type: none;
  padding: 0;
}

.address-product .row .column ul li {
  color: #51607f;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.address-product .row .column ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.address-product.features {
  margin-bottom: 100px;
  border: none;
  padding: 0;
}
.menu .sub-menu li:hover {
	background-color: #fff;
}
#searchform {
    display: flex;
}
header .row .menu .menu-item.menu-item-has-children a::after {
	content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 10px;
}

.primary-menu .sub-menu.active {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
	display: block;
}
header .row .menu .menu-item.menu-item-has-children .sub-menu a::after {
	content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 10px;
}
.primary-menu .sub-menu {
    position: absolute;
    top: 40px;
    background: #fff;
    right: 0;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    min-width: 100px;
	display: none;
}
.row.gallery_hp.owl-loaded.owl-drag .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.row.gallery_hp.owl-loaded.owl-drag .owl-stage {
    display: flex;
}

.market-news .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 27px;
}

.row.gallery_hp.owl-loaded.owl-drag {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
		position: relative;
    }
.owl-stage-outer {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.owl-nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.owl-nav {
    position: absolute;
    top: -107px;
    right: 220px;
}
.owl-nav.disabled {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.owl-nav.disabled {
    position: absolute;
    top: -107px;
    right: 220px;
}
.owl-nav.disabled button {
    display: inline-block;
    padding: 17.5px 21px;
    width: auto;
    font-family: 'gothambold';
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: transparent;
    outline: none;
    border: 2px solid transparent;
    margin: 0;
    margin-right: 0px;
    background: transparent;
    margin-right: 5px;
}
#listing_ajax_container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.pagination.pagination_nojax {
    display: flex;
}
.col-md-4.has_4per_row.listing_wrapper.item .img a img {
    min-width: 250px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
.containers.content_wrapper {
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
    font-family: 'gothambook';
}
.containers.content_wrapper .entry-title.title_prop {
    display: none;
}
.containers.content_wrapper .listing_filters_head {
    display: flex;
}
.entry-title.listing_loader_title {
    display: none;
}

.filter_menu_trigger {
    width: 100% !important;
    margin: 0px 0px 15px 0px;
}
.filter_menu_trigger {
    width: 100%;
    display: inline;
    float: left;
    margin: 0px 13px 13px 0px;
    padding: 0px;
    font-size: 13px;
    color: #8593a9;
	position: relative;
}
.caret_filter {
    position: absolute;
    right: 15px;
    top: 17px;
}
.caret_filter {
    margin-left: 9px;
    border: none;
        border-top-color: currentcolor;
}
.caret {
    border-top: 6px solid #768082;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	border: 0;
}
.listing_filters_head {
    margin-top: 20px;
	margin-bottom: 20px;
}
.dropdown.listing_filter_select {
    width: 50%;
}
.caret::after {
    content: "\f107";
    position: absolute;
    top: -15px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #a1a7b4;
    left: -4px;
}
.dropdown.listing_filter_select.open {
    position: relative;
}
.dropdown.listing_filter_select.open > .dropdown-menu {
    display: block;
}

.filter_menu {
    background-color: #f0f0f0;
    background-color: #fff;
    color: #768082;
    border-color: #f0f0f0;
    margin-top: 1px !important;
    max-height: 214px;
    overflow-y: scroll;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: -15px;
    padding-top: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown.listing_filter_select {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    margin: 0 10px;
    padding: 10px;
}
.containers.content_wrapper .listing_filters_head {
    border-top: 0px solid #f0f0f0;
	border-bottom: 0px solid #f0f0f0;
}
.rent-offices .row.rows{
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
a.button.hollow {
    background: #e50832;
	font-size: 14px;
}

a.button.hollow:hover {
    color: #fff;
}
.containers.content_wrapper a.button.hollow {
    color: #fff;
	border-color: #e50832;
}
.contact-inquiry {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
	padding: 50px;
}
.contact-formular {
	display: block;
	position: relative;
	max-width: 500px;
	margin: 0px auto;
	background: #fff;
	padding: 40px;
}
.contact-formular label{
	font-size: 14px;
}
.contact-formular input {
	font-size: 14px !important;
	padding: 10px !important;
}
.close-modal {
    display: block;
    text-align: right;
}
li.widget_text.widget-container.widget_custom_html .widget-title-footer {
    display: none;
}
li.widget_text.widget-container.widget_custom_html {
    margin: 0;
}
li.widget_text.widget-container.widget_custom_html::marker {
    color: #e50832;
}
.market-news .blog_list_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
a.read_more.button.hollow {
    color: #fff;
}
.contact-sign-up {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
	padding: 50px;
}
.contact-sign-up-formular {
	display: block;
	position: relative;
	max-width: 500px;
	margin: 0px auto;
	background: #fff;
	padding: 40px;
}
.contact-property {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
	padding: 50px;
}
.contact-property-formular {
	display: block;
	position: relative;
	max-width: 500px;
	margin: 0px auto;
	background: #fff;
	padding: 40px;
}
.entry-title.title_prop.title {
    font-family: 'gothambold';
    font-size: 18px;
    color: #000 !important;
	margin-bottom: 20px;
}
.row.cities-content {
    margin: 0 100px;
}
.master_header {
    background-color: #fff !important;
}
.button_profile.button.hollow {
    background: #e50832;
}
.content_profile {
    display: none;
	font-size: 14px;
	font-weight: normal;
	margin-top: 25px;
	text-align: justify;
}
.blog_unit_image.img img {
    max-height: 250px;
    object-fit: cover;
    min-height: 250px;
}
.entry-title.single-title.title-blog {
    font-family: 'gothambold';
    font-size: 18px;
    color: #000 !important;
    margin-bottom: 40px;
}
.blog-page .nav-prev-wrapper {
    font-size: 50px;
    color: #636363;
    margin: 0 57px;
}
.blog-page .nav-next-wrapper {
    font-size: 50px;
    color: #636363;
    margin: 0 57px;
}
.blog-page  .navigational_links {
    display: flex;
}
.hero-object.city-rent .text {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    max-width: 645px;
    margin-bottom: 27px;
}
.hero-object.city-rent .inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 18px;
    background: #51607f;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
    padding: 25px;
}
.hero-object.city-rent .inputs .input-container {
    position: relative;
}
.hero-object.city-rent .inputs .input-container input {
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
        padding-right: 18px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #efefef;
    outline: none;
}
.hero-object.city-rent .inputs .input-container .end {
    font-family: 'gothambold';
    font-size: 14px;
    color: #959595;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 1px;
    transition: all 0.2s linear;
}
.hero-object.city-rent .inputs .action .button {
    width: 100%;
    text-align: center;
	height: 100%;
}
.text-for-all-pages {
    font-family: 'gothambold';
    font-size: 18px;
    color: #51607f;
}
.row.cities-content #google_map_prop_list_sidebar {
    padding-top: 0px;
}
.rent-offices .composed-title .group.total-properties {
    text-align: left;
}
.containers.content_wrapper .group.total-properties .button.hollow {
    color: #51607f;
    border-color: #51607f;
    background-color: #fff;
}
.containers.content_wrapper .group.show-map .button.hollow.white-button {
    color: #959595;
    background-color: #fff;
    border-color: #959595;
}
.containers.content_wrapper .group.show-map .button.hollow.blue-border {
    color: #51607f;
    border-color: #51607f;
    background-color: #fff;
}
.containers.content_wrapper .hero-object.city-rent .button.red.wpresidence_button {
    border-color: #e4002b;
    color: #fff;
}
.containers.content_wrapper .group.show-map .button.blue {
    border: 2px solid #51607f;
    color: #fff;
}
.rent-offices .pagination.pagination_nojax li::marker {
    color: #fff;
}
.rent-offices .pagination.pagination_nojax li a {
    color: #959595;
}
.rent-offices .pagination.pagination_nojax li.active a {
    color: #e50832;
}
.rent-offices .pagination.pagination_nojax li .fa-angle-right::before {
    content: "\f061";
}
.rent-offices .pagination.pagination_nojax li .fa-angle-left::before {
    content: "\f060";
}
.containers.content_wrapper.content-for-rent-city {
    padding: 0;
}
.row.cities-content .pagination.pagination_nojax li::marker {
    color: #fff;
}
.row.cities-content .pagination.pagination_nojax li a {
    color: #959595;
}
.row.cities-content .pagination.pagination_nojax li.active a {
    color: #e50832;
}
.row.cities-content .pagination.pagination_nojax li .fa-angle-right::before {
    content: "\f061";
}
.row.cities-content .pagination.pagination_nojax li .fa-angle-left::before {
    content: "\f060";
}
.column.double li::marker {
    color: #e50832;
}
.column.double li img {
    margin-bottom: 50px;
}
.contact-property-formular input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
        padding-right: 18px;
    padding-right: 18px;
    padding-right: 18px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #efefef;
    outline: none;
}
.blog_list_wrapper.search-page .entry-title-search.title {
    color: #000 !important;
}
.container input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #282D33;
}
.blog_list_wrapper.search-page #searchform {
    margin-bottom: 50px;
    margin-top: 80px;
}
.row.modal-filter-row .column {
    display: block;
    width: 100%;
}
.modal-form .row .column:first-child input {
    margin-right: 3px;
}
.modal-form .row .column:last-child input {
    margin-left: 2px;
}
.contact-property-formular input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
        padding-right: 18px;
    padding-right: 18px;
    padding-right: 18px;
    padding-right: 18px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #efefef;
    outline: none;
}
.modal-form .row.modal-filter-row .column input {
    margin: 0px;
}
.row.checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 10px 1em;
    font-family: 'gothambook';
}
.button:focus {
    color: #fff;
    text-decoration: none;
}
.map-page .gmap-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.map-page #gmap-noresult {
    position: absolute;
    bottom: 0;
    left: 0;
}
#gmap_wrapper .map-page{
	position: relative;
}
.button_profile.button.hollow .fa-caret-down::before {
    content: "\f063";
    margin-left: 5px;
}
.select2-results__option[aria-disabled]{
	display: none;
}
.row.contact-page .rent-offices .row .item {
    background-color: #fff;
    height: 100%;
    display: grid;
    align-content: space-between;
}
.row.contact-page .rent-offices .row .item .img {
    position: relative;
    margin-bottom: 25px;
    max-height: 250px;
}
.row.contact-page .rent-offices .row .item .description  {
    height: 100%;
    display: grid;
    align-content: baseline;
    align-items: unsafe;
    align-self: first baseline;
}
a.button.hollow:hover {
    background: #e50832;
    color: #fff;
    border: 2px solid #e50832;
        border-top-color: rgb(229, 8, 50);
        border-right-color: rgb(229, 8, 50);
        border-bottom-color: rgb(229, 8, 50);
        border-left-color: rgb(229, 8, 50);
    text-decoration: navajowhite;
}
a.button.hollow {
    background: #fff;
    font-size: 14px;
    border: 2px solid #ccc;
    color: #959595;
}
.widget:first-child {
    margin-top: 0;
    margin-left: 0;
}
.row.cities-content .rent-offices .row .item .property_listing {
    display: grid;
    align-content: space-between;
    align-items: end;
}
.address-product .panel-body.row .listing_detail.col-md-4, .address-product .panel-body.row .listing_detail.col-md-4 a {
    font-size: 14px;
	color: #51607f;
}
.address-product .panel-body.row .listing_detail.col-md-4 strong {
    margin-right: 4px;
    color: #959595;
    font-size: 14px;
	font-weight: 400;
}
.wpcf7-list-item-label {
    font-size: 14px;
}
footer .fa-linkedin::before {
    content: "\f08c";
}
.address-product.features .panel-body.row .listing_detail.col-md-4 .fa-check::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-right: 10px;
}
.container.blog-page.office-services .button_profile.button.hollow {
    border: 2px solid #e50832;
    color: #fff;
}
.containers.content_wrapper .property-page-design .property_listing .unit_details_x.button.hollow {
    background: #fff;
    font-size: 14px;
    border: 2px solid #ccc;
    color: #959595;
}
.row.contact-page .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: contain;
}
.contact-sign-up .row.checkbox .wpcf7-list-item {
    margin: 10px 0;
}
.single-content.single-blog .wp-block-image img {
    border: 5px solid #fff;
}
.single-content.single-blog .wp-block-image figure {
    margin-right: 20px;
}
.map-page #gmap-full {
    display: none;
}
.map-page #gmap-loading {
    display: none;
}
.map-page #gmap-noresult {
    display: none;
}
.map-page #openmap {
    display: none;
}

.map-page #gmap_wrapper {
    position: relative;
}
.map-page .gmap-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.map-page #geolocation-button {
    margin: 20px;
    background: #fff;
    padding: 10px;
    display: none;
}
.map-page #map-view {
    padding: 20px;
    background: #fff;
}
.map-page #map-view .fa-picture-o::before, .map-page #gmap-prev .fa-chevron-left::before {
    padding-right: 10px;
}
.map-page #gmap-next .fa-chevron-right::before {
    padding-left: 10px;
}

.map-page #gmap-prev, .map-page  #gmap-next {
    padding: 20px;
    background: #fff;
}
.map-page #gmapzoomplus {
    position: absolute;
    right: 10px;
    top: -120px  !important;
    cursor: pointer;
}
.map-page #gmapzoomplus .fa {
    background: #fff;
    text-align: center;
}
.map-page #gmapzoomplus .fa-plus::before {
    content: "\f067";
    margin: 20px;
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
}
.map-page #gmapzoomminus {
    position: absolute;
    right: 10px;
    top: -55px  !important;
    cursor: pointer;
}
.map-page #gmapzoomminus .fa {
    background: #fff;
    text-align: center;
}
.map-page #gmapzoomminus .fa-minus::before {
    content: "\f068";
    margin: 20px;
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
}
.map-page .map-type {
    padding: 20px;
    background: #fff;
}
.map-page .info_details {
    min-width: 250px;
    width: 100%;
    text-align: center;
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
	left: 0;
	transform: translate(-50%,-215%);
	background-color: white;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}
.map-page .mybox::after {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-450%) rotate(-45deg);
    width: 15px;
}
.value.red.button-red {
    cursor: pointer;
}
.half-pagination.pag_aln-center {
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.pag_aln-center .pagination.pagination_nojax {
    margin: 0 auto;
    margin-bottom: 4rem;
}

.insight .blogpage-navigation {
  visibility: hidden;
}

.insights .pagination li {
  list-style: none;
}

@media screen and (max-width: 1024px) {
  header .row .menu {
    position: relative;
    flex-direction: row-reverse;
  }
  header .row .menu .menu-handle {
    display: block;
    margin-left: 30px;
  }
  header .row .menu .wrapper {
    position: absolute;
    top: 65px;
    right: 0;
    background: #fff;
    z-index: 999;
    display: block;
    min-width: 200px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    display: none;
  }
  header .row .menu .wrapper.active {
    display: block;
  }
  header .row .menu .wrapper .dropdown-wrapper {
    margin-bottom: 10px;
  }
  header .row .menu .wrapper .dropdown-wrapper .dropdown-handle {
    font-size: 20px;
  }
  header .row .menu .wrapper .dropdown-wrapper .dropdown-element {
    position: static;
    margin-top: 10px;
  }
  header .row .menu .wrapper .link {
    margin-bottom: 10px;
  }
  header .row .menu .wrapper a {
    font-size: 20px;
  }
  header .row .menu .wrapper a:last-child {
    margin: 0;
  }
  header .row .menu .search .handle {
    font-size: 20px;
  }
  header .row .menu .wrapper .dropdown-wrapper .dropdown-handle::after {
    font-size: 14px;
  }
  .hero-object {
    min-height: 510px;
  }
  .hero-object img {
    min-height: 510px;
  }
  .hero-object .overlay h1 {
    font-size: 45px;
  }
  .hero-object .overlay .inputs {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .hero-object .overlay .inputs .action {
    grid-column: 1 / -1;
  }
  .logistics-properties {
    height: auto;
  }
  .logistics-properties .redstrip {
    height: auto;
    flex-direction: column;
  }
  .logistics-properties .redstrip .text {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 8;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .logistics-properties .redstrip .image {
    display: block;
    width: 100%;
  }
  .logistics-properties .redstrip .image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .rent-offices .composed-title {
    flex-direction: column;
    align-items: stretch;
  }
  .rent-offices .composed-title .title {
    margin-bottom: 10px;
  }
  .rent-offices .composed-title .group {
    text-align: left;
  }
  .rent-offices .row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .market-news .composed-title {
    flex-direction: column;
    align-items: stretch;
  }
  .market-news .composed-title .title {
    margin-bottom: 10px;
  }
  .market-news .composed-title .group {
    text-align: left;
    justify-content: flex-start;
  }
  .market-news .row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  footer .row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
  }
  footer .row .column {
    text-align: center;
  }
  footer .row .column .links {
    align-items: center;
  }
  footer .row .column .socials {
    display: block;
  }
  footer .row .column .socials a {
    text-align: center;
  }
  .overlay .container {
    background: transparent !important;
}
	footer .container {
	background: #e50832;
	padding: 42px 0;
}
.half_map_body .website-wrapper, .page-template-property_list_half .website-wrapper {
    display: block !important;
}
.logo {
    display: block !important;
}
.owl-nav {
    position: absolute;
    top: -107px;
    left: 0px;
}
.owl-nav.disable {
    position: absolute;
    top: -107px;
    left: 0px;
}
.owl-nav button {
    display: inline-block;
    padding: 17.5px 21px;
    width: auto;
    font-family: 'gothambold';
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: transparent;
    outline: none;
    border: 2px solid transparent;
    margin: 0;
        margin-right: 0px;
    margin-right: 0px;
    background: transparent;
    margin-right: 5px;
}
.primary-menu .sub-menu {
    position: relative;
    top: 40px;
    background: #fff;
    right: 0;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
    min-width: 100px;
    display: none;
    top: 0;
	width: 100%;
}
.primary-menu-wrapper.wrapper.active ul.primary-menu {
    display: block;
	width: auto;
}
.containers_c.content_wrapper .col-md-9 .listing_wrapper {
    width: 100%;
}
.market-news .blog_list_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.containers_c.content_wrapper #google_map_prop_list_sidebar {
    width: 100%;
    top: 112px;
}
#listing_ajax_container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.hero-object.city-rent .inputs  {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.hero-object.city-rent .inputs .action {
    grid-column: 1 / -1;
}
.group.total-properties {
    margin-bottom: 10px;
}
.rent-offices .row.rows {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin: 0px 20px;
}
header .container {
    float: none;
}
.containers_c.content_wrapper .row .container {
    float: none;
}
.rent-offices .mylistings.container .row .col-md-4.has_4per_row.listing_wrapper.item {
    width: 100%;
}
}

@media screen and (max-width: 920px) {
  .title-composing .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .title-composing .row .left {
    margin-bottom: 20px;
  }
  .title-composing .row .right {
    justify-content: flex-end;
  }
  .fixed_header.container {
    padding: 0 20px !important;
}
.market-news .blog_list_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
#listing_ajax_container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
}

@media screen and (max-width: 768px) {
	.row.cities-content {
    margin: 0 auto;
    display: block;
    width: 100%;
}
footer .column .title {
    margin-bottom: 10px;
    font-family: 'gothambold';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
}


@media screen and (max-width: 721px) {
  .hero-object {
    min-height: 650px;
  }
  .hero-object img {
    min-height: 650px;
  }
  .hero-object .overlay h1 {
    font-size: 45px;
  }
  .hero-object .overlay .inputs {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .logistics-properties .redstrip .text .action {
    flex-direction: column;
  }
  .logistics-properties .redstrip .text .action .button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .logistics-properties .redstrip .text .action .button:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
	.row.cities-content #listing_ajax_container .col-md-6.has_4per_row.listing_wrapper.item {
    width: 100%;
    float: left;
    margin: 0px auto;
    max-width: 525px;
}
}

@media screen and (max-width: 671px) {
  .hero-object {
    min-height: 750px;
  }
  .hero-object img {
    min-height: 750px;
  }
  .hero-object .overlay h1 {
    font-size: 45px;
  }
  .hero-object .overlay .inputs {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .rent-offices .composed-title .group a {
    margin-bottom: 10px;
  }
  .rent-offices .row.rows {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin: 0px 20px;
}
.rent-offices .row.rows  #listing_ajax_container {
    margin: 0 auto;
}
.row.cities-content {
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
    font-family: 'gothambook';
}
.breadcrumbs {
    margin-bottom: 50px;
}
.hero-object.city-rent {
    min-height: 510px;
}
}
@media screen and (max-width: 640px) {
.column.double li img {
    margin-bottom: 50px;
    margin: 0 auto;
    padding-bottom: 50px;
}
}
@media screen and (max-width: 639px) {
footer {
    background: #e50832;
    color: #fff;
    padding: 42px 0;
    padding-top: 50px;
}
}