@charset "UTF-8";
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "bridge";
  src: url("bridge.eot");
  src: url("bridge.eot?#iefix") format("embedded-opentype"), url("bridge.woff") format("woff"), url("bridge.ttf") format("truetype"), url("bridge.svg#svgFontName") format("svg");
}
/* line 10, ../sass/main.sass */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "oscine", sansΓÇôserif !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 20, ../sass/main.sass */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 27, ../sass/main.sass */
input[type="date"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
}

/* line 33, ../sass/main.sass */
* {
  outline: 0 !important;
}

/* line 36, ../sass/main.sass */
.animated {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 42, ../sass/main.sass */
.hidden {
  display: none !important;
}

/* line 45, ../sass/main.sass */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 48, ../sass/main.sass */
label.error {
  display: none !important;
}

/* line 51, ../sass/main.sass */
.error {
  border: 1px solid #D7244C !important;
}

/* line 63, ../sass/main.sass */
.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 50px;
  margin-right: 200px;
  margin-top: 100px;
  position: relative;
}
/* line 12, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 70, ../sass/main.sass */
h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 35px;
}

/* line 76, ../sass/main.sass */
p {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 20px;
}

/* line 82, ../sass/main.sass */
a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* line 87, ../sass/main.sass */
.date-mobile {
  display: none;
}

/* line 90, ../sass/main.sass */
.date-desktop {
  display: block;
}

/* line 93, ../sass/main.sass */
.fixed-footer p,
.main-footer p,
.footer-links a {
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  white-space: pre;
}

/* line 101, ../sass/main.sass */
.footer-image {
  float: left;
  vertical-align: middle;
  width: 22px;
  padding-right: 15px;
}

/* line 107, ../sass/main.sass */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1;
  moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

/* line 119, ../sass/main.sass */
.menu-column-1,
.menu-column-2,
.menu-column-3,
.menu-column-4 {
  position: relative;
}

/* line 125, ../sass/main.sass */
.menu-column-2 {
  right: 15px;
}

/* line 127, ../sass/main.sass */
.menu-column-3 {
  right: 25px;
}

/* line 129, ../sass/main.sass */
.menu-column-4 {
  right: 60px;
}

