@media (min-width: 992px) {
  /* line 2, ../sass/_gridOverlap.scss */
  .row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 8, ../sass/_gridOverlap.scss */
#overlay {
  opacity: 0.2;
}
/* line 10, ../sass/_gridOverlap.scss */
#overlay .col-md-1 {
  border-right: 1px solid #b49c6d;
}
/* line 12, ../sass/_gridOverlap.scss */
#overlay .col-md-1:first-of-type {
  border-left: 1px solid #b49c6d;
}

@media (min-width: 992px) {
  /* line 19, ../sass/_gridOverlap.scss */
  .col-overlap {
    position: relative;
  }

  /* line 22, ../sass/_gridOverlap.scss */
  .col-overlap-box, .ol-sm-push-1, .ol-sm-push-2, .ol-md-push-2, .ol-md-push-3, .ol-sm-1, .ol-sm-2, .ol-sm-3, .ol-sm-4 {
    position: relative;
    position: absolute;
    width: auto;
    z-index: 3;
  }

  /* line 29, ../sass/_gridOverlap.scss */
  .ol-sm-push-1 {
    margin-right: -80.83px;
  }

  /* line 33, ../sass/_gridOverlap.scss */
  .ol-sm-push-2 {
    margin-right: -161.66px;
  }

  /* line 38, ../sass/_gridOverlap.scss */
  .ol-md-push-2 {
    margin-right: -161.66px;
  }

  /* line 43, ../sass/_gridOverlap.scss */
  .ol-md-push-3 {
    margin-right: -242.49px;
  }

  /* line 49, ../sass/_gridOverlap.scss */
  .ol-sm-1 {
    margin-left: -80.83px;
  }

  /* line 53, ../sass/_gridOverlap.scss */
  .ol-sm-2 {
    margin-left: -161.66px;
  }

  /* line 57, ../sass/_gridOverlap.scss */
  .ol-sm-3 {
    margin-left: -242.49px;
  }

  /* line 61, ../sass/_gridOverlap.scss */
  .ol-sm-4 {
    margin-left: -323.32px;
  }
}
@media (min-width: 1200px) {
  /* line 69, ../sass/_gridOverlap.scss */
  .ol-sm-push-1 {
    margin-right: -97.5px;
  }

  /* line 72, ../sass/_gridOverlap.scss */
  .ol-sm-push-2 {
    margin-right: -195px;
  }

  /* line 76, ../sass/_gridOverlap.scss */
  .ol-sm-1 {
    margin-left: -97.5px;
  }

  /* line 79, ../sass/_gridOverlap.scss */
  .ol-sm-2 {
    margin-left: -195px;
  }

  /* line 82, ../sass/_gridOverlap.scss */
  .ol-sm-3 {
    margin-left: -292.5px;
  }

  /* line 85, ../sass/_gridOverlap.scss */
  .ol-sm-4 {
    margin-left: -390px;
  }
}
/* line 2, ../sass/_dark_form.scss */
form.dark_form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 7, ../sass/_dark_form.scss */
form.dark_form .row {
  margin: 0;
}
/* line 11, ../sass/_dark_form.scss */
form.dark_form div.form-group {
  margin-bottom: 1.6rem;
  position: relative;
}
/* line 18, ../sass/_dark_form.scss */
form.dark_form div.form-group div.input-group-addon {
  border: 1px solid #333539;
  border-radius: 0;
  box-shadow: none;
  background: #333539;
  color: #b49c6d;
  height: 40px;
}
/* line 30, ../sass/_dark_form.scss */
form.dark_form div.form-group.group-error div.input-group-addon {
  border: 1px solid crimson;
  background: crimson;
}
/* line 36, ../sass/_dark_form.scss */
form.dark_form input.form-control {
  border: 1px solid #47494d;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  line-height: 2rem;
  height: 40px;
  color: #f8f5f0;
  background: #47494d;
  box-shadow: none;
}
/* line 46, ../sass/_dark_form.scss */
form.dark_form input.form-control:placeholder {
  color: #b49c6d;
}
/* line 50, ../sass/_dark_form.scss */
form.dark_form textarea.form-control {
  border: 1px solid #47494d;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  box-shadow: none;
  color: #f8f5f0;
  background: #47494d;
}
/* line 62, ../sass/_dark_form.scss */
form.dark_form textarea.form-control:placeholder {
  color: #b49c6d;
}
/* line 66, ../sass/_dark_form.scss */
form.dark_form .btn {
  font-size: 1rem;
  float: none;
  margin: 0 0 1rem;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  /* line 66, ../sass/_dark_form.scss */
  form.dark_form .btn {
    width: auto;
  }
}
/* line 77, ../sass/_dark_form.scss */
form.dark_form .checkbox small {
  margin-top: 10px;
  line-height: 1.3;
  color: #f8f5f0;
  opacity: 0.9;
  padding: 8px 0 0 8px;
}
/* line 83, ../sass/_dark_form.scss */
form.dark_form .checkbox small a {
  color: #988059;
}
/* line 88, ../sass/_dark_form.scss */
form.dark_form label {
  opacity: 0;
  transition: transform 300ms ease-out, opacity 400ms ease-out;
}
/* line 91, ../sass/_dark_form.scss */
form.dark_form label.for-checkbox {
  opacity: 1;
}
/* line 95, ../sass/_dark_form.scss */
form.dark_form label.small {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 0;
  text-transform: uppercase;
  color: #cbba99;
  padding: 2px 6px;
  right: 10px;
  top: 10px;
  font-weight: 400;
}
/* line 106, ../sass/_dark_form.scss */
form.dark_form label.small.showUp {
  opacity: 0.9;
  transform: translate3d(9px, -17px, 0);
  font-size: 0.6rem;
  z-index: 999;
}
@media (min-width: 768px) {
  /* line 106, ../sass/_dark_form.scss */
  form.dark_form label.small.showUp {
    transform: translate3d(0, -6px, 0);
    font-size: 0.7rem;
  }
}
/* line 117, ../sass/_dark_form.scss */
form.dark_form label.error {
  opacity: 1;
  position: relative;
  background-color: crimson;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 6px 12px;
  line-height: 1.2;
  margin: -10px 0 0 0;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 999;
}
/* line 139, ../sass/_dark_form.scss */
form.dark_form.loading div.form-group,
form.dark_form.loading button.btn {
  opacity: 0.1;
}
/* line 143, ../sass/_dark_form.scss */
form.dark_form.loading:before {
  content: 'one moment please';
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8f5f0;
  top: 58%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  opacity: 1;
}
/* line 157, ../sass/_dark_form.scss */
form.dark_form.loading:after {
  content: '';
  position: absolute;
  height: 70px;
  width: 70px;
  border-top: 2px solid #f8f5f0;
  border-left: 2px solid #f8f5f0;
  border-bottom: 2px solid #f8f5f0;
  border-right: 2px solid rgba(248, 245, 240, 0.2);
  border-radius: 70px;
  top: 38%;
  left: 45%;
  right: 45%;
  text-align: center;
  z-index: 999;
  opacity: 1;
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
/* line 1, ../sass/_light_form.scss */
.form_success {
  display: none;
}

/* line 4, ../sass/_light_form.scss */
.form_start {
  display: block;
}

/* line 8, ../sass/_light_form.scss */
.submit_show_this {
  display: none;
  color: #b49c6d;
}

/* line 13, ../sass/_light_form.scss */
.show_calendar_link {
  display: none;
}

/* line 16, ../sass/_light_form.scss */
form.light_form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 768px;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 16, ../sass/_light_form.scss */
  form.light_form {
    margin-bottom: 0;
  }
}
/* line 23, ../sass/_light_form.scss */
form.light_form .row [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 27, ../sass/_light_form.scss */
form.light_form .row {
  margin: 0;
}
/* line 31, ../sass/_light_form.scss */
form.light_form h5 {
  text-transform: uppercase;
  margin-bottom: 0.7em;
  font-size: 1rem;
  color: #b49c6d;
  font-weight: 400;
}
/* line 39, ../sass/_light_form.scss */
form.light_form div.form-group {
  margin-bottom: 1.2rem;
  position: relative;
}
/* line 46, ../sass/_light_form.scss */
form.light_form div.form-group div.input-group-addon {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  background: #e3e3e3;
  color: #292a2e;
  height: 40px;
}
/* line 54, ../sass/_light_form.scss */
form.light_form div.form-group div.input-group-addon.vip {
  border: 1px solid #b49c6d;
  background: #b49c6d;
}
/* line 62, ../sass/_light_form.scss */
form.light_form div.form-group.group-error div.input-group-addon {
  border: 1px solid crimson;
  background: crimson;
  color: #ffffff;
}
/* line 69, ../sass/_light_form.scss */
form.light_form input.form-control {
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 2rem;
  height: 40px;
  color: #292a2e;
  background: #ffffff;
  box-shadow: none !important;
  -webkit-appearance: none;
}
@media (min-width: 480px) {
  /* line 69, ../sass/_light_form.scss */
  form.light_form input.form-control {
    font-size: 1rem;
  }
}
/* line 84, ../sass/_light_form.scss */
form.light_form input.form-control::placeholder {
  color: #b49c6d;
}
/* line 87, ../sass/_light_form.scss */
form.light_form input.form-control:placeholder {
  color: #b49c6d;
}
@media (min-width: 768px) {
  /* line 91, ../sass/_light_form.scss */
  form.light_form input.form-control.left-border {
    border-left: 2px solid #ececec;
  }
}
/* line 95, ../sass/_light_form.scss */
form.light_form input.form-control:focus {
  border-color: #b49c6d;
  box-shadow: 0 0px 20px rgba(180, 156, 109, 0.5) !important;
}
/* line 101, ../sass/_light_form.scss */
form.light_form select.form-control {
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 2rem;
  height: 40px;
  color: #292a2e;
  background: #ffffff;
  box-shadow: none !important;
}
@media (min-width: 480px) {
  /* line 101, ../sass/_light_form.scss */
  form.light_form select.form-control {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  /* line 111, ../sass/_light_form.scss */
  form.light_form select.form-control.marging-right {
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  /* line 123, ../sass/_light_form.scss */
  form.light_form select.form-control.left-border {
    border-left: 2px solid #ececec;
  }
  /* line 125, ../sass/_light_form.scss */
  form.light_form select.form-control.left {
    margin-left: 4px;
  }
}
/* line 129, ../sass/_light_form.scss */
form.light_form select.form-control:focus {
  border-color: #b49c6d;
  box-shadow: 0 0px 20px rgba(180, 156, 109, 0.5) !important;
}
/* line 135, ../sass/_light_form.scss */
form.light_form textarea.form-control {
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 2rem;
  width: 100%;
  box-shadow: none !important;
  -webkit-appearance: none;
  color: #292a2e;
  background: #ffffff;
}
@media (min-width: 480px) {
  /* line 135, ../sass/_light_form.scss */
  form.light_form textarea.form-control {
    font-size: 1rem;
  }
}
/* line 151, ../sass/_light_form.scss */
form.light_form textarea.form-control::placeholder {
  color: #b49c6d;
}
/* line 154, ../sass/_light_form.scss */
form.light_form textarea.form-control:placeholder {
  color: #b49c6d;
}
/* line 157, ../sass/_light_form.scss */
form.light_form textarea.form-control:focus {
  border-color: #b49c6d;
  box-shadow: 0 0px 20px rgba(180, 156, 109, 0.5) !important;
}
/* line 162, ../sass/_light_form.scss */
form.light_form .btn {
  font-size: 1rem;
  float: none;
  margin: 20px 0 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  /* line 162, ../sass/_light_form.scss */
  form.light_form .btn {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 162, ../sass/_light_form.scss */
  form.light_form .btn {
    width: auto;
  }
}
/* line 176, ../sass/_light_form.scss */
form.light_form .checkbox small {
  margin-top: -4px;
  line-height: 1.3;
  color: #333539;
  opacity: 0.9;
  padding: 8px 0 0 8px;
}
/* line 182, ../sass/_light_form.scss */
form.light_form .checkbox small a {
  color: #988059;
}
/* line 187, ../sass/_light_form.scss */
form.light_form label {
  opacity: 0;
  transition: transform 300ms ease-out, opacity 400ms ease-out;
}
/* line 190, ../sass/_light_form.scss */
form.light_form label.for-checkbox {
  opacity: 1;
}
/* line 194, ../sass/_light_form.scss */
form.light_form label.small {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 0;
  text-transform: uppercase;
  color: #cbba99;
  padding: 2px 6px;
  right: 10px;
  top: 10px;
  font-weight: 400;
}
/* line 205, ../sass/_light_form.scss */
form.light_form label.small.showUp {
  opacity: 0.9;
  transform: translate3d(9px, -10px, 0);
  font-size: 0.6rem;
  z-index: 999;
}
@media (min-width: 768px) {
  /* line 205, ../sass/_light_form.scss */
  form.light_form label.small.showUp {
    transform: translate3d(0, -1px, 0);
    font-size: 0.7rem;
  }
}
/* line 216, ../sass/_light_form.scss */
form.light_form label.error {
  opacity: 1;
  position: relative;
  background-color: crimson;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 6px 12px;
  line-height: 1.2;
  margin: -10px 0 0 0;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 999;
}
/* line 235, ../sass/_light_form.scss */
form.light_form.loading div.form-group,
form.light_form.loading button, form.light_form.loading .vip-pullout, form.light_form.loading input, form.light_form.loading select, form.light_form.loading h1, form.light_form.loading p, form.light_form.loading h2, form.light_form.loading a {
  opacity: 0.1;
}
/* line 239, ../sass/_light_form.scss */
form.light_form.loading:before {
  content: 'one moment please';
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b49c6d;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  opacity: 1;
}
/* line 253, ../sass/_light_form.scss */
form.light_form.loading:after {
  content: '';
  position: absolute;
  height: 70px;
  width: 70px;
  border-top: 2px solid #b49c6d;
  border-left: 2px solid #b49c6d;
  border-bottom: 2px solid #b49c6d;
  border-right: 2px solid rgba(180, 156, 109, 0.2);
  border-radius: 70px;
  top: 55%;
  left: 50%;
  margin-left: -35px;
  margin-top: -85px;
  text-align: center;
  z-index: 999;
  opacity: 1;
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 284, ../sass/_light_form.scss */
form.light_form.loading#melbGrand_quickform.loading:before {
  content: 'one moment please';
  color: #ffffff;
}
/* line 288, ../sass/_light_form.scss */
form.light_form.loading#melbGrand_quickform.loading:after {
  content: '';
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 70px;
}
/* line 299, ../sass/_light_form.scss */
form.light_form .vip-pullout {
  background: #242529;
  margin: 0 -15px 20px -15px;
  padding: 10px 15px 10px 15px;
}
@media (min-width: 992px) {
  /* line 299, ../sass/_light_form.scss */
  form.light_form .vip-pullout {
    margin-left: -100px;
    padding-left: 115px;
  }
}
@media (min-width: 1200px) {
  /* line 299, ../sass/_light_form.scss */
  form.light_form .vip-pullout {
    margin-left: -140px;
    padding-left: 135px;
  }
}
/* line 311, ../sass/_light_form.scss */
form.light_form .vip-pullout .vip-group {
  background: #b49c6d;
  position: relative;
  display: inline-block;
  padding: 4px 8px 4px 0;
  height: 48px;
  width: 100%;
}
/* line 321, ../sass/_light_form.scss */
form.light_form .vip-pullout div.checkbox {
  margin-top: 10px;
}
/* line 323, ../sass/_light_form.scss */
form.light_form .vip-pullout div.checkbox input.checkbox {
  font-size: 1.1rem;
  margin-left: -26px;
}
/* line 327, ../sass/_light_form.scss */
form.light_form .vip-pullout div.checkbox label {
  color: #b49c6d;
  font-size: 0.9rem;
  padding-left: 30px;
}
/* line 331, ../sass/_light_form.scss */
form.light_form .vip-pullout div.checkbox label i.fa {
  margin-left: 6px;
  opacity: 0.8;
}
/* line 340, ../sass/_light_form.scss */
form.light_form.go_form {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  /* line 342, ../sass/_light_form.scss */
  form.light_form.go_form .vip-pullout {
    margin-left: -15px;
    padding-left: 30px;
    margin-right: -100px;
    padding-right: 115px;
  }
}
@media (min-width: 1200px) {
  /* line 342, ../sass/_light_form.scss */
  form.light_form.go_form .vip-pullout {
    margin-right: -140px;
    padding-right: 135px;
  }
}

/* line 2, ../sass/_modal.scss */
body.modal-open main,
body.modal-open aside,
body.modal-open footer,
body.modal-open header {
  filter: blur(6px);
}
/* line 8, ../sass/_modal.scss */
body.modal-open .modal {
  background: rgba(180, 156, 109, 0.92);
  z-index: 21050;
}
/* line 13, ../sass/_modal.scss */
body.modal-open .modal h1 {
  text-transform: none;
  line-height: 1.2;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
/* line 22, ../sass/_modal.scss */
body.modal-open .modal h2 {
  margin-bottom: 1em;
}
/* line 25, ../sass/_modal.scss */
body.modal-open .modal p {
  font-size: 1.2rem;
}
/* line 30, ../sass/_modal.scss */
body.modal-open .modal .btn {
  margin-bottom: 40px;
}
/* line 33, ../sass/_modal.scss */
body.modal-open .modal .btn-txt {
  font-weight: 300;
  font-size: 0.8rem;
}
/* line 39, ../sass/_modal.scss */
body.modal-open .modal img {
  margin-top: -80px;
}
/* line 42, ../sass/_modal.scss */
body.modal-open .modal button.close {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  text-shadow: none;
  z-index: 9000;
  display: block;
  padding: 40px 0 0;
  top: 20px;
  right: 20px;
  height: 60px;
  width: 40px;
}
@media (min-width: 768px) {
  /* line 42, ../sass/_modal.scss */
  body.modal-open .modal button.close {
    padding: 80px 0 0;
    top: 40px;
    right: 40px;
    height: 100px;
    width: 80px;
  }
}
/* line 65, ../sass/_modal.scss */
body.modal-open .modal button.close:before, body.modal-open .modal button.close:after {
  content: '';
  height: 2px;
  left: 0;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 8900;
  top: 20px;
  width: 40px;
}
@media (min-width: 768px) {
  /* line 65, ../sass/_modal.scss */
  body.modal-open .modal button.close:before, body.modal-open .modal button.close:after {
    top: 40px;
    width: 80px;
  }
}
/* line 82, ../sass/_modal.scss */
body.modal-open .modal button.close:after {
  transform: rotate(-45deg);
}
/* line 86, ../sass/_modal.scss */
body.modal-open .modal .modal-dialog {
  width: 90%;
  margin: 100px auto 0;
  background: none;
}
/* line 91, ../sass/_modal.scss */
body.modal-open .modal .modal-dialog .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 86, ../sass/_modal.scss */
  body.modal-open .modal .modal-dialog {
    max-width: 700px;
    margin-top: 25vh;
  }
}
@media (min-width: 992px) {
  /* line 86, ../sass/_modal.scss */
  body.modal-open .modal .modal-dialog {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  /* line 86, ../sass/_modal.scss */
  body.modal-open .modal .modal-dialog {
    max-width: 1000px;
  }
}
/* line 112, ../sass/_modal.scss */
body.modal-open.singapore h1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (min-width: 768px) {
  /* line 112, ../sass/_modal.scss */
  body.modal-open.singapore h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  /* line 112, ../sass/_modal.scss */
  body.modal-open.singapore h1 {
    font-size: 4rem;
  }
}
/* line 125, ../sass/_modal.scss */
body.modal-open.singapore p {
  color: #333539;
  line-height: 1.5;
  font-size: 1.1rem;
}
/* line 129, ../sass/_modal.scss */
body.modal-open.singapore p a {
  white-space: nowrap;
  color: #333539;
}
/* line 136, ../sass/_modal.scss */
body.modal-open.singapore img {
  margin-top: 0px;
}

/* line 141, ../sass/_modal.scss */
.booknow_message {
  display: none;
}

/* line 14, ../sass/_subpages.scss */
.fixed_container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 80vh;
  z-index: 1;
  background: #b49c6d;
  background: linear-gradient(#b49c6d, #7c6b54);
}
@media (min-width: 768px) {
  /* line 14, ../sass/_subpages.scss */
  .fixed_container {
    height: 80vh;
  }
}
@media (min-width: 992px) {
  /* line 14, ../sass/_subpages.scss */
  .fixed_container {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../sass/_subpages.scss */
  .fixed_container {
    height: 80vh;
  }
}
/* line 23, ../sass/_subpages.scss */
.fixed_container .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 31, ../sass/_subpages.scss */
.fixed_container .fixed_image {
  will-change: filter, opacity;
  position: fixed;
  height: 80vh;
  width: 100vw;
  overflow: hidden;
  background-image: url(/assets/img/headers/MG-Living-Type-T-L40-DAY-Hi-Res.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: blur(0);
}
@media (min-width: 768px) {
  /* line 31, ../sass/_subpages.scss */
  .fixed_container .fixed_image {
    height: 80vh;
  }
}
@media (min-width: 992px) {
  /* line 31, ../sass/_subpages.scss */
  .fixed_container .fixed_image {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  /* line 31, ../sass/_subpages.scss */
  .fixed_container .fixed_image {
    height: 80vh;
  }
}
/* line 44, ../sass/_subpages.scss */
.fixed_container h1 {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-align: right;
  display: inline-block;
  width: 100%;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 992px) {
  /* line 44, ../sass/_subpages.scss */
  .fixed_container h1 {
    font-size: 4rem;
  }
}

/* line 63, ../sass/_subpages.scss */
.post_fixed_container {
  position: relative;
  width: 100%;
  z-index: 3;
  background: #ffffff;
}

/* line 16, ../sass/_downloads_july.scss */
header.downloads.fixed_container {
  background: #292a2e;
  height: 50vh;
  min-height: 460px;
  max-height: 500px;
}
@media (min-width: 992px) {
  /* line 16, ../sass/_downloads_july.scss */
  header.downloads.fixed_container {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 16, ../sass/_downloads_july.scss */
  header.downloads.fixed_container {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  /* line 16, ../sass/_downloads_july.scss */
  header.downloads.fixed_container {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  /* line 16, ../sass/_downloads_july.scss */
  header.downloads.fixed_container {
    height: 50vh;
  }
}
/* line 23, ../sass/_downloads_july.scss */
header.downloads.fixed_container .fixed_image {
  height: 50vh;
  min-height: 460px;
  max-height: 500px;
  background-image: url(/assets/img/headers/downloads_july.jpg);
}
@media (min-width: 768px) {
  /* line 23, ../sass/_downloads_july.scss */
  header.downloads.fixed_container .fixed_image {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  /* line 23, ../sass/_downloads_july.scss */
  header.downloads.fixed_container .fixed_image {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  /* line 23, ../sass/_downloads_july.scss */
  header.downloads.fixed_container .fixed_image {
    height: 50vh;
  }
}
/* line 28, ../sass/_downloads_july.scss */
header.downloads.fixed_container img.logo {
  width: 100%;
  max-width: 320px;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 28, ../sass/_downloads_july.scss */
  header.downloads.fixed_container img.logo {
    margin-top: 140px;
  }
}
/* line 37, ../sass/_downloads_july.scss */
header.downloads.fixed_container h1 {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-align: left;
  display: block;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 100px 0 20px 0;
}
@media (min-width: 992px) {
  /* line 37, ../sass/_downloads_july.scss */
  header.downloads.fixed_container h1 {
    font-size: 6rem;
  }
}
/* line 60, ../sass/_downloads_july.scss */
header.downloads.fixed_container p {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
}

/* line 71, ../sass/_downloads_july.scss */
.dl-area {
  padding: 80px 0;
  background: #ffffff;
}
@media (min-width: 992px) {
  /* line 71, ../sass/_downloads_july.scss */
  .dl-area {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  /* line 78, ../sass/_downloads_july.scss */
  .dl-area article {
    padding: 0 0 80px 0;
  }
}

/* line 85, ../sass/_downloads_july.scss */
.dl-container {
  position: relative;
  background: #292a2e;
  margin-bottom: 30px;
}
/* line 90, ../sass/_downloads_july.scss */
.dl-container .dl-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #b49c6d;
}
/* line 95, ../sass/_downloads_july.scss */
.dl-container .dl-thumb img {
  opacity: 1;
  transform: scale(1.03);
  transition: filter 200ms ease-out, transform 200ms ease-out;
}
/* line 101, ../sass/_downloads_july.scss */
.dl-container .dl-thumb span {
  display: none;
  opacity: 0;
  transition: opacity 200ms ease-out;
  text-shadow: 0px 1px 18px rgba(180, 156, 109, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 15px;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  font-size: 0px;
}
/* line 115, ../sass/_downloads_july.scss */
.dl-container .dl-thumb span .fa {
  display: block;
  font-size: 3rem;
}
@media (min-width: 768px) {
  /* line 101, ../sass/_downloads_july.scss */
  .dl-container .dl-thumb span {
    top: 35%;
    font-size: 2rem;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
  }
}
/* line 128, ../sass/_downloads_july.scss */
.dl-container:hover img {
  filter: blur(6px);
  opacity: 0.5;
}
/* line 132, ../sass/_downloads_july.scss */
.dl-container:hover span {
  opacity: 1;
  display: block;
}

/* line 139, ../sass/_downloads_july.scss */
.dl-item {
  padding: 15px 0 0;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 25px 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 139, ../sass/_downloads_july.scss */
  .dl-item {
    padding: 25px 20px;
  }
}
/* line 150, ../sass/_downloads_july.scss */
.dl-item span.file {
  display: none;
}
@media (min-width: 992px) {
  /* line 150, ../sass/_downloads_july.scss */
  .dl-item span.file {
    display: block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: -54px;
    z-index: 10;
    text-transform: lowercase;
  }
}
/* line 167, ../sass/_downloads_july.scss */
.dl-item h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 20px 0;
}
/* line 179, ../sass/_downloads_july.scss */
.dl-item h1.price {
  padding: 0 0 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 179, ../sass/_downloads_july.scss */
  .dl-item h1.price {
    text-align: right;
  }
}
/* line 185, ../sass/_downloads_july.scss */
.dl-item h1.price:before {
  content: 'from';
  position: absolute;
  margin-left: -40px;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 0.8rem;
  text-transform: lowercase;
  margin-top: 0.4em;
}
/* line 197, ../sass/_downloads_july.scss */
.dl-item h1.price.nofrom:before {
  display: none;
}
@media (min-width: 768px) {
  /* line 167, ../sass/_downloads_july.scss */
  .dl-item h1 {
    font-size: 1.6rem;
  }
}
/* line 207, ../sass/_downloads_july.scss */
.dl-item h2 {
  margin: -6px 0 0 -30px;
  line-height: 1;
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: right;
  font-size: 0.8rem;
  position: absolute;
  white-space: nowrap;
  letter-spacing: normal;
  background: #b49c6d;
  color: #292a2e;
  padding: 0.5em 1em 0.3em 20px;
}
@media (min-width: 768px) {
  /* line 207, ../sass/_downloads_july.scss */
  .dl-item h2 {
    font-size: 1.1rem;
    margin-top: -6px;
  }
}
/* line 228, ../sass/_downloads_july.scss */
.dl-item h2 strong {
  font-size: 1.1em;
  padding-right: 2px;
}
/* line 233, ../sass/_downloads_july.scss */
.dl-item p {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0.8em 0 0 0;
  padding: 0;
  line-height: 1.1;
}
@media (min-width: 992px) {
  /* line 233, ../sass/_downloads_july.scss */
  .dl-item p {
    font-size: 1rem;
  }
}
/* line 244, ../sass/_downloads_july.scss */
.dl-item i.fa.dl-link {
  position: absolute;
  color: #ffffff;
  margin-top: -82px;
  right: 25px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  opacity: 1;
  background: rgba(180, 156, 109, 0.6);
  z-index: 99;
}
@media (min-width: 768px) {
  /* line 244, ../sass/_downloads_july.scss */
  .dl-item i.fa.dl-link {
    right: 35px;
  }
}
@media (min-width: 768px) {
  /* line 264, ../sass/_downloads_july.scss */
  .dl-item ul.specs {
    text-align: right;
  }
}

/* line 271, ../sass/_downloads_july.scss */
a.dl-link {
  position: relative;
  display: block;
  transition: transform 300ms ease-out;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 278, ../sass/_downloads_july.scss */
a.dl-link .dl-link-shadow {
  content: '';
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 35px;
  right: 35px;
  box-shadow: 0 0px 40px 10px rgba(41, 42, 46, 0.7), 0 10px 80px 20px rgba(180, 156, 109, 0.4);
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  opacity: 0;
}
/* line 289, ../sass/_downloads_july.scss */
a.dl-link:hover {
  transform: translateY(-4px);
  text-decoration: none;
}
/* line 292, ../sass/_downloads_july.scss */
a.dl-link:hover .dl-link-shadow {
  opacity: 0.7;
  transform: translateY(20px) scale(1.1);
}

/* line 299, ../sass/_downloads_july.scss */
.sub-heading {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  position: relative;
  font-size: 1.2rem;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 299, ../sass/_downloads_july.scss */
  .sub-heading {
    margin-top: 40px;
    margin-bottom: 2em;
  }
}

/* line 314, ../sass/_downloads_july.scss */
ul.specs {
  margin: 15px 0;
  padding: 0;
  text-align: center;
  color: #292a2e;
}
/* line 319, ../sass/_downloads_july.scss */
ul.specs li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  background: #b49c6d;
  height: 34px;
  line-height: 34px;
  margin: 0 0 0 4px;
  white-space: nowrap;
  padding: 0 11px;
  border: none;
  	/*
  &:hover {
  	span {
  		visibility: visible;
  	}
  }*/
}
@media (min-width: 992px) {
  /* line 319, ../sass/_downloads_july.scss */
  ul.specs li {
    font-size: 1rem;
    margin: 0 0 0 8px;
    padding: 0 14px;
  }
}
/* line 339, ../sass/_downloads_july.scss */
ul.specs li.text-line {
  color: #b49c6d;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
  font-size: 1rem;
  text-align: left;
}
/* line 348, ../sass/_downloads_july.scss */
ul.specs li i {
  margin-right: 2px;
  width: 19px;
  text-align: left;
}
@media (min-width: 992px) {
  /* line 348, ../sass/_downloads_july.scss */
  ul.specs li i {
    margin-right: 3px;
    width: 22px;
  }
}
/* line 358, ../sass/_downloads_july.scss */
ul.specs li span {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  color: #b49c6d;
  margin: 28px 0 0 -11px;
  width: 100%;
  text-align: center;
  visibility: visible;
}
@media (min-width: 992px) {
  /* line 358, ../sass/_downloads_july.scss */
  ul.specs li span {
    margin: 28px 0 0 -14px;
  }
}

/* line 380, ../sass/_downloads_july.scss */
ul.specs > li:first-child {
  margin-left: 0;
}

/* line 1, ../sass/_floorplans.scss */
section.floorplans {
  padding-top: 100px;
}

/* line 5, ../sass/_floorplans.scss */
article.floorplan {
  margin-bottom: 30px;
  background: #ffffff;
  padding-top: 20px;
  box-shadow: 0 0.5rem 2rem rgba(41, 42, 46, 0.16);
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 5, ../sass/_floorplans.scss */
  article.floorplan {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
/* line 19, ../sass/_floorplans.scss */
article.floorplan img.title {
  margin: 10px 0 0 0px;
  width: auto;
  max-width: 100%;
  height: 100px;
  position: absolute;
}
/* line 29, ../sass/_floorplans.scss */
article.floorplan figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 35, ../sass/_floorplans.scss */
article.floorplan figure img._floorplan {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 auto;
  display: block;
  opacity: 0.6;
  opacity: 1;
  will-change: transform, opacity, filter;
  filter: blur(0);
  transition: all 200ms ease-out, opacity 200ms ease, filter 200ms ease;
}
/* line 48, ../sass/_floorplans.scss */
article.floorplan figure span.cta {
  position: absolute;
  top: calc(50% - 50px);
  left: -10%;
  right: -10%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: white;
  display: block;
  font-size: 0.9rem;
  transform: rotate(-45deg);
}
/* line 62, ../sass/_floorplans.scss */
article.floorplan figure figcaption {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 10%;
  right: 10%;
  top: 40%;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #b49c6d;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 3px;
  will-change: opacity;
  transition: opacity 200ms ease-out;
  cursor: pointer;
}
/* line 85, ../sass/_floorplans.scss */
article.floorplan figure:hover img {
  opacity: 0.3;
  filter: blur(6px) saturate(120%);
  transform: scale3d(1.02, 1.02, 1.02);
}
/* line 91, ../sass/_floorplans.scss */
article.floorplan figure:hover figcaption {
  visibility: visible;
  opacity: 1;
}
/* line 96, ../sass/_floorplans.scss */
article.floorplan figure:hover span.cta {
  visibility: hidden;
}
/* line 103, ../sass/_floorplans.scss */
article.floorplan h1 {
  margin-top: 0;
  line-height: 1;
  text-transform: none;
  font-weight: 700;
  text-align: right;
  font-size: 1.1rem;
  background-color: #b49c6d;
  color: #ffffff;
  margin: 20px 0;
  display: inline-block;
  position: absolute;
  padding: 0.5em 1em;
  z-index: 90;
  right: 0px;
  top: -20px;
}
/* line 119, ../sass/_floorplans.scss */
article.floorplan h1 span {
  font-size: 1.3em;
}
/* line 124, ../sass/_floorplans.scss */
article.floorplan h2 {
  background: #292a2e;
  color: #b49c6d;
  font-size: 1rem;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: -50px;
  position: absolute;
}
/* line 137, ../sass/_floorplans.scss */
article.floorplan h3 {
  margin: 0 0 0;
  line-height: 1.2;
  font-size: 1.6rem;
}
/* line 141, ../sass/_floorplans.scss */
article.floorplan h3 span {
  padding: 0.5em 0;
  font-size: 0.8rem;
  display: inline-block;
  text-transform: none;
  font-weight: 600;
  white-space: nowrap;
}
/* line 153, ../sass/_floorplans.scss */
article.floorplan h5 {
  color: #b49c6d;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 160, ../sass/_floorplans.scss */
article.floorplan p {
  font-size: 15px;
}
/* line 163, ../sass/_floorplans.scss */
article.floorplan p.other {
  background: #b49c6d;
  background: linear-gradient(12deg, #b49c6d, #907d57);
  color: #ffffff;
  padding: 1.5em 2em;
  margin: 1rem 0 0;
  display: block;
  font-weight: 400;
  text-align: center;
}
/* line 172, ../sass/_floorplans.scss */
article.floorplan p.other strong {
  display: block;
  font-size: 1rem;
}
/* line 179, ../sass/_floorplans.scss */
article.floorplan p.attend {
  margin: 1rem 0;
  font-size: 0.8rem;
  font-weight: 900;
}

/* line 187, ../sass/_floorplans.scss */
.gallery_floorplans {
  position: relative;
}
/* line 190, ../sass/_floorplans.scss */
.gallery_floorplans article.floorplan {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
/* line 196, ../sass/_floorplans.scss */
.gallery_floorplans article.floorplan.fadeOut {
  animation: fadeOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 200ms;
}
/* line 205, ../sass/_floorplans.scss */
.gallery_floorplans article.floorplan.fadeIn {
  position: relative;
  visibility: visible;
  opacity: 0;
  animation: fadeIn;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 800ms;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
/* line 238, ../sass/_floorplans.scss */
a.plan {
  color: #b49c6d;
}
/* line 240, ../sass/_floorplans.scss */
a.plan.active {
  color: crimson;
}

/* line 1, ../sass/_before_after.scss */
.ba-slider {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

/* line 7, ../sass/_before_after.scss */
.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

/* line 13, ../sass/_before_after.scss */
.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

/* line 23, ../sass/_before_after.scss */
.ba-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #ececec;
  cursor: ew-resize;
}

/* line 34, ../sass/_before_after.scss */
.ba-slider .handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f07e';
  color: #292a2e;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 64px;
  background: #ececec;
  /* @orange */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(41, 42, 46, 0.6), 0 4px 20px 5px rgba(41, 42, 46, 0.4);
}

/*
.ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:50px;
    font-size:30px;
}*/
/* line 37, ../sass/_penthouse.scss */
body.penthouse nav.navbar-mg.affix {
  background: #222326;
}
/* line 43, ../sass/_penthouse.scss */
body.penthouse .fixed_container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 80vh;
  z-index: 1;
  background: #ffffff;
}
@media (min-width: 768px) {
  /* line 43, ../sass/_penthouse.scss */
  body.penthouse .fixed_container {
    height: 80vh;
  }
}
@media (min-width: 992px) {
  /* line 43, ../sass/_penthouse.scss */
  body.penthouse .fixed_container {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  /* line 43, ../sass/_penthouse.scss */
  body.penthouse .fixed_container {
    height: 80vh;
  }
}
/* line 50, ../sass/_penthouse.scss */
body.penthouse .fixed_container .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 58, ../sass/_penthouse.scss */
body.penthouse .fixed_container .fixed_image {
  will-change: filter, opacity, transform;
  position: fixed;
  height: 80vh;
  width: 100vw;
  overflow: hidden;
  background-image: url(/assets/img/penthouse/MG%20North%20East%20Hover%20Pano_mob.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: blur(0);
}
@media (min-width: 768px) {
  /* line 58, ../sass/_penthouse.scss */
  body.penthouse .fixed_container .fixed_image {
    height: 80vh;
  }
}
@media (min-width: 992px) {
  /* line 58, ../sass/_penthouse.scss */
  body.penthouse .fixed_container .fixed_image {
    height: 80vh;
  }
}
@media (min-width: 1200px) {
  /* line 58, ../sass/_penthouse.scss */
  body.penthouse .fixed_container .fixed_image {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  /* line 58, ../sass/_penthouse.scss */
  body.penthouse .fixed_container .fixed_image {
    background-image: url(/assets/img/penthouse/MG%20North%20East%20Hover%20Pano_tilt.jpg);
    background-size: cover;
    background-position: center right;
  }
}
/* line 78, ../sass/_penthouse.scss */
body.penthouse .fixed_container h1 {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-align: left;
  display: block;
  width: 100%;
  max-width: auto;
  bottom: 60px;
  right: 0;
  left: 0;
}
@media (min-width: 992px) {
  /* line 78, ../sass/_penthouse.scss */
  body.penthouse .fixed_container h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  /* line 78, ../sass/_penthouse.scss */
  body.penthouse .fixed_container h1 {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  /* line 78, ../sass/_penthouse.scss */
  body.penthouse .fixed_container h1 {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  /* line 78, ../sass/_penthouse.scss */
  body.penthouse .fixed_container h1 {
    max-width: 1200px;
  }
}
/* line 107, ../sass/_penthouse.scss */
body.penthouse .fixed_container img {
  position: fixed;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  display: block;
  width: 80%;
  top: 60px;
  left: 10%;
}
@media (min-width: 768px) {
  /* line 107, ../sass/_penthouse.scss */
  body.penthouse .fixed_container img {
    position: absolute;
    width: 100%;
    max-width: 340px;
    bottom: 60px;
    top: auto;
    left: 0;
  }
}
/* line 129, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container {
  height: 400px;
  background: #292a2e;
  background: linear-gradient(#7c6b54, #292a2e);
}
@media (min-width: 768px) {
  /* line 129, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container {
    height: 50vh;
    max-height: 700px;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 129, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container {
    height: 60vh;
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  /* line 129, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container {
    height: 70vh;
    min-height: 680px;
  }
}
/* line 133, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container .fixed_video {
  will-change: filter, opacity, transform;
  position: fixed;
  height: 400px;
  width: 100vw;
  overflow: hidden;
  opacity: 1;
  filter: blur(0);
  background: none;
}
@media (min-width: 768px) {
  /* line 133, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container .fixed_video {
    height: 50vh;
    max-height: 700px;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 133, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container .fixed_video {
    height: 60vh;
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  /* line 133, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container .fixed_video {
    height: 70vh;
    min-height: 680px;
  }
}
/* line 144, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container .fixed_video video {
  position: absolute;
  top: 0;
  left: 0;
  top: calc(50%);
  left: calc(50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: fill;
  opacity: 0.2;
}
/* line 162, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container h1 {
  position: absolute;
  font-size: 4rem;
  line-height: 0.9;
  margin: -1em auto 0;
  padding: 0;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  display: block;
  width: 100%;
  max-width: auto;
  top: 66%;
  right: 0;
  left: 0;
  text-shadow: 0px 12px 30px rgba(41, 42, 46, 0.4);
}
@media (min-width: 768px) {
  /* line 162, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h1 {
    top: 50%;
    font-size: 10rem;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  /* line 162, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h1 {
    font-size: 12rem;
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  /* line 162, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h1 {
    font-size: 14rem;
    max-width: 1200px;
  }
}
/* line 194, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container h2 {
  position: absolute;
  font-size: 2rem;
  line-height: 0.9;
  margin: 0 auto 0;
  padding: 0;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  display: block;
  width: 100%;
  max-width: auto;
  bottom: 10%;
  right: 0;
  left: 0;
  text-shadow: 0px 6px 15px rgba(41, 42, 46, 0.4);
}
@media (min-width: 768px) {
  /* line 194, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h2 {
    font-size: 5rem;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  /* line 194, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h2 {
    font-size: 6rem;
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  /* line 194, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container h2 {
    font-size: 7rem;
    max-width: 1200px;
  }
}
/* line 225, ../sass/_penthouse.scss */
body.penthouse .fixed_video_container img {
  position: fixed;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  display: block;
  width: 80%;
  top: 60px;
  left: 10%;
}
@media (min-width: 768px) {
  /* line 225, ../sass/_penthouse.scss */
  body.penthouse .fixed_video_container img {
    position: absolute;
    width: 100%;
    max-width: 340px;
    bottom: 60px;
    top: auto;
    left: 0;
  }
}
/* line 247, ../sass/_penthouse.scss */
body.penthouse .post_fixed_container {
  position: relative;
  width: 100%;
  z-index: 3;
}
/* line 253, ../sass/_penthouse.scss */
body.penthouse main.penthouse {
  background: #292a2e;
  color: #ececec;
}
@media (min-width: 768px) {
  /* line 253, ../sass/_penthouse.scss */
  body.penthouse main.penthouse {
    padding-bottom: 120px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  /* line 265, ../sass/_penthouse.scss */
  body.penthouse main.penthouse.event {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}
/* line 273, ../sass/_penthouse.scss */
body.penthouse main.penthouse .compare {
  background: linear-gradient(0deg, #292a2e 180.83px, rgba(248, 245, 240, 0.1) 80.83px, rgba(248, 245, 240, 0.1) 100%);
  position: relative;
  padding: 20px 0 0px 0;
  margin: 40px 0;
}
@media (min-width: 992px) {
  /* line 273, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .compare {
    padding: 60px 0 0px 0;
    margin: 140px 0;
  }
}
/* line 286, ../sass/_penthouse.scss */
body.penthouse main.penthouse .light_bg {
  background: rgba(248, 245, 240, 0.1);
}
@media (max-width: 767px) {
  /* line 286, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  /* line 295, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg {
    background: linear-gradient(90deg, #292a2e 80.83px, rgba(248, 245, 240, 0.1) 80.83px, rgba(248, 245, 240, 0.1) 100%);
  }
  /* line 298, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg {
    background: linear-gradient(270deg, #292a2e 80.83px, rgba(255, 255, 255, 0.1) 80.83px, rgba(255, 255, 255, 0.1) 100%);
  }
  /* line 301, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_narrow {
    background: linear-gradient(270deg, #292a2e 80.83px, rgba(248, 245, 240, 0.1) 80.83px, rgba(248, 245, 240, 0.1) 100%);
    position: relative;
  }
  /* line 304, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80.83px;
    background: #292a2e;
  }
  /* line 315, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .charcoal_bg_narrow {
    background: linear-gradient(270deg, #292a2e 80.83px, #333539 80.83px, #333539 100%);
    position: relative;
  }
  /* line 318, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .charcoal_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80.83px;
    background: #292a2e;
  }
  /* line 329, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg_narrow {
    background: linear-gradient(90deg, #292a2e 80.83px, rgba(255, 255, 255, 0.1) 80.83px, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
  }
  /* line 332, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80.83px;
    background: #292a2e;
  }
  /* line 344, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_split {
    background: linear-gradient(270deg, rgba(248, 245, 240, 0) 80.83px, #f8f5f0 80.83px, #f8f5f0 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
  }
  /* line 346, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_split div.split {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 80.83px;
    height: auto;
    margin-left: -40.415px;
    margin-top: 0;
    background: #292a2e;
  }
}
@media (min-width: 1200px) {
  /* line 364, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg {
    background: linear-gradient(90deg, #292a2e 97.5px, rgba(248, 245, 240, 0.1) 97.5px, rgba(248, 245, 240, 0.1) 100%);
  }
  /* line 367, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg {
    background: linear-gradient(270deg, #292a2e 97.5px, rgba(255, 255, 255, 0.1) 97.5px, rgba(255, 255, 255, 0.1) 100%);
  }
  /* line 370, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg_narrow {
    background: linear-gradient(90deg, #292a2e 97.5px, rgba(255, 255, 255, 0.1) 97.5px, rgba(255, 255, 255, 0.1) 100%);
  }
  /* line 372, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_gray_bg_narrow:before {
    width: 97.5px;
  }
  /* line 376, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_narrow {
    background: linear-gradient(270deg, #292a2e 97.5px, rgba(248, 245, 240, 0.1) 97.5px, rgba(248, 245, 240, 0.1) 100%);
  }
  /* line 378, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_narrow:before {
    width: 97.5px;
  }
  /* line 382, ../sass/_penthouse.scss */
  body.penthouse main.penthouse .light_bg_split {
    background: linear-gradient(270deg, rgba(248, 245, 240, 0) 97.5px, #f8f5f0 97.5px, #f8f5f0 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
  }
}
/* line 388, ../sass/_penthouse.scss */
body.penthouse .long_ticks {
  color: #ececec;
  font-weight: 500;
}
/* line 391, ../sass/_penthouse.scss */
body.penthouse .long_ticks i.fa {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1em;
}
/* line 397, ../sass/_penthouse.scss */
body.penthouse .btn-txt-cta-home {
  color: #b49c6d;
  max-width: 180px;
}
/* line 401, ../sass/_penthouse.scss */
body.penthouse .btn-txt-cta-home:after {
  background: #b49c6d;
}
/* line 405, ../sass/_penthouse.scss */
body.penthouse .btn-txt-cta-home:hover {
  color: #e0c79a;
  border-color: #e0c79a;
}
/* line 408, ../sass/_penthouse.scss */
body.penthouse .btn-txt-cta-home:hover:after {
  background: #ffffff;
}

@media (min-width: 992px) {
  /* line 415, ../sass/_penthouse.scss */
  .mid_call {
    padding: 200px 0;
  }
}

/* line 421, ../sass/_penthouse.scss */
.deets {
  padding: 60px 0 0;
}
/* line 424, ../sass/_penthouse.scss */
.deets h2 {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(236, 236, 236, 0.6);
  display: block;
  height: 140px;
  width: 140px;
  margin: 0 auto 40px;
  text-align: center;
  border-radius: 140px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
/* line 436, ../sass/_penthouse.scss */
.deets h2 span {
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  margin-top: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  /* line 421, ../sass/_penthouse.scss */
  .deets {
    padding: 100px 0 0;
  }
}

/* line 451, ../sass/_penthouse.scss */
body.event nav {
  display: none !important;
}
/* line 455, ../sass/_penthouse.scss */
body.event section.form {
  margin: 80px 0;
}
@media (min-width: 992px) {
  /* line 455, ../sass/_penthouse.scss */
  body.event section.form {
    margin: 180px 0;
  }
}

/* line 1, ../sass/_slideshow.scss */
.slideshow {
  background: #ececec;
  margin: 0 auto 50px;
}
/* line 9, ../sass/_slideshow.scss */
.slideshow img {
  width: 100%;
  position: relative;
  height: auto;
}

/* line 16, ../sass/_slideshow.scss */
.slide_controls {
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  min-height: 50px;
  overflow: hidden;
}
@media (min-width: 992px) {
  /* line 16, ../sass/_slideshow.scss */
  .slide_controls {
    margin: 0 auto;
  }
}
/* line 28, ../sass/_slideshow.scss */
.slide_controls .slide_number {
  color: rgba(236, 236, 236, 0.5);
  font-size: 0.8rem;
  width: 25%;
  user-select: none;
  float: left;
  font-weight: 400;
}
@media (min-width: 992px) {
  /* line 28, ../sass/_slideshow.scss */
  .slide_controls .slide_number {
    width: 15%;
  }
}
/* line 38, ../sass/_slideshow.scss */
.slide_controls .slide_number b {
  font-weight: 800;
  color: #ececec;
  min-width: 1.8em;
  padding-right: 0.2em;
  display: inline-block;
  text-align: right;
}
/* line 47, ../sass/_slideshow.scss */
.slide_controls .slide_cont {
  display: none;
  user-select: none;
}
@media (min-width: 992px) {
  /* line 47, ../sass/_slideshow.scss */
  .slide_controls .slide_cont {
    display: block;
    cursor: pointer;
    color: #b49c6d;
    font-size: 0.9em;
    font-weight: 600;
    width: 9%;
    float: right;
    text-align: right;
    line-height: 1rem;
  }
  /* line 60, ../sass/_slideshow.scss */
  .slide_controls .slide_cont span {
    padding-bottom: 0.3em;
    white-space: nowrap;
  }
  /* line 65, ../sass/_slideshow.scss */
  .slide_controls .slide_cont i {
    font-size: 1rem;
  }
}
/* line 69, ../sass/_slideshow.scss */
.slide_controls .slide_cont:hover {
  color: #ececec;
}
/* line 73, ../sass/_slideshow.scss */
.slide_controls .slide_cont.slide_prev {
  width: 3%;
  margin-right: 3%;
  text-align: left;
  float: left;
}
/* line 80, ../sass/_slideshow.scss */
.slide_controls .slide_progress {
  background: rgba(236, 236, 236, 0.1);
  width: 75%;
  user-select: none;
  height: 1px;
  position: relative;
  float: left;
  display: block;
  margin: 0.5em 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 80, ../sass/_slideshow.scss */
  .slide_controls .slide_progress {
    width: 66%;
  }
}
/* line 93, ../sass/_slideshow.scss */
.slide_controls .slide_progress span {
  background: #b49c6d;
  height: 1px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 109, ../sass/_slideshow.scss */
.slide_controls.sml .slide_number {
  width: 25%;
}
@media (min-width: 992px) {
  /* line 109, ../sass/_slideshow.scss */
  .slide_controls.sml .slide_number {
    width: 15%;
  }
}
@media (min-width: 992px) {
  /* line 115, ../sass/_slideshow.scss */
  .slide_controls.sml .slide_cont {
    width: 16%;
  }
}
/* line 120, ../sass/_slideshow.scss */
.slide_controls.sml .slide_cont.slide_prev {
  width: 3%;
  margin-right: 3%;
}
/* line 125, ../sass/_slideshow.scss */
.slide_controls.sml .slide_progress {
  width: 75%;
}
@media (min-width: 992px) {
  /* line 125, ../sass/_slideshow.scss */
  .slide_controls.sml .slide_progress {
    width: 62%;
  }
}

/* line 135, ../sass/_slideshow.scss */
.slide_controls.light .slide_number {
  color: rgba(124, 107, 84, 0.6);
}
@media (min-width: 992px) {
  /* line 138, ../sass/_slideshow.scss */
  .slide_controls.light .slide_number b {
    color: #7c6b54;
  }
}
@media (min-width: 992px) {
  /* line 142, ../sass/_slideshow.scss */
  .slide_controls.light .slide_cont {
    color: #b49c6d;
  }
}
/* line 146, ../sass/_slideshow.scss */
.slide_controls.light .slide_cont:hover {
  color: #7c6b54;
}
/* line 150, ../sass/_slideshow.scss */
.slide_controls.light .slide_progress {
  background: rgba(124, 107, 84, 0.1);
}
/* line 154, ../sass/_slideshow.scss */
.slide_controls.light .slide_progress span {
  background: #b49c6d;
}

/* line 73, ../sass/melbourne_grand_v2.scss */
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #333539;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  font-synthesis: none;
}
/* line 87, ../sass/melbourne_grand_v2.scss */
body div.grecaptcha-badge,
html div.grecaptcha-badge {
  opacity: 0;
  display: none;
}

/* line 94, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg {
  background: none;
  color: #f8f5f0;
  border: none;
  transition: all 400ms ease-in-out;
  position: fixed;
  transform: translateY(0px);
  will-change: translateY;
  z-index: 9000;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  /* line 94, ../sass/melbourne_grand_v2.scss */
  nav.navbar-mg {
    transform: translateY(0px) !important;
    position: fixed !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* line 113, ../sass/melbourne_grand_v2.scss */
  nav.navbar-mg .navbar-toggle {
    background: rgba(255, 255, 255, 0.2);
    border: rgba(255, 255, 255, 0.8);
    margin-right: 0;
  }
  /* line 117, ../sass/melbourne_grand_v2.scss */
  nav.navbar-mg .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  /* line 122, ../sass/melbourne_grand_v2.scss */
  nav.navbar-mg .navbar-collapse {
    width: 100vw;
    background: rgba(41, 42, 46, 0.6);
    background: linear-gradient(rgba(41, 42, 46, 0), rgba(41, 42, 46, 0.9));
  }
}
/* line 133, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg .nav > li > a:focus,
nav.navbar-mg .nav > li > a:hover {
  background: none;
}
/* line 137, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg .navbar-brand {
  opacity: 0;
  transition: opacity 400ms ease-out;
  padding: 11px 0 0;
}
/* line 141, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg .navbar-brand img {
  height: 29px;
  width: auto;
}
/* line 146, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg a {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 900;
  color: #f8f5f0;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 146, ../sass/melbourne_grand_v2.scss */
  nav.navbar-mg a {
    font-size: 0.86rem;
    text-align: left;
    line-height: 1.7;
    font-weight: 700;
    text-shadow: none;
  }
}
/* line 163, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg a:hover {
  background: none;
  color: #b49c6d;
}
/* line 168, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li {
  background: transparant;
  transition: background 200ms ease-out;
}
/* line 171, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li.active {
  background: rgba(152, 128, 89, 0.6);
}
/* line 173, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li.active a {
  color: #292a2e;
  cursor: default;
}
/* line 178, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li.register {
  background: none;
}
/* line 180, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li.register a {
  background: #e0c79a;
  background: linear-gradient(12deg, #e0c79a, #988059) !important;
  color: #292a2e !important;
  padding: 5px 20px;
  margin: 10px 15px 10px 20px;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 0.04em;
  text-shadow: none;
}
/* line 190, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg li.register a:hover {
  background: #7c6b54;
  background: linear-gradient(12deg, #7c6b54 0%, #e0c79a 150%) !important;
}
/* line 197, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.affix {
  position: fixed;
  background: #292a2e;
  transform: translateY(-60px);
}
/* line 201, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.affix .navbar-brand {
  opacity: 1;
}
/* line 204, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.affix a {
  color: #b49c6d;
}
/* line 206, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.affix a:hover {
  color: #e0c79a;
}
/* line 213, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.affix li.active a:hover {
  color: #ffffff;
}
/* line 223, ../sass/melbourne_grand_v2.scss */
nav.navbar-mg.nav-down {
  transform: translateY(0px);
}

/* line 230, ../sass/melbourne_grand_v2.scss */
.with_cookie {
  display: none;
}

/* line 236, ../sass/melbourne_grand_v2.scss */
img {
  -ms-interpolation-mode: bicubic !important;
}

/* line 240, ../sass/melbourne_grand_v2.scss */
.will_fadeIn {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  will-change: opacity, transform;
}

/* line 247, ../sass/melbourne_grand_v2.scss */
.do_fadeIn {
  visibility: visible !important;
  animation: do_fadeIn_annimation;
  animation-fill-mode: forwards;
  animation-name: do_fadeIn_annimation;
  animation-duration: 800ms;
  animation-timing-function: ease-out;
}

@keyframes do_fadeIn_annimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
/* line 267, ../sass/melbourne_grand_v2.scss */
a {
  color: #b49c6d;
}
/* line 269, ../sass/melbourne_grand_v2.scss */
a:hover, a:active {
  color: #292a2e;
  text-decoration: underline;
}

/* line 277, ../sass/melbourne_grand_v2.scss */
h1 {
  font-size: 1.8rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  /* line 277, ../sass/melbourne_grand_v2.scss */
  h1 {
    font-size: 2.6rem;
  }
}
/* line 288, ../sass/melbourne_grand_v2.scss */
h1 span.bigger {
  font-weight: 300;
  font-size: 2em;
}
/* line 292, ../sass/melbourne_grand_v2.scss */
h1.bigger {
  font-size: 240%;
  margin-bottom: 0.6em;
  line-height: 1;
  padding-bottom: 0;
  text-shadow: -6px 6px 0 #ececec;
}
@media (min-width: 768px) {
  /* line 292, ../sass/melbourne_grand_v2.scss */
  h1.bigger {
    font-size: 420%;
    margin-bottom: 0;
  }
}
/* line 302, ../sass/melbourne_grand_v2.scss */
h1.bigger.no-shadow {
  text-shadow: none;
  margin-top: 0;
}
/* line 306, ../sass/melbourne_grand_v2.scss */
h1.bigger.top {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

/* line 316, ../sass/melbourne_grand_v2.scss */
section.form h1.bigger {
  font-size: 240%;
}
@media (min-width: 768px) {
  /* line 316, ../sass/melbourne_grand_v2.scss */
  section.form h1.bigger {
    font-size: 320%;
    margin-top: 8rem;
  }
}

/* line 326, ../sass/melbourne_grand_v2.scss */
.post_bigger {
  margin-top: 8px !important;
  padding-top: 0;
}

/* line 331, ../sass/melbourne_grand_v2.scss */
.pre_bigger {
  margin-top: 0 !important;
  padding-top: 0;
  margin-bottom: 0.5em !important;
  padding-bottom: 0;
}

/* line 338, ../sass/melbourne_grand_v2.scss */
h2 {
  font-size: 1.64rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  /* line 338, ../sass/melbourne_grand_v2.scss */
  h2 {
    font-size: 1.7rem;
  }
}
/* line 349, ../sass/melbourne_grand_v2.scss */
h2.go_cta {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.6rem;
}

/* line 359, ../sass/melbourne_grand_v2.scss */
h3 {
  font-size: 1.6rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 364, ../sass/melbourne_grand_v2.scss */
h3 span.smaller {
  font-size: 78%;
  font-weight: 700;
}

/* line 370, ../sass/melbourne_grand_v2.scss */
h4 {
  font-size: 1.2rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 374, ../sass/melbourne_grand_v2.scss */
h4.sub-head {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
  letter-spacing: 0.04em;
}
/* line 381, ../sass/melbourne_grand_v2.scss */
h4.sub-head span.smaller {
  font-size: 78%;
  text-transform: uppercase;
}
/* line 386, ../sass/melbourne_grand_v2.scss */
h4 strong {
  font-weight: 900;
}

/* line 392, ../sass/melbourne_grand_v2.scss */
h5,
h6 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  /* line 398, ../sass/melbourne_grand_v2.scss */
  .sm-text-nowrap {
    white-space: nowrap;
  }
}

/* line 407, ../sass/melbourne_grand_v2.scss */
.form h3 {
  font-size: 2rem;
}
/* line 411, ../sass/melbourne_grand_v2.scss */
.form h4 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 1.6rem;
  font-weight: 700;
}

/* line 420, ../sass/melbourne_grand_v2.scss */
.hours {
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  display: block;
  text-transform: none;
  font-weight: 400;
}
/* line 428, ../sass/melbourne_grand_v2.scss */
.hours strong {
  font-weight: 700;
}
/* line 431, ../sass/melbourne_grand_v2.scss */
.hours i.fa {
  margin-right: 0.5rem;
  color: #b49c6d;
}

/* line 440, ../sass/melbourne_grand_v2.scss */
.bigger {
  display: block;
  font-size: 2em;
  line-height: 1.2;
}

/* line 446, ../sass/melbourne_grand_v2.scss */
a.tel {
  color: inherit;
  padding-left: 1.3em;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
/* line 452, ../sass/melbourne_grand_v2.scss */
a.tel i.fa {
  opacity: 0.9;
  line-height: 1;
  font-size: 1.1em;
  margin-top: 6px;
  margin-left: -1.2em;
  position: absolute;
  color: #b49c6d;
}

/* line 463, ../sass/melbourne_grand_v2.scss */
.long_ticks {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0px 0 10px;
  text-align: center;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #292a2e;
}
/* line 471, ../sass/melbourne_grand_v2.scss */
.long_ticks i.fa {
  color: #b49c6d;
  padding: 0 6px 20px 0px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  /* line 471, ../sass/melbourne_grand_v2.scss */
  .long_ticks i.fa {
    padding: 0 6px 20px 30px;
    font-size: 1.1rem;
  }
}
/* line 481, ../sass/melbourne_grand_v2.scss */
.long_ticks span {
  white-space: nowrap;
}
/* line 485, ../sass/melbourne_grand_v2.scss */
.long_ticks.wbr {
  padding-top: 0;
}
/* line 487, ../sass/melbourne_grand_v2.scss */
.long_ticks.wbr span {
  white-space: normal;
}

/* line 495, ../sass/melbourne_grand_v2.scss */
.left_ticks {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 40px 0 10px 26px;
}
/* line 501, ../sass/melbourne_grand_v2.scss */
.left_ticks i.fa {
  padding-left: 0;
  color: #8b8e98;
  position: absolute;
  margin: 4px 0 0 -26px;
}
/* line 508, ../sass/melbourne_grand_v2.scss */
.left_ticks span {
  white-space: normal;
  display: block;
  margin-bottom: 1em;
}

/* line 514, ../sass/melbourne_grand_v2.scss */
.ul_ticks {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ececec;
  font-weight: 500;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 40px;
}
/* line 523, ../sass/melbourne_grand_v2.scss */
.ul_ticks li {
  display: inline-block;
  padding-bottom: 1em;
}
/* line 528, ../sass/melbourne_grand_v2.scss */
.ul_ticks i.fa {
  padding-left: 0;
  color: #8b8e98;
  position: absolute;
  margin: 4px 0 0 -26px;
}
/* line 535, ../sass/melbourne_grand_v2.scss */
.ul_ticks span {
  white-space: normal;
  display: block;
  margin-bottom: 1em;
}

/* line 542, ../sass/melbourne_grand_v2.scss */
.prices {
  text-align: center;
  padding: 100px 0 80px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  max-width: 800px;
  margin: 100px auto;
}
/* line 549, ../sass/melbourne_grand_v2.scss */
.prices img {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 556, ../sass/melbourne_grand_v2.scss */
.prices h3 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
/* line 561, ../sass/melbourne_grand_v2.scss */
.prices h3 i {
  font-style: normal;
  font-size: 0.7em;
  font-weight: 300;
}
/* line 566, ../sass/melbourne_grand_v2.scss */
.prices h3 span {
  position: absolute;
  color: #b49c6d;
  font-size: 1rem;
  margin-top: -1.3rem;
  font-weight: 400;
}
/* line 574, ../sass/melbourne_grand_v2.scss */
.prices p {
  color: #988059;
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 579, ../sass/melbourne_grand_v2.scss */
.prices.home_prices {
  border: none;
  padding: 60px 0 0px;
  margin: 0px auto;
}
@media (min-width: 992px) {
  /* line 579, ../sass/melbourne_grand_v2.scss */
  .prices.home_prices {
    padding: 100px 0 0px;
  }
}

/* line 590, ../sass/melbourne_grand_v2.scss */
blockquote {
  border: none;
  color: #988059;
  font-style: italic;
  position: relative;
  padding-bottom: 0;
}
/* line 596, ../sass/melbourne_grand_v2.scss */
blockquote p {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.3;
}
/* line 601, ../sass/melbourne_grand_v2.scss */
blockquote:before {
  content: '\f10d';
  font-style: normal;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.2rem;
  color: rgba(152, 128, 89, 0.3);
  position: absolute;
  left: -2rem;
  bottom: 0rem;
}

/* line 614, ../sass/melbourne_grand_v2.scss */
.gold {
  color: #b49c6d;
}

/* line 618, ../sass/melbourne_grand_v2.scss */
p {
  font-size: 1.03rem;
  margin-bottom: 1.8rem;
}
/* line 621, ../sass/melbourne_grand_v2.scss */
p span.call {
  display: block;
  padding-top: 1.6rem;
  color: #333539;
  font-weight: 300;
}
/* line 626, ../sass/melbourne_grand_v2.scss */
p span.call a {
  font-size: 2rem;
}

/* line 632, ../sass/melbourne_grand_v2.scss */
p.lead {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}

/* line 638, ../sass/melbourne_grand_v2.scss */
p.quote {
  color: #988059;
  font-size: 1.2rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: 200;
  padding-top: 1rem;
}
/* line 645, ../sass/melbourne_grand_v2.scss */
p.quote i.fa {
  color: #b49c6d;
  position: absolute;
  margin-top: -2.2rem;
  margin-left: -2.2rem;
  font-size: 5rem;
  opacity: 0.16;
}

/* line 655, ../sass/melbourne_grand_v2.scss */
p strong {
  font-weight: 700;
}

/* line 659, ../sass/melbourne_grand_v2.scss */
.btn.rect {
  color: #292a2e;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  height: 3em;
  line-height: 3em;
  position: relative;
  z-index: 5;
  margin-top: 2rem;
}
/* line 673, ../sass/melbourne_grand_v2.scss */
.btn.rect:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: -50%;
}
/* line 681, ../sass/melbourne_grand_v2.scss */
.btn.rect:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: -50%;
  background: #b49c6d;
  z-index: -1;
  opacity: 0.5;
  transition: transform 300ms ease-out, opacity 440ms linear;
}
/* line 694, ../sass/melbourne_grand_v2.scss */
.btn.rect:hover:before {
  transform: translate3d(-25%, 0, 0);
  opacity: 0.2;
}
/* line 699, ../sass/melbourne_grand_v2.scss */
.btn.rect:active {
  box-shadow: none;
}
/* line 702, ../sass/melbourne_grand_v2.scss */
.btn.rect:active:before {
  transform: translate3d(-25%, 0, 0);
  opacity: 1;
}
/* line 708, ../sass/melbourne_grand_v2.scss */
.btn.rect.outline:before {
  background-color: transparent;
  border: 2px solid #b49c6d;
}
/* line 712, ../sass/melbourne_grand_v2.scss */
.btn.rect.outline:hover {
  color: #b49c6d;
}
/* line 714, ../sass/melbourne_grand_v2.scss */
.btn.rect.outline:hover:before {
  opacity: 1;
  border-color: #292a2e;
  background-color: #292a2e;
}

/* line 723, ../sass/melbourne_grand_v2.scss */
.btn.submit {
  color: #292a2e;
  background: #b49c6d;
  padding: 0 2em;
  margin: 0;
  border: none;
  border-radius: 0;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  height: 3em;
  line-height: 3em;
  position: relative;
  z-index: 5;
  margin-top: 2rem;
  transition: all 200ms ease-out;
}
/* line 740, ../sass/melbourne_grand_v2.scss */
.btn.submit:hover {
  background: #292a2e;
  color: #b49c6d;
  cursor: pointer;
  box-shadow: -10px 10px 0 0px rgba(180, 156, 109, 0.42);
}
/* line 746, ../sass/melbourne_grand_v2.scss */
.btn.submit.reverse {
  background: #292a2e;
  color: #b49c6d;
}
/* line 749, ../sass/melbourne_grand_v2.scss */
.btn.submit.reverse:hover {
  background: #ffffff;
  color: #b49c6d;
  cursor: pointer;
  box-shadow: -10px 10px 0 0px rgba(41, 42, 46, 0.42);
}

/* line 758, ../sass/melbourne_grand_v2.scss */
.btn-txt {
  color: #333539;
  border: none;
  height: 3em;
  line-height: 3em;
  font-size: 1.1rem;
  border-bottom: 2px solid #333539;
  border-radius: 0;
}
/* line 767, ../sass/melbourne_grand_v2.scss */
.btn-txt .fa {
  font-size: 1em;
  line-height: 1;
  margin-left: 0em;
  margin-right: 0.6em;
}
/* line 773, ../sass/melbourne_grand_v2.scss */
.btn-txt.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 776, ../sass/melbourne_grand_v2.scss */
.btn-txt.btn-white:hover {
  color: #292a2e;
}
/* line 780, ../sass/melbourne_grand_v2.scss */
.btn-txt:hover {
  color: #b49c6d;
  border-color: #b49c6d;
}
/* line 784, ../sass/melbourne_grand_v2.scss */
.btn-txt.white {
  background: #ffffff;
  color: crimson;
  border-color: crimson;
}

/* line 793, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta {
  padding: 0 1.4em;
  margin: 1em 0 0;
  border-radius: 0;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #292a2e;
  height: 48px;
  line-height: 2.8em;
  font-size: 1rem;
  background: #b49c6d;
  border-radius: 0;
  border: 2px solid #b49c6d;
}
/* line 810, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta .fa {
  font-size: 1em;
  line-height: 1;
  margin-left: 0em;
  margin-right: 0.6em;
}
/* line 817, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta:hover {
  color: #b49c6d;
  border-color: #b49c6d;
  text-decoration: none;
  background: none;
}
/* line 825, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta:before {
  display: none;
}
/* line 829, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta.white {
  background: #ffffff;
  color: crimson;
  border-color: crimson;
}

/* line 839, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home {
  color: #292a2e;
  position: relative;
  padding: 0;
  margin: 1em 0 0;
  border-radius: 0;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #292a2e;
  font-size: 0.96rem;
  height: 40px;
  border-radius: 0;
  display: block;
}
/* line 860, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 70%;
  background: #b49c6d;
  left: 0;
  top: 29px;
  transition: all 420ms ease-out;
}
/* line 872, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home .fa {
  font-size: 1em;
  line-height: 1;
  margin-left: 0em;
  margin-right: 0.6em;
}
/* line 879, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home:hover {
  color: #b49c6d;
  border-color: #b49c6d;
  text-decoration: none;
}
/* line 883, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home:hover:after {
  background: #292a2e;
  transform: translateX(40%);
}
/* line 889, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home:before {
  display: none;
}
/* line 893, ../sass/melbourne_grand_v2.scss */
.btn-txt-cta-home.white {
  background: #ffffff;
  color: crimson;
  border-color: crimson;
}

/* line 901, ../sass/melbourne_grand_v2.scss */
.layout {
  margin: 200px auto;
}

/* line 905, ../sass/melbourne_grand_v2.scss */
.drop_15 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 905, ../sass/melbourne_grand_v2.scss */
  .drop_15 {
    margin-top: 45px;
  }
}

/* line 912, ../sass/melbourne_grand_v2.scss */
.drop_10 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 912, ../sass/melbourne_grand_v2.scss */
  .drop_10 {
    margin-top: 25px;
  }
}

/* line 919, ../sass/melbourne_grand_v2.scss */
.sml-drop {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  /* line 919, ../sass/melbourne_grand_v2.scss */
  .sml-drop {
    margin-top: 0;
  }
}

/* line 927, ../sass/melbourne_grand_v2.scss */
.drop_40 {
  margin-top: 40px;
}

/* line 931, ../sass/melbourne_grand_v2.scss */
.drop_140 {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 931, ../sass/melbourne_grand_v2.scss */
  .drop_140 {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

/* line 940, ../sass/melbourne_grand_v2.scss */
.pad_40 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 940, ../sass/melbourne_grand_v2.scss */
  .pad_40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 948, ../sass/melbourne_grand_v2.scss */
.pad_bot_80 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 948, ../sass/melbourne_grand_v2.scss */
  .pad_bot_80 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

/* line 956, ../sass/melbourne_grand_v2.scss */
.drop_5rem {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  /* line 956, ../sass/melbourne_grand_v2.scss */
  .drop_5rem {
    margin-top: 5rem;
  }
}

/* line 963, ../sass/melbourne_grand_v2.scss */
.drop_10rem {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  /* line 963, ../sass/melbourne_grand_v2.scss */
  .drop_10rem {
    margin-top: 10rem;
  }
}

/* line 970, ../sass/melbourne_grand_v2.scss */
.drop_15rem {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  /* line 970, ../sass/melbourne_grand_v2.scss */
  .drop_15rem {
    margin-top: 15rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 977, ../sass/melbourne_grand_v2.scss */
  .nodrop_sm {
    margin-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 982, ../sass/melbourne_grand_v2.scss */
  .nodrop_md {
    margin-top: 45px;
  }
}

/* line 987, ../sass/melbourne_grand_v2.scss */
img.drop_5rem {
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 987, ../sass/melbourne_grand_v2.scss */
  img.drop_5rem {
    margin-top: 3rem;
  }
}

/* line 994, ../sass/melbourne_grand_v2.scss */
.ce-row {
  margin: 100px 0 40px;
}
@media (min-width: 768px) {
  /* line 994, ../sass/melbourne_grand_v2.scss */
  .ce-row {
    margin: 100px 0;
  }
}
/* line 999, ../sass/melbourne_grand_v2.scss */
.ce-row .award-row {
  opacity: 0.8;
}
/* line 1000, ../sass/melbourne_grand_v2.scss */
.ce-row .award-row p {
  font-size: 0.9rem;
  text-align: right;
  margin-top: 3em;
}

/* line 1009, ../sass/melbourne_grand_v2.scss */
.ce-logo {
  max-width: 90%;
  margin: 0 0 2rem;
}
@media (min-width: 992px) {
  /* line 1009, ../sass/melbourne_grand_v2.scss */
  .ce-logo {
    max-width: 400px;
  }
}

/* line 1017, ../sass/melbourne_grand_v2.scss */
.ce-30th {
  max-width: 90%;
  display: block;
  margin: 40px auto 3rem;
}
@media (min-width: 768px) {
  /* line 1017, ../sass/melbourne_grand_v2.scss */
  .ce-30th {
    margin-top: 0;
  }
}

/* line 1026, ../sass/melbourne_grand_v2.scss */
.light_box {
  background: #f8f5f0;
  padding-bottom: 80px;
}

/* line 1031, ../sass/melbourne_grand_v2.scss */
.light_bg {
  background: #f8f5f0;
}

/* line 1035, ../sass/melbourne_grand_v2.scss */
.light_bg_col {
  background: #f8f5f0;
}

/* line 1039, ../sass/melbourne_grand_v2.scss */
.light_bg_gray_col {
  background: #ececec;
}

/* line 1043, ../sass/melbourne_grand_v2.scss */
.charcoal_bg {
  background: #333539;
  color: #ffffff;
}

/* line 1048, ../sass/melbourne_grand_v2.scss */
.light_gray_bg {
  background: #ececec;
}

/* line 1053, ../sass/melbourne_grand_v2.scss */
.gray_bg {
  background: #333539;
  color: #ffffff;
}

/* line 1059, ../sass/melbourne_grand_v2.scss */
.light_bg_split {
  position: relative;
  background: linear-gradient(0deg, rgba(248, 245, 240, 0) 80.83px, #f8f5f0 80.83px, #f8f5f0 50%, rgba(41, 42, 46, 0.1) 50%, rgba(41, 42, 46, 0.1) 100%);
}
/* line 1063, ../sass/melbourne_grand_v2.scss */
.light_bg_split div.split {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  height: 80.83px;
  width: 100%;
  margin-top: -40.415px;
  background: #ffffff;
}

@media (min-width: 992px) {
  /* line 1078, ../sass/melbourne_grand_v2.scss */
  .light_bg {
    background: linear-gradient(90deg, #ffffff 80.83px, #f8f5f0 80.83px, #f8f5f0 100%);
  }

  /* line 1081, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg {
    background: linear-gradient(270deg, #ffffff 80.83px, rgba(41, 42, 46, 0.1) 80.83px, rgba(41, 42, 46, 0.1) 100%);
  }

  /* line 1084, ../sass/melbourne_grand_v2.scss */
  .light_bg_narrow {
    background: linear-gradient(270deg, #ffffff 80.83px, #f8f5f0 80.83px, #f8f5f0 100%);
    position: relative;
  }
  /* line 1087, ../sass/melbourne_grand_v2.scss */
  .light_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80.83px;
    background: #ffffff;
  }

  /* line 1098, ../sass/melbourne_grand_v2.scss */
  .charcoal_bg_narrow {
    background: linear-gradient(270deg, #ffffff 80.83px, #333539 80.83px, #333539 100%);
    position: relative;
  }
  /* line 1101, ../sass/melbourne_grand_v2.scss */
  .charcoal_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80.83px;
    background: #ffffff;
  }

  /* line 1112, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg_narrow {
    background: linear-gradient(90deg, #ffffff 80.83px, rgba(41, 42, 46, 0.1) 80.83px, rgba(41, 42, 46, 0.1) 100%);
    position: relative;
  }
  /* line 1115, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg_narrow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80.83px;
    background: #ffffff;
  }

  /* line 1127, ../sass/melbourne_grand_v2.scss */
  .light_bg_split {
    background: linear-gradient(270deg, rgba(248, 245, 240, 0) 80.83px, #f8f5f0 80.83px, #f8f5f0 50%, rgba(41, 42, 46, 0.1) 50%, rgba(41, 42, 46, 0.1) 100%);
  }
  /* line 1129, ../sass/melbourne_grand_v2.scss */
  .light_bg_split div.split {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 80.83px;
    height: auto;
    margin-left: -40.415px;
    margin-top: 0;
    background: #ffffff;
  }
}
@media (min-width: 1200px) {
  /* line 1147, ../sass/melbourne_grand_v2.scss */
  .light_bg {
    background: linear-gradient(90deg, #ffffff 97.5px, #f8f5f0 97.5px, #f8f5f0 100%);
  }

  /* line 1150, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg {
    background: linear-gradient(270deg, #ffffff 97.5px, rgba(41, 42, 46, 0.1) 97.5px, rgba(41, 42, 46, 0.1) 100%);
  }

  /* line 1153, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg_narrow {
    background: linear-gradient(90deg, #ffffff 97.5px, rgba(41, 42, 46, 0.1) 97.5px, rgba(41, 42, 46, 0.1) 100%);
  }
  /* line 1155, ../sass/melbourne_grand_v2.scss */
  .light_gray_bg_narrow:before {
    width: 97.5px;
  }

  /* line 1159, ../sass/melbourne_grand_v2.scss */
  .light_bg_narrow {
    background: linear-gradient(270deg, #ffffff 97.5px, #f8f5f0 97.5px, #f8f5f0 100%);
  }
  /* line 1161, ../sass/melbourne_grand_v2.scss */
  .light_bg_narrow:before {
    width: 97.5px;
  }

  /* line 1165, ../sass/melbourne_grand_v2.scss */
  .light_bg_split {
    background: linear-gradient(270deg, rgba(248, 245, 240, 0) 97.5px, #f8f5f0 97.5px, #f8f5f0 50%, rgba(41, 42, 46, 0.1) 50%, rgba(41, 42, 46, 0.1) 100%);
  }
}
/* line 1170, ../sass/melbourne_grand_v2.scss */
.white_bg {
  background: #ffffff;
}
/* line 1172, ../sass/melbourne_grand_v2.scss */
.white_bg.overlap {
  margin-top: 60px;
  padding-bottom: 40px;
  /*
  &:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: $dark;
  	opacity: 0.3;
  	transform: rotate(4deg);
  	z-index: -0;
  }
  */
}
@media (min-width: 768px) {
  /* line 1172, ../sass/melbourne_grand_v2.scss */
  .white_bg.overlap {
    padding: 100px 8.333333vw 50px 0;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  /* line 1172, ../sass/melbourne_grand_v2.scss */
  .white_bg.overlap {
    padding-left: 15px;
  }
}
/* line 1196, ../sass/melbourne_grand_v2.scss */
.white_bg.overlap h2 {
  margin: 2rem 0 3rem 0rem;
}
/* line 1199, ../sass/melbourne_grand_v2.scss */
.white_bg.overlap p {
  line-height: 1.6;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  /* line 1204, ../sass/melbourne_grand_v2.scss */
  .white_bg.overlap img {
    max-width: 70%;
    margin-bottom: 2rem;
    max-width: 260px;
  }
}
/* line 1211, ../sass/melbourne_grand_v2.scss */
.white_bg.overlap .btn {
  margin-top: 2rem;
}

/* line 1217, ../sass/melbourne_grand_v2.scss */
.dark_bg {
  background: #292a2e;
  color: #f8f5f0;
}
/* line 1220, ../sass/melbourne_grand_v2.scss */
.dark_bg.overlap {
  padding: 20px 30px;
  margin-top: calc(40px + 5rem);
  position: relative;
  z-index: 10;
  	/*
  &:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: $dark;
  	opacity: 0.3;
  	transform: rotate(4deg);
  	z-index: 0;
  }*/
}
/* line 1238, ../sass/melbourne_grand_v2.scss */
.dark_bg.overlap h2 {
  margin: 2rem 0 3rem 0rem;
}
/* line 1241, ../sass/melbourne_grand_v2.scss */
.dark_bg.overlap p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 2em;
}
/* line 1246, ../sass/melbourne_grand_v2.scss */
.dark_bg.overlap img {
  max-width: 70%;
}
/* line 1249, ../sass/melbourne_grand_v2.scss */
.dark_bg.overlap .btn {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  /* line 1256, ../sass/melbourne_grand_v2.scss */
  .border-left {
    border-left: 2px solid white;
  }
  /* line 1258, ../sass/melbourne_grand_v2.scss */
  .border-left.bot_pad {
    padding-bottom: 20px;
  }

  /* line 1262, ../sass/melbourne_grand_v2.scss */
  .border-right {
    border-right: 2px solid #333539;
  }
}
@keyframes fade_anim {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 1282, ../sass/melbourne_grand_v2.scss */
.css_fade {
  background-size: cover;
}
/* line 1284, ../sass/melbourne_grand_v2.scss */
.css_fade img {
  will-change: opacity;
  animation-name: fade_anim;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: alternate;
  animation-delay: 3s;
}
/* line 1293, ../sass/melbourne_grand_v2.scss */
.css_fade.bathroom_fade {
  background-image: url(/assets/img/bedroom_combo_2b_03.jpg);
}
/* line 1296, ../sass/melbourne_grand_v2.scss */
.css_fade.location_fade {
  background-image: url(/assets/img/CEEQ040_MelbourneGrandApartments_LocationalCityStock-58.jpg);
}
/* line 1299, ../sass/melbourne_grand_v2.scss */
.css_fade.location_wide_fade {
  background-image: url(/assets/img/CEEQ040_MelbourneGrandApartments_LocationalCityStock-19-wide.jpg);
}
/* line 1302, ../sass/melbourne_grand_v2.scss */
.css_fade.lounge_fade {
  background-image: url(/assets/img/MG%20Facilities%20Lounge%201%20Dusk%20Hi%20Res.jpg);
}
/* line 1305, ../sass/melbourne_grand_v2.scss */
.css_fade.living_fade {
  background-image: url(/assets/img/MG%20Bedroom%20Type%20Q%20L50%20West%20Night%20Hi%20Res.jpg);
}
/* line 1309, ../sass/melbourne_grand_v2.scss */
.css_fade.home_apartments {
  background-image: url(/assets/img/MG%20Living%20Type%20U1%20L51%20Hi%20Res%20fixed_sq.jpg);
}
/* line 1312, ../sass/melbourne_grand_v2.scss */
.css_fade.home_location {
  background-image: url(/assets/img/_MG_5891.blue.jpg);
}
/* line 1314, ../sass/melbourne_grand_v2.scss */
.css_fade.home_location img {
  animation-delay: 5s;
}
/* line 1317, ../sass/melbourne_grand_v2.scss */
.css_fade.home_location ._progress {
  animation-delay: 2s;
}
/* line 1322, ../sass/melbourne_grand_v2.scss */
.css_fade.home_facilities {
  background-image: url(/assets/img/MG%20Facilities%20Pool_sq.jpg);
}
/* line 1324, ../sass/melbourne_grand_v2.scss */
.css_fade.home_facilities img {
  animation-delay: 4s;
}
/* line 1327, ../sass/melbourne_grand_v2.scss */
.css_fade.home_facilities ._progress {
  animation-delay: 1s;
}

/* line 1334, ../sass/melbourne_grand_v2.scss */
.googlemap {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  /* line 1334, ../sass/melbourne_grand_v2.scss */
  .googlemap {
    margin: 0;
    width: 324px;
    height: 624px;
  }
}
@media (min-width: 1200px) {
  /* line 1334, ../sass/melbourne_grand_v2.scss */
  .googlemap {
    width: 390px;
    height: 624px;
  }
}

/* line 1351, ../sass/melbourne_grand_v2.scss */
.googlemap_fullwidth {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 1358, ../sass/melbourne_grand_v2.scss */
.map-container {
  display: block;
  position: relative;
  height: 600px;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 1358, ../sass/melbourne_grand_v2.scss */
  .map-container {
    height: 600px;
  }
}
/* line 1366, ../sass/melbourne_grand_v2.scss */
.map-container .gm_fullwidth {
  display: block;
  position: relative;
  height: 600px;
  width: 100%;
  margin: 15px 0 45px;
  z-index: 5000;
}
@media (min-width: 992px) {
  /* line 1366, ../sass/melbourne_grand_v2.scss */
  .map-container .gm_fullwidth {
    margin: 0;
  }
}
/* line 1377, ../sass/melbourne_grand_v2.scss */
.map-container .gm_address {
  display: block;
  background: #333539;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.6rem 1rem;
  color: #ececec;
  margin: 15px 0;
}
@media (min-width: 768px) {
  /* line 1377, ../sass/melbourne_grand_v2.scss */
  .map-container .gm_address {
    position: absolute;
    width: auto;
    z-index: 5090;
    bottom: 0;
    margin: 30px;
  }
}
/* line 1393, ../sass/melbourne_grand_v2.scss */
.map-container .gm_address strong {
  font-weight: 400;
  color: #b49c6d;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 1402, ../sass/melbourne_grand_v2.scss */
.address {
  display: block;
  width: 100%;
  background: #333539;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.6rem 1rem;
  color: #ececec;
}
/* line 1411, ../sass/melbourne_grand_v2.scss */
.address strong {
  font-weight: 400;
  display: block;
  font-size: 1.1rem;
  color: #b49c6d;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  /* line 1421, ../sass/melbourne_grand_v2.scss */
  img.sm_fullscreen {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: 100vw;
    max-width: 100vw;
  }
}
/* line 1430, ../sass/melbourne_grand_v2.scss */
footer {
  position: relative;
  width: 100%;
  background: #ffffff;
  color: #252629;
  padding: 100px 0 40px;
}
@media (min-width: 992px) {
  /* line 1430, ../sass/melbourne_grand_v2.scss */
  footer {
    min-height: 20vh;
  }
}
/* line 1439, ../sass/melbourne_grand_v2.scss */
footer a {
  border-bottom: none;
  text-decoration: underline;
  color: #b49c6d;
}
/* line 1444, ../sass/melbourne_grand_v2.scss */
footer img.ce-logo {
  max-width: 220px;
  margin: 0;
}
/* line 1448, ../sass/melbourne_grand_v2.scss */
footer h5 {
  font-size: 1rem;
  margin: 0.5rem 0 1.5rem;
}
/* line 1452, ../sass/melbourne_grand_v2.scss */
footer p {
  font-size: 0.7rem;
  line-height: 1rem;
  margin-bottom: 0.8rem;
  color: #b3b3b3;
}
/* line 1458, ../sass/melbourne_grand_v2.scss */
footer address {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  margin-top: 10px;
}
/* line 1462, ../sass/melbourne_grand_v2.scss */
footer address:last-child {
  margin-bottom: 0;
}
/* line 1467, ../sass/melbourne_grand_v2.scss */
footer ul {
  font-size: 0.7rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #b3b3b3;
}
/* line 1475, ../sass/melbourne_grand_v2.scss */
footer ul li {
  font-size: 0.7rem;
  line-height: 1rem;
  display: inline;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 0 1em 0 0;
}
/* line 1482, ../sass/melbourne_grand_v2.scss */
footer ul li sup {
  margin-right: 0.4em;
}
/* line 1489, ../sass/melbourne_grand_v2.scss */
footer .fine-print p,
footer .fine-print ul,
footer .fine-print li {
  font-size: 0.6rem;
  line-height: 0.9rem;
}

/* line 1498, ../sass/melbourne_grand_v2.scss */
.compare {
  background: linear-gradient(0deg, #ffffff 180.83px, rgba(41, 42, 46, 0.1) 80.83px, rgba(41, 42, 46, 0.1) 100%);
  position: relative;
  padding: 20px 0 0px 0;
  margin: 40px 0;
}
@media (min-width: 992px) {
  /* line 1498, ../sass/melbourne_grand_v2.scss */
  .compare {
    padding: 60px 0 0px 0;
    margin: 140px 0;
  }
}

/* line 1509, ../sass/melbourne_grand_v2.scss */
.wrapper {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  /* line 1509, ../sass/melbourne_grand_v2.scss */
  .wrapper {
    height: 700px;
  }
}

@media (min-width: 992px) {
  /* line 1520, ../sass/melbourne_grand_v2.scss */
  .light_bg_drop_top {
    margin-top: 160px;
  }
}

/* line 1526, ../sass/melbourne_grand_v2.scss */
.full_page {
  overflow: visible;
  background-color: #292a2e;
  color: #ffffff;
  width: 100%;
  display: table;
  vertical-align: bottom;
  background-image: url(/assets/img/MG-Living-Type-F-L40-East-Day-Hi-Res-mob.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 110vw;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  /* line 1526, ../sass/melbourne_grand_v2.scss */
  .full_page {
    height: 600px;
    background-image: url(/assets/img/MG-Living-Type-F-L40-East-Day-Hi-Res.jpg);
    background-position: center;
    background-size: cover;
    text-align: left;
    margin: 100px 0;
    padding: 0;
  }
}
/* line 1551, ../sass/melbourne_grand_v2.scss */
.full_page .table_align_bottom {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  padding-bottom: 60px;
  z-index: 90;
}
/* line 1559, ../sass/melbourne_grand_v2.scss */
.full_page .table_align_middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 60px;
  z-index: 90;
}
/* line 1568, ../sass/melbourne_grand_v2.scss */
.full_page.foyer {
  background-color: #7c6b54;
  background-image: url(/assets/img/foyer-mob.jpg);
}
@media (min-width: 992px) {
  /* line 1568, ../sass/melbourne_grand_v2.scss */
  .full_page.foyer {
    background-image: url(/assets/img/foyer.jpg);
  }
}
/* line 1576, ../sass/melbourne_grand_v2.scss */
.full_page video {
  position: absolute;
  top: 0;
  left: 0;
  top: calc(50%);
  left: calc(50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: fill;
}
/* line 1591, ../sass/melbourne_grand_v2.scss */
.full_page.location {
  background-color: #292a2e;
  margin-top: 0;
  padding: 50vw 0 0;
  position: relative;
  background-image: none;
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 992px) {
  /* line 1591, ../sass/melbourne_grand_v2.scss */
  .full_page.location {
    background-image: none;
    padding: 0;
    height: 700px;
    margin-bottom: 200px;
  }
}
/* line 1613, ../sass/melbourne_grand_v2.scss */
.full_page.location .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b49c6d;
  background: linear-gradient(12deg, #7c6b54, #b49c6d);
  z-index: 0;
  opacity: 0.94;
}
@media (min-width: 992px) {
  /* line 1613, ../sass/melbourne_grand_v2.scss */
  .full_page.location .overlay {
    right: 50%;
  }
}
/* line 1629, ../sass/melbourne_grand_v2.scss */
.full_page.wrap {
  background: none;
  background-color: #292a2e;
  padding: 0;
  margin: 100px 0 60px;
  position: relative;
  background-image: none;
  overflow: hidden;
  max-width: 100vw;
  text-align: center;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}
/* line 1643, ../sass/melbourne_grand_v2.scss */
.full_page.wrap video {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}
@media (min-width: 992px) {
  /* line 1629, ../sass/melbourne_grand_v2.scss */
  .full_page.wrap {
    padding: 50vw 0 0;
    background-image: none;
    padding: 0;
    height: 700px;
  }
  /* line 1655, ../sass/melbourne_grand_v2.scss */
  .full_page.wrap video {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }
}
/* line 1662, ../sass/melbourne_grand_v2.scss */
.full_page.wrap h1 {
  font-size: 8rem;
  text-shadow: -10px 10px 0px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 1662, ../sass/melbourne_grand_v2.scss */
  .full_page.wrap h1 {
    font-size: 9rem;
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  /* line 1662, ../sass/melbourne_grand_v2.scss */
  .full_page.wrap h1 {
    font-size: 11rem;
    margin-top: 2em;
  }
}
/* line 1678, ../sass/melbourne_grand_v2.scss */
.full_page.wrap p {
  text-transform: none;
  display: block;
  max-width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500;
}

/* line 1691, ../sass/melbourne_grand_v2.scss */
img.energy {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 3rem;
  margin-top: -20vw;
}
@media (min-width: 992px) {
  /* line 1691, ../sass/melbourne_grand_v2.scss */
  img.energy {
    margin-top: 0;
  }
}

/* line 1702, ../sass/melbourne_grand_v2.scss */
img.logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  /* line 1710, ../sass/melbourne_grand_v2.scss */
  img.pull_up {
    margin-top: -160px;
  }
}

/* line 1716, ../sass/melbourne_grand_v2.scss */
.no-padding {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
  max-width: 100vw;
  overflow: hidden;
}

/* line 1725, ../sass/melbourne_grand_v2.scss */
main {
  max-width: 100vw;
  overflow: hidden;
}

/*
.c_loader_container {
	position: absolute;
	z-index: 999;
	margin: -50px 20px;
	width: 30px;
	height: 30px;
}

.c_loader {
	position: relative;
	font-size: 30px;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	margin: 0;
	background-color: transparent;
}

.bar_animated,
.fill_animated {
	position: absolute;
	border: 0.08em solid $lightGold;
	width: 0.8em;
	height: 0.8em;
	clip: rect(0em, 0.5em, 1em, 0em);
	border-radius: 1em;
	transform: rotate(0deg);

	animation-name: _bar;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	animation-direction: normal;
}

.fill_animated {
	transform: rotate(180deg);
	animation-name: _fill;
	animation-timing-function: step-end;
}

.c_loader *,
.c_loader *:before,
.c_loader *:after {
	box-sizing: content-box;
}


.slice_animated {
	position: absolute;
	width: 1em;
	height: 1em;
	clip: rect(0em, 1em, 1em, 0.5em);
	overflow: visible;
	animation-name: _slice;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	animation-direction: normal;
}

@keyframes _bar {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes _fill {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
}

@keyframes _slice {
	0% {
		clip: rect(0em, 1em, 1em, 0.5em);
	}
	50% {
		clip: rect(auto, auto, auto, auto);
	}
}

*/
/* line 1824, ../sass/melbourne_grand_v2.scss */
.dwell_container {
  position: absolute;
  margin: -65px 0 0 0;
  transform: rotate(-90deg);
  right: 20px;
}

/* line 1831, ../sass/melbourne_grand_v2.scss */
._progress {
  will-change: stroke-dashoffset, opacity;
  animation-name: progress;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: normal;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-width: 4px;
  fill: none;
  stroke-dasharray: 113.097;
  stroke-dashoffset: 113.097;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 113.097;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    stroke-dasharray: 113.097;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
/* line 1864, ../sass/melbourne_grand_v2.scss */
.bubble {
  background: #292a2e;
  position: absolute;
  margin-top: -30px;
  margin-right: -15px;
  right: 0;
  width: 80px;
  color: #b49c6d;
  font-size: 33px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding: 12px 10px 10px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  /* line 1864, ../sass/melbourne_grand_v2.scss */
  .bubble {
    margin-right: 0;
    font-size: 53px;
    width: 100px;
    margin-top: -150px;
  }
}
/* line 1886, ../sass/melbourne_grand_v2.scss */
.bubble span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  line-height: 1.3;
}
/* line 1892, ../sass/melbourne_grand_v2.scss */
.bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 10px;
  border: 15px solid transparent;
  border-top-color: #292a2e;
  display: block;
  width: 0;
}

@media (max-width: 767px) {
  /* line 1905, ../sass/melbourne_grand_v2.scss */
  .sm-full-img {
    margin: 0 -15px !important;
    float: none !important;
    padding: 0 !important;
  }
  /* line 1909, ../sass/melbourne_grand_v2.scss */
  .sm-full-img.col-overlap {
    margin: 0 !important;
  }
  /* line 1913, ../sass/melbourne_grand_v2.scss */
  .sm-full-img img {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
/* line 1922, ../sass/melbourne_grand_v2.scss */
div.shopping {
  padding-top: 200px;
}
@media (min-width: 768px) {
  /* line 1922, ../sass/melbourne_grand_v2.scss */
  div.shopping {
    padding-top: 260px;
  }
}
@media (min-width: 992px) {
  /* line 1922, ../sass/melbourne_grand_v2.scss */
  div.shopping {
    padding-top: 0;
  }
}

/* line 1932, ../sass/melbourne_grand_v2.scss */
.bot_cta {
  background-color: #ececec;
  color: #b49c6d;
  margin: 100px 0;
  padding: 120px 0 80px;
  position: relative;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  transition: background-color 600ms ease-out;
}
/* line 1943, ../sass/melbourne_grand_v2.scss */
.bot_cta:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/img/MG%20Facilities%20Banquet%20Room%20Square.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  filter: blur(0) grayscale(100%);
  transition: filter 300ms ease-out;
}
/* line 1957, ../sass/melbourne_grand_v2.scss */
.bot_cta:hover {
  background-color: #292a2e;
}
/* line 1959, ../sass/melbourne_grand_v2.scss */
.bot_cta:hover:before {
  filter: blur(3px) grayscale(100%);
}
/* line 1965, ../sass/melbourne_grand_v2.scss */
.bot_cta p.lead {
  font-size: 1.3em;
  font-weight: 400;
}
/* line 1971, ../sass/melbourne_grand_v2.scss */
.bot_cta.location:before {
  background-image: url(/assets/img/CEEQ040_MelbourneGrandApartments_LocationalCityStock-19-wide.jpg);
}
/* line 1976, ../sass/melbourne_grand_v2.scss */
.bot_cta.residences:before {
  background-image: url(/assets/img/MG%20Living%20Type%20A%20L50%20West%20Day%208bit.jpg);
}

/* line 1982, ../sass/melbourne_grand_v2.scss */
section.event {
  background: crimson;
  color: #ffffff;
  text-align: center;
  margin: 90px 0;
  padding: 10px 20px;
}
/* line 1990, ../sass/melbourne_grand_v2.scss */
section.event img {
  max-width: 340px;
  margin: 0 auto;
}
/* line 1994, ../sass/melbourne_grand_v2.scss */
section.event h1 {
  margin-bottom: 0;
  font-size: 2.2rem;
  margin-top: 1em;
}

/* line 2001, ../sass/melbourne_grand_v2.scss */
.row-padding {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 2007, ../sass/melbourne_grand_v2.scss */
.home_pannels h2 {
  line-height: 1.3;
  margin-bottom: 1em;
}
/* line 2012, ../sass/melbourne_grand_v2.scss */
.home_pannels .pannel {
  margin-bottom: 40px;
}
/* line 2017, ../sass/melbourne_grand_v2.scss */
.home_pannels .apartments .second_row {
  margin-top: 40px;
}
@media (min-width: 992px) {
  /* line 2017, ../sass/melbourne_grand_v2.scss */
  .home_pannels .apartments .second_row {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  /* line 2025, ../sass/melbourne_grand_v2.scss */
  .home_pannels .facilities {
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  /* line 2031, ../sass/melbourne_grand_v2.scss */
  .home_pannels .location {
    margin-top: 400px;
  }
}

/* line 2039, ../sass/melbourne_grand_v2.scss */
img.vue-de {
  width: 130px;
  position: absolute;
  margin-top: -30px;
  margin-left: 00px;
}
@media (min-width: 768px) {
  /* line 2039, ../sass/melbourne_grand_v2.scss */
  img.vue-de {
    width: 220px;
    margin-top: -64px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 2039, ../sass/melbourne_grand_v2.scss */
  img.vue-de {
    width: 280px;
    margin-top: -84px;
    margin-left: 20px;
  }
}

/* line 2056, ../sass/melbourne_grand_v2.scss */
.more_info {
  padding: 100px 0 40px 0;
}