/* line 132, ../sass/main.sass */
.left-pane {
  position: fixed;
  top: 100px;
  left: 0;
  width: 50px;
  height: 100%;
  background: #fff;
  moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

/* line 143, ../sass/main.sass */
.right-pane {
  position: fixed;
  top: 100px;
  right: 0;
  width: 200px;
  height: 100%;
  background: #fff;
  moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

/* line 154, ../sass/main.sass */
.side-logo {
  padding: 0 37.5px;
  width: 127px;
  height: 343px;
}

/* line 159, ../sass/main.sass */
.menu-wrapper {
  width: 420px;
  margin-left: 50px;
  margin-top: 27px;
  line-height: 22px;
}
/* line 164, ../sass/main.sass */
.menu-wrapper li {
  float: left;
  margin-right: 35px;
  width: 70px;
}

/* line 169, ../sass/main.sass */
.header-links-wrapper {
  position: fixed;
  right: 200px;
}

/* line 173, ../sass/main.sass */
.apply-button {
  font-family: "oscine", sansΓÇôserif !important;
  font-weight: 600;
  background: #000;
  padding: 14px 30px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-left: 24px;
}

/* line 187, ../sass/main.sass */
.grid {
  width: 100%;
  margin-top: 175px;
}
/* line 190, ../sass/main.sass */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* line 195, ../sass/main.sass */
.grid-item {
  width: 250px;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 200, ../sass/main.sass */
.grid-item img {
  width: 100%;
  border: 2px solid #000;
}

/* line 204, ../sass/main.sass */
.register-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
  moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}

/* line 219, ../sass/main.sass */
.overflow-hidden .register-modal {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  overflow-y: auto;
}

/* line 225, ../sass/main.sass */
.availability-modal {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
  moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}
/* line 239, ../sass/main.sass */
.availability-modal h1.availability-modal__title {
  padding-bottom: 10px;
}
/* line 241, ../sass/main.sass */
.availability-modal .image-item-container_25-bottom {
  bottom: inherit;
  left: 0;
  top: 35px;
}

/* line 246, ../sass/main.sass */
.availability-modal__pdf {
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

/* line 252, ../sass/main.sass */
.overflow-hidden .availability-modal {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

/* line 257, ../sass/main.sass */
.availability-modal-inner__wrapper {
  position: relative;
}

/* line 260, ../sass/main.sass */
.availability-modal-close,
.register-modal-close {
  -webkit-transition: 0.1s transform linear;
  transition: 0.1s transform linear;
  background: 0;
  height: 30px;
  width: 30px;
  z-index: 999;
  outline: 0;
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 12px;
  display: block;
  cursor: pointer;
}

/* line 276, ../sass/main.sass */
.bar {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #fff;
  margin: auto;
  width: 100%;
  height: 4px;
  content: "";
  top: 50%;
  left: 0;
}
/* line 287, ../sass/main.sass */
.bar::before, .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #fff;
  margin: auto;
  width: 100%;
  height: 4px;
  content: "";
  top: 50%;
  left: 0;
  margin-top: 0;
}
/* line 299, ../sass/main.sass */
.bar::before {
  top: -12px;
}
/* line 301, ../sass/main.sass */
.bar::after {
  top: 12px;
}
/* line 303, ../sass/main.sass */
.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 306, ../sass/main.sass */
.active .bar {
  background: 0;
}
/* line 308, ../sass/main.sass */
.active .bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 311, ../sass/main.sass */
.active .bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 314, ../sass/main.sass */
.active .bar::before, .active .bar::after {
  background: #fff;
  top: 0;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}
/* line 319, ../sass/main.sass */
.active .bar::before, .active .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

/* line 323, ../sass/main.sass */
.register-modal-close {
  top: 0;
}

/* line 326, ../sass/main.sass */
.availability-modal__content {
  margin-left: 50px;
  margin-right: 200px;
  margin-top: 100px;
  position: relative;
}

/* line 332, ../sass/main.sass */
.availability-modal__content-inner {
  color: #fff;
}
/* line 335, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .image-item-container_75,
.availability-modal__content-inner .image-item-container .image-item-container_25 {
  border-color: #000;
}
/* line 339, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item .apply-button {
  background: #fff;
  padding: 8px 18px;
  color: #000;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-left: 0;
}
/* line 350, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item h1,
.availability-modal__content-inner .image-item-container .residence-item .apply-button {
  display: inline-block;
}
/* line 353, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item h1 {
  vertical-align: middle;
}
/* line 355, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item h1 span {
  vertical-align: middle;
  width: 110px;
  display: inline-block;
}
/* line 359, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
  width: 75px;
  display: inline-block;
}
/* line 362, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item .apply-button {
  width: 85px;
}
/* line 365, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item p span {
  vertical-align: middle;
}
/* line 367, ../sass/main.sass */
.availability-modal__content-inner .image-item-container .residence-item p span:first-child {
  width: 75px;
  display: inline-block;
}

/* line 371, ../sass/main.sass */
.dark-logo {
  display: none;
}

/* line 374, ../sass/main.sass */
.menu-wrapper li a {
  color: #000;
  background: #fff;
  moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

/* line 382, ../sass/main.sass */
.overflow-hidden .main-header,
.overflow-hidden .right-pane {
  z-index: 999;
  color: #fff;
  background: #000;
}
/* line 387, ../sass/main.sass */
.overflow-hidden .main-header .menu-wrapper li a,
.overflow-hidden .right-pane .menu-wrapper li a {
  color: #fff;
  background: #000;
}
/* line 390, ../sass/main.sass */
.overflow-hidden .header-links-wrapper,
.overflow-hidden .light-logo {
  display: none;
}
/* line 393, ../sass/main.sass */
.overflow-hidden .dark-logo {
  display: block;
}

/* line 396, ../sass/main.sass */
.mobile-menu,
.hamburger {
  display: none;
}

/* line 400, ../sass/main.sass */
.grid-filter {
  background: #fff;
  position: fixed;
  z-index: 1;
  top: 100px;
  margin-bottom: 30px;
  width: calc(100vw - 214px);
}
/* line 407, ../sass/main.sass */
.grid-filter li {
  display: inline-block;
  font-size: 32px;
  padding: 10px 15px 10px 0px;
  cursor: pointer;
  font-weight: bold;
}

/* line 414, ../sass/main.sass */
.map-wraper {
  width: 100%;
  margin-top: 40px;
}

/* line 418, ../sass/main.sass */
.map {
  height: 850px;
  width: 85%;
  float: left;
}

/* line 423, ../sass/main.sass */
.filter-container {
  position: relative;
  width: 15%;
  height: 850px;
  float: right;
}

/* line 429, ../sass/main.sass */
.filter-container-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
}
/* line 434, ../sass/main.sass */
.filter-container-inner span {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

/* line 441, ../sass/main.sass */
.layout-column {
  flex-direction: column;
}

/* line 444, ../sass/main.sass */
.image-item-container {
  width: 100%;
  position: relative;
  margin: 40px 0;
}

/* line 449, ../sass/main.sass */
.item-left {
  display: flex;
}
/* line 451, ../sass/main.sass */
.item-left .image-item-container_25 {
  float: left;
  border-right: 10px solid #fff;
}
/* line 454, ../sass/main.sass */
.item-left .image-item-container_75 {
  float: right;
  border-left: 10px solid #fff;
}

/* line 458, ../sass/main.sass */
.item-right {
  display: flex;
}
/* line 460, ../sass/main.sass */
.item-right .image-item-container_25 {
  float: right;
  border-left: 10px solid #fff;
}
/* line 463, ../sass/main.sass */
.item-right .image-item-container_75 {
  float: left;
  border-right: 10px solid #fff;
}

/* line 467, ../sass/main.sass */
.image-item-container_25 {
  width: 25%;
  box-sizing: border-box;
  position: relative;
}

/* line 472, ../sass/main.sass */
.image-item-container_50 {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  flex: 1;
  border-right: 10px solid #fff;
}

/* line 479, ../sass/main.sass */
.image-item-container_50.second {
  border-right: 0;
  border-left: 10px solid #fff;
}

/* line 483, ../sass/main.sass */
.image-item-container_75 {
  width: 75%;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}

/* line 489, ../sass/main.sass */
.image-item-container_25-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 494, ../sass/main.sass */
.image-item-container_25-bottom p {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1%;
}
/* line 499, ../sass/main.sass */
.image-item-container_25-bottom p.index-only {
  width: 65%;
}
/* line 502, ../sass/main.sass */
.image-item-container_25-bottom img {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1%;
}

/* line 508, ../sass/main.sass */
.image-item {
  width: 100%;
}

/* line 511, ../sass/main.sass */
.image-item-label {
  position: absolute;
  left: -17px;
  top: 100%;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(270deg) translateY(-100%);
  transform-origin: 0 0;
  text-align: center;
  opacity: 1;
  moz-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

/* line 525, ../sass/main.sass */
.text {
  padding: 0;
  max-width: 402px;
  min-width: 300px;
  font-weight: bold;
}

/* line 531, ../sass/main.sass */
.text-right {
  float: right;
}

/* line 534, ../sass/main.sass */
.contact-text {
  padding: 0 0 20px 0;
}

/* line 538, ../sass/main.sass */
.contact-form input,
.contact-form textarea {
  display: block;
  width: 400px;
  background: #d3d3d3;
  padding: 10px;
  margin: 0px 5px 10px 0;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  color: #000;
  font-weight: bold;
  font-family: "oscine", sansΓÇôserif !important;
}
/* line 550, ../sass/main.sass */
.contact-form textarea {
  height: 200px;
}
/* line 553, ../sass/main.sass */
.contact-form input[type="button"],
.contact-form input[type="submit"] {
  width: 93.22px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #000;
  padding: 14px 0;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* line 567, ../sass/main.sass */
.register-form {
  width: 500px;
}
/* line 569, ../sass/main.sass */
.register-form input,
.register-form textarea,
.register-form select {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin: 0px 10px 10px 0;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  color: #000;
  font-weight: bold;
  font-family: "oscine", sansΓÇôserif !important;
  box-sizing: border-box;
}
/* line 583, ../sass/main.sass */
.register-form textarea {
  width: 500px;
  height: 80px;
}
/* line 587, ../sass/main.sass */
.register-form input[type="button"],
.register-form input[type="submit"] {
  width: 93.22px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #000;
  padding: 14px 0;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  border: 2px solid #fff;
  outline: 0;
  cursor: pointer;
}
/* line 600, ../sass/main.sass */
.register-form input:last-child,
.register-form textarea:last-child,
.register-form select:last-child {
  margin: 0px 0 10px 0;
}

/* line 605, ../sass/main.sass */
.input-wrapper-1 {
  width: 100%;
  clear: both;
}
/* line 608, ../sass/main.sass */
.input-wrapper-1 input,
.input-wrapper-1 select {
  width: 500px;
}

/* line 612, ../sass/main.sass */
.input-wrapper-2 {
  width: 100%;
  clear: both;
}
/* line 615, ../sass/main.sass */
.input-wrapper-2 input {
  width: 245px;
}
/* line 617, ../sass/main.sass */
.input-wrapper-2 select {
  width: 245px;
}

/* line 620, ../sass/main.sass */
.input-wrapper-3 {
  width: 100%;
  clear: both;
}
/* line 624, ../sass/main.sass */
.input-wrapper-3 input:first-child {
  width: 245px;
}
/* line 626, ../sass/main.sass */
.input-wrapper-3 input:nth-child(2) {
  width: 140px;
}
/* line 628, ../sass/main.sass */
.input-wrapper-3 input:nth-child(3) {
  width: 95px;
}
/* line 631, ../sass/main.sass */
.input-wrapper-3 select:first-child {
  width: 245px;
}
/* line 633, ../sass/main.sass */
.input-wrapper-3 select:nth-child(2) {
  width: 245px;
}

/* line 636, ../sass/main.sass */
input.bathrooms-input,
select.bedroom-select {
  width: 117.5px;
}

/* line 640, ../sass/main.sass */
.radio-wrapper {
  float: left;
  width: 245px;
  padding: 12px 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 646, ../sass/main.sass */
.radio-wrapper label {
  margin-right: 10px;
}

/* line 649, ../sass/main.sass */
input[type='radio'].customRadio {
  width: 15px;
  margin: 0;
  float: none;
}

/* line 654, ../sass/main.sass */
.register-form select.customSelectBox {
  background: #fff url("arrow.png") 98% 50% no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: none;
  padding: 10.5px 10px;
}

/* line 662, ../sass/main.sass */
.fixed-footer {
  position: fixed;
  bottom: 30px;
  left: 50px;
  width: calc(100vw - 200px);
}
/* line 667, ../sass/main.sass */
.fixed-footer p {
  float: left;
}
/* line 669, ../sass/main.sass */
.fixed-footer .footer-links {
  float: right;
  text-align: right;
}
/* line 672, ../sass/main.sass */
.fixed-footer .footer-links a {
  margin: 5px 0 5px 20px;
  display: inline-block;
}

/* line 676, ../sass/main.sass */
.main-footer {
  width: 100%;
  padding: 0px 0 55px 0;
}
/* line 679, ../sass/main.sass */
.main-footer p {
  float: left;
}
/* line 681, ../sass/main.sass */
.main-footer .footer-links {
  float: right;
  text-align: right;
}
/* line 684, ../sass/main.sass */
.main-footer .footer-links a {
  margin: 5px 0 5px 20px;
  display: inline-block;
}

/* line 688, ../sass/main.sass */
.item-last {
  margin-bottom: 50px;
}

/* line 691, ../sass/main.sass */
header.mobile-header {
  display: none;
}

/* line 694, ../sass/main.sass */
.residence-image-desktop {
  display: block;
}

/* line 697, ../sass/main.sass */
.residence-image-mobile {
  display: none;
}

/* line 700, ../sass/main.sass */
.transparent {
  opacity: 0 !important;
}

/* line 703, ../sass/main.sass */
.phoneytext {
  color: #000 !important;
  font-family: "oscine", sansΓÇôserif !important;
}

/* line 707, ../sass/main.sass */
.phoneytext div {
  color: #000 !important;
  font-family: "oscine", sansΓÇôserif !important;
  font-weight: bold;
}

/* line 712, ../sass/main.sass */
.phoneytext div:first-child {
  padding: 3px;
  width: 85%;
}

/* line 716, ../sass/main.sass */
.phoneytext div:nth-child(2) {
  color: #000 !important;
  width: 100%;
}

/* line 720, ../sass/main.sass */
.pdf-desktop {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}

/* line 726, ../sass/main.sass */
.pdf-mobile {
  display: none;
}

/* line 729, ../sass/main.sass */
.submit-wrapper {
  position: relative;
  width: 422px;
}

/* line 733, ../sass/main.sass */
.error-message {
  color: #ed4d44;
}

/* line 736, ../sass/main.sass */
.message {
  position: absolute;
  right: 0;
  top: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 747, ../sass/main.sass */
  .wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 75px);
    margin-left: 37.5px;
    margin-right: 150px;
    margin-top: 100px;
    position: relative;
  }
  /* line 12, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  /* line 755, ../sass/main.sass */
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 1;
  }

  /* line 764, ../sass/main.sass */
  .left-pane {
    position: fixed;
    top: 100px;
    left: 0;
    width: 37.5px;
    height: 100%;
    background: #fff;
  }

  /* line 772, ../sass/main.sass */
  .right-pane {
    position: fixed;
    top: 100px;
    right: 0;
    width: 150px;
    height: 100%;
    background: #fff;
  }

  /* line 780, ../sass/main.sass */
  .side-logo {
    padding: 0 25px;
    width: 102px;
    height: 276px;
  }

  /* line 785, ../sass/main.sass */
  .menu-wrapper {
    margin-left: 37.5px;
    margin-top: 27px;
  }

  /* line 789, ../sass/main.sass */
  .header-links-wrapper {
    right: 150px;
    top: 15px;
  }

  /* line 793, ../sass/main.sass */
  .image-item-container {
    margin: 20px 0;
  }

  /* line 796, ../sass/main.sass */
  .image-item-container_25,
  .image-item-container_50,
  .image-item-container_50.second,
  .image-item-container_75 {
    width: 50%;
    box-sizing: border-box;
    position: relative;
  }

  /* line 804, ../sass/main.sass */
  .image-item-container_25-bottom {
    width: 100%;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }
  /* line 809, ../sass/main.sass */
  .image-item-container_25-bottom h1 {
    margin-top: 20px;
  }
  /* line 811, ../sass/main.sass */
  .image-item-container_25-bottom img.badge {
    width: 15%;
    padding-left: 18%;
  }

  /* line 815, ../sass/main.sass */
  h1.tablet-fix {
    margin-top: 0px;
  }

  /* line 818, ../sass/main.sass */
  .image-item-label {
    left: -10px;
  }

  /* line 821, ../sass/main.sass */
  .fixed-footer {
    left: 37.5px;
  }

  /* line 824, ../sass/main.sass */
  .availability-modal__content {
    margin-left: 37.5px;
    margin-right: 150px;
    margin-top: 100px;
  }
  /* line 828, ../sass/main.sass */
  .availability-modal__content h1 {
    margin-top: 0;
  }

  /* line 831, ../sass/main.sass */
  h1,
  .grid-filter li {
    font-size: 24px;
    line-height: 28px;
  }

  /* line 836, ../sass/main.sass */
  p,
  .apply-button,
  .filter-container-inner span,
  input,
  select,
  textarea,
  .menu-wrapper li a,
  .header-links-wrapper,
  .image-item-label,
  .radio-wrapper {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 849, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 855, ../sass/main.sass */
  .map,
  .filter-container {
    height: 600px;
  }

  /* line 859, ../sass/main.sass */
  .header-links-wrapper {
    right: 150px;
    top: 27px;
  }
  /* line 862, ../sass/main.sass */
  .header-links-wrapper a {
    position: relative;
    top: -11px;
    left: 3px;
  }

  /* line 867, ../sass/main.sass */
  .fixed-footer {
    width: 75%;
    max-width: 75%;
  }

  /* line 871, ../sass/main.sass */
  .menu-column-2 {
    right: 0px;
  }

  /* line 873, ../sass/main.sass */
  .menu-column-3 {
    right: -10px;
  }

  /* line 875, ../sass/main.sass */
  .menu-column-4 {
    right: 5px;
  }

  /* line 880, ../sass/main.sass */
  .contact-form input[type="button"],
  .contact-form input[type="submit"],
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    width: 98.75px;
  }

  /* line 885, ../sass/main.sass */
  .availability-modal__content .availability-modal__content-inner {
    padding-top: 5px;
  }
  /* line 887, ../sass/main.sass */
  .availability-modal__content .availability-modal__content-inner .image-item-container {
    margin: 0;
  }
  /* line 889, ../sass/main.sass */
  .availability-modal__content .availability-modal__content-inner h1 {
    margin-top: -5px;
  }

  /* line 891, ../sass/main.sass */
  .availability-modal-close {
    width: 22px;
    top: -2px;
  }

  /* line 897, ../sass/main.sass */
  .item-left .image-item-container_25,
  .item-right .image-item-container_25 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    flex: 2;
  }
  /* line 904, ../sass/main.sass */
  .item-left .image-item-container_75,
  .item-right .image-item-container_75 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    flex: 1;
  }

  /* line 912, ../sass/main.sass */
  .image-item-container_25,
  .image-item-container_50,
  .image-item-container_75 {
    border: 0 !important;
  }

  /* line 916, ../sass/main.sass */
  .image-item-container_25-bottom {
    position: inherit;
  }

  /* line 919, ../sass/main.sass */
  .image-item-container_25,
  .image-item-container_50.second {
    margin-top: 15px;
  }

  /* line 923, ../sass/main.sass */
  div.image-item-container {
    margin: 15px 0;
  }

  /* line 926, ../sass/main.sass */
  .item-left,
  .item-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 943, ../sass/main.sass */
  .item-left .image-item-container_25,
  .item-left .image-item-container_75,
  .item-left .image-item-container_50,
  .item-right .image-item-container_25,
  .item-right .image-item-container_75,
  .item-right .image-item-container_50 {
    width: 100%;
    float: inherit;
    border: 0;
  }
  /* line 949, ../sass/main.sass */
  .item-left .image-item-container_25 .second,
  .item-left .image-item-container_75 .second,
  .item-left .image-item-container_50 .second,
  .item-right .image-item-container_25 .second,
  .item-right .image-item-container_75 .second,
  .item-right .image-item-container_50 .second {
    border: 0;
  }
  /* line 951, ../sass/main.sass */
  .item-left .image-item-container_25,
  .item-left .image-item-container_50.second,
  .item-left .image-item-container_50,
  .item-right .image-item-container_25,
  .item-right .image-item-container_50.second,
  .item-right .image-item-container_50 {
    clear: both;
  }
  /* line 955, ../sass/main.sass */
  .item-left .image-item-container_25 img,
  .item-left .image-item-container_50.second img,
  .item-left .image-item-container_50 img,
  .item-right .image-item-container_25 img,
  .item-right .image-item-container_50.second img,
  .item-right .image-item-container_50 img {
    width: 49%;
    float: left;
    padding-right: 1%;
  }
  /* line 959, ../sass/main.sass */
  .item-left .image-item-container_25 .image-item-container_25-bottom,
  .item-left .image-item-container_50.second .image-item-container_25-bottom,
  .item-left .image-item-container_50 .image-item-container_25-bottom,
  .item-right .image-item-container_25 .image-item-container_25-bottom,
  .item-right .image-item-container_50.second .image-item-container_25-bottom,
  .item-right .image-item-container_50 .image-item-container_25-bottom {
    width: 49%;
    float: right;
    padding-left: 1%;
  }
  /* line 963, ../sass/main.sass */
  .item-left .image-item-container_25 h1,
  .item-left .image-item-container_50.second h1,
  .item-left .image-item-container_50 h1,
  .item-right .image-item-container_25 h1,
  .item-right .image-item-container_50.second h1,
  .item-right .image-item-container_50 h1 {
    margin-top: 0;
  }

  /* line 968, ../sass/main.sass */
  .old-1 .image-item-container_50 img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 973, ../sass/main.sass */
  .old-1 .image-item-container_50.second img {
    float: right;
    padding-left: 1%;
    padding-right: 0;
  }
  /* line 977, ../sass/main.sass */
  .old-1 .image-item-container_50.second .image-item-container_25-bottom {
    float: left;
    padding-right: 1%;
    padding-left: 0;
  }

  /* line 984, ../sass/main.sass */
  .old-2 .image-item-container_50.second img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 989, ../sass/main.sass */
  div.old-3 {
    display: block;
    margin-top: 20px;
  }
  /* line 992, ../sass/main.sass */
  div.old-3 .image-item-container_50 {
    width: 50%;
    float: left;
    padding-right: 1%;
    clear: none;
    margin-top: 0;
  }
  /* line 998, ../sass/main.sass */
  div.old-3 .image-item-container_50 img {
    width: 100%;
    padding: 0;
    float: none;
  }
  /* line 1002, ../sass/main.sass */
  div.old-3 .image-item-container_50.second {
    width: 50%;
    float: right;
    padding-left: 1%;
    padding-right: 0;
    clear: none;
    margin-top: 0;
  }
  /* line 1009, ../sass/main.sass */
  div.old-3 .image-item-container_50.second img {
    width: 100%;
    padding: 0;
    float: none;
  }

  /* line 1014, ../sass/main.sass */
  .image-item-container_25-bottom.team-text {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 1020, ../sass/main.sass */
  div.availability-modal .image-item-container_25-bottom {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  /* line 1027, ../sass/main.sass */
  .item-right .image-item-container_50.second img {
    float: right;
  }
  /* line 1029, ../sass/main.sass */
  .item-right .image-item-container_50.second .image-item-container_25-bottom {
    float: left;
  }

  /* line 1032, ../sass/main.sass */
  .image-item-container_25-bottom p.index-only {
    width: 64%;
  }

  /* line 1034, ../sass/main.sass */
  .image-item-container_25-bottom img.badge {
    width: 30%;
    padding: 0 4% 0 0;
  }

  /* line 1042, ../sass/main.sass */
  .availability-modal__content .item-left .image-item-container_25,
  .availability-modal__content .item-left .image-item-container_75,
  .availability-modal__content .item-left .image-item-container_50,
  .availability-modal__content .item-right .image-item-container_25,
  .availability-modal__content .item-right .image-item-container_75,
  .availability-modal__content .item-right .image-item-container_50 {
    width: 50%;
  }

  /* line 1047, ../sass/main.sass */
  .grid {
    margin-top: 175px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 1053, ../sass/main.sass */
  .text.contact-text,
  .text {
    width: 100%;
    min-width: 100%;
  }

  /* line 1058, ../sass/main.sass */
  .text-right {
    float: inherit;
  }

  /* line 1061, ../sass/main.sass */
  .header-links-wrapper {
    right: 30px;
    top: 27px;
  }
  /* line 1064, ../sass/main.sass */
  .header-links-wrapper a {
    position: relative;
    top: -11px;
    left: 3px;
  }

  /* line 1070, ../sass/main.sass */
  .availability-modal__content .image-item-container_75 {
    width: 100% !important;
    float: left;
  }
  /* line 1073, ../sass/main.sass */
  .availability-modal__content .availability-modal__content-inner {
    padding-top: 5px;
  }
  /* line 1075, ../sass/main.sass */
  .availability-modal__content .availability-modal__content-inner h1 {
    margin-top: -5px;
  }

  /* line 1077, ../sass/main.sass */
  .availability-modal-close {
    width: 22px;
  }

  /* line 1080, ../sass/main.sass */
  .fixed-footer {
    width: 74%;
    max-width: 74%;
  }

  /* line 1086, ../sass/main.sass */
  .contact-form input[type="button"],
  .contact-form input[type="submit"],
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    width: 93.22px;
  }

  /* line 1090, ../sass/main.sass */
  .grid-filter {
    width: calc(100vw - 238px);
  }

  /* line 1093, ../sass/main.sass */
  .residence-item-wrapper {
    padding-bottom: 20px;
  }

  /* line 1096, ../sass/main.sass */
  .pdf-desktop {
    display: none;
  }

  /* line 1099, ../sass/main.sass */
  .pdf-mobile {
    display: block;
  }

  /* line 1103, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 1110, ../sass/main.sass */
  .availability-modal__content .image-item-container {
    display: inline-block;
  }
  /* line 1112, ../sass/main.sass */
  .availability-modal__content .image-item-container .image-item-container_25 {
    margin-top: 0;
    width: 49%;
    float: right;
    clear: none;
  }
  /* line 1117, ../sass/main.sass */
  .availability-modal__content .image-item-container .image-item-container_75 {
    width: 49%;
    float: left;
  }

  /* line 1121, ../sass/main.sass */
  .grid-filter {
    width: calc(100vw - 218px);
  }

  /* line 1125, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 30px;
  }

  /* line 1128, ../sass/main.sass */
  .pdf-desktop {
    top: 4px;
  }
}
@media (max-width: 767px) {
  /* line 1135, ../sass/main.sass */
  h1 {
    font-size: 24px;
    line-height: 26px;
  }

  /* line 1139, ../sass/main.sass */
  p {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 1143, ../sass/main.sass */
  .date-mobile {
    display: block !important;
  }

  /* line 1146, ../sass/main.sass */
  .date-desktop {
    display: none !important;
  }

  /* line 1149, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 1155, ../sass/main.sass */
  .animsition,
  .animsition-overlay {
    opacity: inherit;
  }

  /* line 1159, ../sass/main.sass */
  .main-header {
    display: none;
  }

  /* line 1162, ../sass/main.sass */
  header.mobile-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 99;
  }

  /* line 1172, ../sass/main.sass */
  .left-pane {
    position: fixed;
    top: 0;
    width: 0;
  }

  /* line 1177, ../sass/main.sass */
  .right-pane {
    top: 0;
    right: 0;
    width: 0;
  }

  /* line 1182, ../sass/main.sass */
  .all {
    display: none !important;
  }

  /* line 1185, ../sass/main.sass */
  .wrap {
    max-width: 100%;
    margin: 60px 15px 15px 15px;
    height: 100vh;
    position: relative;
    z-index: 1;
  }

  /* line 1192, ../sass/main.sass */
  .text-right {
    float: inherit;
  }

  /* line 1195, ../sass/main.sass */
  .hamburger {
    -webkit-transition: 0.1s transform linear;
    transition: 0.1s transform linear;
    background: 0;
    height: 30px;
    width: 30px;
    z-index: 999;
    outline: 0;
    padding: 0;
    border: 0;
    position: fixed;
    right: 15px;
    top: 15px;
    display: block;
  }

  /* line 1209, ../sass/main.sass */
  .bar {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    position: absolute;
    background: #000;
    margin: auto;
    width: 100%;
    height: 4px;
    content: "";
    top: 50%;
    left: 0;
  }
  /* line 1220, ../sass/main.sass */
  .bar::before, .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    position: absolute;
    background: #000;
    margin: auto;
    width: 100%;
    height: 4px;
    content: "";
    top: 50%;
    left: 0;
    margin-top: 0;
  }
  /* line 1232, ../sass/main.sass */
  .bar::before {
    top: -12px;
  }
  /* line 1234, ../sass/main.sass */
  .bar::after {
    top: 12px;
  }
  /* line 1236, ../sass/main.sass */
  .bar::before, .bar::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 1239, ../sass/main.sass */
  .active .bar {
    background: 0;
  }
  /* line 1241, ../sass/main.sass */
  .active .bar::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 1244, ../sass/main.sass */
  .active .bar::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 1247, ../sass/main.sass */
  .active .bar::before, .active .bar::after {
    background: #fff;
    top: 0;
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  }
  /* line 1252, ../sass/main.sass */
  .active .bar::before, .active .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  }

  /* line 1256, ../sass/main.sass */
  ul.mobile-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0px;
    width: 65%;
    height: calc(100vh - 50px);
    overflow: scroll;
    padding: 25px;
    background: #000;
    z-index: 0;
    opacity: 0;
    moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  /* line 1271, ../sass/main.sass */
  ul.mobile-menu li {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 1274, ../sass/main.sass */
  ul.mobile-menu li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
  }
  /* line 1279, ../sass/main.sass */
  ul.mobile-menu img {
    margin-bottom: 20px;
    width: 70px;
    height: 189px;
  }

  /* line 1283, ../sass/main.sass */
  ul.mobile-menu.active {
    right: 0%;
    opacity: 1;
    z-index: 100;
  }

  /* line 1287, ../sass/main.sass */
  body.active {
    overflow: hidden;
  }

  /* line 1291, ../sass/main.sass */
  .overflow-hidden .hamburger {
    display: none;
  }
  /* line 1293, ../sass/main.sass */
  .overflow-hidden .hamburger .bar {
    background: #fff;
  }
  /* line 1295, ../sass/main.sass */
  .overflow-hidden .hamburger.active .bar {
    background: #000;
  }
  /* line 1297, ../sass/main.sass */
  .overflow-hidden .bar {
    background: #000;
  }
  /* line 1299, ../sass/main.sass */
  .overflow-hidden .bar::before, .overflow-hidden .bar::after {
    background: #fff;
  }
  /* line 1301, ../sass/main.sass */
  .overflow-hidden header.mobile-header {
    display: none !important;
  }

  /* line 1304, ../sass/main.sass */
  .image-item-container_25,
  .image-item-container_50,
  .image-item-container_75 {
    width: 100%;
    border: 0 !important;
  }

  /* line 1309, ../sass/main.sass */
  .image-item-container_25-bottom {
    position: inherit;
  }

  /* line 1312, ../sass/main.sass */
  .image-item-container_25,
  .image-item-container_50.second,
  .image-item-container_25-bottom {
    margin-top: 15px;
  }

  /* line 1317, ../sass/main.sass */
  div.image-item-container {
    margin: 15px 0;
  }

  /* line 1320, ../sass/main.sass */
  .item-left,
  .item-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 1337, ../sass/main.sass */
  .item-left .image-item-container_25,
  .item-left .image-item-container_75,
  .item-left .image-item-container_50,
  .item-right .image-item-container_25,
  .item-right .image-item-container_75,
  .item-right .image-item-container_50 {
    float: inherit;
    border: 0;
  }
  /* line 1342, ../sass/main.sass */
  .item-left .image-item-container_25 .second,
  .item-left .image-item-container_75 .second,
  .item-left .image-item-container_50 .second,
  .item-right .image-item-container_25 .second,
  .item-right .image-item-container_75 .second,
  .item-right .image-item-container_50 .second {
    border: 0;
  }

  /* line 1346, ../sass/main.sass */
  .item-left .image-item-container_25,
  .item-right .image-item-container_25 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    flex: 2;
  }
  /* line 1353, ../sass/main.sass */
  .item-left .image-item-container_75,
  .item-right .image-item-container_75 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    flex: 1;
  }

  /* line 1361, ../sass/main.sass */
  .text.contact-text,
  .text {
    width: 100%;
    min-width: 100%;
  }

  /* line 1366, ../sass/main.sass */
  .contact-form input,
  .contact-form textarea {
    width: calc(100% - 20px);
    margin: 0px 0px 10px 0;
    font-size: 14px;
  }

  /* line 1372, ../sass/main.sass */
  select,
  .radio-wrapper {
    font-size: 14px;
  }

  /* line 1376, ../sass/main.sass */
  .fixed-footer {
    position: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  /* line 1384, ../sass/main.sass */
  .fixed-footer p {
    float: inherit;
  }
  /* line 1386, ../sass/main.sass */
  .fixed-footer .footer-links {
    float: inherit;
    text-align: left;
  }
  /* line 1389, ../sass/main.sass */
  .fixed-footer .footer-links a {
    margin: 5px 20px 5px 0px;
  }
  /* line 1391, ../sass/main.sass */
  .fixed-footer .footer-image {
    position: absolute;
    top: -35px;
  }

  /* line 1395, ../sass/main.sass */
  .main-footer {
    padding: 20px 0 55px 0;
    position: relative;
  }
  /* line 1398, ../sass/main.sass */
  .main-footer p {
    float: inherit;
  }
  /* line 1400, ../sass/main.sass */
  .main-footer .footer-links {
    float: inherit;
    text-align: left;
  }
  /* line 1403, ../sass/main.sass */
  .main-footer .footer-links a {
    margin: 5px 20px 5px 0px;
  }
  /* line 1405, ../sass/main.sass */
  .main-footer .footer-image {
    position: absolute;
    top: -15px;
  }

  /* line 1410, ../sass/main.sass */
  .availability-modal__content {
    margin-left: 15px;
    margin-right: 14px;
    margin-top: 0px;
    padding-top: 42px;
  }
  /* line 1415, ../sass/main.sass */
  .availability-modal__content .image-item-container_25 {
    margin: 0;
  }

  /* line 1422, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span {
    width: 100px;
  }
  /* line 1424, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
    width: 90px;
  }
  /* line 1427, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item p span:first-child {
    width: 90px;
  }

  /* line 1431, ../sass/main.sass */
  .residence-item h1 {
    float: left;
  }
  /* line 1433, ../sass/main.sass */
  .residence-item button {
    float: right;
    margin: 0px 0;
  }

  /* line 1437, ../sass/main.sass */
  .grid {
    margin-top: 100px;
  }

  /* line 1440, ../sass/main.sass */
  .grid-filter {
    top: 60px;
    width: 100%;
  }
  /* line 1443, ../sass/main.sass */
  .grid-filter li {
    font-size: 16px;
    padding: 5px 8px 5px 0px;
  }

  /* line 1447, ../sass/main.sass */
  .grid-item {
    width: 99.5%;
  }

  /* line 1450, ../sass/main.sass */
  .availability-modal {
    overflow: auto;
  }

  /* line 1453, ../sass/main.sass */
  .map {
    height: 300px;
    width: 100%;
    float: none;
  }

  /* line 1458, ../sass/main.sass */
  .filter-container {
    position: relative;
    width: 100%;
    height: inherit;
    float: none;
  }

  /* line 1464, ../sass/main.sass */
  .filter-container-inner {
    position: inherit;
    left: inherit;
    bottom: inherit;
    padding-left: 0;
    margin-top: 15px;
  }

  /* line 1471, ../sass/main.sass */
  .residence-image-desktop {
    display: none !important;
  }

  /* line 1474, ../sass/main.sass */
  .residence-image-mobile {
    display: block !important;
  }

  /* line 1477, ../sass/main.sass */
  .availability-modal__content {
    padding-top: 5px;
  }
  /* line 1479, ../sass/main.sass */
  .availability-modal__content h1.availability-modal__title {
    padding-bottom: 10px;
    margin-top: -4px;
  }

  /* line 1483, ../sass/main.sass */
  .mobile-50 {
    width: 50% !important;
  }

  /* line 1486, ../sass/main.sass */
  .pdf-desktop {
    display: none;
  }

  /* line 1489, ../sass/main.sass */
  .pdf-mobile {
    display: block;
  }

  /* line 1493, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 15px;
  }

  /* line 1496, ../sass/main.sass */
  .submit-wrapper {
    width: 100%;
  }

  /* line 1499, ../sass/main.sass */
  .message {
    top: 7px;
    width: 180px;
  }

  /* line 1503, ../sass/main.sass */
  .register-form {
    width: 100%;
    margin-top: 60px;
  }
  /* line 1506, ../sass/main.sass */
  .register-form .input-wrapper-1,
  .register-form .input-wrapper-2,
  .register-form .input-wrapper-3 {
    width: 100%;
  }
  /* line 1510, ../sass/main.sass */
  .register-form .input-wrapper-1 input,
  .register-form .input-wrapper-1 select,
  .register-form .input-wrapper-1 textarea,
  .register-form .input-wrapper-2 input,
  .register-form .input-wrapper-2 select,
  .register-form .input-wrapper-2 textarea,
  .register-form .input-wrapper-3 input,
  .register-form .input-wrapper-3 select,
  .register-form .input-wrapper-3 textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* line 1517, ../sass/main.sass */
  .register-form .input-wrapper-1 .bridge-input:last-child,
  .register-form .input-wrapper-1 .customSelectBox:last-child,
  .register-form .input-wrapper-1 textarea,
  .register-form .input-wrapper-2 .bridge-input:last-child,
  .register-form .input-wrapper-2 .customSelectBox:last-child,
  .register-form .input-wrapper-2 textarea,
  .register-form .input-wrapper-3 .bridge-input:last-child,
  .register-form .input-wrapper-3 .customSelectBox:last-child,
  .register-form .input-wrapper-3 textarea {
    margin-right: 0;
  }
  /* line 1521, ../sass/main.sass */
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 1525, ../sass/main.sass */
  .register-form input.customRadio[type="radio"] {
    width: 15px;
    margin: 0;
  }
  /* line 1528, ../sass/main.sass */
  .register-form .radio-wrapper {
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 10px;
  }
  /* line 1532, ../sass/main.sass */
  .register-form .radio-wrapper label input {
    display: inline-block;
  }
  /* line 1534, ../sass/main.sass */
  .register-form .radio-wrapper label {
    font-size: 14px;
  }

  /* line 1538, ../sass/main.sass */
  .register-modal .availability-modal-inner__wrapper {
    height: 100%;
  }
  /* line 1540, ../sass/main.sass */
  .register-modal .availability-modal__content {
    height: 100%;
    overflow-y: auto;
  }

  /* line 1544, ../sass/main.sass */
  .register-modal-close {
    top: 18px;
  }

  /* line 1547, ../sass/main.sass */
  .radio-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  /* line 1551, ../sass/main.sass */
  h1,
  .grid-filter li {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 1556, ../sass/main.sass */
  p,
  .apply-button,
  .filter-container-inner span,
  input,
  textarea,
  select,
  .menu-wrapper li a,
  .header-links-wrapper,
  .image-item-label,
  .radio-wrapper {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 1569, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 10px;
    line-height: 14px;
  }

  /* line 1575, ../sass/main.sass */
  .wrap {
    margin-right: 150px;
  }

  /* line 1578, ../sass/main.sass */
  .right-pane {
    width: 150px;
  }

  /* line 1581, ../sass/main.sass */
  .side-logo {
    width: 90px;
    height: 243px;
    padding: 0 30.5px;
  }

  /* line 1586, ../sass/main.sass */
  .header-links-wrapper {
    right: 150px;
  }

  /* line 1589, ../sass/main.sass */
  .availability-modal-close {
    width: 18px;
    top: 0;
  }

  /* line 1597, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span {
    width: 100px;
  }
  /* line 1599, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
    width: 65px;
  }
  /* line 1602, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item p span:first-child {
    width: 65px;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  /* line 1607, ../sass/main.sass */
  h1,
  .grid-filter li {
    font-size: 24px;
    line-height: 28px;
  }

  /* line 1612, ../sass/main.sass */
  p,
  .apply-button,
  .filter-container-inner span,
  input,
  textarea,
  select,
  .menu-wrapper li a,
  .header-links-wrapper,
  .image-item-label,
  .radio-wrapper {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 1625, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 1631, ../sass/main.sass */
  .wrap {
    margin-right: 175px;
  }

  /* line 1634, ../sass/main.sass */
  .right-pane {
    width: 175px;
  }

  /* line 1637, ../sass/main.sass */
  .side-logo {
    width: 107px;
    height: 289px;
    padding: 0 34.5px;
  }

  /* line 1642, ../sass/main.sass */
  .header-links-wrapper {
    right: 175px;
  }

  /* line 1645, ../sass/main.sass */
  .menu-column-2 {
    right: 0px;
  }

  /* line 1647, ../sass/main.sass */
  .menu-column-3 {
    right: -5px;
  }

  /* line 1649, ../sass/main.sass */
  .menu-column-4 {
    right: 15px;
  }

  /* line 1654, ../sass/main.sass */
  .contact-form input[type="button"],
  .contact-form input[type="submit"],
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    width: 98.75px;
  }

  /* line 1658, ../sass/main.sass */
  span.image-item-label {
    left: 33px;
  }

  /* line 1661, ../sass/main.sass */
  .availability-modal-close {
    width: 22px;
    top: 2px;
  }

  /* line 1665, ../sass/main.sass */
  .fixed-footer {
    width: calc(100vw - 225px);
  }

  /* line 1669, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 40px;
  }

  /* line 1672, ../sass/main.sass */
  .pdf-desktop {
    top: 14px;
  }

  /* line 1675, ../sass/main.sass */
  .register-form {
    width: 600px;
  }
  /* line 1677, ../sass/main.sass */
  .register-form textarea {
    width: 600px;
    height: 120px;
  }

  /* line 1682, ../sass/main.sass */
  .input-wrapper-1 input,
  .input-wrapper-1 select {
    width: 600px;
  }

  /* line 1687, ../sass/main.sass */
  .input-wrapper-2 input,
  .input-wrapper-2 select {
    width: 295px;
  }
  /* line 1690, ../sass/main.sass */
  .input-wrapper-2 input.bathrooms-input,
  .input-wrapper-2 select.bedroom-select {
    width: 142.5px;
  }

  /* line 1696, ../sass/main.sass */
  .input-wrapper-3 input:first-child {
    width: 295px;
  }
  /* line 1698, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(2) {
    width: 170px;
  }
  /* line 1700, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(3) {
    width: 115px;
  }
  /* line 1703, ../sass/main.sass */
  .input-wrapper-3 select:first-child, .input-wrapper-3 select:nth-child(2) {
    width: 295px;
  }

  /* line 1707, ../sass/main.sass */
  .radio-wrapper {
    width: 295px;
  }

  /* line 1714, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span {
    width: 109px;
  }
  /* line 1716, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
    width: 75px;
  }
  /* line 1719, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item p span:first-child {
    width: 75px;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  /* line 1724, ../sass/main.sass */
  h1,
  .grid-filter li {
    font-size: 32px;
    line-height: 36px;
  }

  /* line 1729, ../sass/main.sass */
  p,
  .apply-button,
  .filter-container-inner span,
  input,
  textarea,
  select,
  .menu-wrapper li a,
  .header-links-wrapper,
  .image-item-label,
  .radio-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  /* line 1742, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 1748, ../sass/main.sass */
  .wrap {
    margin-right: 200px;
  }

  /* line 1751, ../sass/main.sass */
  .right-pane {
    width: 200px;
  }

  /* line 1754, ../sass/main.sass */
  .menu-column-2 {
    right: -15px;
  }

  /* line 1756, ../sass/main.sass */
  .menu-column-3 {
    right: -35px;
  }

  /* line 1758, ../sass/main.sass */
  .menu-column-4 {
    right: -25px;
  }

  /* line 1763, ../sass/main.sass */
  .contact-form input[type="button"],
  .contact-form input[type="submit"],
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    width: 104.28px;
  }

  /* line 1767, ../sass/main.sass */
  span.image-item-label {
    left: 34px;
  }

  /* line 1770, ../sass/main.sass */
  .availability-modal-close {
    width: 27px;
    top: 7px;
  }

  /* line 1774, ../sass/main.sass */
  .fixed-footer {
    width: calc(100vw - 250px);
  }

  /* line 1777, ../sass/main.sass */
  .grid {
    margin-top: 185px;
  }

  /* line 1781, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 45px;
  }

  /* line 1784, ../sass/main.sass */
  .pdf-desktop {
    top: 20px;
  }

  /* line 1787, ../sass/main.sass */
  .register-form {
    width: 650px;
  }
  /* line 1789, ../sass/main.sass */
  .register-form textarea {
    width: 650px;
    height: 150px;
  }

  /* line 1794, ../sass/main.sass */
  .input-wrapper-1 input,
  .input-wrapper-1 select {
    width: 650px;
  }

  /* line 1799, ../sass/main.sass */
  .input-wrapper-2 input,
  .input-wrapper-2 select {
    width: 320px;
  }
  /* line 1802, ../sass/main.sass */
  .input-wrapper-2 input.bathrooms-input,
  .input-wrapper-2 select.bedroom-select {
    width: 155px;
  }

  /* line 1808, ../sass/main.sass */
  .input-wrapper-3 input:first-child {
    width: 320px;
  }
  /* line 1810, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(2) {
    width: 190px;
  }
  /* line 1812, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(3) {
    width: 120px;
  }
  /* line 1815, ../sass/main.sass */
  .input-wrapper-3 select:first-child, .input-wrapper-3 select:nth-child(2) {
    width: 320px;
  }

  /* line 1819, ../sass/main.sass */
  .radio-wrapper {
    width: 320px;
  }

  /* line 1827, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span {
    width: 150px;
  }
  /* line 1829, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
    width: 90px;
  }
  /* line 1832, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item p span:first-child {
    width: 90px;
  }
}
@media (min-width: 1921px) {
  /* line 1837, ../sass/main.sass */
  h1,
  .grid-filter li {
    font-size: 34px;
    line-height: 38px;
  }

  /* line 1842, ../sass/main.sass */
  p,
  .apply-button,
  .filter-container-inner span,
  input,
  textarea,
  select,
  .menu-wrapper li a,
  .header-links-wrapper,
  .image-item-label,
  .radio-wrapper {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 1855, ../sass/main.sass */
  .fixed-footer p,
  .main-footer p,
  .footer-links a {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 1861, ../sass/main.sass */
  .wrap {
    margin-right: 200px;
  }

  /* line 1864, ../sass/main.sass */
  .right-pane {
    width: 200px;
  }

  /* line 1867, ../sass/main.sass */
  .menu-wrapper {
    width: 500px;
  }

  /* line 1870, ../sass/main.sass */
  .menu-wrapper li {
    width: 90px;
  }

  /* line 1873, ../sass/main.sass */
  .menu-column-2 {
    right: -15px;
  }

  /* line 1875, ../sass/main.sass */
  .menu-column-3 {
    right: -35px;
  }

  /* line 1877, ../sass/main.sass */
  .menu-column-4 {
    right: -25px;
  }

  /* line 1882, ../sass/main.sass */
  .contact-form input[type="button"],
  .contact-form input[type="submit"],
  .register-form input[type="button"],
  .register-form input[type="submit"] {
    width: 109.81px;
  }

  /* line 1886, ../sass/main.sass */
  span.image-item-label {
    left: 36px;
  }

  /* line 1889, ../sass/main.sass */
  .availability-modal-close {
    width: 35px;
    top: 7px;
  }

  /* line 1893, ../sass/main.sass */
  .fixed-footer {
    width: calc(100vw - 250px);
  }

  /* line 1896, ../sass/main.sass */
  .grid {
    margin-top: 185px;
  }

  /* line 1900, ../sass/main.sass */
  .availability-modal .image-item-container_25-bottom {
    top: 47px;
  }

  /* line 1903, ../sass/main.sass */
  .pdf-desktop {
    top: 20px;
    font-size: 18px;
  }

  /* line 1907, ../sass/main.sass */
  .register-form {
    width: 700px;
  }
  /* line 1909, ../sass/main.sass */
  .register-form textarea {
    width: 700px;
    height: 150px;
  }

  /* line 1914, ../sass/main.sass */
  .input-wrapper-1 input,
  .input-wrapper-1 select {
    width: 700px;
  }

  /* line 1919, ../sass/main.sass */
  .input-wrapper-2 input,
  .input-wrapper-2 select {
    width: 345px;
  }
  /* line 1922, ../sass/main.sass */
  .input-wrapper-2 input.bathrooms-input,
  .input-wrapper-2 select.bedroom-select {
    width: 167.5px;
  }

  /* line 1928, ../sass/main.sass */
  .input-wrapper-3 input:first-child {
    width: 345px;
  }
  /* line 1930, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(2) {
    width: 200px;
  }
  /* line 1932, ../sass/main.sass */
  .input-wrapper-3 input:nth-child(3) {
    width: 135px;
  }
  /* line 1935, ../sass/main.sass */
  .input-wrapper-3 select:first-child, .input-wrapper-3 select:nth-child(2) {
    width: 345px;
  }

  /* line 1939, ../sass/main.sass */
  .radio-wrapper {
    width: 345px;
  }

  /* line 1946, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span {
    width: 170px;
  }
  /* line 1948, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item h1 span:first-child {
    width: 115px;
  }
  /* line 1951, ../sass/main.sass */
  .availability-modal__content-inner .image-item-container .residence-item p span:first-child {
    width: 115px;
  }
}
@media (max-width: 1024px) {
  /* line 1956, ../sass/main.sass */
  .transparent {
    opacity: 1 !important;
  }

  /* line 1959, ../sass/main.sass */
  .image-item-label {
    top: 100% !important;
    display: none !important;
  }
}
@media (min-width: 1025px) {
  /* line 1965, ../sass/main.sass */
  .image-item-label {
    position: fixed;
    top: 700px;
    left: 32px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 1972, ../sass/main.sass */
  ul.mobile-menu img {
    display: block;
    width: 50px;
    height: inherit;
  }

  /* line 1977, ../sass/main.sass */
  ul.mobile-menu li {
    width: 150px;
    display: inline-block;
  }
}
/* line 1981, ../sass/main.sass */
.ui-datepicker-div *,
.ui-datepicker .ui-datepicker-header,
.ui-widget.ui-widget-content {
  borser-radius: 0 !important;
}

/* line 1986, ../sass/main.sass */
.ui-widget.ui-widget-content {
  padding: 5px 5px 0px 5px;
}

/* line 1989, ../sass/main.sass */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #000 !important;
  background: #F6F6F6 !important;
  color: #000 !important;
}

/* line 1996, ../sass/main.sass */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}

/* line 2006, ../sass/main.sass */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}

/* line 2014, ../sass/main.sass */
.step-controls {
  display: none !important;
}
